/* タイトルスタイル */
h2{
  font-size: 32px;
  color: #0E2B04;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  font-family: 'Atma';
}
/* h2::after{
  content: "";
  position: absolute;
  bottom: 0;
  left:  calc(50% - 50px);
  width: 100px;
  height: 3px;
  border-radius: 1.5px;
  background-color: var(--main-color);
} */
h2 .english{
  font-size: 16px;
  color: var(--main-color);
  position: relative;
  top: -16px;
}

/* メインイメージ */
.mainimage{
  width: 100%;
}
.mainimage_inner{
  position: relative;
  width: 100%;
  height: 770px;
  margin: 0 auto;
  background: url(../images/mainimage.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.mainimage_box{
  width: 766px;
  position: absolute;
  bottom:100px;
  right: 40px;
}
.mainimage_tilte{
  font-family: 'Atma';
  font-size: 48px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 32px;
  color: #ffffff;
  text-align: left;
  text-shadow: #000000 2px 3px 3px;
}
.mainimage_box p{
  font-size: 20px;
  line-height: 2;
  color: #5F5F5F;
  margin-bottom: 32px;
  text-align: left;
}
.mainimage_box .btn-regist{
  width: fit-content;
  line-height: 48px;
  margin: 0 auto;
}
/* コンセプト */
.about_text {
  width: 953px;
  margin: 0 auto;
  line-height: 2;
  margin-bottom: 80px;
}
.line_add{
  width: 800px;
  height: 100px;
  border:1px solid var(--main-color);
  background-color: #F5F3F2;
  margin: 0 auto;
}
.line_add a{
  display: block;
  font-size: 24px;
  text-align: center;
  width: 100%;
  padding-left: 104px;
  position: relative;
  line-height: 100px;
/*   padding-top: 24px; */
}
.line_add a::after{
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 10px;
  left: 200px;
  background: url(../images/LINE_Brand_icon.png) no-repeat;
  background-size: contain;
}
/* サービス紹介 */
.service_list{
  display: flex;
  justify-content: space-between;
}
.service_list li{
  width: 440px;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: #FFFFFF;
  border: 1px solid var(--main-color);
  margin-bottom: 40px;
  line-height: 2;
}
.service_list .service_list_comingson{
  background-color: #F5F3F2;
}
.service_list_title{
  font-size: 24px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 24px;
}
/* 悩み解決 */
.container > #trouble{
  padding: 40px 0 80px;
}
#trouble h2{
  line-height: 2;
  margin-bottom: 48px;
}
.trouble_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trouble_list li{
  width: 30%;
  text-align: center;
}
.troble_list_top{
  background-color: #F3FAF7;
  padding: 16px;
  border-radius: 21px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 16px;
}
.trouble_list_tilte{
  line-height: 34px;
  font-weight: bold;
}
.troble_list_top::after{
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 8px);
  width: 16px;
  height: 16px;
  margin-left: -8px;
  background-color: #F3FAF7;
  transform: rotate(45deg);
}
.trouble_list_img{
  width: 120px;
  height: auto;
  margin: 0 auto 80px;
  position: relative;
}
.trouble_list_img::after{
  content: "";
  width: 56px;
  height: 46px;
  position: absolute;
  left: 50%;
  bottom: -62px;
  margin-left: -28px;
  background: url(../images/arrow_b.svg) no-repeat;
  background-size: contain;
}
.trouble_list_text{
  padding: 24px;
  border-radius: 8px;
  border: 2px solid var(--main-color);
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
}

/* ご利用の流れ */
.guide_list{
  width: 956px;
  margin: 0 auto 32px;
}
.guide_list li{
  background-color: #ffffff;
  padding: 32px 32px 54px 32px;
  border-radius: 8px;
  margin-top: 32px;
  display: flex;
  flex-wrap: nowrap;
  box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
}
.guide_detail{
  width: 648px;
  line-height: 2;
}
.step_icon{
  border-radius: 50%;
  background-color: var(--main-color);
  color: #FFFFFF;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
.step_icon::after{
  content: "…";
  font-size: 40px;
  color: var(--main-color);
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top:80px;
  transform: rotate(90deg);
}
.step_icon_last::after{
  content: none;
}
.step_icon span{
  font-size: 14px;
}
.guide_list li figure{
  width: 100px;
  height: auto;
  margin: 0 48px 0 24px;
}
.guide_list li figure img{
  width: 100%;
}
.guide_detail_title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}

/* ご利用料金 */
#menu section{
  margin-bottom: 32px;
}
h3{
  margin: 0 auto 24px;
  font-size: 24px;
  font-weight: bold;
  color: #7E8388;
  text-align: center;
}
.menu_list{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.menu_list2{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.menu_list li,
.menu_list2 li{
  padding: 24px 16px 32px 16px;
  box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
  text-align: center;
  border-radius: 8px;
  width: 22%;
}
.menu_list li{
  margin-bottom: 24px;
}
.menu_list2 li:first-child{
  margin-right: 4%;
}
.menu_list li p,
.menu_list2 li p{
  font-size: 16px;
  line-height: 2;
}
.menu_list li .menu_title,
.menu_list2 li .menu_title{
  font-size: 48px;
  font-weight: bold;
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 16px;
  margin-bottom: 24px;
  line-height: 1;
}
.menu_title span{
  font-size: 24px;
}
.menu_list2 li .menu_title{
  color: #0E2B04;
  border-bottom: 2px solid #0E2B04;
}
.compares{
  width: 956px;
  margin: 0 auto;
}
.compares table{
  border-collapse: collapse;
  border: 1px solid rgb(140 140 140);
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.compares table caption{
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  color: #7E8388;
}
.compares tbody{
  line-height: 1.5;
}
.compares th,
.compares td {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
}
.compares .th_width{
  width: 160px;
}
.compares th{
  background-color: #F3FAF7;
}
/* よくある質問 */
.QA_list{
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
  padding: 24px;
}
.QA_box{
  margin-bottom: 32px;
}
.QA_list:not(last-child){
  margin-bottom: 24px;
}
.QA_list dt{
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
  padding-left: 64px;
  position: relative;
  cursor: pointer;
  line-height: 2;
}
.QA_list dt::before{
  content: "Q";
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -3px;
}
.QA_list dt::after{
  content: "";
  height: 16px;
  width: 14px;
  background: url(../images/arrow_g.svg) no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  transition: 250ms;
  position: absolute;
  top: 40%;
  right: 0;
}
.QA_list dd{
  margin-top: 24px;
  font-size: 16px;
  line-height: 2;
  padding-left: 64px;
  position: relative;
}
.QA_list dd::before{
  content: "A";
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -3px;
}
.QA_list dd{
  display: none;
}
.QA_list .active::after{
  transform: rotate(270deg);
  top: 40%;
  transition: 250ms;
}


/* お知らせ */
.news_contents{
  width: 100%;
  margin-bottom: 80px;
}
.news_list{
  max-width: 100%;
  margin-bottom: 32px;
}
.news_list li{
  flex-shrink: 0;
  font-weight: bold;
  width: 292px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
  padding: 16px 16px 24px 16px;
  margin-right: 16px;
}
.swiper-wrapper{
  padding: 10px 0 10px 16px;;
}
.news_list_img{
  width: 100%;
  height: auto;
  background: url(../images/news1.png) no-repeat;
  background-size: cover;
  background-position: top;
  border-radius: 8px;
  margin-bottom: 16px;
}
.news_list_inner{
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.news_list_tag{
  font-size: 14px;
  color: var(--main-color);
}
.news_list_date{
  font-size: 10px;
  color: #9F9F9F;
}
.instagram_list{
  display: flex;
  flex-wrap: wrap;
}
.news_list_title{
  line-height: 2;
}

/* アクセス */
.access_box p{
  width: 100%;
  font-size: 16px;
  text-align: center;
  padding: 40px;
  color: #000000;
}
.access_box{
  display: flex;
  flex-wrap: nowrap;
}
.access_contents{
  width: 40%;
  background-color: #FFFFFF;
  padding: 40px 0;
  text-align: center;
}
.access_contents figure{
  width: 240px;
  margin: 0 auto;
}
.access_contents p{
  line-height: 2;
}
.access_map{
  width: 60%;
}
.access_map iframe{
  width: 100%;
  height: 100%;
}
.recruit_banner{
  width: 956px;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.recruit_banner:hover{
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.recruit_banner img{
  width: 100%;
  height: auto;
}
/* スマートホンスタイル */
@media screen and (max-width: 768px){

  .mainimage_inner{
    width: 100%;
    height: 240px;
  }
  .mainimage_box{
    width: 90%;
    margin: 0 auto;
    bottom: -32px;
    top: auto;
	right:24px;
  }
  .mainimage_tilte{
    font-size: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 8px #333333;
  }
  .mainimage_box p{
    font-size: 14px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #0f0f0f94;
    text-align: left;
  }
  .contents_bg{
    padding: 40px 0;
  }
  h2{
    font-size: 24px;
    margin-bottom: 32px;
  }
  h2 .english{
    font-size: 12px;
  }
  h3{
    font-size: 16px;
  }
  .about_text{
    width: 100%;
    padding: 0 24px;
  }
  .line_add{
    width: 90%;
    height: 84px;
  }
  .line_add a{
/*     line-height: 84px; */
    padding-left: 84px;
    font-size: 16px;
	padding-top: 34px;
  }
  .line_add a::after{
    width: 64px;
    height: 64px;
    top: 10px;
	left: 20px;
  }
  .service_list{
    flex-wrap: wrap;
  }
  .service_list_title{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .trouble h2{
    margin-bottom: 32px;
  }
  .container > #trouble{
    padding: 80px 0 80px;
  }
  .trouble_list{
    width: 100%;
    padding: 0 24px;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0 16px;
  }
  .trouble_list li{
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px dotted #7E8388;
    margin-bottom: 24px;
  }
  .trouble_list li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .trouble_list_text{
    font-size: 14px;
  }
  .guide_list{
    width: 100%;
    padding: 0 16px;
  }
  .guide_list li{
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .guide_detail{
    width: 100%;
    font: 14px;
  }
  .step_icon{
    margin: 0 auto;
  }
  .step_icon::after{
    display: none;
  }
  .guide_list li figure{
    margin: 16px auto;
  }
  .guide_detail_title{
    text-align: center;
    font-size: 16px;
  }
  .guide_detail p{
    line-height: 2;
    font-size: 14px;
  }
  .guide_detail .note{
    font-size: 12px;
  }
  .menu_list,
  .menu_list2{
    flex-wrap: wrap;
    padding: 16px;
  }
  .menu_list li, .menu_list2 li{
    width: 48%;
  }
  .menu_list li .menu_title,
  .menu_list2 li .menu_title{
    font-size: 24px;
  }
  .menu_title span{
    font-size: 16px;
  }
  .menu_list li p,
  .menu_list2 li p{
    font-size: 12px;
  }
  #menu .note{
    margin: 0 16px;
  }
  .compares{
    width: 100%;
    padding: 0 16px;
  }
  .compares .th_width{
    width: 28%;
  }
  .compares table caption{
    font-size:  16px;
  }
  .QA_list dt{
    font-size: 16px;
    padding-left: 32px;
    padding-right: 16px;
  }
  .QA_list dd{
    font-size: 14px;
    padding-left: 32px;
  }
  .QA_list dt::before,
  .QA_list dd::before{
    font-size: 18px;
    top: -2px;
  }
  .access_box{
    flex-direction: column;
  }
  .access_contents{
    width: 100%;
  }
  .access_contents p{
    font-size: 14px;
  }
  .access_map{
    width: 100%;
  }
  .recruit_banner{
    width: 100%;
    padding: 0 16px;
  }
}
