@charset "utf-8";

/*--------------------------------------------
サイトの基本設定
--------------------------------------------*/
html {
	scroll-behavior: smooth;
}
body{
    --color_blue:#2F84C8;
    --color_green:#309D7A;
    font-family:'Noto Sans JP', sans-serif;
    --font-serif:"Noto Serif JP", serif;
    font-weight: 500;
    color: #222222;
    line-height: 1.5;
    position: relative;
    font-size: 16px;
    background-image: url(../img/back-ground.jpg);
    background-position: top;
    background-size: cover;
    @media (max-width: 1099px)  {
    }
}
/* リンクの下線を無しにする */
a{
    text-decoration: none;
    color: var(--color_green);
}
a img:hover{
    opacity: 0.8;
}

ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
img{
    width: 100%;
}
.honbun{
    line-height:36px;
    font-size: 16px;
    @media (max-width: 720px) {
        line-height: 30px;
    }

}
h2{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight:600;
    letter-spacing: 1px;
    font-style: normal;
    font-size: clamp(38px, 3vw, 40px);
    line-height: 1.2;
    margin: 0;
            background:linear-gradient(90deg, #2F84D8, #309D7A);
        -webkit-background-clip:text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        @media (max-width: 720px) {
            font-size: 34px;            
        }
}
h3{
    font-weight: 600;
}
h3.gradation{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight:600;
    font-style: normal;
    font-size: clamp(30px, 2.5vw, 40px);
    line-height: 1.2;
    margin: 0;
    background:linear-gradient(90deg, #2F84D8, #309D7A);
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 12px 0;
    margin-bottom: .5em;
}
.link_button{
    display: block;
    border-radius:150px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    color: #222222;
    font-family: var(--font-serif);
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 700;
    padding: 1.5em 2.6em 1.6em;
    height: 80px;
    margin: auto;
    transition: box-shadow 0.2s ease;
    &::after {
        position: absolute;
        content: '';
        padding: 2px;
        inset: 0;
        border-radius: 150px;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, var(--color_blue), var(--color_green));
        mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#fff 0 0);
        mask-composite: destination-out;
        mask-composite: exclude;
    }
    &:hover{
        box-shadow: 0px 0 10px #00000048;
        background: linear-gradient(90deg, var(--color_blue), var(--color_green));
        color: #ffffff;
        font-weight: 500;
        .arrow_right_alt{
            color: #ffffff;
        }
    }

    @media (max-width: 720px)  {
        height: auto;
    }
}
.color_green{
    color: var(--color_green);
}
.link_button2{
    display: flex;
    align-items: center;
    gap: 24px;
    color: #222222;
    width: fit-content;
    span{
        font-size: 18px;
        font-family: var(--font-serif);
        font-weight: 600;
        position: relative;
        &::after{
            content: '';
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: -10px;
            left: 0;
            background-color: #222222;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.2s ease;
        }

    }
    &:hover span::after{
        transform: scaleX(1);
    }
    .link_btn{
        width: 100px;
        height: 100px;
        display: block;
        background-image: url(../img/link_button2.svg);
        transition: background-image 0.1s ease;
        background-size: cover;
    }
    &:hover .link_btn{
        background-image: url(../img/link_button2_hover.svg);
        background-size: cover;
    }
    @media (max-width:720px) {
        gap: 15px;
        .link_btn{
            width: 70px;
            height: 70px;
        }
    }
}
.link_button3{
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
    margin-left: auto;
    span{
        font-size: 16px;
        font-family: var(--font-serif);
        font-weight: 600;
        color:#222222;
        position: relative;
        &::after {
            content: '';
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: -10px;
            left: 0;
            background-color: #222222;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.2s ease;
        }
    }
    img{
        width: 42px;
        height: 42px;
        display: block;
    }
    &:hover span{
        &::after {
            transform: scaleX(1);
        }

    }
    &:hover img{
        opacity: 0.8;
    }
    @media (max-width: 720px) {
        gap:10px;
    }
}
.sp-only{
    display: none;
}
@media (max-width: 720px)  {
.pc-only{
    display: none;
}
.sp-only{
    display: block;
}
}
.container{
    width: 1300px;
    max-width: 90%;
    margin: 0 auto;
}
.lower .container{
    width: 1100px;
}
.inner{
    width: 1000px;
    max-width: 90%;
    margin: auto;
   @media (max-width:720px){
    max-width: 100%;
   }
}
p.pdf_link{
    line-height: 1.5;
    vertical-align: middle;
    margin: 1em 0;
    font-weight: 400;
    &::before{
        content: url(../img/pdf--con.svg);
        width: 20px;
        display: inline-block;
    }
    a{
        font-weight: 600;
        color: var(--color_green);
        border-bottom: solid 1px;
        margin-left: 0.5em;
    }
}
p.ja_pdf_link{
    vertical-align: middle;
    font-weight: 400;
    display: flex;
    gap: 0.5em;
    &::before{
        content: url(../img/js-pdf-icon.svg);
        width: 20px;
        display: inline-block;
        flex-shrink: 0;
    }
    a{
        font-weight: 600;
        color: var(--color_green);
        border-bottom: solid 1px;
    }
}

/* TOWARD THE FUTURE部分 */
.eng_wrap {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}

.eng_copy {
    flex-shrink: 0;
    font-family: var(--font-serif);
    font-size: clamp(60px ,10vw, 180px);
    line-height: 1;
    color: #309D7A;
    opacity: 0.05;
    animation: marquee 20s linear infinite;
    padding-right: 20rem;
}
@media (max-width:720px) {
    .eng_copy {
        font-size: 60px;
    }
}
/* ヘッダー */
header{
    font-size: 17px;
    font-family: var(--font-serif);
    font-weight: 800;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: .5em 0;
    z-index: 9999;
    width: 100%;
    background-color: transparent;
    transition: ease-in-out 0.2s;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, background-color 0.4s ease;
    .header_wrapper{
        width: 1600px;
        max-width: 90%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: auto;
    }
    &.header_bg{
        background-color: rgba(255, 255, 255, 0.9);
    }
    @media (max-width: 720px) {
        padding: 0 0;
    }
}

header .header_logo{
    padding-left: 1em;
    margin-bottom: 6px;
    @media (max-width: 720px)  {
        padding-left: 0;
    }
}
header .header_logo img{
    width: 270px;
}
header .header_nav > ul{
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    >li{
        padding: 18px;
        position: relative;
        z-index: 1;
        &:last-child{
            padding-right: 0;
        }
    }
}

header .header_nav ul li .sub-nav{
    font-size: 16px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    transform: translateY(97%);
    width: max-content;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px 30px;
    display: none;
    box-shadow: 0 0 5px 0px #00000014;
    li{
        position: relative;
        a{
            padding-right: 3em;
            color: #333333;
            width: 100%;
            display: block;
        }
        &:hover{
            a{
                color: var(--color_green);
            }
            .arrow_right_alt{
                color: var(--color_green);
            }
        }
    }
    li:not(:last-child){
        margin-bottom: 25px;
    }
    .arrow_right_alt{
        position: absolute;
        right: 0;
        top: 50%;
        line-height: 0;
        margin: auto;
        font-size: 18px;
    }
.arrow_right_alt {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
}

header .header_nav > ul > li > a{
    margin: 1em 1em 1em 1em;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333333;
    padding: 7px 0;
    margin: 0;
    cursor:pointer;
    position: relative;
    transition: color 0.1s linear;
    line-height: 1;
    .AddCircle{
        font-size: 18px;
        color: #333333;
        transition:all 0.2s ease-out;
    }
/*     &::after{
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #222222;
        transform: scaleX(0);
        transition: transform 0.2s ease;
    }
 */    &:hover{
        color: #027565;
    }
}


header .header_nav > ul > li.toggle_parent.active > a .AddCircle{
    transform: rotate(315deg);
}
header .header_nav ul li .nav_button {
    display: flex;
    gap: 10px;
    .header_nav_ja-only{
        font-size: 14px;
/*         background: linear-gradient(90deg, var(--color_blue),var(--color_green));
 */
        background-color: #027565;
        color:#ffffff;
        border-radius: 40px;
        padding: 12px 35px;
        font-weight: 600;
        letter-spacing: 2px;
        position: relative;
        overflow: hidden;
        box-shadow: 0px 0px 10px #ffffff00;
        transition: box-shadow 0.2s ease;
/*         &::after{
            position: absolute;
            content: '';
            padding: 2px;
            inset: 0;
            border-radius: 40px;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, var(--color_blue),var(--color_green));
            mask:linear-gradient(#fff 0 0) content-box, 
            linear-gradient(#fff 0 0);
            mask-composite: destination-out;
            mask-composite: exclude;
        }
 */        &:hover{
            box-shadow: 0px 0 10px #00000048;
        }
    }
    .header_nav_contact{
        font-size: 14px;
        background-color:  #ffffffb6;
        color:var(--color_blue);
        border-radius: 50px;
        padding: 12px 30px;
        font-weight: 600;
        letter-spacing: 2px;
        position: relative;
        transition: box-shadow 0.2s ease;

        &::after{
            position: absolute;
            content: '';
            padding: 2px;
            inset: 0;
            border-radius: 50px;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, var(--color_blue),var(--color_green));
            mask:linear-gradient(#ffffff 0 0) content-box, 
            linear-gradient(#fff 0 0);
            mask-composite: destination-out;
            mask-composite: exclude;
        }
        &:hover{
            box-shadow: 0px 0 10px #00000048;
        }


    }
}
@media (min-width: 1600px)  {
    header.is-hidden{
        transform: translateY(-150%);
    }
}
@media (max-width: 1359px)  {
    header .header_nav > ul{
        gap: 10px;
        font-size: 16px;
    }
    header .header_nav > ul >li{
        padding: 10px;
    }
    header .header_nav ul li .nav_button {
        .header_nav_ja-only {
            padding: 10px 25px;
        }
    }
    header .header_nav ul li .nav_button {
        .header_nav_contact {
            padding: 10px 20px;
        }
    }
    header .header_nav ul li .sub-nav{
        font-size: 14px;
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,100%);
        width: max-content;
        background-color: #ffffffde;
        border-radius: 10px;
        padding: 20px 15px
    }
}

/*--------------------------------------------
展開ナビゲーション
--------------------------------------------*/
@media (max-width: 1100px)  {
header{
    width: 100%;
    padding: 20px 0;
    position: absolute;
    top: 0;
    &.header_bg{
        background-color: transparent;
    }

}

header .header_logo{
    position: relative;
    z-index: 1010;
    img{
        width: 240px;  
        }
}
 .openbtn {
    position: fixed;
    z-index: 9999;
    top: 18px;
    right: 4%;
    width: 40px;
    height: 40px;
    background: url(../img/sp-menu-bg.svg);
    background-size: cover;
      display: inline-grid;
    place-items: center;
    cursor: pointer;
  border: none;          /* 通常のborderは消す */

}


 .openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 0;
    height: 1px;
	background:linear-gradient(90deg, var(--color_blue),var(--color_green));
  	width: 12px;
    left: 0;
    right: 0;
    margin: auto;
  }
.openbtn span:nth-of-type(1) {
	top:38%;	
}

.openbtn span:nth-of-type(2) {
	top:50%;
    width: 16px;
}

.openbtn span:nth-of-type(3) {
	bottom: 38%;
}
.openbtn.active span:nth-of-type(1) {
    top:12px;
    left:0;
    transform: translateY(7px) rotate(-45deg);
    width: 26px;
}
.openbtn.active span:nth-of-type(2) {
    display: none;
}

.openbtn.active span:nth-of-type(3){
    top: 42px;
    left: 0;
    transform: translateY(-23px) rotate(45deg);
    width: 26px;
    bottom: auto;
}

.header_nav{
    height: calc(var(--vh, 1vh) * 100);

    position: fixed;
    z-index: -100;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: url(../img/back-ground.jpg);
    background-size: cover;
    transition: all 0.2s ease;
    overflow-y: scroll;
    padding: 60px 5%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.header_nav::-webkit-scrollbar{
    display: none;
  }

.header_nav.active{
    z-index: 1000;
    opacity: 1;
    display: block;
    left: 0;
}

header .header_nav > ul{
    display: block;
    height: auto;
    margin: 16% auto 0;
}
header .header_nav > ul > li{
    width: 100%;
    padding: 0 ;
    position: relative;
}
header .header_nav > ul > li:last-child{
    margin-top: 2em;
}
header .header_nav > ul > li > a{
    padding: 1.5em 1.3em;
    font-size: 18px;
    margin: 0;
}
header .header_nav > ul{
    >li{
        position: relative;
        z-index: 1;
    }
}
header .header_nav ul li .nav_button {
    justify-content: center;
    .header_nav_ja-only{
        padding: 12px 35px;
    }
    .header_nav_contact{
        padding: 12px 35px;
    }
}
header .header_nav ul li .sub-nav{
    font-size: 15px;
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%);
    width: 100%;
    background-color: #ffffffde;
    border-radius: 10px;
    padding: 40px 30px;
    display: none;
    li{
        position: relative;
        a{
            padding-right: 3em;
            color: #333333;
            width: 100%;
            display: block;
        }
    }
    li:not(:last-child){
        margin-bottom: 25px;
    }
    .arrow_right_alt{
        position: absolute;
        right: 0;
        top: 50%;
        line-height: 0;
        margin: auto;
        font-size: 18px;
    }
.arrow_right_alt {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
}

}
main{
    padding-top: 100px;
}
.lower main{
    padding-top: 115px;
    @media (max-width:1200px) {
        padding-top: 80px;
    }
}

/* TOP ページ */
#top_kv{
    margin-top: -100px;
    background-image:url(../img/top-kv.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
    &::after{
        content: '';
        z-index: 9;
        position:absolute;
        width: 100%;
        height: 50%;
        bottom: 0;
        background: linear-gradient(0 , rgba(48,157,122,0.7) , #2F84C800);
    }
    &::before{
        content: '';
        z-index: 10;
        position:absolute;
        width: 100%;
        height: 30%;
        top: 0;
        background:linear-gradient(180deg, rgba(255, 255, 255, 0.3), #2f84c800);
    }
    .catch_area{
        position: absolute;
        z-index: 10;
        top: 35%;
        margin: auto;
        width: 100%;
        display: block;
        text-align: center;
        color: #ffffff;
        font-family: var(--font-serif);
        text-shadow: 0 0 20px #000000;
        .catch1{
            font-size: clamp(32px, 5vw, 65px);
            margin: 10px 0;
        }
        .catch2{
            font-size: clamp(16px, 2.5vw, 32px);
            margin: 14px 0;
            letter-spacing: 1px;
            font-weight: 400;
        }
    }
    .info_area{
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        display: flex;
        height: 100px;
        width: 100%;
        background-color: #ffffff80;
        .info_head{
            background-color: #027565;
            margin: 0;
            width: 160px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 16px;
        }
        .info_day{
            padding-left: 40px;
            display: flex;
            flex-shrink: 0;
            gap: 32px;
            align-items: center;
            height: 100%;
            color: #222222;
            font-size: 14px;
            p:last-child{
                color: var(--color_green);
            }
        }
        .info_cat{
            color: var(--color_green);
        }
        p.info_title{
            padding-left: 60px;
            display: flex;
            align-items: center;
            height: 100%;
            color: #222222;
            margin: 0;
            font-size: 16px;
        }
        &:hover{
            opacity: 0.9;
            cursor: pointer;
        }
        @media (max-width:1500px) {
            height: 80px;
        }
        @media (max-width:720px) {
        height: auto;
        flex-wrap: wrap;
        .info_head{
            width: 160px;
            height: fit-content;
            padding: 1em;
            font-size: 14px;
        }
        .info_day{
            padding-left: 20px;
            gap: 12px;
            font-size: 14px;
            height: fit-content;
        }
        p.info_title{
            width: 100%;
            height: fit-content;
            padding-left: 1em;
            padding: 1.5em;
            font-size: 14px;
            span{
                display: -webkit-box; /* 必須 */
                -webkit-box-orient: vertical; /* 必須 */
                -webkit-line-clamp: 2; /* 行数を制限 */
                overflow: hidden; /* はみ出た部分を非表示 */
            }
        }

        }
    }
    @media (max-width:720px) {
        .catch_area{
            top: auto;
            bottom: 22%;
            height: auto;
            width: 100%;
            display: block;
            text-align: center;
            color: #ffffff;
            font-family: var(--font-serif);
            text-shadow: 0 0 10px #000000;
            .catch1{
                font-size: clamp(32px, 5vw, 80px);
                margin: 10px 0;
                letter-spacing: 1px;
            }
            .catch2{
                font-size: clamp(16px, 3vw, 40px);
                margin: 10px 0;
            }
        }

    }
}
#top_about{
    text-align: center;
    overflow-x: hidden;
    position: relative;
    h2{
        margin-top: 44px;
        font-size: clamp(34px ,3.5vw + 1rem ,60px);
        font-weight: 500;
        letter-spacing: 1px;
        background:linear-gradient(90deg, #2F84D8, #309D7A);
        -webkit-background-clip:text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }
    .about_copy{
        font-size:clamp(22px, 2vw, 26px) ;
        font-family: var(--font-serif);
        margin: 1.8em 0;
        color: #309D7A;
        letter-spacing: 1px;
        line-height: 2em;  
    }
    .about_body{
        font-size:clamp(16px, 1.3vw, 18px);
        line-height: 2.5em;
        letter-spacing: 1px;
    }
    .about_link{
        font-weight: 600;
        max-width: 900px;
        margin: 50px auto 0;
        a.link_button2{
            margin-left: auto;
            span{
                color: #222222;
            }
        }
    }
    /* イメージ画像配置 */
    .aboutImage{
        position: absolute;
        border-radius: 15px;
    }
    .aboutImage01{
            left: 50%;
            transform: translateX(-205%);
            top: 200px;
            width: clamp(285px,28vw,530px);
    }
    .aboutImage02{
            left: 50%;
            transform: translateX(110%);
            top: 40%;
            width: clamp(260px,28vw,630px);
    }
    .aboutImage03{
        left: 3%;
        top: 70%;
        width: clamp(150px,20vw,420px);
    }
    .aboutImage04{
        left: -5%;
        top: 60%;
        width: clamp(160px,20vw,530px);
        opacity: 0.2;
        filter: blur(6px);
    }
    .aboutImage05{
            right: 3%;
            top: 60%;
            opacity: 0.2;
            width: clamp(125px,20vw,360px);
            filter: blur(6px);
    }
    @media (max-width: 1200px) {
        text-align: left;
        margin: auto;
        .aboutImage01{
            left: 50%;
            transform: translateX(-105%);
            top: 80px;
        }
        .aboutImage02{
            left: 50%;
            transform: translateX(20%);
            top: 120px;
        }
        .aboutImage03{
            left: 50%;
            transform: translateX(-80%);
            top: 320px;
        }
        .aboutImage04{
            left: -5%;
            top: 280px;
            width: clamp(160px,20vw,530px);
            opacity: 0.2;
            filter: blur(2px);
        }
        .aboutImage05{
                right: 6%;
                top: 250px;
                opacity: 0.2;
                width: clamp(125px,20vw,360px);
                filter: blur(2px);
        }

        .about_copy{
            line-height: 1.6em;  
        }
        .about_body{
                line-height: 1.8em;
            }
        h2{
            margin-top: 400px;
        }
        .about_link{
            margin: 20px auto 0;
            a.link_button2{
                margin-left: auto;
                span{
                    color: #222222;
                }
            }
        }

    }
} 
/* 無限に流れるアニメーション */
@keyframes marquee {
from {
    transform: translateX(0);
}
to {
    transform: translateX(-100%);
}
}

#top_business{
    margin-top: 100px;
    .container{
        padding: 90px 0;
        background-color: #ffffff;
        border-radius: 15px;
    }
    .top_business_head{
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
        h2{
            flex-shrink: 0;
            margin-right: 60px;
        }
        .honbun{
            margin: 0;
            letter-spacing: 2px;
            line-height: 32px;
        }
    }
    .top_business_body{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
        h3{
            font-size: 26px;
            margin: 30px 10px 20px;
            font-family: var(--font-serif);
        }
        p{
            line-height: 2em;
            margin: 0 10px;
            letter-spacing: 1px;
            font-size: 16px;
        }
        .top_business_body__image{
            border-radius: 10px;
        }
    }
    .link_button3{
        margin-top: 40px;
    }
    @media (max-width: 720px) {
        margin-top: 50px;
        .container{
            padding:60px 30px 45px ;
        }
        .top_business_head{
            display: flex;
            flex-wrap: wrap;
            row-gap: 38px;
            margin-bottom: 40px;
            h2{
                font-size: 38px;
            }
            .honbun{
                letter-spacing: 1px;
            }
        }
        .top_business_body{
            display: grid;
            grid-template-columns: 1fr;
            gap: 60px;
            h3{
                font-size: 23px;
                margin: 20px 8px 16px;
                line-height: 1;
            }
            p{
                margin: 0 8px;
            }
        }
        .link_button3{
            margin-top: 40px;
        }

    }
}

#top_recruit{
    position: relative;
    overflow-X: hidden;
    margin-top: 170px;
    padding-top: 110px;
    .top_recruit_catch{
        color: #309D7A;
        font-family:var(--font-serif);
        font-size:clamp(22px, 4vw, 32px);
        line-height: 1.8em;
        margin: 1em 0;
        font-weight: 600;
    }
    .honbun{
        letter-spacing: 1px;
    }

    .link_button2{
        margin-top: 70px;
    }
    .recruiteImage{
        position: absolute;
        width: clamp( 398px,45vw,800px) ;
        right: -5%;
        top: 0;
    }
    .recruiteImage_sp{
        display: none;
    }
    @media (max-width: 1480px) {
        margin-top: 50px;
        padding-top: 50px;
        .recruiteImage{
             position: static;
            margin-left: auto;
            display: block;
        } 
        .recruiteImage{
            display: none;
        }
        .recruiteImage_sp{
            display: block;
            width: clamp( 398px,50vw,930px) ;
            margin-left: auto;
            margin-right: -20px;
        }
    }
    @media (max-width: 720px) {
        h2{
            margin-top:70px;
            font-size: 38px;
        }
        .recruiteImage{
            position: static;
            margin-left: auto;
            margin-right: -100px;
        }        
        .link_button2{
            margin-left: auto;
            margin-top: 22px;
        }
    }
}

#top_information{
    padding-top: 220px;
    h2{
        font-size: clamp(32px, 3vw, 50px);
    }
    .info_items{
        margin-top: 80px;
        li.info_item{
            margin-bottom: 20px;
            a{
                height: 100px;
                background-color: #ffffff40;
                border-radius: 15px;
                border: solid 1px #ffffff;
                width: 100%;
                padding: 0 40px;
                display: flex;
                align-items: center;
                color: #222222;
                &:hover{
                    background-color: #ffffff94;
                }
            }
            p:first-child{
                margin-right: 30px;
                flex-shrink: 0;
                letter-spacing: 1px;
                font-size: 16px;
            }
            p:nth-child(2){
                flex-shrink: 0;
                margin-right: 30px;
                color: #309D7A;
                font-weight: bold;
                letter-spacing: 1px;
                font-size: 16px;
            }
            p:nth-child(3){
                line-height: 2em;
                margin: 0;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }
        }
    }
    .link_button2{
        margin-top: 70px;
        margin-left: auto;
    }
    @media (max-width:720px) {
        padding-top: 100px;
        .info_items{
            margin-top: 37px;
            li.info_item{
                margin-bottom: 10px;
                a{
                    height: auto;
                    padding: 30px 30px;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    color: #222222;
                }
                p:first-child{
                    margin:0 15px 0 0;
                }
                p:nth-child(2){
                    margin:0;
                    color: #309D7A;
                }
                p:nth-child(3){
                    display: block;
                    margin-top: 0.5em;
                }
            }
        }
        .link_button2{
            margin-top: 30px;
            margin-left: auto;
        }

    }
}

#contact{
    padding-top: 90px;
    text-align: center;
    h2{
        font-size:40px;
        margin: 0;
        background:#22222200;
        -webkit-background-clip:inherit;
        -webkit-text-fill-color: inherit;
        display: block;
        text-align: center;
    }
    .honbun{
        font-size: 16px;
    }
    .link_button{
        margin: auto;
    }
}
footer{
    margin-top: 130px;
    .container{
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
    }
    .footer_left{
        font-size: 14px;
        line-height: 24px;
        .footer-logo{
            font-size: 17px;
            font-family: var(--font-serif);
            font-weight:600;
            margin: 0;
            letter-spacing: 1px;
        }
    }
    .footer_nav{
        font-size: 14px;
        li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 0.5em;
            margin: 1em 0 1em 20px;
            a{
                color: #222222;
                transition: color 0.1s linear;
                &:hover{
                    color: var(--color_blue);
                }
            }
        }
        li::before {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            background-color: var(--color_blue);
            border-radius: 50%;
            left: 0px;
            top: 9px;
        }
    }
    small{
        text-align: center;
        margin: 80px auto 30px;
        display: block;
    }
    @media (max-width: 720px) {
        margin-top: 110px;
        .footer_left{
            .footer-logo{
                width: 326px;
            }
        }

        .container{
            flex-wrap: wrap;
            row-gap: 30px;
        }
        .footer_nav{
            li {
                margin: 1.1em 0 1.1em 0;
            }
        }
        small{
            text-align: center;
            margin: 40px auto 15px;
            display: block;
            font-size: 11px;
        }
    }
}

/* 下層ページ */
.lower section{
    padding-top:100px;
    @media (max-width:720px){
        padding:40px 0;
    }
}
#content_header{
    padding: 0;
    .page_title{
        max-width: 1100px;
        width: 90%;
        height: 250px;
        background-color:  #FFFFFF4D;
        text-align: center;
        margin:  auto ;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        h1{
            font-size: 48px;
            font-family: var(--font-serif);
            background: linear-gradient(90deg, #2F84D8, #309D7A);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: inline-block;
            margin: 0;
            font-weight: 500;
        }
        .page-category{
            font-size: 20px;
            font-family: var(--font-serif);
            font-weight: 600;
            letter-spacing: 1px;
            margin: 12px 0 0;
        }
        &.test{
            .page-title-text{
                position: relative;
                z-index: 1;
                text-shadow: 0 0 10px #0000007a;
                padding: 6px 30px 10px;
                background: #0000001f;
            }
        }
        &.bgImage{
            background-size: cover;
            background-position: center;
            &::after{
                content: '';
                position: absolute;
                background-color: #00000017;
                width: 100%;
                height: 100%;
                border-radius: 15px;
            }
            &::before{
                position: absolute;
                font-size: 13px;
                top: -2em;
                right: 1em;
                letter-spacing: 1px;
                z-index: 1;
            }

            .page-title-text{
                position: relative; z-index: 1;text-shadow: 0 0 12px #000000ec;;
            }
            h1{
                background: initial;
                -webkit-background-clip: initial;
                -webkit-text-fill-color: initial;
                color: #ffffff;
            }
            .page-category{
                color: #ffffff;
            }
            &.company_page{
                background-image: url(../img/page_image_company.jpg);
                &::before{
                    content: '花見山公園';
                }
            }
            &.philosophy_page{
                background-image: url(../img/page_image_philosophy.jpg);
                &::before{
                    content: '猪苗代の田園風景';
                }
            }
            &.links_page{
                background-image: url(../img/page_image_links.jpg);
                &::before{
                    content: '吾妻連峰（雪うさぎ）と桃の花';
                }
            }
            &.business_page{
                background-image: url(../img/page_image_business.jpg);
                &::before{
                    content: '高台から見る福島市の街並み';
                }
            }
            &.recruit_page{
                background-image: url(../img/page_image_recruit.jpg);
                &::before{
                    content: '';
                }
            }
        }
    }

    .breadcrumbs{
        font-size: 14px;
        margin: 2em auto 0;
        p{
            margin: 0;
        }
    }
    .page_image{
        height: auto;
        margin: 50px auto 20px;
        img{
            object-fit: cover;
            height: 300px;
            border-radius: 20px;
        }
    }
    @media (max-width: 1200px) {
        .page_title{
            height: 160px;
            margin: 15px auto 0;
            h1{
                font-size: 36px;
                line-height: 1.2em;
            }
            .page-category{
                font-size: 18px;
            }
            &::after{
                width: 100px;
                height: 60px;
            }
        }
        .breadcrumbs{
            font-size: 12px;
            margin: 1em auto 0;
        }
        .page_image{
            height: auto;
            margin: 30px auto 20px;
            img{
                width: 100%;
                height: 196px;
                object-fit: cover;
            }
        }
    }
}


/* 経営理念 */
#philosophy{
    .philosophy_text{
        font-size: 22px;
        letter-spacing: 1px;
        font-family: var(--font-serif);
        line-height: 2em;
        margin:1.8em 0 0;
    }
    @media (max-width: 720px) {
        .philosophy_text{
            font-size: 22px;
            margin:1.5em 0 0;
        }
    }
}
#vision{
    .vision_text{
        font-size: 22px;
        letter-spacing: 1px;
        font-family: var(--font-serif);
        line-height: 2em;
        margin:1.8em 0 0;
    }
    @media (max-width: 720px) {
        .vision_text{
            font-size: 22px;
            margin:1.5em 0 0;
        }
    }
}
#mission{
    h2 span{
        font-size: 28px;
    }
    .mission_items{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 25px;
        margin-top: 70px;
        li{
            background-color:  #FFFFFF66;
            padding: 30px 40px;
            border-radius: 15px;
            border: solid 1px #ffffff;
            letter-spacing: 1px;
            .mission_item_head{
                font-family: var(--font-serif);
                background: linear-gradient(90deg, #2F84D8, #309D7A);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                display: inline-block;
                .mission_item_num{
                    font-size:29px;
                    margin:0;
                    line-height: 1;
                }
                h3{
                    font-size: 23px;
                    margin:0;
                    padding: 30px 0 20px;
                }
            }
            .mission_item_body{
                border-top: solid 1px #DDDDDD;
                padding-top: 30px;
                font-size: 16px;
                p{
                    margin: 0;
                    letter-spacing: 2px;
                    line-height: 2em;
                }
            }
        }
    }
    @media (max-width: 1100px) {
        .mission_items{
            grid-template-columns: 1fr 1fr;
        }
    }
    @media (max-width: 720px) {
        h2 span{
            font-size: 24px;
        }
        .mission_items{
            display: grid;
            grid-template-columns: 1fr;
            gap: 15px;
            margin-top: 45px;
            li{
                padding: 40px 40px;
            }
        }

    }
}
/* 会社概要 */
#company{
    .company_area{
        margin-top: 50px;
        .company_row{
            display: flex;
            border-bottom: solid 1px #2222221A;
            padding: 12px 0;
            .company_col_l{
                flex-shrink: 0;
                width: 120px;
            }
            .company_col_r{
                line-height: 2em;
            }
            .color_green{
                vertical-align: middle;
                border-bottom: solid 1px;
                line-height: 0;
                margin: 0 4px;
            }
            .openIn_btn{
                width: 13px;
            }
        }
    }
    @media (max-width: 720px) {
        .company_area{
            margin-top: 30px;
            .company_row{
                flex-wrap: wrap;
                padding: 8px 0;
                .company_col_l{
                    width: 100%;
                    margin-bottom: 8px;
                    font-weight: 600;
                    margin: 0.8em 0 0;
                }
                .company_col_r{
                    width: 100%;
                    margin: 0.4em 0 0.8em;
                }
            }
        }
        
    }
}
#publicNotice{
    .publicNotice_text{
        font-size: 18px;
        margin-top: 80px;
        letter-spacing: 1px;
    }
    .balanceSheet{
        margin-top: 40px;
    }
    @media (max-width: 720px) {
        padding: 40px 0;
        h2{
            line-height: 1.5;
        }
        .publicNotice_text{
            margin-top: 50px;
        }      
    }
}
#organizationChart{
    .organizationChart_wrapper{
        overflow-x: scroll;
        scroll-behavior: none;
        text-align: center;
        -ms-overflow-style: none;
    }
    .organizationChart_wrapper::-webkit-scrollbar{
        display: none;
    }
    .organizationChart{
        margin-top: 100px;
        max-width: auto;
    }
    @media (max-width: 720px) {
        .organizationChart{
            width: 800px;
        }
        .scroll_arrow{
            margin-top: 40px
        }
    }
}

/* ここのスマホ対応から */
#history{
    .history_list {
        margin: 60px auto 0;
        padding-left: 0;
        margin-left: auto;
        margin-right: 0;
        letter-spacing: 1px;
        .history_year_items{
            border-bottom: solid 1px rgba(34, 34, 34, 0.1);
            .history_month_items{
                display: flex;
                p{
                    margin: 0;
                    padding-top: 1.5em;
                }
                &:last-child p{
                    padding-bottom: 1.5em;
                }
                .history_date{
                    width: 170px;
                    flex-shrink: 0;
                    text-align: right;
                    padding-right: 1.5em;
                    letter-spacing: 1px;
                    position: relative;
                    display: flex;
                    justify-content: space-between;
                    &::before {
                        content: '';
                        z-index: 2;
                        position: absolute;
                        width: 10px;
                        height: 10px;
                        background-color:#ffffff;
                        border: solid 1px #027565;
                        border-radius: 50%;
                        right: 0;
                        top: 37px;
                        transform: translate(46%, -50%);
                    }
                    &::after{
                        content: '';
                        position: absolute;
                        right: 0;
                        top: 0;
                        z-index: 1;
                        border-right: 1px solid #027565;
                        height: 100%;
                    }

                }
                .history_text {
                    padding-left: 1.5em;
                }
                .history_text:first-child {
                    height: 50%;
                }
           }
        }
        .history_year_items:first-child .history_month_items:first-child .history_date{
            &::after{
                top: auto;
                bottom: 0;
                height: calc(100% - 37px);
            }
        }
        .history_year_items:last-child .history_month_items:last-child .history_date{
            &::after{
                top: 0;
                height: calc(100% - 37px);
            }
        }
    }
    @media (max-width: 720px) {
        .history_list {
            .history_year_items{
                .history_month_items{
                    p{
                        margin: 0;
                        padding-top: 1em;
                    }
                    &:last-child p{
                        padding-bottom: 1em;
                    }
                    .history_date{
                        width: 113px;
                        padding-right: 23px;
                        letter-spacing: 1px;
                        display: block;
                        &::before {
                            width: 16px;
                            height: 16px;
                            border: solid 2px #027565;
                            top: 33px;
                            transform: translate(46%, -50%);
                        }
                        span{
                            flex-shrink: 0;
                            height: fit-content;
                            display: block;
                            line-height: 1.5;
                        }
                    }
                    .history_text {
                        line-height: 1.8;
                    }

                }
            }
            .history_year_items:first-child .history_month_items:first-child .history_date{
                &::after{
                    top: auto;
                    bottom: 0;
                    height: calc(100% - 59px);
                }
            }
            .history_year_items .history_month_items:first-child .history_date{
                &::before {
                    top: 59px;
                    transform: translate(48%, -50%);
                }
            }
            .history_year_items .history_month_items:first-child .history_text{
                padding-top: 43px;
            }
            .history_year_items:last-child .history_month_items:last-child .history_date{
                &::after{
                    top: 0;
                    height: calc(100% - 59px);
                }
            }
        }
    }
}

#links{
    .links_list{
        margin-top: 50px;
        margin-bottom: 60px;
        margin-left: 1.5em;
        &:last-child{
            margin-bottom: 0;
        }
        li{
            letter-spacing: 2px;
            position: relative;
            padding-left: 20px;
            margin-bottom: 1em;
            a{
                color: #222222;
                &:hover{
                    color: var(--color_blue);
                }
            }
        }
        li::before {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            background-color: var(--color_green);
            border-radius: 50%;
            left: 0px;
            top: 9px;
        }
    }
    @media (max-width: 720px) {
        .links_list{
            margin-top: 40px;
            gap: 30px 70px;
            margin-bottom: 90px;
            &:last-child{
                margin-bottom: 0;
            }
            li{
                width: 100%;
                letter-spacing: 2px;
                position: relative;
                padding-left: 24px;
            }
            li::before {
                width: 10px;
                height: 10px;
                top: 8px;
            }
        }
    }
}
#business_introduction{
    padding-top: 70px;
    .business_introduction{
        font-size: 26px;
        font-family: var(--font-serif);
        color: var(--color_green);
        line-height: 1.8;
        margin: 0 0 40px;
    }
    .honbun{
        letter-spacing: 1px;
    }
    .link_button{
        margin-top: 2.5em;
        vertical-align: middle;
        &::before {
            content: url(../img/pdf--con.svg);
            width: 22px;
            display: inline-block;
            margin-right: 0.7em;
            margin-top: 5px
        }
    }
    @media (max-width: 720px) {
    padding-top: 30px;
    .business_introduction{
            font-size: 22px;
            margin: 0 0 20px;
        }
        .link_button{
            margin-top: 2.5em;
            width: 100%;
        }
    }
}
#occupation{
    .honbun{
        margin-top: 60px;
    }
    .occupation_items{
        margin-top: 60px;
        .occupation_item{
            display: flex;
            gap: 3em;
            justify-content: space-between;
            @media (max-width:940px) {
                flex-wrap: wrap;
            }
            &:not(:last-child){
                margin-bottom: 120px;
            }
            & img{
                width: 410px;
                max-width: 100%;
                height: 500px;
                object-fit: cover;
                border-radius: 15px;
            }
            & .occupation_item_right{
                max-width: 760px;
                h3{
                    font-family: "Noto Serif JP", serif;
                    font-optical-sizing: auto;
                    font-weight:500;
                    font-style: normal;
                    font-size: clamp(26px, 2.5vw, 34px);
                    line-height: 1;
                    margin: 0;
                    background:linear-gradient(90deg, #2F84D8, #309D7A);
                    -webkit-background-clip:text;
                    -webkit-text-fill-color: transparent;
                    display: inline-block;
                    padding: 12px 0;
                    margin-bottom: .5em;
                }
                .occupation_item_body{
                    padding: 1.5em 0 0;
                    margin: 0;
                    line-height: 1.8em;
                    letter-spacing: 1px;
                    border-top: solid 1px #DDDDDD;
                }
            }
        }
    }
    @media (max-width: 720px) {
        .honbun{
            margin-top: 40px;
        }
        .occupation_items{
            margin-top: 40px;
            .occupation_item{
                gap: 2em;
                &:not(:last-child){
                    margin-bottom: 100px;
                }
                & img{
                    width: 410px;
                    height: 350px;
                    object-fit: cover;
                    border-radius: 15px;
                }
                & .occupation_item_right{
                    max-width: 760px;
                    h3{
                        margin-bottom: .3em;
                    }
                }
            }
        }

    }
}
/* 採用情報ページ */
.recruit{
    #content_header{
        position: relative;
        h1{
            font-size: 55px;
            font-family: var(--font-serif);
            background: linear-gradient(90deg, #2F84D8, #309D7A);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: inline-block;
            margin: 0;
            font-weight: 500;
        }
        .page-category{
            font-size: 22px;
            font-family: var(--font-serif);
            font-weight: 600;
            letter-spacing: 1px;
            margin:0.7em 0 0;
        }
        @media (max-width:720px) {
           padding-top: 30px;
            text-align: center;
            &::after{
                display: none;
            }
            h1{
                font-size: 36px;
                margin: 0;
            }
            .page-category{
                font-size: 20px;
                margin:0.5em 0 0;
            }
            .page_image{
                img{
                    height: 200px;
                    border-radius: 15px;
                }
            }
        }
    }
    .page_link{
        position: sticky;
        z-index: 999;
        bottom: 10px;
        .page_link_menu{
            max-width: 100%;
            height: 70px;
            background-color: #ffffff;
            border-radius: 8px;
            border: solid 1px #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            .page_link_menu_button{
                display: none;
            }
            a{
                font-family: var(--font-serif);
                padding: 5px 17px;
                border-right: solid 1px #DDDDDD;
                &:last-child{
                    border: none;
                }
            }
            .pagelink_wrap{
                display: none;
/*                 @media (max-width:1320px) {
                    display: block;
                }
 */            }
            @media (max-width:1300px) {
                font-size: 15px;
            }
            @media (max-width:910px) {
                font-size: 14px;
                a{
                    padding: 5px 10px;
                }
            }
        }
        @media (max-width:1200px) {
            position: fixed;
            top: 10%;
            left: 0;
            z-index: 9999;
            transform: translateX(-100%);
            transition: transform .4s ease-out;
            width: fit-content;
            &.open{
                transform: translateX(0);
                .page_link_menu .page_link_menu_button img{
                    transform: rotate(180deg);
                }
            }
            .page_link_menu{
                font-size: 18px;
                height: auto;
                width: fit-content;
                display: block;
                flex-wrap: wrap;
                margin: 0;
                border-radius: 0 15px 15px 0;
                padding: 40px 30px;
                position: relative;
                .page_link_menu_button{
                    position: absolute;
                    cursor: pointer;
                    right: 0;
                    top: 30px;
                    width: 46px;
                    height: 70px;
                    background-color: #ffffff;
                    transform: translateX(100%);
                    border-radius: 0 10px 10px 0;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    img{
                        width: 19px;
                        height: 10px;
                        object-fit: cover;
                        transition: all 0.5s ease;
                    }
                }
                a{
                    line-height: 2.5;
                    padding-left: 30px;
                    position: relative;
                    display: block;
                    border-right: none;
                    &:after{
                        content: '';
                        position: absolute;
                        width: 14px;
                        height: 2px;
                        background-color: #DDDDDD;
                        left: 0;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                    }
                }
                .pagelink_wrap{
                    display: none;
                }
            }
        }
    }
    #recruit_message{
        .recruit_message_introduction{
            font-size: 26px;
            font-family: var(--font-serif);
            color: var(--color_green);
            line-height: 2;
            letter-spacing: 1px;
            margin: 30px 0;
        }
        .honbun{
            margin: 0;
            letter-spacing: 1px;
        }
        @media (max-width:720px) {
            .recruit_message_introduction{
                font-size: 22px;
                line-height: 1.5;
                margin: 30px 0 20px;
            }
            .honbun{
                margin: 0;

            }

        }
    }
    #senior{
        .senior_items{
            margin-top: 60px;
            &:not(:last-child){
                margin-bottom: 120px;
            }
            .senior_head{
                display: flex;
                gap: 80px;
                align-items: center;
                margin-bottom: 40px;
                @media (max-width:1000px) {
                    flex-wrap: wrap;
                }
                & img{
                    width: 402px;
                    max-width: 100%;
                    height: 536px;
                    object-fit: cover;
                    border-radius: 15px;
                }
                & .senior_item_right{
                    max-width: 760px;
                    h3{
                        font-family: var(--font-serif);
                        font-size: 32px;
                        line-height: 1;
                        color: var(--color_green);
                        margin: 0;
                        letter-spacing: 1px;
                    }
                    .senior_name{
                        font-size: 32px;
                        font-family: var(--font-serif);
                        margin: 40px 0 16px;
                        line-height: 1;
                    }
                    .senior_department{
                        font-size: 16px;
                    }
                    .border{
                        width: 100px;
                        height: 1px;
                        background-color: #00000046;
                        margin: 35px 0;
                    }
                    .senior_detail{
                        display: grid;
                        grid-template-columns: 90px 1fr;
                        font-size: 16px;
                        margin: 1em 0;
                        p{
                            margin: 0;
                        }
                    }
                }
            }
            .senior_message_area{
                max-width: 1200px;
                margin: auto;
                background-color: #FFFFFF66;
                padding: 40px 50px;
                border-radius: 15px;
                border: solid 1px #ffffff;
                letter-spacing: 1px;
                &:not(:last-child){
                    margin-bottom: 150px;
                }
                h3.gradation{
                    font-size: 30px;
                    margin-top: .6em;
                    margin-bottom: 0;
                }
            }
        }
        @media (max-width:1400px) {
            .senior_items .senior_head{
            gap: 3em;
            }
        }
        @media (max-width:720px) {
            .senior_items{
                margin-top: 30px;
                &:not(:last-child){
                    margin-bottom: 100px;
                }
                .senior_head{
                    gap: 20px;
                    margin-bottom: 30px;
                    & img{
                        width: 263px;
                        height: 350px;
                        margin: auto;
                    }
                    & .senior_item_right{
                        h3{
                            font-size: 28px;
                            line-height: 1.3;
                        }
                        .senior_detail{
                            margin: .7em 0;
                        }
                        .senior_name{
                            font-size: 28px;
                            margin: 22px 0 14px;
                            line-height: 1;
                        }
                        .senior_department{
                            font-size: 16px;
                        }
                        .border{
                            margin: 30px 0;
                        }
                    }
                }
                .senior_message_area{
                    padding: 30px 35px;
                    h3.gradation{
                        line-height: 1.3;
                        margin-top: 0;
                        padding: 0;
                        &:not(:first-child){
                            margin-top: 0.9em;
                        }
                    }
                }
            }
        }
    }
    #workflow{
        h2{
            margin-bottom: 60px;
        }
        .workflow_item{
            overflow: hidden;
            background-color: #FFFFFF66;
            padding: 60px;
            border-radius: 15px;
            border: solid 1px #ffffff;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
            gap: 80px;
            &:not(:last-child){
                margin-bottom: 90px;
            }
            .workflow_item_left{
                width: 470px;
                h3.gradation{
                    font-size: 30px;
                    margin-bottom: 0;
                    padding: 0;
                    position: relative;
                    padding-bottom: 30px;
                    &::after{
                        content: '';
                        width: min(30vw, 470px);
                        height: 1px;
                        background-color: #DDDDDD;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                    }
                }
                h4{
                    font-size: 22px;
                    font-family: var(--font-serif);
                    font-weight: 500;
                    margin: 40px auto 14px;
                }
                p{
                    font-size: 16px;
                    margin: 0;
                }
                ul{
                    display: grid;
                    row-gap: 5px;
                }
                ul li{
                    position: relative;
                    padding-left: 20px;
                    font-size: 16px;
                    &::before {
                        content: '';
                        position: absolute;
                        width: 6px;
                        height: 6px;
                        background-color: var(--color_green);
                        border-radius: 50%;
                        left: 0px;
                        top: 11px;
                    }
                }
            }
            .workflow_item_right{
                flex-shrink: 0;
                padding-top: 50px;
                .schedule-grid{
                    display: flex;
                    align-items: center;
                    gap: 30px;
                    padding-bottom: 30px;
                    .schedule-grid_left{
                        position: relative;
                        &::after{
                            content: '';
                            height: 200vh;
                            width: 1px;
                            background-color: var(--color_green);
                            position: absolute;
                            left: 50%;
                            top: -180px;
                            z-index: -1;
                        }
                        .schedule-time{
                            position: relative;
                            z-index: 999;
                            background-color: #ffffff;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            width: 60px;
                            height: 60px;
                            border-radius: 50px;
                            border: solid 1px var(--color_green);
                            color: var(--color_green);
                            font-size: 12px;
                            font-weight: bold;
                            &.zimu{
                                border: solid 1px var(--color_blue);
                                color: var(--color_blue);
                            }
                        }
                    }
                    .schedule-grid_right{
                        display: flex;
                        align-items: center;
                        background-color: #ffffff;
                        height: 50px;
                        border-radius: 10px;
                        position: relative;
                        &::after{
                            content: '';
                            position: absolute;
                            width: 14px;
                            height: 17px;
                            background-image: url(../img/kukidashi.svg);
                            left: -14px;
                            top: 50%;
                            transform: translateY(-50%);
                        }
                        .schedule_head{
                            padding: 0 1em;
                            font-size: 14px;
                            color: #666666;
                        }
                    }
                }
            }
        }
        @media (max-width:1200px) {
            .workflow_item{
                flex-wrap: wrap;
                .workflow_item_right{
                    .schedule-grid{
                        padding-bottom: 30px;
                        .schedule-grid_left{
                            position: relative;
                            &::after{
                                content: '';
                                height: 100%;
                                width: 1px;
                                background-color: var(--color_green);
                                position: absolute;
                                left: 50%;
                                top: 50%;
                            }
                        }
                        &:last-child .schedule-grid_left::after{
                            display: none;
                        }
                    }
                }
            }
        }
        @media (max-width:720px) {
            h2{
                margin-bottom: 50px;
            }
            .workflow_item{
                display: block;
                padding: 60px 10px;
                &:not(:last-child){
                    margin-bottom: 40px;
                }
                .workflow_item_left{
                    width: auto;
                    h3.gradation{
                        text-align: center;
                        display: block;
                        &::after{
                            content: '';
                            width: 100%;
                        }
                    }
                    .workflow_item_left_inner{
                        padding: 0 1.5em;
                        margin: auto;
                    }
                }
                .workflow_item_right{
                    max-width: 260px;
                    margin:60px auto 0;
                    .schedule-grid{
                        align-items: normal;
                        .schedule-grid_right{
                            height: auto;
                        }
                    }
                }
            }
        }
    }
    #WorkStyleDdata{
        h2{
            margin-bottom: 60px;
        }
        .data_grid{
            display: grid;
            grid-template-columns: repeat(3,1fr);
            justify-content: space-between;
            gap:15px;
        }
        @media (max-width:1200px) {
            .data_grid{
                grid-template-columns: repeat(2,1fr);
                gap: 15px;
            }
        }
        @media (max-width:720px) {
            h2{
                margin-bottom: 50px;
            }
            .data_grid{
                grid-template-columns: 1fr;
                gap: 15px;
            }
        }
    }
    #fukuri{
       h2{
            margin-bottom: 60px;
        }
        .fukuri_image_area{
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            img{
                width: 155px;
            }
        }
        .fukuri_list{
            display: grid;
            row-gap: 9px;
            margin: 70px auto 80px;
            li{
                position: relative;
                padding-left: 20px;
                font-size: 16px;
                &::before {
                    content: '';
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    background-color: var(--color_green);
                    border-radius: 50%;
                    left: 0px;
                    top: 11px;
                }
            }
        }
        .fukuri_card{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 25px;
            li {
                background-color: #FFFFFF66;
                padding: 40px 30px;
                border-radius: 15px;
                border: solid 1px #ffffff;
                letter-spacing: 1px;
                h3{
                    margin: 0;
                    font-size: 20px;
                    font-family: var(--font-serif);
                    margin-bottom: 28px;
                }
                .fukuri_card_body{
                    font-size: 16px;
                    line-height: 2;
                    p{
                        margin: 0;
                    }
                    .small{
                        font-size: 12px;
                        margin-top: 5px;
                    }
                }
            }
        }
        @media (max-width:1200px) {
            .fukuri_card{
                grid-template-columns: repeat(2,1fr);
                gap: 15px;
            }
        }
        @media (max-width:720px) {
            h2{
                margin-bottom: 50px;
            }
            .fukuri_card{
                grid-template-columns: 1fr;
                gap: 15px;
            }
            .fukuri_image_area{
                display: grid;
                grid-template-columns: repeat(2,1fr);
                justify-content: center;
                gap: 10px;
                img{
                    width: 100%;
                }
            }
        }
    }
    #recruitment_results{
        h2{
            margin-bottom: 60px;
        }
        h3{
            font-size: 26px;
            font-family: var(--font-serif);
            margin: 0 0 28px;
            line-height: 1;
        }
        .honbun{
            letter-spacing: 1px;
        }
        .border{
            width: 100%;
            height: 1px;
            background-color: #DDDDDD;
            margin: 40px 0;
        }
        @media (max-width:720px) {
            h2{
                margin-bottom: 50px;
            }
        }
    }
    #qa{
        h2{
            margin-bottom: 60px;
        }
        .qa_items{
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            .qa_item{
                background-color: #FFFFFF66;
                padding: 50px 40px;
                border-radius: 15px;
                border: solid 1px #ffffff;
                letter-spacing: 1px;
                padding: 0 40px;
                .toggle-btn{
                    padding: 26px 0;
                    display: flex;
                    align-items: center;
                    gap: 25px;
                    position: relative;
                    cursor: pointer;
                    &::before{
                        content: 'Q';
                        font-size: 30px;
                        display: inline-block;
                        width: 25px;
                        text-align: center;
                    }
                    &:after{
                        position: absolute;
                        content: '＋';
                        right: -20px;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                        height: fit-content;
                        font-size: 20px;
                        color: var(--color_green);
                        line-height: 1;
                    }
                    &.active:after{
                        content: 'ー';
                    }
                }
                .toggle-body{
                    border-top: solid 1px #ffffff;
                    padding: 32px 0;
                    display: flex;
                    align-items: start;
                    gap: 25px;
                    &::before{
                        content: 'A';
                        font-size: 30px;
                        color: var(--color_green);
                        display: inline-block;
                        width: 25px;
                        text-align: center;
                    }
                }
                p{
                    margin: 0;
                    min-height: 2.6em;
                    vertical-align: middle;
                    display: flex;
                    align-items: center;
                }
            }
        }
        @media (max-width:720px) {
            h2{
                margin-bottom: 50px;
            }
            .qa_items{
                gap: 10px;
                .qa_item{
                    padding:0 50px 0 30px;
                    .toggle-btn{
                        &:after{
                            right: -25px;
                        }
                    }
                }
            }            
        }
    }
    #Recruitment_requirements_links{
        margin-top: 80px;
        padding-bottom: 50px;
        .links_card{
            max-width: 1100px;
            margin: auto;
            background-color: #FFFFFF66;
            padding: 60px 40px;
            border-radius: 15px;
            border: solid 1px #ffffff;
            letter-spacing: 1px;

            h3{
                font-size: 30px;
                font-family: var(--font-serif);
                text-align: center;
                margin: 0;
            }
            .button_area{
                display: flex;
                justify-content: center;
                gap: 100px;
                margin: 55px 0 0;
                @media (max-width:1200px) {
                    gap: 30px;
                }
                .link_button{
                    margin: 0;
                    padding: 1.5em 84px 1.6em 80px;
                    .arrow_right_alt{
                        font-size: 27px;
                        position: absolute;
                        right: 30px;
                        height: fit-content;
                        top: 0;
                        bottom: 0;
                        display: block;
                        margin: auto;
                        color: var(--color_green);
                    }
                    &:hover{
                        .arrow_right_alt{
                            color: #ffffff;
                        }
                    }
                }
            }
        }
        .link_button.reverse{
            margin: 100px auto 0;
            padding: 1.5em 68px 1.6em 65px;
            background: linear-gradient(90deg, var(--color_blue), var(--color_green));
            color: #ffffff;
            .openNewTab{
                width: 13px;
                height: 13px;
                object-fit: cover;
                position: absolute;
                right: 30px;
            }
            .openNewTab_hov{
                display: none;
            }
            &:hover{
                box-shadow: 0px 0 10px #00000048;
                background: rgba(255, 255, 255, 0.4);
                color: #222222;
                font-weight: 700;
                .openNewTab{
                    display: none;
                }
                .openNewTab_hov{
                    width: 13px;
                    height: 13px;
                    object-fit: cover;
                    position: absolute;
                    right: 30px;
                    display: block;
                }
            }
        }
        @media (max-width:800px) {
            margin-top: 0;
            .links_card{
                padding: 50px 15px;
                .button_area{
                    flex-wrap: wrap;
                    gap: 20px;
                    .link_button{
                        margin: 0;
                        padding: 1.5em 64px 1.6em 60px;
                        .arrow_right_alt{
                            right: 25px;
                        }
                    }
                }
            }
            .link_button.reverse{
                text-align: center;
                height: 100px;
                width: 320px;
                line-height: 1.7;
                font-weight: 500;
                margin: 60px auto 0;
                .openNewTab{
                    width: 16px;
                    height: 16px;
                    right: 30px;
                }
                &:hover{
                    font-weight: 500;
                    .openNewTab_hov{
                        width: 16px;
                        height: 16px;
                    }
                }
            }
        }
    }
}
/* 募集要項共通 */
.recruitment_requirements{
    letter-spacing: 1px;
    h2{
        margin-bottom: 70px;
    }
    img{
        max-width: 100%;
        width: fit-content;
    }
    .requirements_intoro{
        margin: 0px 0 4em 0px;
    }
    .requirements_wrapper{
        p{
            margin: 0;
            margin-bottom: 1em;
            line-height: 1.6;
            &:last-child{
                margin-bottom: 0;
            }
        }
        h3{
            font-size: 18px;
            font-weight: bold;
            margin: 1em 0 0.5em;
        }
        ul{
            margin: 1em 0;
        li{
                position: relative;
                padding-left: 20px;
                font-size: 16px;
                &::before {
                    content: '';
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    background-color: var(--color_green);
                    border-radius: 50%;
                    left: 0px;
                    top: 11px;
                }
            }
        }
        ol{
            list-style: none;         /* 既存の番号を消す */
            counter-reset: num;       /* カウンター初期化 */
            padding: 0;
            margin: 0;
            }
            ol li {
            counter-increment: num;   /* カウンターを加算 */
            position: relative;
            padding-left: 2.5em;      /* 番号分の余白 */
            margin: 0.5em 0;
            }
            ol li::before {
            content: "（" counter(num) "）"; /* ←ここで丸括弧付き */
            position: absolute;
            left: 0;
            top: 0;
            color: #333;
        }
        a{
            text-decoration: underline;
            margin: 0.5em 0;
            display: inline-block;
        }
        a[href$=".pdf"]{
            line-height: 1;
            vertical-align: sub;
            &::before {
                content: url(../img/pdf--con.svg);
                width: 22px;
                display: inline-block;
                margin-right: 0.7em;
                margin-top: 5px
            }
        }
        .requirements_row{
            display: flex;
            border-bottom: solid 1px #DDDDDD;
            padding: 32px 0;
            &:first-child{
                padding-top: 0;
            }
            .recruit-requirements__label{
                width: 160px;
                flex-shrink: 0;
            }
            .recruit-requirements__content > :first-child{
                margin-top: 0;
            }
        }
    }
    .links_card{
        max-width: 1100px;
        margin: auto;
        background-color: #FFFFFF66;
        padding: 60px 40px;
        border-radius: 15px;
        border: solid 1px #ffffff;
        letter-spacing: 1px;
        h3{
            font-size: 30px;
            font-family: var(--font-serif);
            text-align: center;
            margin: 0;
        }
        .link_button{
            padding: 0;
            width: 360px;
            margin-top: 55px;
            .openNewTab_hov{
                display: none;
            }
            .openNewTab{
                width: 13px;
                height: 13px;
                right: 30px;
                position: absolute;
            }
            &:hover{
                .openNewTab{
                    display: none;
                }
                .openNewTab_hov{
                    width: 13px;
                    height: 13px;
                    object-fit: cover;
                    position: absolute;
                    right: 30px;
                    display: block;
                }
            }
        }
    }

    @media (max-width:720px) {
        h2{
            margin-bottom: 50px;
        }
        .requirements_intoro{
            margin: 0px 0 2em 0px;
        }

        .requirements_wrapper{
            .requirements_row{
                flex-wrap: wrap;
                gap:0;
                border-bottom: solid 2px #DDDDDD;
                padding: 32px 0;
                .recruit-requirements__label{
                    font-size: 20px;
                    width: 100%;
                }
            }
        }
        .links_card{
            padding: 50px 15px;
            .link_button{
                width: 320px;
                height: 80px;
            }
        }
    }
}


/* 新卒採用ページ */
#flow{
    @media (max-width:900px) {
        .flow_wrapper{
            img{
                width: 1000px;
                max-width: 1000px;
                padding-bottom: 1em;
            }
        }
        .scroll_arrow{
            margin-top: .5em;
        }
        
    }
}

/* JA専用サイト */
.ja_senyo{
    .page_title{
        position: relative;
        &::before {
            position: absolute;
            content: '';
            padding: 2px;
            inset: 0;
            border-radius: 15px;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, var(--color_blue), var(--color_green));
            mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#fff 0 0);
            mask-composite: destination-out;
            mask-composite: exclude;
        }
    }
}
#ja_info{
    h3{
        font-size: 30px;
        margin: 0;
        font-family: var(--font-serif);
        &:not(:first-child){
            margin-top: 50px;
        }
        p{
            line-height: 1;
            vertical-align: middle;
            margin: 1.5em 0;
            font-weight: bold;
                a {
                color: var(--color_green);
                border-bottom: solid 1px;
                margin-left: 0.5em;
            }
        }
    }
}
/* JA専用共通デザイン */
.ja_contents_wrapper{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 2em;
    /* 過去履歴 */
    p.old{
    position: relative;
    padding-left: 20px;
    margin: 2em 0 1em 0;
    font-size: 16px;
    a{
        color: #222222;
    }
    & a:hover{
        color:var(--color_blue);
    }
    &::before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        background-color: var(--color_blue);
        border-radius: 50%;
        left: 0px;
        top: 11px;
    }
}

    .ja_contents_menu{
        margin-top: .5em;
        font-family:var(--font-serif);
        font-size: 16px;
        letter-spacing: 1px;
        flex-shrink: 0;
        li{
            margin:0.7em 0;
            position: relative;
            a{
                padding-right:2.5em ;
                color: #222222;
                &:hover{
                    color: var(--color_green);
                }
            }
            .arrow_right_alt{
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                color: var(--color_green);
                font-size: 20px;
                height: fit-content;
            }
        }
    }
    .ja_content{
        max-width: 760px;
        width: 100%;
        background-color: #ffffff40;
        border-radius: 20px;
        border: solid 1px #ffffff;
        padding: 45px;
        &:not(.active){
            display: none;
        }
        h3{
            font-size: 26px;
            font-family: var(--font-serif);
            margin: 5px 0 30px;
        }
        .new_label{
            background-color: red;
            font-size: 10px;
            padding: 2px 3px;
            color: #ffffff;
            margin-left: 5px;
        }
    }
    @media (max-width:768px) {
        flex-wrap: wrap;
            gap: 1em;
        .ja_contents_menu{
            display: none;
        }
        .ja_content{
            padding: 0px;
            &:not(.active){
                display: block;
            }
            h3{
                padding: 30px;
                font-size: 18px;
                margin:0;
                cursor: pointer;
            }
            .ja_pdf_link_area{
                padding: 0 30px 30px;
                margin-top: -1em;
            }
        }

    }
}
/* JA専用　ログイン */
#wpmem_restricted_msg{
    color: var(--color_green);
    font-size:30px;
    font-family: var(--font-serif);
    text-align: center;
    letter-spacing: 1px;
    margin:80px auto 0;
}
#wpmem_login{
    max-width: 600px;
    width: 100% !important;
    margin:80px auto 0;
    background-color: #FFFFFF4D;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    legend{
        display: none;
    }
    form{
        width: 100%;
    }
    fieldset{
        width: 470px;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap:10px 30px;
        justify-content: center;
        margin: 70px auto !important;
        @media (max-width:720px) {
            justify-content: flex-start;
            width: 270px;
        }
        .div_text{
            margin: 0 0 20px;
            max-width: 100%;
            width: fit-content;
            @media (max-width:720px) {
            width: 270px;
        }

        }
        label{
            font-size: 18px;
            width: 100px;
        }
        input[type="text"],input[type="password"]{
            height: 60px;
            border-radius: 10px;
            border: none;
            width: 340px;
            max-width: 90%;
            display: inline-block;
        }
        p{
            width: 80%;
            margin: 0 auto;
            label{
                font-size: 16px;
            }
            img{
                width: fit-content;
            }
            @media (max-width:720px) {
                width: 270px;
            }
        }
        .button_div{
            width: 250px;
            margin: auto;
        }
        label[for="rememberme"]{
            white-space: nowrap;
        }
        input[type="submit"]{
            display: block;
            width: 100%;
            height: 60px;
            border-radius:150px;
            font-family: var(--font-serif);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            font-weight: 700;
            margin: 40px auto 0;
            transition: box-shadow 0.2s ease;
            background: linear-gradient(90deg, var(--color_blue), var(--color_green));
            color: #ffffff;
            border: none;
            &::after {
                position: absolute;
                content: '';
                padding: 2px;
                inset: 0;
                border-radius: 150px;
                width: 100%;
                height: 100%;
                background: linear-gradient(90deg, var(--color_blue), var(--color_green));
                mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#fff 0 0);
                mask-composite: destination-out;
                mask-composite: exclude;
            }
            &:hover{
                background: inital;
                box-shadow: 0px 0 10px #00000048;
                cursor: pointer;
            }
            @media (max-width: 720px)  {
                height: 60px;
            }
        }
    }
}
main #wpmem_msg, .wpmem_msg{
    margin:1em auto !important;
    width: 100% !important;
    font-size: 16px;
    border:none !important;
    border-radius: 0;
    a{
        display:none;
    }
}
/* ログアウト */
.shortcode{
    text-align: right;
    width: 1000px;
    max-width: 90%;
    margin: 3em auto 0;
}

/* お知らせ */
#news_content{
    h2{
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
        background: initial;
        line-height: 1.3;
        font-size: 30px;
        border-bottom: solid 1px #cccccc;
        display: block;
        padding-bottom: 1em;
        @media (max-width:720px) {
            font-size: 24px;            
        }
    }

    .news_day{
        text-align: right;
        font-size: 16px;
        letter-spacing: 1px;
        span{
            color: var(--color_green);
        }
    }
    .single_contents{
        margin-top: 60px;
        letter-spacing: 1px;
        line-height: 1.8;
        @media (max-width:720px) {
            line-height: 1.5;
        }

    }
    .news_page_link{
        margin-top:150px;
        position: relative;
        z-index: 2;
        .link_button{
            width: 315px;
            height: 70px;
            letter-spacing: 1px;
        }
        @media (max-width:900px) {
            margin-top: 70px;
            padding-top: 140px;
        }
    }
    .p-post-nav{
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        .nav-previous{
            position: absolute;
            left: 0;
            display: flex;
            align-items: center;
            top: 0;
            bottom: 0;
            margin: auto;
            a{
                display: flex;
                align-items: center;
                gap: 30px;
                &::after{
                    content: '前の記事';
                }
                &::before{
                    content: '';
                    width: 70px;
                    height: 70px;
                    background-image:url(../img/archive_button.svg) ;
                    display: block;
                }
                &:hover::before{
                    background-image:url(../img/archive_button_hover.svg) ;
                }
               color: #222222;
                font-family: var(--font-serif);
                img{
                    width: 70px;
                    margin-right: 30px;
                }
            }
        }
        .nav-next{
            position: absolute;
            right: 0;
            display: flex;
            align-items: center;
            top: 0;
            bottom: 0;
            margin: auto;
            a{
                display: flex;
                align-items: center;
                gap: 30px;
                &::before{
                    content: '次の記事';
                }
                &::after{
                    content: '';
                    width: 70px;
                    height: 70px;
                    background-image:url(../img/archive_button.svg) ;
                    display: block;
                    transform: rotate(180deg);
                }
                &:hover::after{
                    background-image:url(../img/archive_button_hover.svg) ;
                }
                color: #222222;
                font-family: var(--font-serif);
                img{
                    width: 70px;
                    margin-left: 30px;
                    transform: rotate(180deg);
                }
            }
        }
        @media (max-width:900px) {
            .nav-previous{
                align-items: start;
                a{
                    &::after{
                        content: '前へ';
                    }
                }
            }
            .nav-next{
                align-items: start;
                a{
                    &::before{
                        content: '次へ';
                    }
                }
            }
        }
    }
}
/* お知らせ一覧 */
#news_lists{
    .info_items{
        li.info_item{
            margin-bottom: 20px;
            a{
                height: 100px;
                background-color: #ffffff40;
                border-radius: 15px;
                border: solid 1px #ffffff;
                width: 100%;
                padding: 0 40px;
                display: flex;
                align-items: center;
                color: #222222;
                &:hover{
                    background-color: #ffffff94;
                }
            }
            p:first-child{
                margin-right: 30px;
                flex-shrink: 0;
                letter-spacing: 1px;
                font-size: 16px;
            }
            p:nth-child(2){
                flex-shrink: 0;
                margin-right: 30px;
                color: #309D7A;
                font-weight: bold;
                letter-spacing: 1px;
                font-size: 16px;
            }
            p:nth-child(3){
                line-height: 2em;
                margin: 0;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }
        }
    }
    ul.page-numbers{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1em;
        margin-top: 130px;
        li .prev{
            margin-right: 50px;
            width: 70px;
            height: 70px;
            background-image:url(../img/archive_button.svg) ;
            display: block;
            transition: background-image 0.1s ;
            &:hover{
                background-image: url(../img/archive_button_hover.svg);
            }
        }
        li .next{
            margin-left: 50px;
            width: 70px;
            transform: rotate(180deg);
            height: 70px;
            background-image:url(../img/archive_button.svg) ;
            display: block;
            transition: background-image 0.1s ;
            &:hover{
                background-image: url(../img/archive_button_hover.svg);
            }
        }
        .page-numbers{
            font-size: 24px;
            font-family: var(--font-serif);
            color: #222222;
        }
        .page-numbers.current{
                color: var(--color_green);
        }
    }
    @media (max-width:720px) {
        .info_items{
            li.info_item{
                margin-bottom: 10px;
                a{
                    height: auto;
                    padding: 30px 30px;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    color: #222222;
                }
                p:first-child{
                    margin:0 15px 0 0;
                }
                p:nth-child(2){
                    margin:0;
                    color: #309D7A;
                }
                p:nth-child(3){
                    display: block;
                    margin-top: 0.5em;
                }
            }
        }
        ul.page-numbers{
            margin-top: 60px;
            li .prev{
                margin-right: 0;
            }
            li .next{
                margin-left: 0;
            }
        }
    }
}
/* お問い合わせ */
/* プログレストラッカーのカスタマイズ */
form .smf-progress-tracker {
  list-style-type: none;
  display: flex;
  gap: 2.6em;
  width: 100%;
  padding: 0;
  margin: 2em auto 2em;
  overflow: hidden;
}
form .smf-progress-tracker li {
  display: flex;
  flex: inherit;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width:calc(33.33% - 2.7em) ;
  padding: 1em 0 1em 1em;
  text-align: center;
  color: #000;
  background: #CCCCCC;
}
form .smf-progress-tracker li:last-child {
  padding-right: 1em;
}
form .smf-progress-tracker li:before{
  display: none;
}
form .smf-progress-tracker li:after{
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(-10px);
  background-image: url(../img/contact-tracker-arrow-gray.svg);
  background-size: cover;
  background-position: center;
  background-color: initial;
  width: 39px;
  height: 100%;
  }
form .smf-progress-tracker li:last-child:after{
  display: block;
}
form[data-screen="input"] .smf-progress-tracker__item--input,
form[data-screen="invalid"] .smf-progress-tracker__item--input,
form[data-screen="back"] .smf-progress-tracker__item--input{
  color: #fff;
  background: #65AB31;
}
form[data-screen="confirm"] .smf-progress-tracker__item--confirm{
  color: #fff;
  background: #309D7A;
}
form[data-screen="complete"] .smf-progress-tracker__item--complete{
  color: #fff;
  background: #2F84C8;
}
form[data-screen="input"] .smf-progress-tracker__item--input:after,
form[data-screen="invalid"] .smf-progress-tracker__item--input:after,
form[data-screen="back"] .smf-progress-tracker__item--input:after{
  background-image: url(../img/contact-tracker-arrow.svg);
}
form[data-screen="confirm"] .smf-progress-tracker__item--confirm:after{
  background-image: url(../img/contact-tracker-arrow-confirm.svg);
}
form[data-screen="complete"] .smf-progress-tracker__item--complete:after{
  background-image: url(../img/contact-tracker-arrow-complete.svg);
}
form .smf-progress-tracker li .smf-progress-tracker__item__number{
  margin: 0 0.5em 0 0;
  background-color: initial;
    border-radius: 0;
    width: fit-content;
    color: #999999;
  &::before{
    content: 'STEP';
  }
}
form .smf-progress-tracker li.smf-progress-tracker__item{
    border-radius: 10px;
      font-size: 14px;
    height: 60px;
}
form .smf-progress-tracker li.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text{
    color: #ffffff;
}
form .smf-progress-tracker li.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number{
    background-color: initial;
    color: #ffffff;
}
form .smf-progress-tracker li .smf-progress-tracker__item__text{
  margin: 0 0 0 0;
    color: #999999;
}
@media (max-width:720px) {
    form .smf-progress-tracker {
        margin: 0;
        gap: 2.1em;
    }
    form .smf-progress-tracker li {
        flex-wrap: wrap;
          padding: 0.5em 0 0.5em 0.5em;
        width:calc(33.33% - 2.2em) ;
    }
    .smf-progress-tracker__item__text{
        z-index: 99;
    }
    form .smf-progress-tracker li.smf-progress-tracker__item{
    border-radius: 10px;
      font-size: 14px;
        height: 70px;
}
form .smf-progress-tracker li:after{
  transform: translateX(-10px);
  background-image: url(../img/contact-tracker-arrow-gray_sp.svg);
  width: 34px;
  height: 100%;
  }

form[data-screen="input"] .smf-progress-tracker__item--input:after,
form[data-screen="invalid"] .smf-progress-tracker__item--input:after,
form[data-screen="back"] .smf-progress-tracker__item--input:after{
  background-image: url(../img/contact-tracker-arrow_sp.svg);
}
form[data-screen="confirm"] .smf-progress-tracker__item--confirm:after{
  background-image: url(../img/contact-tracker-arrow-confirm_sp.svg);
}
form[data-screen="complete"] .smf-progress-tracker__item--complete:after{
  background-image: url(../img/contact-tracker-arrow-complete_sp.svg);
}


}
/* フォームカスタマイズ */
.smf-form {
    .form_head:first-child{
        line-height: 1.8;
        margin-top: 56px;
    }
    .form_head{
        line-height: 1.8;
        margin-top: 1em;
    }
    .form_head_confirm{
        line-height: 1.8;
        margin-top: 56px;
        display: none;
    }
    .form_content{
        max-width: 960px;
        margin: auto;
    }
	.hissu{
		strong{
				font-size: 16px;
 			   color: red;
			    line-height: 1;
			    padding-left: 10px;
			font-weight:normal;
			}
	}
}
form[data-screen="confirm"] {
    .smf-form {
        .form_head{
            display: none;
        }
        .hissu{
            display: none;
        }
        .form_head_confirm{
            display: block;
        }
        .form_content{
            max-width: 1080px;
            margin: auto;
        }
        .form-privacy{
            display: none;
        }
    }
}
.smf-form--simple-table+.smf-action{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 90px;
}

.smf-error-messages{
    font-size: 14px;
}
@media (min-width: 640px) {.smf-form--simple-table .smf-item__col--label{
    max-width: 180px;
    flex-shrink: 1;
    padding: 0;
}}
.smf-item__label{
    vertical-align: top;
    line-height: 1;
    margin-top: 16px;
}
.require .smf-item__label:after{
    content: '＊';
    font-size: 16px;
    color: red;
    line-height: 1;
    padding-left: 10px;
}
.smf-text-control {
    input[type="text"],
    input[type="email"],
    input[type="tel"] {
    width: 600px;
    height: 60px;
    max-width: 100%;
    border: none;
    border-radius: 10px;
    padding: 1.5em 2em;
        &::placeholder{
        color: #CCCCCC;
        font-size: 15px;
        opacity: 1;

        }
    }
    input[type="text"].subject{
        width: 100%;
    }
}
.smf-form .smf-textarea-control__control{
    border: none;
    border-radius: 10px;
    padding: 1.5em 2em;
    &::placeholder{
        color: #CCCCCC;
        font-size: 15px;
        opacity: 1;
    }
}
.form-privacy{
    margin: 70px auto;
    text-align: center;
    line-height: 1.8;
    a{
        border-bottom: solid 1px;
    }
}
form[data-screen="confirm"] div[data-name="consent"]{
    display: none;
}
div[data-name="consent"]{
    text-align: center;
}
.smf-action .smf-button-control__control{
    display: block;
    background-color: initial;
    width: 360px;
    height: 80px;
    border-radius:150px;
    font-family: var(--font-serif);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    margin: auto;
    transition: box-shadow 0.2s ease;
    border: none;
    background-color: #ffffffb6;
    background-image: none;
    &::after {
        position: absolute;
        content: '';
        padding: 2px;
        inset: 0;
        border-radius: 150px;
        width: 100%;
        height: 100%;
        mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#fff 0 0);
        mask-composite: destination-out;
        mask-composite: exclude;
        background: linear-gradient(90deg, var(--color_blue), var(--color_green));
        color: #ffffff;
    }
    &:hover {
        box-shadow: 0px 0 10px #00000048;
        background: linear-gradient(90deg, var(--color_blue), var(--color_green));
        color: #ffffff;
        font-weight: 500;
    }    @media (max-width: 720px)  {
        height: 80px;
    }

}
form[data-screen="confirm"] .smf-item__label{
    margin-top: 0;
    line-height: 1.5;
    &:after{
        display: none;
    }
}
@media (max-width:720px) {
    .smf-form {
    .form_head{
        margin-top: 30px;
    }
    .form_head_confirm{
        margin-top: 30px;
    }
}
.smf-form--simple-table+.smf-action{
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 45px;
}
.form-privacy{
    margin: 35px auto;
    text-align: center;
    line-height: 1.8;
}
.wp-block-spacer{
    height: 20px !important;
}
}

/* 文書関係 */
.lower section.document{
    padding: 0;
    letter-spacing: 1px;
    .container{
        border: solid 1px rgba(0 ,0, 0, 0.3);
        padding: 60px 0;
        h1{
            font-size: 36px;
            font-family: var(--font-serif);
            text-align: center;
            margin: 60px auto;
            font-weight: 600;
        }
        ol{
            list-style: none;         /* 既存の番号を消す */
            counter-reset: num;       /* カウンター初期化 */
            padding: 0;
            margin: 2.5em 0;
            }
            ol > li {
            counter-increment: num;   /* カウンターを加算 */
            position: relative;
            padding-left: 2.2em;      /* 番号分の余白 */
            margin: 2em 0 1em;
            }
            ol > li::before {
            content: "" counter(num) "."; /* ←ここで丸括弧付き */
            position: absolute;
            left: 0;
            top: -4px;
            color: #333;
            font-size: 26px;
            font-family: var(--font-serif);
            line-height: 1;
        }
        .document_footer{
            margin-top: 60px;
            text-align: right;
            font-size: 14px;
            p{
                margin: .5em 0;
            }
            .date{
                color: #999999;
                margin-top: 1em;
            }
        }
    }
    @media (max-width:720px) {
        .container{
            padding: 0;
            border: none;
            h1{
                font-size: 24px;
                margin: 40px auto 50px;
            }
            ol li{
                margin: 1.5em 0 0.5em;
            }
            ol li::before {
                font-size: 20px;
                top: 3px;
            }
            .document_footer{
                margin-top: 30px;
                font-size: 13px;
            }
        }
        
    }
}
#compliance,#privacypolicy,#kohyo{
    margin-top: 2em;
}
#privacypolicy,#kohyo{
    h3{
        font-size: 26px;
        font-family: var(--font-serif);
        margin: 0;
        line-height: 1.3;
        margin-bottom: 1em;
    }
    ol li{
        line-height: 2em;
        margin-bottom: 60px;
        padding-left:2.4em;
    }               
    ol li::before {
        top: 5px;
    }

    table{
        margin-top: 50px;
        line-height: 1.5;
        tr{
            border-bottom: solid 1px rgba(0 ,0, 0, 0.1);
        }
        th,td{
            vertical-align: top;
            padding: 15px 1em 15px 0;
            width: 50%;
        }
        ul{
            li{
                position: relative;
                padding-left: 15px;
                font-size: 16px;
                margin: 0;
                margin-bottom: .5em;
                line-height: 1.5;
                &:last-child{
                    margin-bottom: 0;
                }
                &::before {
                    content: '';
                    position: absolute;
                    width: 5px;
                    height: 5px;
                    background-color: #333333;
                    border-radius: 50%;
                    left: 0px;
                    top: 11px;
                }
            }
        }
    }
    @media (max-width:720px) {
        h3{
            font-size: 20px;
        }
        ol li{
            padding-left:2em;
            line-height: 1.5;
        }               
        ol li::before {
            top: 2px;
        }
        .table_wrapper{
            overflow-x: scroll;
        }
        table{
            width: 960px;
            margin-top: 30px;
            tr{
                display: flex;
                flex-wrap: wrap;
                gap: 1em;
            }
            th,td{
                width: calc(50% - 1em);
                padding: 10px 0 10px 0;
            }
        }
        .bunsyo_scroll_arrow{
            margin-top: 1em;
            width: 270px;
        }
    }
}
#kohyo{
    ol li{
        margin-top: 80px;
    }
        @media (max-width:720px) {
                ol li{
        margin-top: 60px;
    }

        }
}
#privacypolicy_link{
    a{
        color: #222222;
        display: flex;
        align-items: center;
        gap: 30px;
        font-family: var(--font-serif);
        &::before {
            content: '';
            width: 70px;
            height: 70px;
            background-image: url(../img/archive_button.svg);
            display: block;
            flex-shrink: 0;
        }
        &::after {
            content: '個⼈情報および特定個⼈情報保護⽅針';
        }
    }
    @media screen and (max-width: 720px) {
        a{
            margin-top: 40px;
            gap: 15px;
            &::after {
                white-space: pre;
                content: "個⼈情報および\A特定個⼈情報保護⽅針";
            }
        }
    }
}
#kohyo_link{
    a{
        color: #222222;
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: end;
        flex-direction: row-reverse;
        font-family: var(--font-serif);
        &::before {
            content: '';
            width: 70px;
            height: 70px;
            background-image: url(../img/archive_button.svg);
            display: block;
            flex-shrink: 0;
            transform: rotate(180deg);
        }
        &::after {
            content: '個人情報保護法等に基づく公表事項';
            text-align: right;
        }
    }
    @media screen and (max-width: 720px) {
        a{
            margin-top: 40px;
            gap: 15px;
            &::after {
                white-space: pre;
                content: "個人情報保護法等に基づく\A公表事項";
            }
        }
    }
}
#torikumi{
    letter-spacing: 1px;
    h1{
        font-size: 28px;
        font-family: var(--font-serif);
        text-align: center;
        margin: 0 auto;
        font-weight: 600;
        padding-bottom: 20px;
    }
    h3{
        font-size: 24px;
        font-family: var(--font-serif);
        margin-top:  100px;
        &::before {
            content: '';
            display: block;
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, var(--color_blue), var(--color_green));
            margin-bottom: 16px;
        }
    }
    .honbun{
        line-height: 2em;
    }
    .iso{
        width: 300px;
        margin: 40px auto 0;
    }
    .ninsyoinfo_area{
        margin-top: 50px;
        .company_row{
            display: flex;
            border-bottom: solid 1px #2222221A;
            padding: 12px 0;
            .company_col_l{
                flex-shrink: 0;
                width: 160px;
            }
            .company_col_r{
                line-height: 2em;
            }
            .color_green{
                vertical-align: middle;
                border-bottom: solid 1px;
                line-height: 0;
                margin: 0 4px;
            }
            .openIn_btn{
                width: 13px;
            }
        }
    }
    @media (max-width: 720px) {
        padding: 0;
        h1 {
            font-size: 24px;
            margin: 40px auto 50px;
            padding-bottom: 0;
        }
        h3{
            font-size: 20px;
            margin: 40px 0 10px;
            &::before {
                width: 60px;
                height: 2px;
                margin-bottom: 10px;
            }
        }
        .iso{
            width: 250px;
            margin: 20px auto 0;
        }

        .ninsyoinfo_area{
            margin-top: 15px;
            .company_row{
                flex-wrap: wrap;
                padding: 8px 0;
                .company_col_l{
                    width: 100%;
                    margin-bottom: 8px;
                    font-weight: 600;
                    margin: 0.8em 0 0;
                }
                .company_col_r{
                    width: 100%;
                    margin: 0.4em 0 0.8em;
                }
            }
        }
        
    }

}
#securitypolicy{
    margin-top: 160px;
    ol{
        margin-top: 60px;
    }
    @media (max-width: 720px) {
        margin-top: 80px;
        ol{
            margin-top: 30px;
        }
    }
}