/*
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] {
  font-size: max(1.15rem, 16px);
}
@media screen and (min-width: 768px) {
  textarea, input[type=text] {
    font-size: max(1rem, 16px);
  }
}

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

body {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: #303030;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff;
  margin-bottom: 60px;
}
_::-webkit-full-page-media, _:future, :root body {
  min-height: -webkit-fill-available;
}

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

main {
  flex: 1;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  main {
    margin-top: 80px;
  }
}

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

p {
  text-align: justify;
  line-height: 1.86;
}
@media screen and (min-width: 768px) {
  p {
    line-height: 1.75;
  }
}

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

/* l-inner */
.l-inner {
  padding: 0 15px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1306px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-innermid {
  padding: 0 15px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-innermid {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .l-innermid {
    padding: 0 20px;
  }
}

.l-innerflow {
  padding: 0 15px;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-innerflow {
    max-width: 1045px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .l-innerflow {
    padding: 0 20px;
  }
}

.l-headerinner {
  padding: 0 15px;
}
@media screen and (min-width: 1025px) {
  .l-headerinner {
    padding: 0 20px;
  }
}

/* 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: 60px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(21, 114, 153, 0.1);
}
@media screen and (min-width: 768px) {
  .c-header {
    height: 80px;
  }
}

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

.c-logo {
  width: 210px;
  height: auto;
  aspect-ratio: 210/36;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-logo {
    width: 278px;
  }
}

.c-logoimg {
  width: 100%;
  height: 100%;
}

.c-header__box {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-header__box {
    position: unset;
    width: auto;
    gap: 0 20px;
  }
}

.c-header__link--mail, .c-header__link--tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  gap: 0 5px;
  width: 50%;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .c-header__link--mail, .c-header__link--tel {
    width: auto;
  }
}

.c-header__link--tel {
  background-color: #fff;
  border: 1px solid #157299;
  color: #157299;
}
@media screen and (min-width: 768px) {
  .c-header__link--tel {
    border: none;
  }
}
.c-header__link--tel::before {
  content: "";
  display: block;
  width: 23px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(/lp/assets/img/tel-icon_img.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .c-header__link--tel::before {
    width: 31px;
  }
}
.c-header__link--tel span {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-header__link--tel span {
    font-size: min(1.56vw, 1.3rem);
  }
}
.c-header__link--tel strong {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-header__link--tel strong {
    font-size: min(2.6vw, 2.5rem);
    line-height: 1.3;
  }
}

.c-header__link--mail {
  color: #fff;
  border: 1px solid #FF7701;
  overflow: clip;
  background: linear-gradient(-30deg, #FF7701 35%, #F5B074, #FF7701 85%);
}
@media screen and (min-width: 768px) {
  .c-header__link--mail {
    position: relative;
    font-size: min(2.08vw, 1.8rem);
    width: min(28.65vw, 250px);
    border-radius: 4px;
    background: transparent;
  }
}
@media (hover: hover) {
  .c-header__link--mail:hover::after, .c-header__link--mail:focus-visible::after {
    opacity: 1;
  }
}
.c-header__link--mail span {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.c-header__link--mail span::before {
  position: relative;
  z-index: 2;
  content: "";
  display: block;
  width: 23px;
  height: auto;
  aspect-ratio: 23/16;
  background-image: url(/lp/assets/img/mail-icon_img.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .c-header__link--mail span::before {
    width: 31px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__link--mail::after {
    position: absolute;
    z-index: 2;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FF7701;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-header__link--mail::after {
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .c-header__link--mail::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(-30deg, #FF7701 35%, #F5B074, #FF7701 85%);
  }
}

/* c-btn */
.c-btn {
  position: relative;
  font-size: 1.4rem;
  height: 50px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #157299;
  border: 1px solid transparent;
  width: max-content;
  padding: 10px 50px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
@media (hover: hover) {
  .c-btn {
    transition: ease-in-out 0.3s;
  }
  .c-btn:hover, .c-btn:focus {
    border: 1px solid #157299;
    color: #157299;
    background-color: #fff;
  }
}
.c-btn::after {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 7px;
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background-image: url(/wp-content/uploads/arrow_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto 0;
}

/* c-title */
.c-title, .c-title--wh {
  font-size: min(5.6vw, 2.1rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-title, .c-title--wh {
    font-size: min(2.73vw, 3.5rem);
    margin-bottom: 40px;
  }
}

.c-title--wh {
  color: #fff;
}

.c-title {
  color: #157299;
}

.c-titlemid {
  font-size: min(4.8vw, 1.8rem);
  line-height: 1.4;
  font-weight: 700;
  color: #157299;
}
@media screen and (min-width: 768px) {
  .c-titlemid {
    font-size: min(2.34vw, 2.6rem);
  }
}

.c-titlesm {
  font-size: min(4.27vw, 1.6rem);
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-titlesm {
    font-size: min(2.08vw, 2.2rem);
  }
}

/* c-flex */
.c-flex {
  display: flex;
  gap: 0 5px;
}

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

/* p-footer */
.p-footer {
  background-color: #157299;
  padding: 12px 0;
}

.p-footer__copy {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    font-size: 1.2rem;
  }
}

/* p-intro */
.p-intro {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-intro {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.p-intro::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/50;
  background-image: url(/lp/assets/img/intro-bottom_img.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-intro::before {
    aspect-ratio: 1366/90;
    background-image: url(/lp/assets/img/intro-bottompc_img.png);
  }
}
.p-intro::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/lp/assets/img/intro-bg_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 90%;
  opacity: 0.1;
}

.p-intro__text {
  font-size: 2.2rem;
  color: #157299;
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .p-intro__text {
    font-size: min(2.93vw, 4.4rem);
  }
}

/* p-tr */
.p-tr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #157299;
}
@media screen and (min-width: 768px) {
  .p-tr {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.p-tr__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px 0;
}

.p-tr__item {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-shadow: inset 0 0 12px rgba(22, 87, 114, 0.6);
}
@media screen and (min-width: 768px) {
  .p-tr__item {
    gap: min(1.3vw, 20px) 0;
    padding: min(2.6vw, 30px) 15px;
  }
}
@media screen and (min-width: 1025px) {
  .p-tr__item {
    width: calc((100% - ( 20px * (3 - 1))) / 3);
  }
}

.p-tr__text {
  font-weight: 500;
}

/* p-faq */
.p-faq {
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding: 100px 0;
  }
}
.p-faq::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  display: block;
  width: min(56.53vw, 212px);
  height: auto;
  aspect-ratio: 212/204;
  background-image: url(/lp/assets/img/faq-sp_img.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-faq::after {
    bottom: 0;
    top: unset;
    width: 48.1vw;
    max-height: 397px;
    aspect-ratio: 657/397;
    background-image: url(/lp/assets/img/faq-pc_img.png);
  }
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.p-faq__item {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 100%;
  background-color: #F6F6F6;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-faq__item {
    gap: min(1.3vw, 20px) 0;
    padding: min(1.95vw, 30px);
  }
}

.p-faq__title {
  align-items: flex-start;
}
.p-faq__title span {
  font-size: min(4vw, 1.5rem);
  width: 29px;
  height: 29px;
  background-color: #157299;
  color: #fff;
  text-align: center;
  line-height: 29px;
  flex: none;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .p-faq__title span {
    font-size: min(1.95vw, 2.5rem);
    width: min(3.78vw, 40px);
    height: min(3.78vw, 40px);
    line-height: min(3.78vw, 40px);
    margin-top: min(-1 * min(0.26vw, 4px));
  }
}

/* p-ex */
.p-ex {
  background-color: #E6ECF2;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-ex {
    padding: 60px 0;
  }
}

.p-ex__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 0;
}

.p-ex__item {
  position: relative;
  box-shadow: inset 0 0 12px rgba(22, 87, 114, 0.34);
  background-color: #fff;
  width: 100%;
  padding: 25px 15px 2px;
}
@media screen and (min-width: 768px) {
  .p-ex__item {
    width: calc((100% - ( 15px * (2 - 1))) / 2);
    padding: min(3.26vw, 40px) min(1.95vw, 20px) 2px;
  }
}
.p-ex__item::after {
  position: absolute;
  top: -20px;
  left: -10px;
  content: "";
  display: block;
  width: min(26.67vw, 81px);
  height: auto;
  aspect-ratio: 81/50;
  background-image: url(/lp/assets/img/kaiketsu_img.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 1025px) {
  .p-ex__item::after {
    width: 106px;
  }
}

.p-ex__box {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 5px;
}

.p-ex__text {
  font-size: min(3.73vw, 1.4rem);
}
@media screen and (min-width: 768px) {
  .p-ex__text {
    font-size: min(2.08vw, 1.8rem);
  }
}

.p-ex__name {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-ex__name {
    font-size: min(1.82vw, 1.6rem);
  }
}

/* p-flow */
.p-flow {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-flow {
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
.p-flow::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #157299 90px, #F7F7F7 90px);
}
@media screen and (min-width: 768px) {
  .p-flow::after {
    display: none;
  }
}

.p-flow__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-flow__list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__list::before {
    position: absolute;
    bottom: -30px;
    left: -15px;
    z-index: -1;
    content: "";
    display: block;
    width: 24.96vw;
    min-width: 24.9%;
    height: 100%;
    background-color: #157299;
  }
}
@media screen and (min-width: 1025px) {
  .p-flow__list::before {
    left: calc(-1 * (20px + var(--margin)));
  }
}

.p-flow__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    flex-direction: row;
    align-items: stretch;
    gap: 0 min(2.6vw, 40px);
  }
}

.p-flow__img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/232;
  display: block;
  box-shadow: 0 3px 6px rgba(22, 87, 114, 0.15);
}
@media screen and (min-width: 768px) {
  .p-flow__img {
    flex: none;
    width: min(30.23vw, 413px);
  }
}

@media screen and (min-width: 768px) {
  .p-flow__box {
    display: flex;
    flex-direction: column;
  }
}

.p-flow__text {
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    flex: 1;
    margin-left: min(1.3vw, 16px);
    padding-left: min(2.99vw, 28px);
    border-left: 1px solid #157299;
    margin-top: 10px;
  }
}

.p-flow__titlesub span {
  font-size: 1.2rem;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .p-flow__titlesub span {
    font-size: min(1.56vw, 1.6rem);
  }
}

/* p-member */
.p-member {
  background: linear-gradient(to top, #E6ECF2 80%, transparent 80%);
  margin-top: 40px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-member {
    background: linear-gradient(to top, #E6ECF2 55%, transparent 55%);
    margin-top: 140px;
    padding-bottom: 40px;
  }
}

.p-member__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-member__container {
    flex-direction: row-reverse;
    align-items: center;
    gap: 0 min(1.95vw, 60px);
  }
}

.p-member__img {
  width: 100%;
  height: auto;
  aspect-ratio: 345/260;
}
@media screen and (min-width: 768px) {
  .p-member__img {
    width: min(39.53vw, 540px);
  }
}

.p-member__box {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  background-color: #fff;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-member__box {
    flex: 1;
    padding: min(2.6vw, 40px);
  }
}

/* p-contact */
.p-contact {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p-contact {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.p-contact__title {
  margin-bottom: 20px;
}

.p-contact__container {
  background-color: #F6F6F6;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-contact__container {
    padding: min(2.6vw, 30px);
  }
}

.p-contact__text {
  line-height: 1.5;
  margin-bottom: 15px;
}

.p-contact__btnbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px min(2.6vw, 40px);
}

.p-contact__tel {
  border-radius: 4px;
  max-width: 214px;
  width: 100%;
  border: 1px solid #157299;
}
@media screen and (min-width: 768px) {
  .p-contact__tel {
    max-width: 250px;
    border: none;
    background-color: transparent;
  }
}
.p-contact__tel strong {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tel strong {
    font-size: min(2.86vw, 3rem);
  }
}
.p-contact__tel span {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tel span {
    font-size: min(1.82vw, 1.6rem);
  }
}

.p-contact__mail {
  font-size: 1.6rem;
  width: 100%;
  border-radius: 4px;
  max-width: 214px;
}
@media screen and (min-width: 768px) {
  .p-contact__mail {
    max-width: 250px;
  }
}

/* p-top */
.p-top__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/656;
}
@media screen and (min-width: 768px) {
  .p-top__img {
    aspect-ratio: 1366/670;
  }
}

/* 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: 1025px) {
  .u-pchidden {
    display: none;
  }
}

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

@media screen and (min-width: 1025px) {
  .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;
}

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