@charset "UTF-8";
/* CSS Document */
/*メイン*/
.main {
  margin-top: 170px;
}
/*トップ*/
.top-wrap {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-top: 70px;
}

.top-wrap h2 img{
  width: 100%;
}
.top_image1 {
  z-index: 0;
  border-radius: 56px;
  width: 90%;
}
.section-top__lead::before {
  content: "";
  display: block;
  width: 68%;
  height: 60%;
  position: absolute;
  right: 0;
  top: 500px;
  background: #DDF1FF;
  border-radius: 60px 0 0 60px;
  z-index: -1;
}
.section-top__lead {
  display: flex;
    
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
  justify-content: space-around;
}
.section-top__lead h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 37px;
}
.section-top__image2 {
  width: 919px;
}
.top-image2 {
  width: 100%;
  margin-top: 150px;
  border-radius: 37px;
  z-index: 0;
}
.sp-top_image1 {
  display: none;
}
@media screen and (max-width: 676px) {
  .main {
    margin-top: 60px;
  }
  .section-top__image {
    width: 100%;
    margin: 0 auto;
  }
  .top_image1 {
    display: none;
  }
  .sp-top_image1 {
    width: 100%;
    display: block;
  }
  .top_lead {
    width: 100%;
  }
  .section-top__image2 {
    display: none;
  }
  .top-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 0;
  }
  .top-wrap h2 {
    width: 238px;
  }
  .section-top__lead {
    display: flex;
    justify-content: center;
  }
  .section-top__lead h3 {
    font-size: 10px;
    line-height: 20px;
    padding-top: 25px;
  }
  .section-top__lead::before {
    display: none;
  }
}
/*特長*/
.section-features {
  background-color: #DDF1FF;
  padding-bottom: 167px;
  margin-top: 150px;
  margin-bottom: 80px;
}
.features_title {
  padding: 93px 0 53px;
}
.grid-items {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center; /*フレック中央よせ*/
  flex-wrap: wrap; /*フレックス折り返し*/
 
  
}
.item {
  width: 32%; /*32+32+2+2=100*/
  margin-right: 2%; /*箱の間 03 05はマージンなし*/
  background-color: #fff;
  border-radius: 27px;
  margin-bottom: 20px;
}
.no-margin {
  margin-right: 0; /*マージンなくなる*/
}
.item h3 {
  font-size: 55px;
  font-weight: 700;
  padding: 30px 0;
}
.item h4 {
  font-size: 25px;
  font-weight: 700;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.item p {
  text-align: left;
  padding: 42px 68px 49px;
}
.item2 {
  background-color: #fff;
  border-radius: 27px;
}
.og h3 {
  color: #FFD876;
}
.og h4 {
  text-decoration-color: #FFD876; /* 線の色 */
}
.blue h3 {
  color: #0096D2;
}
.blue h4 {
  text-decoration-color: #B7EAFF; /* 線の色 */
}
.button_heatures {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 63px;
  margin-top: 61px;
}
.button_heatures a {
  font-size: 20px;
  font-weight: 500;
  color: #fff; /* 文字色 */
  /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入るリンクの下線を消す */
  border-radius: 35px; /* 角を丸くする */
}
.button-about {
  background-color: #0096D2;
  padding: 16px 98px;
}
.button-service {
  background-color: #F5B000;
  padding: 16px 98px;
}
@media screen and (max-width: 676px) {
  .section-features {
    padding-bottom: 53px;
  }
  .features_title {
    width: 90%;
  }
  .features_title img {
    width: 100%;
  }
  .item h3 {
    font-size: 30px;
    padding: 22px 0;
  }
  .item h4 {
    font-size: 20px;
  }
  .item p {
    font-size: 15px;
    text-align: left;
    padding: 30px 68px 20px;
    font-weight: 500;
  }
  .grid-items {
    margin: 0 10px;
  }
  .item {
    width: 100%;
    margin-right: 0;
  }
  .section-features {
    margin-top: 30px;
  }
  .button_heatures {
    gap: 0;
    margin-top: 40px;
  }
  .button_heatures a {
    font-size: 13px;
    font-weight: 700;
    color: #fff; /* 文字色 */
    /* 上下の余白、左右の余白 */
    text-decoration: none; /* デフォルトで入るリンクの下線を消す */
    border-radius: 35px; /* 角を丸くする */
  }
  .button-about {
    background-color: #0096D2;
    padding: 10px 62px;
    margin-bottom: 16px;
  }
  .button-service {
    background-color: #F5B000;
    padding: 10px 75px;
  }
}
/*サービス内容*/
.section-service {
  padding-bottom: 120px
}
.service_title {
  padding-bottom: 90px;
}
.item-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.item_s {
  width: 17%;
  margin-right: 3.5%;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 45px;
  border: solid #F5B000 1px;
  padding: 20px 0px;
}
.big {
  padding-top: 10px;
}
.button_servise-wrpper a {
  font-size: 20px;
  font-weight: 500;
  color: #fff; /* 文字色 */
  padding: 16px 98px; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入るリンクの下線を消す */
  border-radius: 35px; /* 角を丸くする */
}
@media screen and (max-width: 676px) {
  .service_title {
    width: 203px;
    padding-bottom: 40px;
  }
  .service_title img {
    width: 100%;
  }
  .item-wrap img {
    width: 100%;
  }
  .item_s {
    font-size: 10px;
    width: 31%;
    background-color: #fff;
    border-radius: 12px;

    border: solid #F5B000 1px;
    padding: 10px 24px;
    margin: 10px auto;
  }
  .item_s img {
    width: 70%;
  }
  .item_s p {
    line-height: 15px;
  }
  .button_servise-wrpper a {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 10px 60px;
    margin-top: 50px;
  }
  .button_servise-wrpper {
    margin-top: 50px;
  }
  .section-service {
    padding-bottom: 50px;
  }
}
/*FAQ*/
.section-faq {
  background-color: #EAF6FF;
  padding-top: 100px;
  padding-bottom: 150px;
}
.faq_title {
  padding-bottom: 80px;
}
/*質問ボックスス*/
.s_08 .accordion_area {
  max-width: 1200px;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.s_08 .accordion_area .accordion_one._flex {
  width: 572px;
  border: 1px solid #0096d2;
  margin: 1%;
  border-radius: 56px;
  background-color: #fff;
}
.s_08 .accordion_one .accordion_header {
  color: #333333;
  font-size: 16px;
  padding: 30px 11% 30px 7%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_08 .accordion_one .accordion_header_one {
  font-size: 16px;
  /* font-weight: bold; */
  font-weight: 400;
  line-height: 30px;
  padding: 20px 7%;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
}
.s_08 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_08 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_08 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_08 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_08 .accordion_one .accordion_header .i_box .one_i:before, .s_08 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #0096D2;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_08 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_08 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_08 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_08 .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
.s_08 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_08 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_08 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_08 .accordion_one .accordion_header_one {
    font-size: 18px;
  }
  .s_08 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .section-faq{
    padding-top: 30px;
  }
  .faq_title{
    width: 183px; 
    padding-bottom: 40px;
  }
  .faq_title img{
    width: 100%;
   
  }
  .s_08 .accordion_one .accordion_header {
    font-size: 12px;
    text-align: center;
    padding:  15px 60px 15px 15px;
    }
  .s_08 .accordion_one .accordion_header_one {
    font-size: 12px;
    text-align: center;
  }
  .s_08 .accordion_area {
   
    margin: 0 auto 30px;
    
}
}
  
/*よくある質問ボタン*/
.button-faq {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 16px 98px;
  text-decoration: none;
  border-radius: 35px;
  background-color: #3f96d2;
}
  @media screen and (max-width: 767px) {
    
    .button-faq {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 11px 64px;

  }
    
    
  }
/*ニュース*/
.section-news {
  background-color: #EAF6FF;
}
.section-news ol {
  list-style: none;
}
.section-news ol li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: dotted #0096D2 3px;
  padding: 33px;
  gap: 80px;
}
.section-news ol li time {
  color: #0096D2;
  font-weight: 400;
  font-size: 16px;
}
.section-news ol li p {
  font-size: 20px;
}
.section-news li a{
  text-decoration: none;
  color: #333333;
  font-size: 16px;
}
.news_all {
  float: right;
  padding-top: 30px;
  text-decoration: none;
  color: #0096D2;
  font-size: 15px;
}
.news_title {
  margin-right: 10%;
  height: 327px;
}
.news {
  background-color: #fff;
  max-width: 1200px;
  padding-top: 90px;
  padding-bottom: 100px;
  margin: auto;
  border-radius: 30px;
}
.news-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.insta_icon {
  float: left;
  padding-left: 17px;
}
.insta{
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  overflow: hidden;
  padding-top: 60px;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
}



@media screen and (min-width: 767px){
  .news_title-sp{
    display: none;
  }
}
  

@media screen and (max-width: 767px) {
  .news_title{
    display: none;
  }
  .news_title-sp{
    width: 248px;
  }
  .news_title-sp img{
    width: 100%;
  }
  .news-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
  .section-news ol li time {
   font-size: 13px; 
  }
  .section-news ol li p {
    font-size: 13px;
}
  .section-news ol li {
    display: flex;
    border-bottom: dotted #0096D2 2px;
    padding: 19px;
    gap: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    text-align: left;
  }
  .news {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 0px;
    margin: 0 10px;
    border-radius: 30px;}
  .news_all {
    float: right;
    padding-top: 10px;
    padding-right: 17px;
    text-decoration: none;
    color: #0096D2;
    font-size: 10px;}
  .insta_icon{
    width: 140px;
  }
  .insta_icon img{
    width: 100%;
  }
  .insta id{
    height: 180px
  }
  
  
  
}
/*採用情報*/
.section-recruit {
  background-color: #EAF6FF;
  width: 100%
}
.recruit_message {
  position: relative;
}
.recruit_message p {
  position: absolute;
  top: 45%;
  left: 22%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  margin-left: 100px;
}
.recruit_message p a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 15px 80px;
  text-decoration: none;
  border-radius: 35px;
  background-color: #F5B000;
  letter-spacing: 0.5rem;
}
.background-wrap img {
  border-radius: 35px;
  margin: 157px auto 230px;
  max-width: 80%;
}
@media screen and (min-width: 767px){
  .recruit_message-sp{
    display: none;
  }
  }

@media screen and (max-width: 767px) {
  
  .recruit_message{
    display: none;
  }
  .recruit_mes{
    display: none;
  }
  .recruit_message-sp{
    padding: 55px 0 63px;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
  }
  
  .recruit_title-sp{
    width: 45%;
    padding-bottom: 30px;
  }
  .recruit_title-sp img{
    width: 100%;
  }
  .recruit_image-sp{
    width: 90%;
    border-radius: 13px;
  }
  .recruit_image-sp img{
    width: 100%;
  }
  .recruit_mes-sp{
    width: 150px;
    padding: 16px 0;
  }
  .recruit_mes-sp img{
    width: 100%;
  }
  .recruit_message-sp p{
    font-size: 10px;
    font-weight: 500;
    padding-bottom: 15px;
  }
  .button-recruit{
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding: 11px 73px;
  text-decoration: none;
  border-radius: 35px;
  background-color: #F5B000;
}
}
/*アクセス*/
.section-access {
  padding: 50px 0 157px;
}
.access-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 42px;
  line-height: 27px;
}
.sub span {
  position: relative;
  width: 138%;
  border-left: 3px dotted #0096D2;
  border-right: 3px dotted #0096D2;
  box-sizing: border-box;
}
.sub span p {
  padding-top: 10px;
}
.access-map {
  padding-top: 80px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.access-map iframe {
  border-radius: 40px;
  max-width: 100%;
}
@media screen and (min-width: 970px){
  .access-wrap-sp{
    display: none;
  }
  }
@media screen and (max-width: 970px) {
  .section-access{
    padding-bottom: 50px;
  }
  
  .access-map iframe {
    width: 100%;
  }
  .access-wrap{
    display: none;
  }
  .access-title-sp{
    width: 145px;
    padding-bottom: 10px;
  }
  .access-title-sp img{
    width: 100%;
  }
  .pin_sub-sp {
    font-size: 13px;
        text-align: left;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        
   margin: 15px 30px 15px 5px;
    
  }
  .pin_sub-sp p{
    padding-left: 16px;
  }
  .tel_icon-sp{
    width: 24px;
  }
  .tel_icon-sp img{
    width: 100%;
  }
  .tel_sub-sp{
    border-top: 2px dotted #0096d2;
    border-bottom: 2px dotted #0096d2;
    display: flex;
    flex-direction: row;
        justify-content: center;
        align-items: center;
    font-size: 13px;
    text-align: left;
   padding:20px 0 20px 30px;
  }
  .tel_sub-sp p{
    padding-left: 35px;
  }
  
  .eria_sub-sp {
    font-size: 13px;
        text-align: left;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        
    padding: 15px 0 15px 15px;
    
  }
  .eria_sub-sp p{
    padding-left: 20px;
  }
  .icon-sp{
    width: 50px;
  }
  .icon-sp img{
    width: 100%;
  }
  .access-map{
    padding-top: 30px;
    width: 100%;
  }
  .access-map iframe{
    height: 300px;
  }
  
  }