@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 45px 0;
}
footer {
  padding: 15px 0;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic1 img {
  width: 100%;
}
.wic1 {
  margin-left: -15px;
  margin-right: -15px;
}

/* 共通 */
.h2_arrow:before {
  bottom: -25px;
  border-top: 25px solid #173617;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

/*MV----------------------------------------------------------- */


/*CTA----------------------------------------------------------- */
.cta {
  padding-top: 15px;
}
.cta_l {
  width: 28%;
}
.cta_r {
  width: 72%;
}

/*sec01----------------------------------------------------------- */
.sec01 .container > p {
  margin-left: -15px;
  margin-right: -15px;
}

/*sec02----------------------------------------------------------- */
.sec02 .container > p:first-child {
  margin-left: -15px;
  margin-right: -15px;
}

/*sec03----------------------------------------------------------- */
.sec03 .container > p {
  margin-left: -15px;
  margin-right: -15px;
}

/*sec04----------------------------------------------------------- */
.sec04_arrow {
  margin-top: -60px;
}

/*sec05----------------------------------------------------------- */
.sec05_arrow {
  margin-top: -60px;
}
.sec05_white_box {
  border-radius: 15px;
}
.sec05 .white_box h3 {
  margin-top: -45px;
}

/*sec06----------------------------------------------------------- */
.sec06 .white_box_inner {
  flex-direction: column;
  padding: 15px;
}
.sec06 .white_box_inner:not(:last-of-type),
.sec06 .white_box_inner2:not(:last-of-type){
  margin-bottom: 15px;
}
.sec06 .white_box_inner > p {
  margin-left: 0;
  width: 100%;
}
.sec06 .white_box_inner > div {
  width: 100%;
}
.sec06 .white_box_inner2 {
  padding: 15px;
}
.sec06 .container > .white_box:first-of-type h3 {
  margin-top: -30px;
}


/*sec07----------------------------------------------------------- */
.sec07 .fx-row .white_box > p:first-child {
  margin-top: -30px;
}
.sec07 .fx-row {
  margin-top: -30px;
}
.sec07 [class*="fx-col"] {
  margin-top: 30px;
}

/*sec08----------------------------------------------------------- */
.sec08 h3 {
  font-size: 24px;
}

/*sec09----------------------------------------------------------- */
.sec09 .sec09_q,
.sec09 .sec09_a {
  gap: 15px;
}
.sec09 .sec09_q {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sec09 .sec09_q > p:first-child,
.sec09 .sec09_a > p:first-child {
  display: block;
  width: 18px;
}
.sec09 .sec09_q > p:last-child,
.sec09 .sec09_a > p:last-child {
  width: calc(100% - 18px);
}

/*sec10----------------------------------------------------------- */
.sec10 th ,
.sec10 td {
  width: 100%;
  display: block;
}


/*sec11----------------------------------------------------------- */
.sec11 .form_head {
  text-align: left;
}
.sec11 .input_1col input, .sec11 textarea {
  font-size:14px;
}


/*Footer----------------------------------------------------------- */


}/*スマホ用スタイルend*/
