@charset "UTF-8";
/*
Theme Name: Original
*/
/* Variables
   ----------------------------------------------------------------- */
:root {
  --color-text: #252525;
  --color1: #F6812D;
  --bg-beige: #FBF9F2;
  --bg-gray: #FDFDFD;
  --gray: #D9D9D9;
  --dark-gray: #878787;
  --light-gray: #F2F2F2;
  --white: #ffffff;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-black: 900;
  --leading-default: 2;
  --leading-tight: 1.5;
  --font-zen-kaku-gothic-new: "Zen Kaku Gothic New", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --duration-default: .3s;
  --opacity-default: 0.8;
}

/* Reset
   ----------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* org-add */
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    user-select: initial !important;
    -webkit-user-select: initial !important;
  }
}
textarea, input[type=text], input[type=tel], input[type=email] {
  font-size: max(1.15rem, 16px);
}

@media (min-width: 768px) {
  textarea, input[type=text], input[type=tel], input[type=email] {
    font-size: max(1rem, 16px);
  }
}
/* Base
   ----------------------------------------------------------------- */
body {
  font-size: 0.875rem;
  background-color: var(--white);
  color: var(--color-text);
  font-family: var(--font-zen-kaku-gothic-new);
  font-weight: var(--font-medium);
  line-height: var(--leading-default);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

main {
  flex: 1;
}

section {
  scroll-margin-top: 69px;
}
@media (min-width: 768px) {
  section {
    scroll-margin-top: 99px;
  }
}

a {
  color: var(--color-text);
  cursor: pointer;
  text-decoration: none;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

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

figure {
  margin: 0;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input, textarea {
  cursor: pointer;
  -webkit-appearance: none;
}

button[type=submit] {
  -webkit-appearance: none;
  appearance: none;
}

/* Header
----------------------------------------------------------------- */
.l-header {
  width: 100%;
}

.l-header.l-header--fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}

/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  background-color: var(--white);
  position: relative;
}

/* Layout
   ----------------------------------------------------------------- */
/**
* Container
*/
.l-container {
  width: 100%;
  max-width: 1516px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

.l-container--narrow {
  max-width: 1230px;
}

/**
* Section
*/
.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .l-section {
    padding-top: clamp(5rem, 0.3333rem + 9.7222vw, 12rem);
    padding-bottom: clamp(5rem, 0.3333rem + 9.7222vw, 12rem);
  }
}

/**
* c-text
*/
.c-text {
  color: var(--color-text);
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  line-height: var(--leading-default);
}
@media (min-width: 768px) {
  .c-text {
    font-size: 1rem;
  }
}

.c-text-link {
  text-decoration: underline;
  transition: opacity var(--duration-default);
}

@media (any-hover: hover) {
  .c-text-link:hover {
    opacity: var(--opacity-default);
    transition: opacity var(--duration-default);
  }
}
/**
 * Heading
 */
.c-heading-40 {
  color: var(--color-text);
  font-size: 24px;
  line-height: 1.5;
  font-weight: var(--font-bold);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .c-heading-40 {
    gap: clamp(0.75rem, -0.75rem + 3.125vw, 3rem);
    margin-bottom: clamp(3.75rem, 0.0833rem + 7.6389vw, 9.25rem);
  }
}
@media (min-width: 1025px) {
  .c-heading-40 {
    font-size: clamp(1.625rem, 0.6229rem + 1.5642vw, 2.5rem);
  }
}
.c-heading-40 .c-heading-40--span {
  color: var(--dark-gray);
  font-size: 0.75rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  font-family: var(--font-montserrat);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-heading-40 .c-heading-40--span {
    font-size: clamp(0.75rem, 0.4167rem + 0.6944vw, 1.25rem);
  }
}

/**
 * btn
 */
.c-header-btn {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--white);
  background-color: var(--color1);
  text-align: center;
  padding: 0.8em 0.9em;
  border-radius: 50em;
  position: relative;
  transition: var(--duration-default);
  width: min(90%, 329px);
}
@media (min-width: 1025px) {
  .c-header-btn {
    font-size: 0.875rem;
    width: auto;
    padding: 0.9em 3.1em;
  }
}
@media (min-width: 1200px) {
  .c-header-btn {
    font-size: 1.125rem;
    width: 263px;
    padding: 0.9em 3.1em;
  }
}
.c-header-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background-color: var(--white);
  border-radius: 50em;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
}
.c-header-btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  background-image: url(images/icon_arrow-orange.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: background-color var(--duration-default);
}

@media (any-hover: hover) {
  .c-header-btn:hover {
    background-color: var(--color-text);
    transition: background-color var(--duration-default);
  }
  .c-header-btn:hover::after {
    background-image: url(images/icon_arrow-black.svg);
    transition: background-color var(--duration-default);
  }
}
.c-submit-btn {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--white);
  background-color: var(--color1);
  text-align: center;
  padding: 0.9em;
  border-radius: 50em;
  position: relative;
  transition: var(--duration-default);
  width: min(90%, 329px);
}
@media (min-width: 1025px) {
  .c-submit-btn {
    font-size: 1.125rem;
    width: 367px;
    padding: 1.1em 3.1em;
  }
}
.c-submit-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  background-color: var(--white);
  border-radius: 50em;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
}
.c-submit-btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background-image: url(images/icon_arrow-orange.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  transition: background-color var(--duration-default);
}

@media (any-hover: hover) {
  .c-submit-btn:hover {
    background-color: var(--color-text);
    transition: background-color var(--duration-default);
  }
  .c-submit-btn:hover::after {
    background-image: url(images/icon_arrow-black.svg);
    transition: background-color var(--duration-default);
  }
}
/**
 * header
 */
.c-header {
  background-color: var(--white);
  height: 69px;
}
@media (min-width: 1025px) {
  .c-header {
    height: 99px;
  }
}

.c-header__inner {
  width: 100%;
  height: 100%;
  max-width: 1516px;
  padding-right: 15px;
  padding-left: 15px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-header__logo-wrapper {
  position: relative;
}

.c-header__logo-img {
  display: block;
  width: 180px;
}
@media (min-width: 1025px) {
  .c-header__logo-img {
    width: 125px;
  }
}
@media (min-width: 1200px) {
  .c-header__logo-img {
    width: 256px;
  }
}

.c-header__logo-link {
  position: absolute;
  content: "";
  inset: 0;
}

/**
* c-nav
*/
@media (max-width: 1024px) {
  .c-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 69px;
    right: 0;
    width: 100%;
    height: calc(100% - 69px);
    background-color: var(--white);
    overflow-y: auto;
    transition: ease var(--duration-default);
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    padding-top: 47px;
    padding-bottom: 47px;
  }
}

.c-nav__menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 1025px) {
  .c-nav__menu {
    flex-direction: row;
    align-items: center;
    min-height: auto;
    height: 100%;
    gap: 15px;
  }
}
@media (min-width: 1536px) {
  .c-nav__menu {
    gap: 40px;
  }
}

.c-nav__item {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (min-width: 1025px) {
  .c-nav__item {
    width: auto;
    text-align: left;
  }
}

.c-nav__link {
  display: block;
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: color var(--duration-default);
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .c-nav__link {
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  .c-nav__link:hover {
    color: var(--color1);
    transition: color var(--duration-default);
  }
}
.is-menu-panel-open {
  opacity: 1;
  pointer-events: all;
}

.is-noscroll {
  overflow: hidden;
}

/**
* c-overlay
*/
.c-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  top: 69px;
  opacity: 0;
  z-index: 2;
  transition: var(--duration-default);
  pointer-events: none;
}

.is-overlay-appear {
  opacity: 1;
  transition: var(--duration-default);
  pointer-events: all;
}

/**
 * Hamburger-button
 */
.c-hamburger-button {
  display: block;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  width: 56px;
  height: 56px;
  padding: 0;
  background-color: var(--color1);
  border-radius: 10px;
}
@media (min-width: 1025px) {
  .c-hamburger-button {
    display: none;
  }
}

.c-hamburger-button__line-wrapper {
  position: absolute;
  display: block;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 16px;
}

.c-hamburger-button__line {
  position: absolute;
  display: inline-block;
  transition: var(--duration-default);
  position: absolute;
  height: 1px;
  border-radius: 1px;
  background-color: var(--white);
  width: 20px;
  left: 0;
}

.c-hamburger-button__line:nth-of-type(1) {
  top: 0;
}

.c-hamburger-button__line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.c-hamburger-button__line:nth-of-type(3) {
  bottom: 0;
}

.is-hamburger-button-open .c-hamburger-button__line:nth-of-type(1) {
  top: 50%;
  transform: rotate(-45deg);
}
.is-hamburger-button-open .c-hamburger-button__line:nth-of-type(2) {
  opacity: 0;
}
.is-hamburger-button-open .c-hamburger-button__line:nth-of-type(3) {
  top: 50%;
  transform: rotate(45deg);
}

.c-hamburger-button__text {
  font-size: 0.75rem;
  color: var(--white);
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
}

/**
 * c-form
 */
.c-form {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-form {
    gap: 20px 0;
  }
}

.c-form__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 1025px) {
  .c-form__item.c-form__item--row {
    flex-direction: row;
  }
}

.c-form__title {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  height: fit-content;
}
@media (min-width: 1025px) {
  .c-form__title {
    flex: 1;
  }
}

@media (min-width: 1025px) {
  .c-form__body {
    flex: 0 1 80%;
  }
}

.c-required {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  background-color: red;
  margin-left: 10px;
  width: 30px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

/* フォームリセット */
.c-form-text,
.c-form-email,
.c-form-tel,
.c-form-date {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  padding: 0.4em 0.8em;
  width: 100%;
  vertical-align: bottom;
}

.c-form-textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 250px;
  padding: 0.4em 0.8em;
  width: 100%;
  white-space: pre-wrap;
  vertical-align: bottom;
}

.c-form-text:focus,
.c-form-email:focus,
.c-form-tel:focus,
.c-form-date:focus,
.c-form-select:focus,
.c-form-textarea:focus {
  outline: auto;
}

.c-form-radio {
  display: none;
}

.c-form-radio + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0;
  padding: 0 0 0 32px;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-form-radio + span {
    font-size: 1.125rem;
    padding: 0 0 0 39px;
  }
}

.c-form-radio + span::before {
  background: #F2ECEE;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 20px;
}
@media (min-width: 768px) {
  .c-form-radio + span::before {
    width: 24px;
    height: 24px;
  }
}

.c-form-radio + span::after {
  background: var(--color1);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 5px;
  transition: all 0.2s ease 0s;
  width: 12px;
}
@media (min-width: 768px) {
  .c-form-radio + span::after {
    width: 14px;
    height: 14px;
    top: 6px;
    left: 5px;
  }
}

.c-form-radio:checked + span::after {
  opacity: 1;
}

.c-form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url() no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

.c-form .error {
  font-size: 93%;
  color: #B70000;
  display: block;
}

/**
* p-top
*/
/* mv */
.p-top-mv {
  position: relative;
  margin-top: 69px;
}
@media (min-width: 1025px) {
  .p-top-mv {
    margin-top: 99px;
  }
}
.p-top-mv::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 36.2666666667vw;
  background-color: var(--bg-beige);
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-top-mv::before {
    height: clamp(0.9375rem, -3.7292rem + 9.7222vw, 7.9375rem);
  }
}

.p-top-mv__inner {
  display: flex;
  flex-direction: column;
  gap: 4.8vw;
}
@media (min-width: 768px) {
  .p-top-mv__inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 0.8333333333vw;
  }
}

.p-top-mv__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.1333333333vw;
}
@media (min-width: 768px) {
  .p-top-mv__text-wrapper {
    padding-top: clamp(0rem, -7.7083rem + 16.059vw, 11.5625rem);
    gap: 1.3020833333vw;
  }
}

.p-top-mv__heading-img {
  width: 90.9333333333vw;
}
@media (min-width: 768px) {
  .p-top-mv__heading-img {
    width: clamp(31.25rem, 20.9167rem + 21.5278vw, 46.75rem);
  }
}

.p-top-mv__text {
  font-size: 4.2666666667vw;
  font-weight: var(--font-medium);
  line-height: 2;
}
@media (min-width: 768px) {
  .p-top-mv__text {
    font-size: clamp(1rem, 0.8333rem + 0.3472vw, 1.25rem);
    line-height: 2.3;
  }
}

.p-top-mv__img-wrapper {
  margin-right: calc(-1 * var(--sidespace) - 15px);
}
@media (min-width: 768px) {
  .p-top-mv__img-wrapper {
    width: 49.0625vw;
  }
}

.p-top-mv__img {
  border-radius: 0 0 0 43px;
}
@media (min-width: 768px) {
  .p-top-mv__img {
    border-radius: 0 0 0 4.6875vw;
    transform: translateY(-0.78125vw);
  }
}

/* about */
.p-top-about {
  background-color: var(--bg-beige);
}

@media (min-width: 768px) {
  .p-top-about__inner {
    position: relative;
    margin-right: auto;
    padding-top: 16px;
  }
}
@media (min-width: 1025px) {
  .p-top-about__inner {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .p-top-about__inner {
    padding-left: clamp(0rem, -10.2357rem + 15.9777vw, 8.9375rem);
  }
}

.p-top-about__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .p-top-about__body {
    gap: clamp(1.875rem, 0.4583rem + 2.9514vw, 4rem);
  }
}
@media (min-width: 1025px) {
  .p-top-about__body {
    max-width: 704px;
  }
}

.p-top-about__lead {
  font-size: 1.75rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-top-about__lead {
    font-size: 2.25rem;
  }
}
@media (min-width: 1025px) {
  .p-top-about__lead {
    font-size: clamp(2.25rem, 0.2458rem + 3.1285vw, 4rem);
  }
}

@media (min-width: 1025px) {
  .p-top-about__text-wrapper {
    max-width: 529px;
  }
}

.p-top-about__text {
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  line-height: 2;
}
.p-top-about__text:not(:first-child) {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .p-top-about__text {
    font-size: 1rem;
    line-height: 2.9;
  }
}
@media (min-width: 1025px) {
  .p-top-about__text:not(:first-child) {
    margin-top: 2.8em;
  }
}

.p-top-about__img-wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-top-about__img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 270px;
  }
}
@media (min-width: 1025px) {
  .p-top-about__img-wrapper {
    top: auto;
    width: min(38.6979166667vw, 743px);
  }
}

.p-top-about__img1 {
  position: relative;
  display: block;
  border-radius: 10px;
  width: 85%;
  margin-left: auto;
  z-index: 1;
}
@media (min-width: 1025px) {
  .p-top-about__img1 {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .p-top-about__img1 {
    width: min(32.03125vw, 615px);
  }
}

.p-top-about__img2 {
  position: relative;
  display: block;
  border-radius: 10px;
  width: 60%;
  bottom: 15px;
  left: 0;
}
@media (min-width: 1200px) {
  .p-top-about__img2 {
    position: absolute;
    width: min(25.2083333333vw, 484px);
    bottom: 0;
    left: max(-6.6666666667vw, -128px);
  }
}

/* consultation */
.p-top-consultation {
  background-color: var(--bg-gray);
}

.p-top-consultation__slider-wrapper {
  position: relative;
  overflow: hidden;
}

.p-top-consultation__slider-inner {
  display: flex;
  gap: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-top-consultation__slider-inner {
    gap: clamp(0.625rem, -0.4583rem + 2.2569vw, 2.25rem);
  }
}

.p-top-consultation__slider {
  animation: scroll 40s linear infinite;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-top-consultation__slider {
    animation: scroll 60s linear infinite;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-top-consultation__list {
  display: flex;
  gap: 2.6666666667vw;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .p-top-consultation__list {
    gap: clamp(0.625rem, -0.4583rem + 2.2569vw, 2.25rem);
  }
}

.p-top-consultation__list-item {
  width: 48vw;
  border-radius: 2.6666666667vw;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .p-top-consultation__list-item {
    width: clamp(18.75rem, 8.75rem + 20.8333vw, 33.75rem);
    border-radius: 10px;
  }
}

.p-top-consultation__list-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0 0 2px 2px;
}
@media (min-width: 768px) {
  .p-top-consultation__list-body {
    border-radius: 0 0 10px 10px;
  }
}

.p-top-consultation__list-img {
  aspect-ratio: 540/300;
  object-fit: cover;
  object-position: center;
  border-radius: 2px 2px 0 0;
}
@media (min-width: 768px) {
  .p-top-consultation__list-img {
    border-radius: 10px 10px 0 0;
  }
}

.p-top-consultation__list-text {
  font-size: 0.875rem;
  font-weight: var(--font-bold);
  line-height: 1.7;
  padding: 0.571em 0;
}
@media (min-width: 768px) {
  .p-top-consultation__list-text {
    font-size: clamp(1rem, 0.5rem + 1.0417vw, 1.75rem);
  }
}

.p-top-consultation__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-top-consultation__text-wrapper {
    margin-top: clamp(1.875rem, -2.0417rem + 8.1597vw, 7.75rem);
  }
}

.p-top-consultation__text1-wrapper {
  position: relative;
}

.p-top-consultation__text1 {
  position: relative;
  font-size: 0.875rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  text-align: center;
  border: 2px solid var(--color-text);
  background-color: #fff;
  width: fit-content;
  padding: 0.85em;
  border-radius: 50em;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-top-consultation__text1 {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .p-top-consultation__text1 {
    font-size: 1.25rem;
  }
}

.p-top-consultation__text1-fukidashi-black {
  position: absolute;
  width: 36px;
  height: 36px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
}

.p-top-consultation__text1-fukidashi-white {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  z-index: 2;
}

.p-top-consultation__text2 {
  font-size: 1.25rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  text-align: center;
  margin-top: 51px;
}
@media (min-width: 768px) {
  .p-top-consultation__text2 {
    font-size: clamp(1.875rem, 0.875rem + 2.0833vw, 3.375rem);
  }
}

/* strengths */
.p-top-strengths {
  position: relative;
  background-image: url(images/strength-bg_img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.p-top-strengths::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

.p-top-strengths__body {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 768px) {
  .p-top-strengths__body {
    gap: clamp(3.125rem, 0.7083rem + 5.0347vw, 6.75rem);
  }
}

.p-top-strengths__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-top-strengths__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .p-top-strengths__list {
    gap: clamp(0.625rem, -1.1667rem + 3.7326vw, 3.3125rem);
  }
}

.p-top-strengths__list-item {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border-radius: 10px;
}

.p-top-strengths__list-img {
  aspect-ratio: 460/300;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
}

.p-top-strengths__list-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 768px) {
  .p-top-strengths__list-body {
    padding: 20px 10px;
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .p-top-strengths__list-body {
    padding: clamp(1.25rem, -0.1816rem + 2.2346vw, 2.5rem);
    gap: clamp(0.625rem, -0.9497rem + 2.4581vw, 2rem);
  }
}

.p-top-strengths__list-title {
  color: var(--white);
  font-size: 1rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  background-color: var(--color-text);
  padding: 0.25em 1.25em;
  border-radius: 4px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-strengths__list-title {
    padding: 0.25em 0.2em;
  }
}
@media (min-width: 1025px) {
  .p-top-strengths__list-title {
    font-size: clamp(1.125rem, 0.6955rem + 0.6704vw, 1.5rem);
    padding: 0.25em 0.8em;
  }
}
@media (min-width: 1200px) {
  .p-top-strengths__list-title {
    padding: 0.25em 1.25em;
  }
}

.p-top-strengths__message-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-top-strengths__message-wrapper {
    gap: 0;
  }
}

.p-top-strengths__message1 {
  font-size: 1.75rem;
  font-size: clamp(1rem, 0.85rem + 0.75vw, 1.75rem);
  font-weight: var(--font-bold);
  line-height: 2.4;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-strengths__message1 {
    line-height: 2.6;
  }
}

.p-top-strengths__message1--span {
  font-size: 2.25rem;
  font-size: clamp(1.25rem, 1.05rem + 1vw, 2.25rem);
}

.p-top-strengths__message2 {
  font-size: 3.375rem;
  font-size: clamp(1.625rem, 1.275rem + 1.75vw, 3.375rem);
  font-weight: var(--font-bold);
  line-height: 1.8;
  text-align: center;
}

/* flow */
.p-top-flow {
  background-color: var(--bg-beige);
}

.p-top-flow__lead {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 1rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-top-flow__lead {
    font-size: 1.5rem;
  }
}
.p-top-flow__lead span {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .p-top-flow__lead span {
    font-size: 2.5rem;
  }
}
.p-top-flow__lead::before {
  content: "";
  display: block;
  background-image: url(images/flow-line-left_img.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 24/33;
  width: 12px;
  height: auto;
  margin-right: 13px;
}
@media (min-width: 768px) {
  .p-top-flow__lead::before {
    width: 24px;
  }
}
.p-top-flow__lead::after {
  content: "";
  display: block;
  background-image: url(images/flow-line-right_img.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 24/33;
  width: 12px;
  height: auto;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .p-top-flow__lead::after {
    width: 24px;
  }
}

.p-top-flow__contents {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-template-columns: max-content auto;
  column-gap: 10px;
  row-gap: 30px;
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .p-top-flow__contents {
    column-gap: clamp(1.5625rem, -0.227rem + 2.7933vw, 3.125rem);
    row-gap: 62px;
    margin-top: 64px;
  }
}

.p-top-flow__price {
  padding: 10px;
  border-radius: 3px;
  place-content: center;
  width: 34px;
}
@media (min-width: 1025px) {
  .p-top-flow__price {
    padding: clamp(0.625rem, -0.5203rem + 1.7877vw, 1.625rem);
    border-radius: 10px;
    width: auto;
  }
}

.p-top-flow__price--free {
  background-color: var(--color1);
  grid-row: 1/4;
}

.p-top-flow__price--paid {
  background-color: var(--color-text);
  grid-row: 4/6;
}

.p-top-flow__price-text {
  color: var(--white);
  font-size: 0.875rem;
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0.5em;
  writing-mode: vertical-rl;
}
@media (min-width: 1025px) {
  .p-top-flow__price-text {
    writing-mode: unset;
    font-size: clamp(1.375rem, 0.9455rem + 0.6704vw, 1.75rem);
    line-height: 2;
    letter-spacing: normal;
  }
}

.p-top-flow__step-item {
  display: grid;
  gap: 5px;
  background-color: var(--white);
  border-radius: 10px;
  padding: 15px;
}
@media (min-width: 768px) {
  .p-top-flow__step-item {
    grid-template: "stephead stepimg" auto "steptext stepimg" auto/657fr 200fr;
    padding: 40px;
    gap: 16px 25px;
  }
}
@media (min-width: 1025px) {
  .p-top-flow__step-item {
    padding: 64px;
    gap: 16px 56px;
  }
}

.p-top-flow__step-item--arrow {
  position: relative;
}

.p-top-flow__step-item--arrow::before {
  position: absolute;
  display: block;
  content: "";
  background-color: var(--color-text);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 30px;
  height: 15px;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1025px) {
  .p-top-flow__step-item--arrow::before {
    width: 59px;
    height: 30px;
    top: -40px;
  }
}

@media (min-width: 768px) {
  .p-top-flow__step-head {
    grid-area: stephead;
    align-self: end;
  }
}

.p-top-flow__step-num {
  color: var(--dark-gray);
  font-size: 0.875rem;
  font-weight: var(--font-bold);
  font-family: var(--font-montserrat);
  line-height: 1.5;
}

.p-top-flow__step-title {
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  margin-top: 8px;
}
@media (min-width: 1025px) {
  .p-top-flow__step-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .p-top-flow__step-img-wrapper {
    grid-area: stepimg;
  }
}

.p-top-flow__step-img {
  display: block;
  aspect-ratio: 1;
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top-flow__step-img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-top-flow__step-text-wrapper {
    grid-area: steptext;
  }
}

/* message */
.p-top-message {
  background-color: var(--bg-gray);
  position: relative;
}

.p-top-message .l-container {
  position: relative;
  z-index: 1;
}

.p-top-message::before {
  position: absolute;
  content: "";
  background-image: url(images/message-bg_img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1076/1239;
  bottom: 100px;
  right: min(5%, 30px);
  width: min(90%, 300px);
  height: auto;
}
@media (min-width: 768px) {
  .p-top-message::before {
    width: min(56.0416666667vw, 1076px);
    right: var(--sidespace);
    bottom: 81px;
  }
}

@media screen and (min-width: 1800px) {
  .p-top-message::before {
    right: calc(var(--sidespace) - 65px);
  }
}
.p-top-message__box {
  display: grid;
  gap: 15px;
}
@media (min-width: 768px) {
  .p-top-message__box {
    grid-template: "messageimg messagelead" min-content "messageimg messagetext" auto "messageimg messagename" auto/1fr 2fr;
    column-gap: 15px;
    row-gap: 0;
  }
}
@media (min-width: 1025px) {
  .p-top-message__box {
    grid-template: "messageimg messagelead" min-content "messageimg messagetext" auto "messageimg messagename" auto/584fr 561fr;
    column-gap: clamp(0.9375rem, -1.8541rem + 4.3575vw, 3.375rem);
  }
}

.p-top-message__lead {
  font-size: 2rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-message__lead {
    text-align: left;
    grid-area: messagelead;
  }
}
@media (min-width: 1025px) {
  .p-top-message__lead {
    font-size: clamp(2.375rem, 1.6592rem + 1.1173vw, 3rem);
  }
}

@media (min-width: 768px) {
  .p-top-message__img-wrapper {
    grid-area: messageimg;
  }
}

.p-top-message__img {
  border-radius: 3px;
}
@media (min-width: 768px) {
  .p-top-message__img {
    border-radius: 10px;
  }
}

@media (min-width: 768px) {
  .p-top-message__text-wrapper {
    grid-area: messagetext;
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .p-top-message__text-wrapper {
    margin-top: clamp(2.25rem, 1.3911rem + 1.3408vw, 3rem);
  }
}

.p-top-message__text {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-top-message__text {
    line-height: 2.2;
  }
}
.p-top-message__text:not(:first-child) {
  margin-top: 1em;
}
@media (min-width: 1025px) {
  .p-top-message__text:not(:first-child) {
    margin-top: 2em;
  }
}
.p-top-message__text span {
  font-weight: var(--font-bold);
}
@media (min-width: 768px) {
  .p-top-message__text span {
    font-size: 1.125rem;
  }
}

.p-top-message__name-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 28px;
}
@media (min-width: 768px) {
  .p-top-message__name-wrapper {
    grid-area: messagename;
    margin-top: 32px;
  }
}

.p-top-message__name {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 1em;
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-top-message__name {
    font-size: 1.5rem;
  }
}
.p-top-message__name span {
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  line-height: 1.5;
}

.p-top-message__sns-wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 16px;
}

@media (any-hover: hover) {
  .p-top-message__sns-link .p-top-message__sns {
    transition: opacity var(--duration-default);
  }
  .p-top-message__sns-link:hover .p-top-message__sns {
    opacity: var(--opacity-default);
    transition: opacity var(--duration-default);
  }
}
/* company */
.p-top-company {
  background-color: var(--bg-beige);
}

.p-top-company__info {
  display: grid;
  grid-template-columns: 30% 1fr;
}
@media (min-width: 768px) {
  .p-top-company__info {
    grid-template-columns: 25.1666666667% 1fr;
  }
}

.p-top-company__info-item {
  display: grid;
  grid-template-columns: subgrid;
  align-items: center;
  grid-column: span 2;
  padding: 15px 0;
  border-bottom: 1px solid var(--gray);
}
@media (min-width: 768px) {
  .p-top-company__info-item {
    padding: 40px 0;
  }
}
.p-top-company__info-item:first-child {
  padding-top: 0;
}

.p-top-company__info-title-text {
  font-size: 1rem;
  font-weight: var(--font-bold);
  line-height: 2;
}

.p-top-company__info-desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .p-top-company__info-desc {
    gap: 36px;
  }
}

.p-top-company__info-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .p-top-company__info-box {
    gap: 17px;
  }
}

.p-top-company__info-box .c-text {
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-top-company__info-box .c-text {
    line-height: var(--leading-default);
  }
}

.p-top-company__info-map-wrapper iframe {
  aspect-ratio: 2/1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .p-top-company__info-map-wrapper iframe {
    aspect-ratio: 898/340;
  }
}

.p-top-company__info-bold {
  font-size: 0.875rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-top-company__info-bold {
    font-size: 1.125rem;
  }
}

/* contact */
.p-top-contact {
  position: relative;
  background-color: #EAEAEA;
}

.p-top-contact:has(.c-bg-hokkaido) {
  background-image: url(images/pref/hokkaido.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-hokkaido)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-aomori) {
  background-image: url(images/pref/aomori.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-aomori)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-iwate) {
  background-image: url(images/pref/iwate.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-iwate)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-miyagi) {
  background-image: url(images/pref/miyagi.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-miyagi)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-akita) {
  background-image: url(images/pref/akita.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-akita)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-yamagata) {
  background-image: url(images/pref/yamagata.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-yamagata)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-fukushima) {
  background-image: url(images/pref/fukushima.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-fukushima)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-ibaraki) {
  background-image: url(images/pref/ibaraki.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-ibaraki)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-tochigi) {
  background-image: url(images/pref/tochigi.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-tochigi)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-gunma) {
  background-image: url(images/pref/gunma.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-gunma)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-saitama) {
  background-image: url(images/pref/saitama.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-saitama)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-chiba) {
  background-image: url(images/pref/chiba.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-chiba)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-tokyo) {
  background-image: url(images/pref/tokyo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-tokyo)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-kanagawa) {
  background-image: url(images/pref/kanagawa.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-kanagawa)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-niigata) {
  background-image: url(images/pref/niigata.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-niigata)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-toyama) {
  background-image: url(images/pref/toyama.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-toyama)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-ishikawa) {
  background-image: url(images/pref/ishikawa.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-ishikawa)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-fukui) {
  background-image: url(images/pref/fukui.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-fukui)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-yamanashi) {
  background-image: url(images/pref/yamanashi.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-yamanashi)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-nagano) {
  background-image: url(images/pref/nagano.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-nagano)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-gifu) {
  background-image: url(images/pref/gifu.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-gifu)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-shizuoka) {
  background-image: url(images/pref/shizuoka.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-shizuoka)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-aichi) {
  background-image: url(images/pref/aichi.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-aichi)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-mie) {
  background-image: url(images/pref/mie.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-mie)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-shiga) {
  background-image: url(images/pref/shiga.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-shiga)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-kyoto) {
  background-image: url(images/pref/kyoto.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-kyoto)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-osaka) {
  background-image: url(images/pref/osaka.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-osaka)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-hyogo) {
  background-image: url(images/pref/hyogo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-hyogo)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-nara) {
  background-image: url(images/pref/nara.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-nara)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-wakayama) {
  background-image: url(images/pref/wakayama.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-wakayama)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-tottori) {
  background-image: url(images/pref/tottori.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-tottori)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-shimane) {
  background-image: url(images/pref/shimane.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-shimane)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-okayama) {
  background-image: url(images/pref/okayama.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-okayama)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-hiroshima) {
  background-image: url(images/pref/hiroshima.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-hiroshima)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-yamaguchi) {
  background-image: url(images/pref/yamaguchi.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-yamaguchi)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-tokushima) {
  background-image: url(images/pref/tokushima.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-tokushima)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-kagawa) {
  background-image: url(images/pref/kagawa.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-kagawa)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-ehime) {
  background-image: url(images/pref/ehime.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-ehime)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-kochi) {
  background-image: url(images/pref/kochi.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-kochi)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-fukuoka) {
  background-image: url(images/pref/fukuoka.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-fukuoka)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-saga) {
  background-image: url(images/pref/saga.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-saga)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-nagasaki) {
  background-image: url(images/pref/nagasaki.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-nagasaki)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-kumamoto) {
  background-image: url(images/pref/kumamoto.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-kumamoto)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-oita) {
  background-image: url(images/pref/oita.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-oita)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-miyazaki) {
  background-image: url(images/pref/miyazaki.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-miyazaki)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-kagoshima) {
  background-image: url(images/pref/kagoshima.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-kagoshima)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact:has(.c-bg-okinawa) {
  background-image: url(images/pref/okinawa.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-top-contact:has(.c-bg-okinawa)::after {
  display: block;
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(255, 255, 255, 0.65);
}

.p-top-contact .c-heading-40,
.p-top-contact .l-container {
  position: relative;
  z-index: 1;
}

.p-top-contact__box {
  background-color: rgba(255, 255, 255, 0.78);
  border-radius: 10px;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .p-top-contact__box {
    padding: 80px 20px;
  }
}
@media (min-width: 1025px) {
  .p-top-contact__box {
    padding: 80px 70px;
  }
}
@media (min-width: 1200px) {
  .p-top-contact__box {
    padding: 164px 142px;
    border-radius: 30px;
  }
}

.p-top-contact__lead {
  font-size: 1rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-contact__lead {
    font-size: 1.25rem;
    margin-bottom: clamp(3.125rem, 0.0417rem + 6.4236vw, 7.75rem);
  }
}

/* animation */
.js-fadein {
  opacity: 0;
  transition: opacity 1.8s ease-out, transform 1.8s ease-out;
  transform: translateY(20px);
}

.js-fadein-isvisible {
  opacity: 1;
  transform: translateY(0);
}

/* footer */
.p-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-footer {
    padding-top: 128px;
    padding-bottom: 92px;
  }
}

.p-footer__logo-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-footer__logo-wrapper {
    gap: 32px;
  }
}

.p-footer__logo-img {
  display: block;
  width: 210px;
}
@media (min-width: 1025px) {
  .p-footer__logo-img {
    width: 253px;
  }
}

.p-footer__logo-text {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: var(--font-medium);
}
@media (min-width: 768px) {
  .p-footer__logo-text {
    font-size: 1rem;
  }
}

.p-footer__nav {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .p-footer__nav {
    padding-top: 108px;
  }
}

.p-footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .p-footer-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 48px;
  }
}

.p-footer-nav__item {
  line-height: 1;
}

.p-footer-nav__link {
  font-size: 0.875rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: var(--duration-default);
}
@media (hover: hover) {
  .p-footer-nav__link:focus, .p-footer-nav__link:hover {
    color: var(--color1);
    transition: var(--duration-default);
  }
}

.p-footer-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--gray);
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer-copyright {
    padding-top: 40px;
    padding-bottom: 28px;
  }
}

.p-footer-copyright__text {
  font-size: 0.75rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
}

/* form */
@media (min-width: 1025px) {
  .p-form {
    gap: 0;
  }
}

.p-form__item {
  gap: 0;
}
@media (min-width: 1025px) {
  .p-form__item {
    padding: 32px 0;
  }
}
.p-form__item:first-child {
  padding-top: 0;
}
.p-form__item:last-child {
  padding-bottom: 0;
}

.p-form__title {
  font-size: 0.875rem;
  font-weight: var(--font-bold);
  line-height: 2;
}
@media (min-width: 1025px) {
  .p-form__title {
    font-size: 1rem;
    padding-top: 12px;
  }
}

@media (min-width: 1025px) {
  .p-form__body {
    flex: 0 1 70.6666666667%;
  }
}

.p-form-text {
  height: 45px;
  border: 1px solid #878787;
  border-radius: 4px;
  background-color: #f2f2f2;
  cursor: auto;
}
@media (min-width: 768px) {
  .p-form-text {
    height: 56px;
  }
}

.p-form-textarea {
  height: 180px;
  border: 1px solid #878787;
  border-radius: 4px;
  background-color: #f2f2f2;
  cursor: auto;
}
@media (min-width: 1025px) {
  .p-form-textarea {
    height: 234px;
  }
}

.p-form-select__wrapper {
  position: relative;
  width: fit-content;
}

.p-form-select__wrapper::before {
  position: absolute;
  content: "";
  background-color: var(--color-text);
  width: 16px;
  height: 16px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  pointer-events: none;
}

.p-form-select {
  width: 226px;
  height: 45px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid var(--color-text);
}
@media (min-width: 768px) {
  .p-form-select {
    height: 56px;
  }
}

.p-form__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .p-form__bottom {
    padding-top: 108px;
    gap: 40px;
  }
}

.p-form__privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.p-form__checkwrapper {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.p-form-checkbox {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid var(--color-text);
  background-color: #fff;
  margin: 0 12px 0 0;
  transform: translateY(1px);
}

.p-form-checkbox:checked::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 3px;
  width: 7px;
  height: 12px;
  border: solid var(--color1);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.p-form__link {
  color: #155488;
  text-decoration: underline;
}

.p-required {
  color: var(--white);
  background-color: var(--color-text);
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  line-height: 1;
  margin-left: 1em;
  padding: 0.188em 0.313em 0.25em;
  width: auto;
  height: auto;
  text-align: center;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .p-required {
    font-size: 1rem;
  }
}

.p-form__alert {
  display: none;
  font-size: 0.875rem;
  color: #cc2828;
}

/**
* p-privacy
*/
.p-privacy {
  margin-top: 69px;
}
@media (min-width: 1025px) {
  .p-privacy {
    margin-top: 99px;
  }
}

.p-privacy__box {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-privacy__box {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .p-privacy__box {
    gap: 40px;
  }
}

.p-privacy__list li {
  display: flex;
}
.p-privacy__list li::before {
  content: "・";
  display: block;
}

/**
* utility
*/
/* u-display */
.u-hidden {
  display: none;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

.u-inline {
  display: inline;
}

.u-flex {
  display: flex;
}

.u-grid {
  display: grid;
}

@media (min-width: 768px) {
  .md\:u-hidden {
    display: none;
  }
  .md\:u-block {
    display: block;
  }
  .md\:u-inline-block {
    display: inline-block;
  }
  .md\:u-inline {
    display: inline;
  }
  .md\:u-flex {
    display: flex;
  }
  .md\:u-grid {
    display: grid;
  }
}
@media (min-width: 1025px) {
  .lg\:u-hidden {
    display: none;
  }
  .lg\:u-block {
    display: block;
  }
  .lg\:u-inline-block {
    display: inline-block;
  }
  .lg\:u-inline {
    display: inline;
  }
  .lg\:u-flex {
    display: flex;
  }
  .lg\:u-grid {
    display: grid;
  }
}
/* margin */
.u-mt-0 {
  margin-top: 0;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-ml-0 {
  margin-left: 0;
}

/* u-textalign */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
}

/* u-weight */
.u-font-light {
  font-weight: 300;
}

.u-font-normal {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-black {
  font-weight: 900;
}

/* leading */
.u-leading-none {
  line-height: 1;
}

/* color */
.u-color-link {
  color: var(--link);
}

.u-color1 {
  color: var(--color1);
}

.u-color2 {
  color: var(--color2);
}

.u-color-white {
  color: #fff;
}

/* background */
.u-bgc-light-gray {
  background-color: var(--light-gray);
}

.u-bg-col1 {
  background-color: var(--color1);
}

.u-bg-col2 {
  background-color: var(--color2);
}

/* u-cursor */
.u-cursor-pointer {
  cursor: pointer;
}

.u-pointer-events-none {
  pointer-events: none;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}