:root {
  --font-family-base: 'Noto Sans JP', sans-serif;
  --font-family-roboto: 'Roboto', sans-serif;
  --text-color: #2a271c;
  --link-color: #479d57;
  --link-hover: #68b975;
  --box-shadow: 0 3px 10px rgb(119, 119, 119, 0.65);
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 1.3333vw;
  touch-action: manipulation;
  scroll-behavior: smooth;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 0.9vw;
  }
}

@media screen and (min-width: 1150px) {
  html {
    font-size: 10px;
  }
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 2.6rem;
  font-family: var(--font-family-base);
  color: var(--text-color);
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@media screen and (min-width: 750px) {
  body {
    font-size: 1.6rem;
  }
}

a img {
  outline: none;
  border: none;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 0.8;
}

a:focus {
  outline: none;
}

a,
a img,
button {
  transition: all 0.3s ease;
  box-shadow: #000 0 0 0;
}

a[href^='tel:'] {
  cursor: default;
}

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

iframe,
figure {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

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

input,
textarea,
select,
button {
  font-family: var(--font-family-base);
  color: var(--text-color);
  line-height: 1.4;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

div:focus {
  outline: none;
}

@media screen and (min-width: 750px) {
  .pc-hidden {
    display: none;
  }
}

.pc-show {
  display: none;
}

@media screen and (min-width: 750px) {
  .pc-show {
    display: block;
  }
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  font-family: var(--font-family-mincho);
  line-height: 1.4;
}

.heading__subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  font-size: 2.8rem;
  font-weight: bold;
}

.heading__subtitle:after {
  content: '';
  display: block;
  width: 8rem;
  height: 0.6rem;
  background: #003664;
}

.heading__title {
  margin: 0;
  font-size: 5rem;
}

@media screen and (min-width: 750px) {
  .heading {
    gap: 3.5rem;
  }

  .heading__subtitle {
    gap: 2.4rem;
    font-size: 2.3rem;
  }

  .heading__title {
    font-size: 4rem;
  }
}

.heading--bg {
  position: relative;
  width: 100%;
  height: 36.4rem;
}

.heading--bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.heading--bg__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 750px) {
  .heading--bg {
    gap: 3.5rem;
    height: 25rem;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(2rem);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 10rem;
}

.site .header {
  flex: 0 0 auto;
}

.site .site-main {
  flex: 1 1 auto;
  overflow-x: hidden;
}

.site .footer {
  flex: 0 0 auto;
}

@media screen and (min-width: 750px) {
  .site {
    padding-top: 8rem;
  }
}

.container {
  width: 100%;
  max-width: calc(1000px + 10rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.container-pc {
  width: 100%;
  max-width: calc(1000px + 10rem);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 750px) {
  .container-pc {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding-left: 3rem;
  background: #fff;
}

.header__title {
  flex: 1 1 auto;
  margin: 0;
  font-size: 3rem;
}

.header__title img {
  width: 22.7rem;
  height: auto;
}

.header__tel {
  display: none;
}

.header__estimate {
  flex: 0 0 auto;
  width: 22rem;
  height: 100%;
}

.header__estimate a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: #d1462b;
}

.header__estimate a img {
  width: 3.2rem;
  height: auto;
}

.header__tel-sp a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  background: #5ac3d9;
}

.header__tel-sp a img {
  width: 3.9rem;
  height: auto;
}

@media screen and (min-width: 750px) {
  .header {
    height: 8rem;
    padding-left: 10rem;
  }

  .header__title {
    font-size: 2rem;
  }

  .header__title img {
    width: auto;
    height: 8rem;
  }

  .header__tel {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 3rem;
  }

  .header__tel a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-family-roboto);
    font-size: 3rem;
    font-weight: bold;
    color: var(--text-color);
    text-decoration: none;
  }

  .header__tel a img {
    width: 2.1rem;
    height: auto;
  }

  .header__tel a span {
    line-height: 1;
  }

  .header__tel p {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
  }

  .header__estimate {
    width: 25rem;
  }

  .header__estimate a {
    flex-direction: row;
    gap: 2rem;
    font-size: 2rem;
  }

  .header__estimate a img {
    width: 3.6rem;
  }

  .header__tel-sp {
    display: none;
  }
}

.footer {
  padding-top: 9rem;
}

.footer__button {
  display: flex;
  justify-content: center;
}

.footer__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 7.4rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #4a4130;
  text-decoration: none;
  border: 1px solid #4a4130;
}

.footer__link {
  display: flex;
  justify-content: center;
  gap: 3em;
  padding: 4rem 5rem 3rem;
  font-size: 2.8rem;
  font-weight: 500;
}

.footer__link a {
  color: #4a4130;
  text-decoration: none;
}

.footer__copyright {
  padding: 2.5rem 5rem;
  color: #fff;
  text-align: center;
  background: #4a4130;
}

.footer__copyright p {
  margin: 0;
  font-size: 2.4rem;
}

@media screen and (min-width: 750px) {
  .footer {
    padding: 0;
  }

  .footer .container {
    position: relative;
  }

  .footer__button {
    position: absolute;
    bottom: 1rem;
    right: 5rem;
  }

  .footer__button a {
    width: 12.7rem;
    height: 3.7rem;
    font-size: 1.6rem;
  }

  .footer__link {
    padding: 10rem 5rem 2rem;
    font-size: 1.4rem;
  }

  .footer__copyright {
    padding: 1.5rem 5rem;
  }

  .footer__copyright p {
    font-size: 1.2rem;
  }
}

.kv {
  width: 100%;
  position: relative;
  background: #f0f8fa;
}

.kv__image {
  width: 100%;
}

.kv__image img {
  width: 100%;
}

.kv__btn {
  position: absolute;
  bottom: 11rem;
  left: 50%;
  margin-left: -31.1rem;
}

.kv__btn img {
  width: 62.2rem;
}

@media screen and (min-width: 750px) {
  .kv__image {
    height: 83.3rem;
  }

  .kv__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 1920px) {
  .kv__image {
    text-align: center;
  }

  .kv__image img {
    width: 1920px;
  }
}

.sec1 {
  padding: 6rem 0 9rem 0;
}

.sec1__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6.5rem;
  padding: 0 5rem;
}

.sec1__heading__image {
  margin-bottom: 3rem;
  text-align: center;
}

.sec1__heading__image img {
  width: 43.1rem;
}

.sec1__heading__title {
  margin: 0 0 4rem 0;
  font-size: 7.2rem;
  text-align: center;
}

.sec1__heading__title span {
  margin: 0 2rem;
  padding: 0 1rem;
  font-size: 8rem;
  color: #f4d022;
  background: #2a271c;
  border-radius: 0.6rem;
}

.sec1__heading__explain {
  margin: 0;
  padding: 3rem;
  font-size: 3.6rem;
  border-width: 1px 0;
  border-style: solid;
  border-color: #4a4130;
  color: #4a4130;
}

.sec1__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-bottom: 5rem;
  padding: 10rem 5rem 8rem;
  background: #f6f0e8;
}

.sec1__list:after {
  content: '';
  position: absolute;
  bottom: -9.9rem;
  left: 0;
  width: 100%;
  height: 10rem;
  line-height: 0;
  background: url(../img/sec1_bg_sp.png) no-repeat center top/contain;
}

.sec1__list__item {
  position: relative;
}

.sec1__list__item__title {
  position: absolute;
  top: -4rem;
  right: -2.5rem;
  margin: 0;
}

.sec1__list__item__title img {
  width: 33.6rem;
}

.sec1__list__item__image {
  margin-bottom: 3rem;
}

.sec1__list__item__image img {
  width: 100%;
  border: 0.8rem solid #5ac3d9;
  border-radius: 1.6rem;
}

.sec1__list__item__text {
  display: flex;
  gap: 2.8rem;
  font-size: 3.6rem;
  font-weight: 500;
}

.sec1__list__item__text:before {
  content: '';
  flex: 0 0 auto;
  display: block;
  width: 2.2rem;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-style: solid;
  border-color: #4a4130;
}

.sec1__list__item__text:after {
  content: '';
  flex: 0 0 auto;
  display: block;
  width: 2.2rem;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-style: solid;
  border-color: #4a4130;
}

.sec1__list__item__text p {
  flex: 1 1 auto;
  margin: 0;
  padding: 1rem 0;
}

.sec1__text {
  position: relative;
  padding: 0 5rem;
  text-align: center;
}

.sec1__text p {
  font-weight: bold;
}

.sec1__text p.text1 {
  margin: 0 0 3rem 0;
  font-size: 5.8rem;
}

.sec1__text p.text2 {
  margin: 0;
  font-size: 7.2rem;
}

.sec1__text p.text2 span {
  display: inline-block;
  margin-right: 1rem;
  padding: 0 1.5rem;
  font-size: 8rem;
  color: #fff;
  background: #5ac3d9;
  border-radius: 0.6rem;
}

@media screen and (min-width: 750px) {
  .sec1 {
    padding: 2rem 0;
  }

  .sec1__heading {
    margin-bottom: 5rem;
    padding: 0;
  }

  .sec1__heading__image {
    margin-bottom: 1.8rem;
  }

  .sec1__heading__image img {
    width: 28.8rem;
  }

  .sec1__heading__title {
    margin-bottom: 3rem;
    font-size: 4.8rem;
  }

  .sec1__heading__title span {
    margin: 0 1.5rem;
    font-size: 6rem;
  }

  .sec1__heading__explain {
    padding: 2rem;
    font-size: 2rem;
  }

  .sec1__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4.5rem 3.5rem;
    margin-bottom: 2.4rem;
    padding: 7rem;
  }

  .sec1__list:after {
    background-image: url(../img/sec1_bg.png);
  }

  .sec1__list__item {
    flex: 0 0 calc(50% - 1.75rem);
  }

  .sec1__list__item__title {
    top: -2.5rem;
    right: -2rem;
  }

  .sec1__list__item__title img {
    width: 22.5rem;
  }

  .sec1__list__item__image {
    margin-bottom: 2rem;
  }

  .sec1__list__item__image img {
    border-width: 0.4rem;
    border-radius: 0.8rem;
  }

  .sec1__list__item__text {
    gap: 1.5rem;
    font-size: 1.8rem;
  }

  .sec1__list__item__text:before {
    width: 1.5rem;
    border-width: 0.2rem 0 0.2rem 0.2rem;
  }

  .sec1__list__item__text:after {
    width: 1.5rem;
    border-width: 0.2rem 0.2rem 0.2rem 0;
  }

  .sec1__text p.text1 {
    font-size: 4.8rem;
  }

  .sec1__text p.text2 {
    font-size: 6rem;
  }

  .sec1__text p.text2 span {
    font-size: 7.2rem;
  }
}

.sec2 {
  padding: 14rem 0 10rem 0;
  position: relative;
}

.sec2__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec2__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.sec2 .container-pc {
  position: relative;
}

.sec2__heading {
  margin-bottom: 8rem;
}

.sec2__heading__image {
  margin-bottom: 3rem;
  text-align: center;
}

.sec2__heading__image img {
  width: 56.1rem;
}

.sec2__heading__title {
  margin: 0;
  font-size: 6rem;
  text-align: center;
}

.sec2__heading__title .text1 {
  margin: 0 1rem;
  padding: 0 1rem;
  font-size: 7.6rem;
  background: #f4d022;
  border-radius: 0.6rem;
}

.sec2__heading__title .text2 {
  font-size: 7.2rem;
}

.sec2__list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-bottom: 32rem;
}

.sec2__list__item {
  position: relative;
  width: 100%;
}

.sec2__list__item__image {
  width: 100%;
}

.sec2__list__item__image img {
  width: 100%;
}

.sec2__list__item__text {
  position: absolute;
  top: 44rem;
  right: 5rem;
  width: 54rem;
}

.sec2__list__item__text .title {
  display: inline-block;
  margin: 0 0 3.2rem 0;
  padding: 0 1rem;
  font-size: 5.4rem;
  background: #f4d022;
  border-radius: 0.3rem;
}

.sec2__list__item__text .subtitle {
  margin: 0 0 3.2rem 0;
  font-size: 4rem;
  font-weight: bold;
}

.sec2__list__item__text .explain {
  margin: 0;
  padding-top: 3.2rem;
  font-size: 3rem;
  font-weight: 500;
  border-top: 1px solid #4a4130;
}

.sec2__list__item__text .explain span {
  font-weight: bold;
  color: #d1462b;
}

.sec2__list__item__text span.min {
  font-size: 2.6rem;
  color: #43413d;
  font-weight: bold;
}

.sec2__table__heading {
  position: relative;
  margin: 0 0 4rem 0;
  font-size: 6rem;
  text-align: center;
}

.sec2__table__heading span {
  font-size: 7.2rem;
  background: linear-gradient(
    to bottom,
    transparent 70%,
    white 70%,
    white 100%
  );
}

.sec2__table__heading img {
  position: absolute;
  top: -15rem;
  left: 1rem;
  width: 34.3rem;
}

.sec2__table__image {
  padding: 0 5rem;
}

.sec2__table__image img {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .sec2 {
    padding: 15rem 0 9rem 0;
  }

  .sec2__bg {
    width: 167%;
    max-width: 1920px;
    left: 50%;
    margin-left: -83.5%;
  }

  .sec2__heading {
    margin-bottom: 6.4rem;
  }

  .sec2__heading__image img {
    width: 38.6rem;
  }

  .sec2__heading__title {
    font-size: 4.8rem;
  }

  .sec2__heading__title .pc-show {
    display: inline;
  }

  .sec2__heading__title .text1 {
    margin: 0 0.5rem;
    font-size: 6rem;
    border-radius: 0.3rem;
  }

  .sec2__heading__title .text2 {
    font-size: 4.8rem;
  }

  .sec2__list {
    gap: 4rem;
    margin-bottom: 24.6rem;
  }

  .sec2__list__item__text {
    top: 50%;
    right: 4rem;
    transform: translateY(-45%);
    width: 43rem;
  }

  .sec2__list__item__text .title {
    margin-bottom: 1rem;
    font-size: 3.6rem;
  }

  .sec2__list__item__text .subtitle {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }

  .sec2__list__item__text .explain {
    padding-top: 2.5rem;
    font-size: 1.7rem;
  }

  .sec2__list__item__text span.min {
    font-size: 1.45rem;
  }

  .sec2__list__item:nth-of-type(2n) .sec2__list__item__text {
    right: auto;
    left: 4rem;
  }

  .sec2__table__heading {
    margin-bottom: 3rem;
    font-size: 4.8rem;
  }

  .sec2__table__heading span {
    font-size: 6rem;
    border-bottom: 0.8rem solid #fff;
    background: none;
  }

  .sec2__table__heading img {
    top: -10rem;
    left: 7rem;
    width: 23.3rem;
  }

  .sec2__table__image {
    padding: 0 10rem;
  }
}

@media screen and (min-width: 1150px) {
  .sec2__bg {
    width: 1920px;
    max-width: 1920px;
    left: 50%;
    margin-left: -960px;
  }
}

.cta {
  padding: 7.5rem 0 6rem;
}

.cta__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.cta__list a img {
  width: 62.2rem;
}

@media screen and (min-width: 750px) {
  .cta {
    padding: 8rem 0 6.5rem 0;
  }

  .cta__list {
    flex-direction: row;
    justify-content: center;
    gap: 0;
  }

  .cta__list .link img {
    width: 65rem;
  }

  .cta__list .tel img {
    width: 44.1rem;
  }
}

.sec3 {
  position: relative;
  padding: 10rem 0 0 0;
}

.sec3__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec3__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.sec3 .container-pc {
  position: relative;
}

.sec3__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 9.4rem;
  padding: 0 5rem;
}

.sec3__heading__image {
  margin-bottom: 2.5rem;
  text-align: center;
}

.sec3__heading__image img {
  width: 41.6rem;
}

.sec3__heading__title {
  margin: 0 0 4rem 0;
  text-align: center;
  font-size: 7rem;
}

.sec3__heading__title .text1 {
  padding: 0 1rem;
  font-size: 7.2rem;
  letter-spacing: -0.05em;
  background: #f4d022;
  border-radius: 0.6rem;
}

.sec3__heading__explain {
  margin: 0;
  padding: 4rem 1.5rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #4a4130;
  border-top: 1px solid #4a4130;
  border-bottom: 1px solid #4a4130;
}

.sec3__list {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  margin-bottom: 7rem;
  padding: 0 5rem;
}

.sec3__list__item {
  display: flex;
  flex-direction: column;
  border: 0.8rem solid #f4d022;
  border-radius: 1.6rem;
}

.sec3__list__item__heading {
  position: relative;
  flex: 0 0 auto;
  padding: 3rem 0;
  background: #f4d022;
}

.sec3__list__item__heading img {
  position: absolute;
  top: -6rem;
  left: -5rem;
  width: 22.2rem;
}

.sec3__list__item__heading h3 {
  margin: 0;
  font-size: 4rem;
  color: #4a4130;
  text-align: center;
  letter-spacing: -0.02em;
}

.sec3__list__item__image {
  flex: 0 0 auto;
  margin-bottom: 3rem;
}

.sec3__list__item__image img {
  width: 100%;
}

.sec3__list__item__image p {
  margin: 3rem 0 0 0;
  padding-right: 2rem;
  font-size: 1.8rem;
  color: #595959;
  text-align: right;
}

.sec3__list__item__text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 0 2.2rem 2.5rem 2.2rem;
}

.sec3__list__item__price {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.8rem;
}

.sec3__list__item__price .label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.6rem;
  height: 4.4rem;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  border-radius: 2.2rem;
  background: #4495a6;
}

.sec3__list__item__price .yen {
  margin: 0;
  font-size: 3.2rem;
  color: #4495a6;
}

.sec3__list__item__price .number {
  font-size: 4.8rem;
  font-weight: bold;
}

.sec3__list__item__detail {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  margin-bottom: 2.4rem;
}

.sec3__list__item__detail > div {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sec3__list__item__detail > div img {
  width: 4.2rem;
  height: auto;
}

.sec3__list__item__detail > div p {
  margin: 0;
  font-size: 3.2rem;
  font-weight: bold;
  color: #4a4130;
}

.sec3__list__item__explain {
  flex: 1 1 auto;
  padding: 3.6rem;
  background: #fcf5e8;
  border-radius: 0.8rem;
}

.sec3__list__item__explain p {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 500;
}

.sec3__list__item__explain p span {
  color: #d1462b;
  font-weight: bold;
}

.sec3__subtitle {
  text-align: center;
  margin-bottom: 7rem;
}

.sec3__subtitle p {
  margin: 0;
  font-size: 4.8rem;
  font-weight: bold;
}

.sec3__subtitle p.attention {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 4rem;
  font-size: 6rem;
  color: #b0a401;
}

.sec3__subtitle p.attention:before,
.sec3__subtitle p.attention:after {
  content: '';
  display: block;
  width: 10.3rem;
  height: 9.7rem;
  background: url(../img/sec3_attention_icon.png) no-repeat center
    center/contain;
}

.sec3__subtitle p span {
  background: linear-gradient(
    to bottom,
    transparent 70%,
    #f4d022 70%,
    #f4d022 100%
  );
}

.sec3__outro {
  position: relative;
  padding: 4rem 0;
  background: #f4d022;
}

.sec3__outro__image {
  position: absolute;
  left: -4.2rem;
  bottom: 0;
}

.sec3__outro__image img {
  width: 30.2rem;
}

.sec3__outro__text {
  padding: 0 5rem 0 28.2rem;
  letter-spacing: -0.02em;
}

.sec3__outro__text .pc {
  display: none;
}

.sec3__outro__text .sp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0 0 3rem 0;
  font-size: 4rem;
  color: #4a4130;
}

.sec3__outro__text .sp span {
  padding: 0 1rem;
  background: #fff;
  border-radius: 0.3rem;
}

.sec3__outro__text p {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 500;
  color: #4a4130;
}

@media screen and (min-width: 750px) {
  .sec3 {
    padding: 11.4rem 0 8rem 0;
  }

  .sec3__bg {
    width: 167%;
    max-width: 1920px;
    left: 50%;
    margin-left: -83.5%;
  }

  .sec3__heading {
    margin-bottom: 7.4rem;
    padding: 0;
  }

  .sec3__heading__image {
    margin-bottom: 2rem;
  }

  .sec3__heading__image img {
    width: 27.8rem;
  }

  .sec3__heading__title {
    margin-bottom: 3rem;
    font-size: 4.8rem;
  }

  .sec3__heading__title .text1 {
    margin: 0 0.5rem 0 0;
    font-size: 6rem;
    border-radius: 0.3rem;
  }

  .sec3__heading__title .text2 {
    font-size: 6rem;
  }

  .sec3__heading__explain {
    padding: 2rem;
    font-size: 2rem;
    text-align: center;
  }

  .sec3__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7.5rem 4rem;
  }

  .sec3__list__item {
    flex: 0 0 calc(50% - 2rem);
    border-width: 0.4rem;
    border-radius: 0.8rem;
  }

  .sec3__list__item__heading {
    padding: 4.8rem 0 3.8rem 0;
  }

  .sec3__list__item__heading img {
    top: -5.4rem;
    left: -0.4rem;
    width: 17.1rem;
  }

  .sec3__list__item__heading h3 {
    font-size: 3rem;
  }

  .sec3__list__item__image p {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }

  .sec3__list__item__text {
    padding: 0 0.6rem 0.6rem 0.6rem;
  }

  .sec3__list__item__price {
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 0 0 2rem;
  }

  .sec3__list__item__price .label {
    width: 10rem;
    height: 2.8rem;
    font-size: 1.8rem;
  }

  .sec3__list__item__price .yen {
    font-size: 1.6rem;
  }

  .sec3__list__item__price .number {
    font-size: 2.4rem;
  }

  .sec3__list__item__detail {
    margin-bottom: 2rem;
    padding: 0 0 0 2rem;
    gap: 1rem 2.5rem;
  }

  .sec3__list__item__detail > div img {
    width: 2.3rem;
  }

  .sec3__list__item__detail > div p {
    font-size: 1.8rem;
  }

  .sec3__list__item__explain {
    padding: 2.6rem 2rem;
  }

  .sec3__list__item__explain p {
    font-size: 1.8rem;
  }

  .sec3__subtitle {
    margin-bottom: 8rem;
  }

  .sec3__subtitle p {
    font-size: 4rem;
  }

  .sec3__subtitle p.attention {
    gap: 1rem;
    margin-bottom: 3rem;
    font-size: 4.8rem;
  }

  .sec3__subtitle p.attention:before,
  .sec3__subtitle p.attention:after {
    width: 8.2rem;
    height: 7.8rem;
  }

  .sec3__outro {
    width: 84rem;
    margin: 0 auto;
    padding: 3.2rem 0;
    border-radius: 0.8rem;
  }

  .sec3__outro__image {
    left: 3.7rem;
  }

  .sec3__outro__image img {
    width: 14.5rem;
  }

  .sec3__outro__text {
    padding: 0 3.2rem 0 21rem;
  }

  .sec3__outro__text .pc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    margin: 0 0 2.6rem 0;
    font-size: 3rem;
  }

  .sec3__outro__text .pc span {
    padding: 0 1rem;
    background: #fff;
    border-radius: 0.3rem;
  }

  .sec3__outro__text .sp {
    display: none;
  }

  .sec3__outro__text p {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1150px) {
  .sec3__bg {
    width: 1920px;
    max-width: 1920px;
    left: 50%;
    margin-left: -960px;
  }
}

.sec4__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 7rem 0;
  background: #f6f0e8;
}

.sec4__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 18.5rem 0;
}

.sec4__heading img {
  width: 45.8rem;
  height: auto;
  margin-left: -2.5rem;
}

.sec4__heading .pc {
  display: none;
}

.sec4__heading .sp {
  width: 100%;
  font-size: 6rem;
  text-align: center;
}

.sec4__heading .sp .text1 {
  font-size: 7.2rem;
}

.sec4__heading .sp .text2 {
  font-size: 7.2rem;
  border-bottom: 1.2rem solid #2a271c;
}

.sec4__list {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}

.sec4__list__item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.sec4__list__item__label {
  position: absolute;
  top: -12.25rem;
  left: 50%;
  width: 24.5rem;
  height: auto;
  margin-left: -12.25rem;
}

.sec4__list__item__image {
  flex: 0 0 auto;
  width: 100%;
  border-radius: 1.6rem 1.6rem 0 0;
}

.sec4__list__item__text {
  flex: 1 1 auto;
  padding: 5rem;
  background: #fff;
  border-radius: 0 0 1.6rem 1.6rem;
}

.sec4__list__item__text h3 {
  margin: 0 0 4rem 0;
  font-size: 4.8rem;
  text-align: center;
}

.sec4__list__item__text p {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 500;
  color: #4a4130;
}

@media screen and (min-width: 750px) {
  .sec4__inner {
    padding: 4.6rem 0 8rem 0;
  }

  .sec4__heading {
    margin-bottom: 12.8rem;
  }

  .sec4__heading img {
    width: 32.9rem;
    margin: 0;
  }

  .sec4__heading .sp {
    display: none;
  }

  .sec4__heading .pc {
    display: block;
    width: 100%;
    font-size: 4.8rem;
    text-align: center;
  }

  .sec4__heading .pc .text1 {
    border-bottom: 0.8rem solid #2a271c;
  }

  .sec4__heading .pc .text2 {
    font-size: 6rem;
  }

  .sec4__heading .pc .text3 {
    font-size: 7.2rem;
  }

  .sec4__list {
    flex-direction: row;
    gap: 2rem;
  }

  .sec4__list__item {
    flex: 1 1 calc(33.3333333333% - 1.33rem);
  }

  .sec4__list__item__label {
    top: -7rem;
    width: 14rem;
    margin-left: -7rem;
  }

  .sec4__list__item__image {
    border-radius: 0.8rem 0.8rem 0 0;
  }

  .sec4__list__item__text {
    padding: 2.4rem 3rem;
    border-radius: 0 0 0.8rem 0.8rem;
  }

  .sec4__list__item__text h3 {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }

  .sec4__list__item__text p {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1150px) {
  .sec4__inner {
    background-image: url(../img/sec4_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1920px auto;
  }
}

.sec5__inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 10rem 0 0 0;
  background: url(../img/sec5_bg_sp.png) no-repeat left top 10rem / 100% auto;
}

.sec5__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.9rem;
  margin-bottom: 4rem;
  line-height: 1.2;
}

.sec5__heading__title {
  margin: 0;
  font-size: 7.2rem;
  text-align: center;
}

.sec5__heading__title span {
  font-size: 4.8rem;
}

.sec5__heading__explain {
  margin: 0;
  padding: 3rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #4a4130;
  border-top: 1px solid #4a4130;
  border-bottom: 1px solid #4a4130;
}

.sec5__content__list {
  margin-bottom: 4.6rem;
}

.sec5__content__list ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  margin: 0;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}

.sec5__content__list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22.2rem;
  height: 7.6rem;
  border-radius: 0.3rem;
}

.sec5__content__list.kanto {
  margin-bottom: 7.5rem;
}

.sec5__content__list.kanto ul li {
  background: #5ac3d9;
}

.sec5__content__list.kansai ul li {
  background: #ebc71b;
}

@media screen and (min-width: 750px) {
  .sec5__inner {
    height: 85.7rem;
    background-position: center top;
    background-size: 168% auto;
    background-image: url(../img/sec5_bg.png);
  }

  .sec5__heading {
    gap: 3rem;
    margin-bottom: 11.2rem;
  }

  .sec5__heading__title {
    font-size: 6rem;
  }

  .sec5__heading__title span {
    font-size: 3.6rem;
  }

  .sec5__heading__explain {
    padding: 2rem;
    font-size: 2rem;
    text-align: center;
  }

  .sec5__content {
    padding-bottom: 11.3rem;
  }

  .sec5__content__list {
    display: flex;
    width: 45.6rem;
    margin: 0 auto;
  }

  .sec5__content__list ul {
    flex-direction: row;
    flex-wrap: wrap;
    width: 28rem;
    gap: 0.4rem;
    font-size: 2rem;
  }

  .sec5__content__list ul li {
    width: 13.8rem;
    height: 3.8rem;
  }

  .sec5__content__list.kanto {
    justify-content: flex-end;
    margin-bottom: 5.6rem;
  }

  .sec5__content__list.kansai {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1100px) {
  .sec5__inner {
    background-size: 185rem auto;
  }
}

.faq {
  padding: 8rem 0;
}

.faq__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.9rem;
  padding: 0 2.5rem;
  margin-bottom: 6rem;
}

.faq__heading__title {
  margin: 0;
  font-size: 7.2rem;
}

.faq__heading__explain {
  margin: 0;
  padding: 3rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #4a4130;
  border-top: 1px solid #4a4130;
  border-bottom: 1px solid #4a4130;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}

.faq__list__item {
  padding: 5rem 4rem;
  color: #4a4130;
  background: #f0f8fa;
  border-radius: 0.8rem;
}

.faq__list__item__question {
  margin: 0 0 4.8rem 0;
  font-size: 3.2rem;
  font-weight: bold;
}

.faq__list__item__question h3 {
  position: relative;
  margin: 0;
  padding-left: 7.5rem;
}

.faq__list__item__question h3:before {
  content: 'Q';
  position: absolute;
  top: -0.3rem;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.65rem;
  height: 6.65rem;
  font-family: var(--font-family-roboto);
  font-size: 4.2rem;
  font-weight: 500;
  color: #fff;
  background: #5ac3d9;
  border-radius: 4rem;
}

.faq__list__item__answer {
  font-size: 3.2rem;
  font-weight: 500;
}

.faq__list__item__answer p {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .faq {
    padding: 7.5rem 0 12rem 0;
  }

  .faq__heading {
    gap: 3rem;
    margin-bottom: 5rem;
  }

  .faq__heading__title {
    font-size: 6rem;
  }

  .faq__heading__explain {
    min-width: 60rem;
    padding: 2rem;
    font-size: 2rem;
    text-align: center;
  }

  .faq__list {
    gap: 2.2rem;
  }

  .faq__list__item {
    padding: 4rem;
  }

  .faq__list__item__question {
    margin-bottom: 3.5rem;
    font-size: 1.8rem;
  }

  .faq__list__item__question h3 {
    padding-left: 5.5rem;
  }

  .faq__list__item__question h3:before {
    width: 3.8rem;
    height: 3.8rem;
    font-size: 2.4rem;
  }

  .faq__list__item__answer {
    font-size: 1.8rem;
  }
}

.contact {
  padding: 8rem 0;
  background: #f2f2f2;
}

.contact__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.9rem;
  padding: 0 2.5rem;
  margin-bottom: 9rem;
}

.contact__heading__title {
  margin: 0;
  font-size: 6.6rem;
  text-align: center;
}

.contact__heading__explain {
  margin: 0;
  padding: 3rem;
  font-size: 3.6rem;
  font-weight: 500;
  color: #4a4130;
  border-top: 1px solid #4a4130;
  border-bottom: 1px solid #4a4130;
}

.contact__form__row {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-bottom: 4.8rem;
}

.contact__form__label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 2.5rem;
}

.contact__form__label label,
.contact__form__label span {
  font-size: 3.2rem;
  font-weight: bold;
  color: #4a4130;
}

.contact__form__label .required {
  display: inline-block;
  padding: 0 2.5rem;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  background: #d1462b;
}

.contact__form__input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  font-size: 3.2rem;
}

.contact__form__input input[type='text'],
.contact__form__input input[type='email'],
.contact__form__input input[type='tel'],
.contact__form__input textarea {
  width: 100%;
  padding: 3rem 4rem;
  border: none;
  border-radius: 0.3rem;
}

.contact__form__input input[type='text']:focus,
.contact__form__input input[type='text'].focus-highlight,
.contact__form__input input[type='email']:focus,
.contact__form__input input[type='email'].focus-highlight,
.contact__form__input input[type='tel']:focus,
.contact__form__input input[type='tel'].focus-highlight,
.contact__form__input textarea:focus,
.contact__form__input textarea.focus-highlight {
  outline: 0.6rem solid #d1462b;
}

.contact__form__input input[type='text'].is-invalid,
.contact__form__input input[type='email'].is-invalid,
.contact__form__input input[type='tel'].is-invalid,
.contact__form__input textarea.is-invalid {
  outline: 0.6rem solid #d1462b;
}

.contact__form__input input[type='text'].no-outline,
.contact__form__input input[type='email'].no-outline,
.contact__form__input input[type='tel'].no-outline,
.contact__form__input textarea.no-outline {
  outline: none !important;
}

.contact__form__input input[type='text']#postal-code,
.contact__form__input input[type='email']#postal-code,
.contact__form__input input[type='tel']#postal-code,
.contact__form__input textarea#postal-code {
  width: 33.4rem;
}

.contact__form__input select {
  padding: 3rem 4rem;
  border: none;
  border-radius: 0.3rem;
}

.contact__form__input select:focus {
  outline: 0.6rem solid #d1462b;
}

.contact__form__input .input-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}

.contact__form__input .input-radio.type-button {
  width: 100%;
  gap: 2rem;
}

.contact__form__input .input-radio.type-button label {
  flex: 1 1 calc(50% - 1rem);
}

.contact__form__input .input-radio.type-button label span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15rem;
  font-size: 3rem;
  font-weight: bold;
  color: #a6a6a6;
  border: 0.2rem solid #00b3db;
  border-radius: 0.3rem;
  background: #fff;
  cursor: pointer;
}

.contact__form__input .input-radio.type-button label input[type='radio'] {
  display: none;
}

.contact__form__input
  .input-radio.type-button
  label
  input[type='radio']:checked
  + span {
  color: #fff;
  background: #00b3db;
}

.contact__form__input .just-validate-error-label {
  color: #d1462b;
  font-size: 2.4rem;
}

.contact__form__optional {
  display: none;
  margin-bottom: 9rem;
}

.contact__form__optional__btn {
  margin: 7.5rem 0 4.5rem;
}

.contact__form__optional__btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52.8rem;
  height: 9.6rem;
  margin: 0 auto;
  padding: 0;
  font-size: 3.2rem;
  font-weight: 500;
  color: #4a4130;
  border-radius: 4.8rem;
  border: 1px solid #4a4130;
  background: #fff;
}

.contact__form__optional__explain {
  font-size: 2.4rem;
  color: #4a4130;
  text-align: center;
}

.contact__form__optional__explain p {
  margin: 0;
}

.contact__form__optional__content {
  display: none;
  padding-top: 4rem;
}

.contact__form__agreement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.2rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #4a4130;
}

.contact__form__agreement label {
  display: flex;
  align-items: center;
}

.contact__form__agreement label input {
  margin-right: 2rem;
}

.contact__form__agreement .just-validate-error-label {
  color: #d1462b;
  font-size: 2.4rem;
}

.contact__form__terms {
  margin-bottom: 4.8rem;
}

.contact__form__terms__scroll {
  margin: 0;
  padding: 1.6rem;
  max-height: 48rem;
  overflow-y: auto;
  border: 1px solid #d9d9d9;
  border-radius: 0.8rem;
  background: #f8f8f8;
}

.contact__form__terms__scroll h3 {
  margin: 0 0 1.2rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}

.contact__form__terms__text h4 {
  margin: 0 0 0.8rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
}

.contact__form__terms__text h4:not(:first-of-type) {
  margin-top: 2.4rem;
}

.contact__form__terms__text p {
  margin: 0;
  line-height: 1.8;
  font-size: 2.4rem;
}

.contact__form__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.contact__form__btn button[type='submit'],
.contact__form__btn input[type='submit'],
.contact__form__btn a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67rem;
  max-width: 100%;
  height: 11.2rem;
  padding: 0;
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-radius: 5.6rem;
  border: none;
  background: #5ac3d9;
  cursor: pointer;
}

.contact__form__btn button[type='submit']:disabled,
.contact__form__btn input[type='submit']:disabled,
.contact__form__btn a:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.contact__form__btn input[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67rem;
  max-width: 100%;
  height: 11.2rem;
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 5.6rem;
  background: #ccc;
  cursor: pointer;
}

.contact__form__confirm__heading {
  margin: 0 0 4rem 0;
  font-size: 4rem;
}

.contact__form__confirm__message {
  margin: 0 0 6rem 0;
  font-size: 2.8rem;
}

.contact__form__confirm__table {
  width: 100%;
  max-width: 77rem;
  margin-bottom: 6rem;
  font-size: 3.2rem;
}

.contact__form__confirm__table th {
  padding: 1rem 2rem 1rem 0;
  text-align: left;
  vertical-align: top;
  width: 18rem;
}

.contact__form__confirm__table td {
  padding: 1rem 0;
  vertical-align: top;
}

.contact__form__error__heading {
  margin: 0 0 4rem 0;
  font-size: 4rem;
}

.contact__form__error__message {
  margin: 0 0 6rem 0;
  font-size: 2.8rem;
}

.contact__form__complete__heading {
  margin: 0 0 4rem 0;
  font-size: 4rem;
}

.contact__form__complete__message {
  margin: 0 0 6rem 0;
  font-size: 2.8rem;
}

@media screen and (min-width: 750px) {
  .contact__heading {
    gap: 3rem;
    margin-bottom: 5rem;
  }

  .contact__heading__title {
    font-size: 6rem;
  }

  .contact__heading__explain {
    min-width: 60rem;
    padding: 2rem;
    font-size: 2rem;
    text-align: center;
  }

  .contact__form {
    max-width: 77rem;
    margin: 0 auto;
  }

  .contact__form__row {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 2.8rem;
  }

  .contact__form__label {
    flex: 0 0 25%;
    gap: 0 1.8rem;
    padding-top: 1rem;
  }

  .contact__form__label label,
  .contact__form__label span {
    font-size: 1.6rem;
  }

  .contact__form__label .required {
    padding: 0 1.2rem;
    font-size: 1.4rem;
  }

  .contact__form__input {
    flex: 1 1 auto;
    gap: 1rem;
    font-size: 1.6rem;
  }

  .contact__form__input input[type='text'],
  .contact__form__input input[type='email'],
  .contact__form__input input[type='tel'],
  .contact__form__input textarea {
    padding: 1rem 2rem;
  }

  .contact__form__input input[type='text']:focus,
  .contact__form__input input[type='text'].focus-highlight,
  .contact__form__input input[type='email']:focus,
  .contact__form__input input[type='email'].focus-highlight,
  .contact__form__input input[type='tel']:focus,
  .contact__form__input input[type='tel'].focus-highlight,
  .contact__form__input textarea:focus,
  .contact__form__input textarea.focus-highlight {
    outline: 0.2rem solid #d1462b;
  }

  .contact__form__input input[type='text'].is-invalid,
  .contact__form__input input[type='email'].is-invalid,
  .contact__form__input input[type='tel'].is-invalid,
  .contact__form__input textarea.is-invalid {
    outline: 0.2rem solid #d1462b;
  }

  .contact__form__input input[type='text'].no-outline,
  .contact__form__input input[type='email'].no-outline,
  .contact__form__input input[type='tel'].no-outline,
  .contact__form__input textarea.no-outline {
    outline: none !important;
  }

  .contact__form__input input[type='text']#postal-code,
  .contact__form__input input[type='email']#postal-code,
  .contact__form__input input[type='tel']#postal-code,
  .contact__form__input textarea#postal-code {
    width: 15rem;
  }

  .contact__form__input select {
    padding: 1rem 2rem;
  }

  .contact__form__input select:focus {
    outline: 0.2rem solid #d1462b;
  }

  .contact__form__input .input-radio {
    padding-top: 1rem;
    gap: 1rem 2rem;
  }

  .contact__form__input .input-radio.type-button label {
    flex: 0 0 auto;
  }

  .contact__form__input .input-radio.type-button label span {
    height: 4.8rem;
    padding: 0 3rem;
    font-size: 1.6rem;
  }

  .contact__form__input .just-validate-error-label {
    color: #d1462b;
    font-size: 1.4rem;
  }

  .contact__form__optional {
    display: none;
    margin-bottom: 5.2rem;
  }

  .contact__form__optional__btn {
    margin: 2.6rem 0 2.4rem 0;
  }

  .contact__form__optional__btn button {
    width: 26.4rem;
    height: 4.8rem;
    font-size: 1.6rem;
  }

  .contact__form__optional__explain {
    font-size: 1.4rem;
  }

  .contact__form__optional__content {
    display: none;
    padding-top: 2.4rem;
  }

  .contact__form__agreement {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }

  .contact__form__agreement .just-validate-error-label {
    font-size: 1.4rem;
  }

  .contact__form__terms {
    margin-bottom: 2.4rem;
  }

  .contact__form__terms__scroll {
    max-height: 32rem;
  }

  .contact__form__terms__scroll h3 {
    font-size: 2rem;
  }

  .contact__form__terms__text h4 {
    font-size: 1.6rem;
  }

  .contact__form__terms__text p {
    font-size: 1.4rem;
  }

  .contact__form__btn {
    gap: 1rem;
  }

  .contact__form__btn button[type='submit'],
  .contact__form__btn input[type='submit'],
  .contact__form__btn input[type='button'],
  .contact__form__btn a {
    width: 50rem;
    height: 5.6rem;
    font-size: 2rem;
  }

  .contact__form__btn button[type='submit']:disabled,
  .contact__form__btn input[type='submit']:disabled,
  .contact__form__btn input[type='button']:disabled,
  .contact__form__btn a:disabled {
    opacity: 0.7;
    cursor: not-allowed;
  }

  .contact__form__confirm__heading {
    font-size: 2.4rem;
  }

  .contact__form__confirm__message {
    font-size: 1.6rem;
  }

  .contact__form__confirm__table {
    font-size: 1.6rem;
  }

  .contact__form__error__heading {
    font-size: 2.4rem;
  }

  .contact__form__error__message {
    font-size: 1.6rem;
  }

  .contact__form__complete__heading {
    font-size: 2.4rem;
  }

  .contact__form__complete__message {
    font-size: 1.6rem;
  }
}

.add1 {
  padding: 20rem 0 8rem 0;
  background: #f0f8fa;
}

.add1__heading {
  margin: 0 0 6rem 0;
  text-align: center;
}

.add1__heading img {
  width: 68.6rem;
}

.add1__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2rem;
  padding: 7rem 2rem 6rem;
  background: #fff;
  border-radius: 1.6rem;
}

.add1__list__item {
  position: relative;
  flex: 0 0 calc(50% - 1rem);
  padding-top: 1rem;
}

.add1__list__item img {
  width: 100%;
  border-radius: 0.6rem;
}

.add1__list__item h3 {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 3.6rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  background: #5ac3d9;
  border-radius: 0.3rem;
}

@media screen and (min-width: 750px) {
  .add1 {
    padding: 0 0 8rem 0;
  }

  .add1__heading {
    margin-bottom: 5rem;
  }

  .add1__heading img {
    width: 94.1rem;
  }

  .add1__list {
    padding: 5rem 4rem;
    border-radius: 5rem;
  }

  .add1__list__item {
    flex: 0 0 calc(25% - 1.5rem);
    padding: 0;
  }

  .add1__list__item img {
    border-radius: 0.3rem;
  }

  .add1__list__item h3 {
    top: -1.5rem;
    font-size: 2.1rem;
  }
}

/* 利用規約 */
.terms {
  margin: 0 15%;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  line-height: 1.9;
  color: #333;
}

.terms h1 {
  font-size: 22px;
  margin-bottom: 30px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.terms h2 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 15px;
  border-left: 4px solid #333;
  padding-left: 10px;
}

.terms h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.terms p {
  margin: 10px 0;
  font-size: 16px;
}

.terms ol,
.terms ul {
  padding-left: 20px;
  margin: 10px 0;
  font-size: 16px;
}

.terms li {
  margin-bottom: 8px;
}

.terms ul {
  padding-left: 20px;
  margin-top: 10px;
}

.terms .section {
  margin-bottom: 25px;
}

.terms table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-size: 16px;
}

.terms th,
.terms td {
  padding: 16px 12px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.terms th {
  width: 180px;
  background: #f7f7f7;
  font-weight: 600;
}

/* SP */
@media (max-width: 768px) {
  .terms {
    padding: 25px;
    margin: 0 2%;
  }

  .terms th {
    width: 120px;
  }

  .terms th,
  .terms td {
    padding: 12px 8px;
  }
}
