@charset "UTF-8";

.grecaptcha-badge { visibility: hidden; }
@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  .hidden-tb {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-pc {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 701px) {
  html {
    scroll-padding-top: 8vw;
  }
}
body{
    position: relative;
    overflow: auto;
}
#main-nav li a{
    color: #fff;
}
.blue-btn a{
    background: #50acca;
}
.head{
    margin-top: 5vw;
    font-size: 2rem;
    position: relative;
    text-align: center;

}
.head2{
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.head::after{
    border-bottom: 3px dashed #000;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 10rem;
}
.head p{
    color: #50acc7;
    display: inline;
}
.head  span{
    border-bottom: 5px dotted #50acc7;
}
@media screen and (min-width: 701px){
    .head{
        font-size: 2.8vw;
    }
    .head::after{
        width: 25vw;
    }
    .head  span{
        border-bottom: 0.5vw dotted #50acc7;
    }
    
}
@media screen and (min-width: 1200px){
    .head{
        font-size: 2.8vw;
    }

}
#top .sp-logo{
    left: 3.5rem;
    top: 2rem;
}
.section-arrow{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-arrow span{
    font-weight: 800;
    color: #50acc7;
    font-size: 1.8rem;
    /* font-family: 'Montserrat', sans-serif; */

}
.section-arrow img{
    width: 3rem;
    animation-name: tenmetsu;
    animation-duration: .6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes tenmetsu {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fv-arrow{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -112px;

}
.fv-arrow span{
    color: #0097b2;
}
@media screen and (min-width: 701px){
    .section-arrow{
    }
    .section-arrow img{
        width: 5rem;
    }
    .section-arrow span{
        font-weight: 800;
        font-size: 2.5rem;
        /* font-family: 'Montserrat', sans-serif; */
    
    }
    .fv-arrow{
        position: relative;
        top: 0;

    }
}
@media screen and (min-width: 1000px){
    .section-arrow img{
        width: 8rem;
    }
    .section-arrow span{
        font-weight: 800;
        font-size: 2.5rem;
        /* font-family: 'Montserrat', sans-serif; */
    
    }

}

.follow-banner{
    padding-inline: 10px;
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 15;
    justify-content: center;
    gap: 2px;
    /* display: none; */
}
.follow-banner img{
    width: 120px;
}

@media screen and (max-width: 768px) {
    .follow-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      gap: 0;
      z-index: 15;
      background: #fff; /* 任意で背景をつけると視認性UP */
    }
  
    .follow-banner > .hidden-tb {
      flex: 1; /* 均等に並べる */
    }
  
    .follow-banner > .hidden-tb img {
      width: 100%;
      height: auto;
      display: block;
    }
    .follow-banner img{
        max-width: 100%;
    }
}

@media screen and (min-width: 701px){
    .follow-banner{
        position: fixed;
        bottom: 0;
        right: 0;
        transform: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    
    }
    .follow-banner img{
        width: 11vw;
    }
    
}
@media screen and (min-width: 1200px){
    .follow-banner img{
        width: 8.5vw;
    }

}
.front-header{
    /* position: fixed;
    top: 0;
    left: 0; */
    z-index: 50;
    color: #fff;
}
    
#main-nav li {
    border-right: 1px solid #fff;
}
#main-nav li > ul {
    top: 6.2rem;
}
@media screen and (min-width: 1200px){
    #main-nav li > ul {
        top: 6vw;
    }
    
}

.tel{
    position: fixed;
    top: -0.1rem;
    display: flex;
    flex-direction: row;
    right: 4.9rem;
    width: 5rem;
    height: 5rem;  
    z-index: 3;
    cursor: pointer;
    z-index: 100;
    color: #fff;
}
.checkbox-toggle:checked + .tel{
    display: none;
}
@media screen and (min-width: 60em) {
    .tel {
        display: none;
    }
}

#header-nav{
    width: 100%;
    font-size: 1.5rem;
    font-weight: normal;
}
.front-nav__sky{
    padding-block: 1.3vw;
    width: 100%;
    background: #50acc7;
    font-weight: bold;
    letter-spacing: -0.04em;
    text-align: center;
}
.front-nav__blue{
    padding-block: 1.3vw;
    width: 100%;
    background: #004aad;
    color: #fff ;
    font-weight: bold;
    letter-spacing: -0.04em;
    text-align: center;
    white-space: nowrap;
}
@media screen and (min-width: 701px){
    .front-nav__sky{
        font-size: 1.7rem;
        width: 85%;
    }
    .front-nav__blue{
        font-size: 1.7rem;
    }

}
@media screen and (min-width: 1200px){
    .front-nav__sky{
        font-size: 1.9rem;
    }
    .front-nav__blue{
        font-size: 1.9rem;
    }
}
.fv{
    text-align: center;
    position: relative;

}
.fv-inner img{
    width: 100%;
}
.fv-banner{
    position: absolute;
    bottom: 3%;
    right: 3%;
}
.fv-banner img{
    width: 7rem;
    height: 7rem;
}
.top{
    margin-top: 4.35vw;
    text-align: center;
}
.top-inner{
    margin-inline: 20px;
}
.top-text{
    margin-top: 7vw;
    font-size: 1.4rem;
    font-weight: bold;
}
.top-text p + p {
    margin-top: 20px;
}
@media (min-width: 800px){
    .fv{
        padding-top: 5vw;
    }

}
@media screen and (min-width: 1200px){
    .fv{
        padding-top: 7rem;
    }
    .top-text{
        font-size: 1.9rem;

    }
}
.profit{
    margin-top: 6.25vw;    
    text-align: center;
}
.profit-inner{
    width: 90%;
    margin-inline: auto;
}
.profit-flex{
}
.profit-flex img{
    width: 11rem;
}
@media screen and (min-width: 701px){
    .profit-flex{
        /* margin-top: 40px;     */
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1.5vw;
        margin-top: 4.15vw;    
        flex-direction: row;
        gap: 4.05vw;
    }
	.profit-flex>a{
		display:inline-block;
        max-width: 425px;
        width: 21.25vw;
    }
    .profit-flex img{
        max-width: 425px;
        width: 21.25vw;
    }
	.profit-flex>a>img{
        max-width:100%;
		width:100%;
    }
}
.profit-flex__sp{
    width: 100%;
}
.profit-flex__sp .swiper-slide>a{
	display:inline-block;
    width: 100%;
}
.profit-flex__sp img{
    width: 100%;
}
.recruit{
    /* margin-top: 7.5vw; */
    text-align: center;
}
.recruit-inner{
    width: 100%;
}
.recruit-content{
    margin-top: 40px;
}
.recruit img{
    width: 100%;
}
.recruit-text{
    margin-top: 4.2vw;
}
.recruit-p{
    margin-inline: 20px;
}
.swiper-wrapper{
}
.swiper-button-next, .swiper-button-prev{
    top: 35% !important;
}
.swiper2{
    position: relative;
}
.swiper2prev{
    top: 45% !important;
    left: -6% !important;
}
.swiper2next{
    top: 45% !important;
    right: -6% !important;
}
.swiper2pagination{
    bottom: -20% !important;
}
.voice{
    text-align: center;
}
.voice-inner{
    margin-inline: 20px;
}
.voice-slide{
    margin-top: 40px;
    overflow: hidden;
}
.voice-card h3{
    font-size: 18px;
}
.voice-card span{
    font-size: 16px;
}
.voce-card__flex{
    margin-top: 4.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.2vw;
}
.voce-card__flex img{
    width: 80%;
}
.voce-card__flex p{
    width: 100%;
    text-align: left;
}
.swiper-button-next{
    content: url(../img/right-arrow.png);

}
.swiper-button-prev{
    content: url(../img/right-arrow.png);
    transform: rotate(180deg);
}
.swiper-pagination{
    margin-top: 50px;
}
.swiper-pagination-bullet{
    width: 30px;
    height: 30px;
    background: #50acc7;
}
.swiper-pagination span{
    width: 30px;
    height: 30px;
    background: #50acc7;

}
@media screen and (min-width: 701px){
    .recruit img{
        width: 40vw;
        max-width: 800px;
    }
    .recruit-content{
        margin-top: 4vw;
    }
    .recruit-p{
        margin-inline: auto;
    }
    .voice-inner{
        margin-inline: 16vw;
    }
    
    .voice-slide{
        margin-top: 5.3vw;
    }
    
    .voce-card__flex{
        margin-top: 84px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 44px;
    }
    
    .voce-card__flex img{
        width: 55vw;
    }
    .voce-card__flex p{
        width: 80vw;
    }
    .voice-card{
        padding-bottom: 50px;
    }
    .voice-card h3{
        font-size: 3.2rem;
    }
    .voice-card span{
        font-size: 2.2rem;
    }
    .swiper-button-next, .swiper-button-prev{
        top: 50% !important;
    }
    .swiper-pagination-bullet{
        width: 2.5vw;
        height: 2.5vw;
        background: #50acc7;
    }
    .swiper-pagination span{
        width: 2.5vw;
        height: 2.5vw;
        background: #50acc7;
    
    }
    
}
@media screen and (min-width: 1000px){
    .voce-card__flex{
        margin-top: 84px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 44px;
    }
    .voce-card__flex p{
        max-width: 800px;
        width: 40vw;
        font-size: 1.7rem;
    }
    .voce-card__flex img{
        max-width: 693px;
        width: 32.65vw;
    }
    .swiper-button-prev{
        left: 11vw !important;
    }
    .swiper-button-next{
        right: 11vw !important;
    }
}
.promise{
    margin-top: 50px;
    text-align: center;

}
.promise-inner{
    margin-inline: 20px;
}
.promise-container{
    margin-top: 6.1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.65vw;
}
.promise-card{
    padding-block: 20px;
    padding-inline: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5vw;
    width: 100%;
    border: 5px solid #808080;
}
.promise-card img{
    width: 90%;
}
.promise-body{
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.promise-body p{
    margin-top: 2vw;
    width: 100%;
    text-align: left;
}
.promise-body__head{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6vw;
    justify-content: left;
}
.promise-body__head img{
    width: 6rem;
}
.promise-body__head h3{
    font-size: 1.8rem;
}
.promise-arrow img{
    width: 5rem;
}
@media screen and (min-width: 701px){
    .promise-card{
        padding-block: 20px;
        padding-inline: 5vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.5vw;
        width: 80%;
        border: 5px solid #808080;
    }
    
    
    .promise-body__head h3{
        font-size: 2.2rem;
    }
    .promise-card img{
        width: 50vw;
    }
    .promise-body__head img{
        width: 10rem;
    }
    
}

@media screen and (min-width: 1000px){
    .promise-card{
        padding-block: 1.1vw;
        padding-inline: 1vw;    
        flex-direction: row;
        gap: 30px;
        max-width: 1500px;
        width: 80.25vw;
        border: 7px solid #808080;
    }

    .promise-body__head h3{
        font-size: 3rem;
    }
    .promise-body__head{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 2.6vw;
        justify-content: left;
    }
    .promise-arrow img{
        width: 4vw;
    }
    .promise-card img{
        max-width: 500px;
        width: 25vw;
    }
    .promise-body p{
        margin-top: 1vw;
        max-width: 800px;
        width: 50vw;
    }
    .promise-body__head img{
        max-width: 155px;
        width: 7.75vw;
    }


}

.topics{
    margin-top: -1rem;
}
.p-topics {
    background: url(../img/topics.jpg) center center / cover no-repeat;
    z-index: -1;
}
.p-topics a{
    color: #000;

}
.p-topics-bg {
    position: relative;
    z-index: 1;
    padding-top: 80px;
}
.p-topics-inner {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
}
.p-topics-left {
    padding: 0px;
}
.p-topics-ttl h2 {
    font-size: 52px;
    /* font-family: 'Roboto', sans-serif; */
    color: #4197b2;
    line-height: normal;
}
.p-topics-ttl span {
    font-size: 22px;
    font-weight: bold;
    /* font-family: "Noto Sans JP", sans-serif; */
}
.p-topics-cat-list {
    padding-bottom: 16px;
    border-bottom: 3px dashed #000;
    margin-bottom: 16px;
    line-height: 180%;

}
.p-topics-cat ul li .is-active {
    /* color: #F74C02; */
}
.p-topics-cat-press .is-active {
    color: #F74C02;
}
.p-topics-cat ul li :hover{
    color: #4197b2;
    opacity: 1;
}
.p-topics-cat-list ul li a {
    font-size: 20px;
    font-weight: bold;
}
.p-topics-cat-press {
    font-weight: bold;
    /* font-family: "Noto Sans JP", sans-serif; */
    margin-bottom: 40px;
    font-size: 22px;
}
.p-topics-right {
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    padding: 40px 16px 0 24px;
    width: 100%;
    background: #fff;

}
.p-topics-post-list {
    margin-bottom: 50px;
}
.p-topics-post-item {
    border-bottom: 2px dotted #000;
}
.p-topics-post-item-link {
    /* display: block; */
    padding-top: 16px;
    padding-bottom: 20px;
}
.p-topics-post-item-tt {
    display: flex;
    align-items: center;
    gap: 26px;
}
.p-topics-post-item-time {
    font-size: 16px;
    font-weight: 500;
}
.p-topics-post-item-cat {
    font-size: 16px;
    font-weight: bold;
    color: #4197b2;
}
.p-topics-post-item-ttl {
    font-size: 18px;
    font-weight: 500;

}
.c-topics-btn {
    padding-right: 0;
}
.c-topics-btn a {
    margin-inline: auto;
    display: block;
    width: 180px;
}


@media screen and (min-width: 701px){
    .l-column, .l-topics {
        margin-top: 50px;
        padding-top: 80px;
        /* padding-bottom: 80px; */
        /* font-family: "Noto Sans JP", sans-serif; */
    }
    
    .p-topics-inner {
        display: block;
        padding-left: 16px;
        padding-right: 16px;
    }
    .p-topics-left {
        width: 100%;
        padding-left: 60px;
    }
    .p-topics-ttl h2 {
        font-size: 64px;
    }
    .p-topics-ttl span {
        font-size: 27px;
    }
    .p-topics-cat-press {
        font-size: 27px;
    }
    .p-topics-right {
        padding-top: 109px;
        background: #fff;
        border-top-left-radius: 220px;
        border-top-right-radius: 220px;
        width: 100%;
        padding-left: 65px;
        padding-right: 80px;
    }
    .p-topics-post-item-time {
        font-size: 20px;
        white-space: nowrap;
    }
    .p-topics-post-item-cat {
        font-size: 18px;
        white-space: nowrap;
    }
    .p-topics-post-item-ttl {
        font-size: 22px;
    }
    .c-topics-btn {
        padding-top: 10px;
        width: 1440px;
        max-width: 100%;
        padding-right: 80px;
    }
    .c-topics-btn a {
        display: block;
        width: 180px;
        margin-inline: auto 0;
    }
    
}

@media screen and (min-width: 1099px){
    .p-topics-inner {
        width: 1440px;
        max-width: 100%;
        margin: 0 auto;
        padding-left: 48px;
        display: flex;
    }

    .p-topics-post-item-link {
        display: block;
        padding-top: 16px;
        padding-bottom: 20px;
    }
    .p-topics-post-item-time {
        font-size: 23px;
    }
    .p-topics-post-item-cat {
        font-size: 23px;
    }
    .p-topics-post-item-ttl {
        font-size: 24px;
    }
    .p-topics-right {
        padding-top: 109px;
        width: calc(100% - 25vw);
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .p-topics-left {
        width: 25vw;
        padding-right: 5vw;
        padding-left: 0;
    }
    .p-topics-ttl {
        margin-bottom: 40px;
    }
    .p-topics-ttl h2 {
        font-size: 64px;
    }
    .p-topics-cat-list ul li a {
        font-size: 20px;
        font-weight: bold;
    }
    .p-topics-cat-press {
        font-size: 20px;
    }
    .c-topics-btn {
        padding-right: 80px;
    }
    .c-topics-btn a {
        width: 200px;
        margin-left: auto;
    }
}
@media (min-width: 1399px) {
    .p-topics-cat-list ul li a {
        font-size: 27px;
    }
    .p-topics-ttl h2 {
        font-size: 80px;
    }
    .p-topics-post-item-link {
        padding-top: 24px;
        padding-bottom: 25px;
        display: flex;
        align-items: center;
        gap: 26px;
    }
    .p-topics-cat-press {
        font-size: 27px;
        font-weight: bold;
        font-family: "Noto Sans JP", sans-serif;
    }
}
.smile{
    margin-top: 50px;
    text-align: center;
}
.smile-inner{

}
.smile-sns{
    margin-top: 5.75vw;
    margin-inline: auto;
    max-width: 1550px;
    width: 77.5vw;
}
.kansen-text{
    margin-top: 5.75vw;
}
.kansen-img{
    margin-top: 30px;
}
.youtube-text{
    padding-block: 2rem;
    line-height: 140%;
}
.merit-content{

}
.merit-content__img img{
    width: 100%;
    height: 179px;
    object-fit: cover;
}
.media{
    margin-top: 5rem;
    text-align: center;
}
.media-pc img{
    width: 100%;
}
.media-btn__area{
    margin-top: 7rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    justify-content: center;
}
.media-btn{
    margin-block: 3rem;
}
.supprt-img img{
    width: 320px;
    height: 180px;
    object-fit: cover;
}
.media-title{
    margin-block: 5rem;
    text-align: center;
}

.media-title img{
    width: 35rem;
}

@media (min-width: 800px){
    .media-title{
        margin-block: 5rem;
        text-align: center;
    }
    .media-title img{
        width: 63rem;
    }

}
@media (min-width: 1200px) {
    .merit-content{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: 2rem;

    }
    .merit-content__img{
        width: 678px;
        height: 381px;
    }
    .merit-content__img img{
        width: 678px;
        height: 381px;
        object-fit: cover;

    }
    .media-pc{
        margin-top: 15rem;
    }
    .media-title img{
        width: 53vw;
    }

    .merit-text{
        width: 468px;
    }
}
