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

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

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

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

body {
  position: relative;
  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: 630px) {
  body {
    font-size: 2rem;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #DBF8F4 0%, #F4FEEA 100%);
}

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;
}

/*--------------------------------------------------------------
# Component
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .pc-hidden {
    display: none;
  }
}

.pc-show {
  display: none;
}

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

@media screen and (max-width: 1200px) {
  .sp-hidden {
    display: none;
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

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

.site .site-main {
  flex: 1 1 auto;
  overflow-x: hidden;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  background: linear-gradient(180deg, #DBF8F4 0%, #F4FEEA 100%);
}

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

@media screen and (min-width: 630px) {
  .site .site-main {
    border-right: 4px solid white;
    border-left: 4px solid white;
  }
}

@media screen and (min-width: 1200px) {
  .site {
    width: 1200px;
    margin: 0 auto;
  }

  .site .site-main {
    margin: 0;
  }
}

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer.
--------------------------------------------------------------*/
.footer {
  padding-top: 1.8rem;
}

@media screen and (max-width: 629px) {
  .footer {
    padding-bottom: 90px;
  }
}

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

@media screen and (min-width: 630px) {
  .footer__link {
    font-size: 1.4rem;
  }
}

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

.footer__copyright {
  padding: 1.2rem 3.2rem;
  color: white;
  text-align: center;
  background: #00AB83;
}

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

@media screen and (min-width: 630px) {
  .footer__copyright p {
    font-size: 1rem;
  }
}

.kv {
  width: 100%;
}

.kv img {
  width: 100%;
}

.sec1,
.sec2,
.sec3,
.sec4,
.sec5 {
  width: 100%;
}

.sec1 img,
.sec2 img,
.sec3 img,
.sec4 img,
.sec5 img {
  width: 100%;
}

.voice {
  padding: 6rem 0 15.4rem;
  background: linear-gradient(to bottom, #DBF8F4, #F4FEEA);
}

.voice__heading {
  margin: 0 0 4.8rem 0;
  text-align: center;
}

.voice__heading img {
  width: 29.8rem;
}

.voice__slide .slick-slide {
  padding: 2rem 3.6rem;
}

.voice__slide__item img {
  display: block;
  width: 100%;
  border-radius: 1.8rem;
  overflow: hidden;
  box-shadow: 4px 4px 1.4rem rgba(0, 0, 0, 0.03);
}

.voice__slide .slick-dots {
  position: absolute;
  left: 0;
  bottom: -5.8rem;
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.voice__slide .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 8px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: #d9d9d9;
  cursor: pointer;
}

.voice__slide .slick-dots li.slick-active button {
  background: #00AB83;
}

.voice__slider-wrap {
  position: relative;
}

.voice__prev,
.voice__next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 5.6rem;
  padding: 0;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.voice__prev img,
.voice__next img {
  display: block;
  width: 100%;
}

.voice__prev {
  left: 0.8rem;
}

.voice__next {
  right: 0.8rem;
}

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

.cta__image {
  width: 100%;
}

.cta__button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 87.48%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 1.8rem;
  overflow: hidden;
}

.cta__button img {
  width: 100%;
}

.cta__button.button-tel {
  bottom: 42%;
}

.cta__button.button-tel2 {
  bottom: 15%;
}

.cta__button.button-contact {
  bottom: 26%;
}

.cta__button.button-line {
  bottom: 10%;
}

.faq {
  padding: 4.8rem 3.6rem 10.8rem;
  background-color: #F5FFEB;
}

.faq__heading {
  margin: 0 0 7.2rem 0;
  text-align: center;
}

.faq__heading img {
  width: 32.7rem;
}

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

.faq__list__item {
  padding: 3.2rem;
  color: #4a4130;
  background: white;
  border-radius: 1.6rem;
  box-shadow: 4px 4px 1.4rem rgba(0, 0, 0, 0.03);
}

.faq__list__item__question {
  position: relative;
  margin: 0 0 1.6rem 0;
  padding-right: 4rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.faq__list__item__question:before,
.faq__list__item__question:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1.8rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  background: #00AB83;
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.faq__list__item__question:before {
  transform: rotate(90deg);
}

.faq__list__item__question h3 {
  position: relative;
  margin: 0;
  line-height: 1.4;
  padding-left: 5.6rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: #00AB83;
}

.faq__list__item__question h3:before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  font-family: var(--font-family-roboto);
  font-size: 2.4rem;
  font-weight: 500;
  color: white;
  background: linear-gradient(to right bottom, #2FCF87, #00AB83);
  border-radius: 4rem;
}

.faq__list__item.is-open .faq__list__item__question:before {
  transform: rotate(0);
}

.faq__list__item__answer {
  font-size: 2.2rem;
  font-weight: normal;
}

.faq__list__item__answer p {
  margin: 0;
}

/* ===== Floating Buttons ===== */
.floating-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  gap: 3px;
  background-color: #f1f5f1;
}

.floating-btn {
  flex: 1;
  display: block;
  text-align: center;
  line-height: 1;
}

.floating-btn img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 650px) {
  .floating-buttons {
    display: none;
  }
}

.contact {
  padding: 6rem 3.6rem 0;
}

.contact__form {
  margin-bottom: 2.8rem;
  padding-bottom: 3.8rem;
  border-bottom: 1px solid #ccc;
}

.contact__form__row {
  margin-bottom: 1.6rem;
}

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

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

@media screen and (min-width: 630px) {

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

.contact__form__label .required {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 3rem;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  background: #ff8b6d;
  border-radius: 3px;
}

@media screen and (min-width: 630px) {
  .contact__form__label .required {
    font-size: 1.3rem;
    width: 4.2rem;
    height: 2.1rem;
  }
}

.contact__form__input {
  font-size: 2.4rem;
}

@media screen and (min-width: 630px) {
  .contact__form__input {
    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 {
  width: 100%;
  padding: 2rem 3rem;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.contact__form__input input[type=text]::-moz-placeholder,
.contact__form__input input[type=email]::-moz-placeholder,
.contact__form__input input[type=tel]::-moz-placeholder,
.contact__form__input textarea::-moz-placeholder {
  color: #ccc;
}

.contact__form__input input[type=text]::placeholder,
.contact__form__input input[type=email]::placeholder,
.contact__form__input input[type=tel]::placeholder,
.contact__form__input textarea::placeholder {
  color: #ccc;
}

.contact__form__input input[type=text]:-ms-input-placeholder,
.contact__form__input input[type=email]:-ms-input-placeholder,
.contact__form__input input[type=tel]:-ms-input-placeholder,
.contact__form__input textarea:-ms-input-placeholder {
  color: #ccc;
}

.contact__form__input input[type=text]::-ms-input-placeholder,
.contact__form__input input[type=email]::-ms-input-placeholder,
.contact__form__input input[type=tel]::-ms-input-placeholder,
.contact__form__input textarea::-ms-input-placeholder {
  color: #ccc;
}

@media screen and (min-width: 630px) {

  .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: none;
  box-shadow: inset 0 0 0 2px #44a6d9;
}

.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: none;
  box-shadow: inset 0 0 0 2px #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;
  box-shadow: none !important;
}

.contact__form__input.input-address {
  display: grid;
  grid-template-columns: 14.4rem minmax(0, 1fr);
  gap: 0.8rem 1.2rem;
  align-items: start;
}

.contact__form__input.input-address #postal-code {
  width: 100%;
}

.contact__form__input.input-address #address {
  width: 100%;
  min-width: 0;
}

.contact__form__input.input-address .just-validate-error-label {
  grid-column: 1/-1;
  margin-top: 0;
}

.contact__form__input select {
  padding: 1rem 2rem;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.contact__form__input select:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #d1462b;
}

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

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

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

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

@media screen and (min-width: 630px) {
  .contact__form__input .input-radio.type-button label span {
    height: 4rem;
    font-size: 1.6rem;
  }
}

.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: white;
  background: #00a5bf;
}

.contact__form__input .just-validate-error-label {
  margin-top: 1.2rem;
  color: #d1462b;
  font-size: 1.8rem;
}

@media screen and (min-width: 630px) {
  .contact__form__input .just-validate-error-label {
    font-size: 1.2rem;
  }
}

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

@media screen and (min-width: 630px) {
  .contact__form__agreement {
    font-size: 1.6rem;
  }
}

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

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

/* .contact__form__agreement label a {
  color: inherit;
  text-decoration: none;
} */

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

@media screen and (min-width: 630px) {
  .contact__form__agreement .just-validate-error-label {
    font-size: 1.2rem;
  }
}

.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 {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 8rem;
  padding: 0;
  font-size: 3rem;
  font-weight: 500;
  color: white;
  text-decoration: none;
  border-radius: 4rem;
  border: none;
  background: linear-gradient(to bottom, #FF6037, #FF8B6D, #FF6037);
  cursor: pointer;
}

@media screen and (min-width: 630px) {

  .contact__form__btn button[type=submit],
  .contact__form__btn input[type=submit],
  .contact__form__btn a {
    width: 24rem;
    max-width: 100%;
    height: 4.8rem;
    font-size: 1.4rem;
  }
}

.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 button[type=submit] img,
.contact__form__btn input[type=submit] img,
.contact__form__btn a img {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: auto;
  height: 9px;
  margin-top: -4.5px;
}

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

.form_title {
  text-align: center;
  padding-bottom: 3rem;
}

.form_title img {
  width: 80%;
}

@media screen and (min-width: 1200px) and (max-height: 800px) {
  .form_title {
    display: none;
  }
}

@media screen and (min-width: 630px) {
  .contact_formarea {
    display: flex;
    justify-content: center;
    gap: 3rem;
  }
}

.contact__tel {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.contact__tel img {
  width: 38rem;
}

.contact__line {
  display: none;
}

/* @media screen and (max-height: 745px) {
  .contact__tel {
    display: none;
  }
} */
@media screen and (min-height: 746px) {
  .contact {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 1200px) {
  .contact {
    position: fixed;
    top: 50%;
    left: calc(50% + 65px);
    transform: translateY(-50%);
    left: calc(50% + 65px);
    width: 535px;
    max-height: calc(100dvh - 40px);
    padding: 0;
    overflow-y: auto;
  }

  .contact__form #contact-form {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }

  .contact__form #contact-form>.contact__form__row:nth-of-type(1) {
    grid-column: 1;
  }

  .contact__form #contact-form>.contact__form__row:nth-of-type(2) {
    grid-column: 2;
  }

  .contact__form #contact-form>.contact__form__row:nth-of-type(n + 3),
  .contact__form #contact-form>.contact__form__agreement,
  .contact__form #contact-form>.contact__form__btn {
    grid-column: 1/-1;
  }

  .contact__line {
    display: flex;
    justify-content: center;
    /* margin-top: 1.6rem; */
  }
}

/* @media screen and (min-width: 1200px) and (max-height: 865px) {
  .contact__line {
    display: none;
  }
} */
@media screen and (min-width: 1200px) and (max-height: 1025px) {
  .contact__form {
    margin-bottom: 1.6rem;
    padding-bottom: 2rem;
  }

  .contact__form__row {
    margin-bottom: 1rem;
  }

  .contact__form__label {
    margin-bottom: 0.6rem;
  }

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

  .contact__form__input input[type=text],
  .contact__form__input input[type=email],
  .contact__form__input input[type=tel],
  .contact__form__input textarea {
    padding: 0.8rem 1.2rem;
    font-size: 1.4rem;
  }

  .contact__form__input textarea {
    min-height: 3rem;
  }

  .contact__form__agreement {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }

  .contact__form__btn button[type=submit] {
    height: 4.2rem;
  }
}

.footer__sns ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.footer__sns ul li {
    max-width: 50px;
}