.clearfix:after {
    content: "";
    display: block;
    clear: both;
} 
.clearfix:before {
    content: "";
    display: block;
    clear: both;
} 
.clearfix {
    display: block;
}
.s_red {
    font-weight: bold;
    color: #b7183f;
}
@media screen and (max-width:767px) {
    .rem2 {
        font-size: 1.6rem;
        padding: 0 2rem 6rem 2rem;
}
}
.color-n {
    color: #152e44 !important;
    padding-bottom: 3px;
    background-image: linear-gradient(#152e44, #152e44);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
}
.color-n:hover {
    background-position: bottom left; /* 下線のホバー時位置 */
    background-size: 100% 1px; /* 下線の横幅を100%にする */
}
.color-bs {
    color: #10a259 !important;
    padding-bottom: 3px;
    background-image: linear-gradient(#10a259, #10a259);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
}
.color-bs:hover {
    background-position: bottom left; /* 下線のホバー時位置 */
    background-size: 100% 1px; /* 下線の横幅を100%にする */
}
.color-tax {
    color: #003e76 !important;
    padding-bottom: 3px;
    background-image: linear-gradient(#003e76, #003e76);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
}
.color-tax:hover {
    background-position: bottom left; /* 下線のホバー時位置 */
    background-size: 100% 1px; /* 下線の横幅を100%にする */
}
.color-sr {
    color: #e17406 !important;
    padding-bottom: 3px;
    background-image: linear-gradient(#e17406, #e17406);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
}
.color-sr:hover {
    background-position: bottom left; /* 下線のホバー時位置 */
    background-size: 100% 1px; /* 下線の横幅を100%にする */
}
.color-admin {
    color: #818c96 !important;
    padding-bottom: 3px;
    background-image: linear-gradient(#818c96, #818c96);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
}
.color-admin:hover {
    background-position: bottom left; /* 下線のホバー時位置 */
    background-size: 100% 1px; /* 下線の横幅を100%にする */
}
.sub_foot {
    padding: 0 0 2rem 0;
}
.sub_foot li {
    font-size: 1.4rem;
    padding: 0 0 1rem 0;
}
@media screen and (max-width:767px) {
    .sub_foot li {
        font-size: 1.2rem;
    }
}
.main_foot {
    text-align: center;
    padding: 0 0 2rem 0;
    font-size: 14px;
}
.main_foot li {
    display: inline;
    padding: 0 1rem;
}
.sns_foot {
    text-align: center;
    padding: 0 0 4rem 0;
    font-size: 14px;
}
.sns_foot li {
    display: inline;
    padding: 0 1rem;
}
.googlemap {
    background: url(../img/icon_map.png) top left no-repeat;
    background-size: contain;
    padding: 0 0 0 2.5rem !important;
    margin: 0 2rem;
    line-height: 100%;
}
.telephone {
    background: url(../img/icon_tel.png) top left no-repeat;
    background-size: contain;
    padding: 0 0 0 2.5rem !important;
    margin: 0 2rem;
}
.copyright {
    text-align: center;
    font-size: 10px;
    padding: 0 0 8rem 0;
}
.top_main_photo {
    text-align: center;
    padding: 0 0 8rem 0;
}
.top_main_photo li {
    padding: 0 1.5rem;
    display: inline-block;
}
@media screen and (max-width:1024px) {
    .top_main_photo li {
      padding: 0 0 2rem 0;
    }
}
.bg-wrapper_lb {
    background-color: #e8f7f5;    
}
.bg-wrapper_01 {
    padding: 6rem 0 0 0;
    position: relative;
}
@media screen and (max-width:1024px) {
    .bg-wrapper_01 {
        padding: 4rem 0 0 0;
        position: relative;
    }
    .top_main_photo {
        text-align: center;
        padding: 0 0 4rem 0;
    }
}
.bg-wrapper_01:before {
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    bottom: 0;
    transform: skewY(-30deg) translateY(-460px);
    background-color: #fff;
    content: "";
}
.mission {
    width: 1100px;
    margin: 0 auto 3rem auto;
    position: relative;
}
.theme-lcont {
    width: calc((100%)/2);
    float: left;
}
.mission h2 {
    color: #333;
    font-weight: normal;
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    font-style: italic;
    padding: 0 0 2rem 0;
}
.mission h3 {
    color: #333;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 0 2rem 0;
}
.mission p {
    width: calc((100%)/2);
    line-height: 200%;
    letter-spacing: 0.1rem;
    float: left;
    padding: 4rem 0 0 0;
}
@media screen and (max-width:1024px) {
    .mission {
        width: 100%;
        margin: 0 auto 3rem auto;
        padding: 0 3rem;
    }
    .theme-lcont {
        width: 100%;
        float: left;
    }    
    .mission h2 {
        color: #333;
        font-weight: normal;
        font-family: "HelveticaNeue-boldItalic","Noto Sans JP","Arial",sans-serif;
        font-style: italic;
        padding: 0 0 2rem 0;
    }
    .mission h3 {
        color: #333;
        font-weight: normal;
        font-family: "Noto Sans JP", sans-serif;
        padding: 0 0 2rem 0;
    }
    .mission p {
        width: 100%;
        float: left;
        line-height: 200%;
        letter-spacing: 0.1rem;
        padding: 0;
    }
}
.vision {
    padding: 0 0 8rem 0;
}
.vision_lcont {
    width: calc((100%)/2);
    float: left;
    padding: 0 5rem 0 0;
}
.vision-rcont {
    width: calc((100%)/2);
    float: left;
}
.vision .vision-rcont h2 {
    color: #333;
    font-weight: normal;
    font-family: "HelveticaNeue-boldItalic","Noto Sans JP","Arial",sans-serif;
    font-style: italic;
    padding: 0 0 2rem 0;
}
.vision .vision-rcont h3 {
    color: #333;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 0 2rem 0;
}
.vision .vision-rcont p {
    line-height: 200%;
    letter-spacing: 0.1rem;
}
@media screen and (max-width:1024px) {
    .vision {
        width: 100%;
        margin: 0 auto 3rem auto;
        padding: 0 3rem;
    }
    .vision_lcont {
        width: 100%;
        float: left;
        padding: 0 0 2rem 0;
    }
    .vision-rcont {
        width: 100%;
        float: left;
    }
    .vision .vision-rcont h2 {
        color: #333;
        font-weight: normal;
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        padding: 0 0 2rem 0;
    }
    .vision .vision-rcont h3 {
        color: #333;
        font-weight: normal;
        font-family: "Noto Sans JP", sans-serif;
        padding: 0 0 2rem 0;
    }
    .vision .vision-rcont p {
        line-height: 200%;
        letter-spacing: 0.1rem;
        padding: 0 0 4rem 0;
    }
}
.value {
    width: 1100px;
    margin: 0 auto 0 auto;
    position: relative;
}
.value h2 {
    color: #333;
    font-weight: normal;
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    font-style: italic;
    padding: 0 0 2rem 0;
}
.value h3 {
    color: #333;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 0 2rem 0;
    position: absolute;
    top: 12rem;
    left: 0;
}
.slb {
    font-size: 18px;
    color: #61b0b7;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
}
.slb:before {
    content: "- ";
}
.slb2 {
    font-size: 18px;
    color: #61b0b7;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
}
.llb {
    font-size: 66px;
    color: #61b0b7;
    font-weight: bold;
    line-height: 100%;
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
}
.theme-headline {
    font-size: 4rem;
    font-weight: normal;
    color: #333;
}
.dna7 {
    width: 1100px;
    margin: 0 auto 0 auto;
    padding: 34rem 0 24rem 0;
    background: url(../img/img_7dna_bg.png) top left no-repeat;
    background-size: contain;
    text-align: center;
}
.dna7 li {
    display: inline-flex;
}
.dna7 li dl {
    padding: 0 2rem 6rem 2rem;
}
.dna7 li dl dd {
    line-height: 250%;
}
@media screen and (max-width:1024px) {
    .value {
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 0;
    }
    .value h2 {
        color: #333;
        font-weight: normal;
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        padding: 0 3rem 2rem 3rem;
    }
    .value h3 {
        color: #333;
        font-weight: normal;
        font-family: "Noto Sans JP", sans-serif;
        padding: 0 3rem 2rem 3rem;
        position: absolute;
        top: 10rem;
        left: 0;
    }
    .dna7 {
        width: 100%;
        margin: 1rem auto 0 auto;
        padding: 27vw 0 0 0;
        background: url(../img/img_7dna_bg.png) center top no-repeat;
        background-size: cover;
        text-align: center;
    }
    .dna7 li {
        display: inline-flex;
        justify-content: center;
    }
    .dna7 li dl {
        padding: 0 1rem 4rem 1rem;
        text-align: center;
    }
    .dna7 li dl dt {
        width: 190px;
        vertical-align: top;
        padding: 0 0 0.5rem 0;
    }
    .dna7 li dl dd {
        font-size: 1.4rem;
        line-height: 150%;
    }
    .llb {
        font-size: 3.75rem;
        color: #61b0b7;
        font-weight: bold;
        line-height: 100%;
    }
    .slb {
        font-size: 16px;
        color: #61b0b7;
        font-weight: normal;
        font-family: "Noto Sans JP", sans-serif;
    }
    .theme-headline {
        font-size: 2rem;
        font-weight: normal;
        color: #333;
    }
}
@media screen and (max-width:690px) {
    .value {
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 0;
    }
    .value h2 {
        color: #333;
        font-weight: normal;
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        padding: 0 3rem 2rem 3rem;
    }
    .value h3 {
        color: #333;
        font-weight: normal;
        font-family: "Noto Sans JP", sans-serif;
        padding: 0 3rem 2rem 3rem;
        position: absolute;
        top: 10rem;
        left: 0;
    }
    .dna7 {
        width: 100%;
        margin: 1rem auto 0 auto;
        padding: 27vw 0 7vw 0;
        background: url(../img/img_7dna_bg.png) top left no-repeat;
        background-size: cover;
        text-align: center;
    }
    .dna7 li {
        display: inline-flex;
        justify-content: center;
    }
    .dna7 li dl {
        width: 30%;
        padding: 0 1rem 1rem 1rem;
        text-align: center;
    }
    .dna7 li dl dt {
        width: 100%;
        vertical-align: top;
        padding: 0 0 0.5rem 0;
    }
    .dna7 li dl dd {
        font-size: 1rem;
        line-height: 150%;
    }
    .llb {
        font-size: 3.75rem;
        color: #61b0b7;
        font-weight: bold;
        line-height: 100%;
    }
    .slb {
        font-size: 16px;
        color: #61b0b7;
        font-weight: normal;
        font-family: "Noto Sans JP", sans-serif;
    }
    .theme-headline {
        font-size: 2rem;
        font-weight: normal;
        color: #333;
    }
}
@media screen and (max-width:400px) {
    .value {
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 0;
    }
    .value h2 {
        color: #333;
        font-weight: normal;
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        padding: 0 3rem 2rem 3rem;
    }
    .value h3 {
        color: #333;
        font-weight: normal;
        font-family: "Noto Sans JP", sans-serif;
        padding: 0 3rem 2rem 3rem;
        position: absolute;
        top: 10rem;
        left: 0;
    }
    .dna7 {
        width: 100%;
        margin: 1rem auto 0 auto;
        padding: 11rem 0 9rem 0;
        background: url(../img/img_7dna_bg.png) top left no-repeat;
        background-size: contain;
        text-align: center;
    }
    .dna7 li {
        display: inline-flex;
        justify-content: center;
    }
    .dna7 li dl {
        width: 30%;
        padding: 0 1rem 1rem 1rem;
        text-align: center;
    }
    .dna7 li dl dt {
        width: 100%;
        vertical-align: top;
        padding: 0 0 0.5rem 0;
    }
    .dna7 li dl dd {
        font-size: 1rem;
        line-height: 150%;
    }
    .llb {
        font-size: 3.75rem;
        color: #61b0b7;
        font-weight: bold;
        line-height: 100%;
    }
    .slb {
        font-size: 16px;
        color: #61b0b7;
        font-weight: normal;
        font-family: "Noto Sans JP", sans-serif;
    }
    .theme-headline {
        font-size: 2rem;
        font-weight: normal;
        color: #333;
    }
}
.bg-wrapper_ideal {
    background: url(../img/img_ideal-candidate_bg.png) top left no-repeat;
    background-size: cover;
}
.ideal {
    width: 1100px;
    margin: 0 auto 0 auto;
    padding: 12rem 0;
    position: relative;
}
.ideal h2 {
    color: #333;
    font-weight: normal;
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    font-style: italic;
    padding: 0 0 2rem 0;
}
.ideal h3 {
    color: #333;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 0 2rem 0;
}
.ideal_r-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width:1024px) {
    .bg-wrapper_ideal {
        background: url(../img/img_ideal-candidate_bg.png) top right no-repeat;
        background-size: cover;
    }
    .ideal {
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 5rem 3rem 6rem 3rem;
        position: relative;
    }
    .ideal h2 {
        color: #333;
        font-weight: normal;
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        padding: 0 0 2rem 0;
    }
    .ideal h3 {
        color: #333;
        font-weight: normal;
        font-family: "Noto Sans JP", sans-serif;
        padding: 0 0 2rem 0;
    }
    .ideal_r-img {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .ideal_r-img img {
        display: none;
    }
}
.bg-wrapper_features {
    background: url(../img/img_features_bg.png) top left no-repeat;
    background-size: cover;
}
.features {
    width: 1100px;
    margin: 0 auto 0 auto;
    padding: 12rem 0;
    position: relative;
}
.features h2 {
    color: #333;
    font-weight: normal;
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    font-style: italic;
    padding: 0 0 2rem 0;
    text-align: center;
}
.features h3 {
    color: #333;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 0 4rem 0;
    text-align: center;
}
.features_box {
    border: solid 4px #e8f7f5;
    background-color: #fff;
    position: relative;
    margin: 0 0 6rem 0;
    display: inline-flex;
}
.features_box dt {
    position: absolute;
    top: -2.4rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #66b2b9;
    background-color: #fff;
    padding: 0 2rem;
}
.features_box dd.dd-pic {
    width: 66%;
    padding: 4rem 0 4rem 4rem;
}
.features_box dd.dd-txt {
    width: 100%;
    padding: 3.5rem;
    line-height: 200%;
}
.features_02 {
    position: relative;    
}
.features_03 {
    position: relative;    
}
.lt-img {
    position: absolute;
    left: 0;
    top: 0;
}
.l-img {
    position: absolute;
    left: 0;
    top: -10rem;
}
.r-img {
    position: absolute;
    right: 0;
    top: -10rem;
}
.l-img img {
    height: 170px;
}
.r-img img  {
    height: 170px;
}
@media screen and (max-width:1024px) {
    .bg-wrapper_features {
        background: url(../img/img_feature_bg.png) top left no-repeat;
        background-size: contain;
    }
    .features {
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 6rem 0;
        position: relative;
    }
    .features h2 {
        color: #333;
        font-weight: normal;
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        padding: 0 0 2rem 0;
        text-align: center;
    }
    .features h3 {
        color: #333;
        font-weight: normal;
        font-family: "Noto Sans JP", sans-serif;
        padding: 0 0 2rem 0;
        text-align: center;
    }
    .features_box {
        border: solid 4px #e8f7f5;
        background-color: #fff;
        position: relative;
        margin: 0 0 4rem 0;
        display: block;
    }
    .features_box dt {
        position: absolute;
        top: -1.5rem;
        left: 0;
        transform: translateX(0%);
        font-size: 1.6rem;
        color: #66b2b9;
        background-color: #fff;
        padding: 0 3rem;
    }
    .features_box dd.dd-pic {
        width: 100%;
        padding: 3rem 3rem 0 3rem;
    }
    .features_box dd.dd-txt {
        padding: 2rem 3rem;
        line-height: 200%;
    }
    .features_02 {
        position: relative;    
    }
    .features_03 {
        position: relative;    
    }
    .lt-img {
        display: none;
    }
    .l-img {
        display: none;
    }
    .r-img {
        display: none;
    }
    .lt-img img {
        height: 65px;
    }
    .l-img img {
        height: 80px;
    }
    .r-img img  {
        height: 80px;
    }
}
.p_c {
    text-align: center;
}
.b12 {
    padding-bottom: 12rem !important; 
}
.b10 {
    padding-bottom: 10rem !important; 
}
.b8 {
    padding-bottom: 8rem !important; 
}
.b6 {
    padding-bottom: 6rem !important; 
}
.b4 {
    padding-bottom: 4rem; 
}
.mb12 {
    margin-bottom: 12rem !important; 
}
.mb10 {
    margin-bottom: 10rem !important; 
}
.mb4 {
    margin-bottom: 4rem !important; 
}
.t10 {
    padding-top: 10rem !important;
}
.mt10 {
    margin-top: 10rem !important;
}
.lr2 {
    padding: 0 2rem 2rem 2rem;
}
.dot-b {
    border-bottom: dotted 1px #ccc;
}
.marker-g {
    font-weight: bold;
    background:linear-gradient(transparent 60%, #d2ff01 60%);
}
.bg-wrapper_pattern {
    background: url(../img/pattern_bg_01.png) top left repeat;
    padding: 12rem 0 8rem 0;
}
.color_w {
    color: #fff;
}
.top-headline_01 {
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    font-style: italic;
    text-align: center;
    padding: 0 0 4rem 0;
}
@media screen and (max-width:767px) {
    .top-headline_01 {
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        text-align: center;
        padding: 0 0 2rem 0;
    }
    .bg-wrapper_pattern {
        background: url(../img/pattern_bg_01.png) top left repeat;
        padding: 6rem 0 4rem 0;
    }
    .b12 {
        padding-bottom: 6rem !important; 
    }
    .b10 {
        padding-bottom: 5rem !important; 
    }
    .b8 {
        padding-bottom: 4rem !important; 
    }
    .b6 {
        padding-bottom: 3rem !important; 
    }
    .b4 {
        padding-bottom: 2rem !important; 
    }
    .mb12 {
        margin-bottom: 6rem !important; 
    }
    .mb10 {
        margin-bottom: 5rem !important; 
    }
    .mb4 {
        margin-bottom: 2rem !important; 
    }
}
@media screen and (max-width:500px) {
    .t10 {
        padding-top: 4rem !important;
    }
    .mt10 {
        margin-top: 4rem !important;
    }
}
.bg-wrapper_w {
    padding: 12rem 0 12rem 0;
    background-color: #fff;
}
@media screen and (max-width:767px) {
    .bg-wrapper_w {
        padding: 6rem 0 6rem 0;
        background-color: #fff;
    }
}
.benefits_list {
    width: 1100px;
    margin: 0 auto 4rem auto;
    background: url(../img/img_benefits_logo_bg.png) center center no-repeat;
    background-size: 145px 145px;
}
.benefits_01 {
    width: 524px;
    height: 524px;
    float: left;
    background: url(../img/img_benefits_01_bg.png) top center no-repeat;
    margin: 0 10px 20px 10px;
}
.benefits_02 {
    width: 524px;
    height: 524px;
    float: left;
    background: url(../img/img_benefits_02_bg.png) top center no-repeat;
    margin: 0 10px 20px 10px;
}
.benefits_03 {
    width: 524px;
    height: 524px;
    float: left;
    background: url(../img/img_benefits_03_bg.png) top center no-repeat;
    margin: 0 10px 20px 10px;
}
.benefits_04 {
    width: 524px;
    height: 524px;
    float: left;
    background: url(../img/img_benefits_04_bg.png) top center no-repeat;
    margin: 0 10px 20px 10px;
}
.benefits_01 dt, .benefits_02 dt, .benefits_03 dt, .benefits_04 dt {
    width: 312px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 60px 0 290px 0;
    font-size: 2.4rem;
}
.benefits_01 dd, .benefits_02 dd, .benefits_03 dd, .benefits_04 dd {
    width: 312px;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width:767px) {
    .benefits_list {
        width: 100%;
        margin: 0 auto 3rem auto;
        background: none;
    }
    .benefits_01 {
        width: 100%;
        height: 100%;
        float: inherit;
        background: url(../img/img_benefits_01_bg.png) top center no-repeat;
        background-size: contain;
        margin: 0 auto 2rem auto;
    }
    .benefits_02 {
        width: 100%;
        height: 100%;
        float: inherit;
        background: url(../img/img_benefits_02_bg.png) top center no-repeat;
        background-size: contain;
        margin: 0 auto 2rem auto;
    }
    .benefits_03 {
        width: 100%;
        height: 100%;
        float: inherit;
        background: url(../img/img_benefits_03_bg.png) top center no-repeat;
        background-size: contain;
        margin: 0 auto 2rem auto;
    }
    .benefits_04 {
        width: 100%;
        height: 100%;
        float: inherit;
        background: url(../img/img_benefits_04_bg.png) top center no-repeat;
        background-size: contain;
        margin: 0 auto 2rem auto;
    }
    .benefits_01 dt, .benefits_02 dt, .benefits_03 dt, .benefits_04 dt {
        width: 100%;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        padding: 3.5rem 0 21rem 0;
        font-size: 2rem;
    }
    .benefits_01 dd, .benefits_02 dd, .benefits_03 dd, .benefits_04 dd {
        width: 100%;
        padding: 0 0 5rem 0;
        margin: 0 auto;
        font-size: 1.6rem;
    }
}
.career-path {
    text-align: center;
    padding: 0 0 0 0;
}
.career-path li {
    width: 184px;
    display: inline-block;
    padding: 0 0.1rem 4rem 0.1rem;
}
@media screen and (max-width:767px) {
    .career-path {
        padding: 0 0 0 0;
    }
    .career-path li {
        width: 184px;
        display: inline-block;
        padding: 0 0.1rem 4rem 0.1rem;
    }
}
.process_flow {
    width: 1100px;
    margin: 0 auto;
}
.pcocess_hukidashi {
    width: 1100px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    border: 2px solid #e8f7f5;
    background-color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.pcocess_hukidashi::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #e8f7f5 transparent transparent;
    translate: -50% 100%;
}
.pcocess_hukidashi::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15.5px 7.8px 0 7.8px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
}
.pcocess_hukidashi dt {
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    font-style: italic;
    font-weight: bold;
    color:#e8f7f5;
    font-size: 150px;
    float: left;
    line-height: 100%;
    padding: 2rem 4rem;
}
.pcocess_hukidashi dd {
    width: 75%;
    float: left;
    padding: 3.25rem 2.5rem 3.25rem 0;
}
.pcocess_hukidashi_2 {
    width: 1100px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    border: 2px solid #e8f7f5;
    background-color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.pcocess_hukidashi_2 dt {
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    font-style: italic;
    font-weight: bold;
    color:#e8f7f5;
    font-size: 150px;
    float: left;
    line-height: 100%;
    padding: 2rem 4rem;
}
.pcocess_hukidashi_2 dd {
    width:75%;
    float: left;
    padding: 3.25rem 2.5rem 3.25rem 0;
}
.flow_headline {
    font-weight: bold;
    line-height: 250%;
    font-size: 2rem;
}
.bg-wrapper_02 {
    padding: 0 0 0 0;
    position: relative;
    z-index: -1;
}
.bg-wrapper_02:before {
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    bottom: 0;
    transform: skewY(30deg) translateY(376px);
    background-color: #e8f7f5;
    content: "";
}
@media screen and (max-width:1024px) {
    .process_flow {
        width: 100%;
        margin: 0 auto 5rem auto;
    }
    .pcocess_hukidashi {
        width: 100%;
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        border: 2px solid #e8f7f5;
        background-color: #fff;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }
    .pcocess_hukidashi::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 20px 10px 0 10px;
        border-color: #e8f7f5 transparent transparent;
        translate: -50% 100%;
    }
    .pcocess_hukidashi::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 15.5px 7.8px 0 7.8px;
        border-color: #fff transparent transparent;
        translate: -50% 100%;
    }
    .pcocess_hukidashi dt {
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        color:#e8f7f5;
        font-size: 8rem;
        float: left;
        line-height: 100%;
        padding: 0.75rem 2rem;
    }
    .pcocess_hukidashi dd {
        width: 81%;
        float: left;
        padding: 1rem 0 2rem 0;
        font-size: 1.4rem;
    }
    .pcocess_hukidashi_2 {
        width: 100%;
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        border: 2px solid #e8f7f5;
        background-color: #fff;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }
    .pcocess_hukidashi_2 dt {
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        color:#e8f7f5;
        font-size: 8rem;
        float: left;
        line-height: 100%;
        padding: 0.75rem 2rem;
    }
    .pcocess_hukidashi_2 dd {
        width: 75%;
        float: left;
        padding: 1rem 0 2rem 0;
        font-size: 1.4rem;
    }
    .flow_headline {
        font-weight: bold;
        line-height: 210%;
        font-size: 2rem;
    }
    .bg-wrapper_02 {
        padding: 0 0 0 0;
        position: relative;
        z-index: -1;
    }
    .bg-wrapper_02:before {
        position: absolute;
        top: 0;
        left: calc(-50vw + 50%);
        right: calc(-50vw + 50%);
        bottom: 0;
        transform: skewY(30deg) translateY(50px);
        background-color: #e8f7f5;
        content: "";
    }
}
@media screen and (max-width:767px) {
    .process_flow {
        width: 100%;
        margin: 0 auto 5rem auto;
    }
    .pcocess_hukidashi {
        width: 100%;
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        border: 2px solid #e8f7f5;
        background-color: #fff;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }
    .pcocess_hukidashi::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 20px 10px 0 10px;
        border-color: #e8f7f5 transparent transparent;
        translate: -50% 100%;
    }
    .pcocess_hukidashi::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 15.5px 7.8px 0 7.8px;
        border-color: #fff transparent transparent;
        translate: -50% 100%;
    }
    .pcocess_hukidashi dt {
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        color:#e8f7f5;
        font-size: 8rem;
        float: left;
        line-height: 100%;
        padding: 0.75rem 2rem;
    }
    .pcocess_hukidashi dd {
        width: 60%;
        float: left;
        padding: 1rem 0 2rem 0;
        font-size: 1.4rem;
    }
    .pcocess_hukidashi_2 {
        width: 100%;
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        border: 2px solid #e8f7f5;
        background-color: #fff;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }
    .pcocess_hukidashi_2 dt {
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        color:#e8f7f5;
        font-size: 8rem;
        float: left;
        line-height: 100%;
        padding: 0.75rem 2rem;
    }
    .pcocess_hukidashi_2 dd {
        width: 60%;
        float: left;
        padding: 1rem 0 2rem 0;
        font-size: 1.4rem;
    }
    .flow_headline {
        font-weight: bold;
        line-height: 210%;
        font-size: 2rem;
    }
    .bg-wrapper_02 {
        padding: 0 0 0 0;
        position: relative;
        z-index: -1;
    }
    .bg-wrapper_02:before {
        position: absolute;
        top: 0;
        left: calc(-50vw + 50%);
        right: calc(-50vw + 50%);
        bottom: 0;
        transform: skewY(30deg) translateY(50px);
        background-color: #e8f7f5;
        content: "";
    }
}
.foot_entry {
    background: url(../img/footer_bg_top.png) center top no-repeat;
    padding: 24rem 0 0 0;
}
.foot-catch {
    text-align: center;
    padding: 0 4rem 24rem 4rem;    
}
.foot_entry ul {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.foot_entry ul li {
    display: inline;    
}
.foot_entry ul li a:hover {
    opacity: 0.7;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
    .foot_entry {
        background: url(../img/footer_bg_top_sp.png) center top no-repeat;
        background-size: contain;
        padding: 8rem 0 0 0;
    }
    .foot-catch {
        text-align: center;
        padding: 0 4rem 6rem 4rem;    
    }
    .foot_entry ul {
        width: 100%;
        margin: 0 auto;
    }
    .foot_entry ul li {
        display: inline;    
    }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 0.5s 4s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading__logo {
  opacity: 0;
  animation: logo_fade 4s 0.1s forwards;
  width: 500px;
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}
@media(max-width:750px){
    .loading__logo {
      opacity: 0;
      animation: logo_fade 4s 0.1s forwards;
      width: 75%;
      text-align: center;
      margin: 0 auto;
    }
}
.btn-entry {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 128px;
  height: 128px;
  z-index: 10;
}
@media screen and (max-width: 990px) {
  .btn-entry {
    width: 86px;
    height: 86px;
    right: 15px;
    bottom: 30px;
  }
}
.btn-entry img {
    width: 100%;
    height: 100%;
}
.sub_content {
    height: 100svh;
    height: auto;
    min-width: 100%;
    position: relative;
    width: 100%;
    overflow: clip
}
.bg-wrapper_03 {
    background: url(../img/pattern_bg_01.png) right top repeat;
    position: relative;
}
.bg-wrapper_03:before {
    position: absolute;
    top: 0;
    left: calc(-50vw + -70%);
    right: calc(-50vw + 50%);
    bottom: 0;
    transform: skewY(-40deg) translateY(-188px);
    background-color: #fff;
    content: "";
}
.bg-wrapper_03 h1 {
    text-align: center;
    padding: 12rem 4rem 12rem 4rem;
}
.bg-wrapper_03 h1 img {
    width: 490px;
}
@media screen and (max-width:767px) {
    .bg-wrapper_03 {
        background: url(../img/pattern_bg_01.png) right top repeat;
        position: relative;
    }
    .bg-wrapper_03:before {
        position: absolute;
        top: 0;
        left: calc(-50vw + -20%);
        right: calc(-50vw + 50%);
        bottom: 0;
        transform: skewY(-40deg) translateY(-188px);
        background-color: #fff;
        content: "";
    }
    .bg-wrapper_03 h1 {
        text-align: center;
        margin-top: 1rem;
        padding: 4rem 4rem 4rem 4rem;
    }
    .bg-wrapper_03 h1 img {
        width: 100%;
    }
}
.pankuzu {
    text-align: center;
    padding: 2rem 2rem 0 2rem;
    margin: 0 0 12rem 0;
}
.pankuzu li {
    display: inline-block;
    margin-right: 10px;
}
.pankuzu li::after {
    content: ">";
    margin-left: 10px;
}
.pankuzu li:last-child {
    color: #333;
}
.pankuzu li:last-child::after {
    content: "";
}
.pankuzu li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .4em;
    height: .4em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}
@media screen and (max-width:767px) {
    .pankuzu {
        text-align: center;
        padding: 2rem 2rem 0 2rem;
        margin: 0 0 6rem 0;
        font-size: 1rem;
    }
}
.h2_sub_headline {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 1rem 0;
    line-height: 100%;
}
.slb_sub {
    font-size: 18px;
    color: #61b0b7;
    font-weight: normal;
    font-family: "Noto Sans JP", sans-serif;
}
.slb_sub:before {
    content: "-　";
}
.llb_sub {
    font-size: 66px;
    color: #e8f7f5;
    font-weight: bold;
    line-height: 150%;
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    font-style: italic;
}
@media screen and (max-width:767px) {
    .h2_sub_headline {
        width: 100%;
        margin: 0 auto;
        padding: 0 3rem 1rem 3rem;
    }
    .slb_sub {
        font-size: 18px;
        color: #61b0b7;
        font-weight: normal;
        font-family: "Noto Sans JP", sans-serif;
    }
    .slb_sub:before {
        content: "-　";
    }
    .llb_sub {
        font-size: 2.75rem;
        color: #e8f7f5;
        font-weight: bold;
        line-height: 150%;
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    }
}

/*===== Vertical Timeline =====*/
#conference-timeline {
    position: relative;
    width: 1100px;
    margin: 0 auto 12rem auto;
}
#conference-timeline .conference-center-line {
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 225px;
    margin-left: 0;
    background: #e8f7f5;
    z-index: -1;
}
.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 2rem 0;
}
.timeline-article .content-right-container {
    max-width: 100%;
    width: 100%;
}
.timeline-article .content-right {
    position: relative;
    right: auto;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 0 0 0;
    vertical-align: bottom;
}
.timeline-article p.w100 {
    width: 218px;
    padding: 0 1.5rem 0 1.5rem;
    font-weight: 400;
    color: #242424;
    font-size: 14px;
    float: left;
    text-align: center;
}
.timeline-article p {
    margin: 0 0 2rem 0;
    padding: 0;
    font-weight: 400;
    color: #242424;
    font-size: 14px;
    position: relative;
}
.timeline-article p img {
    padding-bottom: 0;
}
.timeline-article .content-right p {
    padding: 1.4rem 0 0 0;
}
.right-content_all {
    width: 100%;
    margin: 3rem 0 0 0;
    float: left;
}
.timeline-article .content-right-container {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}
.timeline-article .meta-date {
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 100%;
    background: #333;
    font-size: 0.8rem;
    text-align: center;
    display: grid;
    place-items: center;
    font-weight: bold;
    float: left;
    margin: 35px 0 0 0;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
    display: block;
    text-align: center;
}
.timeline-article .meta-date .date {
    font-size: 2rem;
    line-height: 40px;
}
.timeline-article .meta-date .month {
    font-size: 1rem;
    line-height: 10px;
}
.timeline_hukidashi {
    width: 70%;
    position: relative;
    display: inline-block;
    margin: 0 0 2rem 4.5rem;
    border: 4px solid #e8f7f5;
    background-color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    bottom: 0;
    float: left;
}
.timeline_hukidashi::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    border-style: solid;
    border-width: 15px 25px 15px 0;
    border-color: transparent #e8f7f5 transparent;
    translate: -100% 50%;
}
.timeline_hukidashi::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    border-style: solid;
    border-width: 10px 18px 10px 0;
    border-color: transparent #fff transparent;
    translate: -100% 50%;
}
.timeline_hukidashi dt {
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 1.6rem;
    float: left;
    line-height: 100%;
    padding: 3rem 4rem 2rem 4rem;
}
.timeline_hukidashi dd {
    width: 100%;
    float: left;
    padding: 0 4rem 3rem 4rem;
    font-size: 1.6rem;
}
@media screen and (max-width:1024px) {
    #conference-timeline {
        position: relative;
        width: 100%;
        margin: 0 auto 6rem auto;
    }
    #conference-timeline .conference-center-line {
        position: absolute;
        width: 5px;
        height: 100%;
        top: 0;
        left: 25vw;
        margin-left: 0;
        background: #e8f7f5;
        z-index: -1;
    }
    .timeline-article {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        margin: 2rem 0;
    }
    .timeline-article .content-right-container {
        max-width: 100%;
        width: 100%;
    }
    .timeline-article .content-right {
        position: relative;
        right: auto;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0 0 0 0;
        vertical-align: bottom;
    }
    .timeline-article p.w100 {
        width: 24.6vw;
        padding: 0 1.5rem 0 1.5rem;
        font-weight: 400;
        color: #242424;
        font-size: 14px;
        float: left;
        text-align: center;
    }
    .timeline-article p {
        margin: 0 0 2rem 0;
        padding: 0;
        font-weight: 400;
        color: #242424;
        font-size: 14px;
        position: relative;
    }
    .timeline-article p img {
        padding-bottom: 0;
    }
    .timeline-article .content-right p {
        padding: 1.4rem 0 0 0;
    }
    .right-content_all {
        width: 100%;
        margin: 3rem 0 0 0;
        float: left;
    }
    .timeline-article .content-right-container {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        float: left;
    }
    .timeline-article .meta-date {
        width: 14px;
        height: 14px;
        color: #fff;
        border-radius: 100%;
        background: #333;
        font-size: 0.8rem;
        text-align: center;
        display: grid;
        place-items: center;
        font-weight: bold;
        float: left;
        margin: 28px 0 0 0;
    }
    .timeline-article .meta-date .date,
    .timeline-article .meta-date .month {
        display: block;
        text-align: center;
    }
    .timeline-article .meta-date .date {
        font-size: 2rem;
        line-height: 40px;
    }
    .timeline-article .meta-date .month {
        font-size: 1rem;
        line-height: 10px;
    }
    .timeline_hukidashi {
        width: 61%;
        position: relative;
        display: inline-block;
        margin: 0 0 2rem 4.5rem;
        border: 4px solid #e8f7f5;
        background-color: #fff;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        bottom: 0;
        float: left;
    }
    .timeline_hukidashi::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-style: solid;
        border-width: 15px 25px 15px 0;
        border-color: transparent #e8f7f5 transparent;
        translate: -100% 50%;
    }
    .timeline_hukidashi::after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        border-style: solid;
        border-width: 10px 18px 10px 0;
        border-color: transparent #fff transparent;
        translate: -100% 50%;
    }
    .timeline_hukidashi dt {
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-weight: bold;
        color: #333;
        font-size: 1.6rem;
        float: left;
        line-height: 100%;
        padding: 2rem 2rem 1rem 2rem;
    }
    .timeline_hukidashi dd {
        width: 100%;
        float: left;
        padding: 0 2rem 1.5rem 2rem;
        font-size: 1.6rem;
    }
}
@media screen and (max-width:500px) {
    #conference-timeline {
        position: relative;
        width: 100%;
        margin: 0 auto 6rem auto;
    }
    #conference-timeline .conference-center-line {
        position: absolute;
        width: 5px;
        height: 100%;
        top: 0;
        left: 24.25vw;
        margin-left: 0;
        background: #e8f7f5;
        z-index: -1;
    }
    .timeline-article {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        margin: 2rem 0;
    }
    .timeline-article .content-right-container {
        max-width: 100%;
        width: 100%;
    }
    .timeline-article .content-right {
        position: relative;
        right: auto;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0 0 0 0;
        vertical-align: bottom;
    }
    .timeline-article p.w100 {
        width: 23.25vw;
        padding: 0 1.5rem 0 1.5rem;
        font-weight: 400;
        color: #242424;
        font-size: 14px;
        float: left;
        text-align: center;
    }
    .timeline-article p {
        margin: 0 0 2rem 0;
        padding: 0;
        font-weight: 400;
        color: #242424;
        font-size: 14px;
        position: relative;
    }
    .timeline-article p img {
        padding-bottom: 0;
    }
    .timeline-article .content-right p {
        padding: 1.4rem 0 0 0;
    }
    .right-content_all {
        width: 100%;
        margin: 3rem 0 0 0;
        float: left;
    }
    .timeline-article .content-right-container {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        float: left;
    }
    .timeline-article .meta-date {
        width: 14px;
        height: 14px;
        color: #fff;
        border-radius: 100%;
        background: #333;
        font-size: 0.8rem;
        text-align: center;
        display: grid;
        place-items: center;
        font-weight: bold;
        float: left;
        margin: 28px 0 0 0;
    }
    .timeline-article .meta-date .date,
    .timeline-article .meta-date .month {
        display: block;
        text-align: center;
    }
    .timeline-article .meta-date .date {
        font-size: 2rem;
        line-height: 40px;
    }
    .timeline-article .meta-date .month {
        font-size: 1rem;
        line-height: 10px;
    }
    .timeline_hukidashi {
        width: 61%;
        position: relative;
        display: inline-block;
        margin: 0 0 2rem 3rem;
        border: 4px solid #e8f7f5;
        background-color: #fff;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        bottom: 0;
        float: left;
    }
    .timeline_hukidashi::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-style: solid;
        border-width: 15px 25px 15px 0;
        border-color: transparent #e8f7f5 transparent;
        translate: -100% 50%;
    }
    .timeline_hukidashi::after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        border-style: solid;
        border-width: 10px 18px 10px 0;
        border-color: transparent #fff transparent;
        translate: -100% 50%;
    }
    .timeline_hukidashi dt {
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-weight: bold;
        color: #333;
        font-size: 1.6rem;
        float: left;
        line-height: 100%;
        padding: 2rem 2rem 1rem 2rem;
    }
    .timeline_hukidashi dd {
        width: 100%;
        float: left;
        padding: 0 2rem 1.5rem 2rem;
        font-size: 1.6rem;
    }
}
.company_logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
}
@media screen and (max-width:767px) {
    .company_logo {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.table_01 {
    width: 1100px;
    margin: 0 auto 12rem auto;
}
.table_01 th {
    text-align: left;
    padding: 2rem 4rem;
}
.table_01 th.th_lb {
    background-color: #e8f7f5;
}
.table_01 th.th_gr {
    background-color: #f6f6f6;
}
.table_01 td {
    text-align: left;
    padding: 3rem 4rem;
}
@media screen and (max-width:767px) {
    .table_01 {
        width: 100%;
        margin: 0 auto 6rem auto;
    }
    .table_01 th {
        text-align: left;
        padding: 1.5rem 3rem;
    } 
    .table_01 td {
        text-align: left;
        padding: 1.5rem 3rem;
    }
}
.table_02 {
    width: 800px;
    margin: 0 auto;
    border-top: solid 2px #e8f7f5;
    border-right: solid 2px #e8f7f5;
}
.table_02 th {
    text-align: left;
    padding: 2rem 4rem;
    vertical-align: middle;
}
.table_02 th.th_lb {
    background-color: #e8f7f5;
    border-left: solid 2px #e8f7f5;
}
.table_02 th.th_gr {
    background-color: #f6f6f6;
}
.table_02 td.td_lb {
    border-bottom: solid 2px #e8f7f5;
    border-left: solid 2px #e8f7f5;
}
.table_02 td.td_gr {
    border: solid 2px #f6f6f6;
}
.table_02 td {
    text-align: left;
    padding: 2rem 4rem;
    margin: auto 0;
}
@media screen and (max-width:767px) {
    .table_02 {
        width: 100%;
        margin: 0 auto;
        border: none;
    }
    .table_02 th {
        text-align: left;
        padding: 1.5rem 3rem;
        border: none;
    }
    .table_02 th.th_lb {
        background-color: #e8f7f5;
        margin: 0 0 0 0;
        border: none;
    }
    .table_02 td.td_lb {
        border: none;
    }
    .table_02 td {
        text-align: left;
        padding: 1.5rem 3rem;
        border: none;
    }
}
input[type="text"],
input[type="email"],
select {
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 1.6rem !important;
}
input[type="file"] {
    font-size: 1.6rem !important;
}
input[type="submit"] {
    width: 500px;
    height: 102px;
    border: none;
    cursor: pointer;
    opacity: 1;
    border-radius: 0;
}
input[type="submit"]:hover {
    opacity: 0.8;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
    input[type="submit"] {
        width: 90%;
    }
}
.submit-button {
    background: url('../img/img_btn_submit.png') center top no-repeat;
    background-size: contain;
    border: none; /* 枠線を取り除く */
    cursor: pointer; /* カーソルをポインターに変更 */
    text-indent: -9999px;  /* 文字を非表示にする */
}
.submit-button_bs {
    background: url('../img/img_btn_submit_bs.png') center top no-repeat;
    background-size: contain;
    border: none; /* 枠線を取り除く */
    cursor: pointer; /* カーソルをポインターに変更 */
    text-indent: -9999px;  /* 文字を非表示にする */
}
.submit-button_tax {
    background: url('../img/img_btn_submit_tax.png') center top no-repeat;
    background-size: contain;
    border: none; /* 枠線を取り除く */
    cursor: pointer; /* カーソルをポインターに変更 */
    text-indent: -9999px;  /* 文字を非表示にする */
}
.submit-button_sr {
    background: url('../img/img_btn_submit_sr.png') center top no-repeat;
    background-size: contain;
    border: none; /* 枠線を取り除く */
    cursor: pointer; /* カーソルをポインターに変更 */
    text-indent: -9999px;  /* 文字を非表示にする */
}
.submit-button_admin {
    background: url('../img/img_btn_submit_admin.png') center top no-repeat;
    background-size: contain;
    border: none; /* 枠線を取り除く */
    cursor: pointer; /* カーソルをポインターに変更 */
    text-indent: -9999px;  /* 文字を非表示にする */
}
.btn_entry {
    text-align: center;
}
@media screen and (max-width:767px) {
    input[type="text"],
    input[type="email"],
    select {
        width: 80%;
        margin: 0 auto;
        padding: 10px 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        font-size: 1.6rem !important;
    }
}
.selectbox-1 {
    position: relative;
}

.selectbox-1::before,
.selectbox-1::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-1::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #1c2c43;
}

.selectbox-1::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.selectbox-1 select {
    appearance: none;
    min-width: 130px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #333;
    cursor: pointer;
    font-size: 1.6rem !important;
}
.page_thanks {
    padding: 12rem 3rem 0 3rem;
    text-align: center;
}
.info-list-navi {
    text-align: center;
}
.info-list-navi li {
    display: inline-block;
    margin: 0 2rem;
    font-style: italic;
}
.info-list-navi li div {
    width: 40px;
    height: 16px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
@media screen and (max-width:767px) {
    .info-list-navi li {
        font-size: 1.4rem;
        display: inline-block;
        margin: 0 1rem;
        font-style: italic;
    }
}
.arrow_nav::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #1c2c43;
    border-right: 1px solid #1c2c43;
}
.arrow_nav.-bottom::before{
    transform: rotate(135deg);
}
.arrow_gl {
    line-height: 1;
    position: relative;
}
.arrow_gl.-left{
    width: 60px;
    height: 8px;
    border-right: 1px solid #818c96;
    border-bottom: 1px solid #818c96;
    transform: skew(-45deg);
}
.arrow_gl.-right{
    width: 60px;
    height: 8px;
    border-right: 1px solid #818c96;
    border-bottom: 1px solid #818c96;
    transform: skew(45deg);
}

.info-list {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.info-list li {
    width: 520px;
    float: left;
    margin: 0 15px 30px 15px;
}
.info-list li span {
    font-weight: bold;
}
.info-list li div {
    width: 40px;
    height: 16px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
.info-list li a:hover {
    opacity: 0.7;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:1024px) {
    .info-list {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .info-list li {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
    }
    .info-list li div {
        width: 40px;
        height: 16px;
        margin: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
    }
}
.bsgr li a {
    display: block;
    color: #10a259;
    border: solid 3px #10a259;
    text-align: left;
    padding: 2rem 4rem;
}
.arrow_gr {
    line-height: 1;
    position: relative;
}
.arrow_gr.-right{
    width: 60px;
    height: 8px;
    border-right: 1px solid #10a259;
    border-bottom: 1px solid #10a259;
    transform: skew(45deg);
}
.txbl li a {
    display: block;
    color: #023f73;
    border: solid 3px #023f73;
    text-align: left;
    padding: 2rem 4rem;
}
.arrow_bl {
    line-height: 1;
    position: relative;
}
.arrow_bl.-right{
    width: 60px;
    height: 8px;
    border-right: 1px solid #023f73;
    border-bottom: 1px solid #023f73;
    transform: skew(45deg);
}
.adgl li a {
    display: block;
    color: #818c96;
    border: solid 3px #818c96;
    text-align: left;
    padding: 2rem 4rem;
}
.arrow_gl {
    line-height: 1;
    position: relative;
}
.arrow_gl.-right{
    width: 60px;
    height: 8px;
    border-right: 1px solid #818c96;
    border-bottom: 1px solid #818c96;
    transform: skew(45deg);
}
.sror li a {
    display: block;
    color: #df7f03;
    border: solid 3px #df7f03;
    text-align: left;
    padding: 2rem 4rem;
}
.arrow_or {
    line-height: 1;
    position: relative;
}
.arrow_or.-right{
    width: 60px;
    height: 8px;
    border-right: 1px solid #df7f03;
    border-bottom: 1px solid #df7f03;
    transform: skew(45deg);
}

@media screen and (max-width:767px) {
    .bsgr li a {
        display: block;
        color: #10a259;
        border: solid 3px #10a259;
        text-align: left;
        padding: 1.5rem 2.5rem;
    }
    .txbl li a {
        display: block;
        color: #023f73;
        border: solid 3px #023f73;
        text-align: left;
        padding: 1.5rem 2.5rem;
    }
    .sror li a {
        display: block;
        color: #df7f03;
        border: solid 3px #df7f03;
        text-align: left;
        padding: 1.5rem 2.5rem;
    }
    .adgl li a {
        display: block;
        color: #818c96;
        border: solid 3px #818c96;
        text-align: left;
        padding: 1.5rem 2.5rem;
    }
}

.page_btn {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.page_btn div{
    width: 100px;
    height: 100px;
    margin: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.arrow_pb {
    line-height: 1;
    position: relative;
}
.arrow_pb.-left{
    width: 80px;
    height: 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: skew(-45deg);
}
.arrow_pb.-right{
    width: 80px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: skew(45deg);
}
@media screen and (max-width:767px) {
    .page_btn {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .page_btn div{
        width: 100px;
        height: 100px;
        margin: 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .arrow_pb {
        line-height: 1;
        position: relative;
    }
    .arrow_pb.-left{
        width: 80px;
        height: 10px;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: skew(-45deg);
    }
    .arrow_pb.-right{
        width: 80px;
        height: 10px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        transform: skew(45deg);
    }
}
.interview_top-box_wrapper {
    background-color: #e8f7f5;
}
.interview_top-box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.top-box_img {
    width: 100%;
    text-align: right;
    padding: 2rem 0 0 0;
    z-index: 1;
}
.interview_top-box h2 {
    width: 60%;
    font-size: 42px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #333;
    font-weight: normal;
    text-indent: -3rem;
    padding-left: 3rem;
}
.interview_top-box h2:before {
    content: "“ ";
}
.interview_top-box h2:after {
    content: " ”";
}
.interview_top-box .top-box_catch {
    font-size: 50px;
    position: absolute;
    top: -30px;
    left: 0;
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    z-index: 0;
}
.interview_top-box .top-box_name_01 {
    font-size: 16px;
    position: absolute;
    bottom: 4rem;
    right: 0;
    text-align: right;
    background-color: #fff;
    padding: 0.5rem 1rem;
    z-index: 2;
}
.ceo_top-box_wrapper {
    background-color: #e8f7f5;
}
.ceo_top-box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.ceo_top-box_img {
    width: 100%;
    text-align: left;
    padding: 2rem 0 0 0;
    z-index: 1;
}
.ceo_top-box h2 {
    width: 60%;
    font-size: 42px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #333;
    font-weight: normal;
    text-indent: -3rem;
    padding-left: 3rem;
}
.ceo_top-box h2:before {
    content: "“ ";
}
.ceo_top-box h2:after {
    content: " ”";
}
.ceo_top-box .ceo_top-box_catch {
    font-size: 50px;
    position: absolute;
    top: -30px;
    right: 0;
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    z-index: 0;
}
.ceo_top-box .ceo_top-box_name_01 {
    font-size: 16px;
    position: absolute;
    bottom: 4rem;
    left: 0;
    text-align: right;
    background-color: #fff;
    padding: 0.5rem 1rem;
    z-index: 2;
}
.textr {
    text-align: right;
}
.environment-box_wrapper {
    background-color: #e8f7f5;
}
.environment-box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.environment-box_img {
    width: 100%;
    text-align: left;
    padding: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.environment-box h2 {
    width: 100%;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    text-indent: -3rem;
    padding: 6rem 0 0 0;
    text-align: right;
}
.environment-box .environment-box_catch {
    font-size: 66px;
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    z-index: 0;
    line-height: 100%;
    padding: 0 0 6rem 0;
    text-align: right;
}
.environment-box .environment-box_name_01 {
    font-size: 16px;
    position: absolute;
    bottom: 4rem;
    left: 0;
    text-align: right;
    background-color: #fff;
    padding: 0.5rem 1rem;
    z-index: 2;
}

@media screen and (max-width:767px) {
    .interview_top-box {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .top-box_img {
        width: 100%;
        text-align: right;
        padding: 2rem 0 0 0;
    }
    .top-box_img img {
        width: 160px;
    }
    .interview_top-box h2 {
        width: 50%;
        font-size: 2rem;
        position: absolute;
        top: 50%;
        left: 8%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        color: #333;
        font-weight: normal;
        text-indent: -1.5rem;
        padding-left: 1.5rem;
    }
    .interview_top-box h2:before {
        content: "“ ";
    }
    .interview_top-box h2:after {
        content: " ”";
    }
    .interview_top-box .top-box_catch {
        font-size: 2.5rem;
        position: absolute;
        top: -14px;
        left: 0;
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        color: #fff;
    }
    .interview_top-box .top-box_name_01 {
        font-size: 12px;
        position: absolute;
        bottom: 1rem;
        right: 0;
        text-align: right;
        background-color: #fff;
        padding: 0.25rem 1rem;
    }
    .ceo_top-box {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .ceo_top-box_img {
        width: 100%;
        text-align: left;
        padding: 2rem 0 0 0;
    }
    .ceo_top-box_img img {
        width: 160px;
    }
    .ceo_top-box h2 {
        width: 50%;
        font-size: 2rem;
        position: absolute;
        top: 50%;
        right: 8%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        color: #333;
        font-weight: normal;
        text-indent: -1.5rem;
        padding-left: 1.5rem;
        line-height: 150%;
    }
    .ceo_top-box h2:before {
        content: "“ ";
    }
    .ceo_top-box h2:after {
        content: " ”";
    }
    .ceo_top-box .ceo_top-box_catch {
        font-size: 2.5rem;
        position: absolute;
        top: -14px;
        right: 0;
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        color: #fff;
    }
    .ceo_top-box .ceo_top-box_name_01 {
        font-size: 12px;
        position: absolute;
        bottom: 1rem;
        left: 0;
        text-align: left;
        background-color: #fff;
        padding: 0.25rem 1rem;
    }
    .environment-box_wrapper {
        background-color: #e8f7f5;
    }
    .environment-box {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .environment-box_img {
        width: 210px;
        text-align: left;
        padding: 0 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .environment-box h2 {
        width: 100%;
        font-size: 16px;
        color: #333;
        font-weight: normal;
        text-indent: -3rem;
        padding: 1rem 2rem 0 0;
        text-align: right;
    }
    .environment-box .environment-box_catch {
        font-size: 2.5rem;
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        font-weight: bold;
        color: #fff;
        z-index: 0;
        line-height: 100%;
        padding: 0 2rem 1rem 0;
        text-align: right;
    }
    .environment-box .environment-box_name_01 {
        font-size: 16px;
        position: absolute;
        bottom: 4rem;
        left: 0;
        text-align: right;
        background-color: #fff;
        padding: 0.5rem 1rem;
        z-index: 2;
    }
}
@media screen and (max-width:500px) {
    .environment-box_img {
        width: 50%;
        text-align: left;
        padding: 0 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
}    
.ltxt_rimg {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.ltxt_rimg dl {
    width: 50%;
}
.ltxt_rimg dl dt {
    font-size: 2rem;
    padding: 2rem 0;
    border-top: dotted 1px #333;
    border-bottom: dotted 1px #333;
    margin: 0 0 2rem 0;
}
.ltxt_rimg dl dd {
    font-size: 1.6rem;
}
.ltxt_rimg p {
    position: absolute;
    top: 0;
    right: 0;
    border-top: solid 16px #e8f7f5;
    border-right: solid 16px #e8f7f5;
}
.rtxt_limg {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.rtxt_limg dl {
    width: 50%;
    margin: 0 0 0 50%;
}
.rtxt_limg dl dt {
    font-size: 2rem;
    padding: 2rem 0;
    border-top: dotted 1px #333;
    border-bottom: dotted 1px #333;
    margin: 0 0 2rem 0;
}
.rtxt_limg dl dd {
    font-size: 1.6rem;
}
.rtxt_limg p {
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 16px #e8f7f5;
    border-right: solid 16px #e8f7f5;
}
@media screen and (max-width:767px) {
    .ltxt_rimg {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .ltxt_rimg dl {
        width: 100%;
    }
    .ltxt_rimg dl dt {
        font-size: 1.6rem;
        padding: 1.5rem 2rem;
        border-top: dotted 1px #333;
        border-bottom: dotted 1px #333;
        margin: 0 0 2rem 0;
    }
    .ltxt_rimg dl dd {
        font-size: 1.6rem;
        padding: 0 2rem 0 2rem;
        margin: 0 0 2rem 0;
    }
    .ltxt_rimg p {
        position: inherit;
        top: 0;
        right: 0;
    }
    .ltxt_rimg p img {
        width: 100%;
    }
    .rtxt_limg {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .rtxt_limg dl {
        width: 100%;
        margin: 0;
    }
    .rtxt_limg dl dt {
        font-size: 1.6rem;
        padding: 1.5rem 2rem;
        border-top: dotted 1px #333;
        border-bottom: dotted 1px #333;
        margin: 0 0 2rem 0;
    }
    .rtxt_limg dl dd {
        font-size: 1.6rem;
        padding: 0 2rem 0 2rem;
        margin: 0 0 2rem 0;
    }
    .rtxt_limg p {
        position: inherit;
        top: 0;
        left: 0;
    }
    .rtxt_limg p img {
        width: 100%;
    }
}
.my-comment {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.mc-txt {
    width: 780px;
    margin: 0 auto;
    border-top: solid 6px #e8f7f5;
    border-bottom: solid 6px #e8f7f5;
    padding: 3rem 0;
}
.mc-left {
    position: absolute;
    top: 0;
    left: 0;   
}
.mc-right {
    position: absolute;
    top: 0;
    right: 0;   
}
@media screen and (max-width:767px) {
    .my-comment {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    }
    .mc-txt {
        width: 100%;
        margin: 0 auto 4rem auto;
        border-top: solid 6px #e8f7f5;
        border-bottom: solid 6px #e8f7f5;
        padding: 3rem 2rem;
        text-align: left;
    }
    .mc-left {
        position: inherit;
        top: 0;
        left: 0;
        display: inline-flex;
        padding: 0 1rem 3rem 1rem;
    }
    .mc-right {
        position: inherit;
        top: 0;
        right: 0;   
        display: inline-flex;
        padding: 0 1rem 4rem 1rem;
    }
}
/* バナー本体 */
.news-banner {
    display: block;
    width: 100%;
    background-color: #e8f7f5;
    overflow: hidden;
}

/* バナー内コンテンツ */
.news-banner__content {
    display: inline-block;
    color: #333;
    line-height: 100%;
    padding-left: 100%;
    white-space: nowrap;
    animation: animate-banner 30s linear infinite;
}
.news-banner__content img {
    width: 66px;
    height: 50px;
    vertical-align: middle;
}

/* バナー内の要素をすべて選択 */
.news-banner__content > * {
    display: inline-block;
}
.news-banner__content p {
    padding: 0 0 0 12rem;
    line-height: 100%;
    font-weight: bold;
}
.news-banner__content p a {
    color: #1c2c43;
}
.news-banner__content p span {
    padding-right: 2rem;
}
/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(-115%);
    }
}
@media screen and (max-width:767px) {
    .news-banner {
        display: block;
        width: 100%;
        background-color: #e8f7f5;
        overflow: hidden;
        position: absolute;
        top: 14vw;
    }
    .news-banner__content p {
        padding: 4px 0 0 6rem;
        line-height: 100%;
    }
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  padding: 0 0 4rem 0;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
}
.loop_wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
    .scroll-infinity__item {
      width: calc(100vw / 3);
    }
    .scroll-infinity__wrap {
      display: flex;
      overflow: hidden;
      padding: 0 0 3rem 0;
    }
}
.two_content_box {
    width: 1100px;
    margin: 0 auto;
}
.two_content_box li {
    width: 546px;
    float: left;
    background-color: #e8f7f5;
    padding: 2.5rem;
    border-right: dotted 2px #fff;
    border-bottom: dotted 2px #fff;
}
.two_content_box li p {
    width: 130px;
    height: 130px;
    float: left;
}
.two_content_box li p img {
    border-radius: 100px;
    border: solid 6px #fff;
}
.two_content_box li dl {
    width: 350px;
    float: left;
    padding: 0 0 0 2.5rem;
}
.two_content_box li dl dt {
    font-weight: bold;
}
@media screen and (max-width:767px) {
    .two_content_box {
        width: 100%;
        margin: 0 auto;
    }
    .two_content_box li {
        width: 100%;
        float: left;
        background-color: #e8f7f5;
        padding: 2rem;
        border-right: dotted 2px #fff;
        border-bottom: dotted 2px #fff;
    }
    .two_content_box li p {
        width: 20%;
        height: 20%;
        float: left;
    }
    .two_content_box li dl {
        width: 80%;
        height: auto;
        float: left;
        padding: 0 0 0 2rem;
    }
    .two_content_box li dl dt {
        font-weight: bold;
    }
}
@media screen and (max-width:500px) {
    .two_content_box li p {
        width: 30%;
        height: 30%;
        float: left;
    }
    .two_content_box li dl {
        width: 70%;
        height: auto;
        float: left;
        padding: 0 0 0 2rem;
    }
}
.two_content_box_02 {
    width: 1100px;
    margin: 0 auto 6rem auto;
    display: flex;
}
.two_content_box_02 li {
    width: 25%;
}
.environment_education_01 {
    border-right: dotted 2px #e8f7f5;
}
.environment_education_02 {
    border-right: dotted 2px #e8f7f5;
}
.environment_education_03 {
    border-right: dotted 2px #e8f7f5;
}
.environment_education_04 {
    border-right: none;
}
.two_content_box_02 li dl {
    padding: 2rem 2.5rem;
}
.two_content_box_02 li dl dt {
    font-weight: bold;
}
@media screen and (max-width:767px) {
    .two_content_box_02 {
        width: 100%;
        margin: 0 auto 3rem auto;
        display: inline-block;
    }
    .two_content_box_02 li {
        width: 100%;
    }
    .two_content_box_02 p img {
        width: 100%;
    }
    .environment_education_01 {
        border-right: none;
    }
    .environment_education_02 {
        border-right: none;
    }
    .environment_education_03 {
        border-right: none;
    }
    .environment_education_04 {
        border-right: none;
    }
    .two_content_box_02 li dl {
        padding: 2rem 2.5rem;
    }
    .two_content_box_02 li dl dt {
        font-weight: bold;
    }
}
.two_content_box_03 {
    width: 1100px;
    margin: 0 auto;
}
.two_content_box_03 li {
    width: 550px;
    float: left;
}
.two_content_box_03 li dl {
    padding: 0 1px;
}
.two_content_box_03 li dl dt {
    font-weight: bold;
}
.two_content_box_03 li dl dd {
    padding: 1rem 0 4rem 0;
    text-align: center;
}
@media screen and (max-width:767px) {
    .two_content_box_03 {
        width: 100%;
        margin: 0 auto;
    }
    .two_content_box_03 li {
        width: 100%;
        float: inherit;
    }
    .two_content_box_03 li dl {
        padding: 0 1px;
    }
    .two_content_box_03 li dl dt {
        font-weight: bold;
    }
    .two_content_box_03 li dl dt img {
        width: 100%;
    }
    .two_content_box_03 li dl dd {
        padding: 1rem 0 3rem 0;
        text-align: center;
    }
}
.info-list_top_msg {
    width: 520px;
    margin: 0 auto;
    position:;
}
.info-list_top_msg li {
    margin: 0 15px 30px 15px;
    text-align: center;
    background-color: #1c2c43;
}
.info-list_top_msg li span {
    font-weight: bold;
}
.info-list_top_msg li div {
    width: 40px;
    height: 16px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
.info-list_top_msg li a:hover {
    opacity: 0.7;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
    .info-list_top_msg {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .info-list_top_msg li {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
    }
    .info-list_top_msg li div {
        width: 40px;
        height: 16px;
        margin: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
    }
}
.info-list_top {
    width: 520px;
    margin: 0 auto;
}
.info-list_top li {
    margin: 0 15px 30px 15px;
    text-align: center;
    background-color: #1c2c43;
}
.info-list_top li span {
    font-weight: bold;
}
.info-list_top li div {
    width: 40px;
    height: 16px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
.info-list_top li a:hover {
    opacity: 0.7;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:767px) {
    .info-list_top {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .info-list_top li {
        width: 100%;
        float: left;
        margin: 0 0 30px 0;
    }
    .info-list_top li div {
        width: 40px;
        height: 16px;
        margin: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
    }
}
.btn_detail li a {
    display: block;
    color: #fff;
    border: solid 3px #1c2c43;
    text-align: left;
    padding: 2rem 4rem;
}
.arrow_or {
    line-height: 1;
    position: relative;
}
.arrow_or.-right{
    width: 60px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: skew(45deg);
}
@media screen and (max-width:767px) {
    .btn_detail li a {
        display: block;
        color: #fff;
        border: solid 3px #1c2c43;
        text-align: left;
        padding: 1.5rem 2.5rem;
    }
}
.ceo_top-box_wrapper_2 {
    background-color: #e8f7f5;
}
.ceo_top-box_2 {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.ceo_top-box_img_2 {
    width: 100%;
    text-align: left;
    padding: 2rem 0 0 0;
    z-index: 1;
}
.ceo_top-box_2 h2 {
    width: 60%;
    font-size: 42px;
    position: absolute;
    top: 30%;
    right: 0%;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    color: #333;
    font-weight: normal;
    text-indent: -3rem;
    padding-left: 3rem;
}
.ceo_top-box_2 h2:before {
    content: "“ ";
}
.ceo_top-box_2 h2:after {
    content: " ”";
}
.ceo_top-box_2 .ceo_top-box_catch_2 {
    font-size: 50px;
    position: absolute;
    top: -30px;
    right: 0;
    font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    z-index: 0;
}
.ceo_top-box_2 .ceo_top-box_name_01_2 {
    font-size: 16px;
    position: absolute;
    bottom: 9rem;
    left: 0;
    text-align: right;
    background-color: #fff;
    padding: 0.5rem 1rem;
    z-index: 2;
}
.ceo_btn {
    position: absolute;
    bottom: 6rem;
    right: 0;
    text-align: right;
}
@media screen and (max-width:767px) {
    .ceo_top-box_2 {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0 0 6rem 0;
    }
    .ceo_top-box_img_2 {
        width: 100%;
        text-align: left;
        padding: 0 0 0 0;
    }
    .ceo_top-box_img_2 img {
        width: 160px;
    }
    .ceo_top-box_2 h2 {
        width: 50%;
        font-size: 2rem;
        position: absolute;
        top: 35%;
        right: 8%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        color: #333;
        font-weight: normal;
        text-indent: -1.5rem;
        padding-left: 1.5rem;
        line-height: 150%;
    }
    .ceo_top-box_2 h2:before {
        content: "“ ";
    }
    .ceo_top-box_2 h2:after {
        content: " ”";
    }
    .ceo_top-box_2 .ceo_top-box_catch_2 {
        font-size: 2.5rem;
        position: absolute;
        top: -14px;
        right: 0;
        font-family: "HelveticaNeue-boldItalic","Arial","Noto Sans JP",sans-serif;
        font-style: italic;
        color: #fff;
    }
    .ceo_top-box_2 .ceo_top-box_name_01_2 {
        font-size: 12px;
        position: absolute;
        bottom: 7rem;
        left: 0;
        text-align: left;
        background-color: #fff;
        padding: 0.25rem 1rem;
    }
    .ceo_btn {
        position: inherit;
        bottom: 0;
        right: 0;
        text-align: right;
    }
}