@charset "UTF-8";

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
: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);
}

/*--------------------------------------------------------------
# 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.3333vw;
  touch-action: manipulation;
  scroll-behavior: smooth;
}

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

@media screen and (min-width: 1260px) {
  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: 2rem;
  }
}

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

/*--------------------------------------------------------------
# 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;
  padding-top: 12rem;
}

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

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

.container {
  width: 100%;
  max-width: calc(1200px + 6rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 12rem;
  background: white;
  box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.1);
}

.header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0.7rem;
}

.header__title {
  flex: 1 1 auto;
  margin: 0 1rem 0 0;
}

.header__title img {
  display: block;
  width: 100%;
}

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

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

.header__tel a img {
  width: 2.2rem;
  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__contact {
  flex: 0 0 auto;
  width: 18rem;
  height: 100%;
}

.header__contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background: #f59e35;
}

.header__contact a img {
  width: 3.4rem;
  height: auto;
}

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

  .header__title img {
    width: 310px;
    max-width: 100%;
    height: auto;
  }

  .header__tel {
    align-items: center;
    margin-right: 3.4rem;
  }

  .header__tel a {
    font-size: 3.5rem;
  }

  .header__tel a img {
    width: 2.5rem;
  }

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

@media screen and (min-width: 1260px) {
  .header__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
  }
}

/*--------------------------------------------------------------
# Footer.
--------------------------------------------------------------*/
.footer {
  background: #f1fbf5;
}

.footer__copyright {
  margin: 0;
  font-size: 2.4rem;
  text-align: center;
  padding: 1.2rem 3.2rem;
  color: white;
  background: #05B462;
}

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

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

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

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

.kv {
  position: relative;
  padding-bottom: 6rem;
}

.kv__image {
  width: 100%;
  text-align: center;
}

.kv__image img {
  width: 100%;
  max-width: 1920px;
}

.kv__btn {
  position: absolute;
  bottom: 0rem;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.kv__btn a {
  width: 63.7rem;
}

.kv__btn a img {
  width: 100%;
  filter: drop-shadow(0.4rem 0.4rem 2rem #d5d5d5);
}

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

  .kv__btn {
    bottom: 2%;
  }

  .kv__btn a {
    width: 25.73%;
    max-width: 494px;
  }
}

.prologue {
  padding: 4.6rem 0 6rem;
}

.prologue__image {
  width: 100%;
  text-align: center;
}

.prologue__image img {
  width: 100%;
  max-width: 1920px;
}

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

  .prologue__image {
    height: 53.3rem;
  }

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

.usersvoice__image {
  width: 100%;
  text-align: center;
}

.usersvoice__image img {
  width: 100%;
  max-width: 1920px;
}

@media screen and (min-width: 750px) {
  .usersvoice__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.cta {
  position: relative;
}

.cta__image {
  width: 100%;
  text-align: center;
}

.cta__image img {
  width: 100%;
  max-width: 1920px;
}

.cta__tel {
  position: absolute;
  bottom: 25.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 53.7rem;
}

.cta__tel img {
  width: 100%;
  filter: drop-shadow(0.4rem 0.4rem 2rem rgba(0, 0, 0, 0.5));
}

.cta__contact {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 62.6rem;
}

.cta__contact img {
  width: 100%;
  filter: drop-shadow(0.4rem 0.4rem 2rem rgba(0, 0, 0, 0.3));
}

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

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

  .cta__tel {
    bottom: 16.7rem;
    left: calc(50% + 7.7rem);
    transform: translateX(0);
    width: 40.4rem;
  }

  .cta__contact {
    bottom: 4.2rem;
    left: calc(50% + 3.4rem);
    transform: translateX(0);
    width: 50rem;
  }
}

.merit__image {
  width: 100%;
  text-align: center;
}

.merit__image img {
  width: 100%;
  max-width: 1920px;
}

@media screen and (min-width: 750px) {
  /* .merit__image {
    height: 194rem;
  } */

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

.flow {
  padding-bottom: 9rem;
}

.flow__image {
  width: 100%;
  text-align: center;
}

.flow__image img {
  width: 100%;
  max-width: 1920px;
}

@media screen and (min-width: 750px) {
  .flow {
    margin-top: 7rem;
    padding-bottom: 0;
  }

  .flow__image {
    height: 110.8rem;
  }

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

.area {
  margin: 0;
}

.area__image {
  width: 100%;
  text-align: center;
}

.area__image img {
  width: 100%;
  max-width: 1920px;
}

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

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

.casestudy {
  padding: 16rem 0 8rem 0;
  background: #fff;
}

.casestudy__title {
  margin: 0 0 2rem 0;
  text-align: center;
}

.casestudy__title img {
  width: 69.7rem;
}

.casestudy__content {
  position: relative;
  padding: 0 3rem;
}

.casestudy__slide .slick-list {
  margin: 0 -1rem;
}

.casestudy__slide .slick-slide {
  width: 100%;
  margin: 0 1rem;
}

.casestudy__slide__prev,
.casestudy__slide__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5.2rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.casestudy__slide__prev img,
.casestudy__slide__next img {
  width: 100%;
  height: auto;
}

.casestudy__slide__prev {
  left: 0;
}

.casestudy__slide__next {
  right: 0;
}

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

  .casestudy__title {
    margin-bottom: 9.3rem;
  }

  .casestudy__title img {
    width: 99.5rem;
  }

  .casestudy__content {
    padding: 0 5rem;
  }

  .casestudy__slide .slick-list {
    margin: 0 -1.5rem;
  }

  .casestudy__slide .slick-slide {
    margin: 0 1.5rem;
  }

  .casestudy__slide__prev,
  .casestudy__slide__next {
    width: 8.3rem;
  }
}

.faq {
  padding: 8.6rem 0 7rem;
}

.faq__title {
  margin: 0 0 7.5rem 0;
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
}

.faq__title img {
  width: 32rem;
}

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

.faq__list__item {
  padding: 4rem;
  color: #000;
  background: rgba(5, 180, 98, 0.05);
  border-radius: 1.5rem;
}

.faq__list__item__question {
  margin: 0 0 6rem 0;
}

.faq__list__item__question h3 {
  position: relative;
  margin: 0;
  padding-left: 9rem;
  font-size: 3.3rem;
  font-weight: 500;
}

.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.3rem;
  height: 6.3rem;
  font-family: var(--font-family-roboto);
  font-size: 3.6rem;
  font-weight: 500;
  color: white;
  background: #05B462;
  border-radius: 4rem;
}

.faq__list__item__answer {
  position: relative;
  padding-left: 9rem;
}

.faq__list__item__answer:before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.3rem;
  height: 6.3rem;
  font-family: var(--font-family-roboto);
  font-size: 3.6rem;
  font-weight: 500;
  color: #05B462;
  border: 1px solid #05B462;
  border-radius: 4rem;
}

.faq__list__item__answer p {
  margin: 0;
  font-size: 3.2rem;
}

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

  .faq__title {
    margin-bottom: 8.2rem;
  }

  .faq__list {
    gap: 3.4rem;
  }

  .faq__list__item {
    padding: 4rem;
  }

  .faq__list__item__question h3 {
    padding-left: 8.6rem;
    font-size: 2.4rem;
  }

  .faq__list__item__answer {
    padding-left: 8.6rem;
  }

  .faq__list__item__answer p {
    font-size: 2.4rem;
  }
}

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

.contact__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  margin-bottom: 8rem;
}

.contact__heading__title {
  margin: 0;
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
}

.contact__heading__title img {
  width: 37.2rem;
}

.contact__heading__explain {
  margin: 0;
  font-size: 3rem;
  text-align: center;
  line-height: 1.6;
}

.contact__form__row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}

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

.contact__form__label label,
.contact__form__label span {
  font-size: 3.2rem;
  font-weight: 500;
}

.contact__form__label .required {
  display: inline-block;
  padding: 0 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  color: white;
  background: #f59e35;
  border-radius: 2rem;
}

.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: 1px solid #c8c8c8;
  border-radius: 0.6rem;
}

.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: #c8c8c8;
}

.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: #c8c8c8;
}

.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: #c8c8c8;
}

.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: #c8c8c8;
}

.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: 33rem;
}

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

.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: 1rem;
}

.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: 8rem;
  font-size: 3.2rem;
  font-weight: bold;
  color: #a6a6a6;
  border: 0.2rem solid #20387a;
  border-radius: 0.6rem;
  background: white;
  cursor: pointer;
}

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

.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: #20387a;
}

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

.contact__form__agreement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 4.6rem;
  font-size: 3.2rem;
  font-weight: 500;
}

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

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

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

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

.contact__form__agreement .just-validate-error-label {
  color: #d1462b;
  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: 100%;
  max-width: 100%;
  height: 10rem;
  padding: 0;
  font-size: 4rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 0.6rem;
  background: #05B462;
  cursor: pointer;
}

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

  .contact__form__btn button[type=submit],
  .contact__form__btn input[type=submit],
  .contact__form__btn a {
    font-size: 3.2rem;
  }
}

.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: 100%;
  max-width: 100%;
  height: 10rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: white;
  border: none;
  border-radius: 0.6rem;
  background: #ccc;
  cursor: pointer;
}

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

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

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

.contact__form__confirm__table tr {
  display: block;
  margin-bottom: 4rem;
}

.contact__form__confirm__table tr:last-child {
  margin-bottom: 0;
}

.contact__form__confirm__table th {
  display: block;
  width: 100%;
  padding: 0 0 1rem 0;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
}

.contact__form__confirm__table td {
  display: block;
  width: 100%;
  padding: 0;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: break-word;
  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 {
    padding: 11.3rem 0 5rem 0;
  }

  .contact__form {
    width: 86.6rem;
    margin: 0 auto;
  }

  .contact__form__row {
    gap: 1.3rem;
    margin-bottom: 3.4rem;
  }

  .contact__form__label {
    gap: 0 2.2rem;
    padding-top: 1rem;
  }

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

  .contact__form__label .required {
    font-size: 1.8rem;
  }

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

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

  .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: 2rem 1.5rem;
  }

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

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

  .contact__form__agreement {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }

  .contact__form__agreement .just-validate-error-label {
    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: 70rem;
    height: 6.7rem;
    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: 2.2rem;
  }

  .contact__form__confirm__table {
    font-size: 2rem;
    border-collapse: collapse;
  }

  .contact__form__confirm__table tr {
    display: table-row;
    margin-bottom: 0;
  }

  .contact__form__confirm__table th {
    display: table-cell;
    width: 32%;
    padding: 1rem 4rem 1rem 0;
  }

  .contact__form__confirm__table td {
    display: table-cell;
    width: 68%;
    padding: 1rem 0;
  }

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

/* 利用規約 */
.terms {
  width: 100%;
  padding: 4rem 0;
}

.terms h1 {
  margin: 0 0 3rem 0;
  padding-bottom: 1rem;
  font-size: 3.2rem;
  border-bottom: 2px solid #eee;
  text-align: center;
}

.terms .policy-subtitle {
  text-align: center;
  margin-bottom: 1.5rem;
}

.terms h2 {
  margin: 4rem 0 1.5rem 0;
  font-size: 3rem;
  border-left: 4px solid #333;
  padding-left: 1rem;
}

.terms h3 {
  margin: 2.5rem 0 1rem 0;
  font-size: 2.8rem;
}

.terms p {
  margin: 1rem 0;
  font-size: 2.6rem;
}

.terms ul,
.terms ol {
  margin: 1rem 0;
  padding-left: 2rem;
  font-size: 2.6rem;
}

.terms ul li,
.terms ol li {
  margin-bottom: 0.8rem;
}

.terms ul {
  list-style-type: disc;
}

.terms .section {
  margin-bottom: 2.5rem;
}

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

.terms table th,
.terms table td {
  padding: 1.6rem 1.2rem;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

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

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

  .terms h1 {
    font-size: 2.4rem;
  }

  .terms h2 {
    font-size: 2rem;
  }

  .terms h3 {
    font-size: 1.8rem;
  }

  .terms p {
    font-size: 1.6rem;
  }

  .terms ul,
  .terms ol {
    font-size: 1.6rem;
  }
}