@charset "UTF-8";
/*
Theme Name: Original
*/
/* Variables
   ----------------------------------------------------------------- */
:root {
  --color-text: #333333;
  --color1: #FF6E1C;
  --bg-beige: #FEFCDB;
  --bg-gray: #FDFDFD;
  --gray: #D9D9D9;
  --dark-gray: #878787;
  --light-gray: #F2F2F2;
  --white: #ffffff;
  --shadow: 0px 4px 10px 0px rgba(180,153,121,0.25);
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-black: 900;
  --leading-default: 2;
  --leading-tight: 1.5;
  --font-noto: "Noto Sans JP", sans-serif;
  --font-en: "Cormorant Garamond", serif;
  --font-mincho: "Shippori Mincho", 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-noto);
  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: 1025px) {
  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: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 247, 232) 100%);
  position: relative;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .l-footer {
    padding-bottom: 0;
  }
}

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

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

.l-container--fv {
  max-width: 1532px;
  padding: 0 23px;
}
@media (min-width: 768px) {
  .l-container--fv {
    max-width: 1516px;
    padding: 0 15px;
  }
}

/**
* 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 {
  color: #0000FF;
  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);
  }
}
.c-text-strong {
  color: var(--color1);
  font-weight: var(--font-bold);
}

/**
 * Heading
 */
.c-heading-40 {
  color: var(--color-text);
  font-size: 24px;
  line-height: 1.5;
  font-family: var(--font-mincho);
  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;
  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-btn,
.c-header-btn {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--white);
  background-color: #FDA237;
  text-align: center;
  padding: 0.8em calc(0.9em + 17px) 0.8em 0.9em;
  position: relative;
  transition: var(--duration-default);
  width: min(100%, 329px);
}
@media (min-width: 1025px) {
  .c-btn,
  .c-header-btn {
    width: 300px;
    padding: 0.9em calc(0.9em + 17px) 0.9em 0.9em;
  }
}
.c-btn::after,
.c-header-btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(images/icon_arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: background-color var(--duration-default);
}

@media (any-hover: hover) {
  .c-btn:hover,
  .c-header-btn:hover {
    opacity: var(--opacity-default);
    transition: opacity var(--duration-default);
  }
  .c-btn:hover::after,
  .c-header-btn:hover::after {
    opacity: var(--opacity-default);
    transition: opacity var(--duration-default);
  }
}
.c-btn--noarrow {
  padding: 0.8em 0.9em;
}
@media (min-width: 1025px) {
  .c-btn--noarrow {
    padding: 0.9em;
  }
}
.c-btn--noarrow::after {
  content: none;
}

.c-header-btn--green {
  background-color: #69BB00;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto;
}
.c-header-btn--green::before {
  content: "";
  display: block;
  background-image: url(images/icon_tel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 15px;
  height: 20px;
  flex-shrink: 0;
}
.c-header-btn--green::after {
  content: none;
}

.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: #FDA237;
  text-align: center;
  padding: 0.9em;
  border-radius: 50em;
  position: relative;
  transition: var(--duration-default);
  width: 100%;
}
@media (min-width: 1025px) {
  .c-submit-btn {
    font-size: 1.125rem;
    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 {
    opacity: var(--opacity-default);
    transition: opacity var(--duration-default);
  }
  .c-submit-btn:hover::after {
    opacity: var(--opacity-default);
    transition: opacity var(--duration-default);
  }
}
.c-floating-btn {
  position: relative;
  display: grid;
  place-content: center;
  font-size: 0.875rem;
  font-weight: var(--font-bold);
  line-height: 1.2;
  color: #fff;
  padding: 7px 2px;
  background-color: #FDA237;
  text-align: center;
  width: max(136px, 42.6666666667%);
  height: 50px;
}
.c-floating-btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(images/icon_arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.c-floating-btn--tel {
  background-color: #69BB00;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.c-floating-btn--tel::before {
  content: "";
  display: block;
  background-image: url(images/icon_tel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 11px;
  height: 15px;
  flex-shrink: 0;
}
.c-floating-btn--tel::after {
  content: none;
}

/**
 * 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: 165px;
}
@media (min-width: 1025px) {
  .c-header__logo-img {
    width: 223px;
  }
}

.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: 24px;
}
@media (min-width: 1025px) {
  .c-nav__menu {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    min-height: auto;
    height: 100%;
    gap: 0 24px;
  }
}
@media (min-width: 1536px) {
  .c-nav__menu {
    gap: 30px;
  }
}

.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: 50px;
  height: 50px;
  padding: 0;
  background-color: #FF6E1C;
  border-radius: 8px;
}
@media (min-width: 1025px) {
  .c-hamburger-button {
    display: none;
  }
}

.c-hamburger-button__line-wrapper {
  position: absolute;
  display: block;
  top: 12px;
  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.625rem;
  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;
}

/**
* c-vertical-post
*/
.c-vertical-posts {
  display: grid;
}
@media (min-width: 768px) {
  .c-vertical-posts {
    grid-template-columns: 300fr 900fr;
  }
}

.c-vertical-posts__item {
  display: grid;
  gap: 0.5em;
  border-bottom: 1px solid var(--color-text);
  padding: 40px 0;
}
@media (min-width: 768px) {
  .c-vertical-posts__item {
    grid-template-columns: subgrid;
    grid-column: span 2;
    gap: 1em;
  }
}
.c-vertical-posts__item:first-child {
  padding-top: 0;
}

.c-vertical-posts__date {
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  line-height: 2;
}
@media (min-width: 768px) {
  .c-vertical-posts__date {
    font-size: 1rem;
  }
}

.c-vertical-posts__body a {
  transition: opacity var(--duration-default);
}
@media (hover: hover) {
  .c-vertical-posts__body a:focus, .c-vertical-posts__body a:hover {
    opacity: var(--opacity-default);
    transition: opacity var(--duration-default);
  }
}

.c-vertical-posts__title {
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  line-height: 2;
}
@media (min-width: 768px) {
  .c-vertical-posts__title {
    font-size: 1rem;
  }
}

.c-vertical-posts__img1 {
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .c-vertical-posts__img1 {
    width: 107px;
  }
}

.c-vertical-posts__img2 {
  width: 100%;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .c-vertical-posts__img2 {
    width: 250px;
  }
}

/**
* 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::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(253, 248, 232) 100%);
  z-index: -2;
}

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

.p-top-mv__lead {
  color: var(--color1);
  font-size: 8.2666666667vw;
  font-family: var(--font-mincho);
  font-weight: var(--font-medium);
  line-height: 1.3;
  text-align: left;
  margin-right: calc(-1 * var(--sidespace) - 23px);
}
@media (min-width: 768px) {
  .p-top-mv__lead {
    font-size: min(4.6875vw, 58px);
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .p-top-mv__lead {
    font-size: clamp(4.125rem, 3rem + 1.25vw, 4.5rem);
  }
}
.p-top-mv__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6.1333333333vw;
  margin-top: 6.1333333333vw;
}
@media (min-width: 768px) {
  .p-top-mv__text-wrapper {
    padding-top: min(5.2604166667vw, 101px);
    gap: 1.6666666667vw;
    margin-top: 0;
  }
}

.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__texts {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

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

.p-top-mv__img-wrapper {
  margin-right: calc(-1 * var(--sidespace) - 23px);
}
@media (min-width: 768px) {
  .p-top-mv__img-wrapper {
    margin-right: calc(-1 * var(--sidespace) - 15px);
    width: 41.40625vw;
    flex-shrink: 0;
  }
}
@media (min-width: 1025px) {
  .p-top-mv__img-wrapper {
    width: 46.6145833333vw;
  }
}

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

.p-top-mv__btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-mv__btns {
    margin-top: 32px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-top-mv__btns .c-header-btn {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top-mv__btns .c-header-btn {
    margin: 0;
    width: 320px;
  }
}

/* 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 {
  color: var(--color1);
  font-size: 1.75rem;
  font-family: var(--font-mincho);
  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);
  }
}

.p-top-about__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-top-about__text-wrapper {
    gap: 32px;
    max-width: 540px;
  }
}
@media (min-width: 1025px) {
  .p-top-about__text-wrapper {
    max-width: 548px;
  }
}

.p-top-about__text {
  line-height: 2.9;
}

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

.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: 40.1234567901%;
  }
}
@media (min-width: 1025px) {
  .p-top-about__img-wrapper {
    top: auto;
    width: min(38.6979166667vw, 743px);
  }
}

.p-top-about__list-item {
  display: flex;
  align-items: baseline;
  padding: 0.45em 0;
}
.p-top-about__list-item::before {
  content: "";
  display: block;
  background-image: url(images/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* consultation */
.p-top-consultation__box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1025px) {
  .p-top-consultation__box {
    gap: 128px;
  }
}

.p-top-consultation__item {
  display: grid;
  gap: 10px;
  background-color: #FEFCDB;
  box-shadow: var(--shadow);
  padding: 20px;
}
@media (min-width: 768px) {
  .p-top-consultation__item {
    padding: 30px;
    grid-template: "supportimg supporttitle" min-content "supportimg supporttext" auto "supportimg supportbtn" auto/335fr 556fr;
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .p-top-consultation__item {
    padding: 64px;
    grid-template: "supportimg supporttitle" min-content "supportimg supporttext" auto "supportimg supportbtn" auto/450fr 556fr;
    gap: 32px 66px;
  }
}

.p-top-consultation__title {
  color: var(--color1);
  font-size: 1.125rem;
  font-family: var(--font-mincho);
  font-weight: var(--font-bold);
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-top-consultation__title {
    grid-area: supporttitle;
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .p-top-consultation__title {
    font-size: 2rem;
  }
}

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

.p-top-consultation__img {
  aspect-ratio: 450/300;
  object-fit: cover;
  object-position: center;
}

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

.p-top-consultation__support-title {
  color: var(--color1);
  font-size: 1rem;
  font-weight: var(--font-bold);
  line-height: 2;
  margin-top: 1em;
}
@media (min-width: 1025px) {
  .p-top-consultation__support-title {
    font-size: 1.25rem;
  }
}

.p-top-consultation__text {
  font-weight: var(--font-medium);
  line-height: 2;
}

.p-top-consultation__text--mt {
  margin-top: 2em;
}

.p-top-consultation__btn-wrapper {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-top-consultation__btn-wrapper {
    grid-area: supportbtn;
    margin-top: 0;
  }
}

.p-top-consultation__btn-wrapper .c-btn {
  font-size: 0.875rem;
  padding: 0.8em 0.2em;
}
@media (min-width: 1025px) {
  .p-top-consultation__btn-wrapper .c-btn {
    width: 420px;
    padding: 0.65em 0.9em;
    font-size: 1rem;
  }
}

/* strengths */
.p-top-strengths {
  position: relative;
  background-color: #FEFCDB;
}

.p-top-strengths__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1150px;
  counter-reset: number 0;
}
@media (min-width: 768px) {
  .p-top-strengths__body {
    gap: 60px;
  }
}
@media (min-width: 1025px) {
  .p-top-strengths__body {
    gap: 128px;
  }
}

.p-top-strengths__item {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-top-strengths__item {
    grid-template: "strengthshead strengthstitle" min-content "strengthshead strengthstext" 1fr/100fr 986fr;
    gap: 10px 32px;
  }
}
@media (min-width: 1025px) {
  .p-top-strengths__item {
    gap: 32px 64px;
  }
}

@media (min-width: 768px) {
  .p-top-strengths__head {
    grid-area: strengthshead;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .p-top-strengths__head {
    gap: 64px;
  }
}

@media (min-width: 768px) {
  .p-top-strengths__num {
    display: grid;
    place-content: center;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-color: var(--color1);
    color: var(--white);
    font-size: 2rem;
    font-family: var(--font-mincho);
  }
}
@media (min-width: 1025px) {
  .p-top-strengths__num {
    width: 100px;
    height: 100px;
    font-size: 4rem;
  }
}

.p-top-strengths__title {
  color: var(--color1);
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  line-height: 1.5;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-top-strengths__title {
    font-size: 1.5rem;
    grid-area: strengthstitle;
  }
}
@media (min-width: 1025px) {
  .p-top-strengths__title {
    font-size: 2rem;
  }
}
.p-top-strengths__title::before {
  content: "0" counter(number);
  display: grid;
  place-content: center;
  counter-increment: number 1;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: var(--color1);
  color: var(--white);
  font-family: var(--font-mincho);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-top-strengths__title::before {
    content: none;
  }
}

.p-top-strengths__img {
  display: block;
  width: 150px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top-strengths__img {
    width: 100px;
  }
}

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

.p-top-strengths__text-lead {
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  line-height: 2;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .p-top-strengths__text-lead {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1025px) {
  .p-top-strengths__text-lead {
    font-size: 1.25rem;
    margin-bottom: 1.5em;
  }
}

/* cta */
.p-top-cta {
  padding: 40px 0;
}
@media (min-width: 1025px) {
  .p-top-cta {
    padding: 96px 0;
  }
}

.p-top-cta__lead {
  color: var(--color1);
  font-size: min(5.8666666667vw, 22px);
  font-family: var(--font-mincho);
  font-weight: var(--font-medium);
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-cta__lead {
    font-size: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem);
  }
}

.p-top-cta__btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-top-cta__btn-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .p-top-cta__btn-wrapper {
    margin-top: 64px;
    gap: 20px;
  }
}
.p-top-cta__btn-wrapper .c-header-btn {
  margin: 0;
}
@media (min-width: 768px) {
  .p-top-cta__btn-wrapper .c-header-btn {
    width: 320px;
  }
}

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

.p-top-voice__box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .p-top-voice__box {
    gap: 60px;
  }
}
@media (min-width: 1025px) {
  .p-top-voice__box {
    gap: 148px;
  }
}

.p-top-voice__item {
  display: grid;
  gap: 10px;
  padding: 20px;
  background-color: var(--white);
  box-shadow: var(--shadow);
}
@media (min-width: 768px) {
  .p-top-voice__item {
    grid-template-columns: 335fr 556fr;
    gap: 20px;
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .p-top-voice__item {
    grid-template-columns: 450fr 561fr;
    gap: 61px;
    padding: 64px;
  }
}

.p-top-voice__body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .p-top-voice__body {
    gap: 32px;
  }
}

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

.p-top-voice__name {
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  line-height: 1.5;
  margin-top: 16px;
}

.p-top-voice__lead {
  color: var(--color1);
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  line-height: 2.2;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .p-top-voice__lead {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.p-top-voice__text {
  line-height: 2.2;
}

/* price */
.p-top-price__body {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 768px) {
  .p-top-price__body {
    gap: 70px;
  }
}
@media (min-width: 1025px) {
  .p-top-price__body {
    gap: 148px;
  }
}

.p-top-price__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: min(100%, 960px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top-price__head {
    gap: 64px;
  }
}

.p-top-price__lead {
  color: var(--color1);
  font-size: 1.5rem;
  font-weight: var(--font-medium);
  font-family: var(--font-mincho);
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-price__lead {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .p-top-price__lead {
    font-size: 3rem;
  }
}

.p-top-price__text {
  font-size: 1rem;
  font-weight: var(--font-medium);
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top-price__text {
    font-size: 1.25rem;
  }
}

.p-top-price__table-title {
  font-size: 1.125rem;
  font-weight: var(--font-bold);
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-top-price__table-title {
    font-size: 2rem;
    margin-bottom: 64px;
  }
}

.p-top-price__table {
  margin-bottom: 70px;
}
@media (min-width: 1025px) {
  .p-top-price__table {
    margin-bottom: 148px;
  }
}

.p-top-price-table,
.p-top-price-table th,
.p-top-price-table td {
  border: 2px solid #fff;
  border-collapse: collapse;
  vertical-align: middle;
}

.p-top-price-table {
  width: 100%;
}
.p-top-price-table tr:nth-child(odd) {
  background-color: #FEFCDB;
}
.p-top-price-table th {
  background-color: var(--color1);
  color: #fff;
  font-size: 0.875rem;
  font-weight: var(--font-bold);
  line-height: 1.2;
  text-align: center;
  padding: 9px 0;
}
@media (min-width: 768px) {
  .p-top-price-table th {
    font-size: 1rem;
  }
}
.p-top-price-table th:nth-of-type(1) {
  width: 16.6666666667%;
}
.p-top-price-table th:nth-of-type(2) {
  width: 33.3333333333%;
}
.p-top-price-table th:nth-of-type(3) {
  width: 49.6666666667%;
}
.p-top-price-table td {
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  line-height: 1.2;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .p-top-price-table td {
    font-size: 1rem;
    padding: 20px 0;
  }
}
.p-top-price-table td:not(:first-of-type) {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 1025px) {
  .p-top-price-table td:not(:first-of-type) {
    padding-right: 14px;
    padding-left: 36px;
  }
}
.p-top-price-table td:nth-child(1) {
  text-align: center;
}

/* flow */
.p-top-flow {
  background-color: #FEFCDB;
}

.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: #FF6E1C;
  grid-row: 1/4;
}

.p-top-flow__price--paid {
  background-color: #808080;
  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" auto "steptext" auto/auto;
    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: #808080;
  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-mincho);
  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: #FFFCDB;
  position: relative;
}

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

.p-top-message__box {
  display: grid;
  gap: 15px;
}
@media (min-width: 768px) {
  .p-top-message__box {
    grid-template: "messageimg messagewrapper" auto/1fr 2fr;
    column-gap: 15px;
    row-gap: 0;
  }
}
@media (min-width: 1025px) {
  .p-top-message__box {
    grid-template: "messageimg messagewrapper" auto/584fr 561fr;
    column-gap: clamp(0.9375rem, -1.8541rem + 4.3575vw, 3.375rem);
  }
}

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

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

.p-top-message__name {
  margin-bottom: 32px;
}
.p-top-message__name .span {
  font-size: 1.5rem;
  font-weight: var(--font-medium);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .p-top-message__wrapper {
    grid-area: messagewrapper;
  }
}

.p-top-message__wrapper .c-text {
  line-height: 2.2;
}

.p-top-message__strong {
  font-size: 1.5rem;
  font-weight: var(--font-bold);
  margin-top: 2em;
}

.p-top-message__career {
  margin-top: 32px;
}

.p-top-message__career-title {
  font-size: 1.25rem;
  font-weight: var(--font-bold);
  line-height: 2.2;
}
@media (min-width: 1025px) {
  .p-top-message__career-title {
    font-size: 1.5rem;
  }
}

/* company */
.p-top-company {
  background-color: #FEFCDB;
}

.p-top-company__info {
  display: grid;
  grid-template-columns: 35% 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;
  text-align: left;
}

.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;
  scroll-margin-top: 69px;
}
@media (min-width: 1025px) {
  .p-top-contact {
    scroll-margin-top: 100px;
  }
}

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

.p-top-contact__form {
  scroll-margin-top: 69px;
}
@media (min-width: 1025px) {
  .p-top-contact__form {
    scroll-margin-top: 99px;
  }
}

/* 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: 223px;
  }
}

.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: 30px;
  }
}

.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-bottom: 20px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer-copyright {
    padding-bottom: 28px;
  }
}

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

.p-footer-copyright__link {
  color: #808080;
}

.p-footer__floating-btns {
  position: fixed;
  bottom: 23px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 4;
}

.p-footer__floating-btns.is-show {
  opacity: 1;
  visibility: visible;
}

/* form */
@media (min-width: 1025px) {
  .p-form {
    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: #0000FF;
  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.7em 0.313em;
  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-form__btn-wrapper {
  position: relative;
  width: min(90%, 329px);
}
@media (min-width: 1025px) {
  .p-form__btn-wrapper {
    width: 367px;
  }
}
.p-form__btn-wrapper::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/icon_arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

/**
* 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-mt-30 {
  margin-top: 30px;
}

.u-mt-1em {
  margin-top: 1em;
}

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