@charset "UTF-8";
body {
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 767.9px) {
  .md2-desktop {
    display: none;
  }
}

.u-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block !important;
  }
}

.md2-mobile {
  display: none;
}
@media screen and (min-width: 767.9px) {
  .md2-mobile {
    display: block;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 1.2403100775vw;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1290px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 767.9px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

a:hover {
  opacity: 0.3;
}

main {
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 3.75rem;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.access__title {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.access__table {
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 1050px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .access__table {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.access__th {
  background-color: #e9e9e9;
  padding: 15px;
  padding: 0.9375rem;
  text-align: center;
  width: 19%;
}
@media screen and (max-width: 768px) {
  .access__th {
    width: 100%;
    display: block;
  }
}

.access__td {
  text-align: left;
  padding: 15px;
  padding: 0.9375rem;
  width: 81%;
}
@media screen and (max-width: 768px) {
  .access__td {
    width: 100%;
    display: block;
  }
}

.access__map-wrap {
  max-width: 1160px;
  margin-inline: auto;
  width: 100%;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .access__map-wrap {
    margin-bottom: 1.25rem;
  }
}

.access__map {
  width: 100%;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 14px;
  width: 0.875rem;
  height: 2px;
  height: 0.125rem;
  background-color: #fff;
  right: -40px;
  right: -2.5rem;
  top: 12px;
  top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .arrow {
    top: 0.625rem;
  }
}

.arrow.arrow--white {
  background-color: #346f8b;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  width: 0.625rem;
  height: 2px;
  height: 0.125rem;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.arrow.arrow--white::before,
.arrow.arrow--white::after {
  background-color: #346f8b;
}

.arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.breadcrumb-wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.page-top-button {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  position: fixed;
  z-index: 1;
  left: 80%;
  bottom: 1%;
  background-color: #fff;
  cursor: pointer;
}

.page-top-button::after {
  position: absolute;
  top: 42%;
  left: 30%;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-top: 3px solid #346f8b;
  border-right: 3px solid #346f8b;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  content: "";
  border-radius: 8%;
}

.c-contact {
  background-color: #ecf8fd;
  padding: 60px 0;
  padding: 3.75rem 0;
}

.c-contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-contact__tel,
.c-contact__mail {
  width: 600px;
  width: 37.5rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-contact__tel,
  .c-contact__mail {
    width: 20.9375rem;
    margin-inline: auto;
  }
}

.c-contact__tel img {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-contact__tel img {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.c-contact-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: -10px;
  margin-top: -0.625rem;
}
.c-contact__tel-link {
  font-weight: bold;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Oswald";
  color: #346f8b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  padding-top: 1.25rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-contact__tel-link {
    font-size: 1.5625rem;
    color: #fff;
    background-color: #346f8b;
    width: 18.4375rem;
    margin-inline: auto;
    border-radius: 0.25rem;
    padding: 0.375rem 0;
    margin-top: 1.25rem;
  }
}

.c-contact__time {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-contact__time {
    padding: 0.625rem 0;
  }
}

.c-contact__mail-link {
  margin-top: 42px;
  margin-top: 2.625rem;
  border: 1px solid transparent;
  width: 300px;
  width: 18.75rem;
  background-color: #346F8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique";
  padding: 10px 0;
  padding: 0.625rem 0;
  margin-inline: auto;
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
  .c-contact__mail-link {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.title {
  font-size: 38px;
  font-size: 2.375rem;
  color: #346f8b;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 1.75rem;
  }
}

.title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background-color: #e9e9e9;
  content: "";
  width: 40px;
  width: 2.5rem;
  height: 4px;
  height: 0.25rem;
}

.sub-title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP";
  color: #346f8b;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 1.375rem;
    line-height: 1.4545;
  }
}

.text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .text {
    letter-spacing: -0.01em;
    text-align: left;
    line-height: 1.5;
  }
}

.button {
  width: 300px;
  width: 18.75rem;
  background-color: #47bce8;
  color: #fff;
  padding: 15px 0;
  padding: 0.9375rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  position: relative;
}

.button img {
  width: 13.5px;
  width: 0.84375rem;
  height: 15px;
  height: 0.9375rem;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 10px;
  right: 0.625rem;
}

.page-title {
  text-align: center;
  font-weight: bold;
  padding: 47px 0;
  padding: 2.9375rem 0;
  background-color: #ecf8fd;
}
@media screen and (max-width: 768px) {
  .page-title {
    padding: 1.25rem;
  }
}

.page-title__ja {
  font-size: 38px;
  font-size: 2.375rem;
  color: #346f8b;
}
@media screen and (max-width: 768px) {
  .page-title__ja {
    font-size: 1.5rem;
  }
}

.page-title__en {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .page-title__en {
    font-size: 0.875rem;
  }
}

.company__title-wrap {
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.company__container {
  max-width: 1050px;
  margin-inline: auto;
}

.company__wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .company__wrap {
    margin-top: 1.875rem;
  }
}

.company__text {
  padding-top: 15px;
  padding-top: 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.company__dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1000px;
  width: 62.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .company__dl {
    width: 100%;
  }
}

.company__dl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .company__dl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.company__dt {
  padding: 20px;
  padding: 1.25rem;
  width: 200px;
  width: 12.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e9e9e9;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company__dt {
    width: 100%;
  }
}

.company__dt.company__dt--wide {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .company__dt.company__dt--wide {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.company__dd {
  width: 800px;
  width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding: 1.25rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .company__dd {
    width: 100%;
  }
}

.page-complete__container {
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  text-align: center;
}

.page-complete__text {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-complete__text {
    text-align: center;
  }
}

.page-contact__form-wrap {
  max-width: 1080px;
  margin-inline: auto;
  padding-top: 80px;
  padding-top: 5rem;
}

.form {
  width: 800px;
  margin-inline: auto;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .form {
    width: auto;
    width: initial;
  }
}

.form__about {
  text-align: center;
}

.form__about-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: serif;
}
@media screen and (max-width: 768px) {
  .form__about-title {
    font-size: 1.5rem;
  }
}

.form__about-text {
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .form__about-text {
    margin-top: 1.6875rem;
    font-size: 1rem;
  }
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-top: 1.25rem;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .form__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form__field.form__field--privacy {
  border-bottom: 0;
  border-bottom: initial;
}

.form__label {
  width: 270px;
  width: 16.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .form__label {
    margin-top: 1.875rem;
    font-size: 1rem;
    width: 100%;
  }
}

.form__data {
  border: 1px solid #d1d1d1;
  width: 530px;
  width: 33.125rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .form__data {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.form__required {
  background-color: #219fff;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  width: 50px;
  width: 3.125rem;
  text-align: center;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .form__required {
    margin-right: 0;
  }
}

.form__required.form__required--blue {
  background-color: #8d8d8d;
}

.form__label-text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.form__label-text span {
  color: red;
}

.form__input-text {
  font-family: "Noto sans JP", serif;
  font-size: 15px;
  padding: 10px;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
  border: 1px solid #e2e2e2;
}

.form__input-textarea {
  height: 160px;
  width: 100%;
  resize: none;
}

input {
  font-size: 14px;
  padding: 10px;
  padding: 0.625rem;
}

.checkbox {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.contact__button {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

select {
  width: 100%;
  text-align: left;
}

.line-break {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.form__list {
  margin-top: 80px;
  margin-top: 5rem;
}

.form__input::-webkit-input-placeholder {
  color: #a9a9a9;
}

.form__input::-moz-placeholder {
  color: #a9a9a9;
}

.form__input::-ms-input-placeholder {
  color: #a9a9a9;
}

.form__input::placeholder {
  color: #a9a9a9;
}

.form__textarea {
  height: 160px;
  width: 100%;
}

.form__input,
.form__select,
.form__textarea,
.form__acceptance-text {
  font-size: 14px;
  width: 100%;
  padding: 12px;
  border: 1px solid #000;
  border-radius: 4px;
}

.form__privacy-text a {
  text-decoration: underline;
}

.form__privacy-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .form__privacy-acceptance {
    margin-left: 1.25rem;
  }
}

.form__acceptance-text {
  overflow-y: auto;
  height: 120px;
  background-color: #f2f2f2;
  color: #111;
}

.form__data-select {
  position: relative;
}

.wpcf7-list-item {
  margin: 0;
  display: block;
}

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

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::before {
  position: absolute;
  top: 3.25px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #000;
  border-radius: 3px;
  background-color: #fff;
}

.wpcf7-list-item-label a {
  text-decoration: underline;
}

.wpcf7-form-control-wrap[data-name=privacy] .wpcf7-list-item-label::after {
  position: absolute;
  top: 9.25px;
  left: 5px;
  width: 10px;
  height: 5px;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}

.form__checkbox:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-spinner {
  margin: 0;
  margin: initial;
  padding: 0;
  padding: initial;
  width: inherit;
  height: auto;
  height: initial;
}

.checkbox-982 input {
  display: none;
}

.acceptance-892 {
  display: none;
}

.form__submit-button {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}

.form__submit-button:hover {
  opacity: 0.3;
}

.text-815,
.text-226,
.text-439,
.tel-56,
.email-320,
.textarea-357 {
  width: 100%;
}

.acceptance-892 {
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.form__data.form__data--checkbox {
  margin-top: -10px;
  margin-top: -0.625rem;
}

.form__data.form__data--checkbox,
.form__data.form__data--privacy {
  border: medium none currentColor;
  border: initial;
}

.checkbox-982 input + span,
.acceptance-892 input + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 60px;
  padding-left: 3.75rem;
  margin-right: 40px;
  margin-right: 2.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.checkbox-982 input + span::after,
.checkbox-982 input + span::before,
.acceptance-892 + span::before,
.acceptance-892 + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.checkbox-982 input + span::before {
  border: 1px solid #d1d1d1;
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkbox-982 input + span::after {
  border: none;
  height: 25px;
  height: 1.5625rem;
  width: 15px;
  width: 0.9375rem;
  left: 17px;
  left: 1.0625rem;
  top: 0;
  display: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.checkbox-982 input:checked + span::after {
  display: block;
  content: "";
  height: 25px;
  height: 1.5625rem;
  left: 15px;
  left: 0.9375rem;
  position: absolute;
  top: 0;
  width: 15px;
  width: 0.9375rem;
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wpcf7-textarea,
.wpcf7-text {
  font-size: 16px;
  font-size: 1rem;
}

.wpcf7-textarea {
  padding: 10px;
  padding: 0.625rem;
}

.form-acceptance {
  text-align: center;
}

.wpcf7-list-item-label {
  position: relative;
}

.form__privacy-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}

.form__privacy-acceptance .wpcf7-list-item-label::before {
  border: 1px solid #d1d1d1;
  height: 40px;
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 40px;
  width: 2.5rem;
  left: -25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .form__privacy-acceptance .wpcf7-list-item-label::before {
    left: -2.5rem;
  }
}

.form__privacy-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  display: block;
  content: "";
  height: 22px;
  height: 1.375rem;
  left: -46px;
  left: -2.875rem;
  position: absolute;
  top: 0px;
  width: 14px;
  width: 0.875rem;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .form__privacy-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    left: -1.625rem;
  }
}

.form__submit-input {
  width: 335px;
  width: 20.9375rem;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #a3a3a3;
  padding: 15px;
  padding: 0.9375rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .form__submit-input {
    width: 17.1875rem;
  }
}

.form__submit-input.form__submit-input--submit {
  color: #346f8b;
  border: 1px solid #346f8b;
  background: url(../images/common/icon/arrow_blue.png);
  background-size: 1rem;
  color: #346f8b;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-position: center right 0.625rem;
}
@media screen and (max-width: 768px) {
  .form__submit-input.form__submit-input--submit {
    background-size: 0.875rem;
  }
}

.form__submit-input:hover {
  opacity: 0.3;
}

.drawer {
  -webkit-transform: translate(0);
          transform: translate(0);
  top: -36%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  right: 0;
  position: fixed;
  height: 50%;
  overflow-x: auto;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .drawer {
    width: auto;
    width: initial;
    left: 100%;
    top: 0;
    height: 100vh;
  }
}

.js-drawer.is-active {
  -webkit-transform: translate(0);
          transform: translate(0);
  background-color: #fff;
  top: 120px;
  top: 7.5rem;
  right: 0;
  position: fixed;
  height: 50%;
  overflow-x: auto;
  z-index: 9999;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .js-drawer.is-active {
    left: 0;
    height: 100%;
    top: 0;
  }
}

.drawer__inner {
  padding: 0 25px;
  padding: 0 1.5625rem;
}

.drawer-cross {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: fixed;
  top: 30px;
  top: 1.875rem;
  right: 30px;
  right: 1.875rem;
}

.drawer__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  gap: 1.5625rem;
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .drawer__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: initial;
  }
}

.drawer__list {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .drawer__list {
    border-bottom: 1px solid #000;
  }
}

.drawer__list a {
  color: #fff;
  background-color: #47bce8;
  font-size: 90%;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .drawer__list a {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #000;
    border: medium none currentColor;
    border: initial;
    padding: 1.25rem;
  }
}

.drawer__list a::after {
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  display: block;
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  right: 0.9375rem;
  margin: auto 0;
  z-index: 2;
}

.footer-top__nav {
  background-image: url(../images/common/icon/footer_bgi.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 90px;
  height: 5.625rem;
  width: 100%;
  margin-top: 130px;
  margin-top: 8.125rem;
}

.footer-top__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/common/icon/footer_bgi.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 920px;
  max-width: 57.5rem;
  margin-inline: auto;
}

.footer-top__list {
  margin: 0;
  width: 20%;
  height: inherit;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  border-right: 1px solid #cccccc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  height: 50px;
  height: 3.125rem;
}

.footer-top__list img {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin-inline: auto;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.footer-top__list-text {
  width: 100%;
  padding: 0 30px;
  padding: 0 1.875rem;
}

.footer-top__list.footer-top__list--contact img {
  width: 20px;
  width: 1.25rem;
  height: 15px;
  height: 0.9375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.footer__container {
  background-color: #346f8b;
  padding-top: 68px;
  padding-top: 4.25rem;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .footer__container {
    margin-top: 3.75rem;
  }
}

.footer__logo-title {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer__logo-title {
    font-size: 1.875rem;
  }
}

.footer__company {
  width: 140px;
  width: 8.75rem;
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  padding: 8px;
  padding: 0.5rem;
  color: #346f8b;
  display: block;
  margin-inline: auto;
  font-weight: bold;
  margin-top: 48px;
  margin-top: 3rem;
}

.footer__address {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.footer__contact {
  margin-top: 37px;
  margin-top: 2.3125rem;
  width: 540px;
  width: 33.75rem;
  margin-inline: auto;
  padding: 10px;
  padding: 0.625rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    width: 20.9375rem;
    padding: 1.25rem;
  }
}

.footer-contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  gap: 1.625rem;
  font-family: "Oswald";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer-contact__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__wrap a {
    width: 18.4375rem;
    margin-inline: auto;
    background-color: #47bce8;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-contact__wrap span {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 14px;
  padding-top: 0.875rem;
}
@media screen and (max-width: 768px) {
  .footer-contact__wrap span {
    padding-top: 0.625rem;
  }
}

.footer-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  font-size: 2.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-contact__tel {
    font-size: 1.5625rem;
    padding: 0.375rem 0;
    border: 1px solid #fff;
    border-radius: 0.25rem;
  }
}

.footer-contact__tel img {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

@media screen and (max-width: 768px) {
  .footer-contact__time {
    padding-top: 0.875rem;
  }
}

.footer-end__wrap {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.footer-end__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer-end__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-end__lists.footer-end__lists--last {
  margin-top: 10px;
  margin-top: 0.625rem;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-end__lists.footer-end__lists--last {
    margin-top: 2.5rem;
  }
}

.footer-end__list {
  position: relative;
}

.footer-end__list::before {
  position: absolute;
  background-color: #fff;
  height: 2px;
  height: 0.125rem;
  width: 10px;
  width: 0.625rem;
  content: "";
  top: 20px;
  top: 1.25rem;
  left: -14px;
  left: -0.875rem;
}
@media screen and (max-width: 768px) {
  .footer-end__list::before {
    position: static;
    position: initial;
  }
}

.footer-end__list.footer-end__list--contact {
  width: 220px;
  width: 13.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #346f8b;
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
  .footer-end__list.footer-end__list--contact {
    width: 20.9375rem;
    font-weight: bold;
  }
}

.footer-end__list.footer-end__list--contact::before {
  position: static;
  position: initial;
  background-color: transparent;
  background-color: initial;
}

.footer-end__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footer-end__link {
    padding: 1.125rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-end__link img {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer-end__link img {
    display: inline;
    display: initial;
    width: 0.84375rem;
    height: 0.9375rem;
    position: absolute;
    top: 1.375rem;
    right: 0.625rem;
  }
}

#copyright {
  margin-top: 42px;
  margin-top: 2.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.header {
  height: 120px;
  height: 7.5rem;
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header {
    height: 3.75rem;
  }
}

.header__inner {
  height: inherit;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding-top: 15px;
  padding-top: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header__container {
    padding-top: 0;
  }
}

.header__logo-wrap {
  text-align: center;
}

.header__logo-sub-title {
  color: #346f8b;
}
@media screen and (max-width: 768px) {
  .header__logo-sub-title {
    font-size: 0.75rem;
  }
}

.header__logo-main-title {
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .header__logo-main-title {
    font-size: 1.25rem;
  }
}

.header__right-wrap {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .header__right-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
  }
}

.header__on-wrap-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
  gap: 0.9375rem;
}

.header__on-wrap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__on-wrap-list span {
  border: 1px solid #000;
  width: 60px;
  width: 3.75rem;
  text-align: center;
  margin-right: 15px;
  margin-right: 0.9375rem;
  font-weight: bold;
}

.header__on-wrap-list a {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}

.header__on-wrap-list.header__on-wrap-list--contact {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: #47bce8;
  width: 160px;
  width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px 5px 0;
  padding: 0.3125rem 0.625rem 0.3125rem 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__on-wrap-list.header__on-wrap-list--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 5rem;
    padding: 0.3125rem 0;
  }
}

.header__on-wrap-list.header__on-wrap-list--contact a {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .header__on-wrap-list.header__on-wrap-list--contact a {
    font-size: 0.625rem;
  }
}

.header__on-wrap-list.header__on-wrap-list--contact img {
  width: 16px;
  width: 1rem;
  height: 12px;
  height: 0.75rem;
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .header__on-wrap-list.header__on-wrap-list--contact img {
    display: block;
    width: 0.75rem;
    height: 0.5625rem;
    margin-inline: auto;
  }
}

.header__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 80px;
  height: 5rem;
}

.header__list {
  display: block;
  width: 156px;
  width: 9.75rem;
  height: 60px;
  height: 3.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: -1px;
  letter-spacing: -0.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  border-left: 1px solid #d1d1d1;
  padding-top: 10px;
  padding-top: 0.625rem;
  letter-spacing: 0.05em;
}

.header__list img {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin-inline: auto;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.header__list-text {
  width: 100%;
}

.header__list.header__list--contact img {
  width: 20px;
  width: 1.25rem;
  height: 15px;
  height: 0.9375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.hamburger {
  position: relative;
  display: inline-block;
  z-index: 99999;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  cursor: pointer;
  background-color: #346f8b;
  border-radius: 0.25rem;
}

.hamburger span {
  position: absolute;
  left: 50%;
  width: 26px;
  width: 1.625rem;
  height: 2px;
  height: 0.125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  top: 16px;
  top: 1rem;
}

.hamburger span:nth-child(2) {
  top: 25px;
  top: 1.5625rem;
}

.hamburger span:nth-child(3) {
  top: 34px;
  top: 2.125rem;
}

.hamburger.is-active span {
  background-color: #fff;
}

.hamburger.is-active span:first-child {
  top: 24px;
  top: 1.5rem;
  left: 12px;
  left: 0.75rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .hamburger.is-active span:first-child {
    top: 1.6875rem;
    left: 0.75rem;
  }
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 24px;
  top: 1.5rem;
  left: 12px;
  left: 0.75rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .hamburger.is-active span:nth-child(3) {
    top: 1.6875rem;
    left: 0.75rem;
  }
}

.info__content {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .info__content {
    margin-top: 2.5rem;
  }
}

.info__lists {
  padding: 50px 20px;
  padding: 3.125rem 1.25rem;
  border-bottom: 1px solid #ccc;
  width: 95%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .info__lists {
    padding: 1.25rem;
    margin-bottom: 0;
  }
}

.info__lists:last-child {
  border-bottom: 0;
  border-bottom: initial;
}

.info__title {
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .info__title {
    font-size: 1rem;
  }
}

.info__text {
  padding-top: 10px;
  padding-top: 0.625rem;
}

.info__link {
  width: 100%;
}

.inner {
  width: 100%;
  max-width: 1290px;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 630px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.mv__wrap {
  position: relative;
}

.mv__title-wrap {
  position: absolute;
  top: 40%;
  left: 20%;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, .6);
  text-shadow: 0.125rem 0.1875rem 0.1875rem rgba(0, 0, 0, .6);
}
@media screen and (max-width: 768px) {
  .mv__title-wrap {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
}

.mv__title {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .mv__title {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact__item {
    font-size: 0.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__list {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.contact__text {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .contact__text {
    margin-top: 0;
  }
}

.contact__term {
  width: 300px;
  width: 18.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .contact__term {
    width: 100%;
  }
}

.contact__term span {
  padding: 2px;
  padding: 0.125rem;
}
@media screen and (max-width: 768px) {
  .contact__term span {
    font-size: 0.875rem;
  }
}

.contact__definition {
  width: 500px;
  width: 31.25rem;
}
@media screen and (max-width: 768px) {
  .contact__definition {
    width: 100%;
    padding-top: 0.625rem;
  }
}

.contact__dat {
  width: 79%;
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-left: 49px;
  padding-left: 3.0625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.285;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .contact__dat {
    padding-top: 0.625rem;
    padding-left: 0;
    width: 100%;
  }
}

.contact__buttons {
  margin-top: 40px;
  margin-top: 2.5rem;
  gap: 40px;
  gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .contact__buttons {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact__buttons p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact__buttons p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact__back-button,
.contact__submit-input {
  display: inline-block;
  padding: 20px 0;
  padding: 1.25rem 0;
  width: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  border-radius: 3.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.contact__back-button:hover,
.contact__submit-input:hover {
  opacity: 0.4;
}

.page-contact__container {
  max-width: 800px;
  margin-inline: auto;
  width: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .page-contact__container {
    margin-bottom: 1.875rem;
  }
}

.page-contact__text {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.page-contact__text.page-contact__text--left {
  text-align: left;
}

.page-contact__title {
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .page-contact__title {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.page-contact__introduction {
  text-align: center;
  width: 800px;
  width: 50rem;
  margin-inline: auto;
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #000;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-contact__introduction {
    width: 20.9375rem;
    border: medium none currentColor;
    border: initial;
    margin-top: 0;
    margin-top: initial;
    padding-top: 0;
  }
}

.introduction__tel span {
  font-size: 18px;
  font-size: 1.125rem;
}

.introduction__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Oswald";
  color: #346f8b;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .introduction__tel-link {
    font-size: 1.5625rem;
    color: #fff;
    background-color: #346f8b;
    width: 18.4375rem;
    margin-inline: auto;
    border-radius: 0.25rem;
    padding: 0.375rem 0;
    margin-top: 1.25rem;
  }
}

.introduction__tel-link img {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.page-info__container {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.page-info__wrapper {
  border: 1px solid #cccccc;
  padding: 20px;
  padding: 1.25rem;
}

.page-info__title {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page-info__title {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .page-info__text {
    font-size: 0.9375rem;
  }
}

.page-info__pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  gap: 3.75rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .page-info__pagination {
    gap: 2.5rem;
  }
}

.page-info__pagination a {
  padding: 10px;
  padding: 0.625rem;
  background-color: #47bce8;
  color: #fff;
}

.privacy__wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.privacy__strong {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.privacy__text {
  line-height: 1.8;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.privacy__lists {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  line-height: 1.6;
}

.privacy__list {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.recruit__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  gap: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .recruit__link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem;
  }
}

.recruit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruit__link-button {
  width: 300px;
  width: 18.75rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
}

.recruit__title-wrap {
  text-align: center;
}

.recruit__table {
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 1050px;
  width: 100%;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .recruit__table {
    padding-left: 0;
    padding-right: 0;
  }
}

.arrey {
  margin-top: -50px;
  margin-top: -3.125rem;
  padding-top: 100px;
  padding-top: 6.25rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.recruit__th {
  background-color: #e9e9e9;
  padding: 15px;
  padding: 0.9375rem;
  text-align: center;
  width: 19%;
}
@media screen and (max-width: 768px) {
  .recruit__th {
    width: 100%;
    display: block;
  }
}

.recruit__td {
  text-align: left;
  padding: 15px;
  padding: 0.9375rem;
  width: 81%;
}
@media screen and (max-width: 768px) {
  .recruit__td {
    width: 100%;
    display: block;
  }
}

.recruit__td-break {
  padding-top: 16px;
  padding-top: 1rem;
}

.service__container {
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-bottom: 130px;
  margin-bottom: 8.125rem;
}
@media screen and (max-width: 768px) {
  .service__container {
    margin-top: 1.25rem;
    margin-bottom: 7.5rem;
  }
}

.service__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .service__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.service__wrap:not(:first-child) {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .service__wrap:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .service__wrap.service__wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service__img {
  width: 63%;
}
@media screen and (max-width: 768px) {
  .service__img {
    width: auto;
    width: initial;
  }
}

.service__img img {
  max-width: 660px;
  max-width: 41.25rem;
  aspect-ratio: 660/400;
}

.service__body {
  background-color: #ECF8FD;
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-left: 130px;
  padding-left: 8.125rem;
  margin-left: -80px;
  margin-left: -5rem;
  z-index: -1;
  padding-right: 50px;
  padding-right: 3.125rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .service__body {
    width: auto;
    width: initial;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 2.5rem;
    padding-top: 2.25rem;
  }
}

.service__body.service__body--reverse {
  margin-right: -80px;
  margin-right: -5rem;
  padding-right: 130px;
  padding-right: 8.125rem;
  margin-left: 0;
  margin-left: initial;
  padding-left: 50px;
  padding-left: 3.125rem;
}
@media screen and (max-width: 768px) {
  .service__body.service__body--reverse {
    margin-right: 0;
    margin-right: initial;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .service__body.service__body--short {
    margin-top: 2.5rem;
    padding-top: 0.625rem;
  }
}

.service__body-title {
  font-size: 32px;
  font-size: 2rem;
  color: #346f8b;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .service__body-title {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

.service__body-text {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 105px;
  padding-bottom: 6.5625rem;
}
@media screen and (max-width: 768px) {
  .service__body-text {
    padding-bottom: 2.5rem;
    line-height: 1.5;
    padding-top: 0.625rem;
  }
}

.service__body-text.service__body-text--short {
  padding-bottom: 135px;
  padding-bottom: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .service__body-text.service__body-text--short {
    padding-bottom: 2.5rem;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.top-about {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-about {
    margin-top: 3.75rem;
  }
}

.top-about__sub-title {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.top-about__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .top-about__text {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    line-height: 1.5;
  }
}

.top-info {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top-info {
    margin-top: 3.75rem;
  }
}

.top-info__title-wrap {
  text-align: center;
}

.top-info__en-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.top-info__link {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .top-info__link {
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
  }
}

.top-info__lists {
  width: 800px;
  width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-info__lists {
    width: 100%;
    margin-top: 2.25rem;
  }
}

.top-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  gap: 1.75rem;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 0.3125rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.top-info__time {
  font-size: 16px;
  font-size: 1rem;
}

.top-info__list-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

.top-info__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

.top-info__list-link {
  width: 100%;
  padding-top: 34px;
  padding-top: 2.125rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

.top-info__list-link img {
  width: 13.5px;
  width: 0.84375rem;
  height: 15px;
  height: 0.9375rem;
  position: absolute;
  top: 40px;
  top: 2.5rem;
  right: 0px;
  right: 0rem;
}
@media screen and (max-width: 768px) {
  .top-info__list-link img {
    top: 3.125rem;
  }
}

.top-nature {
  margin-top: 74px;
  margin-top: 4.625rem;
}
@media screen and (max-width: 768px) {
  .top-nature {
    margin-top: 3.75rem;
  }
}

.top-nature__inner {
  max-width: 1920px;
  margin-inline: auto;
}

.top-nature__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top-nature__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.875rem;
  }
}

.top-nature__wrap:not(:first-child) {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.top-nature__wrap.top-nature__wrap--reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 768px) {
  .top-nature__wrap.top-nature__wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-nature__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top-nature__img {
    width: auto;
    width: initial;
  }
}

.top-nature__img img {
  max-width: 960px;
  max-width: 60rem;
  aspect-ratio: 960/640;
}

.top-nature__body {
  text-align: center;
  width: 620px;
  width: 38.75rem;
}
@media screen and (max-width: 768px) {
  .top-nature__body {
    width: auto;
    width: initial;
    padding: 0 1.25rem;
  }
}

.top-nature__en-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding-top: 10px;
  padding-top: 0.625rem;
  display: block;
}

.top-nature__sub-title {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-nature__sub-title {
    margin-top: 1.5rem;
  }
}

.top-nature__text {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-nature__text {
    margin-top: 1.75rem;
  }
}

.top-recruit {
  margin-top: 80px;
  margin-top: 5rem;
  background-color: #f5f6f8;
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    margin-top: 0;
    padding-top: 4.375rem;
  }
}

.top-recruit__wrap {
  text-align: center;
}

.top-recruit__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__text {
    margin-top: 1.875rem;
  }
}

.top-recruit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__link {
    margin-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}
/*# sourceMappingURL=styles.css.map */
