@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
@-webkit-keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body {
  background: #f5f5f5;
  color: #1b1b1b;
  font-family: "Noto Sans JP", "Lucida Grande", Arial, "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: clamp(14px, 0.83377vw, 16px);
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

:root {
  --key: #1266a0;
  --sub: #3aafd7;
  --black: #1b1b1b;
  --orange: #f66b17;
  --bdc: #d5d5d5;
  --form-input: #b2b2b2;
}

*:focus,
*:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

a {
  color: var(--black);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: var(--black);
}

input[type="button"]:focus,
input[type="button"]:active {
  border: 0;
  outline: 0;
}

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

/* =================================================

ヘッダー

================================================= */
header {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  margin-bottom: 60px;
}

.header-top_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: clamp(80px, 12.10898vw, 120px);
  padding: 30px clamp(15px, 3.02725vw, 30px);
  background-color: #fff;
}

h1.header_logo {
  font-size: clamp(20px, 4.03633vw, 40px);
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  color: var(--key);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-bottom: 0;
}

h1.header_logo a {
  color: var(---key);
}

h1.header_logo a:hover {
  text-decoration: none;
}

h1.header_logo::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
  margin-right: 8px;
  width: clamp(24px, 4.43996vw, 44px);
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/header-icon.svg) left top no-repeat;
  background-size: contain;
}

#mobile-btn {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: clamp(15px, 2.5227vw, 25px);
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  z-index: 100;
}

#mobile-btn .mobile-btn_burger {
  width: 24px;
  height: 2px;
  background-color: var(--key);
}

#mobile-btn .mobile-btn_burger::before,
#mobile-btn .mobile-btn_burger::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: var(--key);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mobile-btn .mobile-btn_burger::before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

#mobile-btn .mobile-btn_burger::after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

#mobile-btn.on .mobile-btn_burger {
  background-color: transparent;
}

#mobile-btn.on .mobile-btn_burger::before {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg) translate(0, 0);
  transform: rotate(-45deg) translate(0, 0);
}

#mobile-btn.on .mobile-btn_burger::after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg) translate(0, 0);
  transform: rotate(45deg) translate(0, 0);
}

ul.g-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(32px, 6.45812vw, 64px);
  position: relative;
}

ul.g-nav li {
  position: relative;
}

ul.g-nav li a {
  color: #1b1b1b;
}

ul.g-nav li a:hover {
  text-decoration: underline;
}

ul.g-nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(-32px, -3.22906vw, -16px);
  width: 1px;
  height: 15px;
  background-color: #999;
  -webkit-transform: translateY(-50%) rotate(10deg);
  transform: translateY(-50%) rotate(10deg);
}

#kv.kv_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  padding: 15px;
  background: url(../img/header-img.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: clamp(80px, 12.10898vw, 120px);
  z-index: 0;
}

.kv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  top: -18px;
}

.kv__wrapper .kv___wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kv__wrapper .kv___wrapper .kw {
  display: block;
  margin-bottom: 0;
  line-height: 1.5;
}

.kv__wrapper .kv___wrapper .kw span {
  display: inline;
  padding: 5px 30px;
  background-color: var(--sub);
  color: #fff;
  font-size: 43px;
  font-weight: 700;
  white-space: nowrap;
}

.kv__wrapper .mg {
  width: 498px;
  height: auto;
}

@media screen and (max-width: 991px) {
  header {
    width: 100%;
  }
  header .header-top_wrapper {
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid var(--bdc);
    z-index: 50;
  }
  header .zindex {
    z-index: 51;
  }
  header #mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #main-nav {
    width: 100%;
    height: auto;
    position: absolute;
    top: clamp(80px, 12.10898vw, 120px);
    left: 0;
    z-index: 4;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  header ul.g-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    overflow: hidden;
  }
  header ul.g-nav li {
    display: block;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  header ul.g-nav li:not(:last-child) a {
    border-bottom: 1px solid #fff;
  }
  header ul.g-nav li:nth-child(2) {
    display: none;
  }
  header ul.g-nav li a {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: var(--sub);
    color: #fff;
    font-size: clamp(16px, 2.01816vw, 20px);
    font-weight: 700;
    text-align: center;
  }
  header ul.g-nav li a::after {
    display: none;
  }
  header #main-nav.in {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .kv__wrapper {
    padding-top: clamp(100px, 12.10898vw, 120px);
    top: 0;
  }
  .kv__wrapper .kv___wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .kv__wrapper .kv___wrapper .kw {
    line-height: 1.4;
  }
  .kv__wrapper .kv___wrapper .kw span {
    padding: 5px 30px 8px;
    font-size: clamp(40px, 4.33905vw, 43px);
  }
}

@media screen and (max-width: 599px) {
  .kv__wrapper .kv___wrapper .kw span {
    padding: 3px clamp(22px, 5.00835vw, 30px) 5px;
    font-size: clamp(20px, 6.6778vw, 40px);
  }
}

/* =================================================

コンテンツ

================================================= */
section:not(:last-child) {
  margin-bottom: clamp(70px, 5.21105vw, 100px);
}

.main {
  counter-reset: number 0;
}

.nonlist {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.border-under {
  border-bottom: 1px solid var(--bdc);
  padding-bottom: 0.5em;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.wrapper .title,
.wrapper .space {
  width: 200px;
}

.wrapper .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 15px 60px;
  margin: 0;
  position: relative;
}

.wrapper .title::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: clamp(16px, 2.62361vw, 26px);
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  counter-increment: number 1;
  content: "0" counter(number) " ";
  border-bottom: 1px solid var(--black);
}

.wrapper .title h2.title-v {
  display: inline;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-size: clamp(20px, 4.23814vw, 42px);
  color: var(--key);
  padding: 0;
  margin: 0;
}

.wrapper .title h2.title-v.kakko {
  -webkit-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
}

.wrapper .description,
.wrapper .footer-contents {
  width: calc(100% - 200px);
}

.copy {
  font-size: clamp(18px, 3.22906vw, 32px);
  font-weight: 700;
  padding-bottom: clamp(30px, 5.04541vw, 50px);
  margin-bottom: clamp(30px, 5.04541vw, 50px);
  position: relative;
}

.copy::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 3px;
  background-color: var(--black);
}

.copy span {
  display: block;
  color: var(--key);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

ul.service {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.service li {
  padding-left: 1.5em;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bdc);
  margin-bottom: 12px;
  position: relative;
}

ul.service li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 3px;
  height: 20px;
  background-color: var(--key);
  display: inline-block;
  margin-right: 14px;
}

.border-box {
  border: 1px solid #929292;
  padding: 20px 30px;
}

.border-box > p:last-child {
  margin-bottom: 0;
}

/* =================================================

フォーム

================================================= */
form {
  width: 100%;
}

form label {
  margin-bottom: 0;
}

.form_wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  gap: 10px;
}

.form_wrapper > div span {
  display: block;
}

.form_wrapper > div > label {
  width: 200px;
  font-weight: 700;
}

input[type="text"],
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
  border: none;
  border-radius: 0;
  outline: none;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
  display: block;
  padding: 6px 20px 6px 12px;
  font-size: 16px !important;
  line-height: 1.42857143;
  color: var(--black);
  background-color: #fff;
  background-image: none;
  border: 1px solid var(--bdc);
  border-radius: 0;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin: 0 15px; */
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="number"]:focus,
input[type="number"]:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  background: #fff;
  border: 1px solid orange;
  border-radius: none;
  outline: none;
}

/* Chrome, Safari, Edge */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input[name="email"],
input[name="emailconfirm"],
input[name="line"],
input[name="name"],
input[name="english"],
input[name="pref01"],
input[name="addr01"],
input[name="addr02"],
input[name="addr03"],
input[name="tel_keitai"],
input[name="tel_kotei"] {
  position: relative;
  width: min(100%, 500px);
}

.select-wrap {
  display: table-cell;
  position: relative;
}

.select-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 50%;
  pointer-events: none;
  width: 6px;
  height: 6px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.selects_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
}

#order.white_wrapper {
  padding: 30px;
  margin-top: 1em;
  background-color: #fff;
}

#order.agreement_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  gap: 40px;
  margin-top: 45px;
}

#order .cell {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: min(100%, 270px);
}

#order input[name="totalprice"] {
  width: min(70%, 120px);
  text-align: right;
  color: var(--orange);
  font-weight: 700;
}

#order .select-wrap select {
  padding-right: 30px;
  color: var(--sub);
  font-weight: 700;
}

#order input[name="option_sum"],
#order input[name="totalkosu"] {
  width: min(50%, 60px);
  font-weight: 700;
  color: var(--sub);
  text-align: right;
}

#order input[name="op_d"],
#order input[name="option_sum"] {
  border: 0 !important;
  outline: 0 !important;
}

#order input[name="totalkosu"],
#order input[name="option_sum01"] {
  width: min(50%, 60px);
  color: var(--sub);
  font-weight: 700;
}

#order #option > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 10px;
  white-space: nowrap;
}

#order #option > div label {
  font-weight: 700;
}

#order #option > div > span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#order #option > div > span input {
  margin-right: 0.5em;
}

#order #option > div:not(:last-child) {
  margin-bottom: 15px;
}

#order .line_wrapper {
  margin-bottom: 1em;
}

#order .line_wrapper > label {
  font-weight: 700 !important;
}

.form-check_wrapper {
  margin-bottom: 20px;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-check-label {
  font-size: clamp(14px, 1.61453vw, 16px);
  font-weight: 700;
  margin-left: 10px;
}

input.form-check-input {
  width: 20px;
  height: 20px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: var(--sub);
  border-radius: 0;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--key);
  text-decoration: none;
}

.btn input {
  background-color: transparent;
}

.send {
  padding: 15px 30px;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  height: 108px;
}

.send_to_confirm {
  position: relative;
}

.send_to_confirm .send {
  text-indent: -1.5em;
}

.send_to_confirm::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(5.5em, -50%);
  transform: translate(5.5em, -50%);
  display: block;
  width: 23px;
  height: 22px;
  background: url(../img/checkbox.svg) center center no-repeat;
  background-size: contain;
}

.send_submit {
  position: relative;
}

.send_submit .send {
  text-indent: -1.5em;
}

.send_submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(2em, -100%);
  transform: translate(2em, -100%);
  display: block;
  width: 23px;
  height: 22px;
  background: url(../img/checkbox.svg) center center no-repeat;
  background-size: contain;
}

button.btn:hover {
  color: #fff;
}

#op_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid var(--bdc);
  padding-top: 15px;
}

.error-form {
  border-color: #fb9a93 !important;
}

.error {
  color: #ff0000;
  font-size: 12px;
}

/* ==================  ここまでform ================== */
#footer .store_info_wrapper {
  margin-top: 70px;
}

p.supportmail {
  margin-top: 1.5em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
}

p.supportmail a {
  color: var(--orange);
  margin-left: 1em;
  margin-right: 1em;
}

p.supportmail span {
  display: inline-block;
}

.doui {
  /* margin: clamp(25px, 3.02725vw, 30px) 0 clamp(20px, 3.63269vw, 36px); */
  margin-top: 25px;
  font-size: 16px;
}

h3.h3-title {
  font-size: clamp(18px, 2.01816vw, 20px);
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 40px;
}

h3.h3-title::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--black);
  position: absolute;
  left: 0;
  bottom: 0;
}

/* =================================================

取り扱い店情報

================================================= */
.store_info_wrapper h4.company-name {
  font-size: clamp(14px, 1.61453vw, 16px);
  font-weight: 400;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bdc);
  margin-bottom: 20px;
}

.store_info_wrapper .store_info__wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: (minmax(270px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 0 30px;
}

.store_info_wrapper .store_info__wrapper ul.store_info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.store_info_wrapper .store_info__wrapper ul.store_info li {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bdc);
  margin-bottom: 20px;
  word-wrap: break-word;
}

/* =================================================

個人情報の取り扱いについて

================================================= */
h4.sc-title4 {
  font-size: clamp(18px, 2.01816vw, 20px);
  margin-bottom: clamp(20px, 3.53179vw, 35px);
}

.sc-box {
  width: 100%;
  height: 600px;
  background-color: #fff;
  border: 1px solid var(--bdc);
  overflow-y: auto;
  padding: 40px 30px;
  counter-reset: number 0;
}

.sc-box p {
  margin-bottom: 30px;
  word-break: break-all;
}

.sc-box h5.sc-title5 {
  font-size: clamp(14px, 1.61453vw, 16px);
}

.sc-box h5.sc-title5::before {
  counter-increment: number 1;
  content: counter(number) " " ". ";
}

.sc-box ol.kakko-num {
  list-style: none;
  margin: 1em 0 2em;
  padding: 0;
  list-style-type: none;
}

.sc-box ol.kakko-num li {
  counter-increment: cnt;
}

.sc-box ol.kakko-num li::before {
  content: "(" counter(cnt) ") ";
}

.sc-box ol.kakko-num li p {
  margin-bottom: 1em;
}

.sc-box h6.sc-title6 {
  font-size: clamp(14px, 1.61453vw, 16px);
  font-weight: 700;
  margin-bottom: 0;
}

/* =================================================

サンクスページ

================================================= */
.thanks-title {
  display: table;
  margin: 0 auto;
  font-size: clamp(18px, 4.03633vw, 40px);
  font-weight: 700;
  font-family: "M PLUS 1", sans-serif;
  margin-bottom: clamp(30px, 5.04541vw, 50px);
  color: var(--key);
}

.thanks-sub {
  font-size: clamp(16px, 2.4218vw, 24px);
  margin-bottom: clamp(80px, 10.09082vw, 100px);
}

.bk {
  display: table;
  padding: 10px 30px;
  margin: 0 auto clamp(30px, 5.04541vw, 50px);
}

/* =================================================

コンテンツ　スマホ対応

================================================= */
@media screen and (max-width: 991px) {
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper .title,
  .wrapper .space {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapper .title h2.title-v,
  .wrapper .space h2.title-v {
    display: block;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .wrapper .title h2.title-v.kakko,
  .wrapper .space h2.title-v.kakko {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    line-height: 1.75;
  }
  .wrapper .space {
    min-height: 0.1px;
  }
  .wrapper .title {
    padding: clamp(40px, 6.05449vw, 60px) 15px clamp(30px, 6.05449vw, 60px);
  }
  .wrapper .description,
  .wrapper .footer-contents {
    width: 100%;
  }
  .sc-box {
    height: auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .form_wrapper > div > label {
    width: 100%;
  }
  #send01,
  #send02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #send03 {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  #three-years label,
  #six-years label {
    width: 100%;
  }
}

/* =================================================

フッター

================================================= */
.space {
  min-width: 200px;
}

.footer-contents {
  width: 100%;
}

ul.footer-nav {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  width: 100%;
  list-style: none;
  padding: 18px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(32px, 6.45812vw, 64px);
  position: relative;
}

ul.footer-nav li {
  position: relative;
}

ul.footer-nav li a {
  color: #1b1b1b;
}

ul.footer-nav li a:hover {
  text-decoration: underline;
}

ul.footer-nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(-32px, -3.22906vw, -16px);
  width: 1px;
  height: 15px;
  background-color: #999;
  -webkit-transform: translateY(-50%) rotate(10deg);
  transform: translateY(-50%) rotate(10deg);
}

.gotop {
  padding: 40px 30px 17px;
  margin-top: 50px;
  margin-bottom: 35px;
  width: 100%;
  height: auto;
  position: relative;
}

.gotop::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

p.supportmail {
  margin: clamp(40px, 5.04541vw, 50px) 15px clamp(70px, 9.08174vw, 90px);
}

.copyright {
  width: 100%;
  background-color: var(--key);
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 8px 15px;
}

@media screen and (max-width: 991px) {
  ul.footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  ul.footer-nav li {
    width: 100%;
  }
  ul.footer-nav li::after {
    display: none;
  }
  ul.footer-nav li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
  }
  ul.footer-nav li:not(:last-child) {
    border-bottom: 1px solid var(--bdc);
  }
}

/* =================================================

confirm

================================================= */
.confirm_wrapper {
  max-width: 830px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.confirm_wrapper .confirm__wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 30px;
  width: 100%;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid var(--bdc);
}

.confirm_wrapper .confirm__wrapper > div .add2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}

.confirm_wrapper .confirm__wrapper > div label {
  margin-bottom: 0;
  font-weight: 700;
}

.confirm_wrapper .confirm__wrapper > div p {
  font-size: clamp(16px, 1.04221vw, 20px);
  margin-bottom: 0;
  color: var(--sub);
  font-weight: 700;
}

.sub {
  text-align: center;
  margin-bottom: 2em;
}

.confirm-title {
  text-align: center;
  font-size: clamp(20px, 2.4218vw, 24px);
  font-weight: 700;
  color: var(--key);
  padding: 0 15px clamp(25px, 3.02725vw, 30px);
  margin-bottom: clamp(25px, 3.02725vw, 30px);
  position: relative;
}

.confirm-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: var(--black);
}

.option_wrapper {
  margin-top: 30px;
}

.option_wrapper .option__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(270px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 10px 30px;
  max-width: 800px;
}

.option_wrapper .option__wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid var(--bdc);
}

.option_wrapper .option__wrapper > div label {
  font-weight: 700;
  margin-bottom: 0;
}

.option_wrapper .option__wrapper > div p {
  font-size: clamp(16px, 1.04221vw, 20px);
  font-weight: 700;
  color: var(--sub);
  margin-bottom: 0;
}

.btn_wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 800px;
  -ms-grid-columns: (minmax(270px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 16px;
  margin: 40px auto 0;
}

.btn_wrapper > div {
  margin-bottom: 0;
}

.btn_wrapper .send {
  margin-top: 0;
  padding: 15px;
  height: 85px;
}

.btn_wrapper .re-wrap {
  position: relative;
  padding: 0;
}

/* .btn_wrapper .re-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left:50%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-3em,-175%) rotate(-45deg);
  transform: translate(-3em,-175%) rotate(-45deg);
  z-index: 2;
} */

.btn_wrapper .re-wrap .btn.re {
  padding: 15px;
  width: 100%;
  height: 85px;
  position: relative;
  color: #fff;
  background-color: #e9a136;
}

.btn_wrapper .re-wrap .btn.re:hover {
  color: #fff;
  background: #e48d27;
}

@media screen and (max-width: 844px) {
  .option_wrapper div {
    width: 100%;
  }
}

/* =================================================

2022.09.04

================================================= */
.sendcheck_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap:2em;
  padding: 20px 30px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #FFA13E;
}
#sendcheck {
  width: 20px;
  height: 20px;
}
