@charset "UTF-8";
/*共通*/
body{
    margin: 0;
    padding: 0;
}

.container{
    margin: auto;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #013642;
}

img{
    max-width:100%;
}

small{
    font-size: 60%;
}

.none{
    display: none;
}

p,dl,table{
    font-size: 1rem;
}

/* fv */
.fv{
    background: linear-gradient(180deg, #ffffff00 51%,#45ceab 80%) , url(../images/fv-bg.png);
    background-size: cover;
    background-repeat: repeat;
    position: relative;
    padding-bottom: 30px;
}


.wrap-pc-fv , .wrap-pc{
    position: relative;
    margin: auto;
}

.fv__main-text{
    font-size: 0.9rem;
    color: #013642;
    padding: 20px 15px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}

.fv__main-text2{
    font-size: 1.8rem;
    color: #013642;
    padding: 18px 15px;
    font-weight: 800;
    background-color: #fff;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    letter-spacing: 2px;
}

.main-text-dots{
  background-image: radial-gradient(circle at center, #013642 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1.1em 0.3em;; /* 点の間隔とサイズ調整 */
  padding-top: 0.1em; /* 縦方向の位置調整 */
}

.h1{
    font-size: 2.3rem;
    padding: 15px 15px 15px 15px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    color: #013642;
    z-index: 99;
    position: relative;
}

.fv-images{
    display: inline-block;
    position: absolute;
    top: 34px;
    right: 0px;
    width: 30%;
}

.fv__main-text-green{
    font-size: 2.8rem;
    color: #0bbe90;
    text-shadow: #fff 5px 0 10px;
}

.fv__sub-text{
    background-color: #ff594c;
    color: #fff;
    padding: 5px 10px;
    text-align: right;
    line-height: 1.2;
    letter-spacing: 1.5px;
    font-weight: 400;
    border-radius: 5px;
    z-index: 99;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.fv__img{
    margin-left: 30px;
    width: 60px;
}

.fv__point{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
    margin: 10px 10px;
}

.fv__point-item{
    background-color: #fff;
    width: 110px;
    height: 85px;
    position: relative;
    outline: 2px solid #1abab4;
    outline-offset: -6px;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 23%);
}

.fv__point-text{
    display: inline-block;
    width :100px;
    margin: 5px;
    text-align:center;
    color: #013642;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.3;
    position: absolute;
    top: 45%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
}

.btn-wrap{
    background: #fff;
    margin: 0 20px;
    padding: 30px 0px;
    border-radius: 5px;
    position: relative;
}

.btn-wrap-text{
    color: #013642;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
}

.btn-border{
    border: #19bab4 3px solid;
    border-radius: 30px;
    padding: 0 7px;
}

.btn-main-text{
    background-color: #ffe764;
    font-size: 1.3rem;
    font-weight: 800;
    padding: 0 3px;
}

.btn-text-small{
    font-size: 1.1rem;
    font-weight: 600;
}

.cta-btn{
    background: #ff594c;
    color: #fff;
    border-radius: 52px;
    font-size: 1.4rem;
    padding: 20px 15px;
    font-weight: 600;
    margin: auto;
    display: block;
    box-shadow: 2px 4px #a4170c;
    border: none;
}

/* section1-introduction*/

.section1-introduction{
    padding: 30px 20px;
    background-color: #f9f9fa;
}

.intro__title{
    font-size: 1.8rem;
    font-weight: 600;
    color: #013642;
    margin: auto;
    text-align: center;
}

.sec1-img{
    position: absolute;
    top: 24%;
    right: 0;
    width: 105px;
}

.sec1-title-decoration{
    width: 35px;
}

.intro__ul{
    padding: 20px 10px;
}

.intro__li{
    line-height: 1.7;
    font-weight: 300;
    border-bottom: 1px dashed #013642;
    background-image: url(../images/sec1-content.png);
    background-position: 0px 22px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 20px;
    padding-top: 15px;
}

.sec1-sankaku{
    margin: 15px auto;
    display: block;
}

.intro__text{
    background-color: #fff;
    outline: 2px solid #1abab4;
    outline-offset: -6px;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 23%);
    font-size: 1.1rem;
    font-weight: 800;
    text-align: center;
    padding: 20px 5px;
    line-height: 1.5;
}

.intro__main-text{
    color: #fe9c1b;
    font-size: 1.4rem;
    border-bottom: 3px solid #fe9c1b;
}

/* section2-about*/

.section2-about{
    padding: 30px 20px;
    background: linear-gradient(180deg, #ffffff00 80%,#45ceab 85%);
}

.about__h2{
    text-align: center;
    font-size: 1.3rem;
    color: #1abab4;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.about__title{
    color: #013642;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
}

.title-big{
    font-size: 2.3rem;
}

.about-wrap{
    margin: 30px auto;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 23%);
    border-radius: 5px;
}

.about__sub-title{
    color: #fff;
    background-color: #0bbe90;
    border-radius: 5px 5px 0 0 ;
    padding: 20px 0;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3;
}

.about__sub-title-head{
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #fff;
    letter-spacing: 3.3px;
}

.sub-title-yellow{
    color: #f6ff00;
    font-size: 1.7rem;
}

.about-img{
    display: block;
    margin: 6%;
    width: 88%;
}

.about__text{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin: 10px 20px 10px;
}

.about__text::before {
      content: "";
      display: block;
      width: 10px; /* 青い丸のサイズ */
      height: 10px;
      background-color: #45ceab; /* 青色の指定 */
      border-radius: 50%; /* 丸くする */
      position: absolute;
      top: 10px;
      left: 0px;
    }

.about__text-annotation{
    font-size: 1.3rem;
    color: #fff;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    background-image: url(../images/sec2-box-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 30px;
    border-radius: 0 0 5px 5px;
}

.about__text-orange{
    color: #fe9c1b;
    background-color: #fff;
    padding: 5px;
    font-size: 1.6rem;
    font-weight: 900;
    border-radius: 5px;
    line-height: 2.5;
}

.about__btn-wrap{
    background-image: linear-gradient(180deg, #fff 0% , #ffffff00 10%,#ffffff00 44%, #fff 45%) ,url(../images/btn-img.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 100px 0px 30px;
    border-radius: 5px;
}

.about__btn-text{
    color: #013642;
    margin-bottom: 30px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
    text-shadow: #fff -5px 0px 15px;
    position: relative;
}

.about__btn-text::after{
    content: "";
    width: 84%;
    height: 4px;
    position: absolute;
    background-color: #ffe764;
    bottom: -5px;
    left: 8%;
}

/*section3-tokutyo*/
.section3-tokutyo{
    padding: 40px 15px;
    background-color: #f1fcf9;
}

.tokutyo__title{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}

.tokutyo-box{
    margin: 30px auto;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 23%);
    border-radius: 5px;
    background-color: #fff;
    border-top: 4px solid #0bbe90;
    padding: 0 10px 10px 10px;
}

.sub-title-bg{
    border-top: 30px solid #0bbe90;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 130px;
    margin: auto;
    position: relative;
}

.tokutyo__sub-title-head{
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #fff;
    width: 130px;
    margin: auto;
    letter-spacing: 3px;
    font-size: 1.5rem;
    padding: 5px;
    position: absolute;
    top: -32px;
}

.tokutyo__sub-title{
    font-weight: 700;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.5;
    padding: 20px;
}

.sub-title-orange{
    color: #fe9c1b;
}

.tokutyo__box-img{
    display: block;
    margin: 0 6%;
    width: 88%;
}

.tokutyo__box-text{
    font-weight: 300;
    line-height: 1.7;
    list-style-type: none;
    position: relative;
    padding-left: 25px;
    margin: 20px 20px 10px;
}

.tokutyo__box-text::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #45ceab;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0px;
}

.tokutyo__box-text::after {
    content: "✔";
    position: absolute;
    top: 1px;
    left: 3px;
    color: #fff;
}

/*section4-voice*/
.section4-voice{
    padding: 40px 15px 0px;
}

.voice__title{
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
}

.sec4-title-decoration{
    display: block;
    margin: auto;
    width: 35px;
}

.voice__title-small{
    font-size: 1.4rem;
}

.voice__box{
    margin: 50px auto;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 23%);
    border-radius: 5px;
    background-color: #fff;
    padding: 0 10px 10px 10px;
    position: relative;
}

.voice-face1{
    float: right;
    margin-top: -25px;
    margin-right: -25px;
}

.voice-face2{
    float: left;
    margin-top: -25px;
    margin-left: -15px;
}

.voice-face3{
    float: right;
    margin-top: -25px;
    margin-right: -25px;
}

.voice-image{
    display: block;
    width: 100px;
}

.voice-name{
    font-size: 0.8rem;
    border-radius: 3px;
    border: #0bbe90 3px solid;
    width: 100px;
    text-align: center;
    margin-top: -16px;
    background-color: #fff;
    z-index: 10;
    position: relative;
    padding: 2px;
}

.voice__box-text{
    padding: 20px 15px 10px;
    text-align: left;
    line-height: 1.2;
    font-weight: 300;
}

.voice__small-text{
    font-size: 0.8rem;
}

.voice__text-red{
    color: red;
}

/*section5-recruit*/
.section5-recruit{
    padding: 40px 15px;
    background: linear-gradient(180deg, #f9f9fa 81%,#45ceab 82%);
}

.recruit__title{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
}

.recruit__title-head{
    text-align: center;
    font-size: 1.3rem;
    color: #1abab4;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}

.recruit__dl{
    text-align: left;
    border-bottom: 1px dashed #013642;
    margin: 30px auto 10px;
}

.recruit__sub-title{
    text-align: left;
    font-size: 1.3rem;
    font-weight: 600;
}

.recruit__sub-title::before{
    content: "┃";
    color: #0bbe90;
}

.recruit__text{
    line-height: 1.5;
    padding: 15px 0px 10px 15px;
    font-weight: 300;
    font-size: 0.95rem;
}

.recruit__text-p{
    line-height: 1.5;
    font-weight: 400;
    padding-left: 15px;
    padding-bottom: 10px;
}

.recruit__li{
    list-style-type: disc;
    list-style-position: inside;
}


.recruit__text-small{
    font-size: 0.8rem;
    font-weight: 300;
}

.recruit__text-thin{
    font-weight: 300;
}

.recruit__btn-wrap{
    background-image: linear-gradient(180deg, #fff 2%, #ffffff00 6%, #ffffff00 37%, #fff 63%), url(../images/btn-img.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 170px 0px 30px;
    border-radius: 5px;
    margin-top: 45px;
}

.recruit__btn-wrap-text{
    color: #013642;
    margin-bottom: 30px;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
    text-shadow: #fff -5px 0px 15px;
    position: relative;
}

.recruit__btn-bg-yellow{
    background-color: #ffe764;
    box-shadow: 1px 1px 6px 1px #fff;
    border-radius: 5px;
    padding: 0 3px;
}

.recruit__btn-small{
    font-size: 1.1rem;
}

/*section6-QA*/
.section6-qa{
    padding: 40px 15px;
    background-color: #f1fcf9;
}

.qa__title{
    font-size: 2.5rem;
    text-align: center;
    font-weight: 800;
    position: relative;
}

.qa__title::after{
    content: "";
    width: 24%;
    height: 0.5px;
    bottom: -10px;
    left: 39%;
    position: absolute;
    background-color: #013642;
}

.qa__dl-wrap{
    margin: 50px auto 0;
}

.qa__box-wrap{
    margin: 20px auto 40px;
    line-height: 1.5;
}

.qa-text-q{
    background-color: #0bbe90;
    border-radius: 5px;
    color: #fff;
    position: relative;
    padding: 5px 5px 5px 45px;
    height: 3rem;
}

.qa-q{
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fffc00;
    font-size: 2rem;
    position: absolute;
    top: 5px;
    left:8px
}

.q-text{
    position: absolute;
    top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}

.qa-text-a{
    border-radius: 5px;
    position: relative;
    padding: 15px 5px 5px 45px;
}

.qa-a{
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #d6d6d6;
    font-size: 2rem;
    position: absolute;
    top: 5px;
    left:8px
}

.qa-bold{
    font-weight: 600;
}

/*section7-access*/
.section7-access{
    padding: 40px 15px 20px;
    background-color: #fff;
}

.access__title{
    font-size: 2rem;
    text-align: center;
    font-weight: 800;
}

.access__sub-title{
    text-align: center;
    line-height: 1.7;
    margin-top: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.access__text-orange{
    color: #ed713e;
}

.access__text{
    line-height: 1.7;
}

.map-wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin: 10px auto;
}

.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__btn{
    background-color: #45ceab;
    padding: 10px 15px 50px;
}

.access__btn-wrap{
    background-image: linear-gradient(180deg, #fff 2%, #ffffff00 6%, #ffffff00 37%, #fff 63%), url(../images/btn-img.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 170px 0px 30px;
    border-radius: 5px;
    margin-top: 15px;
}

.access__btn-wrap-text{
    color: #013642;
    margin-bottom: 30px;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 900;
    line-height: 1.3;
    text-shadow: #fff -5px 0px 15px;
    position: relative;
}

.access__btn-bg-yellow{
    background-color: #ffe764;
    box-shadow: 1px 1px 6px 1px #fff;
    border-radius: 5px;
    padding: 0 3px;
}

.access__btn-small{
    font-size: 1.1rem;
}

@media (min-width: 500px){
.fv__main-text2 {
    text-align: center;
}
}

@media (min-width: 765px){
.pc-none{
    display: none;
}

.wrap-pc-fv {
    max-width: 1000px;
    padding: 0 100px 0;
}

.wrap-pc{
    max-width: 1000px;
}

.about__title , .tokutyo__title , .voice__title , .recruit__title , .qa__title , .access__title{
    font-size: 2.5rem;
    margin-bottom: 60px;
}

/*fv*/
.fv__main-text {
    font-size: 1.5rem;
}
.fv__main-text2 {
    font-size: 2rem;
    text-align: center;
}

.h1 {
    font-size: 3.5rem;
    padding: 0px 0px 0px 15px;
}

.fv__main-text-green {
    font-size: 2.5rem;
}

.fv-images {
    width: 800px;
    right: 38%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    top: 14%;
}

.fv__img {
    width: 100px;
    margin-left: 10%;
}

.fv__point {
    margin: 30px auto;
}

.fv__point-item {
    width: 250px;
    height: 150px;
}

.fv__point-text {
    width: 250px;
    font-size: 1.4rem;
    line-height: 1.5;
}

.fv__sub-text {
    font-size: 1.3rem;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
}

.btn-wrap {
    max-width: 800px;
    margin: 30px auto;
    position: relative;
    z-index: 99;
    padding-bottom: 10px;
}

.btn-wrap-text {
    margin-bottom: 20px;
    font-size: 1.5rem;
}



/*section1*/

.intro__ul {
    padding: 50px 10px 30px;
    max-width: 600px;
    margin: auto;
}

.intro__li {
    background-position: 0px 32px;
    padding-top: 25px;
    padding-bottom: 10px;
}

.sec1-img {
    position: absolute;
    top: 14%;
    right: 8%;
    width: 160px;
}

.sec1-sankaku {
    margin: 15px auto 35px;
}

.intro__text {
    outline-offset: -12px;
    font-size: 1.5rem;
    padding: 35px 15px;
    line-height: 1.7;
    max-width: 800px;
    margin: auto;
}

.intro__main-text {
    font-size: 2.5rem;
}

/*section2*/
.about__wrap-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 40px;
}

.about__sub-title {
    line-height: 1.5;
    height: 140px;
}

.about__box-ul-1{
    margin-bottom: 47px;
}

.about__box-ul-3{
    margin-bottom: 47px;
}

.about__btn-wrap{
    background-image: linear-gradient(180deg, #ffffff00 6%, #ffffff00 50%,#fff 63%), url(../images/btn-img-pc.png);
    padding: 5px 0 5px;
}

.about__btn-text {
    font-size: 1.5rem;
    width: 40%;
    margin-left: 58%;
    padding: 100px 0;
    margin-bottom: 0;
}

.about__btn-text::after {
    bottom: 90px;
    left: 8%;

}

/*section3 tokutyo*/
.tokutyo__box-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    align-items: baseline;
    margin-bottom: 50px;
}

.tokutyo__sub-title {
    padding: 20px 10px;
}

.section3-tokutyo {
    background-color: #e6d39cb3;
    background-size: cover;
}

.tokutyo-box {
    height: 400px;
}

.tokutyo__box-ul{
    margin: 30px auto 10px;
}

/*section4 voice*/
.voice__box-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.voice__box {
    margin: 50px auto 80px;
}

.voice-face1 , .voice-face2 , .voice-face3{
    float: left;
    margin-top: -25px;
    margin-left: -15px;
    margin-right: 0;
}

/*section5 recruit*/

.section5-recruit {
    background: linear-gradient(180deg, #f9f9fa 80%, #45ceab 81%);
}

.recruit__dl {
    margin: 40px auto 10px;
    padding: 0 20px;
    max-width: 600px;
}

.recruit__btn-wrap {
background-image: linear-gradient(180deg, #ffffff00 6%, #ffffff00 50%,#fff 63%), url(../images/btn-img-pc.png);
    padding: 5px 0 5px;
}

.recruit__btn-wrap-text {
    font-size: 1.5rem;
    width: 40%;
    margin-left: 58%;
    padding: 100px 0;
    margin-bottom: 0;
}

/*section6 qa */
.qa__dl-wrap {
    max-width: 800px;
}

.qa__title::after {
    width: 100px;
    left: 44%;
}

.qa-text-a {
    padding: 30px 5px 5px 45px;
}

.qa-a {
    top: 25px;
}

/*section7 access*/
.access__sub-title {
    line-height: 1.3;
    font-size: 1.5rem;
}

.access__map-wrap{
        display: grid;
        align-items: center;
        gap: 30px;
        grid-template-columns: 2fr 1fr;
}

.map-wrap {
    padding-top: 55.25%;
}

/*btn*/
.cta-btn {
    padding: 20px 50px;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.access__btn-wrap{
    background-image: linear-gradient(180deg, #ffffff00 6%, #ffffff00 50%,#fff 63%), url(../images/btn-img-pc.png);
    padding: 5px 0 5px;
}

.access__btn-wrap-text {
    font-size: 1.5rem;
    width: 40%;
    margin-left: 58%;
    padding: 100px 0;
    margin-bottom: 0;
}
}