@charset "UTF-8";
/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Ubuntu+Condensed&display=swap");

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Add
 */
dl dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

table {
  table-layout: fixed;
}

menu {
  padding: 0;
}

a[rel=home] {
  position: relative;
  display: inline-block;
  /* 必要に応じて */
}

/* もしフェードなどのアニメーションをつけたい場合は以下のように transition を追加 */
a[rel=home] img {
  transition: opacity 0.5s ease-in-out;
}

a[rel=home] .first-view,
a[rel=home] .content-view {
  position: absolute;
  /* 画像同士が重なるように配置 */
  top: 15px;
  left: 15px;
  width: auto;
  /* 必要に応じてサイズを調整 */
  transition: opacity 0.5s ease-in-out;
}

/* 初期状態：白いロゴを表示、黒いロゴは透明にしておく */
a[rel=home] .first-view {
  opacity: 1;
  z-index: 2;
}

a[rel=home] .content-view {
  opacity: 0;
  z-index: 1;
}

/* スクロール後（.scrolled クラス付与時）に切り替え */
a[rel=home].scrolled .first-view {
  opacity: 0;
}

a[rel=home].scrolled .content-view {
  opacity: 1;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  scroll-behavior: smooth;
}

body {
  line-height: inherit;
  font-weight: 400;
  color: #000;
  font-optical-sizing: auto;
  font-style: normal;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

details summary {
  display: block;
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* mouseover
--------------------------------------------------*/
label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
  transition: all 0.4s;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

a.underline:hover,
a.underline:focus {
  text-decoration: underline;
}

footer {
  background-color: #2B60AB;
  padding: clamp(60px, 4.6875vw, 90px) 0 0;
  margin-top: clamp(60px, 6.25vw, 120px);
}

footer .contact_wrap {
  width: calc(100% - clamp(20px, 2.6041666667vw, 50px));
  margin: 0 auto;
}

footer .cta_block {
  margin-top: 40px;
}

footer .cta_tel a {
  display: inline-block;
  font-size: clamp(20px, 2.3958333333vw, 46px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding-left: clamp(48px, 4.0625vw, 78px);
  position: relative;
}

footer .cta_tel a::before {
  content: "";
  display: block;
  width: clamp(36px, 3.5416666667vw, 68px);
  aspect-ratio: 65/74;
  background: url(../img/ico_tel_wh.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

footer .cta_tel .tel_number {
  display: block;
}

footer .cta_tel .open_hour {
  display: flex;
  font-size: clamp(14px, 10.5263157895vw, 20px);
  font-weight: 500;
  margin-top: 10px;
}

footer .cta_mail a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #F5EF39;
  border-radius: 100px;
  padding: 0 min(6.7708333333vw, 130px);
  position: relative;
}

footer .cta_mail a::before {
  content: "";
  display: block;
  width: clamp(16px, 1.1458333333vw, 22px);
  aspect-ratio: 22/16;
  background: url(../img/ico_mail_black.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  left: min(1.5625vw, 30px);
  translate: 0 -50%;
}

footer .cta_mail a::after {
  content: "";
  display: block;
  width: clamp(16px, 1.1458333333vw, 22px);
  aspect-ratio: 1/1;
  background: url(../img/ico_circle_bk_bk.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: min(1.5625vw, 30px);
  translate: 0 -50%;
}

footer .footer_copyrights {
  margin-top: clamp(40px, 5vw, 96px);
  background-color: #063A83;
  padding: 30px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  line-height: 1;
}

.c-fv {
  width: 100%;
  height: 800px;
  position: relative;
  display: flex;
  overflow: hidden;
}

.c-fv .c-fv__left,
.c-fv .c-fv__right {
  width: 50%;
  position: relative;
}

.c-fv .c-fv__left img,
.c-fv .c-fv__right img {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}

.c-fv__title {
  width: 362px;
  height: 400px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e1e05b;
  padding: 101px 37px 45px;
  margin-top: -13px;
}

.c-fv__enTitle {
  font-size: 3.9rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0;
}

.c-fv__jaTitle {
  font-size: 2rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 56px 0 0;
}

.c-fv__text {
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
  margin: 37px 0 0;
}

.l-contents {
  overflow: hidden;
}

.c-trial {
  height: 550px;
}

.c-trial a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_trial.jpg) no-repeat right bottom/cover;
}

.c-trial a:hover {
  text-decoration: none;
}

.c-trial__textArea {
  padding: 73px 140px 50px;
}

.c-trial__enTitle {
  font-size: 6rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 0;
}

.c-trial__jaTitle {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin: 17px 0 0 5px;
}

.c-trial__text {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding: 0.7em 1em;
  background: #fff;
  margin: 21px 0 0;
}

.c-trial__note {
  list-style: none;
  margin: 8px 0 0;
  padding: 0 0 0 5px;
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.03em;
}

.c-trial__button {
  margin-top: 38px;
}

.c-contact {
  background: #e0e05a url(../img/common/bg_contact.jpg) no-repeat right center;
  padding: 83px 0 80px 140px;
}

.c-contact__enTitle {
  font-size: 6rem;
  letter-spacing: 0.02em;
  margin: 0;
}

.c-contact__jaTitle {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  margin: 21px 0 0;
}

.c-contact__tel {
  font-size: 3rem;
  letter-spacing: 0.02em;
  margin: 37px 0 0;
  font-weight: bold;
}

.c-contact__tel a {
  font-size: 4.2rem;
}

.c-contact__tel a:hover {
  text-decoration: none;
}

.c-contact__text {
  width: 430px;
  margin: 20px 0 0;
}

.c-contact__flexBox {
  display: flex;
  align-items: flex-end;
  margin-top: -48px;
}

.c-contact__button {
  padding-bottom: 10px;
}

.c-contact__qr {
  margin-left: 205px;
}

.c-contactArea__flexBox {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  margin-top: 50px;
}

.c-contactArea__flexBox>* {
  width: calc((99.9% - 50px) / 2);
  margin-right: 50px;
}

.c-contactArea__flexBox>*:nth-child(2n) {
  margin-right: 0;
}

.c-contactArea__flexBox>*:nth-child(n+3) {
  margin-top: 0px;
}

.c-contactArea__flexBox>*:last-child {
  margin-right: 0;
}

.c-line {
  background: #59b43d url(../img/common/bg_line.jpg) no-repeat left 60px;
  padding: 22px 46px 20px 116px;
  color: #fff;
}

.c-line__title {
  font-size: 4.6rem;
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: 300;
}

.c-line__enTitle {
  font-size: 6rem;
  margin-right: 0.2em;
  display: inline-block;
  transform: translateY(3px);
  font-weight: 400;
}

.c-line__lead {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  margin: 17px 0 0;
}

.c-line__flexBox {
  display: flex;
  margin: 30px 0 0;
}

.c-line__text {
  width: calc(100% - 168px);
  margin: 0;
  font-weight: 500;
}

.c-line__qr {
  width: 140px;
  margin-left: 28px;
}

.c-reservation a {
  width: 100%;
  height: 100%;
  display: block;
  background: #595757 url(../img/common/bg_reservation.jpg) no-repeat left center;
  padding: 25px 47px 20px 278px;
  color: #fff;
  text-decoration: none;
}

.c-reservation a:hover {
  text-decoration: none;
}

.c-reservation__title {
  font-size: 4.6rem;
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: 300;
}

.c-reservation__enTitle {
  font-size: 6rem;
  margin-right: 0.2em;
  display: inline-block;
  transform: translateY(3px);
  font-weight: 400;
}

.c-reservation__lead {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 6px 0 0;
}

.c-reservation__text {
  margin: 8px 0 0;
  font-weight: 500;
}

.c-reservation__link {
  font-size: 1.8rem;
  width: 68px;
  height: 20px;
  background: url(../img/common/arw_white.png) no-repeat right bottom/contain;
  text-decoration: none;
  padding-left: 10px;
  letter-spacing: 0.02em;
  margin: 20px 0 0;
}

.c-titleJaEn span {
  display: block;
}

.c-titleJaEn .c-titleJaEn__ja {
  font-size: 5rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-weight: 300;
  margin-left: -0.1em;
}

.c-titleJaEn .c-titleJaEn__en {
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-family: "Bellota Text";
  margin-top: 14px;
}

.c-titleLine {
  border-left: 40px solid #e0e05a;
}

.c-leadJaTitle {
  font-size: 6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0 0 0 10px;
  line-height: 1.75;
}

.c-leadEnTitle {
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.5em 0.6em 0.4em;
  background-color: #e1e05b;
  display: inline-block;
  margin: 0;
  font-family: "Bellota Text";
}

.c-iconTitle {
  position: relative;
  padding: 127px 0 0;
}

.c-iconTitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
}

.c-iconTitle.-check:before {
  background: url(../img/concept/icon_title_check.svg) no-repeat center center/contain;
}

.c-iconTitle.-circle:before {
  background: url(../img/concept/icon_title_circle.svg) no-repeat center center/contain;
}

.c-iconTitle.-plus:before {
  background: url(../img/concept/icon_title_puls.svg) no-repeat center center/contain;
}

.c-iconTitle__jaTitle {
  font-size: 5rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.86;
  letter-spacing: 0.03em;
  margin: 0;
}

.c-iconTitle__enTitle {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 15px 0 0;
}

.mode_renewal .c-leadJaTitle {
  border-left: 20px solid #e1e05b;
  font-size: 4.5rem;
  line-height: 1.4;
  padding: 10px 0 10px 20px;
}

.mode_renewal .p-trainingSec2Box1__type,
.mode_renewal .p-trainingSec2__enTitle u-bellota {
  font-weight: 700;
}

.mode_renewal .p-trainingSec2__jaTitle {
  margin-top: 0;
}

.mode_renewal .c-yellowButton {
  padding: 10px 27px 19px;
  line-height: 1;
}

.mode_renewal .p-conceptSec3Box1__jaTitle,
.mode_renewal .p-choiceTitleArea__number,
.mode_renewal .p-conceptSec3Box1__enTitle,
.mode_renewal .p-conceptSec2Box1__approach {
  line-height: 1;
}

.c-leadEn {
  font-size: 1.4rem;
  font-family: "Bellota Text";
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin: 18px 0 0;
}

.c-text14 {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.04em;
}

.c-viewmoreButton {
  font-size: 1.6rem;
  display: inline-block;
  font-family: "Bellota Text";
  width: 140px;
  height: 20px;
  background: url(../img/common/arw_black.png) no-repeat right bottom/contain;
  text-decoration: none !important;
  padding-left: 10px;
  letter-spacing: 0.02em;
}

.c-viewmoreButton:hover {
  text-decoration: none;
}

.c-yellowButton {
  position: relative;
  background-color: #e1e05b;
  width: 337px;
  height: 67px;
  padding: 19px 27px;
  display: block;
  margin-left: -10px;
  text-decoration: none !important;
}

.c-yellowButton .c-yellowButton__enText {
  font-family: "Bellota Text";
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.c-yellowButton .c-yellowButton__jaText {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-left: 0.4em;
}

.c-yellowButton:before {
  content: "";
  position: absolute;
  bottom: 17px;
  left: 17px;
  width: 289px;
  height: 13px;
  background: url(../img/common/arw_black2.png) no-repeat center center/contain;
}

.c-categoryButton a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: auto;
  padding: 0.4em 2em 0.3em;
  border-radius: 100vh;
  border: 1px solid #040000;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  font-family: "Bellota Text";
  text-decoration: none !important;
  transition: all 0.3s;
  line-height: 1.2;
}

.c-categoryButton a:hover,
.c-categoryButton.-current a {
  background-color: #e1e05b;
  border: 1px solid #e0e05a;
}

.c-underPage.u-wrap {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  margin: 204px auto 0;
}

.c-underPage.u-wrap>* {
  width: calc((99.9% - 148px) / 3);
  margin-right: 74px;
}

.c-underPage.u-wrap>*:nth-child(3n) {
  margin-right: 0;
}

.c-underPage.u-wrap>*:nth-child(n+4) {
  margin-top: 0px;
}

.c-underPage.u-wrap>*:last-child {
  margin-right: 0;
}

.c-underPage a {
  display: block;
}

.c-underPage a:hover {
  text-decoration: none;
}

.c-underPage__titleArea {
  padding: 24px 0 18px 27px;
}

.c-underPage__enTitle {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-family: "Bellota Text";
  margin: 0;
}

.c-underPage__jaTitle {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 10px 0 0;
}

.c-underPage__button {
  margin: 28px 0 0;
}

.c-iconMust {
  color: #e0e05a;
  font-size: 1.4rem;
  padding-left: 0.2em;
}

.c-form input,
.c-form button,
.c-form textarea,
.c-form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}

.c-form select::-ms-expand {
  display: none;
}

.c-form__box {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
}

.c-form__box dt {
  width: 210px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding: 10px 0 0 0.5em;
}

.c-form__box dd {
  width: calc(100% - 210px);
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

.c-form__inputRadio {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 7px;
}

.c-form__inputRadio+label {
  display: inline-block;
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.c-form__inputRadio+label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #323333;
  border-radius: 50%;
  background: #fff;
}

.c-form__inputRadio+label:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #323333;
  border-radius: 50%;
  opacity: 0;
}

.c-form__inputRadio:checked+label:after {
  opacity: 1;
}

.c-form input[type=text],
.c-form input[type=email],
.c-form textarea {
  border: 1px solid #040000;
  padding: 0.5em 1em;
  height: 36px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.ie11 .c-form input[type=text],
.ie11 .c-form input[type=email],
.ie11 .c-form textarea {
  padding: 0.3em 1em 0.6em 1em;
}

.c-form__input {
  width: 550px;
}

.c-form input[type=email] {
  width: 550px;
}

.c-form textarea {
  border: 1px solid #040000;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding: 0.5em 1em;
  width: 550px;
  height: 156px;
}

.c-form__radioArea1 {
  display: flex;
  padding-left: 5px;
}

.c-form__radioArea1 .c-form__radioItem+.c-form__radioItem {
  margin-left: 52px;
}

.c-form__radioArea2 {
  padding-left: 5px;
}

.c-form__radioArea2 .c-form__radioItem+.c-form__radioItem {
  margin-top: 25px;
}

.c-form__scheduleArea {
  display: flex;
}

.c-form__inputYear {
  width: 100px;
}

.c-form__inputMonth,
.c-form__inputDay {
  width: 70px;
}

.c-form__scheduleText {
  padding: 0 0.5em 0 0.3em;
}

.c-form__inputName {
  width: 498px;
}

.c-form__nameText {
  padding-left: 1em;
}

.c-form__postArea {
  display: flex;
  align-items: center;
}

.c-form__inputPost1 {
  width: 80px;
}

.c-form__inputPost2 {
  width: 120px;
}

.c-form__postItem {
  display: inline-block;
  position: relative;
  width: 13px;
  height: 36px;
  margin: 0 13px;
}

.c-form__postItem:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background: #040000;
}

.c-form select.c-form__selectPrefectures {
  width: 272px;
  height: 36px;
  border: 1px solid #040000;
  padding: 0.1em 40px 0.2em 1em;
  background: url(../img/common/icon_select.png) no-repeat right center/contain;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.c-form__submitArea {
  width: 800px;
  margin: 64px auto 0;
}

.c-form input[type=submit].c-form__submitButton {
  margin: 0 40px 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  background-color: #e1e05b;
  width: 550px;
  height: 80px;
  cursor: pointer;
}

.c-fadeIn {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease;
}

.c-fadeIn.js-animeOn {
  transform: translateY(0);
  opacity: 1;
}

.c-thanks.u-wrap {
  margin: 200px auto;
}

.c-thanks__title {
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin: 0;
}

.c-thanks__text {
  margin: 50px 0 0;
}

.c-thanks__link {
  margin: 30px 0 0;
}

.c-thanks__link .c-yellowButton {
  font-size: 1.6rem;
}

.mode_renewal .page_ttl .container {
  position: relative;
  height: 320px;
}

.mode_renewal .page_ttl .img {
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mode_renewal .page_ttl img {
  width: 100%;
  height: 100%;
}

.mode_renewal .page_ttl .ttl_txt {
  font-size: 4.4rem;
  font-weight: bold;
  position: absolute;
  bottom: 100px;
  left: 0;
}

/* =================================== */
/* =================================== */
/* =========== フォント設定 =========== */
/* =================================== */
/* =================================== */
.blue {
  color: #2B60AB;
}

.yellow {
  color: #F5EF39;
}

.wh {
  color: #fff;
}

.section_inner {
  max-width: 1520px;
  margin-inline: auto;
}

.center {
  text-align: center;
  justify-content: center;
}

/* =================================== */
/* =================================== */
/* =========== フォントサイズ =========== */
/* =================================== */
/* =================================== */
.lead18 {
  font-size: min(0.9375vw, 18px);
  max-width: 820px;
  margin-inline: auto;
  line-height: 2.2222222222;
  margin-top: 1.8em;
}

.maintitle_block .rounded_title {
  margin: 1em 0;
}

.maintitle_block .rounded_inner {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 50px;
  background-color: #2B60AB;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.maintitle_block .maintitle {
  font-size: clamp(18px, 2.0833333333vw, 40px);
  font-weight: 700;
}

.maintitle_block .en_title {
  font-weight: 700;
  color: #2B60AB;
  font-size: 20px;
}

.maintitle_block .en_title.yellow {
  color: #F5EF39;
  padding-left:10px;
}

.maintitle_block .with_border {
  padding-bottom: clamp(20px, 2.34375vw, 48px);
  margin-bottom: clamp(20px, 2.34375vw, 48px);
  border-bottom: solid 1px #CBCBCB;
  position: relative;
}

.maintitle_block .with_border::after {
  content: "";
  display: block;
  width: 86px;
  height: 3px;
  background-color: #2B60AB;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.maintitle_block .has_num {
  display: flex;
  align-items: center;
  gap: 0 clamp(12px, 1.6666666667vw, 32px);
}

.maintitle_block .icon_num {
  display: inline-block;
  padding: 8px 24px;
  background-color: #F5EF39;
  line-height: 1;
  border-radius: 100px;
  font-size: 14px;
}

.subtitle_block .title {
  font-size: clamp(16px, 1.4583333333vw, 28px);
  font-weight: 500;
}

.subtitle_block .with_border {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #CBCBCB;
  position: relative;
}

.subtitle_block .with_border::after {
  content: "";
  display: block;
  width: clamp(86px, 12.2395833333vw, 235px);
  height: 3px;
  background-color: #2B60AB;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.subtitle_block .with_dot {
  margin-bottom: 0.65em;
}

.subtitle_block .with_dot::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #2B60AB;
  margin-right: 14px;
}

*:has(.subtitle_block):not(:nth-child(1)) {
  margin-top: clamp(24px, 2.2916666667vw, 44px);
}

/* =================================== */
/* =================================== */
/* ============== ボタン ============== */
/* =================================== */
/* =================================== */
.btn_block {
  margin: clamp(24px, 3.125vw, 60px) auto 0;
}

.btn_block.center {
  text-align: center;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: min(1.25vw, 24px) min(3.2083333333vw, 100px);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #2B60AB;
  border: solid 2px #fff;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s;
}

.btn:hover {
  background-color: #063A83;
  text-decoration: none;
}

.btn::after {
  content: "";
  display: block;
  width: clamp(16px, 1.1458333333vw, 22px);
  aspect-ratio: 1/1;
  background: url(../img/ico_circle_wh_wh.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: clamp(32px, 2.7083333333vw, 30px);
  transform: translateY(-50%);
}

.btn_map {
  font-size: 14px;
  padding: 4px 12px 6px 29px;
  font-weight: 500;
  line-height: 1;
}

.btn_map::after {
  background-image: url(../img/ico_map_wh.svg);
  width: 9px;
  aspect-ratio: 9/14;
  right: auto;
  left: 12px;
}

.subpage .concept_block {
  max-width: 1120px;
  margin-inline: auto;
}

.flex {
  display: flex;
}

.fit_cnt_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* =================================== */
/* =================================== */
/* ==  ページパーツ　｜　ページタイトル   == */
/* =================================== */
/* =================================== */
.pagetitle {
  overflow: hidden;
  position: relative;
}

.pagetitle .title_background {
  width: 100%;
  aspect-ratio: 1920/285;
}

.pagetitle .maintitle_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pagetitle .maintitle_block .en_title {
  margin: 10px 0 0;
}

/* =================================== */
/* =================================== */
/* ==  ページパーツ　｜　パンクズ   == */
/* =================================== */
/* =================================== */
.breadcrumbs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - min(3.125vw, 60px) * 2);
  margin-block: 28px min(5.1041666667vw, 98px);
  margin-inline: auto;
}

.breadcrumbs .breadcrumbs_link {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
  color: #2B60AB;
}

.breadcrumbs .breadcrumbs_link::after {
  content: "";
  display: block;
  width: clamp(18px, 1.25vw, 24px);
  aspect-ratio: 1/1;
  background: url(../img/ico_circle_bl_bl.svg) no-repeat center/100% auto;
  margin-left: 8px;
}

/* =================================== */
/* =================================== */
/* ==  ページパーツ　｜　カテゴリーリスト　｜　横並び   == */
/* =================================== */
/* =================================== */
.category_block {
  margin-block: clamp(40px, 3.6458333333vw, 70px);
}

.category_block .category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(8px, 1.0416666667vw, 20px);
}

.category_block .category_list li a {
  display: inline-block;
  min-width: 100px;
  padding: 8px clamp(16px, 1.6666666667vw, 32px);
  border: solid 1px #2B60AB;
  border-radius: 50px;
  font-size: clamp(15px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1;
  color: #2B60AB;
  text-align: center;
}

.category_block .category_list li .current {
  background-color: #2B60AB;
  color: #fff;
}

/* =================================== */
/* =================================== */
/* ==  ページパーツ　｜　投稿リスト   == */
/* =================================== */
/* =================================== */
.postlists_block {
  margin-block: clamp(40px, 3.6458333333vw, 70px);
}

.postlists_block .post_link {
  display: flex;
  padding: clamp(12px, 1.875vw, 36px);
  font-size: 14px;
  color: #2B60AB;
  gap: clamp(16px, 2.7083333333vw, 52px);
  border-bottom: solid 1px #8994A4;
}

.postlists_block .post_link .category {
  line-height: 1.015;
  padding: 8px clamp(20px, 2.2916666667vw, 44px);
  border: solid 1px #2B60AB;
  border-radius: 5px;
}

.postlists_block .post_link .title {
  font-size: 16px;
  color: #000;
}

/* =================================== */
/* =================================== */
/* ==  ページパーツ　｜　ページャー   == */
/* =================================== */
/* =================================== */
.pager {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 1.0416666667vw, 20px);
}

.pager span,
.pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(42px, 3.6458333333vw, 70px);
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.pager .page_link.prev {
  background: url(../img/ico_arrow_blue.svg) no-repeat center/25% auto;
  scale: -1;
}

.pager .page_link.next {
  background: url(../img/ico_arrow_blue.svg) no-repeat center/25% auto;
}

.pager .page_link {
  background-color: #EFEFEF;
  color: #2B60AB;
}

.pager .current {
  pointer-events: none;
  background-color: #2B60AB;
  color: #fff;
}

/* =================================== */
/* =================================== */
/* ==  ページテンプレート　｜　single   == */
/* =================================== */
/* =================================== */
.article_header {
  padding-block: 0 clamp(24px, 2.6041666667vw, 50px);
  border-bottom: solid 1px #CBCBCB;
  margin-bottom: clamp(40px, 4.1666666667vw, 40px);
  position: relative;
}

.article_header::before {
  content: "";
  display: block;
  width: clamp(86px, 11.1979166667vw, 215px);
  height: 3px;
  background-color: #2B60AB;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.article_header .post_meta {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2B60AB;
  line-height: 1.012em;
  gap: clamp(12px, 2.0833333333vw, 40px);
  margin-top: clamp(40px, 4.1666666667vw, 40px);
}

.article_header .post_meta .date {
  font-size: clamp(14px, 1.0416666667vw, 20px);
}

.article_header .post_meta .category {
  font-size: clamp(10px, 0.9375vw, 18px);
  padding: 4px clamp(16px, 1.25vw, 24px);
  border: solid 1px #2B60AB;
  border-radius: 50px;
}


article.post_contents * {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  margin-block: 0.65em;
  padding: 0;
}

article.post_contents h2 {
  padding-left: 1em;
  border-left: solid 3px #2B60AB;
  font-size: clamp(22px, 1.4583333333vw, 28px);
  font-weight: 600;
}

article.post_contents h3 {
  padding-left: 1.5em;
  font-size: clamp(20px, 1.1458333333vw, 22px);
  font-weight: 600;
  position: relative;
}

article.post_contents h3::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #2B60AB;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 40%;
}

article.post_contents h4 {
  font-size: clamp(20px, 1.1458333333vw, 22px);
  font-weight: 500;
}

/* =================================== */
/* =================================== */
/* ==  ページテンプレート　｜　single　｜　ページリンク   == */
/* =================================== */
/* =================================== */
.postlink_block {
  max-width: 1200px;
  margin-top: clamp(60px, 6.25vw, 125px);
  margin-inline: auto;
  padding: clamp(20px, 3.125vw, 60px);
  box-sizing: content-box;
}

.postlink_block .postlinks {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 4.1666666667vw, 80px);
}

.postlink_block .postlinks a {
  display: inline-flex;
  align-items: center;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  font-weight: 600;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.postlink_block .postlinks .prev a::before {
  content: "";
  display: block;
  width: clamp(12px, 1.0416666667vw, 20px);
  aspect-ratio: 19/23;
  background: url(../img/ico_arrow_blue.svg) no-repeat center/100% auto;
  scale: -1;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -200% -50%;
}

.postlink_block .postlinks .return {
  display: flex;
  text-decoration: none;
  color: #fff;
  background-color: #2B60AB;
  border-radius: 100px;
  padding: 0 clamp(80px, 8.3333333333vw, 160px);
  aspect-ratio: 435/82;
  position: relative;
  text-align: center;
}

.postlink_block .postlinks .return::before {
  content: "";
  display: block;
  width: clamp(15px, 1.09375vw, 22px);
  aspect-ratio: 1/1;
  background: url(../img/ico_circle_wh_wh.svg) no-repeat center/100% auto;
  scale: -1;
  position: absolute;
  top: 50%;
  left: 0;
  translate: clamp(16px, 4.1666666667vw, 80px) -50%;
}

.postlink_block .postlinks .return a {
  text-decoration: none;
}

.postlink_block .postlinks .next a::before {
  content: "";
  display: block;
  width: clamp(12px, 1.0416666667vw, 20px);
  aspect-ratio: 19/23;
  background: url(../img/ico_arrow_blue.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 200% -50%;
}

/* =================================== */
/* =================================== */
/* ==  ページテンプレート　｜　お問い合わせ   == */
/* =================================== */
/* =================================== */
.contact .cta_tel {
  max-width: 1000px;
  margin: auto;
  border: solid 1px #2B60AB;
  border-radius: 10px;
  padding: clamp(20px, 1.9791666667vw, 40px);
  text-align: center;
}

.contact .cta_tel .cta_msg {
  font-size: clamp(18px, 1.4583333333vw, 28px);
  font-weight: 500;
  line-height: 1.125;
}

.contact .cta_tel .action_tel {
  display: inline-block;
  color: #2B60AB;
  padding: 0 0 0 clamp(40px, 4.4270833333vw, 85px);
  position: relative;
  text-align: left;
  margin-top: 20px;
}

.contact .cta_tel .action_tel::before {
  content: "";
  display: block;
  width: clamp(32px, 3.4375vw, 66px);
  aspect-ratio: 67/74;
  background: url(../img/ico_tel_blue.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.contact .cta_tel .number {
  font-size: clamp(32px, 2.3958333333vw, 48px);
  font-weight: 700;
  letter-spacing: 0.075em;
  display: block;
  line-height: 1;
}

.contact .cta_tel .hour {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  display: block;
  line-height: 1;
  margin-top: 16px;
}

.form_block {
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 1.875vw, 36px);
}

form[data-screen="confirm"] .policybox {
  display: none;
}

.smf-progress-tracker li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.smf-progress-tracker__item__number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 32px;
  border-radius: 50%;
  background-color: #fff !important;
  color: #063A83 !important;
  border: solid 1px #063A83;
  color: #063A83;
  font-size: 14px;
}

.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background-color: #063A83 !important;
  color: #fff !important;
}

.smf-progress-tracker__item__text {
  font-size: 12px;
  color: #6e6765;
}

.smf-progress-tracker .screen-reader-text {
  display: none;
}

.smf-form {
  display: flex;
  flex-direction: column;
  gap: min(calc(20/390*100vw), 36px);
  margin-top: 40px;
}

.formbox {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.formbox .smf-item__col--label {
  width: 30%;
  font-weight: 600;
}

.formbox:has(input[data-validations="required"]) .smf-item__col--label .smf-item__label {
  position: relative;
}

.formbox:has(input[data-validations="required"]) .smf-item__col--label .smf-item__label::after {
  content: "必須";
  display: inline-block;
  padding: 2px 16px;
  border-radius: 6px;
  background-color: #2B60AB;
  color: #fff;
  margin-left: 12px;
  font-size: min(calc(9/390*100vw), 11px);
}


.formbox .smf-item__col--controls {
  flex-grow: 1;
}

.formbox .smf-item__col--controls input[type=text] {
  width: 80%;
  min-height: 42px;
  border: solid 1px #8994A4;
  border-radius: 6px;
}

.formbox .smf-item__col--controls input[type=email] {
  width: 80%;
  min-height: 42px;
  border: solid 1px #8994A4;
  border-radius: 6px;
}

.formbox .smf-item__col--controls input[type=tel] {
  width: 80%;
  min-height: 42px;
  border: solid 1px #8994A4;
  border-radius: 6px;
}

.formbox .smf-item__col--controls textarea {
  width: 100%;
  min-height: 180px;
  border: solid 1px #8994A4;
  border-radius: 6px;
}

.policybox {
  text-align: center;
}

.policybox a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #2B60AB;
  font-weight: 500;
}

.form_block .smf-action {
  text-align: center;
  margin-top: 40px;
}


.form_block .smf-action .smf-button-control__control {
  background-image: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: min(1.25vw, 24px) min(5.2083333333vw, 120px);
  font-size: clamp(16px, 1.1458333333vw, 20px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: url(../img/ico_circle_wh_wh.svg) no-repeat center right 16px / 16px auto, #2B60AB;
  border: solid 2px #fff;
  border-radius: 100px;
  position: relative;
  min-width: 320px;
  padding: min(8px, calc(12 / 390 * 100vw), 12px);
}

.smf-action .smf-button-control+.smf-button-control {
  margin-left: 0 !important;
  margin-top: 20px;
}

/* =================================== */
/* =================================== */
/* ==  ページパーツ　｜　横並びリスト   == */
/* =================================== */
/* =================================== */
.flex_list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 4.1666666667vw, 42px);
}

._column03 li {
  width: calc((100% - clamp(12px, 4.1666666667vw, 80px) * 1) / 3);
}

._width_fit li {
  width: -moz-fit-content;
  width: fit-content;
}

/* =================================== */
/* =================================== */
/* ==  ページパーツ　｜　サマリーリスト   == */
/* =================================== */
/* =================================== */
.detail_content_block {
  max-width: 1200px;
  margin-top: clamp(60px, 6.25vw, 125px);
  margin-inline: auto;
  padding: clamp(20px, 3.125vw, 60px);
  box-sizing: content-box;
}

.additional_detail {
  padding: clamp(30px, 3.3854166667vw, 65px) clamp(25px, 2.8645833333vw, 55px);
  background-color: #F6F5F4;
  border-radius: 10px;
}

.summary_block .rounded_title {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(44px, 4.2708333333vw, 82px);
  padding: 10px clamp(15px, 1.8229166667vw, 35px);
  background-color: #1799FF;
  color: #fff;
  border-radius: 100px;
  font-size: clamp(18px, 1.0416666667vw, 21px);
  font-weight: 500;
  letter-spacing: 0.045em;
}

.summary_block .summary_list {
  margin-top: clamp(36px, 3.125vw, 60px);
}

.summary_block .summary_list .list_title {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
}

.summary_block .summary_list .has_dot::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #2B60AB;
  margin-right: 12px;
  position: relative;
  top: -5px;
}

.summary_block ._flex {
  display: flex;
  flex-wrap: wrap;
}

.summary_block ._column02 {
  gap: clamp(20px, 3.3333333333vw, 64px) clamp(30px, 6.25vw, 120px);
}

.summary_block ._column02 li {
  width: calc((100% - clamp(30px, 6.25vw, 120px)) / 2);
}

.summary_block ._column03 {
  gap: clamp(20px, 3.3333333333vw, 64px) clamp(15px, 2.34375vw, 45px);
}

.summary_block ._column03 li {
  width: calc((100% - clamp(15px, 2.34375vw, 45px) * 2) / 3);
}

/* =================================== */
/* =================================== */
/* ==  ページパーツ　｜　テーブル   == */
/* =================================== */
/* =================================== */
table {
  border-collapse: collapse;
  border: solid 1px #8994A4;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.125;
  font-weight: 500;
}

table thead th {
  background-color: #2B60AB;
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 600;
  line-height: 1;
  padding: clamp(12px, 1.4583333333vw, 28px);
  border: solid 1px #8994A4;
}

table th {
  padding-inline: clamp(24px, 3.75vw, 72px);
  padding-block: clamp(12px, 1.4583333333vw, 28px);
  border: solid 1px #8994A4;
}

table td {
  padding: clamp(12px, 1.4583333333vw, 28px);
  text-align: center;
  border: solid 1px #8994A4;
}

/* =================================== */
/* =================================== */
/* ==  ページパーツ　｜　2色線入りdl   == */
/* =================================== */
/* =================================== */
.flex_description {
  display: flex;
}

.flex_description dt {
  width: 25%;
  padding: clamp(20px, 2.0833333333vw, 40px) clamp(12px, 1.0416666667vw, 20px);
}

.flex_description dd {
  width: 75%;
  padding-block:40px;
  padding-inline: clamp(20px, 4.6875vw, 90px) clamp(12px, 1.0416666667vw, 20px);
}

.twotone_border:not(:last-child) dt {
  border-bottom: solid 3px #2B60AB;
}

.twotone_border:not(:last-child) dd {
  border-bottom: solid 1px #CBCBCB;
}

/* =================================== */
/* =================================== */
/* ==  ページパーツ　｜　マップ関連  == */
/* =================================== */
/* =================================== */
.map_content {
  display: flex;
}

.map_content .textbox {
  width: 61.2121212121%;
}

.map_content .mapbox {
  width: 38.7878787879%;
  aspect-ratio: 320/180;
}

.index_top .mv_block {
  position: relative;
  z-index: 0;
  overflow-x: clip;
}

.index_top .mv_block .mv_title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.index_top .mv_block .mv_title p {
  font-size: clamp(32px, 3.125vw, 60px);
  color: #fff;
  line-height: 1.025;
  font-weight: 700;
}

.index_top .concept_block {
  padding: clamp(40px, 7.8125vw, 150px) clamp(20px, 10.4166666667vw, 200px) clamp(80px, 9.6354166667vw, 185px);
  background: url(../img/bg_logo_shape.svg) no-repeat center right/min(46.3541666667vw, 960px) auto;
}

.index_top .service_block {
  padding: clamp(60px, 5.2083333333vw, 100px) 0;
  position: relative;
}

.index_top .service_block::before {
  content: "";
  display: block;
  width: calc(100% - clamp(20px, 2.7083333333vw, 52px));
  height: 100%;
  background-color: #2B60AB;
  border-radius: 60px 0 0 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.index_top .service_block .section_inner {
  padding-inline: clamp(20px, 10.4166666667vw, 200px);
  position: relative;
}

.index_top .service_block .column03_swiper {
  max-width: 1520px;
  margin-inline: auto;
  overflow-x: clip;
  margin-top: clamp(24px, 2.6041666667vw, 50px);
}

.index_top .service_block .service_summary {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.index_top .service_block .service_summary .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #2B60AB;
  background-color: #F5EF39;
  padding-inline: clamp(16px, 1.25vw, 24px);
  border-radius: 50px;
  margin-right: 14px;
}

.index_top .service_block .service_summary .text {
  font-size: 26px;
}

.index_top .service_additional_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_top .service_additional_block .info_text {
  color: #fff;
}

.index_top .service_additional_block .swiper_contlor {
  width: 215px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: min(1.875vw, 36px);
}

.index_top .service_additional_block .swiper-button-next,
.index_top .service_additional_block .swiper-button-prev {
  position: initial;
  margin: 0;
  padding: 0;
  width: 89px;
  height: auto;
  aspect-ratio: 1/1;
}

.index_top .service_additional_block .swiper-button-next::after,
.index_top .service_additional_block .swiper-button-prev::after {
  position: initial;
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/ico_swiper.svg) no-repeat center/100% auto;
}

.index_top .service_additional_block .swiper-button-prev::after {
  scale: -1;
}

.index_top .company_block {
  margin-top: clamp(80px, 7.2916666667vw, 140px);
  max-width: 1278px;
  margin: 100px auto;
}

.index_top .company_block .flex {
  gap: min(8.8541666667vw, 170px);
  justify-content: space-between;
  max-width: 1520px;
  margin-inline: auto;
}

.index_top .company_block .flex_image {
  width: min(44.2708333333vw, 850px);
  aspect-ratio: 855/575;
  border-radius: 20px;
  overflow: hidden;
}

.index_top .news_block {
  padding: clamp(60px, 5.2083333333vw, 100px) 0;
  margin-top: clamp(80px, 7.2916666667vw, 140px);
  position: relative;
}

.index_top .news_block::before {
  content: "";
  display: block;
  width: calc(100% - clamp(20px, 2.7083333333vw, 52px));
  height: 100%;
  background-color: #F6F5F4;
  border-radius: 0 60px 60px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.index_top .news_block .section_inner {
  width: calc(100% - min(22.3958333333vw, 430px));
  position: relative;
  max-width: 1450px;
  margin-inline: auto;
}

.index_top .news_block .section_inner .postlists {
  margin-top: clamp(32px, 2.6041666667vw, 50px);
}

.index_top .news_block .section_inner .postlists li+li {
  border-top: solid 1px #8994A4;
}

.index_top .news_block .section_inner .postlists a {
  display: flex;
  align-items: center;
  padding: 25px 130px;
  font-size: 14px;
  color: #2B60AB;
  transition: all 0.5s;
}
.index_top .news_block .section_inner .postlists a:hover {
  background-color: #EFEFEF;
  text-decoration: none;
}
.index_top .news_block .section_inner .postlists .date {
  white-space: nowrap;
}

.index_top .news_block .section_inner .postlists .category {
  display: inline-block;
  padding: 5px clamp(12px, 2.0833333333vw, 40px);
  border: solid 1px #2B60AB;
  border-radius: 5px;
  margin-inline: clamp(20px, 2.0833333333vw, 40px);
  white-space: nowrap;
}

.index_top .news_block .section_inner .postlists .title {
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

.index_top .access_block {
  position: relative;
  max-width: 1520px;
  margin-top: clamp(80px, 7.2916666667vw, 140px);
  margin-inline: auto;
  padding: 0 min(2.8645833333vw, 55px);
}

.index_top .access_block .map_embed {
  margin-top: min(2.6041666667vw, 50px);
  aspect-ratio: 1375/380;
  border-radius: 20px;
  overflow: hidden;
}

.index_top .access_block .center_addresss {
  border-top: solid 1px #DEDEDE;
}

.index_top .access_block dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: min(5.2083333333vw, 120px);
  padding: clamp(20px, 1.6666666667vw, 32px);
}

.index_top .access_block dl dt {
  min-width: 168px;
}

.index_top .access_block dl dt span {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 5px;
  background-color: #2B60AB;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.index_top .access_block dl dd {
  display: flex;
  gap: min(5.2083333333vw, 120px);
}

.index_top .access_block dl dd .list_content {
  flex: 1;
}

.index_top .access_block dl .title {
  font-size: 19px;
  font-weight: 700;
}

.index_top .access_block dl .title.has_icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.index_top .access_block dl .title.has_icon::after {

}

.service .service_step_wrap {
  width: 77.0833333333%;
  max-width: 1520px;
  margin: min(5.625vw, 108px) auto 0;
}

.service .service_step_wrap .flex {
  gap: min(6.25vw, 130px);
}

.service .service_step_wrap .flex+.flex {
  margin-top: min(3.90625vw, 75px);
}

.service .service_step_wrap .flex_image {
  width: 30.4054054054%;
  border-radius: 20px;
  overflow: hidden;
}

.service .service_step_wrap .flex_text {
  width: 60.8108108108%;
}

.service .service_step_wrap .titlebox {
  display: flex;
  align-items: center;
}

.service .service_step_wrap .titlebox .num {
  display: inline-block;
  font-size: 14px;
  padding: 4px 28px;
  border-radius: 50px;
  background-color: #F5EF39;
  margin-right: 16px;
}

.service .service_step_wrap .titlebox .title {
  font-size: min(1.3541666667vw, 26px);
  font-weight: 500;
  letter-spacing: 0.03em;
}

.service .service_step_wrap .titlebox+p {
  margin-top: 16px;
  line-height: 2.2222222222;
}

.step_manifesto .manifesto_contents {
  display: flex;
  gap: 18px 13px;
  margin-top: 30px;
}

.step_manifesto .manifesto_contents li {
  width: calc((100% - 65px) / 6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #2B60AB;
  aspect-ratio: 172/145;
  border-radius: 10px;
  position: relative;
}

.step_manifesto .manifesto_contents li .step_num {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  margin: 0;
}

.step_manifesto .manifesto_contents li .step_text {
  font-size: clamp(15px, 0.8854166667vw, 17px);
  margin: 0;
  text-align: center;
}

.step_manifesto .manifesto_contents li+li::before {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/26;
  background-color: #F5BF22;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  left: -8px;
  translate: 0 -50%;
}

.history {
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(40px, 4.1666666667vw, 80px) auto 0;
}

.history_content {
  display: flex;
  align-items: stretch;
}

.history_content .year {
  width: 200px;
  font-size: 24px;
  font-weight: 600;
  color: #2B60AB;
  position: relative;
  z-index: 0;
  border-right: solid 1px #8994A4;
  margin: 0;
}

.history_content .year::after {
  content: "";
  display: block;
  width: clamp(12px, 1.0416666667vw, 20px);
  aspect-ratio: 1/1;
  background: url(../img/icon_tripl_circle.svg) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  right: 0;
  translate: 50% 0;
}

.history_content .content {
  padding-left: clamp(20px, 5.2083333333vw, 100px);
  padding-bottom: clamp(15px, 2.0833333333vw, 40px);
}

.history_content .content li {
  display: flex;
  flex-grow: 1;
  padding: clamp(5px, 0.4166666667vw, 10px) 0;
}

.history_content .content li .month {
  width: 100px;
  font-weight: 600;
  color: #2B60AB;
}

.history_content .content li .text {
  width: calc(100% - 100px);
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

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

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-margin.-short {
  margin-bottom: 16px;
}

.u-margin.-middle {
  margin-bottom: 32px;
}

.u-margin.-large {
  margin-bottom: 64px;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

/* --------------------------------------------------
  u-preload
-------------------------------------------------- */
/* --------------------------------------------------
  u-bellota
-------------------------------------------------- */
.u-bellota {
  font-family: "Bellota Text";
}

/* --------------------------------------------------
  u-wrap
-------------------------------------------------- */
.u-wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

/* --------------------------------------------------
  container & basic setting
-------------------------------------------------- */
.container {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.container.mode_l {
  max-width: 1440px;
}

.sec_item {
  padding-top: 140px;
  padding-bottom: 140px;
}

.sec_mt {
  margin-top: 140px;
}

.cont_item {
  margin-top: 60px;
}

.inner_item {
  padding-top: 100px;
  padding-bottom: 70px;
}

.mode_renewal {
  line-height: 1.8;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}

.txt_box>p:not(:first-child) {
  margin-top: 24px;
}

/* --------------------------------------------------
  animation
-------------------------------------------------- */
@keyframes dot_jump {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(-6px);
  }

  10% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes purun {
  0% {
    transform: scale(1.025, 1) translate(0%, 0%);
  }

  4% {
    transform: scale(1.05, 0.9) translate(0%, 0%);
  }

  8% {
    transform: scale(0.9, 1.1) translate(0%, 0%);
  }

  12% {
    transform: scale(1.025, 0.95) translate(0%, 0%);
  }

  16% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

/* --------------------------------------------------
  u-ofi
-------------------------------------------------- */
.u-ofi {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* --------------------------------------------------
  u-spWidth100__sp
-------------------------------------------------- */
/* --------------------------------------------------
  u-font180
-------------------------------------------------- */
.u-font180 {
  font-size: 180%;
}

/* --------------------------------------------------
  ttl
-------------------------------------------------- */
.ttl01 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 60px;
}

.ttl01 .deco_txt {
  color: #e27a28;
  font-size: 2rem;
  font-weight: bold;
}

.ttl01 .deco_txt.mode_baloon::before {
  content: "＼";
  font-size: 1.2rem;
  margin-right: 16px;
}

.ttl01 .deco_txt.mode_baloon::after {
  content: "／";
  font-size: 1.2rem;
  margin-left: 16px;
}

.ttl01 .tag_li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 22px;
}

.ttl01 .tag_li li {
  width: 170px;
  background: #4bc500;
  color: #fff;
  box-sizing: border-box;
  font-size: 2.2rem;
  text-align: center;
  padding: 2px 20px;
  border-radius: 100vw;
}

.ttl01 .ttl_txt {
  font-weight: bold;
  margin-top: 16px;
}

.ttl01 .ttl_txt .fs {
  color: #e27a28;
  font-size: 3.8rem;
}

.ttl02 {
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}

.ttl02::after {
  width: 70px;
  height: 100%;
  background: #e1e05b;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 35px);
  top: 0;
}

.ttl02 .en {
  position: relative;
  z-index: 2;
}

.ttl02 .en img {
  height: 40px;
}

.ttl02 .ja {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.ttl02.mode02 {
  margin-bottom: 60px;
}

.ttl02.mode02 .ja {
  display: inline-block;
  background: #e1e05b;
  line-height: 2;
  padding: 0 40px;
  margin-top: -30px;
}

.ttl03 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  border-left: 8px solid #e1e05b;
  padding-left: 16px;
  margin: 0 0 40px;
}

/* --------------------------------------------------
  multiple
-------------------------------------------------- */
.annotation {
  padding-left: 1em;
  text-indent: -1em;
}

.btn_mt {
  margin-top: 70px;
}

.btn_mt .btn01 {
  width: -moz-fit-content;
  width: fit-content;
  background: #6e6765;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 2rem;
  transition: 0.3s ease all;
  padding: 14px 120px;
  border: 1px solid #fff;
  border-radius: 100vw;
  margin: 0 auto;
}

.btn_mt .btn01:hover {
  text-decoration: none;
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.7;
}

.btn_mt .btn01.mode_line {
  background: #5fb330;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.6rem;
  padding: 25px 80px;
  position: relative;
}

.btn_mt .btn01.mode_line::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/ic_free.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.btn_mt .btn01.mode_line::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/ic_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.btn_mt .btn01.mode_line .txt_inner {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.btn_mt .btn01.mode_line .ico {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.btn_mt .btn01.mode_line .fs {
  font-size: 2.6rem;
  margin-right: 5px;
}

.btn_mt .btn02 {
  width: -moz-fit-content;
  width: fit-content;
  background: url(../img/common/ico_btn02.svg) right center/12px auto no-repeat;
  display: block;
  box-sizing: border-box;
  transition: 0.3s ease all;
  padding: 4px 20px 4px 0;
}

.dot {
  position: relative;
}

.dot::before {
  width: 6px;
  height: 6px;
  background: #e1e05b;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: calc(50% - 3px);
  border-radius: 100vw;
}

.indent_li>li {
  padding-left: 1em;
  text-indent: -1em;
}

.info_dl {
  max-width: 1000px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.info_dl>dt {
  font-size: 3rem;
  text-align: center;
}

.info_dl>dd {
  background: #edf0f2;
  overflow-x: hidden;
  padding: 70px 20px 60px;
  border-radius: 16px;
  margin-top: -26px;
}

.info_dl+.info_dl {
  margin-top: 40px;
}

.info_dl.mode02>dd {
  background: #f6f6cd;
}

.layout01 {
  max-width: 1200px;
  padding-right: 50px;
  padding-left: 50px;
}

.layout01>.img_box {
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-bottom: 70px;
}

.reason_box {
  margin-top: 140px;
}

.reason_box .item {
  position: relative;
  display: flex;
  gap: 40px;
}

.reason_box .item:nth-child(even) {
  flex-direction: row-reverse;
}

.reason_box .item:nth-child(even) .num {
  left: auto;
  right: 50px;
}

.reason_box .item:nth-child(even) .img {
  border-radius: 46px 0 46px 0;
}

.reason_box .item:first-child {
  margin-left: -50px;
}

.reason_box .item:first-child .img {
  border-radius: 0 46px 0 0;
}

.reason_box .item:last-child {
  margin-right: -50px;
}

.reason_box .item:last-child .img {
  border-radius: 46px 0 0 0;
}

.reason_box .item+.item {
  margin-top: 50px;
}

.reason_box .item .num {
  width: 70px;
  height: 70px;
  background: #e1e05b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  box-shadow: 4px 4px 0 #fff;
  position: absolute;
  left: 50px;
  top: -35px;
  z-index: 2;
}

.reason_box .item .img {
  overflow: hidden;
  border-radius: 0 46px 0 46px;
}

.reason_box .item .txt_box {
  width: 52.5%;
  display: flex;
  align-items: center;
}

.reason_box .item .txt_box p {
  font-size: 2.2rem;
  font-weight: bold;
}

.reason_box .item .txt_box .txt1 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 10px;
}

/* rwd_class
================================================== */
.rw_ox,
.rw_xo {
  display: none !important;
}

/* --------------------------------------------------
	animation
-------------------------------------------------- */
.load_item,
.scroll_item {
  transition: 0.7s ease all;
}

.fade_left {
  opacity: 0;
  transform: translateX(-40px);
}

.fade_left.active {
  opacity: 1;
  transform: translateX(0px);
}

.fade_right {
  opacity: 0;
  transform: translateX(40px);
}

.fade_right.active {
  opacity: 1;
  transform: translateX(0px);
}

.scroll_item.fade_up.active {
  opacity: 1;
  transform: translateY(0);
}

.scroll_item.fade_in.active {
  opacity: 1;
  transform: scale(1);
}

/* delayScrollAnime
================================================== */
.box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 959px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.4vw;
  }

  body {
    line-height: 1;
    min-width: 1%;
    overflow-x: hidden;
    position: relative;
  }

  a[href^="tel:"],
  a[href^="https://line"] {
    text-decoration: none !important;
  }

  .c-fv {
    height: auto;
    flex-wrap: wrap;
  }

  .c-fv .c-fv__left,
  .c-fv .c-fv__right {
    height: 250px;
  }

  .c-fv__title {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;
    padding: 7vw 5vw 6vw;
    margin-top: 0;
  }

  .c-fv__enTitle {
    font-size: 7vw;
  }

  .c-fv__jaTitle {
    margin: 5vw 0 0;
  }

  .c-fv__text {
    margin: 4vw 0 0;
  }

  .c-trial {
    position: relative;
    height: auto;
  }

  .c-trial a {
    background: none;
  }

  .c-trial a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/common/bg_trial.jpg) no-repeat right 25% bottom/cover;
    opacity: 0.5;
  }

  .c-trial__textArea {
    position: relative;
    z-index: 2;
    padding: 12vw 5vw;
  }

  .c-trial__enTitle {
    font-size: 8vw;
  }

  .c-trial__jaTitle {
    font-size: 4.2vw;
    margin: 4vw 0 0;
  }

  .c-trial__text {
    line-height: 1.5;
    margin: 5vw 0 0;
  }

  .c-trial__note {
    margin: 2vw 0 0;
  }

  .c-trial__button {
    margin-top: 4vw;
  }

  .c-contactArea__flexBox>* {
    width: 100%;
    margin-right: 0;
  }

  .c-contactArea__flexBox>*:nth-child(n+2) {
    margin-top: 7vw;
  }

  .c-contact {
    position: relative;
    background-color: #e1e05b;
    background-image: none;
    padding: 7vw 5vw;
  }

  .c-contact:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/bg_contact.jpg) no-repeat right top/80% auto;
    opacity: 0.7;
    z-index: 1;
  }

  .c-contact>* {
    position: relative;
    z-index: 2;
  }

  .c-contact__enTitle {
    font-size: 7.8vw;
  }

  .c-contact__jaTitle {
    font-size: 4.2vw;
    margin: 4vw 0 0;
  }

  .c-contact__tel {
    font-size: 4.8vw;
    margin: 6vw 0 0;
  }

  .c-contact__tel a {
    font-size: 6.5vw;
  }

  .c-contact__text {
    width: 100%;
    margin: 6vw 0 0;
  }

  .c-contact__flexBox {
    margin-top: 0;
  }

  .c-contact__button {
    padding-bottom: 2vw;
  }

  .c-contact__qr {
    width: 30vw;
    margin-left: auto;
    text-align: right;
  }

  .c-contactArea__flexBox {
    margin-top: 7vw;
  }

  .c-line {
    background: #59b43d url(../img/common/bg_line.jpg) no-repeat left top 1vw/17vw auto;
    padding: 7vw 5vw;
  }

  .c-line__title {
    font-size: 6.2vw;
    padding-left: 15vw;
  }

  .c-line__enTitle {
    font-size: 7.8vw;
    transform: translateY(0.5vw);
  }

  .c-line__lead {
    font-size: 4.4vw;
    margin: 4vw 0 0;
    padding-left: 15vw;
  }

  .c-line__flexBox {
    margin: 6vw 0 0;
  }

  .c-line__text {
    width: calc(100% - 25vw);
  }

  .c-line__qr {
    width: 20vw;
    margin-left: 5vw;
  }

  .c-reservation a {
    padding: 7vw 5vw;
  }

  .c-reservation__title {
    font-size: 6.2vw;
  }

  .c-reservation__enTitle {
    font-size: 7.8vw;
    transform: translateY(0.5vw);
  }

  .c-reservation__lead {
    font-size: 4.4vw;
    margin: 4vw 0 0;
  }

  .c-reservation__text {
    margin: 1.6vw 0 0;
  }

  .c-reservation__link {
    width: 21vw;
    height: 6.5vw;
    padding-left: 2vw;
    margin: 4vw 0 0;
  }

  .c-titleJaEn span {
    display: block;
  }

  .c-titleJaEn .c-titleJaEn__ja {
    font-size: 7vw;
  }

  .c-titleJaEn .c-titleJaEn__en {
    font-size: 4vw;
    margin-top: 2vw;
  }

  .c-titleLine {
    border-left: 6vw solid #e0e05a;
  }

  .c-leadJaTitle {
    font-size: 6vw;
    margin: 0;
    line-height: 1.5;
  }

  .c-leadEnTitle {
    font-size: 4vw;
    line-height: 1.3;
  }

  .c-iconTitle {
    padding: 15vw 0 0;
  }

  .c-iconTitle:before {
    width: 13vw;
    height: 13vw;
  }

  .c-iconTitle__jaTitle {
    font-size: 7vw;
    text-align: left;
    line-height: 1.4;
  }

  .c-iconTitle__enTitle {
    font-size: 4.1vw;
    text-align: left;
    margin: 3vw 0 0;
  }

  .mode_renewal .c-leadJaTitle {
    border-left: 2vw solid #e1e05b;
    font-size: 6vw;
    padding: 2vw 0 2vw 4vw;
  }

  .mode_renewal .c-yellowButton {
    padding: 3vw 4vw 4vw;
  }

  .c-leadEn {
    margin: 3vw 0 0;
  }

  .c-viewmoreButton {
    width: 36vw;
    height: 5.5vw;
    padding-left: 2vw;
  }

  .c-yellowButton {
    width: 50vw;
    height: 12vw;
    padding: 4vw;
    margin-left: 0;
  }

  .c-yellowButton .c-yellowButton__enText {
    font-size: 4vw;
  }

  .c-yellowButton:before {
    bottom: 1vw;
    left: 3vw;
    width: 43vw;
    height: 5vw;
    background: url(../img/common/arw_black2.png) no-repeat center center/contain;
  }

  .c-categoryButton {
    width: 48%;
  }

  .c-categoryButton a {
    min-width: inherit;
    width: 100%;
    height: auto;
    padding: 0.4em 2em 0.3em;
  }

  .c-categoryButton:nth-of-type(odd) {
    margin-right: 2%;
  }

  .c-underPage.u-wrap>* {
    width: 100%;
    margin-right: 0;
  }

  .c-underPage.u-wrap>*:nth-child(n+2) {
    margin-top: 7vw;
  }

  .c-underPage.u-wrap {
    margin: 15vw auto 0;
  }

  .c-underPage__image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
    overflow: hidden;
  }

  .c-underPage__image img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .c-underPage__image.-training img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }

  .c-underPage__image.-choice img {
    -o-object-position: center 40%;
    object-position: center 40%;
  }

  .c-underPage__titleArea {
    padding: 5vw 4vw;
  }

  .c-underPage__enTitle {
    font-size: 4.5vw;
  }

  .c-underPage__jaTitle {
    margin: 3vw 0 0;
  }

  .c-underPage__button {
    margin: 5vw 0 0;
  }

  .c-form__box {
    width: 100%;
  }

  .c-form__box dt {
    width: 100%;
    padding: 0;
  }

  .c-form__box dd {
    width: 100%;
    margin-top: 4vw;
  }

  .c-form__box dt:nth-of-type(n+2) {
    margin-top: 8vw;
  }

  .c-form__inputRadio+label {
    padding-left: 9vw;
  }

  .c-form__inputRadio+label:before {
    top: -1.5vw;
    width: 7vw;
    height: 7vw;
  }

  .c-form__inputRadio+label:after {
    top: -1px;
    left: 1.25vw;
    width: 4.5vw;
    height: 4.5vw;
  }

  .c-form input[type=text],
  .c-form input[type=email],
  .c-form textarea {
    height: 11vw;
    font-size: 5vw;
  }

  .c-form__input {
    width: 100%;
  }

  .c-form input[type=email] {
    width: 100%;
  }

  .c-form textarea {
    width: 100%;
    height: 70vw;
  }

  .c-form__radioArea1 {
    padding-left: 0;
    flex-direction: column;
  }

  .c-form__radioArea1 .c-form__radioItem+.c-form__radioItem {
    margin: 5vw 0 0;
  }

  .c-form__inputYear {
    width: 22vw;
  }

  .c-form__inputMonth,
  .c-form__inputDay {
    width: 17vw;
  }

  .c-form__inputName {
    width: calc(100% - 3em);
  }

  .c-form__inputPost1 {
    width: 30vw;
  }

  .c-form__inputPost2 {
    width: 20vw;
  }

  .c-form__postItem {
    height: 11vw;
    margin: 0 2vw;
  }

  .c-form select.c-form__selectPrefectures {
    width: 100%;
    height: 11vw;
  }

  .c-form__submitArea {
    width: 100%;
    margin: 7vw auto 0;
  }

  .c-form input[type=submit].c-form__submitButton {
    margin: 0;
    font-size: 4.6vw;
    width: 100%;
    height: 15vw;
  }

  .c-thanks.u-wrap {
    margin: 30vw auto 12vw;
  }

  .c-thanks__title {
    font-size: 6vw;
    line-height: 1.4;
  }

  .c-thanks__text {
    margin: 5vw 0 0;
  }

  .c-thanks__link {
    margin: 3vw 0 0;
  }

  .mode_renewal .page_ttl .container {
    height: 63.984vw;
    padding: 0vw 5.332vw 0vw 5.332vw;
  }

  .mode_renewal .page_ttl .img {
    width: 100%;
    height: 100%;
  }

  .mode_renewal .page_ttl .ttl_txt {
    font-size: 9.0644vw;
    line-height: 1.4;
    bottom: 15.996vw;
    left: 5.332vw;
  }

  .u-pc {
    display: none;
  }

  .u-wrap {
    width: 90vw;
  }

  .container {
    padding-left: 3.999vw;
    padding-right: 3.999vw;
  }

  .sec_item {
    padding: 21.328vw 0vw 21.328vw 0vw;
  }

  .sec_mt {
    margin: 21.328vw 0vw 0vw 0vw;
  }

  .cont_item {
    margin: 10.664vw 0vw 0vw 0vw;
  }

  .inner_item {
    padding-top: 10.664vw;
    padding-bottom: 10.664vw;
  }

  .mode_renewal {
    font-size: 4.2656vw;
  }

  .u-spWidth100 {
    max-width: inherit;
    width: 100%;
  }

  .ttl01 {
    font-size: 5.332vw;
    margin-bottom: 10.664vw;
  }

  .ttl01 .deco_txt {
    font-size: 4.2656vw;
  }

  .ttl01 .deco_txt.mode_baloon::before {
    font-size: 2.666vw;
    margin-right: 4.2656vw;
  }

  .ttl01 .deco_txt.mode_baloon::after {
    font-size: 2.666vw;
    margin-left: 4.2656vw;
  }

  .ttl01 .tag_li {
    gap: 3.1992vw;
    margin-top: 2.1328vw;
  }

  .ttl01 .tag_li li {
    width: 26.66vw;
    font-size: 4.2656vw;
    font-size: 0.5332vw 2.666vw 0.5332vw 2.666vw;
  }

  .ttl01 .ttl_txt {
    line-height: 1.7;
    margin-top: 4.2656vw;
  }

  .ttl01 .ttl_txt .fs {
    font-size: 7.4648vw;
  }

  .ttl02 {
    padding-top: 17.329vw;
    padding-bottom: 7.998vw;
  }

  .ttl02::after {
    width: 13.33vw;
    left: calc(50% - 6.665vw);
  }

  .ttl02 .en img {
    height: 8.5312vw;
  }

  .ttl02 .ja {
    font-size: 7.4648vw;
    margin-top: 3.7324vw;
  }

  .ttl02.mode02::after {
    top: 2vw;
  }

  .ttl03 {
    font-size: 6.9316vw;
    line-height: 1.4;
    padding-left: 4.2656vw;
    margin: 0vw 0vw 10.664vw 0vw;
  }

  .annotation {
    font-size: 3.1992vw;
  }

  .btn_mt {
    margin-top: 13.33vw;
  }

  .btn_mt .btn01 {
    font-size: 4.2656vw;
    padding: 3.7324vw 10.664vw 3.7324vw 10.664vw;
  }

  .btn_mt .btn01.mode_line {
    font-size: 3.7324vw;
    width: 100%;
    padding: 6.665vw 0vw 6.665vw 0vw;
  }

  .btn_mt .btn01.mode_line .ico {
    width: 5.8652vw;
    height: 5.8652vw;
    margin-right: 2.666vw;
  }

  .btn_mt .btn01.mode_line .fs {
    font-size: 5.8652vw;
    margin-right: 1.333vw;
  }

  .btn_mt .btn02 {
    background: url(../img/common/ico_btn02.svg) right center/2.6vw auto no-repeat;
    padding: 0.5332vw 4.2656vw 1.0664vw 0vw;
  }

  .info_dl {
    margin-top: 13.33vw;
  }

  .info_dl>dt {
    font-size: 5.8652vw;
  }

  .info_dl>dd {
    padding: 10.664vw 5.332vw 10.664vw 5.332vw;
    margin-top: -4.2656vw;
  }

  .info_dl+.info_dl {
    margin-top: 10.664vw;
  }

  .layout01 {
    padding-right: 5.332vw;
    padding-left: 5.332vw;
  }

  .layout01>.img_box {
    width: calc(100% + 10.664vw);
    margin-left: -5.332vw;
    margin-bottom: 10.664vw;
  }

  .reason_box {
    margin-top: 18.662vw;
  }

  .reason_box .item {
    display: block;
    gap: 10.664vw;
  }

  .reason_box .item:nth-child(even) .num {
    right: 5.332vw;
  }

  .reason_box .item:nth-child(even) .img {
    border-radius: 5.8652vw 0vw 5.8652vw 0vw;
  }

  .reason_box .item:first-child {
    margin-left: -5.332vw;
  }

  .reason_box .item:first-child .img {
    border-radius: 0vw 5.8652vw 0vw 0vw;
  }

  .reason_box .item:first-child .txt_box {
    padding-left: 5.332vw;
  }

  .reason_box .item:last-child {
    margin-right: -5.332vw;
  }

  .reason_box .item:last-child .img {
    border-radius: 5.8652vw 0vw 0vw 0vw;
  }

  .reason_box .item:last-child .txt_box {
    padding-right: 5.332vw;
  }

  .reason_box .item+.item {
    margin-top: 10.664vw;
  }

  .reason_box .item .num {
    width: 13.8632vw;
    height: 13.8632vw;
    font-size: 6.9316vw;
    left: 5.332vw;
    top: -6.9316vw;
  }

  .reason_box .item .img {
    border-radius: 0vw 5.8652vw 0vw 5.8652vw;
  }

  .reason_box .item .txt_box {
    width: 100%;
    display: block;
    padding-top: 5.332vw;
  }

  .reason_box .item .txt_box p {
    font-size: 4.2656vw;
  }

  .reason_box .item .txt_box .txt1 {
    font-size: 3.1992vw;
  }

  .rw_ox {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .over {
    text-decoration: none !important;
  }

  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }

  a[href^="tel:"],
  a[href^="https://line"] {
    display: inline-block;
    pointer-events: none;
  }

  .c-form__box dt:nth-of-type(n+2),
  .c-form__box dd:nth-of-type(n+2) {
    margin-top: 34px;
  }

  .c-delay1 {
    transition: all 0.5s ease 0.3s;
  }

  .c-delay2 {
    transition: all 0.5s ease 0.6s;
  }

  .c-delay3 {
    transition: all 0.5s ease 0.9s;
  }

  .c-delay4 {
    transition: all 0.5s ease 1.2s;
  }

  .u-sp {
    display: none;
  }

  .rw_xo {
    display: block !important;
  }
}

@media screen and (min-width: 1080px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
  }

  .header_inner {
    max-width: 1920px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: min(1.5625vw, 30px) min(3.125vw, 60px);
  }

  .logo_block {
    width: min(15vw, 288px);
  }

  .navigation_contents {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }

  .nav_block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .nav_block .hum_btn {
    display: none;
  }

  .nav_block .parent_links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 min(2.1875vw, 42px);
  }

  .nav_block .parent_links li {
    width: -moz-fit-content;
    width: fit-content;
  }

  .nav_block .parent_links li a {
    font-size: min(0.9375vw, 18px);
    font-weight: 700;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
  }
  .nav_block .parent_links li a:hover {
    color: #538dde;
  }
  .nav_block .has_child {
    position: relative;
  }

  .nav_block .child_links {
    width: 100%;
    min-width: 280px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 12px;
    translate: 0 100%;
    scale: 1 0;
    z-index: 0;

    color: white;
  }

  .nav_block .child_links ul {
    padding: min(1.0416666667vw, 24px);
    border-radius: 0 0 10px 10px;
    background-color: #063A83;
    top: 15px;
        position: relative;
  }

  .nav_block .child_links li a {
    position: relative;
    border: 0;
    font-size: min(0.8333333333vw, 17px);
    font-weight: 400;
  }

  .nav_block .child_links li:hover a {
    text-decoration: none;
  }

  .nav_block .has_child:hover .child_links {
    scale: 1;
  }

  .btn_links {
    margin-left: 30px;
    display: flex;
    align-items: center;
    gap: min(1.5625vw, 30px);
  }

  .btn_links .btn_inner {
    padding-left: min(2.1875vw, 42px);
    position: relative;
  }

  .btn_links .btn_inner::before {
    content: "";
    display: block;
    width: min(1.71875vw, 33px);
    aspect-ratio: 33/37;
    background: url(../img/ico_tel_blue.svg) no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .btn_links .tel_number {
    font-size: min(1.4583333333vw, 28px);
    font-weight: 700;
    display: block;
    line-height: 1;
  }

  .btn_links .open_hour {
    font-size: min(0.7291666667vw, 14px);
    line-height: 1;
  }

  .btn_links .btn_contact {
    display: inline-block;
    background-color: #F5EF39;
    border-radius: 50px;
    padding-block: min(1.5625vw, 30px);
    padding-inline: min(3.75vw, 72px) min(2.0833333333vw, 40px);
    font-size: min(0.9895833333vw, 19px);
    line-height: 1;
    font-weight: 700;
    position: relative;
  }

  .btn_links .btn_contact::before {
    content: "";
    display: block;
    width: min(1.0416666667vw, 20px);
    aspect-ratio: 21/16;
    background: url(../img/ico_mail_black.svg) no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: min(1.6666666667vw, 32px);
    transform: translateY(-50%);
  }

  .announce_block {
    width: 100%;
    background-color: #2B60AC;
    padding-block: min(1.4583333333vw, 28px) min(1.0416666667vw, 20px);
    text-align: center;
    border-radius: 25px 0 0 0;
  }

  .announce_block .metabox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: min(0.78125vw, 15px);
    color: #fff;
    line-height: 1;
    gap: min(1.6666666667vw, 32px);
  }

  .announce_block .cate {
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #fff;
    padding: 4px min(2.2916666667vw, 44px);
  }

  .announce_block .title {
    font-weight: 300;
  }

  .cta_block {
    display: flex;
    justify-content: center;
    gap: min(7.8125vw, 150px);
  }

  .base_block {
    width: calc(100% - clamp(20px, 2.6041666667vw, 50px));
    max-width: 1600px;
    margin: clamp(40px, 5.2083333333vw, 100px) auto 0;
    padding: clamp(40px, 6.3541666667vw, 120px) clamp(20px, 3.125vw, 120px);
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }

  .company_info {
    margin-right: min(2.0833333333vw, 40px);
  }

  .company_info .footer_logo {
    display: block;
    max-width: 288px;
  }

  .company_info p {
    font-size: clamp(12px, 0.7291666667vw, 14px);
  }

  .company_info p a {
    display: inline-block;
    margin: 0 0.5em;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .company_info .tag {
    font-size: 16px;
    font-weight: 700;
  }

  .company_info .tel {
    margin-top: min(2.0833333333vw, 40px);
    padding-top: min(2.0833333333vw, 40px);
    border-top: solid 1px #CACACA;
  }

  .sitemap {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    gap: min(4.1666666667vw, 80px);
    margin-left: auto;
  }

  .sitemap_content {
    border-left: solid 1px #CACACA;
    padding-left: min(4.1666666667vw, 80px);
  }

  .sitemap_content:nth-child(1) {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }

  .sitemap_content[open] summary {
    pointer-events: none;
  }

  .sitemap_content summary a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
  }

  .parent_link {
    font-size: clamp(14px, 0.8333333333vw, 16px);
    font-weight: 700;
    position: relative;
  }

  .parent_link::before {
    content: "";
    display: block;
    width: clamp(15px, 1.09375vw, 21px);
    aspect-ratio: 1/1;
    background: url(../img/ico_circle_blue_gray.svg) no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    translate: -115% -50%;
    rotate: -90deg;
  }

  .child_link {
    font-size: clamp(12px, 0.7291666667vw, 14px);
    position: relative;
  }

  .child_link::before {
    content: "";
    display: block;
    width: 6px;
    aspect-ratio: 5/10;
    background: url(../img/ico_arrow_black.svg) no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    translate: calc(-100% - 8px) -50%;
  }

  .returntop_btn {
    position: absolute;
    bottom: 0;
    right: 30px;
  }

  .returntop_btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 10px 10px 0 0;
    background-color: #2B60AB;
  }

  .returntop_btn a::before {
    content: "";
    display: block;
    width: 18px;
    aspect-ratio: 1/1;
    background: url(../img/ico_circle_wh_wh.svg) no-repeat center/100% auto;
  }

  .returntop_btn a::after {
    content: "ページTOPに戻る";
    display: block;
    font-size: 14px;
    color: #fff;
  }
   .nav_block .has_child { position: relative; }

  /* ▼ サブメニュー本体：位置とアニメの初期状態 */
  .nav_block .child_links {
    position: absolute;
    left: 0;
    top: 100%;                /* 親の直下に吸着（gapを作らない） */
    min-width: 280px;
    padding-top: 12px;        /* “橋渡し”領域（見えないがhover対象） */
    z-index: 100;

    /* アニメ初期値（scaleは使わない） */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transform-origin: top center;

    transition:
      opacity .28s cubic-bezier(.2,.7,0,1),
      transform .28s cubic-bezier(.2,.7,0,1),
      visibility 0s linear .12s;  /* 閉じる時だけ少し待つ */
  }

  /* ▼ hoverトンネル（橋渡し）…見えないがhover領域を上へ延長 */
  .nav_block .child_links::before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0;
    height: 12px;       /* padding-top と同じ高さでOK（10〜16px目安） */
  }

  /* ▼ 中身のボックス：影＆位置補正（topの相対移動は不要） */
  .nav_block .child_links ul {
    position: relative;
    top: -40px;
    margin: 0;
    padding: min(1.0416666667vw, 24px);
    border-radius: 0 0 10px 10px;
    background-color: #063A83;
    box-shadow: 0 16px 32px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.08);
  }

  /* ▼ 表示状態（hover & キーボード） */
  .nav_block .has_child:is(:hover, :focus-within) .child_links {
    opacity: 1;
    visibility: visible;      /* 開くときは即 visible に */
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0s; /* 閉じる遅延を打ち消す */
  }
  /* 子項目を段階的にフェードアップ（任意） */
.nav_block .child_links li {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .22s ease, transform .22s ease;
}
.nav_block .has_child:is(:hover, :focus-within) .child_links li {
  opacity: 1;
  transform: translateY(0);
}
.nav_block .has_child:is(:hover, :focus-within) .child_links li:nth-child(1){ transition-delay:.03s;}
.nav_block .has_child:is(:hover, :focus-within) .child_links li:nth-child(2){ transition-delay:.06s;}
.nav_block .has_child:is(:hover, :focus-within) .child_links li:nth-child(3){ transition-delay:.09s;}

}

@media screen and (max-width: 1079px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }

  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 15px;
    background: #fff;
  }

  .logo_block {
    width: 120px;
  }

  .hum_btn .hum_open {
    display: inline-block;
    width: 62px;
    aspect-ratio: 1/1;
    background: url(../img/ico_hum_open.svg) no-repeat center/28px auto;
    transition: background 0.3s ease-out;
  }

  .hum_btn .hum_open.opened {
    background: url(../img/ico_hum_close.svg) no-repeat center/28px auto;
  }

  .navigation_contents {
    width: 100%;
    height: calc(100vh - 70px);
    padding: min(2.8571428571vw, 20px);
    background-color: #F3F2EF;
    position: absolute;
    top: 92px;
    right: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    translate: 100% 0;
    transition: translate 0.3s linear;
  }

  .navigation_contents.opened {
    translate: 0;
  }

  .nav_block .parent_links li {
    width: 100%;
  }

  .nav_block .parent_links li a {
    font-size: min(3.4285714286vw, 24px);
    position: relative;
    z-index: 1;
  }

  .nav_block .parent_links li a:not(.child_links li a) {
    display: block;
    padding: min(3.4285714286vw, 24px) min(14vw, 98px) min(3.4285714286vw, 24px) min(7.8571428571vw, 55px);
    border-radius: 100px;
    position: relative;
  }

  .nav_block .parent_links li a:not(.child_links li a)::after {
    content: "";
    display: inline-block;
    width: min(5.1428571429vw, 36px);
    aspect-ratio: 1/1;
    background: url(../img/ico_circle_blue_gray.svg) no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    rotate: -90deg;
  }

  .nav_block .parent_links li+li {
    margin-top: 18px;
  }

  .nav_block a:has(.icon_home),
  .nav_block .icon_home {
    display: none !important;
  }

  .nav_block .has_child {
    position: relative;
  }

  .nav_block .child_links {
    width: 100%;
  }

  .nav_block .child_links ul {
    padding: min(1.0416666667vw, 24px);
    display: flex;
    flex-wrap: wrap;
  }

  .nav_block .child_links li {
    width: 50%;
  }

  .nav_block .child_links li a {
    display: block;
    padding: 10px min(3.4285714286vw, 24px);
    font-size: min(2.8571428571vw, 18px);
    color: #2B60AB;
  }

  .nav_block .child_links li a::before {
    content: "";
    display: block;
    width: min(1.5714285714vw, 11px);
    aspect-ratio: 5/12;
    background: url(../img/ico_arrow_black.svg) no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: min(1.1428571429vw, 8px);
    translate: 0 -50%;
  }

  .nav_block .child_links li+li {
    margin: 0;
  }

  .nav_block .btn_tel {
    display: block;
    width: 100%;
    background-color: #2B60AC;
    color: #fff;
    line-height: 1;
    padding: 10px 10px 10px clamp(32px, 12.3076923077vw, 52px);
    margin-top: 20px;
    border-radius: 5px;
    line-height: 1;
    font-weight: 700;
    position: relative;
  }

  .nav_block .btn_tel::before {
    content: "";
    display: block;
    width: clamp(20px, 6.1538461538vw, 28px);
    aspect-ratio: 33/38;
    background: url(../img/ico_tel_wh.svg) no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 10px -50%;
  }

  .nav_block .btn_tel .btn_inner {
    display: flex;
    align-items: flex-end;
  }

  .nav_block .btn_tel .tel_number {
    display: inline-block;
    font-size: min(5.1282051282vw, 20px);
  }

  .nav_block .btn_tel .open_hour {
    display: inline-block;
    font-size: min(3.3333333333vw, 14px);
    font-weight: 400;
    margin-left: 8px;
    margin-bottom: 2px;
  }

  .nav_block .btn_contact {
    display: block;
    width: 100%;
    background-color: #F5EF39;
    line-height: 1;
    padding: 15px 10px 15px clamp(32px, 12.3076923077vw, 52px);
    margin-top: 20px;
    border-radius: 5px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    font-size: 18px;
  }

  .nav_block .btn_contact::before {
    content: "";
    display: block;
    width: min(5.1282051282vw, 24px);
    aspect-ratio: 21/16;
    background: url(../img/ico_mail_black.svg) no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }

  .announce_block {
    width: 100%;
    background-color: #2B60AC;
    padding-block: 12px;
    text-align: center;
    border-radius: 25px 0 0 0;
  }

  .announce_block .metabox {
    display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 0 20px;
    gap: 8px;
  }

  .announce_block .cate {
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #fff;
    padding: 4px min(2.2916666667vw, 44px);
  }

  .announce_block .title {

    font-size: 14px;
    font-weight: 300;

  }

  footer {
    position: relative;
  }

  footer .contact_wrap {
    padding-inline: 20px;
  }

  footer .maintitle_block .flex {
    display: block;
  }

  footer .maintitle_block .lead18.center {
    text-align: left;
  }

  footer .cta_block {
    display: block;
    gap: 16px;
  }

  footer .cta_tel {
    text-align: center;
  }

  footer .cta_tel a {
    padding-left: clamp(40px, 11.4285714286vw, 80px);
    position: relative;
  }

  footer .cta_tel a::before {
    width: clamp(28px, 9.7142857143vw, 68px);
  }

  footer .cta_tel .tel_number {
    font-size: min(6.5714285714vw, 46px);
    display: block;
  }

  footer .cta_tel .open_hour {
    display: flex;
    font-size: min(2.8571428571vw, 20px);
    font-weight: 500;
  }

  footer .cta_mail {
    margin-top: 20px;
    text-align: center;
  }

  footer .cta_mail a {
    width: calc(100% - min(8.5714285714vw, 60px) * 2);
    padding: min(5.7142857143vw, 40px) 20px;
    font-size: min(3.4285714286vw, 27px);
 font-weight: bold;
  }

  footer .cta_mail a::before {
    width: clamp(20px, 5.1428571429vw, 36px);
    left: min(5.1428571429vw, 36px);
  }

  footer .cta_mail a::after {
    width: clamp(20px, 5.1428571429vw, 36px);
    right: min(5.1428571429vw, 36px);
  }

  footer .base_block {
    width: calc(100% - min(4.2857142857vw, 30px) * 2);
    margin: min(17.1428571429vw, 120px) auto 0;
    padding: min(17.1428571429vw, 120px) min(4.2857142857vw, 30px);
    background-color: #fff;
    border-radius: 20px;
  }

  footer .company_info {
    margin-right: 0;
    width: 100%;
  }

  footer .company_info .footer_logo {
    display: block;
    max-width: 288px;
  }

  footer .company_info p {
    font-size: min(3.4285714286vw, 24px);
    margin-top: min(4.5714285714vw, 28px);
  }

  footer .company_info p a {
    display: block;
    margin-top: 16px;
    text-decoration: underline;
  }

  footer .company_info .tag {
    font-size: min(3.4285714286vw, 24px);
    font-weight: 700;
    margin-top: min(5.7142857143vw, 40px);
  }

  footer .company_info .tel {
    margin-top: min(5.7142857143vw, 40px);
    padding-top: min(5.7142857143vw, 40px);
    border-top: solid 1px #CACACA;
  }

  footer .sitemap {
    width: 100%;
    margin-top: min(12.8571428571vw, 80px);
  }

  footer .parent_link {
    font-size: min(3.7142857143vw, 26px);
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    padding-block: min(7.1428571429vw, 32px);
    padding-inline: min(4.5714285714vw, 32px) min(5.7142857143vw, 40px);
    border-bottom: solid 1px #8994A4;
    pointer-events: none;
  }

  footer .sitemap_content:nth-child(1) .parent_link::before,
    footer .sitemap_content:nth-child(2) .parent_link::before {
    content: "";
    display: block;
    width: min(3.8571428571vw, 27px);
    aspect-ratio: 1/1;
    background: url(../img/ico_open.svg) no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }

  footer .sitemap_content[open] .parent_link::before {
    width: min(3.8571428571vw, 27px);
    height: 1px;
    aspect-ratio: unset;
    background-color: #fff;
  }

  footer .sitemap_lists {
    background-color: #2B60AB;
  }

  footer .child_links li+li {
    border-top: dotted 1px #fff;
  }

  footer .child_link {
    display: block;
    font-size: min(3.1428571429vw, 24px);
    color: #fff;
    padding-block: min(3.4285714286vw, 20px);
    padding-inline: 40px;
    position: relative;
  }

  footer .child_link::before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    translate: 0 -50%;
  }

  footer .child_link::after {
    content: "";
    display: block;
    width: 6px;
    aspect-ratio: 5/10;
    background: url(../img/ico_arrow_black.svg) no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    right: 15px;
    translate: 0 -50%;
  }

  footer .returntop_btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  footer .returntop_btn a {
    display: block;
    padding: 12px 20px;
    background-color: #fff;
    text-align: center;
    min-height: 70px;
  }

  footer .returntop_btn a::before {
    content: "";
    display: block;
    margin-inline: auto;
    width: 18px;
    aspect-ratio: 1/1;
    background: url(../img/ico_circle_bk_bk.svg) no-repeat center/100% auto;
    rotate: -90deg;
  }

  footer .returntop_btn a::after {
    content: "TOP";
    display: block;
    margin-top: 10px;
    margin-inline: auto;
    font-size: 14px;
    color: #2B60AB;
  }

  footer .footer_copyrights p {
    text-align: left;
  }

  body {
    font-size: clamp(14px, 3.4285714286vw, 20px);
    line-height: 1.6;
    letter-spacing: 0.05em;
  }

  /* =================================== */
  /* =================================== */
  /* =========== フォントサイズ =========== */
  /* =================================== */
  /* =================================== */
  .lead18 {
    font-size: min(3.4285714286vw, 21px);
  }

  .maintitle_block .rounded_title {
    margin: 1em 0;
    margin-bottom: min(5.1282051282vw, 28px);
  }

  .maintitle_block .maintitle {
    font-size: clamp(20px, 5.1428571429vw, 36px);
    line-height: 1.33;
  }

  .maintitle_block .en_title {
    font-size: min(3.7142857143vw, 26px);
    margin-top: 0.45em;
  }

  .maintitle_block .with_border {
    padding-bottom: clamp(20px, 8.5714285714vw, 60px);
    margin-bottom: clamp(20px, 8.5714285714vw, 60px);
  }

  /* =================================== */
  /* =================================== */
  /* ============== ボタン ============== */
  /* =================================== */
  /* =================================== */
  .btn {
    padding: 12px 64px 12px 40px;
    font-size: min(3.7142857143vw, 28px);
  }

  .btn::after {
    width: 21px;
    right: 12px;
  }

  /* =================================== */
  /* =================================== */
  /* ==  ページパーツ　｜　ページタイトル   == */
  /* =================================== */
  /* =================================== */
  .pagetitle .title_background {
    aspect-ratio: 390/210;
  }

  .pagetitle .maintitle_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .pagetitle .maintitle_block .en_title {
    margin: 10px 0 0;
  }

  /* =================================== */
  /* =================================== */
  /* ==  ページパーツ　｜　パンクズ   == */
  /* =================================== */
  /* =================================== */
  .breadcrumbs_wrap {
    width: calc(100% - 40px);
    margin-inline: auto;
    overflow-x: auto;
    margin-block: 24px 40px;
  }

  .breadcrumbs_wrap::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  .breadcrumbs {
    justify-content: flex-start;
    margin-block: 0;
    font-size: 12px;
    font-weight: 300;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto 0;
  }

  .breadcrumbs .breadcrumbs_link {
    font-size: inherit;
    margin-right: 8px;
  }

  .breadcrumbs .breadcrumbs_link::after {
    width: clamp(14px, 4.1025641026vw, 18px);
  }

  .breadcrumbs .breadcrumbs_current {
    font-size: inherit;
  }

  /* =================================== */
  /* =================================== */
  /* ==  ページパーツ　｜　レイアウト   == */
  /* =================================== */
  /* =================================== */
  .subpage .concept_block {
    padding: 0 20px;
  }

  /* =================================== */
  /* =================================== */
  /* ==  ページパーツ　｜　投稿リスト   == */
  /* =================================== */
  /* =================================== */
  .postlists_block .post_link {
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    gap: 10px 15px;
  }

  .postlists_block .post_link .date {
    font-size: 12px;
  }

  .postlists_block .post_link .category {
    font-size: 10px;
  }

  .postlists_block .post_link .title {
    font-size: 14px;
    color: #000;
    width: 100%;
    line-height: 1.25;
  }

  /* =================================== */
  /* =================================== */
  /* ==  ページテンプレート　｜　single　｜　ページリンク   == */
  /* =================================== */
  /* =================================== */
  .postlink_block .postlinks {
    flex-wrap: wrap;
    max-width: 480px;
    margin-inline: auto;
  }

  .postlink_block .postlinks .prev {
    order: 1;
    width: 50%;
  }

  .postlink_block .postlinks .return {
    order: 3;
    width: 100%;
    border-radius: 6px;
    padding: 12px 60px;
    justify-content: center;
    aspect-ratio: unset;
  }

  .postlink_block .postlinks .next {
    order: 2;
  }

  /* =================================== */
  /* =================================== */
  /* ==  ページテンプレート　｜　お問い合わせ   == */
  /* =================================== */
  /* =================================== */
  .cta_tel {
    width: 92%;
    max-width: 640px;
    margin-inline: auto;
  }

  .formbox {
    flex-direction: column;
  }

  .formbox .smf-item__col--label {
    width: 100%;
    font-size: 14px;
  }


  .formbox .smf-item__col--controls {
    width: 100%;
    margin-top: 8px;
  }

  .formbox .smf-item__col--controls input[type=text],
  .formbox .smf-item__col--controls input[type=email] {
    width: 100%;
  }

  .formbox .smf-item__col--controls input[type=tel] {
    width: 100%;
  }

  .formbox .smf-item__col--controls textarea {
    width: 100%;
    min-height: 180px;
    border: solid 1px #8994A4;
    border-radius: 6px;
  }

  .policybox a {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #2B60AB;
    font-weight: 500;
  }

  .submitbox {
    text-align: center;
  }

  .submitbox input[type=submit] {
    background-color: transparent;
    border: 0;
    box-shadow: transparent;
    color: #fff;
    font-size: clamp(16px, 1.1458333333vw, 22px);
    font-weight: 600;
  }

  /* =================================== */
  /* =================================== */
  /* ==  ページパーツ　｜　横並びリスト   == */
  /* =================================== */
  /* =================================== */
  .flex_list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(12px, 4.1666666667vw, 80px);
  }

  ._column03 li {
    width: calc((100% - clamp(12px, 4.1666666667vw, 80px) * 1) / 3);
  }

  ._width_fit li {
    width: -moz-fit-content;
    width: fit-content;
  }

  /* =================================== */
  /* =================================== */
  /* ==  ページパーツ　｜　サマリーリスト   == */
  /* =================================== */
  /* =================================== */
  .summary_block .summary_list {
    margin-top: clamp(36px, 3.125vw, 60px);
  }

  .summary_block .list_title {
    margin-top: 16px;
  }

  .summary_block .list_text {
    font-size: 14px;
    line-height: 1.45;
    color: #333;
    margin-top: 8px;
  }

  .summary_block ._flex {
    flex-direction: column;
  }

  .summary_block ._column02 li {
    width: 100%;
  }

  .summary_block ._column03 li {
    width: 100%;
  }

  /* =================================== */
  /* =================================== */
  /* ==  ページパーツ　｜　テーブル   == */
  /* =================================== */
  /* =================================== */
  table {
    border-collapse: collapse;
    border: solid 1px #8994A4;
    font-size: clamp(14px, 0.8333333333vw, 16px);
    line-height: 1.125;
    font-weight: 500;
  }

  table thead th {
    background-color: #2B60AB;
    color: #fff;
    text-align: center;
    font-size: clamp(16px, 0.9375vw, 18px);
    font-weight: 600;
    line-height: 1;
    padding: clamp(12px, 1.4583333333vw, 28px);
    border: solid 1px #8994A4;
  }

  table th {
    padding-inline: clamp(24px, 3.75vw, 72px);
    padding-block: clamp(12px, 1.4583333333vw, 28px);
    border: solid 1px #8994A4;
  }

  table td {
    padding: clamp(12px, 1.4583333333vw, 28px);
    text-align: center;
    border: solid 1px #8994A4;
  }

  /* =================================== */
  /* =================================== */
  /* ==  ページパーツ　｜　2色線入りdl   == */
  /* =================================== */
  /* =================================== */
  .flex_description {
    flex-direction: column;
  }

  .flex_description dt {
    width: 100%;
    background-color: #EFEFEF;
    border: 0;
  }

  .flex_description dd {
    width: 100%;
    padding-block: 16px;
    border-bottom: solid 1px #2B60AB;
  }

  .twotone_border:not(:last-child) dt {
    border-bottom: 0;
  }

  .twotone_border:not(:last-child) dd {
    border-bottom: solid 1px #2B60AB;
  }

  /* =================================== */
  /* =================================== */
  /* ==  ページパーツ　｜　マップ関連  == */
  /* =================================== */
  /* =================================== */
  .map_content {
    flex-direction: column;
  }

  .map_content .textbox {
    width: 100%;
  }

  .map_content .btn_map {
    margin: 0.45em auto;
    padding-right: 40px;
  }

  .map_content .btn_map::after {
    width: 13px;
    left: 18px;
  }

  .map_content .mapbox {
    width: 80%;
    max-width: 480px;
    margin-inline: auto;
    margin-top: 16px;
  }

  .map_content+.map_content {
    margin-top: 30px;
  }

  .index_top .mv_block .mv_title p {
    font-size: min(8.5714285714vw, 60px);
    line-height: 1.45;
  }

  .index_top .service_block::before {
    width: 100%;
    height: 100%;
  }

  .index_top .service_block .section_inner {
    padding-inline: clamp(20px, 10.4166666667vw, 200px);
    position: relative;
  }

  .index_top .service_block .column03_swiper {
    margin-top: 32px;
  }

  .index_top .service_block .service_summary .text {
    font-size: min(4.2857142857vw, 30px);
  }

  .index_top .service_additional_block {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
  }

  .index_top .service_additional_block .swiper_contlor {
    width: 100%;
    gap: 40px;
    justify-content: center;
  }

  .index_top .service_additional_block .swiper-button-next,
  .index_top .service_additional_block .swiper-button-prev {
    width: min(11.4285714286vw, 80px);
  }

  .index_top .company_block {
    margin-top: clamp(80px, 7.2916666667vw, 140px);
    padding: 0 20px;
  }

  .index_top .company_block .maintitle_block {
    text-align: center;
  }

  .index_top .company_block .flex {
    gap: min(10vw, 70px);
    flex-direction: column;
  }

  .index_top .company_block .btn_block::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 620/380;
    background: url(../img/top/company.png) no-repeat center/100% auto;
    margin: 24px 0;
  }

  .index_top .company_block .flex_image {
    display: none;
  }

  .index_top .news_block {
    padding: min(15.7142857143vw, 110px) 20px;
    margin-top: min(16.4285714286vw, 115px);
    position: relative;
  }

  .index_top .news_block::before {
    width: 100%;
  }

  .index_top .news_block .section_inner {
    width: 100%;
  }

  .index_top .news_block .section_inner .postlists {
    margin-top: 32px;
  }

  .index_top .news_block .section_inner .postlists a {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .index_top .news_block .section_inner .postlists .date {
    white-space: nowrap;
    font-size: min(3.4285714286vw, 20px);
  }

  .index_top .news_block .section_inner .postlists .category {
    font-size: min(2.7142857143vw, 19px);
  }

  .index_top .news_block .section_inner .postlists .title {
    width: 100%;
    font-size: min(3.4285714286vw, 20px);
    margin-top: 10px;
  }

  .index_top .access_block {
    margin-top: min(12.8571428571vw, 90px);
    margin-inline: auto;
    padding: 0 20px;
  }

  .index_top .access_block .map_embed {
    margin-top: min(11.4285714286vw, 80px);
    aspect-ratio: 620/380;
  }

  .index_top .access_block .store_addresss,
  .index_top .access_block .center_addresss {
    margin-top: min(7.8571428571vw, 55px);
    border: 0;
  }

  .index_top .access_block dl {
    display: block;
  }

  .index_top .access_block dl dt {
    min-width: 100%;
  }

  .index_top .access_block dl dt span {
    display: inline-block;
    padding: 6px 20px;
  }

  .index_top .access_block dl dd {
    display: block;
    font-size: min(3.4285714286vw, 24px);
    line-height: 1.6;
    margin-top: 24px;
  }

  .index_top .access_block dl .list_content+.list_content {
    margin-top: 20px;
  }

  .index_top .access_block dl .title {
    font-size: min(4vw, 28px);
    font-weight: 500;
  }

  .index_top .access_block dl .title.has_icon {
    display: block;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }

  .service .service_step_wrap {
    width: 100%;
    padding: 0 20px;
    margin: min(15.3846153846vw, 60px) 0 0;
  }

  .service .service_step_wrap .flex {
    flex-direction: column;
    gap: min(5.1282051282vw, 24px);
  }

  .service .service_step_wrap .flex+.flex {
    margin-top: min(9.2307692308vw, 40px);
  }

  .service .service_step_wrap .flex_image {
    width: 100%;
  }

  .service .service_step_wrap .flex_text {
    width: 100%;
  }

  .service .service_step_wrap .titlebox .title {
    font-size: min(4.6153846154vw, 20px);
  }

  .service .service_step_wrap .titlebox+p {
    margin-top: 16px;
    line-height: 2.2222222222;
  }

  .step_manifesto .manifesto_contents {
    flex-direction: column;
    gap: 30px 0;
  }

  .step_manifesto .manifesto_contents li {
    width: 100%;
    aspect-ratio: unset;
    padding: 10px 20px;
  }

  .step_manifesto .manifesto_contents li+li::before {
    width: 26px;
    aspect-ratio: 26/17;
    top: 0;
    left: 50%;
    translate: -50% calc(-100% - 6px);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }

  .outline,
  .iso_info {
    margin-top: 36px;
  }

  .history {
    width: -moz-fit-content;
    width: fit-content;
    margin: clamp(40px, 4.1666666667vw, 80px) auto 0;
  }

  .history_content .year {
    width: 80px;
  }

  .history_content .content {
    width: calc(100% - 80px);
    padding-bottom: 32px;
  }

  .history_content .content li .month {
    width: 45px;
  }

  .history_content .content li .text {
    width: calc(100% - 45px);
  }
}