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

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
  outline: none;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

textarea, input[type=text], input[type=email] {
  font-size: max(1.15rem, 16px);
}
@media screen and (min-width: 768px) {
  textarea, input[type=text], input[type=email] {
    font-size: max(1rem, 16px);
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  color: #000000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
_::-webkit-full-page-media, _:future, :root body {
  min-height: -webkit-fill-available;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

main {
  flex: 1;
}

section {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  section {
    scroll-margin-top: 130px;
  }
}

p {
  text-align: justify;
  line-height: 2;
}

h1, h2, h3, h4, h5 {
  line-height: 1.5;
}

a {
  color: #000000;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, textarea {
  cursor: pointer;
  resize: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* l-inner */
.l-inner--header, .l-inner--sm, .l-inner--mid, .l-inner {
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: content-box;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .l-inner--header, .l-inner--sm, .l-inner--mid, .l-inner {
    padding-right: 7vw;
    padding-left: 7vw;
  }
}
@media screen and (min-width: 2560px) {
  .l-inner--header, .l-inner--sm, .l-inner--mid, .l-inner {
    padding-right: 15vw;
    padding-left: 15vw;
  }
}

.l-inner {
  max-width: 1650px;
}

.l-inner--mid {
  max-width: 1240px;
}

.l-inner--sm {
  max-width: 1000px;
}

.l-inner--header {
  margin: 0;
}

/* l-page */
.l-page {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-page {
    margin-top: 120px;
  }
}

/* hover */
@media (hover: hover) {
  .c-hover {
    transition: opacity linear 0.3s;
  }
  .c-hover:hover, .c-hover:focus {
    opacity: 0.6;
  }
}

/* HeaderNav */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 97, 177, 0.3);
}
@media screen and (min-width: 1024px) {
  .c-header {
    height: 130px;
  }
}

.c-header__fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.c-logo {
  display: flex;
  align-items: flex-end;
  gap: 0 3px;
}
@media screen and (min-width: 1024px) {
  .c-logo {
    gap: 0 10px;
  }
}

.c-logoimg {
  width: 140px;
  height: auto;
  aspect-ratio: 250/92;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-logoimg {
    width: min(18.3vw, 250px);
  }
}
@media screen and (min-width: 1024px) {
  .c-logoimg {
    width: 250px;
  }
}

.c-logotext {
  font-size: min(1.3vw, 1.6rem);
  font-weight: 400;
}

.c-spheader__menu {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  background-color: #0061B1;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 97, 177, 0.3);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 1024px) {
  .c-spheader__menu {
    display: none;
  }
}

.c-spheader__ham--3, .c-spheader__ham--2, .c-spheader__ham {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.c-spheader__ham {
  transform: translateY(-3px);
}

.c-spheader__ham--3 {
  transform: translateY(3px);
}

.c-header__nav {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: -5;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #ECEFF3;
  opacity: 0;
  visibility: hidden;
  padding-top: 60px;
  transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
}
@media screen and (min-width: 1024px) {
  .c-header__nav {
    position: relative;
    top: 0;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    flex-direction: row;
    justify-content: flex-end;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
}

.c-header__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-header__list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-header__list {
    flex-direction: row;
    gap: 0 25px;
    width: auto;
    max-width: 1400px;
    margin-left: auto;
    overflow-y: auto;
  }
}

.c-header__item {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-header__item {
    width: auto;
    text-align: left;
    border: none;
  }
}
.c-header__item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1024px) {
  .c-header__item:first-of-type {
    border: none;
  }
}

.c-header__link {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .c-header__link {
    color: #000000;
    padding: 0;
  }
}

/* c-title */
.c-title--sh, .c-title {
  position: relative;
  text-align: center;
  font-size: 2.8rem;
  z-index: 2;
  font-weight: 500;
  color: #0A3190;
}
@media screen and (max-width: 374px) {
  .c-title--sh, .c-title {
    font-size: min(7.47vw, 2.8rem);
  }
}
@media screen and (min-width: 768px) {
  .c-title--sh, .c-title {
    font-size: clamp(2.8rem, 3.07vw, 4.2rem);
  }
}
.c-title--sh span, .c-title span {
  position: relative;
  z-index: 2;
}
[data-title].c-title--sh::after, [data-title].c-title::after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: attr(data-title);
  font-family: "Nothing You Could Do", cursive;
  color: rgba(236, 239, 243, 0.8);
  display: block;
  font-size: 5.4rem;
}
@media screen and (max-width: 374px) {
  [data-title].c-title--sh::after, [data-title].c-title::after {
    font-size: min(14.4vw, 5.4rem);
  }
}
@media screen and (min-width: 768px) {
  [data-title].c-title--sh::after, [data-title].c-title::after {
    font-size: clamp(11.4rem, 0.95vw, 13rem);
  }
}

.c-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-title {
    margin-bottom: min(5.86vw, 80px);
  }
}
.c-title[data-title]::after {
  top: -23px;
}
@media screen and (min-width: 768px) {
  .c-title[data-title]::after {
    top: -73px;
  }
}

.c-title--sh[data-title]::after {
  top: -28px;
  font-size: 6.4rem;
}
@media screen and (max-width: 374px) {
  .c-title--sh[data-title]::after {
    font-size: min(17.07vw, 6.4rem);
  }
}
@media screen and (min-width: 768px) {
  .c-title--sh[data-title]::after {
    top: -73px;
    font-size: clamp(11.4rem, 0.95vw, 13rem);
  }
}

.c-titlelg1 {
  font-size: 3rem;
}
@media screen and (max-width: 374px) {
  .c-titlelg1 {
    font-size: min(8vw, 3rem);
  }
}
@media screen and (min-width: 768px) {
  .c-titlelg1 {
    font-size: clamp(3rem, 3.51vw, 4.8rem);
  }
}

.c-titlelg2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 374px) {
  .c-titlelg2 {
    font-size: min(6.67vw, 2.6rem);
  }
}
@media screen and (min-width: 768px) {
  .c-titlelg2 {
    font-size: clamp(2.8rem, 3.07vw, 4.2rem);
  }
}

.c-titlelg3 {
  font-size: 1.9rem;
  line-height: 1.5;
}
@media screen and (max-width: 374px) {
  .c-titlelg3 {
    font-size: min(5.07vw, 1.9rem);
  }
}
@media screen and (min-width: 768px) {
  .c-titlelg3 {
    font-size: clamp(1.9rem, 1.76vw, 2.4rem);
  }
}

.c-titlemid {
  font-size: 1.7rem;
}
@media screen and (max-width: 374px) {
  .c-titlemid {
    font-size: min(4.53vw, 1.7rem);
  }
}
@media screen and (min-width: 768px) {
  .c-titlemid {
    font-size: min(2.34vw, 2rem);
  }
}

.c-textmid {
  font-size: 1.6rem;
}
@media screen and (max-width: 374px) {
  .c-textmid {
    font-size: min(4.27vw, 1.6rem);
  }
}
@media screen and (min-width: 768px) {
  .c-textmid {
    font-size: min(2.08vw, 1.8rem);
  }
}

.c-form form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px 0;
  max-width: 1030px;
  margin: 0 auto;
}
.c-form form input[type=radio], .c-form form input[type=checkbox] {
  display: none;
}
.c-form form label {
  display: inline-block;
}

.c-form__item input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-form__item input {
    height: 50px;
  }
}

.c-form__item textarea {
  line-height: 1.4;
  width: 100%;
  height: 190px;
  padding: 5px 10px;
  overflow-y: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-form__item textarea {
    height: 280px;
    padding: 10px;
  }
}

.c-form__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form__item {
    flex-direction: row;
    align-items: stretch;
    gap: 5px 0;
  }
}

.c-formttl {
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px 10px;
  flex: none;
}
@media screen and (min-width: 768px) {
  .c-formttl {
    width: 250px;
  }
}
.c-formttl + p {
  width: 100%;
}

.c-form__content {
  width: inherit;
}

.c-form__imp {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  background-color: #E70015;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
}

.c-form__btnwp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form__btnwp {
    gap: 0 40px;
    margin-top: 50px;
  }
}

.c-form__btnbox {
  position: relative;
  width: min(100%, 280px);
  height: 60px;
  border-radius: 40px;
  background-color: #0A3190;
  border: 2px solid #0061B1;
  box-shadow: 0 0 10px rgba(0, 97, 177, 0.3);
  background: linear-gradient(to right, #0061B1, #054BA2 80%, #0A3190 100%);
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .c-form__btnbox {
    width: clamp(180px, 26.04vw, 260px);
    height: 52px;
    border-radius: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .c-form__btnbox {
    width: clamp(230px, 19.03vw, 260px);
    height: 65px;
    border-radius: 40px;
  }
}
@media (hover: hover) {
  .c-form__btnbox:hover::before, .c-form__btnbox:focus-visible::before {
    opacity: 1;
  }
  .c-form__btnbox:hover::after, .c-form__btnbox:focus-visible::after {
    background-position: calc(50% + 3px) 50%;
  }
}
.c-form__btnbox::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0061B1;
  opacity: 0;
}
@media (hover: hover) {
  .c-form__btnbox::before {
    transition: opacity ease 0.3s;
  }
}
.c-form__btnbox::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
  width: auto;
  height: calc(100% - 10px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0061B1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  background-image: url(/wp-content/uploads/arrow-icon_img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
@media screen and (min-width: 1024px) {
  .c-form__btnbox::after {
    right: 15px;
    height: calc(100% - 20px);
  }
}
@media (hover: hover) {
  .c-form__btnbox::after {
    transition: background-position ease 0.3s;
  }
}
.c-form__btnbox input {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  padding: 10px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-form__btnbox input {
    font-size: 1.6rem;
  }
}
.c-form__btnbox:first-of-type {
  display: none;
}

.c-form__fin {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-form__fin {
    font-size: min(2.08vw, 1.8rem);
    margin-top: min(6.59vw, 90px);
  }
}

.c-form input[type=radio] + span, .c-form input[type=checkbox] + span {
  position: relative;
  line-height: 1.5;
  padding-left: 25px;
  display: inline-block;
}
.c-form input[type=radio] + span::after,
.c-form input[type=radio] + span::before,
.c-form input[type=checkbox] + span::after,
.c-form input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
}
.c-form input[type=radio] + span::before {
  top: 2px;
  left: 0;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.c-form input[type=radio] + span::after {
  top: 5px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #0A3190;
  opacity: 0;
  border-radius: 50%;
  transition: opacity ease-out 0.2s;
}
.c-form input[type=checkbox] + span::before {
  top: 2px;
  left: 0;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.c-form input[type=checkbox] + span::after {
  top: 1px;
  left: 1px;
  width: 9px;
  height: 14px;
  transform: rotate(45deg);
  transform-origin: bottom;
  border-bottom: 3px solid #0A3190;
  border-right: 3px solid #0A3190;
  opacity: 0;
  transition: opacity ease-out 0.2s;
}
.c-form input[type=radio]:checked + span::after {
  opacity: 1;
}
.c-form input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.mw_wp_form_confirm .c-form__btnbox:first-of-type {
  display: block;
}
.mw_wp_form_confirm .p-form__content {
  margin-top: 0;
}

.mw_wp_form_complete {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_complete {
    line-height: 1.5;
  }
}

.mw_wp_form .error {
  font-size: 1.2rem !important;
  margin-top: 5px;
}

/* c-btn */
.c-btn--tel, .c-btn {
  position: relative;
  background: linear-gradient(to right, #0061B1, #054BA2 80%, #0A3190 100%);
  height: 60px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  border: 2px solid #0061B1;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 97, 177, 0.3);
}
@media screen and (min-width: 768px) {
  .c-btn--tel, .c-btn {
    height: 52px;
    border-radius: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn--tel, .c-btn {
    height: 60px;
    border-radius: 40px;
  }
}
.c-btn--tel::before, .c-btn::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0061B1;
  opacity: 0;
}
@media (hover: hover) {
  .c-btn--tel::before, .c-btn::before {
    transition: opacity ease-in-out 0.3s;
  }
  .c-btn--tel:hover::before, .c-btn:hover::before, .c-btn--tel:focus-visible::before, .c-btn:focus-visible::before {
    opacity: 1;
  }
  .c-btn--tel:hover .c-btnicon, .c-btn:hover .c-btnicon, .c-btn--tel:focus-visible .c-btnicon, .c-btn:focus-visible .c-btnicon {
    transform: translateX(3px);
  }
}

.c-btn {
  width: min(100%, 280px);
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: clamp(180px, 26.04vw, 260px);
  }
}
@media screen and (min-width: 1024px) {
  .c-btn {
    width: clamp(230px, 19.03vw, 260px);
  }
}

.c-btn--tel {
  width: min(100%, 280px);
}
@media screen and (min-width: 768px) {
  .c-btn--tel {
    width: clamp(180px, 31.25vw, 280px);
  }
}
@media screen and (min-width: 1024px) {
  .c-btn--tel {
    width: clamp(260px, 20.5vw, 280px);
  }
}

.c-btnicon {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: auto;
  height: calc(100% - 10px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0061B1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .c-btnicon {
    right: 15px;
    height: calc(100% - 20px);
  }
}
@media (hover: hover) {
  .c-btnicon {
    transition: transform ease 0.3s;
  }
}

.c-btnicon--tel {
  width: calc(100% - 20px);
  height: auto;
  aspect-ratio: 1/1;
}

.c-btnicon--arrow {
  width: calc(100% - 26px);
  height: auto;
  aspect-ratio: 1/1;
}

.c-btntext {
  position: relative;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .c-btntext {
    font-size: 1.8rem;
  }
}

.c-btntext--tel {
  position: relative;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .c-btntext--tel {
    font-size: 2.2rem;
  }
}
.c-btntext--tel[data-title]::after {
  content: attr(data-title);
  font-size: 1.3rem;
  line-height: 1.47;
  font-weight: 500;
  display: block;
}

/* c-single */
@media screen and (min-width: 768px) {
  .c-single {
    margin-top: 60px;
  }
}
.c-single p {
  margin-bottom: 10px;
}
.c-single h2 {
  font-size: 1.8rem;
  display: flex;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-single h2 {
    font-size: clamp(2.4rem, 2.05vw, 2.8rem);
    margin-top: 50px;
  }
}
.c-single h2::before {
  content: "";
  display: block;
  width: 5px;
  height: auto;
  background-color: #0061B1;
  margin-right: 5px;
}
.c-single h3 {
  font-size: 1.7rem;
  padding: 0.5em 0.75em;
  background-color: #f8f8fa;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-single h3 {
    font-size: clamp(2.2rem, 1.76vw, 2.4rem);
    margin-top: 50px;
  }
}
.c-single h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-single h4 {
    font-size: clamp(2rem, 1.61vw, 2.2rem);
    margin-top: 50px;
  }
}
.c-single h5 {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-single h5 {
    font-size: clamp(1.8rem, 1.46vw, 2rem);
    margin-top: 50px;
  }
}
.c-single h6 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-single h6 {
    font-size: clamp(1.6rem, 1.32vw, 1.8rem);
  }
}
.c-single ul, .c-single ol {
  margin-top: 30px;
}
.c-single ul li, .c-single ol li {
  line-height: 1.8;
  display: flex;
}
.c-single ul li::before, .c-single ol li::before {
  content: "・";
  display: block;
}
.c-single figure {
  margin-top: 30px;
}
.c-single figure img {
  max-width: 100%;
}

/* c-img */
.c-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* c-news */
.c-newsmaintitle {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .c-newsmaintitle {
    margin-bottom: min(6.59vw, 90px);
  }
}

.c-newslist {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px clamp(15px, 2.2vw, 30px);
}
@media screen and (min-width: 768px) {
  .c-newslist {
    gap: clamp(40px, 5.86vw, 80px) clamp(15px, 2.2vw, 30px);
  }
}

.c-newsitem {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 97, 177, 0.3);
  border-radius: 20px;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .c-newsitem {
    width: calc((100% - ( clamp(15px, 2.2vw, 30px) * (3 - 1))) / 3);
  }
}

.c-newslink {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (hover: hover) {
  .c-newslink:hover .c-newsimgbox img, .c-newslink:focus-visible .c-newsimgbox img {
    transform: scale(1.05);
  }
}

.c-newsbox {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px 20px;
}
@media screen and (min-width: 1024px) {
  .c-newsbox {
    padding: 20px 30px;
  }
}

.c-newsimgbox {
  width: 100%;
  height: auto;
  aspect-ratio: 392/294;
  overflow: clip;
}
.c-newsimgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 20px 0 0;
}
@media (hover: hover) {
  .c-newsimgbox img {
    transition: transform ease 0.3s;
  }
}

.c-newsinbox {
  margin-top: auto;
}

.c-newstitle {
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c-newstitle {
    margin-bottom: 10px;
  }
}

.c-newsdate {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: right;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c-newsdate {
    margin-bottom: 10px;
  }
}

.c-newscatlist {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.c-newscat {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  background-color: #0061B1;
  color: #fff;
  padding: 3px;
}
@media screen and (min-width: 768px) {
  .c-newscat {
    font-size: min(1.3vw, 1.2rem);
  }
}

.c-newsbtn {
  position: relative;
  background-color: #fff;
  height: 52px;
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0A3190;
  font-weight: 500;
  border: 2px solid #0061B1;
  width: min(100%, 290px);
  box-shadow: 0 0 10px rgba(0, 97, 177, 0.3);
  margin: 43px auto 0;
}
@media screen and (min-width: 1024px) {
  .c-newsbtn {
    height: 65px;
    border-radius: 40px;
    margin-top: min(5.6vw, 86px);
  }
}
@media (hover: hover) {
  .c-newsbtn {
    transition: color ease 0.3s, background-color ease 0.3s;
  }
  .c-newsbtn:hover, .c-newsbtn:focus-visible {
    color: #fff;
    background-color: #0061B1;
  }
  .c-newsbtn:hover .c-btnicon, .c-newsbtn:focus-visible .c-btnicon {
    transform: translateX(3px);
  }
}
@media screen and (min-width: 1024px) {
  .c-newsbtn .c-btnicon {
    right: 8px;
    height: calc(100% - 12px);
  }
}
@media (hover: hover) {
  .c-newsbtn .c-btnicon {
    transition: transform ease 0.3s;
  }
}

.c-newsbtn--arrow {
  width: 12px;
  height: auto;
  aspect-ratio: 1/1;
}

/* c-bread */
.c-bread {
  margin-top: 100px;
}
@media screen and (min-width: 1024px) {
  .c-bread {
    margin-top: 150px;
  }
}

.c-breadcrumb__list {
  display: flex;
  gap: 0 5px;
  overflow-x: auto;
}

.c-breadcrumb__item {
  white-space: nowrap;
  line-height: 1.5;
}
.c-breadcrumb__item a {
  color: #0A3190;
  text-decoration: underline;
}
.c-breadcrumb__item a::after {
  content: ">";
  display: inline-block;
  color: #000000;
  margin-left: 5px;
  text-decoration: initial;
}

/* c-strong */
.c-strong {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  max-width: max-content;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(135deg, #0061B1, #054BA2 80%, #0A3190 100%);
  padding: 1px 10px;
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  .c-strong {
    padding: 1px min(3.66vw, 50px);
    margin-top: min(6.59vw, 90px);
  }
}

/* c-faq */
.c-faqitem {
  border-top: 1px solid #A2A9B2;
}
.c-faqitem:last-of-type {
  border-bottom: 1px solid #A2A9B2;
}

.c-faqquestion {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .c-faqquestion {
    padding: min(2.2vw, 30px) 0;
  }
}
.c-faqquestion::after {
  content: "＋";
  display: block;
  color: #4E4E57;
  font-size: 2rem;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c-faqquestion::after {
    font-size: 2.4rem;
    margin-top: clamp(5px, 0.59vw, 8px);
  }
}

.c-faqquestion span {
  display: flex;
  align-items: flex-start;
  gap: 0 5px;
}
@media screen and (min-width: 768px) {
  .c-faqquestion span {
    gap: 0 min(2.2vw, 30px);
  }
}
.c-faqquestion span::before {
  flex: none;
  content: "";
  display: block;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(/wp-content/uploads/q-icon_img.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-faqquestion span::before {
    width: min(3.66vw, 50px);
  }
}

.c-faqcon {
  display: flex;
  align-items: flex-start;
  gap: 0 5px;
  padding: 15px 0;
  border-top: 1px solid #A2A9B2;
}
@media screen and (min-width: 768px) {
  .c-faqcon {
    gap: 0 min(2.2vw, 30px);
    padding: min(2.2vw, 30px) 0;
  }
}
.c-faqcon::before {
  flex: none;
  content: "";
  display: block;
  width: 30px;
  height: auto;
  aspect-ratio: 50/18;
  background-image: url(/wp-content/uploads/a-icon_img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .c-faqcon::before {
    width: min(3.66vw, 50px);
    margin-top: 10px;
  }
}
.c-faqcon a {
  display: block;
  word-break: break-all;
  color: #0061B1;
  text-decoration: underline;
}

/* p-header */
.p-header__btnbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px 5px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-header__btnbox {
    flex-direction: row;
    gap: 0 10px;
    width: auto;
  }
}

/* p-compnay */
.p-company {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .p-company {
    margin-top: 180px;
  }
}

.p-company__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 15px;
}
@media screen and (min-width: 768px) {
  .p-company__list {
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-company__list {
    gap: 25px;
  }
  @-moz-document url-prefix() {
    .p-company__list {
      flex-wrap: nowrap;
    }
  }
}
@media screen and (min-width: 1280px) {
  .p-company__list {
    gap: min(1.46vw, 50px);
  }
}

.p-company__item {
  width: calc((100% - ( 15px * (2 - 1))) / 2);
}
@media screen and (min-width: 768px) {
  .p-company__item {
    width: calc((100% - ( 50px * (2 - 1))) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .p-company__item {
    width: calc((100% - ( 25px * (4 - 1))) / 4);
  }
}
@media screen and (min-width: 1280px) {
  .p-company__item {
    width: calc((100% - ( min(1.46vw, 50px) * (4 - 1))) / 4);
  }
}

.p-company__bannarbox {
  width: 100%;
  height: auto;
  aspect-ratio: 165/83;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .p-company__bannarbox {
    aspect-ratio: 375/188;
  }
}

.p-company__bannarimgbox {
  width: calc(100% - 32px);
  height: auto;
  aspect-ratio: 300/110;
}
@media screen and (min-width: 768px) {
  .p-company__bannarimgbox {
    width: min(100% - 76px, 350px);
  }
}

.p-company__text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-company__text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-company__text {
    font-size: clamp(1.2rem, 1.02vw, 1.6rem);
    margin-top: 20px;
  }
}

/* p-news */
.p-news__catlist {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-news__catlist {
    gap: 10px;
    margin-top: 90px;
    margin-bottom: min(5.21vw, 80px);
  }
}

.p-news__catitem {
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
  background-color: #0061B1;
  padding: 5px 10px;
  border: 2px solid #0061B1;
}
@media (hover: hover) {
  .p-news__catitem {
    transition: background-color ease 0.3s;
  }
  .p-news__catitem:hover, .p-news__catitem:focus-visible {
    background-color: #fff;
  }
  .p-news__catitem:hover a, .p-news__catitem:focus-visible a {
    color: #0061B1;
  }
}
.p-news__catitem a {
  display: block;
  color: #fff;
}
@media (hover: hover) {
  .p-news__catitem a {
    transition: color ease 0.3s;
  }
}

/* p-footer */
.p-footer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-footer {
    margin-top: 180px;
  }
}
.p-footer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(45deg, #0549A1, #0061B1);
}

.p-footer__logo {
  width: 150px;
  height: auto;
  aspect-ratio: 200/73;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 200px;
  }
}

.p-footer__box {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-top: 30px;
}

.p-footer__text {
  line-height: 1.5;
}

.p-footer__copy {
  font-size: 1.2rem;
  font-weight: 500;
  color: #0A3190;
  margin-top: 30px;
}

/* p-single */
.p-single__date {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0px !important;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    font-size: min(2.34vw, 2rem);
  }
}

.p-single__title {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: clamp(2.8rem, 2.56vw, 3.5rem);
    margin-bottom: 20px;
  }
}

.p-single__catlist {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-single__catlist {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.p-single__catlist .p-news__catitem {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-single__catlist .p-news__catitem {
    font-size: 1.4rem;
  }
}

.p-single__imgbox {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}

.p-single__more {
  margin-top: 120px;
}
@media screen and (min-width: 1024px) {
  .p-single__more {
    margin-top: 180px;
  }
}
.p-single__more .c-title--sh {
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-single__more .c-title--sh {
    margin-bottom: 50px;
  }
}

/* p-top */
.p-top {
  max-height: calc(100vh - 80px);
  max-height: calc(100svh - 80px);
  min-height: calc(100vh - 80px);
  min-height: calc(100svh - 80px);
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .p-top {
    margin-top: 130px;
    min-height: calc(100vh - 130px);
    max-height: calc(100vh - 130px);
    padding-top: 0;
  }
}

.p-top__wrapper {
  max-height: calc(100vh - 80px);
  max-height: calc(100svh - 80px);
  min-height: calc(100vh - 80px);
  min-height: calc(100svh - 80px);
  padding-top: 4.47vh;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-top__wrapper {
    position: relative;
    flex-direction: row-reverse;
    min-height: calc(100vh - 130px);
    max-height: calc(100vh - 130px);
    max-height: calc(100svh - 130px);
    min-height: calc(100svh - 130px);
    padding-top: 0;
  }
}

.p-top__imgcon {
  margin-right: -15px;
}
@media screen and (min-width: 1024px) {
  .p-top__imgcon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3.66vh 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-top__imgcon {
    margin-right: calc(-7vw + var(--margin));
  }
}
@media screen and (min-width: 2560px) {
  .p-top__imgcon {
    margin-right: calc(-15vw + var(--margin));
  }
}

.p-top__imgbox {
  display: block;
  width: 100%;
  height: 26.2vh;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 1024px) {
  .p-top__imgbox {
    width: auto;
    max-width: 57.29vw;
    height: 50.9vh;
    max-height: 50.4vh;
    aspect-ratio: 2/1;
    margin-left: auto;
  }
}
.p-top__imgbox .c-img {
  border-radius: 30px 0 0 30px;
}

@media screen and (min-width: 1024px) {
  .p-top__imgbox2 {
    display: block;
    max-width: 37.5vw;
    height: 33.3vh;
    max-height: 33vh;
    aspect-ratio: 2/1;
    margin-left: auto;
  }
  .p-top__imgbox2 .c-img {
    border-radius: 30px 0 0 30px;
  }
}

.p-top__ill {
  display: block;
  width: auto;
  max-width: 100%;
  height: 18.4vh;
  aspect-ratio: 266/150;
  margin: auto auto 0;
}
@media screen and (min-width: 1024px) {
  .p-top__ill {
    height: 22.9vh;
    margin: 4.56vh 0 0;
  }
}
.p-top__ill img {
  object-fit: fill;
}

.p-top__text {
  font-size: min(2.82vh, 2rem);
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 2.52vh;
}
@media screen and (min-width: 768px) {
  .p-top__text {
    font-size: min(2.82vh, 3.6rem);
    margin-bottom: 2.75vh;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__text {
    font-size: min(2.64vw, 3.6rem);
  }
}

.p-top__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin-top: 3.24vh;
}
@media screen and (min-width: 1024px) {
  .p-top__box {
    justify-content: flex-end;
    margin-top: 0;
  }
}

.p-top__titlebox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6vh 0;
}

.p-top__title {
  font-size: min(3.33vh, 3rem);
  line-height: 1.56;
  font-weight: 500;
  color: #fff;
  padding: 1px 7px;
  background: linear-gradient(135deg, #0061B1, #054BA2 80%, #0A3190 100%);
}
@media screen and (min-width: 768px) {
  .p-top__title {
    font-size: min(4.01vh, 5.6rem);
    padding: 1px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__title {
    font-size: min(3.4vw, 5.6rem);
  }
}

.p-top__en {
  font-family: "Nothing You Could Do", cursive;
  font-size: min(3.22vh, 3rem);
  line-height: 1.2;
  color: #0061B1;
  margin-top: 2.39vh;
}
@media screen and (min-width: 768px) {
  .p-top__en {
    font-size: min(3.75vh, 6rem);
    margin-top: 2.75vh;
  }
}
@media screen and (min-width: 1024px) {
  .p-top__en {
    font-size: min(3.4vw, 6rem);
  }
}

/* p-merit */
.p-merit {
  padding-top: 128px;
  padding-bottom: 103.5px;
  background: linear-gradient(to bottom, #FFFFFF, #ECEFF3 50% 60%, #FFFFFF);
}
@media screen and (min-width: 768px) {
  .p-merit {
    padding-top: min(18.74vw, 256px);
    padding-bottom: min(15.15vw, 207px);
  }
}

.p-merit__list {
  gap: 30px clamp(15px, 3.66vw, 50px);
}
@media screen and (min-width: 768px) {
  .p-merit__list {
    gap: 0 clamp(15px, 2.2vw, 30px);
  }
  @-moz-document url-prefix() {
    .p-merit__list {
      flex-wrap: nowrap;
    }
  }
}
@media screen and (min-width: 1024px) {
  .p-merit__list {
    gap: 0clamp 15px, 3.66vw, 50px;
  }
}

.p-merit__item {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-merit__item {
    width: calc((100% - ( clamp(15px, 2.2vw, 30px) * (3 - 1))) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .p-merit__item {
    width: calc((100% - ( clamp(15px, 3.66vw, 50px) * (3 - 1))) / 3);
  }
}
.p-merit__item[data-title]::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-title);
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.07em;
  display: block;
  background-color: #0A3190;
  padding: 8px 15px;
  border-radius: 20px 0 0 0;
  max-width: max-content;
}
@media screen and (min-width: 1024px) {
  .p-merit__item[data-title]::before {
    font-size: 1.8rem;
  }
}

.p-merit__imgbox {
  width: 100%;
  height: auto;
  aspect-ratio: 516/375;
  display: block;
}

.p-merit__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  color: #0A3190;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .p-merit__title {
    margin-bottom: 20px;
  }
}

/* p-sup */
.p-sup {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-sup {
    margin-top: 75px;
  }
}

.p-sup__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-sup__list {
    gap: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-sup__item {
    width: calc((100% - ( 30px * (2 - 1))) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .p-sup__item {
    display: flex;
    align-items: flex-start;
    width: calc((100% - ( clamp(15px, 3.66vw, 50px) * (2 - 1))) / 2);
  }
}

.p-sup__imgbox {
  width: 100%;
  height: auto;
  aspect-ratio: 337/253;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-sup__imgbox {
    width: min(17.55vw, 337px);
  }
}

.p-sup__title {
  color: #0A3190;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-sup__title {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .p-sup__box {
    height: 100%;
    justify-content: center;
  }
}

/* p-case */
.p-case {
  padding-top: 61px;
  padding-bottom: 50px;
  background-color: #ECEFF3;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-case {
    padding-top: min(13.4vw, 183px);
    padding-bottom: min(7.32vw, 100px);
  }
}

.p-case__maintitle {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-case__maintitle {
    margin-bottom: min(4.39vw, 60px);
  }
}
.p-case__maintitle[data-title]::after {
  color: rgba(255, 255, 255, 0.7);
}

.p-case__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-case__list {
    gap: clamp(30px, 3.66vw, 50px) 0;
  }
}

.p-case__item {
  position: relative;
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-case__item {
    display: flex;
    align-items: flex-start;
    gap: clamp(15px, 2.2vw, 30px);
    width: 100%;
    padding: clamp(40px, 3.66vw, 50px) clamp(30px, 3.66vw, 50px);
  }
}
.p-case__item[data-title]::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-title);
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.07em;
  display: block;
  background-color: #0A3190;
  padding: 8px 15px;
  border-radius: 20px 0 0 0;
  max-width: max-content;
}
@media screen and (min-width: 1024px) {
  .p-case__item[data-title]::before {
    font-size: 1.8rem;
  }
}

.p-case__imgbox {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) {
  .p-case__imgbox {
    width: min(25.99vw, 355px);
  }
}

.p-case__box {
  padding: 0;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-case__box {
    margin-top: 0;
  }
}

.p-case__title {
  font-weight: 500;
  line-height: 1.65;
  color: #0A3190;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-case__title {
    line-height: 1.5;
  }
}

.p-case__place {
  font-weight: 500;
  margin-bottom: 10px;
}

.p-case__detailbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-case__detailbox {
    gap: 0 20px;
    margin-top: 20px;
  }
}

.p-case__detailimgbox {
  width: calc((100% - ( 10px * (2 - 1))) / 2);
  height: auto;
  aspect-ratio: 200/149;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-case__detailimgbox {
    width: calc((100% - ( 20px * (3 - 1))) / 3);
    margin-top: 0;
  }
}

.p-case__detailtext {
  display: flex;
  gap: 0 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-case__detailtext {
    flex-direction: column;
    gap: 15px 0;
    width: calc((100% - ( 20px * (3 - 1))) / 3);
  }
}
.p-case__detailtext span {
  width: calc((100% - ( 10px * (2 - 1))) / 2);
}
@media screen and (min-width: 768px) {
  .p-case__detailtext span {
    width: auto;
    line-height: 1;
  }
}

/* p-price */
.p-price {
  padding-top: 86px;
  padding-bottom: 100px;
  background: linear-gradient(to bottom, #FFFFFF, #ECEFF3 50% 60%, #FFFFFF);
}
@media screen and (min-width: 768px) {
  .p-price {
    padding-top: min(12.66vw, 173px);
    padding-bottom: min(14.64vw, 200px);
  }
}

.p-price__intro {
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-price__intro {
    margin-top: min(3.66vw, 50px);
  }
}

.p-price__sim {
  border: 3px solid #0A3190;
  background-color: #fff;
  padding: 20px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-price__sim {
    padding: clamp(30px, 3.66vw, 50px);
    margin-top: min(3.66vw, 50px);
  }
}

.p-price__title {
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: 500;
  color: #0A3190;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .p-price__title {
    font-size: min(5.07vw, 1.9rem);
  }
}
@media screen and (min-width: 768px) {
  .p-price__title {
    font-size: clamp(2.2rem, 0.22vw, 3rem);
  }
}

.p-price__inbox {
  max-width: 650px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .p-price__inbox {
    margin-top: min(2.93vw, 40px);
  }
}

.p-price__case {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 10px;
}

.p-price__owner {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 15px;
  border-bottom: 5px solid #0A3190;
  max-width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-price__owner {
    max-width: initial;
    gap: 0 min(2.2vw, 30px);
    margin: 0;
  }
}

.p-price__en {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .p-price__en {
    margin-left: 10px;
  }
}

.p-price__price {
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  font-weight: 700;
  color: #0A3190;
}
.p-price__price span {
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #000000;
}

.p-price__uchiwake {
  line-height: 1.8;
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 374px) {
  .p-price__uchiwake {
    font-size: min(3.73vw, 1.4rem);
  }
}
@media screen and (min-width: 768px) {
  .p-price__uchiwake {
    font-size: min(2.34vw, 2rem);
    text-align: center;
    margin-top: 20px;
  }
}

.p-price__list {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-price__list {
    margin-top: min(2.2vw, 30px);
  }
}

.p-price__item {
  display: flex;
  line-height: 1.5;
}
.p-price__item::before {
  content: "※";
  display: block;
}

.p-price__itaku {
  font-size: 2rem;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-price__itaku {
    font-size: clamp(2.2rem, 0.22vw, 3rem);
    margin-right: clamp(10px, 2.2vw, 30px);
  }
}

.p-price__tax {
  font-weight: 500;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .p-price__tax {
    margin-left: 10px;
  }
}

/* p-faq */
.p-faq {
  margin-top: 136.5px;
}
@media screen and (min-width: 768px) {
  .p-faq {
    margin-top: min(19.99vw, 273px);
  }
}

.p-faq__item p {
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .p-faq__item p {
    line-height: 2;
  }
}

.p-faq__questiontext {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 374px) {
  .p-faq__questiontext {
    font-size: min(4.27vw, 1.6rem);
  }
}
@media screen and (min-width: 768px) {
  .p-faq__questiontext {
    font-size: min(2.34vw, 2rem);
  }
}

.p-faq__box {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (min-width: 768px) {
  .p-faq__box {
    gap: 20px 0;
  }
}
.p-faq__box span {
  display: block;
}

.p-faq__list {
  display: flex !important;
}

/* p-nayami */
.p-nayami {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-nayami {
    margin-top: min(14.64vw, 200px);
  }
}

.p-nayami__title {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  max-width: max-content;
  padding-bottom: 5px;
  border-bottom: 3px solid #0A3190;
  margin: 0 auto 35px;
}
@media screen and (max-width: 374px) {
  .p-nayami__title {
    font-size: min(5.87vw, 2.2rem);
  }
}
@media screen and (min-width: 768px) {
  .p-nayami__title {
    font-size: clamp(2.6rem, 2.64vw, 3.6rem);
    padding-bottom: 10px;
    margin-bottom: min(5.12vw, 70px);
  }
}

.p-nayami__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-nayami__list {
    flex-direction: row;
    gap: 0;
  }
}

.p-nayami__item {
  width: min(100%, 420px);
}
@media screen and (min-width: 768px) {
  .p-nayami__item {
    width: calc((100% + 7px) / 3);
  }
  .p-nayami__item:not(:first-of-type) {
    margin-left: -10px;
  }
}

.p-nayami__box {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
}
@media screen and (min-width: 768px) {
  .p-nayami__box {
    gap: 35px 0;
  }
}

.p-nayami__textbox {
  position: relative;
}
.p-nayami__textbox::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 20px);
  background-color: #ECEFF3;
  transform: skew(-15deg);
  margin: 0 auto;
}
.p-nayami__textbox::after {
  position: absolute;
  left: 47px;
  bottom: -23px;
  content: "";
  display: block;
  width: auto;
  height: 23px;
  aspect-ratio: 20/23;
  background-image: url(/wp-content/uploads/fukidashi_img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .p-nayami__textbox::after {
    left: min(6.95vw, 95px);
    transform: none;
  }
}

.p-nayami__text {
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 15px 0px;
}
@media screen and (max-width: 374px) {
  .p-nayami__text {
    font-size: min(3.73vw, 1.4rem);
  }
}
@media screen and (min-width: 768px) {
  .p-nayami__text {
    font-size: min(1.61vw, 2.2rem);
    height: 100%;
    padding: clamp(15px, 2.2vw, 30px) 0px;
  }
}

.p-nayami__img {
  width: 80%;
  height: auto;
  aspect-ratio: 420/240;
  display: block;
  margin: 15px auto 0;
}
@media screen and (min-width: 768px) {
  .p-nayami__img {
    width: 100%;
    margin: 43px 0;
  }
}

/* p-kaiketsu */
.p-kaiketsu {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-kaiketsu {
    margin-top: min(14.64vw, 200px);
  }
}

.p-kaiketsu__container {
  position: relative;
  padding: 25px;
  background-color: #ECEFF3;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .p-kaiketsu__container {
    border-radius: min(3.26vw, 50px);
    padding: min(7.32vw, 100px) min(3.26vw, 50px);
  }
}
.p-kaiketsu__container::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: min(15.01vw, 205px);
  height: auto;
  aspect-ratio: 205/614;
  background-image: url(/wp-content/uploads/illust_img.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-kaiketsu__container::before {
    width: min(11.07vw, 205px);
    left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-kaiketsu__container::before {
    left: min(1.04vw, 20px);
    bottom: min(1.04vw, 20px);
  }
}
@media screen and (min-width: 1280px) {
  .p-kaiketsu__container::before {
    width: min(9.08vw, 205px);
  }
}
@media screen and (min-width: 1700px) {
  .p-kaiketsu__container::before {
    width: min(15.01vw, 205px);
  }
}

.p-kaiketsu__title {
  position: relative;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-kaiketsu__title {
    margin-bottom: 30px;
  }
}
.p-kaiketsu__title::before {
  position: absolute;
  bottom: 0;
  left: calc(-1 * (5px + clamp(30px, 5.12vw, 70px)));
  content: "";
  display: block;
  width: clamp(30px, 5.12vw, 70px);
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(/wp-content/uploads/deco_img.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 374px) {
  .p-kaiketsu__title::before {
    left: calc(-1 * (5px + clamp(20px, 5.12vw, 70px)));
    width: clamp(20px, 5.12vw, 70px);
  }
}
@media screen and (min-width: 1024px) {
  .p-kaiketsu__title::before {
    width: min(3.65vw, 70px);
    top: 0;
    left: calc(-1 * (min(1.56vw, 30px) + clamp(20px, 3.65vw, 70px)));
    margin: auto 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-kaiketsu__title::before {
    left: calc(-1 * (min(1.56vw, 30px) + clamp(20px, 3.65vw, 70px)));
  }
}
.p-kaiketsu__title::after {
  position: absolute;
  bottom: 0;
  right: calc(-1 * (5px + clamp(30px, 5.12vw, 70px)));
  content: "";
  display: block;
  width: clamp(30px, 5.12vw, 70px);
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(/wp-content/uploads/deco_img.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(-1, 1);
}
@media screen and (max-width: 374px) {
  .p-kaiketsu__title::after {
    right: calc(-1 * (5px + clamp(20px, 5.12vw, 70px)));
    width: clamp(20px, 5.12vw, 70px);
  }
}
@media screen and (min-width: 1024px) {
  .p-kaiketsu__title::after {
    width: min(3.65vw, 70px);
    top: 0;
    right: calc(-1 * (5px + clamp(20px, 3.65vw, 70px)));
    margin: auto 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-kaiketsu__title::after {
    right: calc(-1 * (min(1.56vw, 30px) + clamp(20px, 3.65vw, 70px)));
  }
}

.p-kaiketsu__titlebox {
  text-align: center;
  max-width: max-content;
  margin: 0 auto;
}
.p-kaiketsu__titlebox::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(135deg, #054BA2, #0061B1 100%);
}

@media screen and (min-width: 768px) {
  .p-kaiketsu__titleinbox {
    display: flex;
    align-items: baseline;
    gap: 0 min(2.64vw, 3.6rem);
  }
}

.p-kaiketsu__subtitle {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .p-kaiketsu__subtitle {
    font-size: min(5.33vw, 2rem);
  }
}
@media screen and (min-width: 768px) {
  .p-kaiketsu__subtitle {
    font-size: clamp(2.6rem, 2.64vw, 3.6rem);
  }
}

.p-kaiketsu__tax {
  font-size: 1.4rem;
}
@media screen and (max-width: 374px) {
  .p-kaiketsu__tax {
    font-size: min(3.73vw, 1.4rem);
  }
}
@media screen and (min-width: 768px) {
  .p-kaiketsu__tax {
    font-size: 1.6rem;
  }
}

.p-kaiketsu__kanri {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 374px) {
  .p-kaiketsu__kanri {
    font-size: min(4.27vw, 1.6rem);
  }
}
@media screen and (min-width: 768px) {
  .p-kaiketsu__kanri {
    font-size: clamp(1.8rem, 1.76vw, 2.4rem);
    margin-top: 30px;
  }
}

.p-kaiketsu__text {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-kaiketsu__text {
    font-size: clamp(1.4rem, 1.76vw, 2.4rem);
  }
}

/* p-contact */
.p-contact {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-contact {
    margin-top: min(14.64vw, 200px);
  }
}

.p-contact__container {
  padding: 61px 15px 50px 15px;
  background-color: #ECEFF3;
  border-radius: 25px;
}
@media screen and (min-width: 768px) {
  .p-contact__container {
    border-radius: min(3.26vw, 50px);
    padding: min(12.66vw, 173px) min(3.26vw, 50px) min(7.32vw, 100px);
  }
}
.p-contact__container h2[data-title]::after {
  color: rgba(255, 255, 255, 0.7);
}

.p-contact__text {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 1.4rem;
}
@media screen and (max-width: 374px) {
  .p-contact__text {
    font-size: min(3.73vw, 1.4rem);
  }
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: min(2.08vw, 1.8rem);
    margin-top: min(6.59vw, 90px);
    margin-bottom: min(3.66vw, 50px);
  }
}

@media screen and (min-width: 768px) {
  .p-form__content {
    height: fit-content;
    margin-top: 12px;
  }
}

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

.u-spblock {
  display: block;
}

.u-spflex {
  display: flex;
}

@media screen and (min-width: 768px) {
  .u-tabhidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-tabblock {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-tabflex {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .u-pchidden {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-pcblock {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .u-pcflex {
    display: flex;
  }
}

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

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

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

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

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

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

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

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

.u-select-none {
  user-select: none;
  -webkit-user-select: none;
}

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

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

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

/* WP */
/* 前後の記事へのリンク */
.post-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  margin-top: clamp(60px, 10.98vw, 150px);
}
.post-navigation a {
  color: #0A3190;
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #0A3190;
}
@media (hover: hover) {
  .post-navigation a {
    transition: background-color ease 0.3s, color ease 0.3s;
  }
}

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.post-navigation .nav-previous {
  margin-right: auto;
}
@media (hover: hover) {
  .post-navigation .nav-previous:hover a, .post-navigation .nav-previous:focus-visible a {
    background-color: #0A3190;
    color: #fff;
  }
}

.post-navigation .nav-next {
  margin-left: auto;
}
@media (hover: hover) {
  .post-navigation .nav-next:hover a, .post-navigation .nav-next:focus-visible a {
    background-color: #0A3190;
    color: #fff;
  }
}

/* ページネーション */
.pagination .nav-links {
  position: relative;
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: row;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
  user-select: none;
  -webkit-user-select: none;
  max-width: max-content;
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .pagination .nav-links {
    margin-top: min(3.91vw, 60px);
  }
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  border: 1px solid transparent;
  background-color: transparent;
  color: #0061B1;
}
@media screen and (min-width: 768px) {
  .pagination .page-numbers {
    width: 50px;
    height: 50px;
  }
}
@media (hover: hover) {
  .pagination .page-numbers {
    transition: color ease 0.3s, border-color ease 0.3s;
  }
  .pagination .page-numbers:hover, .pagination .page-numbers:focus-visible {
    color: #0A3190;
    border-color: #0A3190;
  }
}

.pagination .nav-links .page-numbers.current {
  background-color: #0A3190;
  border: 1px solid #0A3190;
  color: #fff;
}

.pagination .nav-links .page-numbers.dots {
  color: #0061B1;
  pointer-events: none;
}

.page-numbers.prev,
.page-numbers.next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers.prev {
  left: -50px;
}
@media screen and (min-width: 768px) {
  .page-numbers.prev {
    left: -60px;
  }
}

.page-numbers.next {
  right: -50px;
}
@media screen and (min-width: 768px) {
  .page-numbers.next {
    right: -60px;
  }
}

/* Javascript*/
.js-menu--close {
  position: relative;
  z-index: 10;
}
.js-menu--close .c-spheader__ham {
  transform: translateY(2px) rotate(-45deg);
}
.js-menu--close .c-spheader__ham--2 {
  display: none;
}
.js-menu--close .c-spheader__ham--3 {
  transform: rotate(45deg);
}

.js-nav--open {
  z-index: 8;
  opacity: 1;
  visibility: visible;
}

.js-body--fixed {
  overflow: clip;
}

.js-url {
  cursor: pointer;
}

.js-list {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.js-list--open::after {
  content: "ー";
}