html {
  scroll-behavior: smooth;
}
.pankuzu{
    max-width: 1400px;
    margin: 14px auto 0px;
    display: flex;
    padding: 38px 0 16px 100px;
    /* border-bottom: 1px solid #B3B3B3; */
    font-size: 1rem;
}
.pankuzu li{
    color: #999;
    padding-right: 30px;
}
.pankuzu li a{
    color: rgba(0, 155, 74, 1);
    position: relative;
}
.pankuzu li a:hover{
    opacity: 0.7;
}
.pankuzu li a:after {
    content: " ";
    display: inline-block;
    width: 5px;
    height: 7px;
    background: url(../img/arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: -14px;
    top: 2px;
}
.top_kv--box{
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
}
.top_kv--inner{
    width: 100%;
    margin-top: 10px;
    background-color: #f0f9f4;
    margin-bottom: 10px;
}
.top_kv--ttl{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}
.top_kv--ttl h2{
    font-size: 4rem;
    font-weight: bold;
}
.top_bg--line{
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
}
.top_about{
    background-image: url(../img/about/top_bg--pc.png);
}
.top_recruit{
    background-image: url(../img/recruit/top_bg--pc.png);
}
.top_business{
    background-image: url(../img/business/top_bg--pc.png);
}
.top_company{
    background-image: url(../img/company/top_bg--pc.png);
}
.top_fields {
    background-image: url(../img/fields/top_bg--pc.png);
}
.top_news{
    background-image: url(../img/news/top_bg--pc.png);
}
.top_bg--box{
    background-position: center center;
    background-size: cover;
}
.top_bg--inner{
    width: 1400px;
    margin: 10px auto;
    padding: 100px 90px;
}
.top_bg--inner h2{
    font-size: 6.4rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 60px rgba(17, 17, 17, 0.9);
    font-family: Archivo Black;
    letter-spacing: -2%;
}
.top_bg--inner p{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 200%;
    letter-spacing: 0%;
   text-shadow: 0 0 20px rgba(17, 17, 17, 0.9);
    color: #fff;
}

@media (max-width: 767px) {
    .top_about{
        background-image: url(../img/about/top_bg--sp.png);
    }
    /* .top_about{
        background-image: url(../img/recruit/top_bg--sp.png);
    } */
    .top_business{
        background-image: url(../img/business/top_bg--sp.png);
    }
    .top_company{
        background-image: url(../img/company/top_bg--sp.png);
    }
    .top_fields {
        background-image: url(../img/fields/top_bg--sp.png);
    }
    .top_news{
        background-image: url(../img/news/top_bg--sp.png);
    }
    .top_bg--box{
        background-position: center center;
        background-size: cover;
        width: 96%;
        margin: 0 auto;
    }

    .top_bg--inner{
        width: 100%;
        margin: 10px auto;
        padding: 133px 20px;
    }
    .top_bg--inner h2{
        font-size: 4rem;
    }
    .top_bg--inner p{
        font-size: 1.6rem;
    }
}


/* about */

.about_gotos--inner{
    width: 1200px;
    margin: 0 auto;
}
.about_gotos--inner h3{
    font-size: 4rem;
    font-weight: 700;
    margin-top: 100px;
}
.about_gotos--inner p{
    padding-top: 24px;
}
.about_gotos--list{
    display: flex;
    gap: 0 24px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.about_gotos--list li{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.about_gotos--list li{
    width: 384px;
    border-radius: 16px;
}
.about_gotos--list li h4{
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 175%;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: rgba(0, 155, 74, 1);
}
.about_gotos--list li p{
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 200%;
    letter-spacing: 0%;
}
.about_gotos--img {
  position: relative;
  overflow: hidden;
}

/* 緑のオーバーレイ（最初は非表示） */
.about_gotos--img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 128, 0, 0.4); /* 緑＋透過 */
  opacity: 0;
   border-radius: 16px 16px 0 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* 画像の上に重なるのを確実にする */
.about_gotos--img img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

/* ホバー時だけオーバーレイ表示 */
li a:hover .about_gotos--img::before {
  opacity: 1;
}

.about_gotos--list li img{
    width: 100%;
    border-radius: 16px 16px 0 0;
}
li a:hover .about_gotos--box {
    background: #0A7A00;
    color: #fff;
    border-radius: 0 0 16px 16px;
}
li a:hover .about_gotos--box h4 {
  color: #fff; /* 好きな文字色 */
}
li a:hover .about_gotos--box::after {
  background: url(../img/foot-arrow.svg) no-repeat center bottom;
}
.about_gotos--box{
    padding: 20px 48px 20px 20px;
    position: relative;
}
.about_gotos--box h4{
    margin-top: 0 !important;
}
.about_gotos--box p{
    padding-top: 6px !important;
}
.about_gotos--box:after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 45%;
}

@media (max-width: 767px) {
    .pankuzu{
        width: 100%;
        padding: 10px 0 10px 30px;
        margin-top: 94px;
        border-top: 0;
        flex-wrap: wrap;
        max-width: 100%;
    }
    .top_kv--inner {
        width: 96%;
        margin: 0 auto;
    }
    .top_kv--ttl{
        margin: 2%;
        width: 100%;
        padding: 40px 20px;
    }
    .top_kv--ttl h2{
        font-size: 2.1rem;
    }
    .about_gotos--inner{
        width: 90%;
    }
    .about_gotos--inner h3{
        font-size: 2.1rem;
        margin-top: 60px;
    }
    .about_gotos--list{
        margin-top: 60px;
        display: block;
        margin-bottom: 60px;
    }
    .about_gotos--list li{
        width: 100%;
    }
     .about_gotos--list li:nth-child(n+2){
        margin-top: 20px;
     }
    .about_gotos--img{
        width: 30%;
    }
    .about_gotos--img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .sp_flex{
        display: flex;
    }
    .about_gotos--box{
        padding: 16px 36px 16px 14px;
        width: 70%;
    }
    .about_gotos--list li h4{
        font-size: 1.8rem;
        margin-top: 0;
    }
    .about_gotos--list li p{
        font-size: 1rem;
    }
    .about_gotos--inner p{
        padding-top: 24px;
    }
    .gotos_list--txt{
        width: 100% !important;
        padding-top: 30px;
    }
    .awas_link{
      padding-top: 20px !important;
    }
    .about_gotos--list li img{
        border-radius: 16px 0 0 16px;
    }
    li a:hover .about_gotos--box{
        border-radius: 0 16px 16px 0;
    }
    .about_gotos--img::before{
        border-radius: 16px 0 0 16px;
    }
    .sp_awas .gotos_list--txt {
        padding-top: 0;
    }
}
/* philosophy */

.phil_flex{
    margin-top: 60px;
    display: flex;
    gap: 0 40px;
}
.phil_text--box{
    width: 560px;
}
.phil_text--box p{
    padding-top: 0;
}
.phil_img{
    width: 600px;
}
.phil_img img{
    width: 100%;
}
.about_list{
    margin-bottom: 92px;
    display: flex;
    gap: 0px 20px;
    padding-top: 60px;
    align-items: center;
}
.about_list li{
    width: 386px;
    text-align: center;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(217, 217, 217, 1);
    border-radius: 16px;
}
.about_list--pd{
    padding: 20px 38px 20px 20px;
}
.about_list li p{
    padding-top: 0;
    font-size: 2rem;
    color: rgba(153, 153, 153, 1);
    font-weight: bold;
    line-height: 125%;
}
.about_list li a{
    display: block;
    color: rgba(0, 155, 74, 1);
    padding: 20px 38px 20px 20px;
    background: #fff;
    position: relative;
    border-radius: 16px;
}
.about_list li a:after{
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 42%;
}
.about_list li a:hover{
    background: rgba(0, 155, 74, 1);
    color: #fff;
}
.about_list li a:hover::after {
    background: url(../img/foot-arrow.svg) no-repeat center bottom;
}
.btm_nav{
    position: relative;
}
.btm_nav a{
    color: rgba(0, 155, 74, 1);
    text-decoration: underline;
    padding-left: 16px;
}
.btm_nav a:hover{
    opacity: 0.7;
}
.btm_nav:before{
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/philosophy/btm_arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    top: 34px;
}
.phil_main{
    text-align: right;
}

@media (max-width: 767px) {
    .phil_flex{
        display: block;
        margin-bottom: 30px;
    }
    .phil_text--box{
        width: 100%;
    }
    .phil_img{
        width: 100%;
        padding-top: 30px;
    }
    .about_list{
        display: block;
        margin-bottom: 60px;
        padding-top: 40px;
    }
    .about_list li{
        width: 100%;
    }
    .about_list li p{
        font-size: 1.6rem;
    }
    .about_list li:nth-child(n+2){
        margin-top: 20px;
    }
    .about_list--pd{
        padding: 16px 38px 16px 20px;
    }
    .about_list li a{
        padding: 16px 38px 16px 20px;
    }
    .btm_nav:before{
        top: 9px;
    }
    .btm_nav{
        margin-bottom:0;
        padding-top: 0 !important;
    }

}


/* award */

.about_gotos--inner h4{
    font-weight: bold;
    font-size: 3.2rem;
    margin-top: 60px;
}
.about_awas--list{
    padding-top: 40px;
}
.awas_list--inner{
    display: flex;
    justify-content: space-between;
}
.gotos_list--img{
    width: 300px;
}
.gotos_list--img img{
    width: 100%;
}
.gotos_list--txt{
    width: 860px;
}
.gotos_list--txt h3{
    margin: 0;
    font-size: 2.4rem;
}
.awas_list--inner:nth-child(n+2){
    padding-top: 40px;
}
.gotos_list--btn li{
    padding-top: 20px;
    list-style: disc;
    margin-left: 20px;
}
.gotos_list--btn li p{
    padding-top: 0;
}
.awas_dtl{
    font-size: 1.2rem;
}
.awas_link{
    text-decoration: underline;
    color: rgba(0, 155, 74, 1);
}
.awas_link a:hover{
    opacity: 0.7;
}
@media (max-width: 767px) {
    .about_gotos--inner h4{
        font-size: 1.8rem;
    }
    .awas_list--inner{
        display: block;
    }
    .gotos_list--img{
        width: 36%;
    }
    .sp_flex h3{
        margin-top: 0;
        font-size: 1.6rem;
    }
    .sp_ttl--box{
        padding-left: 20px;
        width: 79%;
    }
    /* .awas_dtl{
        margin-top: 20px;
    } */
    .awas_sp--ttl{
        padding-left: 20px;
    }

}

/* product */
.pro_flex{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    padding-bottom: 100px;
    margin: 0 auto;
}
.pro_sec--box{
    width: 1096px;
}
.pro_sec--box h3{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2;
}
.pro_sec--inner{
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}
.pro_sec--img{
    width: 600px;
}
.pro_sec--img img{
    width: 100%;
}
.pro_sec--text{
    width: 456px;
}
.pro_box--btm{
    padding-top: 60px;
    display: flex;
    gap: 0 24px;
}
.pro_box--btm li{
    width: 349px;
}
.pro_box--btm li img{
    width: 100%;
}
.pro_box--btm li h4{
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 20px;
}
.pro_box--btm li p{
    padding-top: 10px;
}

@media (max-width: 767px) {
    .pro_flex{
        display: block;
        width: 90%;
    }
    .pro_sec--box h3{
        font-size: 1.4rem !important;
    }
    .pro_sec--text{
        padding-top: 30px;
    }
    .pro_sec--img{
        width: 100%;
    }
    .pro_sec--text{
        width: 100%;
    }
    .pro_sec--inner{
        display: block;
    }
    .pro_box--btm{
        flex-wrap: wrap;
        gap: 0 20px;
    }
    .pro_box--btm li{
        width: 47%;
    }
    .pro_box--btm li:nth-child(n+3){
        padding-top: 40px;
    }
    .pro_box--btm li h4{
        font-size: 1.6rem;
    }

}


/* businnes */
.buss_flex{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.buss_img{
    width: 600px;
}
.buss_img img{
    width: 100%;
}
.buss_text--box{
    width: 560px;
}
.buss_text--box p{
    padding-top: 0;
}
.buss_srg--list li{
    padding-top: 40px;
}
.str_flex{
    display: flex;
    justify-content: space-between;
}
.str_flex--icon{
    width: 320px;
}
.str_flex--icon img{
    width: 100%;
}
.str_cnt--box{
    width: 840px;
}
.str_text--img{
    width: 840px;
}
.str_text--box img,
.str_text--img img{
    width: 100%;
}
.str_cnt--box h4{
    margin-top: 0;
}
.str_text{
    padding-top: 40px;
}
.str_text--img{
    padding-top: 40px;
}
.str_text--sub{
    padding-top: 10px !important;
    font-size: 1.2rem;
}
@media (max-width: 767px) {
    .buss_flex{
        display: block;
        padding-top: 30px;
    }
    .buss_img{
        width: 100%;
    }
    .buss_text--box{
        padding-top: 30px;
        width: 100%;
    }
    .str_flex{
        display: block;
    }
    .str_flex--icon{
        width: 100%;
    }
    .str_cnt--box{
        width: 100%;
        padding-top: 30px;
    }
    .str_text--img{
        width: 100%;
        padding-top: 20px;
    }
    .str_text{
        padding-top: 20px !important;
    }
    .str_text--sub{
        font-size: 1rem;
    }
    .buss_srg--list li{
        padding-top: 30px;
    }

}




/* compnay */
.anker_list{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.anker_list li{
    width: 300px;
    text-align: center;
    position: relative;
    border: 1px solid #B3B3B3;
}
.anker_list li a{
    display: block;
    padding: 12px 0 24px;
    color: rgba(0, 155, 74, 1);
    font-weight: bold;
}
.anker_list li a:after{
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/anker_arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: 48%;
    top: 60%;
}
.anker_list li a:hover{
    background: rgba(229, 245, 237, 0.8);
}
.anker_list li:nth-child(-n+3) {
  border-right: none;
}
.about_gotos--ttl01{
    writing-mode: vertical-rl; /* 縦書き */
    text-orientation: upright; /* 縦中横を防ぐ */
    font-size: 24px;
    font-weight: bold;
    color: #2e9d47;
    position: relative; /* 擬似要素配置の基準 */
    display: inline-block;
    padding-right: 20px; /* 線との余白 */
    letter-spacing: 0.2em;
    padding-top: 10px;
}
.about_gotos--ttl02{
    writing-mode: vertical-rl; /* 縦書き */
    text-orientation: upright; /* 縦中横を防ぐ */
    font-size: 24px;
    font-weight: bold;
    color: rgba(0, 155, 74, 1);
    position: relative; /* 擬似要素配置の基準 */
    display: inline-block;
    padding-right: 20px; /* 線との余白 */
    letter-spacing: 0.2em;
    padding-top: 20px;
}
.about_gotos--ttl03{
    writing-mode: vertical-rl; /* 縦書き */
    text-orientation: upright; /* 縦中横を防ぐ */
    font-size: 24px;
    font-weight: bold;
    color: #2e9d47;
    position: relative; /* 擬似要素配置の基準 */
    display: inline-block;
    padding-right: 20px; /* 線との余白 */
    letter-spacing: 0.2em;
    padding-top: 15px;
}
.about_gotos--ttl04{
    writing-mode: vertical-rl; /* 縦書き */
    text-orientation: upright; /* 縦中横を防ぐ */
    font-size: 24px;
    font-weight: bold;
    color: #2e9d47;
    position: relative; /* 擬似要素配置の基準 */
    display: inline-block;
    padding-right: 20px; /* 線との余白 */
    letter-spacing: 0.2em;
    padding-top: 15px;
}
.about_gotos--ttl01::after {
    content: "";
    position: absolute;
   top: -88%;
    right: 0;
    width: 2px;
    height: 250px;
    background-color: #7bd19d;
    margin: auto;
    bottom: 0; /* 縦中央に配置 */
}
.about_gotos--ttl02::after {
    content: "";
    position: absolute;
    top: -88%;
    right: 0;
    width: 2px;
    height: 240px;
    background-color: rgba(0, 155, 74, 1);
    margin: auto;
    bottom: 0; /* 縦中央に配置 */
}
.about_gotos--ttl03::after {
    content: "";
    position: absolute;
    top: -79%;
    right: 0;
    width: 2px;
    height: 450px;
    background-color: #7bd19d;
    margin: auto;
    bottom: 0; /* 縦中央に配置 */
}
.about_gotos--ttl04::after {
    content: "";
    position: absolute;
    top: -31%;
    right: 0;
    width: 2px;
    height: 590px;
    background-color: #7bd19d;
    margin: auto;
    bottom: 0; /* 縦中央に配置 */
}
.en_fix{
       margin-right: 100px;
}
.company{
    padding: 100px 0 100px;
}
.pdb0{
    padding-bottom: 0 !important;
}
.company_flex{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.company_dtl{
}
.company_dtl th{
    width: 300px;
    border-top: 1px solid rgba(0, 155, 74, 1);
    padding: 16px 20px;
    color: rgba(0, 155, 74, 1);
    font-weight: bold;
    vertical-align: middle;
}
.company_dtl td{
    width: 796px;
    border-top: 1px solid #B3B3B3;
    padding: 16px 20px;
    line-height: 2;
}
.company_dtl th:last-of-type {
    border-bottom: 1px solid #7bd19d;
}
.company_dtl td:last-child{
    border-bottom: 1px solid #B3B3B3;
}
.dtl_box{
    padding-bottom: 16px;
}
.company_dtl h3{
    font-size: 1.6rem;
}
.sub_txt{
    font-size: 1.2rem;
}
.pdb0{
    padding-bottom: 0;
}
.company_dtl li{
    padding-top: 16px;
}
.company_dtl li:first-child{
    padding-top: 0;
}
.company_dtl li:before{
    content: "⚫︎";
    display: inline-block;
    font-size: 6px;
    padding-right: 14px;
    vertical-align:middle;
}
.year_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.year_img{
    width: 360px;
    margin-left: 16px;
}
.year_img img{
    width: 100%;
    padding-bottom: 6px;
}
.company_flex--info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info_box--img{
    width: 600px;
}
.info_box--img img{
    width: 100%;
}
.info_box h3{
    font-size: 3.2rem;
    line-height: normal;
}
.info_box p{
    padding-top: 16px;
}
.info_box p a{
    pointer-events: none;
}
.overseas_ttl{
    font-size: 3.2rem;
}
.overseas_subttl{
    font-size: 2.4rem !important;
}
.google_map{
    padding-top: 40px;
}
.pdt{
    padding-top: 60px;
}
.info_b{
    font-weight: bold;
}
.comapny_sec{
    padding-bottom: 100px;
}
.bank_list{
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    flex-wrap: wrap;
}
.bank_list li{
    padding-top: 0;
    width: 50%;
}
.bank_list li:before{
    content: none;
}
@media (max-width: 767px) {
    .company{
        padding: 60px 0;
    }
    .company_flex{
        display: block;
        width: 90%;
    }
    .pro_sec--box{
        width: 100%;
        padding-top: 60px;
        font-size: 1.4rem;
    }
    .company_dtl th{
        width: 100%;
        display: block;
    }
    .company_dtl td{
        width: 100%;
        display: block;
    }
    .year_flex{
        display: block;
    }
    .year_img{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .company_dtl th:last-of-type{
        border-bottom: none;
    }
    .company_flex--info{
        display: block;
    }
    .info_box h3{
        font-size: 1.8rem !important;
    }
    .info_box--img{
        margin-top: 30px;
        width: 100%;
    }
    .comapny_sec{
        padding-bottom: 0px;
    }
    .bank_list{
        display: block;
    }
    .anker_list{
        width: 90%;
        flex-wrap: wrap;
        padding: 60px 0 0;
        font-size: 1.2rem;
    }
     .anker_list li{
        width: 50%;
        text-align: left;
     }
     .anker_list li a{
        padding: 14px 31px 14px 14px;
     }
    .anker_list li:nth-child(n+3){
        border-top: none;
     }
     .anker_list li:nth-child(odd){
        border-right: none !important;
    }
     .anker_list li:nth-child(-n+3){
        border-right: 1px solid #B3B3B3;
     }
     .anker_list li a:after{
        right: 10px;
        top: 17px;
     }
    .about_gotos--ttl01 {
        writing-mode: horizontal-tb; /* 横書きに戻す */
        letter-spacing: normal;
        padding-right: 0;
        padding-bottom: 10px;
        font-size: 1.6rem;
        padding-left: 10px;
    }
    .about_gotos--ttl01::after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 102px;
        height: 2px;
        background-color: #7bd19d;
  }
    .about_gotos--ttl02{
        writing-mode: horizontal-tb; /* 横書きに戻す */
        letter-spacing: normal;
        padding-right: 0;
        padding-bottom: 10px;
        font-size: 1.6rem;
        padding-left: 10px;
    }
    .about_gotos--ttl02::after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 86px;
        height: 2px;
        background-color: #7bd19d;
  }
    .about_gotos--ttl03{
        writing-mode: horizontal-tb; /* 横書きに戻す */
        letter-spacing: normal;
        padding-right: 0;
        padding-bottom: 10px;
        font-size: 1.6rem;
        padding-left: 10px;
    }
    .about_gotos--ttl03::after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 160px;
        height: 2px;
        background-color: #7bd19d;
  }
      .about_gotos--ttl04{
        writing-mode: horizontal-tb; /* 横書きに戻す */
        letter-spacing: normal;
        padding-right: 0;
        padding-bottom: 10px;
        font-size: 1.6rem;
        padding-left: 10px;
    }
    .about_gotos--ttl04::after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 192px;
        height: 2px;
        background-color: #7bd19d;
  }
    iframe {
        height: 355px;
    }
    .overseas_ttl{
        font-size: 1.6rem;
    }
    .company_dtl td:last-child{
        border-bottom: none;
    }
    .sp_bdb{
        border-bottom: 1px solid #B3B3B3 !important;
    }
    .company_flex--info h3 {
        font-size: 1.6rem !important;
    }
    .info_box p{
        padding-top: 10px;
    }
    .bank_list li{
        width: 100%;
    }
    .gaiyou_list li{
    text-indent: -1em;
    padding-left: 1em;
    }
    .company_dtl li:before{
        margin-left: 20px;
        padding-right: 0;
    }
    .info_box p a{
    pointer-events: unset;
    }
}

/* privacy */
.privacy{
}
.top_subttl{
    background: #0A7A000F;
    padding: 60px 90px;
}
.top_subttl--inner{
    width: 1200px;
    margin: 0 auto;
}
.top_subttl--inner h2{
    font-size: 4rem;
    font-weight: bold;
}
.privacy_box{
    padding: 100px 0;
    width: 1200px;
    margin: 0 auto;
}
.privacy_num{
    padding-top: 60px;
}
.privacy_num h3{
    font-weight: bold;
    font-size: 3.2rem;
}
.privacy_num ul,
.privacy_num p{
    padding-top: 40px;
}
.privacy_num ul li p{
    padding-top: 0;
}
.privacy_num h4{
    padding-top: 40px;
    font-weight: bold;
    font-size: 2.4rem;
}
.privacy_num p a{
    text-decoration: underline;
    color: #0A7A00;
}

@media (max-width: 767px) {
    .top_subttl{
        padding: 40px 20px;
    }
    .top_subttl--inner h2{
        font-size: 2.1rem;
    }
    .privacy_box{
        width: 90%;
        padding: 60px 0;
        font-size: 1.4rem;
    }
    .top_subttl--inner{
        width: 100%;
    }
    .privacy_num h3{
        font-size: 1.8rem;
    }
    .privacy_num ul, .privacy_num p{
        padding-top: 30px;
    }
    .privacy_num h4{
        font-size: 1.6rem;
        padding-top: 30px;
    }
}


/* サイトマップ */
.sitemap_box{
    padding: 100px 0;
    width: 1200px;
    margin: 0 auto;
}
.sitemap_list{
    display: flex;
    justify-content: space-between;
}
.sitemap_box li{
    padding-bottom: 20px;
}
.sitemap_box li a{
    position: relative;
    line-height: 1.25;
}
.sitemap_box li a:hover,
.sitemap_tex a:hover{
    color: rgba(17, 204, 0, 1);
}
.sitemap_box li h4 a:after{
    top: 10px;
}

.sitemap_box li a:after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: -20px;
    top: 4px;
}
.sitemap_tex{
    padding-top: 100px;
}
.sitemap_tex a{
    position: relative;
}
.sitemap_tex a:after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: -20px;
    top: 6px;
}
.sitemap_box h4{
    font-weight: bold;
    font-size: 2.4rem;
}
.sm_r01:after{
    right: -47px !important;
    top: 17px !important;
}
.sm_r02:after{
    right: -94px !important;
    top: 25px !important;
}
.sm_r03:after {
    right: -62px !important;
    top: 30px !important;
}
.sm_r04:after {
    right: -30px !important;
    top:14px !important;
}
@media (max-width: 767px) {
    .sitemap_box{
        width: 90%;
        padding: 60px 0;
        font-size: 1.4rem;
    }
    .sitemap_list{
        flex-wrap: wrap;
    }
    .sitemap_box h4{
        font-size: 1.6rem;
    }
    .sitemap_list ul{
        width: 50%;
    }
    .sitemap_list ul:nth-child(n+3){
        padding-top: 40px;
    }
    .sitemap_tex{
        padding: 60px 0;
    }
    .sitemap_box li h4 a:after{
        top: 4px;
    }
    .sm_r01:after {
    right: -44px !important;
    top: 20px !important;
    }
    .sm_r02:after {
    right: -72px !important;
    top: 18px !important;
    }
    .sm_r03:after {
    right: -52px !important;
    top: 17px !important;
    }
    .sm_r04:after {
    right: -25px !important;
    top: 16px !important;
    }

}



/* recruit */
.contents_inner{
    width: 1200px;
    margin: 0 auto;
}
.recruit_kv{
    padding-top: 100px;
}
.recruit_text{
    padding-top: 60px;
    line-height: 200%;
}
.recruit_list{
    display: flex;
    padding-top: 100px;
    gap: 0 24px;
    flex-wrap: wrap;
}
.recruit_list li{
    width: 588px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
}
.recruit_list li a{
    display: block;
}
.recruit_list li h3{
    color: rgba(0, 155, 74, 1);
    font-weight: bold;
    font-size: 2rem;
}
.recruit_list li p{
    padding-top: 6px;
    font-size: 1.2rem;
}
.recruit_list li:nth-child(n+3){
   margin-top: 60px;
}
.recruit_list li:last-child{
    margin:60px auto 0;
}
.recruit_img{
    position: relative;
    overflow: hidden;
}
.recruit_img img{
    width: 100%;
    border-radius: 16px 16px 0 0;
}
.recruit_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 128, 0, 0.4); /* 緑＋透過 */
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}
li:nth-child(1):hover .recruit_img::before,
li:nth-child(2):hover .recruit_img::before {
  opacity: 1;
}
.recruit_txt--box{
    padding: 20px 48px 20px 20px;
    position: relative;
}
li:nth-child(1) a:hover .recruit_txt--box,
li:nth-child(2) a:hover .recruit_txt--box {
     border-radius: 0 0 16px 16px;
}
li a:hover .recruit_txt--box{
    background: #0A7A00;
    background: #009B4A;
    color: #fff;
     border-radius: 16px;
}
li a:hover .recruit_txt--box h3 {
  color: #fff;
}
li a:hover .recruit_txt--box::after {
  background: url(../img/foot-arrow.svg) no-repeat center bottom;
}

.recruit_txt--box:after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 45%;
}
.recruit_icon:before{
    content: " ";
    display: inline-block;
    width: 98px;
    height:80px;
    background: url(../img/recruit/recruit-icon.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: 50px;
    top: 8%;
}
.recruit_icon:hover::before {
    background: url(../img/recruit/recruit-icon__hover.svg) no-repeat center bottom;
   background-size: contain;
} 

@media (max-width: 767px) {
    .recruit_kv{
        width: 100%;
        padding-top: 60px;
    }
    .recruit_kv img{
        width: 100%;
    }
    .contents_inner{
        width: 90%;
    }
    .recruit_list{
        display: block;
        padding-top: 60px;
    }
    .recruit_list li:nth-child(n+2){
    margin-top: 20px;
    }
    .recruit_list li{
        width: 100%;
    }
    /* .recruit_icon{
        margin-right: 10px;
    } */
    .recruit_icon:before{
        width: 73px;
        height: 60px;
        right: 12%;
        top: 23%;
    }
    .recruit_img{
        width: 30%;
    }
    .recruit_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .recruit_img img,
    .recruit_img::before{
        width: 100%;
        border-radius: 16px 0 0 16px;
    }
    .recruit_txt--box{
        padding: 26px 36px 26px 14px;
    }
    .sp_fix01{
        padding: 16px 36px 16px 14px;
        width: 70%;
    }
    .recruit_list li h3{
        font-size: 1.8rem;
    }
    li:nth-child(1) a:hover .recruit_txt--box, li:nth-child(2) a:hover .recruit_txt--box{
        border-radius: 0 16px 16px 0;
    }

}



/* .recruit_sec{
   padding-bottom: 100px;
} */
.recruit_flex{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.recruit_box{
    width:1096px;
}
.recruit_kv img{
    width: 100%;
}
.recruit_kv--txt{
    padding-top: 60px;
}
.recruit_3{
    padding-top: 40px;
}
.recruit_3 img{
    width: 100%;
}
.recruit_box--ttl{
    padding-top: 60px;
    font-size: 3.2rem;
    font-weight: bold;
}
.recruit_box--txt{
    padding-top: 40px;
}
.rec_senpai--list li{
    padding-top: 40px;
}
.rec_senpai--flex{
    display: flex;
    justify-content: space-between;
}
.senapi_img{
    width: 300px;
}
.senapi_img img{
    width: 100%;
}
.rec_senpai--box{
    width: 756px;
}
.rec_senpai--box h4{
    font-size: 2.4rem;
    font-weight: bold;
}
.rec_year{
    font-weight: normal;
    font-size: 1.2rem;
    vertical-align: middle;
}
.rec_senpai--box h4 span{
    padding-right: 20px;
}
.rec_senpai--box p{
    padding-top: 20px;
}
.rec_adv{
    background: #E9F5E5;
    margin-top: 60px;
}
.rec_adv--flex{
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.rec_adc--icon{
    width: 120px !important;
}
.rec_adc--icon img{
    width: 100%;
}
.rec_adc--box{
    width: 896px;
}
.rec_adc--box h4{
    font-weight: bold;
    font-size: 2.4rem;
}
.rec_adc--box p{
    padding-top: 20px;
}
.rec_seido--list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rec_seido--list li{
    width: 528px;
}
.seido_flex{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.seido_icon{
    width: 200px;
}
.seido_icon img{
    width: 100%;
}
.seido_box{
    width: 308px;
}
.seido_box h4{
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 10px;
}
.seido_box p{
    padding-top: 20px;
}
.seido_box--02{
    width: 876px;
}
.seido_box--02 h4{
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 10px;
}
.seido_box--02 p{
    padding-top: 20px;
}
.rec_tbl--ttl{
    font-weight: bold;
}
.rec_tbl--list{
    padding: 16px 0;
}
.rec_tbl--list li:before{
    content: none;
}
.rec_tbl--list li{
    text-indent: -1.2em;
   padding-left: 1em;
}
.rec_holiday{
    padding-top: 16px;
    content: none;
}
.rec_holiday li{
    padding-top: 0;
}
.rec_holiday li:before{
    content: none;
    padding-top: 0;
}
.rec_tbl--img{
    width: 756px;
}
.rec_tbl--img img{
    width: 100%;
}
.rec_link{
    width: 384px;
    margin: 60px auto 0;
    border-radius: 12px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-weight: bold;
}
.rec_link a{
    color: #0A7A00;
    display: block;
    padding: 20px 38px 20px 20px;
    position: relative;
}
.rec_link a:after{
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 27px;
}

@media (max-width: 767px) {
    .recruit_flex{
        display: block;
        width: 90%;
        padding: 60px 0;
        font-size: 1.4rem;
    }
    .recruit_box{
        width: 100%;
        padding-top: 60px;
    }
    .recruit_kv{
        width: 100%;
    }
    .rec_seido--list li{
        width: 100%;
    }
    .recruit_box--ttl{
        font-size: 1.8rem;
    }
    .recruit_box--txt{
        padding-top: 30px;
    }
    .rec_tbl--img{
        width: 100%;
    }
    .rec_senpai--flex{
        display: block;
    }
    .rec_senpai--list li{
        padding-top: 30px;
    }
    .sp_cnt{
        align-items: center;
    }
    .sp_cnt h4{
        margin-left: 20px;
        font-size: 1.6rem;
        font-weight: bold;
     }
    .rec_year{
        display: block;
        font-size: 1rem;
        padding-bottom: 10px;
    }
    .rec_cls{
        padding-right: 10px;
    }
    .rec_senpai--box{
        width: 100%;
    }
    .rec_adv--flex{
        display: block;
        padding: 20px;
    }
    .rec_adc--box{
        width: 100%;
    }
    .rec_adv--flex h4{
        font-size: 1.6rem;
    }
    .rec_link{
        width: 90%;
    }
    .seido_flex{
        display: block;
    }
    .seido_icon{
        width: 120px !important;
    }
    .seido_box{
        width: 100%;
    }
    .seido_box--02{
        width: 100%;
    }
}

/* production */

.sec_pd{
    padding: 100px 0;
}
.pro_sec{
    padding-top: 100px;
}
.pro_sub--txt{
    padding-top: 60px;
}
.kakou_flow--list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}
.kakou_flow--list li{
    border: 1px solid #008000;
    position: relative;
    padding: 0 20px 30px;
    width: 365px;
}
.kakou_flow--list li:first-child{
    width: 100%;
    border-bottom: none;
}
.kakou_flow--list li:last-child{
    width: 100%;
    border-top: none;

}
.bdr_no{
    border-right: none !important;
}
.kakou_flow--list li h4 {
    font-size: 1.6rem;
    color: #0A7A00;
    padding: 20px;
    margin-left: 40px;
    margin-bottom: 20px;
}

.kakou_img--list{
    display: flex;
    gap: 0 24px;
    padding-top: 20px;
}
.kakou_img--list div{
    margin: 0 !important;
}
.kakou_sub--txt{
    font-size: 1.2rem;
    padding-top: 10px;
}
.pro_sub--ttl2{
    padding-top: 40px;
    font-weight: bold;
    font-size: 2.4rem;
}
.pro_img{
    width: 100%;
    padding-top: 40px;
}
.mgt40{
    margin-top: 40px;
}
.pro_sub--flex{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.pro_sub--flex li{
    width: 536px;
}
.pro_sub--flex li div{
    width: 100%;
}
.pro_sub--flex li div img{
    width: 100%;
}
.pro_sub--flex li h4{
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 1.6rem;
}
.pro_tech{
    padding-top: 60px;
}
.pro_tech h3{
    font-weight: bold;
    font-size: 2.4rem;
}
.pro_tech__flex{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.pro_tech__flex div{
    width: 349px;
}
.pro_tech__flex div img{
    width: 100%;
}
.pro_tech__flex p{
    width: 706px;
}


.pro_img2{
    width: 100%;
    padding-top: 60px;
}
.pro_img img,
.pro_img2 img{
    width: 100%;
}
.pro_sub--ttl{
    font-size: 3.2rem !important;
    padding-top: 60px;
    color: #0A7A00;
}
.pro_flow--list{
    display: flex;
    gap: 0px;
    padding-top: 40px;
    flex-wrap: wrap;    
    padding-top: 40px;
}
.pro_flow--list li{
    border: 1px solid #008000; /* 緑の枠線 */
    position: relative;
    padding: 0 20px 30px;
    width: 365px;
}
.flow_num{
    position: absolute;
    background: #E9F5E5;
    width: 60px;
    height: 60px;
    border-right: 1px solid #0A7A00;
    border-bottom: 1px solid #0A7A00;
    left: 0;
}
.flow_num p{
    text-align: center;
    font-weight: bold;
    padding-top: 14px;
    color: #0A7A00;
}
.pro_flow--list li h4{
    font-size: 1.6rem;
    color: #0A7A00;
    padding: 20px;
    margin-left: 40px;
}
.pro_flow--list li:not(:nth-child(3n)){
    border-right: none;
}
.pro_flow--list li:nth-child(-n+6){
    border-bottom: none;
}
.flow_img{
    width: 324px;
    margin: 20px auto 10px;
}
.flow_img img{
    width: 100%;
}
.pro_sub--txt2{
    padding-top: 40px;
}
.pro_over{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.pro_over--img{
    width: 349px;
}
.pro_over--img img{
    width: 100%;
}
.pro_over--txt{
    width: 706px;
}
.tab-3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
    border: 1px solid #0A7A00;
    width: 100%;
    background-color: #f5f9ff; /* ベースの淡い青色 */
    background-image: 
        linear-gradient(rgba(150, 150, 200, 0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(150, 150, 200, 0.3) 1px, transparent 1px);
    background-size: 10px 10px; /* 方眼のサイズ */

}

.tab-3 > label {
    flex: 1 1;
    order: -1;
    text-align: center;
    cursor: pointer;
    padding: 30px 20px;
    font-weight: bold;
    font-size: 2rem;
    color: #0A7A00;
    border-bottom: 1px solid #0A7A00;
    background-color: #fff;
}

.tab-3 > label:hover {
    opacity: .8;
}

.tab-3 input {
    display: none;
}

.tab-3 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}

.tab-3 label:has(:checked) {
    border-bottom: none !important;
}

.tab-3 label:has(:checked) + div {
    display: block;
}


@media (max-width: 767px) {
    .sec_pd{
        padding:60px 0
    }
    .pro_sec{
        padding-top: 0px;
    }
    .pro_sub--ttl{
        padding-top: 60px !important;
        font-size: 1.8rem !important;
    }
    .kakou_flow--list{
        display: block;
    }
    .kakou_flow--list li{
        width: 100%;
    }
    .bdr_no{
        border-bottom: none !important;
        border-right: 1px solid #008000 !important;
    }
    .flow_img{
        width: 100%;
    }
    .pro_sub--flex{
        display: block;
    }
    .pro_sub--flex li {
        width: 100%;
    }
    .pro_sub--flex li h4{
        padding-top: 40px;
        font-size: 1.4rem;
    }
    .kakou_sub--txt{
        padding-top: 0;
        font-size: 1rem;
        width: 50%;
    }
    .pro_sub--img{
        width: 50% !important;
        padding-right: 20px;
    }
    .pro_flex{
        padding: 60px 0;
    }
    .company_dtl{
        font-size: 1.4rem;
    }
    .pro_over{
        display: block;
    }
    .pro_over--img{
        width: 100%;
        padding-top: 40px;
    }
    .pro_over--txt{
        width: 100%;
        padding-top: 30px;
    }
    .pro_tech__flex{
        gap: 0 20px;
    }
    .pro_tech {
        padding-top: 30px;
    }
    .pro_tech h3{
        font-size: 1.6rem;
    }
    .pro_tech__flex div{
        width: 50%;
    }
    .pro_tech__flex p{
        width: 50%;
    }
    .pro_flow--list li{
        width: 100%;
    }
    .pro_flow--list li:not(:nth-child(3n)){
        border-right:1px solid #008000;
    }
    .pro_flow--list li:nth-child(-n+8) {
        border-bottom: none;
    }
    .flow_img{
        width: 50% !important;
        padding-right: 20px;
    }
    .flow_txt{
        width: 50%;
        margin-top: 20px;
    }

}


/* Gotos */
.gotos_ppl--list{
    padding: 100px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
}
.gotos_ppl--list li{
    width: 384px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
}
.gotos_ppl--list li img{
    width: 100%;
    border-radius: 16px 16px 0 0;
}
.gotos_ppl--list li:hover .gotos_ppl--box,
.gotos_ppl--list li:hover .gotos_ppl--box p,
.gotos_ppl--list li:hover .gotos_ppl--box h3 {
    color: #fff;
    background: rgba(0, 155, 74, 1);
    border-radius: 0 0 16px 16px;
}
.gotos__ppl--img {
  position: relative;
  overflow: hidden;
}
.gotos_ppl--list li:hover .ppl_inter:after{
    background: url(../img/foot-arrow.svg) no-repeat center bottom;
}

.gotos__ppl--img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 128, 0, 0.4); /* 緑＋透過 */
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
    border-radius: 16px 16px 0 0;
}

.gotos_ppl--list li:hover .gotos__ppl--img::before  {
  opacity: 1;
}






.gotos_ppl--box{
    padding: 20px;
}
.ppl_year{
    font-size: 1.2rem;
}
.ppl_name{
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 10px;
}
.ppl_name span{
    font-size: 1.8rem;
}
.ppl_inter{
    padding-top: 20px;
    color: rgba(0, 155, 74, 1);
    text-decoration: underline;
    text-align: right;
    font-weight: bold;
    position: relative;
    padding-right: 28px;
}
.ppl_inter:after{
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: 0px;
    top: 60%;
}
.gotos_ppl--list li:nth-child(n+4){
    margin-top: 24px;
}
.btm_nav--link{
    border-top: 1px solid rgba(179, 179, 179, 1);
    margin-top: 100px;
}
.rec_btn{
    width: 590px;
    margin: 60px auto 0;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 16px;
}

.rec_btn a{
    display: block;
    padding: 20px 160px 20px 20px;
}
.rec_btn h3:hover{
    color: #fff;
}
.rec_btn a:hover{
    background: rgba(0, 155, 74, 1);
    border-radius: 16px;
}
.rec_btn a:hover h3,
.rec_btn a:hover p{
    background: rgba(0, 155, 74, 1);
    color: #fff;
    border-radius: 16px;
}

.rec_btn a:after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 45%;
}
.rec_btn a:before {
    content: " ";
    display: inline-block;
    width: 98px;
    height: 80px;
    background: url(../img/recruit/recruit-icon.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: 60px;
    top: 8%;
}
.rec_btn a:hover::before {
  background: url(../img/recruit/recruit-icon__hover.svg) no-repeat center bottom;
  background-size: contain;
}
.rec_btn a:hover::after {
background: url(../img/foot-arrow.svg) no-repeat center bottom;
}
.rec_btn h3{
    font-size: 2rem;
    color: rgba(0, 155, 74, 1);
    font-weight: bold;
}
.rec_btn p{
    padding-top: 6px;
    font-size: 1.2rem;
}
.tp12::before{
    top: 9px !important;
}

@media (max-width: 767px) {
    .gotos_ppl--list{
        padding-top: 60px;
    }
    /* .gotos_ppl--list li{
        width: 100%;
        height: 110px;
    } */
    .gotos_ppl--list li:nth-child(n+2){
        margin-top: 20px;
    }
    .rec_btn{
        width: 100%;
        margin: 40px auto 0;
    }
    .rec_btn h3{
        font-size: 1.8rem;
    }
    .rec_btn p{
        font-size: 1rem;
    }
    .rec_btn:before{
        width: 73px;
        height: 60px;
        top: 20%;
    }
    .gotos__ppl--img {
        width: 30%;
        height: 180px;
    }
     .gotos__ppl--img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
     }
    .ppl_year{
        font-size: 1rem;
    }
    .btm_nav--link{
        margin-top: 60px;
    }
    .gotos__ppl--img img{
        border-radius: 16px 0 0 16px !important;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gotos_ppl--box{
        padding: 12px 20px;
        width: 70%;
        padding-left: 20px;
    }
    .ppl_inter{
        padding-top: 6px;
        padding-right: 25px;
    }
    .ppl_inter:after{
        top: 46%;
    }
    .rec_btn a:before{
        width: 73px;
        height: 51px;
        top: 45px;
    }
    .gotos_ppl--list li:hover .gotos_ppl--box, .gotos_ppl--list li:hover .gotos_ppl--box p, .gotos_ppl--list li:hover .gotos_ppl--box h3{
        border-radius: 0 16px 16px 0;
    }
    .gotos__ppl--img::before{
        border-radius: 16px 0px 0 16px;
    }
    .ppl_name span{
        font-size: 1.4rem;
    }
    .gotos_ppl--list li{
        width: 100%;
    }
}

/* Gotosの人 */
.gotos_ppl--ttl{
    padding-top: 100px;
    font-weight: bold;
    font-size: 4rem;
    line-height: 150%;
}
.ppl_txt--top{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.faq_box{
    margin-top: 60px;
}
.mgt0{
    margin-top: 0 !important;
}
.ppl_img--box{
    width: 384px;
}
.ppl_img--box p{
    gap: 0 20px;
    padding-top: 20px;
}
.ppl_year{
    font-size: 1.2rem;
    display: block;
}
.ppl_other{
    font-weight: bold;
    font-size: 2.4rem;
    display: block;
}
.ppl_img img{
    width: 100%;
}
.ppl_fap--txt{
    width: 776px;
}
.faq_box dt{
    color: rgba(0, 155, 74, 1);
    font-size: 2.4rem;
    position: relative;
    padding-left: 60px;
    padding-top: 5px;
}
.faq_box dt:before{
    content: " ";
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../img/gotos/icon_Q.png) no-repeat center center;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.faq_box dd{
    margin-top: 40px;
    line-height: 200%;
}
.other_senpai{
    margin-top: 100px;
}
.other_top{
    font-weight: bold;
    font-size: 2.4rem;
}
.other_list{
    margin-top: 40px;
    display: flex;
    gap: 0 24px;
    flex-wrap: wrap;
}
.other_list--flex{
    display: flex;
}
.other_txt--box{
    padding: 20px;
    width: 428px;
}
.other_list li{
   box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
   width: 588px;
   border-radius: 16px;
}
.other_img{
    width: 160px;
    position: relative;
    overflow: hidden;

}.other_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 128, 0, 0.4); /* 緑＋透過 */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    border-radius: 16px 0 0 16px; /* 必要に応じて角丸調整 */
}

/* li ホバーでオーバーレイを表示 */
.other_list li:hover .other_img::before {
    opacity: 1;
}

.other_list li img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 16px 0 0 16px;
}
.other_list li:nth-child(n+3){
    margin-top: 24px;
}
.other_list li:hover .other_txt--box{
     background-color: rgba(0, 155, 74, 1);
    border-radius: 0 16px 16px 0; /* 必要に応じて角丸を調整 */
}
.other_list li:hover .other_txt--y,
.other_list li:hover .other_txt--c,
.other_list li:hover .other_txt--n,
.other_list li:hover .other_txt--l {
    color: #ffffff;
}
.other_list li:hover .other_txt--l:after{
    background: url(../img/foot-arrow.svg) no-repeat center bottom;
}
.other_txt--y{
    font-size: 1.2rem;
}
.other_txt--c{
    font-weight: bold;
    font-size: 2.4rem;
    padding-top: 14px;
}
.other_txt--n{
    font-weight: bold;
    font-size: 2.4rem;
    padding-top: 16px;
}
.other_txt--l{
    text-align: right;
    font-weight: bold;
    color: rgba(0, 155, 74, 1);
    margin-top: -10px;
    position: relative;
    padding-right: 20px;
}
.other_txt--l:after{
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: 0px;
    top: 11px;
}
@media (max-width: 767px) {
    .ppl_txt--top{
        display: block;
    }
    .ppl_fap--txt{
        width: 100%;
        margin-top: 60px;
    }
    .other_list li{
        width: 100%;
    }
    .ppl_img {
        width: 46%;
        margin-right: 20px;
    }
    .ppl_img--box p{
        display: block;
        padding-top: 0;
        /* padding-top: 50px; */
    }
    .ppl_year{
        font-size: 1rem;
    }
    .ppl_other{
        display: block;
        font-size: 1.6rem;
        margin-top: 0px;
    }
    .faq_box dt{
        font-size: 1.6rem;
        padding-top: 14px;
    }
    .faq_box dd{
        margin-top: 20px;
        font-size: 1.4rem;
    }
    .other_senpai{
        margin-top: 60px;
    }
    .other_top{
        font-size: 1.6rem;
    }
    .other_txt--box{
        width: 80%;
        padding: 8px 0;
        padding-left: 20px;
    }
    .other_list li:nth-child(n+2){
        margin-top: 24px;
    }
    .other_txt--y{
        font-size: 1rem;
    }
    .other_txt--c{
        font-size: 1.6rem;
        margin-right: 10px;
        padding-top: 0px;
    }
    .other_txt--n{
        padding-top: 10px;
    }
    .al-c{
        align-items: center;
    }
    .other_txt--l{
        font-size: 1.2rem;
        margin-top: 0;
        padding-right: 30px;
        /* padding-top: 6px; */
    }
    .other_img {
        width: 20%;
    }
    .other_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .other_txt--l:after{
        right: 10px;
        top: 8px;
    }
}

/* benefits*/
.benefits_ttl{
    padding-top: 100px;
    font-weight: bold;
    font-size: 4rem;
}
.benefits__top--list{
    padding-top: 60px;
    display: flex;
    gap: 0 40px;
    flex-wrap: wrap;
}
.benefits__top--list li{
    width: 528px;
}
.benefits__top--list li:nth-child(n+3){
    margin-top: 40px;
}
.benefits_icon{
    width: 200px;
}
.benefits_icon img{
    width: 100%;
}
.benefits_flex{
    display: flex;
    gap: 0 20px;
}
.benefits_txt--box{
    width: 308px;
}
.benefits_txt--box h4{
    font-size: 2.4rem;
    font-weight: bold;
}
.benefits_txt--box p{
    padding-top: 20px;
}
.w100{
    width: 100% !important;
}
.benefits__btm--list{
    padding-top: 60px;
}
.benefits__btm--list li{
    width: 100%;
}
.benefits__btm--list li:nth-child(n+2){
    margin-top: 40px;
}

@media (max-width: 767px) {
    .benefits_ttl{
        font-size: 2.1rem;
        padding-top: 60px;
    }
    .benefits__top--list li{
        width: 100%;
    }
    .benefits_flex{
        align-items: center;
    }
    .benefits__top--list li:nth-child(n+2) {
    margin-top: 40px;
    }
    .benefits_txt--box h4{
        font-size: 1.6rem;
    }
    .benefits_icon {
        width: 120px;
    }
    .benefits_txt--sp{
        padding-top: 20px;
    }

}


/* tours*/
.contents_top--txt{
    padding-top: 100px;
}
.contents_sub-txt{
    padding-top: 40px;
}
.contents_sub--ttl{
    font-size: 3.2rem;
    font-weight: bold;
    padding-top: 60px;
}
.tours_img{
    width: 1200px;
    padding-top: 40px;
}
.tours_img img{
    width: 100%;
}
.tour_about--box{
    padding-top: 40px;
}
.guidline_box{
    margin-top: 100px;
}
.tours_about p a{
    color: rgba(0, 155, 74, 1);
    text-decoration: underline;
}
.tours_about p a:hover{
    opacity: 0.7;
}

.tours_about {
    display: flex;
    align-items: stretch; /* 高さを揃える */
    justify-content: space-between;
}

.tours_about dt,
.tours_about dd {
    display: flex;        /* 文字を縦中央にする */
    align-items: center;  /* 縦中央 */
    box-sizing: border-box; /* paddingを含めて高さを計算 */
}

.tours_about dt {
    color: rgba(0, 155, 74, 1);
    width: 300px;
    padding: 16px 0 16px 20px;
    border-bottom: 1px solid #0A7A00;
    border-top: 1px solid #0A7A00;
}

.tours_about dd {
    width: 900px;
    padding: 16px 0 16px 20px;
    border-top: solid 1px #B3B3B3;
    border-bottom: solid 1px #B3B3B3;
    display: block;
}
.guideline_flow {
    background-color: rgb(229, 245, 237);
    padding: 16px;
    margin-bottom: 16px;
}
.guideline_flow li{
    background: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    position: relative;
}
.guideline_flow li:nth-child(n+2){
    margin-top: 18px;
}
.flow_list li a{
    color: rgba(0, 155, 74, 1);
    position: relative;
}
.flow_list li span{
    font-size: 1.2rem;
    padding-left: 20px;
    font-weight: normal;
}
.flow_list li a:after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: -14px;
    top: 17%;
}
.flow_list li a:hover{
    opacity: 0.7;
}
.pdn{
    padding-left: 0 !important;
}
.flow_list li:after {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 10px;
    background: url(../img/guideline/down.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: 48%;
    top: 110%;
}
.flow_list li:last-child::after {
  content: none;
}
.bd_tb{
    border-top: none !important;
    border-bottom: none !important;
}
.tour_form{
    width: 384px;
    margin: 60px auto 0;
    text-align: center;
}
.tour_form a{
    display: block;
    padding: 20px 38px 20px 20px;
    font-size: 2rem;
    font-weight: bold;
    color: rgba(0, 155, 74, 1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    position: relative;
}
.tour_form a:after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 45%;
}
.tour_form a:hover{
    background: rgba(0, 155, 74, 1);
    color: #fff;
}
.tour_form a:hover:after{
    background: url(../img/foot-arrow.svg) no-repeat center bottom;
}


@media (max-width: 767px) {
    .contents_top--txt{
        padding-top: 60px;
    }
    .gotos_ppl--ttl{
        font-size: 2.1rem;
        padding-top: 60px;
    }
    .contents_sub--ttl{
        font-size: 2.1rem;
    }
    .tours_about{
        display: block;
    }
    .tours_img{
        width: 100%;
    }
    .tours_about dt{
        width: 100%;
    }
    .tours_about dd{
        width: 100%;
        padding: 16px 20px;
    }
    .fields_text{
        width: 100%;
    }
    .tour_form{
        width: 100%;
    }
    .tours_about dt{
        border-bottom: none !important;
    }
    .tour_form a{
        font-size: 1.6rem;
        padding: 16px 38px 16px 20px;
    }
    .guideline_flow{
        font-size: 1.4rem;
    }
    .flow_list li span{
        font-size: 1rem;
    }
    .other_list--flex .sp_flex {
        align-items: baseline;
        flex-direction: column-reverse;
    }
}

/* fields */
.fields_img{
    padding-top: 40px;
    width: 100%;
}
.fields_img img{
    width: 100%;
}
.fields_bg--01{
   position: relative;
   margin-top: 60px;
}
.fields_bg--01::before {
    content: "";
    position: absolute;
    top: 0;
    right: 24%;
    width: 100vw;
    height: 100%;
    background: rgba(0, 155, 74, 0.1);
    z-index:1;
}
.fields_bg--02{
   position: relative;
   margin-top: 60px;
   /* overflow: hidden; */
}
.fields_bg--02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24%;
    width: 100vw;
    height: 100%;
    background: rgba(0, 155, 74, 0.1);
    z-index:1;
}

.fields_flex--box{
    display: flex;
    align-items: center;
}
.fields_flex--dtl{
    display: flex;
    align-items: center;
}

.fields_left--01{
    width: 540px;
  }
.mgr60{
    margin-right: 60px;
}
.mgl60{
    margin-left: 60px;
}
.fields_icon{
    width: 160px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
  }
.fields_icon img{
    width: 100%;
  }
.fields_text{
    width: 360px;
  }
.fields_text h3{
    font-size: 2.4rem;
    font-weight: bold;
  }
.fields_text--sub{
    margin-top: 10px;
}
.fields_btm--txt{
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.fields_btm--img--01{
    width: 540px;
    z-index: 2;
    position: relative;
}
.fields_btm--img--02{
    width: 265px;
    z-index: 2;
    position: relative;

}
.fields_btm--img--01 img,
.fields_btm--img--02 img{
    width: 100%;
}
  .fields_right--01{
    width: 600px;
}
  .fields_right--01 img{
    width: 100%;
    z-index: 2;
    position: relative;
}
@media (max-width: 767px) {
    .fields_flex--box{
        flex-wrap: wrap;
    }
    .fields_right--01{
        width: 70%;
        order: 1;
        margin: -30px auto 0;
    }
    .fields_left--01{
        width: 100%;
        order: 2;
        margin-right: 0;
        margin-left: 0;
    }
    .fields_btm--img--01{
        width: 100%;
        padding-bottom: 40px;
        z-index: 2;
        position: relative;
    }
    .fields_icon{
        width: 80px;
    }
    .fields_text h3{
        font-size: 1.6rem;
    }
    .fields_text{
        width: 70%;
    }
    .fields_btm--img--02 {
        width: 50%;
        padding-bottom: 40px;
        z-index: 2;
        position: relative;
    }
    .fields_btm--txt{
        font-size: 1rem;
    }
    .fields_bg--01::before{
        right: 30%;
    }
    .fields_bg--02::before{
        left: 28%;
        width: 72vw;
    }
}
/* numbers */
.card_list{
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    margin-top: 100px;
}
.card_list li{
    width: 580px;
    list-style: none;
}
.card_list li img{
    width: 100%;
}
.card_list li:nth-child(n+3){
    margin-top: 40px;
}
.card_btm--list{
    display: flex;
    margin-top: 40px;
    gap: 0 40px;
}
.card_btm--list li{
    width: 270px;
}
.card_btm--list li img{
    width: 100%
}


/* news */
.top_news--mg{
    margin: 100px 0 0 0;
}
.top_news--cat{
    font-size: 1.2rem;
    color: rgba(0, 155, 74, 1);
    width: 116px;
    border: 1px solid rgba(0, 155, 74, 1);
    border-radius: 16px;
    text-align: center;
}
.news_flex{
    display: flex;
    align-items: center;
}
.top_news--ttl {
    margin-left: 20px;
    width: 904px;
}
.news_sub--ttl{
    margin-top: 100px;
    font-size: 2.4rem;
    font-weight: bold;
}
.year_archive{
    margin-top: 40px;
    margin-bottom: 100px;
    display: flex;
    gap: 0 40px;
}
.year_archive li{
    color: rgba(0, 155, 74, 1);
}
.year_archive li a:hover{
    opacity: 0.7;
}
.mgt10{
    margin-top: 10px;
}
.single_content{
    padding: 100px 0 0;
}
.single_content ul li {
    position: relative;
    padding-left: 1rem;
    margin-top: 10px;
}
.single_content ul li:before {
    content: "⚫︎";
    color: #000;
    font-size: 5px;
    position: absolute;
    left: 0;
    top: 9px;
}
.single_content ol {
    counter-reset: count 0;
}
.single_content ol li {
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
}
.single_content ol li:before {
    content: counter(count) ". ";
    counter-increment: count 1;
    color: #000;
}
.wp-block-list{
    margin-top: 60px;
}
.single_content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.single_content table th,
.single_content table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.single_content table th {
  background-color: #f5f5f5;
  width: 20%; /* 左カラムを狭める */
}

.single_content h1{
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 60px;
}
.single_content h2{
    font-size: 3.2rem;
    font-weight: bold;
    margin-top: 60px;
}
.single_content h3{
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 60px;
}
h4.wp-block-heading{
    margin-top: 60px;
}
.sub{
    font-size: 1.2rem;
}
.page_link a{
    text-decoration: underline;
    color: #0A7A00;
}
.other_link a{
    text-decoration: underline;
    color: #0A7A00;
    position: relative;
}
.other_link a:after{
    content: " ";
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../img/link_external.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: -20px;
    top: 3px;
}
.pdf_link a{
    text-decoration: underline;
    color: #0A7A00;
    position: relative;
}
.pdf_link a:after{
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/link_pdf.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: -25px;
    top: -1px;
}
.single-list--dl{
    margin-top: 60px;
}
.single_dtl {
    display: flex;
    align-items: stretch; /* 高さを揃える */
    justify-content: space-between;
}

.single_dtl dt,
.single_dtl dd {
    display: flex;        /* 文字を縦中央にする */
    align-items: center;  /* 縦中央 */
    box-sizing: border-box; /* paddingを含めて高さを計算 */
}

.single_dtl dt {
    color: rgba(0, 155, 74, 1);
    width: 300px;
    padding: 16px 0 16px 20px;
    border-top: 1px solid #0A7A00;
}
.single_content dl.single_dtl:last-of-type dt {
   border-bottom: 1px solid #0A7A00;
}
/* 最後の .single_dtl 内の dd */
.single_content dl.single_dtl:last-of-type dd {
  border-bottom: solid 1px #B3B3B3;
}

.single_dtl dd {
    width: 900px;
    padding: 16px 0 16px 20px;
    border-top: solid 1px #B3B3B3;
    display: block;
}
.single_img{
    width: 400px;
}
.single_img img{
    width: 100%;
}
figure.wp-block-image.size-large {
    margin-top: 60px;
}
.wp-block-media-text.is-stacked-on-mobile{
    margin-top: 60px;
}
.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-top: 60px;
}



@media (max-width: 767px) {
    .top_news--mg{
        margin-top: 60px;
    }
    .news_flex{
        flex-wrap: wrap;
    }
    .top_news--cat{
        margin-left: 10px;
        width: 100px;
        font-size: 1rem;
    }
    .top_news--ttl{
        width: 100%;
        margin-left: 0;
    }
    .news_sub--ttl{
        margin-top: 120px;
    }
    .year_archive{
        margin-top: 30px;
        font-size: 1.4rem;
        gap: 0 30px;
        margin-bottom:120px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        width: 80%;
    }
    .card_list{
        margin-top: 60px;
    }
    .card_btm--list{
        display: block;
        margin-top: 0;
    }
    .card_list li{
        width: 100%;
    }
    .card_list li:nth-child(n+2){
        margin-top: 20px !important;
    }
    .card_list li:nth-child(6){
        margin: 0 calc(50% - 50vw);
        width: 98vw;
    }

    .card_btm--list li{
        width: 100%;
    }
    .card_btm--list li :nth-child(n+2){
        margin-top: 20px !important;
    }
    .single_content{
        padding-top: 60px;
    }
    .single_dtl{
        display: block;
    }
    .single_dtl dt{
        width: 100%;
    }
    .single_dtl dd{
        width: 100%;
    }
    .single_img{
        width: 100%;
    }
    .single_content dl.single_dtl:last-of-type dd {
        border-top: none !important;
    }



}

.guideline_img{
    width: 860px;
}
.guideline_img img{
    width: 100%;
}

/* まず全ての dt と dd の border-top を消す */
.tours_about dt,
.tours_about dd {
    border-top: none;
}

/* 一番上の dt と dd のみ border-top を残す */
.tours_about:first-of-type dt {
    border-top: 1px solid rgba(0, 155, 74, 1);
}

.tours_about:first-of-type dd {
    border-top: 1px solid #B3B3B3;
}

@media screen and (max-width: 769px) {
  /* 一番下以外の dd の下ボーダーを消す */
  .tours_about:not(:last-of-type) dd {
    border-bottom: none;
    }
  .tours_about dt{
        border-top: 1px solid rgba(0, 155, 74, 1);
    }
    .tours_about dd{
        border-top: solid 1px #B3B3B3 !important;
    }
    .guideline_img{
        width: 100%;
    }
    .guidline_box{
        margin-top: 60px;
    }

}

.tour_flex{
   display: flex; 
   justify-content: space-between;
}
.tour_list{
    display: flex;
    background: rgb(229, 245, 237);  
    padding: 16px;
    gap: 0 23px;
    margin-top: 40px;
}
.tour_list li{
    background: #fff;
    width: 374px;
    padding: 20px;
    position: relative;
}
.tour_list li p a:hover{
    opacity: 0.7;
}
.tour_list li h3{
    color: rgba(0, 155, 74, 1);
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.tour_list--img01{
    width: 87px;
}
.tour_list--img02{
    width: 93px;
}
.tour_list--img03{
    width: 64px;
}
.tour_list--img04{
    width: 56px;
}
.tour_list--img05{
    width: 132px;
    margin: 20px auto 0;
}
.tour_list--img01 img,
.tour_list--img02 img,
.tour_list--img03 img,
.tour_list--img04 img,
.tour_list--img05 img
{
    width: 100%;
}
.tour_flex p a{
    color: rgba(0, 155, 74, 1);
    text-decoration: underline;
}
.tour_list li .tour_flex:nth-of-type(2){
    margin-top: 20px;
}
.tour_list li:nth-of-type(1) .tour_flex:nth-of-type(1) p {
    width: 231px;
}

/* 1つ目のli内、2つ目のp */
.tour_list li:nth-of-type(1) .tour_flex:nth-of-type(2) p {
  width: 231px;
}

/* 2つ目のli内、1つ目のp */
.tour_list li:nth-of-type(2) .tour_flex:nth-of-type(1) p {
  width: 253px;
}

/* 2つ目のli内、2つ目のp */
.tour_list li:nth-of-type(2) .tour_flex:nth-of-type(2) p {
  width: 261px;
}
.tour_list li:nth-of-type(1)::after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/tours/right.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: -7%;
    top: 45%;
}
/* 2個目のli */
.tour_list li:nth-of-type(2)::after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/tours/right.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    right: -7%;
    top: 45%;
}

@media screen and (max-width: 769px) {
    .tour_list{
        display: block;
    }
    .tour_flex{
        flex-wrap: wrap;
    }
    .tour_list li{
        width: 100%;
    }
    .tour_list li h3{
        font-size: 1.4rem;
    }
    .tour_list li:nth-child(n+2){
        margin-top: 18px;
    }
    .tour_list li .tour_flex:nth-of-type(2){
        margin-top: 10px;
    }
    .tour_list li:nth-of-type(1) .tour_flex:nth-of-type(1) p {
        width: 60%;
    }
    .tour_list li:nth-of-type(1) .tour_flex:nth-of-type(2) p {
        width: 67%;
    }
    .tour_list li:nth-of-type(2) .tour_flex:nth-of-type(1) p {
        width: 73%;
    }
    .tour_list li:nth-of-type(2) .tour_flex:nth-of-type(2) p {
        width: 75%;
        order: 1;
    }
    .tour_list--img04{
        order: 2;
    }
    .tour_list li:nth-of-type(1)::after,
    .tour_list li:nth-of-type(2)::after{
        background: url(../img/tours/down.svg) no-repeat center bottom;
        right: 45%;
        top: 95%;
        bottom: 0;
    }
    .tour_list--img02{
        width: 85px;
    }

}
.has-fixed-layout{
    margin-top: 30px;
}
.single_link--nav{
    margin-top: 50px;
}
.single_link--btm{
    border-top: 1px solid  rgba(179, 179, 179, 1);
    margin-top: 100px;
}
.single_link--btm a{
    margin-top: 60px;
    color: rgba(0, 155, 74, 1);
    display: block;
    padding-left: 16px;
    position: relative;
    text-decoration: underline;
}
.single_link--btm a:hover{
    opacity: 0.7;
}
.single_link--btm a:before {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../img/philosophy/btm_arrow.svg) no-repeat center bottom;
    background-size: contain;
    vertical-align: baseline;
    z-index: 1;
    position: absolute;
    top: 7px;
    left: 0;
}

@media screen and (max-width: 769px) {
    .single_link--btm{
        font-size: 1.4rem;
        margin-top: 60px;
    }
    .single_link--btm a{
        margin-top: 40px;
    }
    .single_link--btm a:before{
        top: 6px;
    }

}

.wp-pagenavi{
    text-align: center;
}
.wp-pagenavi span.current{
    background-color: rgba(0, 155, 74, 1);
    color: #fff;
}
span.pages {
    display: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: rgba(0, 155, 74, 1) !important;
}

.dtl_box p a{
    pointer-events: none;
}
@media screen and (max-width: 769px) {
    .dtl_box p a{
        pointer-events:inherit;
    }
    .ppl_img--box{
        width: 100%;
    }

}

@media (max-width:  320px){
    .gotos_ppl--box{
        width: 73%;
    }


}
.extend{
    display: none;
}