@charset "UTF-8";

:root {
  --main-color: #009B46;
}

:root {
  --bg-color: #F8F7E8;
}

:root {
  --main-font: "noto-sans-jp", sans-serif;
}

:root {
  --sub-font: 'Maven Pro', sans-serif;
}

html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  vertical-align: bottom;
}

body {
  font-family: "Noto Sans JP", "Maven Pro", serif;
  font-style: normal;
  color: #333;
  font-size: 1.5rem;
  font-feature-settings: 'palt';
  line-height: 1.65;
  text-transform: capitalize;
  letter-spacing: 0.06rem;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #333;
}

p {
  margin: 0;
}

table {
  margin: 0;
}

th {
  text-align: unset;
}

ul {
  list-style: none;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 30px;
}

h2 span {
  color: var(--main-color);
}

#point h2 span:last-of-type,
#step h2 span:last-of-type {
  margin-bottom: 10px;
  display: inline-block;
}

.btn, .btn_arrow {
  display: block;
  position: relative;
  background: var(--main-color);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-indent: -6px;
  max-width: 470px;
  border-radius: 3px;
  margin: 0 auto;
  padding: 16px 0;
}

.btn_arrow::after {
  display: block;
  content: "";
  width: 6px;
  height: 15px;
  background: center / contain no-repeat url("../img/icon-arrow.svg");
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}



.inner_wrap {
  padding: 65px 0 70px;
}

.-low {
  text-transform: lowercase;
}

.ad_text {
  font-size: 1.4rem;
}

.notice {
  font-size: 1rem;
  color: #8d8d8d;
  font-weight: 400;
}

/*--/SpecializeCss--*/
@media screen and (max-width: 860px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/*=========================================================================================*/
header {
  padding: 40px;
  position: absolute;
}

header h1 {
  max-width: 210px;
}

.l-header {
  z-index: 999;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.l-header.fixed {
  position: fixed;
  padding: 16px 40px;
  background: #fff;
  transition: .3s;
}

.btnBox {
  max-width: 260px;
}
.btnBox .btn {
  margin: 0;
}

/* fv */
#fv .inner_wrap {
  display: flex;
  align-items: center;
  padding: 0;
}

#fv .textBox {
  max-width: 640px;
}

#fv .textBox .text_wrap {
  max-width: 380px;
  margin: 0 auto;
}

#fv .textBox .catch {
  color: var(--main-color);
  font-size: 5.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

#fv .textBox .sub_catch {
  letter-spacing: 0.08em;
  padding: 30px 0;
}

#fv .textBox .btn {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px 0;
}

#fv .textBox {
  background-image: url("../img/bg_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 215% 0;
}

#fv .imgBox {
  background: center / cover no-repeat url("../img/fv.jpg");
  min-height: 650px;
  margin-left: auto;
  position: relative;
}

#fv .imgBox .acList {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  max-width: 750px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(-25%) translateX(-50%);
}

#fv .imgBox .acList li {
  background: #fff;
  text-align: center;
  height: 120px;
  border-radius: 2px;
  padding: 20px 0;
  position: relative;
}

#fv .imgBox .acList li::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 1.7em solid transparent;
  border-left: 1.7em solid #009B46;
  position: absolute;
  z-index: 100;
}

#fv .imgBox .acList li:first-of-type,
#fv .imgBox .acList li:last-of-type {
  max-width: 190px;
}

#fv .imgBox .acList li:nth-of-type(2) {
  max-width: 250px;
  margin: 0 10px;
}

#fv .imgBox .acList li p {
  line-height: 1.4;
}

#fv .imgBox .acList li p span {
  color: var(--main-color);
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
  line-height: normal;
  vertical-align: baseline;
}

/*----cta----*/
.cta {
  background: var(--bg-color);
}

.cta .inner_wrap {
  padding: 50px 0;
}

.cta .inner_wrap .text {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}

.cta .inner_wrap .text span {
  font-size: 3rem;
  font-weight: 500;
  vertical-align: baseline;
  padding: 2px;
}

/*----about----*/
#about .inner_wrap {
  padding: 70px 0;
  font-size: 2rem;
  text-align: center;
}

#about .aboutList li:nth-of-type(2) {
  padding: 5px 0;
}

#about .aboutList li:first-of-type span {
  color: #28A7E1;
}

#about .aboutList li:nth-of-type(2) span {
  color: #E60021;
}

#about .aboutList li:last-of-type span {
  color: #ED6D1E;
}

#about .message {
  font-size: 2.2rem;
  text-align: center;
}

#about .message span {
  font-size: 2.6rem;
  font-weight: bold;
}

#about .message span:last-of-type {
  background: linear-gradient(transparent 65%, #FFF87C 65%);
}

/*吹き出し*/
.speechBubble {
  position: relative;
  display: inline-block;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  max-width: 545px;
  border: 2px solid #eeeeee;
  padding: 30px 70px;
  margin: 15px auto 20px;
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: #eeeeee transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16.2px 10.8px 0 10.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

/*/吹き出し*/
/*----point----*/
#point {
  background: #fafafa;
}

#point h2 .no {
  font-size: 5.2rem
}

#point .pointlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1185px;
  margin: 0 auto;
}

#point .pointlist li {
  max-width: 375px;
  height: 435px;
  background: #fff;
}

#point .pointlist li .textBox {
  padding: 35px 25px 40px;
  position: relative;
}

#point .pointlist li .textBox::before {
  content: url('../img/no_01.svg');
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -2%;
  left: 50%;
  transform: translateY(-35%) translateX(-50%);
}

#point .pointlist li:nth-of-type(2) .textBox::before {
  content: url('../img/no_02.svg');
}

#point .pointlist li:last-of-type .textBox::before {
  content: url('../img/no_03.svg');
}

#point .pointlist li h3 {
  color: var(--main-color);
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
}

#point .pointlist li .text {
  font-size: 1.4rem;
  padding-top: 20px;
}

@media screen and (max-width: 1200px) {
  #point .pointlist {
    padding: 0 2%;
  }
  #point .pointlist li{
  height: 480px;
  }
  #point .pointlist li:nth-of-type(2) {
    margin: 0 15px;
  }
}

/*----voice----*/
#voice h2 {
  line-height: 1.5;
}
#voice .voiceItem {
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
  border: solid 1px #A9CF34;
  background-image: linear-gradient(transparent calc(100% - 1px), #ededed), linear-gradient(90deg, transparent calc(100% - 1px), #ededed);
  background-size: 15px 15px;
  background-repeat: repeat;
  padding: 30px 30px 35px;
}

#voice .voiceItem::after {
  content: url('../img/label_g.svg');
  display: block;
  top: -1px;
  right: -1px;
  position: absolute;
}

/*voice02*/
#voice .voiceItem.vo_02 {
  border: solid 1px #28A7E1;
}

#voice .voiceItem.vo_02::after {
  content: url('../img/label_b.svg');
}

/*voice03*/
#voice .voiceItem.vo_03 {
  border: solid 1px #ED6D1E;
}

#voice .voiceItem.vo_03::after {
  content: url('../img/label_o.svg');
}

/*voice04*/
#voice .voiceItem.vo_04 {
  border: solid 1px #E60021;
}

#voice .voiceItem.vo_04::after {
  content: url('../img/label_r.svg');
}

/*voice05*/
#voice .voiceItem.vo_05 {
  border: solid 1px #ED6D1E;
}

#voice .voiceItem.vo_05::after {
  content: url('../img/label_o.svg');
}

#voice .voiceItem .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

#voice .voiceItem .name .icon {
  width: 80px;
}

#voice .voiceItem .name .textBox {
  font-size: 1.4rem;
  color: #8e8e8e;
  padding-left: 20px;
}

#voice .voiceItem .comment {
  font-size: 1.5rem;
  padding-top: 20px;
}

/* slider */
#wrapper {
  overflow: hidden;
}

.content_area {
  max-width: 700px;
  padding: 0 40px;
  margin: 0 auto;
}

.slick-list {
  overflow: visible;
}

.slick-item div {
  font-size: 18px;
  line-height: 150px;
  text-align: center;
  margin: 10px;
  padding: 2%;
  background: white;
  position: relative;
}

.slick-prev, .slick-next {
  z-index: 100;
}

.slick-prev, .slick-next {
  display: none !important;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
	height: auto !important;
	margin: 0 10px !important;
}
.slick-slide div{
	height: 100%;
}
.slick-slide div li{
	height: inherit;
}
#voice .voiceItem .name{
	height: auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 40px !important;
}

.slick-list {
  overflow: visible;
}
.slick-dots li button:before {
  font-size: 8px;
}

.slick-dots li {
  width: 13px;
}
.slick-dots li.slick-active button:before {
  color: #B7B7B7;
}
@media screen and (max-width:1100px) {
  #voice .voiceItem {
    padding: 30px 8%;
  }

  #voice .voiceItem .comment {
    font-size: 1.4rem;
  }

  #voice .voiceItem .name .textBox {
    font-size: 1.3rem;
  }
}
@media screen and (max-width:440px) {
  .content_area {
    padding: 0 30px;
  }

  .slick-item p {
    font-size: 15px;
    line-height: 100px;
    margin: 5px;
    padding: 1.5%;
  }

  #voice .voiceItem {
    padding: 30px 8%;
  }
}

/*----voice----*/
#step {
  margin-bottom: 30px;
}

#step .inner_wrap {
  background: #fafafa;
  max-width: 92%;
  margin: 0 auto;
}

#step h2 .no {
  font-size: 5.2rem
}

#step .stepList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#step .stepList li h4 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}

#step .stepList li .img_wrap {
  width: fit-content;
  position: relative;
}

#step .stepList li .numbering {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: var(--sub-font);
  color: var(--main-color);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  width: fit-content;
}

#step .stepList li .imgBox {
  width: 120px;
  height: 120px;
  position: relative;
}

#step .stepList li .imgBox::before {
  content: "";
  display: block;
  background: url("../img/step-dots.svg") no-repeat center center / contain;
  height: 66px;
  left: calc(50% - 1px);
  position: absolute;
  top: 94%;
  width: 2px;
}

#step .stepList li:last-of-type .imgBox::before {
  display: none;
}

#step .stepList li .textBox {
  padding-left: 25px;
}

#step .stepList li .textBox .btn {
  max-width: 280px;
  font-size: 1.6rem;
  padding: 10px;
  margin: 0;
  margin-top: 15px;
}

/*----message----*/
#message {
  background: url("../img/bg_message.jpg") no-repeat center center / cover;
  padding: 40px 0;
}

#message .inner_wrap {
  background: rgba(255, 255, 255, 0.8);
  width: 90%;
  margin: 0 auto;
  font-size: 1.8rem;
  text-align: center;
    padding: 70px 2%;
  backdrop-filter: blur(12px);
}

#message .inner_wrap p:last-of-type {
  padding-top: 20px;
}

#message .messageList{
  display: flex;
  justify-content:space-between;
  align-items: center;
  font-size: 1.4rem;
      font-weight: 500;
  max-width: 820px;
margin: 0 auto;
  padding: 20px 0 30px;
}
#message .messageList li{
  background: #fff;
  border: solid 1px #ccc;
  max-width: 250px;
  border-radius: 8px;
  padding: 30px 0;
        height: 220px;
}
#message .messageList li:first-of-type{
  padding-top: 50px;
}

#message .messageList li img{
  width: 85px;
 }
 #message .messageList li:nth-of-type(2) img{
  width: 114px;
 }
 #message .messageList li:last-of-type img{
  width: 108px;
 }

/*----faq----*/
#faq {
  padding-bottom: 30px;
}

#faq .faqItem_wrap {
  max-width: 780px;
  margin: 0 auto;
}

#faq .faqItem {
  margin-bottom: 7px;
  background-color: #f5f8f7;
  border-radius: 5px;
  margin-bottom: 15px;
}

#faq .faqItem summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: 600;
  cursor: pointer;
}

#faq .faqItem summary::-webkit-details-marker {
  display: none;
}

#faq .faqItem summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #c5c8c7;
  border-right: 3px solid #c5c8c7;
  content: '';
  transition: transform .3s;
}

#faq .faqItem summary span {
  font-size: 1.8rem;
}

#faq .faqItem summary span::before {
  content: "Q.";
  display: inline-block;
  font-family: var(--sub-font);
  color: var(--main-color);
  font-size: 2.4rem;
  font-weight: 500;
  margin-right: 3px;
}

#faq .faqItem[open] {
  background: #fff;
  border: solid 1px #d9d9d9;
}

#faq .faqItem[open] summary {
  padding: 1em 2em 0.2em;
}

#faq .faqItem[open] summary::after {
  transform: rotate(225deg);
}

#faq .faqItem p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  transition: transform .5s, opacity .5s;
}

#faq .faqItem[open] p {
  transform: none;
  opacity: 1;
}

#faq .faqItem[open] p::before {
  content: "";
  display: block;
  border: solid 1px #eee;
  margin-bottom: 1em;
}

/*----footer----*/
#footer::before {
  content: "";
  display: block;
  border: solid 1px #eee;
}

#footer .inner_wrap {
  text-align: center;
  max-width: 265px;
  margin: 0 auto;
  padding: 40px 0 70px;
}

.logo_company {
  max-width: 260px;
}

.logoList {
  display: flex;
  justify-content: space-between;
  max-width: 105px;
  margin: 0 auto;
  padding-top: 30px;
}

.logoList li:first-of-type {
  max-width: 40px;
}

.logoList li:last-of-type {
  max-width: 50px;
}

small {
  display: block;
  width: 100%;
  background: #1A1E1D;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width: 1300px) {
  #fv .textBox {
    background-position: 265% 0;
  }

  #fv .imgBox .acList {
    font-size: 1.4rem;
    padding: 0 4%;
  }

  #fv .imgBox .acList li {
    height: 110px;
    border-radius: 2px;
    padding: 18px 0;
  }

  #fv .imgBox .acList li p span {
    font-size: 3rem;
  }
  #message .messageList li:nth-of-type(2){
    margin: 0 10px;
  }
}

@media screen and (max-width: 860px) {
  .inner_wrap {
    padding: 40px 0;
  }

  .header_wrap {
    position: relative;
  }

  /*背景付与*/
  .l-header {
    position: fixed;
    padding: 20px 4%;
    width: 100%;
  }

  .l-nav {
    display: flex;
    flex-flow: row wrap;
  }

  .p-header {
    color: white;
    transition: all, 0.5s;
  }

  #fv {
    background-image: url("../img/bg_logosp.png");
    background-size: 26vh;
    background-position: top right;
    background-repeat: no-repeat;
  }

  .btnBox {
    max-width: 240px;
  }

  .btnBox .btn {
    font-size: 1.6rem;
    margin: 0;
    padding: 12px;
  }

  #fv .textBox {
    width: fit-content;
    margin-top: 60px;
    padding-left: 4%;
  }

  #fv .inner_wrap {
    display: block;
    padding: 65px 0 0;
  }

  #fv .textBox .catch {
    font-size: 5rem;
    line-height: 1.2;
  }

  #fv .textBox {
    width: fit-content;
    background-image: none;
  }

  #fv .imgBox {
    background: center / cover no-repeat url("../img/fv_sp.jpg");
    min-height: 520px;
    z-index: -1;
  }

  .cta .inner_wrap {
    padding: 30px 0;
  }

  #about .inner_wrap {
    padding: 40px;
  }

  #about .message span {
    font-size: 2.2rem;
  }

  #point .pointlist {
    display: block;
    max-width: 375px;
  }

  #point .pointlist li {
    margin-bottom: 20px;
    height: auto;
  }

  #point .pointlist li:nth-of-type(2) {
    margin: 20px auto;
  }

  #step {
    margin-bottom: 0;
  }

  #step .inner_wrap {
    max-width: unset;
  }
#message{
  background: url("../img/bg_message_sp.jpg") no-repeat center center / cover;
}
#message .inner_wrap{
      background: rgba(255, 255, 255, 0.8);
}
  #message .messageList{
    display: block;
  }

  #message .messageList li{
    max-width: 335px;
      height: auto;
    margin: 0 auto;
  padding: 25px 0;
  }
  #message .messageList li:first-of-type{
    padding-top: 25px;
  }

  #message .messageList li:nth-of-type(2){
    margin: 10px auto;
  }

  #faq .faqItem_wrap {
    width: 90%;
  }
}

@media screen and (max-width: 520px) {
  .btnBox {
    max-width: 200px;
    font-size: 1.3rem;
  }

  .stepList {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 440px) {
  h2 {
    font-size: 1.8rem;
  }

  header h1 {
    max-width: 165px;
  }

  .btnBox {
    max-width: 140px;
  }

  .btnBox .btn_arrow{
    font-size: 1.4rem;
    text-indent: -5px;
  }

  .btn_arrow::after{
        width: 5px;
        right: 10px;
  }

  #fv {
    background-size: 22vh;
  }

  #fv .textBox {
    margin-top: 60px;
    padding-left: 5%;
  }

  #fv .textBox .catch {
    font-size: 3.8rem;
    line-height: 1.3;
  }

  #fv .textBox .sub_catch {
    padding: 6% 0 8%;
  }

  #fv .imgBox {
    min-height: 340px;
  }

  #fv .imgBox .acList {
    font-size: 1.3rem;
    letter-spacing: 0;
    padding: 0 4%;
    transform: translateY(-15%) translateX(-50%);
  }

  #fv .imgBox .acList li {
    height: auto;
    padding: 12px 0;
    height: 80px;
  }

  #fv .imgBox .acList li p span {
    font-size: 2.6rem;
  }

  #fv .imgBox .acList li:first-of-type, #fv .imgBox .acList li:last-of-type {
    max-width: 110px;
  }
#fv .imgBox .acList li{
}
  .notice{
        font-size: 0.8rem;
  }

  .cta .inner_wrap .text {
    font-size: 1.4rem;
  }

  .cta .inner_wrap {
    padding: 20px 0 30px;
  }

  .cta .inner_wrap .text span {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .btn {
    max-width: 340px;
    font-size: 1.6rem;
  }

  #about .inner_wrap {
    font-size: 1.5rem;
    padding: 40px 5%;
  }

  .speechBubble {
    max-width: unset;
    padding: 20px;
  }

  #about .message, #about .message span {
    font-size: 1.8rem;
  }

  #voice .voiceItem {
      padding: 30px 7%;
  }
  #voice .voiceItem .name .textBox{
    padding-left: 10px;
  }
  #voice .voiceItem .name .icon {
    width: 68px;
}


  #step .stepList {
    margin: 0 auto;
  }

  #step .stepList li .numbering {
    font-size: 1.3rem;
  }

  #step .stepList li .imgBox {
    width: 86px;
    height: 86px;
  }

  #step .stepList li h4 {
    font-size: 1.8rem;
    padding-bottom: 8px;
  }

  #step .stepList li .textBox p {
    font-size: 1.3rem;
  }

  #step .stepList li .textBox .btn {
    max-width: 210px;
    font-size: 1.3rem;
    margin-top: 5px;
  }

  #message .inner_wrap {
    font-size: 1.6rem;
    padding: 40px 4%;
  }
    #message .messageList li:first-of-type div{
      padding-top: 0;
    }
  #message .messageList li:first-of-type img{
    width: 80px;
  }
  #message .inner_wrap p:last-of-type {
    padding-top: 15px;
}

  #faq {
    padding-bottom: 10px;
  }

  #faq .faqItem summary {
    padding: 1em;
  }

  #faq .faqItem summary span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 390px) {
  .btnBox .btn {
    font-size: 1.4rem;
  }

  #fv {
    background-size: 26vh;
  }

  #fv .inner_wrap {
    padding-top: 40px;
  }

  #fv .textBox .catch {
    font-size: 3.2rem;
    line-height: 1.3;
  }

  #fv .textBox .sub_catch {
    font-size: 1.3rem;
    padding-bottom: 20px;
  }

  #fv .imgBox {
    min-height: 290px;
  }

  #fv .imgBox .acList {
    font-size: 1.2rem;
  }

  #fv .imgBox .acList li p span {
    font-size: 2.4rem;
  }


  #fv .imgBox .acList li:first-of-type,
  #fv .imgBox .acList li:last-of-type {
    max-width: 95px;
  }

  .speechBubble {
    font-size: 1.4rem;
  }

  #point .pointlist {
    padding: 0 4%;
  }

  #point .pointlist li h3:nth-last-child(2) {
    line-height: 1.35;
  }

  #point .pointlist li .text {
    padding-top: 15px;
  }

  #point .pointlist li .textBox {
    padding: 30px 5%;
  }

  #step .stepList li h4{
    font-size: 1.6rem;
  }
  #step .stepList {
    width: 86%;
  }
  #step .ad_text {
    font-size: 1.3rem;
}
#step .stepList li .textBox {
    padding-left: 5%;
}
}
