@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;
}
.wic2 img {
  width: 100%;
}
.wic2 {
  margin-left: -15px;
  margin-right: -15px;
}
.wic3 img {
  width: 100%;
}
.wic3 {
  margin-left: -15px;
  margin-right: -15px;
}
/* button */
.btn {
  border-bottom-width: 5px;
  width: 100%;
}
.btn2 button {
  border-bottom-width: 5px;
  width: 100%;
}
.btn2 button.is-click {
  border-bottom-width: 5px;
  width: 100%;
}
/* section 高さ調整 */
.sec_height {
  padding-top: 70px;
  margin-top: -70px;
}

/*Header----------------------------------------------------------- */
header {
  height: 70px;
}
header .contact {
  padding-right: 40px;
}
.header_logo {
  width: 80px
}
.header_logo img {
  height: auto;
}
.header_menus {
  top: 70px;
}
.header_menus a {
  padding: 15px;
}
.header_btn {
  width: inherit;
}
.header_btn a {
  padding: 0;
}
#finish .header_btn button {
  font-size: 10px;
  width: 150px;
  padding-block: 10px;
  text-align: center;
  border-bottom: 5px solid #c1c1c1;
}

/*Nav----------------------------------------------------------- */

/*MV----------------------------------------------------------- */
.mv {
  position: relative;
  margin-top: 70px;
}
.mv_btn {
  position: absolute;
  bottom: 5%;
  min-width: unset;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}
#finish .mv_txt {
  font-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color_wt);
  z-index: 12;
  width: 100%;
  text-align: center;
}
/*sec01----------------------------------------------------------- */
.sec01 {
  background: url(../img/sp_sec01_bg.png) no-repeat center center / cover;
}


/*sec02----------------------------------------------------------- */
.sec02 {
  background: url(../img/sp_sec02_bg.png) no-repeat center center / cover;
}
.sec02 h2 {
  margin-top: -80px;
  padding-bottom: 15px;
}
.sec02_img {
  width: 70%;
  margin-inline: auto;
}
/*sec03----------------------------------------------------------- */
.sec03 {
  /* background: url(../img/sp_sec03_bg.png) repeat center center / contain; */
  background-image: repeating-linear-gradient(-45deg, #FFE8EA 0px, #ffe8eb 20px, #feffff 20px, #feffff 40px, #daf7fa 40px, #daf7fa 60px, #feffff 60px, #feffff 80px);
  /* background-size: 113px 113px; */
}
.sec03 h2 {
  margin-top: -60px;
  width: 90%;
}
.tab-wrap_s {
  padding-top: 90px;
  display: flex;
}
.tab-wrap_pt {
  display: none;
}
.sec03 .tab {
  padding: 20px 0;
}
.sec03 .tab1::before,
.sec03 .tab2::before {
  width: 80%;
  top: -48px;
}
.sec03_items {
  padding: 30px 0 60px;
}
.sec03_item {
  position: relative;
}
.sec03_item-img {
  width: 60%;
  margin: 0 auto;
}
.sec03_tab02-img {
  width: 30%;
  margin: 0 auto;
}
.sec03_item_head {
  min-width: 160px;
  width: 20%;
  position: absolute;
  top: 18px;
}
.sec03_box {
  padding: 15px;
  padding-top:60px;
}
.sec03_content-txt {
  gap: 5px;
  justify-content: center;
  align-items: flex-start;
}
.sec03_content-txt p:first-child {
  width: 26px;
}
.sec03_img {
  width: 80%;
  margin: 0 auto;
}
.sec03_tab02-box {
  width: 100%;
}
.sec03_tab02-wrap {
  padding: 20px 15px;
}
.sec03_tab02-item p:nth-child(2) {
  width: 50%;
  margin-inline: auto;
}
.sec03_check-txt {
  font-size: 1.3rem;
  padding-left: 25px;
}
.sec03_check-txt::before {
  width: 20px;
  height: 20px;
  border: 2px solid var(--color2);
}
.sec03_check-txt::after {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  color: var(--color1);
  font-size: 2rem;
  opacity: 0;
  transition: opacity .3s ease 0s;
}
.sec03_link a {
  font-size: 1.5rem;
}
.sec03_tab02-item p:nth-child(2) {
  width: 35%;
}

/*sec04----------------------------------------------------------- */
.sec04 {
  background: url(../img/sp_sec04_bg.png) no-repeat center center / cover;
}
.sec04 h2 {
  margin-top: -70px;
}

/*sec05----------------------------------------------------------- */
.sec05 h2 {
  margin-top: -75px;
}
.sec05_q-txt {
  width: calc(100% - 30px);
}
.sec05_arw {
  width: 20px;
}
/*sec06----------------------------------------------------------- */
.sec06 h2 {
  margin-top: -60px;
}
.sec06 .simplebar-content {
  margin: 5px;
}

/*sec07----------------------------------------------------------- */

/*Footer----------------------------------------------------------- */
.footer_logo {
  margin-inline: auto;
  width: 30%;
}
.footer_link a {
  font-size: 12px;
}
footer small {
  font-size: 10px;
}
}/*スマホ用スタイルend*/
