@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 4.2666666667vw;
}

/* pcの電話番号発信対応 */

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  color: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-contents {
  margin-top: 144px;
  margin-top: 9rem;
  padding-bottom: 62px;
  padding-bottom: 3.875rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
  position: relative;
}

.l-contents__title-en {
  left: 0;
  position: absolute;
  top: -16px;
  top: -1rem;
  width: 100%;
}

.l-contents__title-ja {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.l-contents--overview-detail {
  padding-bottom: 34.5px;
  padding-bottom: 2.15625rem;
  padding-top: 45px;
  padding-top: 2.8125rem;
}

.l-cta {
  padding-bottom: 62px;
  padding-bottom: 3.875rem;
}

.l-drawer {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 999;
}

.l-drawer[aria-hidden=false] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header {
  bottom: auto;
  height: 78px;
  height: 4.875rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 589.5px;
  max-width: 36.84375rem;
  padding-left: 24.75px;
  padding-left: 1.546875rem;
  padding-right: 24.75px;
  padding-right: 1.546875rem;
  width: 100%;
}

.l-wrapper {
  padding-bottom: 111px;
  padding-bottom: 6.9375rem;
}

.l-wrapper--about {
  margin-top: 52.5px;
  margin-top: 3.28125rem;
  padding-bottom: 110.5px;
  padding-bottom: 6.90625rem;
}

.l-wrapper--overview {
  margin-top: 52.5px;
  margin-top: 3.28125rem;
  padding-bottom: 211px;
  padding-bottom: 13.1875rem;
}

.l-wrapper--overview-detail {
  margin-top: -45px;
  margin-top: -2.8125rem;
  padding-bottom: 61px;
  padding-bottom: 3.8125rem;
}

.l-wrapper--news {
  margin-top: 52.5px;
  margin-top: 3.28125rem;
  padding-bottom: 112px;
  padding-bottom: 7rem;
}

.l-wrapper--news-detail {
  margin-top: 52.5px;
  margin-top: 3.28125rem;
  padding-bottom: 111.5px;
  padding-bottom: 6.96875rem;
}

.c-arrows {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-arrows span {
  -webkit-mask-image: url(../images/common/icon-arrows.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: currentColor;
  display: inline-block;
  height: 25px;
  height: 1.5625rem;
  margin-top: -3px;
  margin-top: -0.1875rem;
          mask-image: url(../images/common/icon-arrows.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 11px;
  width: 0.6875rem;
}

.c-button1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3.125rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(12.5px, 10px);
  font-size: max(0.78125rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.0304em;
  line-height: 1.76;
  min-height: 33.5px;
  min-height: 2.09375rem;
  padding: 3.95px 16px 5.95px;
  padding: 0.246875rem 1rem 0.371875rem;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  width: 100%;
}

.c-button1::after {
  -webkit-mask-image: url(../images/common/icon-arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 9.5px;
  height: 0.59375rem;
  margin-left: 13px;
  margin-left: 0.8125rem;
          mask-image: url(../images/common/icon-arrow.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 8.5px;
  width: 0.53125rem;
}

.c-button1--green {
  background-color: #6dcaae;
  border: 1px solid #35a394;
  border: 0.0625rem solid #35a394;
}

.c-button1--red {
  background-color: #f59ea0;
  border: 1px solid #ec8169;
  border: 0.0625rem solid #ec8169;
}

.c-button1--orange {
  background-color: #f7b88a;
  border: 1px solid #f69149;
  border: 0.0625rem solid #f69149;
}
.c-button1--sm {
  cursor: pointer;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  height: 28px;
  height: 1.75rem;
  letter-spacing: 0;
  line-height: 1.76;
  min-height: 100%;
  padding: 9.5px 16px 9.5px;
  padding: 0.59375rem 1rem 0.59375rem;
}

.c-button1--sm::after {
  content: "";
  display: inline-block;
  height: 8.5px;
  height: 0.53125rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  width: 7.5px;
  width: 0.46875rem;
}
.c-button2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#736EFE), to(#5EFCE8));
  background-image: linear-gradient(to right, #736EFE 0%, #5EFCE8 100%);
  background-size: 180% auto;
  border: 1px solid #2a5eb8;
  border: 0.0625rem solid #2a5eb8;
  border-radius: 3.125rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(12.5px, 10px);
  font-size: max(0.78125rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.0304em;
  line-height: 1.76;
  min-height: 33.5px;
  min-height: 2.09375rem;
  padding: 3.95px 16px 5.95px;
  padding: 0.246875rem 1rem 0.371875rem;
  position: relative;
  -webkit-transition: background-position 0.3s ease-out;
  transition: background-position 0.3s ease-out;
  width: 100%;
}

.c-button2::after {
  -webkit-mask-image: url(../images/common/icon-arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 9.5px;
  height: 0.59375rem;
  margin-left: 13px;
  margin-left: 0.8125rem;
          mask-image: url(../images/common/icon-arrow.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  width: 8.5px;
  width: 0.53125rem;
}

.c-menu-button {
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 121, 217)), to(rgb(124, 195, 236)));
  background: linear-gradient(90deg, rgb(80, 121, 217), rgb(124, 195, 236));
  border: 1px solid #2a5eb8;
  border: 0.0625rem solid #2a5eb8;
  border-radius: 50%;
  height: 46px;
  height: 2.875rem;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 46px;
  width: 2.875rem;
}
.c-menu-button span {
  background-color: #fff;
  display: block;
  height: 1.5px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 13px;
  width: 0.8125rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #fff;
  border-radius: 100vw;
  content: "";
  display: block;
  height: 1.5px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}

.c-menu-button span::after {
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] {
  background: #fff;
}

.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  background-color: #2a5eb8;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.c-menu-button[aria-expanded=true] span::after {
  background-color: #2a5eb8;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.c-page-top {
  bottom: 3%;
  cursor: pointer;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 3%;
  -webkit-transition: opacity 0.3s ease-out, pointer-events 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, pointer-events 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, pointer-events 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, pointer-events 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 900;
}

.c-page-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.c-page-top.js-pageTop.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.c-page-top__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #2a5eb8;
  border: 0.0625rem solid #2a5eb8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  width: 48px;
  width: 3rem;
}

.c-page-top__btn::before {
  -webkit-mask-image: url("../images/common/icon-arrow-up.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #2a5eb8;
  content: "";
  display: inline-block;
  height: 8.5px;
  height: 0.53125rem;
  mask-image: url("../images/common/icon-arrow-up.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  width: 20px;
  width: 1.25rem;
}
.c-page-top--footer {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  opacity: 1;
  pointer-events: auto;
  position: static;
}

.c-page-top--footer .c-page-top__btn {
  border: none;
}

.c-title1 {
  margin-right: calc(50% - 50vw);
}

.c-title1__en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Kanit", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.023em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.c-title1__en::after {
  content: "";
  display: block;
  height: 1px;
  height: 0.0625rem;
  width: 100%;
}

.c-title1__ja {
  font-size: 12.5px;
  font-size: 0.78125rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.c-title1--green .c-title1__en {
  -moz-column-gap: 1.15625rem;
  color: #a8dfcf;
       -webkit-column-gap: 1.15625rem;
               column-gap: 1.15625rem;
  text-shadow: 1px 1px 0 #35a394, -1px -1px 0 #35a394, 1px -1px 0 #35a394, -1px 1px 0 #35a394;
}

.c-title1--green .c-title1__ja {
  color: #35a394;
}

.c-title1--green .c-title1__en::after {
  background-color: #35a394;
}

@supports (-webkit-text-stroke: 1px #35a394) {
  .c-title1--green .c-title1__en {
    -webkit-text-stroke: 1px #35a394;
    text-shadow: none;
  }
}
.c-title1--red .c-title1__en {
  -moz-column-gap: 1.53125rem;
  color: #f9c1c2;
       -webkit-column-gap: 1.53125rem;
               column-gap: 1.53125rem;
  text-shadow: 1px 1px 0 #ec8169, -1px -1px 0 #ec8169, 1px -1px 0 #ec8169, -1px 1px 0 #ec8169;
}

.c-title1--red .c-title1__ja {
  color: #ec8169;
}

.c-title1--red .c-title1__en::after {
  background-color: #ec8169;
}

@supports (-webkit-text-stroke: 1px #ec8169) {
  .c-title1--red .c-title1__en {
    -webkit-text-stroke: 1px #ec8169;
    text-shadow: none;
  }
}
.c-title1--orange .c-title1__en {
  -moz-column-gap: 1.59375rem;
  color: #f7ebb0;
       -webkit-column-gap: 1.59375rem;
               column-gap: 1.59375rem;
  text-shadow: 1px 1px 0 #f69149, -1px -1px 0 #f69149, 1px -1px 0 #f69149, -1px 1px 0 #f69149;
}

.c-title1--orange .c-title1__ja {
  color: #f69149;
}

.c-title1--orange .c-title1__en::after {
  background-color: #f69149;
}

@supports (-webkit-text-stroke: 1px #f69149) {
  .c-title1--orange .c-title1__en {
    -webkit-text-stroke: 1px #f69149;
    text-shadow: none;
  }
}
.c-title2 {
  -moz-column-gap: 3.46%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 3.46%;
               column-gap: 3.46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Kanit", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.c-title2--center {
  -moz-column-gap: 1rem !important;
       -webkit-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.c-title2::before,
.c-title2::after {
  content: "";
  display: block;
  height: 1px;
  height: 0.0625rem;
}

.c-title2::before {
  width: 3.46%;
}

.c-title2::after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-title2--center.c-title2::before,
.c-title2--center.c-title2::after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.c-title2--green {
  color: #a8dfcf;
  text-shadow: 1px 1px 0 #35a394, -1px -1px 0 #35a394, 1px -1px 0 #35a394, -1px 1px 0 #35a394;
}

.c-title2--green::before, .c-title2--green::after {
  background-color: #35a394;
}

@supports (-webkit-text-stroke: 1px #35a394) {
  .c-title2--green {
    -webkit-text-stroke: 1px #35a394;
    text-shadow: none;
  }
}
.c-title2--red {
  color: #f9c1c2;
  text-shadow: 1px 1px 0 #ec8169, -1px -1px 0 #ec8169, 1px -1px 0 #ec8169, -1px 1px 0 #ec8169;
}

.c-title2--red::before, .c-title2--red::after {
  background-color: #ec8169;
}

@supports (-webkit-text-stroke: 1px #ec8169) {
  .c-title2--red {
    -webkit-text-stroke: 1px #ec8169;
    text-shadow: none;
  }
}
.c-title2--orange {
  color: #f7ebb0;
  text-shadow: 1px 1px 0 #f69149, -1px -1px 0 #f69149, 1px -1px 0 #f69149, -1px 1px 0 #f69149;
}

.c-title2--orange::before, .c-title2--orange::after {
  background-color: #f69149;
}

@supports (-webkit-text-stroke: 1px #f69149) {
  .c-title2--orange {
    -webkit-text-stroke: 1px #f69149;
    text-shadow: none;
  }
}
.c-title2--blue {
  color: #dfebff;
  text-shadow: 1px 1px 0 #2a5eb8, -1px -1px 0 #2a5eb8, 1px -1px 0 #2a5eb8, -1px 1px 0 #2a5eb8;
}

.c-title2--blue::before, .c-title2--blue::after {
  background-color: #2a5eb8;
}

@supports (-webkit-text-stroke: 1px #2a5eb8) {
  .c-title2--blue {
    -webkit-text-stroke: 1px #2a5eb8;
    text-shadow: none;
  }
}
.c-title3 {
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
  white-space: nowrap;
}

.c-title3::after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 67.5px;
  width: 4.21875rem;
}

.c-title3--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-title3--green {
  color: #35a394;
  font-size: max(12.5px, 10px);
  font-size: max(0.78125rem, 10px);
  letter-spacing: 0.03em;
}

.c-title3--green::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(110, 214, 174)), to(rgb(193, 242, 220)));
  background: linear-gradient(90deg, rgb(110, 214, 174) 0%, rgb(193, 242, 220) 100%);
}

.c-title3--red {
  color: #ec8169;
}

.c-title3--red::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 159, 160)), to(rgb(255, 220, 164)));
  background: linear-gradient(90deg, rgb(255, 159, 160) 0%, rgb(255, 220, 164) 100%);
}

.c-title3--orange {
  color: #f69149;
}

.c-title3--orange::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 195, 97)), to(rgb(255, 221, 162)));
  background: linear-gradient(90deg, rgb(255, 195, 97) 0%, rgb(255, 221, 162) 100%);
}

.c-title3--blue {
  color: #2a5eb8;
}

.c-title3--blue::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(65, 62, 213)), to(rgb(87, 221, 255)));
  background: linear-gradient(90deg, rgb(65, 62, 213) 0%, rgb(87, 221, 255) 100%);
}

.p-about {
  background: url(../images/about/about-bg_sp.png) no-repeat center top/cover;
  color: #35a394;
  position: relative;
}

.p-about__inner {
  position: relative;
  z-index: 20;
}

.p-about__list {
  counter-reset: about-card;
}

.p-about__item {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  position: relative;
}

.p-about__item + .p-about__item {
  margin-top: 63px;
  margin-top: 3.9375rem;
}

.p-about__card {
  background-color: #fff;
  border: 1px solid #35a394;
  border: 0.0625rem solid #35a394;
  counter-increment: about-card;
  padding: 70px 20px 40px 35px;
  padding: 4.375rem 1.25rem 2.5rem 2.1875rem;
  position: relative;
  z-index: 10;
}

.p-about__card--02 {
  padding: 70px 19px 32px 34px;
  padding: 4.375rem 1.1875rem 2rem 2.125rem;
}

.p-about__card-shadow {
  bottom: -5px;
  bottom: -0.3125rem;
  left: 0;
  position: absolute;
  right: -5px;
  right: -0.3125rem;
  top: 0;
  z-index: 8;
}

.p-about__card-shadow::after {
  background-color: #35a394;
  bottom: 0;
  clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 5px 100%, 0 calc(100% - 5px));
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.p-about__card-number {
  -ms-flex-line-pack: center;
      align-content: center;
  align-content: center;
  background-color: #35a394;
  border-radius: 0 0 0.625rem 0;
  color: #fff;
  display: grid;
  font-family: "Kanit", sans-serif;
  font-size: max(35px, 10px);
  font-size: max(2.1875rem, 10px);
  font-weight: 200;
  height: 53.5px;
  height: 3.34375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  left: 5px;
  left: 0.3125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 14px 7px 16px;
  padding: 0.875rem 0.4375rem 1rem;
  place-content: center;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  width: 53.5px;
  width: 3.34375rem;
}

.p-about__card-number::before {
  content: counter(about-card, decimal-leading-zero);
  display: block;
  text-align: center;
}

.p-about__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  gap: 1.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-about__card--02 .p-about__card-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
  gap: 2.5rem;
}

.p-about__card-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #292929;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.17;
  text-align: justify;
}

.p-about__card-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.p-about__card--01 .p-about__card-image {
  width: 233px;
  width: 14.5625rem;
}

.p-about__card--02 .p-about__card-image {
  width: 247px;
  width: 15.4375rem;
}

.p-about__card-image img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-about__card--01 .p-about__card-image img {
  aspect-ratio: 233/80;
}

.p-about__card--02 .p-about__card-image img {
  aspect-ratio: 247/247;
}

.p-about__arrows {
  margin-top: 74px;
  margin-top: 4.625rem;
}

.p-about__recommend {
  border-radius: 0.5rem;
  margin-top: 53px;
  margin-top: 3.3125rem;
  position: relative;
  z-index: 20;
}

.p-about__recommend-head {
  background-color: #35a394;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #fff;
  font-size: max(17.5px, 10px);
  font-size: max(1.09375rem, 10px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 17px 16px;
  padding: 1.0625rem 1rem;
  text-align: center;
}

.p-about__recommend-list {
  background-color: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  padding: 1px 33px 19.5px 32.5px;
  padding: 0.0625rem 2.0625rem 1.21875rem 2.03125rem;
}

.p-about__recommend-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.5px solid #a5d6cf;
  border-bottom: 0.03125rem solid #a5d6cf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 9px;
  padding-left: 0.5625rem;
}

.p-about__recommend-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  gap: 19px;
  gap: 1.1875rem;
  letter-spacing: 0;
  line-height: 1.46;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  padding-top: 11px;
  padding-top: 0.6875rem;
}

.p-about__recommend-text::before {
  background: url(../images/common/icon-check.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 19px;
  height: 1.1875rem;
  width: 22px;
  width: 1.375rem;
}

.p-article p {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  line-height: 2.1666666667;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.p-article p a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-article h2 {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5416666667;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  position: relative;
}

.p-article h2::before {
  background: #f69149;
  content: "";
  height: 16px;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 4px;
  top: 0.25rem;
  width: 2px;
  width: 0.125rem;
}

.p-article h3 {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.p-article h3::before {
  background: #f69149;
  content: "";
  height: 2px;
  height: 0.125rem;
  left: 0;
  position: absolute;
  top: 11px;
  top: 0.6875rem;
  width: 15px;
  width: 0.9375rem;
}

.p-article h4 {
  border-bottom: 1px solid #f69149;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  position: relative;
}

.p-article .wp-block-flexible-table-block-table {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  margin-top: 38px;
  margin-top: 2.375rem;
  overflow-x: auto;
}

.p-article .wp-block-flexible-table-block-table table {
  min-width: 360px;
  min-width: 22.5rem;
}

.p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
.p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
  border-color: #D1D1D1;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1.6875;
  min-height: 56px;
  min-height: 3.5rem;
  padding: 14px 12px;
  padding: 0.875rem 0.75rem;
  text-align: center;
  width: 215px;
  width: 13.4375rem;
}

.p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  background-color: #F6F8F2;
}

.p-article .wp-block-image {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

.p-article .wp-block-image img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-article .wp-element-caption {
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  line-height: 1.6153846154;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-article .wp-block-list {
  grid-row-gap: 0.5rem;
  counter-reset: number 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  row-gap: 8px;
  row-gap: 0.5rem;
}

.p-article ol.wp-block-list {
  row-gap: 8px;
  row-gap: 0.5rem;
}

.p-article .wp-block-list li {
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  letter-spacing: 0.03em;
  line-height: 1.6875;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
}

.p-article ul.wp-block-list li::before {
  background: #f69149;
  border-radius: 50%;
  content: "";
  height: 4px;
  height: 0.25rem;
  left: 0;
  position: absolute;
  top: 8px;
  top: 0.5rem;
  width: 4px;
  width: 0.25rem;
}

.p-article ol.wp-block-list li {
  padding-left: 12px;
  padding-left: 0.75rem;
}

.p-article ol.wp-block-list li::before {
  color: #f69149;
  content: counter(number) ".";
  counter-increment: number 1;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 700;
  left: 0;
  letter-spacing: 0.03em;
  line-height: 1.6875;
  position: absolute;
  top: 0;
}

.p-article .wp-block-table {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.p-article .wp-block-table table th,
.p-article .wp-block-table table td {
  border-color: #F3F3F3;
  color: #575757;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4666666667;
  padding: 7px 12px;
  padding: 0.4375rem 0.75rem;
}

.p-article .wp-block-quote {
  background: #eeeeee;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  padding: 19px 36px;
  padding: 1.1875rem 2.25rem;
}

.p-article .wp-block-quote p {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.5;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}

.p-article .wp-block-preformatted {
  background: #eeeeee;
  color: #424242;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  line-height: 2.5;
  padding: 19px 36px;
  padding: 1.1875rem 2.25rem;
}

.p-breadcrumb {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  letter-spacing: 0.02em;
  line-height: 2.35;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2) {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.p-breadcrumb span[property=itemListElement]:nth-child(n+2)::before {
  -webkit-mask-image: url(../images/common/breadcrumb-arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 11px;
  height: 0.6875rem;
  margin-right: 8px;
  margin-right: 0.5rem;
          mask-image: url(../images/common/breadcrumb-arrow.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  vertical-align: text-bottom;
  width: 4px;
  width: 0.25rem;
}

.p-breadcrumb__nav {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.p-breadcrumb__nav::-webkit-scrollbar {
  display: none;
}

.p-breadcrumb--about {
  color: #35a394;
}

.p-breadcrumb--overview {
  color: #ec8169;
}

.p-breadcrumb--news {
  color: #f69149;
}

.p-breadcrumb--contact {
  color: #2a5eb8;
}

.p-breadcrumb__nav .post.post-overview.current-item .u-sp {
  display: none;
}

.p-breadcrumb__nav .post.post-overview.current-item .u-pc {
  display: block;
}

.p-contact {
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
}

.p-contact__title {
  text-align: center;
}

.p-contact__form {
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.p-contact__read {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.74;
}

.p-contact__text {
  font-size: max(11.5px, 10px);
  font-size: max(0.71875rem, 10px);
  letter-spacing: 0.01em;
  line-height: 1.74;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-contact__btn {
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 100%;
  width: 192px;
  width: 12rem;
}

.p-content-overview .wp-block-columns {
  margin-bottom: 0;
}

.p-content-overview p {
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 2.08;
  text-align: justify;
}

.p-content-overview p:not(:first-child) {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.p-content-overview p:not(:first-child) + p {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-content-overview a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-content-overview strong {
  color: #ec8169;
  font-weight: inherit;
}

.p-content-overview .custom-pattern__headline-h2.wp-block-columns {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.p-content-overview .custom-pattern__headline-h2.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.5px;
  gap: 0.71875rem;
}

.p-content-overview .custom-pattern__headline-h2 .wp-block-column:has(p) {
  -ms-flex-preferred-size: initial !important;
      flex-basis: initial !important;
  -webkit-box-flex: initial !important;
      -ms-flex-positive: initial !important;
          flex-grow: initial !important;
}

.p-content-overview .custom-pattern__headline-h2 .wp-block-column:has(p) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  width: 48px;
  width: 3rem;
}

.p-content-overview .custom-pattern__headline-h2 .wp-block-column:has(h2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-content-overview .custom-pattern__headline-h2 h2 {
  font-size: max(17.5px, 10px);
  font-size: max(1.09375rem, 10px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 2;
}

.p-content-overview .custom-pattern__headline-h2 p {
  background-color: #292929;
  border-radius: 100vmax;
  color: #fff;
  display: inline-block;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 2px 4px 2.5px;
  padding: 0.125rem 0.25rem 0.15625rem;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.p-content-overview .custom-pattern__headline-h2:not(:first-child) {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.p-content-overview h3 {
  white-space: nowrap !important;
}

.p-content-overview h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ec8169;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  gap: 13.5px;
  gap: 0.84375rem;
  letter-spacing: 0;
  line-height: 2.08;
}

.p-content-overview h3::after {
  background-color: #ec8169;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.p-content-overview h3:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-content-overview h4 {
  background-color: #ec8169;
  color: #fff;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  padding: 4.8px 16px;
  padding: 0.3rem 1rem;
  text-align: center;
}

.p-content-overview h4:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-content-overview h4 + figure.wp-block-image {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-content-overview figure.wp-block-image {
  border: 1px solid #ec8169;
  border: 0.0625rem solid #ec8169;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-content-overview p.custom-pattern__img-comment-r,
.p-content-overview p.custom-pattern__img-comment-l {
  color: #2a5eb8;
  display: block;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-align: right;
}

.p-content-overview p.custom-pattern__img-comment-l,
.p-content-overview p.custom-pattern__img-comment-r.sp-left {
  text-align: left;
}

.p-content-overview p.custom-pattern__img-comment-r.sp-left {
  text-align: left;
}

.p-content-overview p:not(:first-child).custom-pattern__img-comment-r,
.p-content-overview p:not(:first-child).custom-pattern__img-comment-l {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-content-overview p.custom-pattern__img-comment-up {
  color: #292929;
  display: block;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0;
  text-align: left;
}

.p-content-overview p.custom-pattern__comment-text {
  display: block;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: justify;
}

.p-content-overview p:not(:first-child).custom-pattern__comment-text {
  margin-top: 0;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-content-overview .wp-block-group.custom-pattern__layout01,
.p-content-overview .wp-block-group.custom-pattern__layout02,
.p-content-overview .wp-block-group.custom-pattern__layout03,
.p-content-overview .wp-block-group.custom-pattern__layout04 {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-content-overview .wp-block-columns.custom-pattern__layout-group .wp-block-group.custom-pattern__layout01,
.p-content-overview .wp-block-columns.custom-pattern__layout-group .wp-block-group.custom-pattern__layout02,
.p-content-overview .wp-block-columns.custom-pattern__layout-group .wp-block-group.custom-pattern__layout03,
.p-content-overview .wp-block-columns.custom-pattern__layout-group .wp-block-group.custom-pattern__layout04 {
  margin-top: 0;
}

.p-content-overview .wp-block-columns.custom-pattern__layout-group {
  gap: 18px;
  gap: 1.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-content-overview h3.wp-block-heading + .wp-block-columns.custom-pattern__layout-group {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-content-overview .wp-block-columns.custom-pattern__layout-group + p {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-content-overview .wp-block-group.custom-pattern__layout01-body > div,
.p-content-overview .wp-block-group.custom-pattern__layout02-body > div {
  grid-gap: 0 0.78125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  gap: 0 12.5px;
  gap: 0 0.78125rem;
  grid-template-areas: "a c" "b b";
  grid-template-columns: 49.15% 1fr;
  grid-template-rows: auto auto;
  padding: 7px 0 0;
  padding: 0.4375rem 0 0;
}

.p-content-overview .wp-block-group.custom-pattern__layout03-body > div {
  grid-gap: 0 0.78125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  gap: 0 12.5px;
  gap: 0 0.78125rem;
  grid-template-areas: "a c";
  grid-template-columns: 49.15% 1fr;
  grid-template-rows: auto;
  padding: 7px 0 0;
  padding: 0.4375rem 0 0;
}

.p-content-overview .wp-block-group.custom-pattern__layout04-body > div {
  grid-gap: 0 0.78125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  gap: 0 12.5px;
  gap: 0 0.78125rem;
  grid-template-areas: "a b" "c c";
  grid-template-columns: 49.15% 1fr;
  grid-template-rows: auto auto;
  padding: 7px 0 0;
  padding: 0.4375rem 0 0;
}

.p-content-overview .wp-block-group.custom-pattern__layout01-body > div .wp-block-image,
.p-content-overview .wp-block-group.custom-pattern__layout02-body > div .wp-block-image,
.p-content-overview .wp-block-group.custom-pattern__layout03-body > div .wp-block-image,
.p-content-overview .wp-block-group.custom-pattern__layout04-body > div .wp-block-image {
  border: 1px solid #ec8169;
  border: 0.0625rem solid #ec8169;
  grid-area: a;
  margin-top: 0;
}

.p-content-overview .wp-block-group.custom-pattern__layout01-body > div p.custom-pattern__img-comment-r,
.p-content-overview .wp-block-group.custom-pattern__layout02-body > div p.custom-pattern__img-comment-l {
  border-top: 0.5px solid #2a5eb8;
  border-top: 0.03125rem solid #2a5eb8;
  grid-area: b;
  margin-top: 9.5px;
  margin-top: 0.59375rem;
  padding-top: 4px;
  padding-top: 0.25rem;
}

.p-content-overview .wp-block-group.custom-pattern__layout04-body > div p.custom-pattern__img-comment-l {
  grid-area: b;
}

.p-content-overview .wp-block-group.custom-pattern__layout04-body > div p.custom-pattern__img-comment-r {
  border-top: 0.5px solid #2a5eb8;
  border-top: 0.03125rem solid #2a5eb8;
  grid-area: c;
  margin-top: 9.5px;
  margin-top: 0.59375rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.p-content-overview .wp-block-group.custom-pattern__layout01-body > div p.custom-pattern__comment-text,
.p-content-overview .wp-block-group.custom-pattern__layout02-body > div p.custom-pattern__comment-text,
.p-content-overview .wp-block-group.custom-pattern__layout03-body > div p.custom-pattern__comment-text {
  grid-area: c;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-content-overview .wp-block-group.custom-pattern__layout01-body figure.wp-block-image img,
.p-content-overview .wp-block-group.custom-pattern__layout02-body figure.wp-block-image img,
.p-content-overview .wp-block-group.custom-pattern__layout03-body figure.wp-block-image img {
  -o-object-fit: contain;
  aspect-ratio: 159.5/86.5;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-content-overview .custom-pattern__ranking-table table {
  border-collapse: collapse;
  color: #2a5eb8;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.p-content-overview .custom-pattern__ranking-table th:first-child,
.p-content-overview .custom-pattern__ranking-table td:first-child {
  border-left: 1px solid #ec8169;
}

.p-content-overview .custom-pattern__ranking-table th:last-child,
.p-content-overview .custom-pattern__ranking-table td:last-child {
  border-right: 1px solid #ec8169;
}

.p-content-overview .custom-pattern__ranking-table thead th {
  border-top: 1px solid #ec8169;
}

.p-content-overview .custom-pattern__ranking-table tbody tr:last-child td {
  border-bottom: 1px solid #ec8169;
}

.p-content-overview .custom-pattern__ranking-table th {
  border-bottom: 1px solid #2a5eb8;
  padding: 8px 4px;
  padding: 0.5rem 0.25rem;
}

.p-content-overview .custom-pattern__ranking-table thead {
  background-color: #fadfd9;
  border-bottom: 1px solid #2a5eb8;
  color: #ec8169;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-align: center;
}

.p-content-overview .custom-pattern__ranking-table tr:last-child td[colspan="3"],
.p-content-overview .custom-pattern__ranking-table tr:nth-last-child(2) td[colspan="2"] {
  background-color: #ffdcd7;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 11px 8px;
  padding: 0.6875rem 0.5rem;
  text-align: justify;
}

.p-content-overview .custom-pattern__ranking-table tr:last-child td:nth-child(2),
.p-content-overview .custom-pattern__ranking-table tr:last-child td:nth-child(3) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.p-content-overview .custom-pattern__ranking-table tr:nth-last-child(2) td:nth-child(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 500;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 8px 8px 8px 5px;
  padding: 0.5rem 0.5rem 0.5rem 0.3125rem;
  text-align: right;
  white-space: nowrap;
}

.p-content-overview .custom-pattern__ranking-table tr:nth-last-child(2) td:nth-child(3),
.p-content-overview .custom-pattern__ranking-table tr:nth-last-child(2) td:nth-child(4) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
  text-align: center;
}

.p-content-overview .custom-pattern__ranking-table tbody {
  counter-reset: row-number;
}

.p-content-overview .custom-pattern__ranking-table tbody tr {
  counter-increment: row-number;
}

.p-content-overview .custom-pattern__ranking-table tbody tr td:first-child::before {
  content: counter(row-number);
}

.p-content-overview .custom-pattern__ranking-table th:nth-child(1),
.p-content-overview .custom-pattern__ranking-table td:nth-child(1) {
  width: 8.58%;
}

.p-content-overview .custom-pattern__ranking-table td:nth-child(1) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 4px;
  padding: 0.25rem;
  text-align: center;
  white-space: nowrap;
}

.p-content-overview .custom-pattern__ranking-table td:nth-child(1)::before {
  content: counter(row-number);
}

.p-content-overview .custom-pattern__ranking-table tbody tr:has(td[colspan]) td:first-child::before {
  content: "";
}

.p-content-overview .custom-pattern__ranking-table th:nth-child(2),
.p-content-overview .custom-pattern__ranking-table td:nth-child(2) {
  width: 51.99%;
}

.p-content-overview .custom-pattern__ranking-table td:nth-child(2) {
  font-family: "Kanit", sans-serif;
  font-size: max(10.5px, 10px);
  font-size: max(0.65625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.02em;
  letter-spacing: 0.03em;
  line-height: 1.25;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: left;
}

.p-content-overview .custom-pattern__ranking-table td:nth-child(2) code {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.03em;
  letter-spacing: -0.05em;
  margin-left: 2.5px;
  margin-left: 0.15625rem;
}

.p-content-overview .custom-pattern__ranking-table th:nth-child(3),
.p-content-overview .custom-pattern__ranking-table td:nth-child(3) {
  width: 12.88%;
}

.p-content-overview .custom-pattern__ranking-table td:nth-child(3) {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.7;
  padding: 7.5px 8px 7.5px 5px;
  padding: 0.46875rem 0.5rem 0.46875rem 0.3125rem;
  text-align: right;
  white-space: nowrap;
}

.p-content-overview .custom-pattern__ranking-table th:nth-child(4),
.p-content-overview .custom-pattern__ranking-table td:nth-child(4) {
  width: 12.88%;
}

.p-content-overview .custom-pattern__ranking-table th:nth-child(5),
.p-content-overview .custom-pattern__ranking-table td:nth-child(5) {
  width: 13.03%;
}

.p-content-overview .custom-pattern__ranking-table td:nth-child(4),
.p-content-overview .custom-pattern__ranking-table td:nth-child(5) {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  line-height: 1;
  padding: 4px;
  padding: 0.25rem;
  text-align: center;
  white-space: nowrap;
}

.p-content-overview .custom-pattern__heading-table {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-content-overview .custom-pattern__heading-table-comment {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-content-overview .custom-pattern__heading-table-comment > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-content-overview .custom-pattern__heading-table-comment > div .custom-pattern__img-comment-r {
  border-top: 1px solid #2a5eb8;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  padding-top: 6px;
  padding-top: 0.375rem;
}

.p-content-overview .custom-pattern__heading-table-comment > div .custom-pattern__comment-text {
  margin-top: 16px;
  margin-top: 1rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/* （the_content()で出力したものへのスタイル） */
.p-content h2 {
  font-size: 140%;
  font-weight: 700;
}

.p-content h3 {
  font-size: 130%;
  font-weight: 700;
}

.p-content h4 {
  font-size: 120%;
  font-weight: 700;
}

.p-content h2:nth-of-type(1) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-content h2:nth-of-type(n + 2) {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-content figure:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.wp-block-file,
.p-content p:nth-child(n+2),
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure {
  margin-top: 22px;
  margin-top: 1.375rem;
  max-width: 100%;
}

.p-content img {
  width: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
}

.p-content > ol {
  counter-reset: number 0;
}

.p-content > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li:nth-child(n+10) {
  text-indent: -24px;
  text-indent: -1.5rem;
}

.p-content > ol > li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li::before {
  content: counter(number, lower-alpha) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
  padding-left: 22px;
  padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
  text-indent: -12px;
  text-indent: -0.75rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
  text-indent: -20px;
  text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
  content: counter(number, lower-roman) ". ";
  counter-increment: number 1;
}

.p-content ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-content ul > li::before {
  content: "・";
}

.p-content ul > li ol {
  counter-reset: number 0;
}

.p-content ul > li ol > li {
  padding-left: 2em;
  text-indent: -2em;
}

.p-content ul > li ol > li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

.p-content th {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: left;
}

.p-content td {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

.p-content tr:nth-child(odd) th,
.p-content tr:nth-child(odd) td {
  background-color: #f9f9fb;
}

.p-content tr:nth-child(even) th,
.p-content tr:nth-child(even) td {
  background-color: #e5e8ed;
}

.p-content .wp-block-table thead {
  border-bottom: none;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  float: none;
  margin-left: auto;
}

.p-content a {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-content .wp-block-group {
  background-color: #f7f8f8;
  border-radius: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  padding: 24px;
  padding: 1.5rem;
}

.p-content cite {
  font-style: normal;
}

.wp-block-file:not(.wp-element-button) a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  width: 24px;
  width: 1.5rem;
}

.p-cta {
  color: #fff;
  position: relative;
  z-index: 10;
}

.p-cta__wrap {
  background-color: #fff;
  border: 1px solid #2a5eb8;
  border: 0.0625rem solid #2a5eb8;
  border-radius: 0.1875rem;
  padding: 4px;
  padding: 0.25rem;
}

.p-cta__block {
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 120, 217)), to(rgb(125, 197, 236)));
  background: linear-gradient(90deg, rgb(80, 120, 217), rgb(125, 197, 236));
  border: 0.5px solid #2a5eb8;
  border: 0.03125rem solid #2a5eb8;
  border-radius: 0.1875rem;
  padding: 20px 19px 25px;
  padding: 1.25rem 1.1875rem 1.5625rem;
}

.p-cta__title {
  text-align: center;
}

.p-cta__title-en {
  -moz-column-gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.75rem;
               column-gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Kanit", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.p-cta__title-en::before,
.p-cta__title-en::after {
  background-color: currentColor;
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.5px;
  height: 0.03125rem;
  width: 100%;
}

.p-cta__title-ja {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 8px;
  margin-top: 0.5rem;
  white-space: nowrap;
}

.p-cta__body {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-cta__text {
  font-size: max(10.5px, 10px);
  font-size: max(0.65625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.0304761905em;
  letter-spacing: 0;
  line-height: 1.01;
  text-align: center;
}

.p-cta__arrows {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-cta__arrows span {
  -webkit-mask-image: url(../images/common/icon-arrows.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: currentColor;
  display: inline-block;
  height: 15px;
  height: 0.9375rem;
  margin-top: -2px;
  margin-top: -0.125rem;
          mask-image: url(../images/common/icon-arrows.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 7px;
  width: 0.4375rem;
}

.p-cta__link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
  width: 78.85%;
}

.p-cta__button {
  background-color: #fff;
  border: 0.5px solid #2a5eb8;
  border: 0.03125rem solid #2a5eb8;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 0 3.5px #b2d6ff;
          box-shadow: 0 0 0 3.5px #b2d6ff;
  color: #2a5eb8;
  display: inline-block;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  padding: 14.7px 16px;
  padding: 0.91875rem 1rem;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  white-space: nowrap;
  width: 100%;
}
.p-drawer {
  background: #347AC0;
  background: linear-gradient(35deg, #347AC0, #B5E4EE);
  padding: 100px 0 80px;
  padding: 6.25rem 0 5rem;
}

.p-drawer__nav-item:not(:last-child) {
  border-bottom: 0.5px solid #fff;
  border-bottom: 0.03125rem solid #fff;
}

.p-drawer__nav-item a {
  display: block;
  padding: 30px 0 36px;
  padding: 1.875rem 0 2.25rem;
  text-align: center;
}

.p-drawer__nav-item a span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(17px, 10px);
  font-size: max(1.0625rem, 10px);
  font-weight: 700;
  gap: 15px;
  gap: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.02em;
  line-height: 1.47;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  white-space: nowrap;
  width: 32.7%;
}

.p-drawer__nav-item a span::before,
.p-drawer__nav-item a span::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 4px;
  height: 0.25rem;
  width: 4px;
  width: 0.25rem;
}

.p-drawer__nav-item--btn a {
  background: -webkit-gradient(linear, left top, right top, from(#4f76d8), to(#7dc5ed));
  background: linear-gradient(to right, #4f76d8, #7dc5ed);
  border: 0.5px solid #fff;
  border: 0.03125rem solid #fff;
  border-radius: 100vmax;
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding: 13.2px 16px;
  padding: 0.825rem 1rem;
}

.p-drawer__nav-item--btn a span {
  display: block;
  width: 100%;
}

.p-drawer__nav-item--btn a span::before,
.p-drawer__nav-item--btn a span::after {
  content: none;
}

.p-footer {
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 121, 217)), to(rgb(124, 195, 236)));
  background: linear-gradient(90deg, rgb(80, 121, 217), rgb(124, 195, 236));
  color: #fff;
  overflow: clip;
  padding-bottom: 27.5px;
  padding-bottom: 1.71875rem;
  padding-top: 60.5px;
  padding-top: 3.78125rem;
  position: relative;
}

.p-footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.p-footer__logo {
  max-width: 100%;
  width: 268px;
  width: 16.75rem;
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 268/28.5;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-footer__links {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 51px;
  margin-top: 3.1875rem;
}

.p-footer__nav-item a {
  display: block;
  font-size: max(13.5px, 10px);
  font-size: max(0.84375rem, 10px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 13px 0;
  padding: 0.8125rem 0;
  white-space: nowrap;
}

.p-footer__line {
  background-color: #fff;
  display: block;
  height: 0.2px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 34.5px;
  margin-top: 2.15625rem;
  width: 100vw;
}

.p-footer__copyright {
  margin-top: 18px;
  margin-top: 1.125rem;
  text-align: center;
}

.p-footer__copyright small {
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.p-form__list {
  grid-row-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 32px;
  row-gap: 2rem;
}

.p-form__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-form__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_note .p-form__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__head__title {
  display: inline-block;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  width: 100%;
}

.p-form span.required,
.p-form span.any {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 18.5px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  padding: 4px 0 5px;
  padding: 0.25rem 0 0.3125rem;
  width: 40px;
  width: 2.5rem;
}

.p-form span.required {
  background-color: #ff7463;
}

.p-form span.any {
  background-color: #C2C6BE;
}

.p-form__body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
}

.p-form__body .mw_wp_form .error {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/******************* form base *******************/
.p-form .wpcf7-form-control-wrap {
  width: 100%;
}

.p-form input,
.p-form textarea,
.p-form select {
  background-color: #eef4fa;
  border: 1px solid #0159bc;
  border-radius: 50px;
  color: #292929;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  height: 41px;
  height: 2.5625rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  padding: 8px 10px 10px;
  padding: 0.5rem 0.625rem 0.625rem;
  position: relative;
  width: 100%;
}

.p-form ::-moz-placeholder {
  color: #bfd7ff;
}

.p-form ::-webkit-input-placeholder {
  color: #bfd7ff;
}

.p-form :-ms-input-placeholder {
  color: #bfd7ff;
}

.p-form ::-ms-input-placeholder {
  color: #bfd7ff;
}

.p-form ::placeholder {
  color: #bfd7ff;
}

.p-form .wpcf7-not-valid-tip {
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-form .js-char-counter {
  font-size: max(11px, 10px) !important;
  font-size: max(0.6875rem, 10px) !important;
}

.wpcf7 form .wpcf7-response-output {
  font-size: max(11px, 10px) !important;
  font-size: max(0.6875rem, 10px) !important;
}

.p-form input[type=checkbox] {
  border: 1px solid #CCCCCC;
  border: 0.0625rem solid #CCCCCC;
  border-radius: 0.125rem;
  height: 16px;
  height: 1rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  padding: 0;
  vertical-align: middle;
  width: 16px;
  width: 1rem;
}

.p-form input.required,
.p-form textarea.required,
.p-form select.required {
  background-color: #F9D5D5;
}

.p-form textarea {
  border-radius: 18px;
  height: 206px;
  height: 12.875rem;
  line-height: 1.6;
  resize: none;
}

.p-form input.form_name,
.p-form input.form_kana {
  width: 300px;
  width: 18.75rem;
}

.p-form input.form_company,
.p-form input.form_tel,
.p-form input.form_mail {
  width: 425px;
  width: 26.5625rem;
}

/* 氏名,ふりがな */
.p-form .p-form__item.form_name .p-form__detail,
.p-form .p-form__item.form_kana .p-form__detail {
  width: 47%;
}

.p-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/contact/arrow_select.svg) 96% 50% no-repeat;
  background-size: auto;
  background-size: 1.25rem;
  color: #000;
  cursor: pointer;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-form select::-webkit-calendar-picker-indicator {
  color: #292929;
  cursor: pointer;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mw_wp_form .error {
  width: 100%;
}

.wpcf7-radio {
  grid-row-gap: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
  row-gap: 1.25rem;
}

.wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item:nth-child(n+2) {
  margin-top: 0;
}

.wpcf7-radio .wpcf7-list-item label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7-radio .wpcf7-list-item label input {
  height: 20px;
  height: 1.25rem;
  margin: 0;
  opacity: 0; /* デフォルトのボタンを非表示 */
  padding: 0;
  position: absolute;
  width: 20px;
  width: 1.25rem;
}

/* デフォルトのボタン */
/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border: 0.0625rem solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  width: 1.2em;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -1px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  background: #fff;
  border: 2px solid #292929;
  border: 0.125rem solid #292929;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  display: inline-block;
  height: 16px;
  height: 1rem;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  width: 16px;
  width: 1rem;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #292929; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 0.1875rem #fff;
          box-shadow: inset 0 0 0 0.1875rem #fff; /* 中心の色のスタイル */
}

/******************* END./form base *******************/
.p-form__head__text {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.8571428571;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-form__detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
  position: relative;
  width: 100%;
}

.p-form__detail::after {
  background: #0159bc;
  border-radius: 50px;
  content: "";
  height: 41px;
  height: 2.5625rem;
  position: absolute;
  right: -3px;
  right: -0.1875rem;
  top: 3px;
  top: 0.1875rem;
  width: 100%;
  z-index: -1;
}

.form_note .p-form__detail::after {
  border-radius: 18px;
  height: 206px;
  height: 12.875rem;
  right: -3px;
  right: -0.1875rem;
}

.p-contact--confirm .p-form__detail::after {
  display: none;
}

.p-form__detail p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-hope__title {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 30px;
  margin-right: 1.875rem;
  width: 80px;
  width: 5rem;
}

.p-form__body__text {
  color: #292929;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
}

.p-form__detail_name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.005em;
  line-height: 2;
  width: 353px;
  width: 22.0625rem;
}

.form-name__title {
  color: #292929;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0.005em;
  line-height: 2;
  margin-right: auto;
}

.p-form__item.form_name .form-name__title {
  margin-right: 35px;
  margin-right: 2.1875rem;
}

.p-form__item.form_kana .form-name__title {
  margin-right: 20px;
  margin-right: 1.25rem;
}

.p-form__policy {
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-top: 34px;
  margin-top: 2.125rem;
  text-align: left;
}

.p-form__policy p {
  display: inline;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.6875;
  position: relative;
}

.p-form .p-form__policy span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.p-form__policy p span.wpcf7-form-control-wrap {
  display: block;
  height: 15px;
  height: 0.9375rem;
  left: -29px;
  left: -1.8125rem;
  position: absolute;
  top: -6px;
  top: -0.375rem;
  width: 15px;
  width: 0.9375rem;
}

.p-form__policy p span.wpcf7-list-item-label {
  display: none;
}

.p-form__policy .wpcf7-form-control {
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
}

.p-form__policy a {
  background: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#292929)) 100% 84%/0 1px no-repeat;
  background: linear-gradient(#292929, #292929) 100% 84%/0 1px no-repeat;
  background-size: 100% 1px;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 400;
  line-height: 1.6875;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.p-form__policy .wpcf7-not-valid-tip {
  bottom: -66px;
  bottom: -4.125rem;
  left: 0;
  position: absolute;
  width: 250px;
  width: 15.625rem;
}

.p-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
}

.p-form__btn input {
  font-size: max(12.5px, 10px);
  font-size: max(0.78125rem, 10px);
  padding: 8px 65px 11px 51px;
  padding: 0.5rem 4.0625rem 0.6875rem 3.1875rem;
  position: relative;
}

.p-form__btn--send,
.p-form__btn--prev {
  position: relative;
}

.p-form__btn--send::after {
  -webkit-mask-image: url(../images/common/icon-arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-transform: translate(-50%, 0);
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 9.5px;
  height: 0.59375rem;
  left: 76%;
          mask-image: url(../images/common/icon-arrow.svg);
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  transform: translate(-50%, 0);
  width: 8.5px;
  width: 0.53125rem;
}

.p-form__btn--send input {
  background-image: -webkit-gradient(linear, left top, right top, from(#736EFE), to(#5EFCE8));
  background-image: linear-gradient(to right, #736EFE 0%, #5EFCE8 100%);
  background-size: 180% auto;
  border: 1px solid #2a5eb8;
  border: 0.0625rem solid #2a5eb8;
  border-radius: 3.125rem;
  color: #fff;
  display: block;
  height: auto;
  letter-spacing: 0.03em;
  text-align: center;
  -webkit-transition: background-position 0.3s ease-out;
  transition: background-position 0.3s ease-out;
  width: 100%;
}

.p-form__btn--prev input {
  background-size: 180% auto;
  border: 1px solid #2a5eb8;
  border: 0.0625rem solid #2a5eb8;
  border-radius: 3.125rem;
  display: block;
  height: auto;
  padding: 8px 52px 11px;
  padding: 0.5rem 3.25rem 0.6875rem;
  text-align: center;
  -webkit-transition: background-position 0.3s ease-out;
  transition: background-position 0.3s ease-out;
  width: 100%;
}

.p-header {
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.p-header.is-drawerOpen {
  background-color: transparent;
}

.p-header__inner {
  -moz-column-gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 1.875rem;
               column-gap: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
  max-width: initial;
  padding: 0 24.5px;
  padding: 0 1.53125rem;
}

.p-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  width: 209.5px;
  width: 13.09375rem;
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 209.5/22;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__menu-button {
  z-index: 101;
}

.p-header__pc-nav {
  display: none;
}

.p-header__pc-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.p-header__pc-nav-item {
  height: 100%;
}

.p-header__pc-nav-item.is-current a {
  color: #2a5eb8;
}

.p-header__pc-nav-item--btn.is-current a {
  color: #fff;
}

.p-header__pc-nav-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0 23px;
  padding: 0 1.4375rem;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.p-header__pc-nav-item--btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  margin-left: 1.5rem;
  width: 180px;
  width: 11.25rem;
}

.p-header__pc-nav-item--btn a {
  background-image: -webkit-gradient(linear, left top, right top, from(#736efe), to(#5efce8));
  background-image: linear-gradient(to right, #736efe 0%, #5efce8 100%);
  background-size: 180% auto;
  border: 1px solid #2a5eb8;
  border: 0.0625rem solid #2a5eb8;
  border-radius: 3.125rem;
  color: #fff;
  display: block;
  height: auto;
  padding: 17px 16px;
  padding: 1.0625rem 1rem;
  text-align: center;
  -webkit-transition: background-position 0.3s ease-out;
  transition: background-position 0.3s ease-out;
  width: 100%;
}
.p-drawer__nav-items {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}

.p-drawer.is-drawerOpen .p-drawer__nav-items {
  opacity: 1;
}

.p-mv {
  overflow: clip;
  padding-top: 95px;
  padding-top: 5.9375rem;
}

.p-mv__inner {
  height: 559px;
  height: 34.9375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 591px;
  max-width: 36.9375rem;
  padding-left: 25.5px;
  padding-left: 1.59375rem;
  padding-right: 25.5px;
  padding-right: 1.59375rem;
  position: relative;
  width: 100%;
}

.p--mv__title {
  padding-top: 24px;
  padding-top: 1.5rem;
  position: relative;
  width: 64.35%;
}

.p-mv__title-en {
  color: #2a5eb8;
  font-family: "Kanit", sans-serif;
  font-size: max(13px, 10px);
  font-size: max(0.8125rem, 10px);
  font-weight: 500;
  letter-spacing: 0.0353846154em;
  line-height: 1;
}

.p-mv__title-bar {
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 121, 217)), to(rgb(124, 195, 236)));
  background: linear-gradient(90deg, rgb(80, 121, 217), rgb(124, 195, 236));
  border: 0.5px solid #2a5eb8;
  border: 0.03125rem solid #2a5eb8;
  border-radius: 3.125rem;
  display: block;
  height: 3px;
  height: 0.1875rem;
  left: 0;
  margin-left: calc(-50vw + 50%);
  margin-top: 6px;
  margin-top: 0.375rem;
  position: absolute;
  width: calc(100% + 50vw - 50%);
}

.p-mv__title-main {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #2a5eb8;
  font-size: max(21.5px, 10px);
  font-size: max(1.34375rem, 10px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 26px;
  margin-top: 1.625rem;
  white-space: nowrap;
}

.p-mv__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-mv__image img {
  -o-object-fit: cover;
  aspect-ratio: 375/559;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-news-detail {
  background: transparent url(../images/news/bg-news-single_sp.png) no-repeat center top/cover;
  color: #ec8169;
  overflow-x: clip;
  position: relative;
}

.p-news-detail__wrapper {
  padding-bottom: 92px;
  padding-bottom: 5.75rem;
}

.p-news-detail__introduction {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  position: relative;
}

.p-news-detail__introduction-main {
  background-color: #fff;
  border: 1px solid #f69149;
  border: 0.0625rem solid #f69149;
  color: #292929;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2.17;
  padding: 0 18px 36px;
  padding: 0 1.125rem 2.25rem;
  position: relative;
  text-align: justify;
  z-index: 5;
}

.p-news-detail__introduction-shadow {
  bottom: -5px;
  bottom: -0.3125rem;
  left: 0;
  position: absolute;
  right: -5px;
  right: -0.3125rem;
  top: 0;
  z-index: 1;
}

.p-news-detail__introduction-shadow::after {
  background-color: #f69149;
  bottom: 0;
  clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 5px 100%, 0 calc(100% - 5px));
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.p-news-detail__cateWrapper {
  background: #f9b280;
  border: 1px solid #f69149;
  border-radius: 0 0 0.28125rem 0.28125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12.5px;
  gap: 0.78125rem;
  padding: 12px 13px;
  padding: 0.75rem 0.8125rem;
}

.p-news-detail__cateIcon {
  background: #fff;
  color: #f69149;
  font-family: "Kanit", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  min-width: 70px;
  min-width: 4.375rem;
  padding: 3px 10px 4px;
  padding: 0.1875rem 0.625rem 0.25rem;
  position: relative;
  text-align: center;
}

.p-news-detail__dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-news-detail__dateTitle {
  color: #f69149;
  font-family: "Kanit", sans-serif;
  font-size: max(11.5px, 10px);
  font-size: max(0.71875rem, 10px);
  font-weight: 300;
  line-height: 1;
}

.p-news-detail__date {
  font-family: "Kanit", sans-serif;
  font-size: max(11.5px, 10px);
  font-size: max(0.71875rem, 10px);
  font-weight: 300;
  line-height: 1;
}

.p-news-detail__main {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-news-detail__title {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.p-news-detail__body {
  border-top: 1px solid #ffc890;
  margin-top: 9px;
  margin-top: 0.5625rem;
  padding-top: 29px;
  padding-top: 1.8125rem;
}

.p-news-detail__btn {
  -webkit-transform: translate(0, -54%);
  left: 0;
  margin-left: auto;
  max-width: 100%;
  position: relative;
  top: 0;
  transform: translate(0, -54%);
  width: 192px;
  width: 12rem;
  z-index: 5;
}

.p-news-list__item {
  border-bottom: 1px solid #f69149;
  border-bottom: 0.0625rem solid #f69149;
}

.p-news-list__link {
  -moz-column-gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.75rem;
               column-gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 19.5px;
  padding: 1.25rem 0 1.21875rem;
}

.p-news-list__meta {
  -moz-column-gap: 0.46875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 0.46875rem;
               column-gap: 0.46875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-news-list__category {
  border: 0.6px solid #f69149;
  color: #f69149;
  display: inline-block;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 2px 7px;
  padding: 0.125rem 0.4375rem;
  white-space: nowrap;
}

.p-news-list__date {
  font-family: "Kanit", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
}

.p-news-list__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-top: 8px;
  margin-top: 0.5rem;
  overflow: hidden;
}

.p-news-list__icon {
  border: 0.5px solid #f69149;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 22px;
  height: 1.375rem;
  position: relative;
  width: 22px;
  width: 1.375rem;
}

.p-news-list__icon::after {
  border-right: 0.5px solid #f69149;
  border-top: 0.5px solid #f69149;
  content: "";
  height: 7.8px;
  height: 0.4875rem;
  left: 5px;
  left: 0.3125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  width: 7.8px;
  width: 0.4875rem;
}

.p-news {
  background: linear-gradient(30deg, rgb(255, 238, 209), rgb(255, 242, 219));
  background: transparent url(../images/news/bg-news_sp.png) no-repeat center top/cover;
  color: #ec8169;
  overflow-x: clip;
  position: relative;
}

.p-news__wrapper {
  position: relative;
}

.p-news__introduction {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  position: relative;
}

.p-news__introduction-main {
  background-color: #fff;
  border: 1px solid #f69149;
  border: 0.0625rem solid #f69149;
  color: #292929;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2.17;
  padding: 0 18px 40px;
  padding: 0 1.125rem 2.5rem;
  position: relative;
  text-align: justify;
  z-index: 5;
}

.p-news__introduction-shadow {
  bottom: -5px;
  bottom: -0.3125rem;
  left: 0;
  position: absolute;
  right: -5px;
  right: -0.3125rem;
  top: 0;
  z-index: 1;
}

.p-news__introduction-shadow::after {
  background-color: #f69149;
  bottom: 0;
  clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 5px 100%, 0 calc(100% - 5px));
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.p-news__cateWrapper {
  background: #f9b280;
  border: 1px solid #f69149;
  border-radius: 0 0 0.28125rem 0.28125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12.5px;
  gap: 0.78125rem;
  padding: 12px 13px;
  padding: 0.75rem 0.8125rem;
}

.p-news__cateButton {
  background: #fff;
  color: #f69149;
  font-family: "Kanit", sans-serif;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  min-width: 173.5px;
  min-width: 10.84375rem;
  padding: 11.5px 10px 13px;
  padding: 0.71875rem 0.625rem 0.8125rem;
  position: relative;
  text-align: center;
}

.p-news__cateButton--icon {
  -webkit-transform: translate(0, -50%);
  background: #ffe7bd;
  border: 1px solid #ff873a;
  border-radius: 50%;
  display: block;
  height: 17px;
  height: 1.0625rem;
  position: absolute;
  right: 12.5px;
  right: 0.78125rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 17px;
  width: 1.0625rem;
  z-index: 2;
}

.p-news__cateButton--icon::after {
  border-right: 0.5px solid #f69149;
  border-top: 0.5px solid #f69149;
  content: "";
  height: 5px;
  height: 0.3125rem;
  left: 5px;
  left: 0.3125rem;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  width: 5px;
  width: 0.3125rem;
}

.p-news__cateButton--icon.is-active::after {
  top: 60%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

.p-news__cateList {
  display: none;
}

.p-news__cateList.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.5px;
  gap: 0.78125rem;
}

.p-news__cateLink {
  background: #fff;
  color: #f69149;
  display: block;
  font-size: max(11px, 10px);
  font-size: max(0.6875rem, 10px);
  letter-spacing: 0.03em;
  line-height: 1;
  min-width: 173.5px;
  min-width: 10.84375rem;
  padding: 12.5px 10px 13px;
  padding: 0.78125rem 0.625rem 0.8125rem;
  text-align: center;
}

.p-news__cateItem.is-active .p-news__cateLink {
  background: #ff873a;
  color: #fff;
}

.p-news__main {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-notfound__title {
  text-align: center;
}

.p-notfound__wrap {
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.p-notfound__read {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.74;
}

.p-notfound__text {
  font-size: max(11.5px, 10px);
  font-size: max(0.71875rem, 10px);
  letter-spacing: 0.01em;
  line-height: 1.74;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-notfound__btn {
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 100%;
  width: 192px;
  width: 12rem;
}

.p-overview-detail {
  background: url(../images/overview/overview-detail-bg2_sp.png) no-repeat center top/cover;
  color: #ec8169;
  text-align: center;
}

.p-overview-detail:before {
  background: url(../images/overview/bg-overview-detail_sp.png) no-repeat center/contain;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
}

.p-overview-detail__inner1.l-inner {
  margin-bottom: 60.5px;
  margin-bottom: 3.78125rem;
  padding-left: 30.5px;
  padding-left: 1.90625rem;
  padding-right: 30.5px;
  padding-right: 1.90625rem;
  position: relative;
}

.p-overview-detail__title-en.l-contents__title-en {
  top: -16px;
  top: -1rem;
}

.p-overview-detail__contents {
  padding-bottom: 111px;
  padding-bottom: 6.9375rem;
}

.p-overview-detail__head {
  text-align: center;
}

.p-overview-detail__chapter {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  width: 85px;
  width: 5.3125rem;
}

.p-overview-detail__chapter img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-overview-detail__chapter-number {
  color: #ec8169;
  font-family: "Kanit", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 200;
  left: 50%;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-overview-detail__chapter-number span {
  display: block;
  font-size: max(33px, 10px);
  font-size: max(2.0625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-overview-detail__title {
  color: #ec8169;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.56;
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
}

.p-overview-detail__arrows {
  color: #ec8169;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-overview-detail__content {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-overview-detail__prev-next-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 3.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 73px;
  margin-top: 4.5625rem;
}

.p-overview-detail__prev-next {
  color: #2a5eb8;
  height: inherit;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  position: relative;
  width: 40%;
}

.p-overview-detail__prev-next a {
  background: linear-gradient(35deg, rgb(255, 203, 207), rgb(255, 244, 226));
  border: 1px solid #2a5eb8;
  border: 0.0625rem solid #2a5eb8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 24px 16px 20px;
  padding: 1.5rem 1rem 1.25rem;
  position: relative;
  text-align: center;
  z-index: 5;
}

.p-overview-detail__card-shadow {
  bottom: -4px;
  bottom: -0.25rem;
  left: 0;
  position: absolute;
  right: -4px;
  right: -0.25rem;
  top: 0;
  z-index: 1;
}

.p-overview-detail__card-shadow::after {
  background-color: #2a5eb8;
  bottom: 0;
  clip-path: polygon(0 0, calc(100% - 4px) 0, 100% 4px, 100% 100%, 4px 100%, 0 calc(100% - 4px));
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.p-overview-detail__prev-next-chapter {
  display: block;
  font-family: "Kanit", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.p-overview-detail__prev-next-number {
  display: block;
  font-family: "Kanit", sans-serif;
  font-size: max(26px, 10px);
  font-size: max(1.625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-overview-detail__prev-next-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: max(11.5px, 10px);
  font-size: max(0.71875rem, 10px);
  font-weight: 700;
  gap: 10px;
  gap: 0.625rem;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.0304347826em;
  line-height: 1.35;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-overview-detail__prev-next-title br.u-sp {
  display: none;
}

.p-overview-detail__prev-next-icon {
  background-color: #fff;
  border: 0.5px solid #2a5eb8;
  border-radius: 50%;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 26.5px;
  height: 1.65625rem;
  position: relative;
  width: 26.5px;
  width: 1.65625rem;
}

.p-overview-detail__prev-next--prev .p-overview-detail__prev-next-icon::before,
.p-overview-detail__prev-next--next .p-overview-detail__prev-next-icon::after {
  border-top: 0.5px solid #2a5eb8;
  content: "";
  height: 7.8px;
  height: 0.4875rem;
  position: absolute;
  top: 50%;
  width: 7.8px;
  width: 0.4875rem;
}

.p-overview-detail__prev-next--prev .p-overview-detail__prev-next-icon::before {
  border-left: 0.5px solid #2a5eb8;
  content: "";
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-overview-detail__prev-next--next .p-overview-detail__prev-next-icon::after {
  border-right: 0.5px solid #2a5eb8;
  content: "";
  left: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-overview {
  background: url(../images/overview/overview-bg_sp.png) no-repeat center top/cover;
  color: #ec8169;
  overflow-x: clip;
  position: relative;
}

.p-overview__inner {
  position: relative;
  z-index: 20;
}

.p-overview__introduction {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  position: relative;
}

.p-overview__introduction-card {
  background-color: #fff;
  border: 1px solid #ec8169;
  border: 0.0625rem solid #ec8169;
  color: #292929;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2.17;
  padding: 35px 25.5px 27px 34px;
  padding: 2.1875rem 1.59375rem 1.6875rem 2.125rem;
  position: relative;
  text-align: justify;
  z-index: 5;
}

.p-overview__introduction-shadow {
  bottom: -5px;
  bottom: -0.3125rem;
  left: 0;
  position: absolute;
  right: -5px;
  right: -0.3125rem;
  top: 0;
  z-index: 1;
}

.p-overview__introduction-shadow::after {
  background-color: #ec8169;
  bottom: 0;
  clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 5px 100%, 0 calc(100% - 5px));
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.p-overview__arrows {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-overview__list {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-overview__item {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  position: relative;
  position: relative;
}

.p-overview__item:nth-child(1)::after {
  background: url(../images/overview/icon-overview01.webp) no-repeat center/contain;
  bottom: -110px;
  bottom: -6.875rem;
  content: "";
  height: 77px;
  height: 4.8125rem;
  position: absolute;
  right: calc(50% - 11.25rem);
  width: 77px;
  width: 4.8125rem;
}

.p-overview__item:nth-child(2)::after {
  background: url(../images/overview/icon-overview02.webp) no-repeat center/contain;
  bottom: -100px;
  bottom: -6.25rem;
  content: "";
  height: 77px;
  height: 4.8125rem;
  left: calc(50% - 10.9375rem);
  position: absolute;
  width: 77px;
  width: 4.8125rem;
}

.p-overview__item:nth-child(3)::after {
  background: url(../images/overview/icon-overview03.webp) no-repeat center/contain;
  bottom: -130px;
  bottom: -8.125rem;
  content: "";
  height: 111px;
  height: 6.9375rem;
  position: absolute;
  right: calc(50% - 11.75rem);
  width: 62.5px;
  width: 3.90625rem;
}

.p-overview__item:nth-child(4)::after {
  background: url(../images/overview/icon-overview04.webp) no-repeat center/contain;
  bottom: -110px;
  bottom: -6.875rem;
  content: "";
  height: 87px;
  height: 5.4375rem;
  left: calc(50% - 10.3125rem);
  position: absolute;
  width: 87px;
  width: 5.4375rem;
}

.p-overview__item:nth-child(5)::after {
  background: url(../images/overview/icon-overview05.webp) no-repeat center/contain;
  bottom: -120px;
  bottom: -7.5rem;
  content: "";
  height: 87px;
  height: 5.4375rem;
  position: absolute;
  right: calc(50% - 9.6875rem);
  width: 87px;
  width: 5.4375rem;
}

.p-overview__item + .p-overview__item {
  margin-top: 119px;
  margin-top: 7.4375rem;
}

.p-overview__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #ec8169;
  border: 0.0625rem solid #ec8169;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  padding: 29.5px 24px 31.5px 29.5px;
  padding: 1.84375rem 1.5rem 1.96875rem 1.84375rem;
  position: relative;
}

.p-overview__chapter {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  position: relative;
  width: 85px;
  width: 5.3125rem;
}

.p-overview__chapter img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-overview__chapter-number {
  font-family: "Kanit", sans-serif;
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 200;
  left: 50%;
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-overview__chapter-number-value {
  display: block;
  font-family: "Kanit", sans-serif;
  font-size: max(33px, 10px);
  font-size: max(2.0625rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.p-overview__item-title {
  color: #292929;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.77;
  text-align: justify;
}

.p-overview__item-shadow {
  bottom: -5px;
  bottom: -0.3125rem;
  left: 0;
  position: absolute;
  right: -5px;
  right: -0.3125rem;
  top: 0;
  z-index: -1;
}

.p-overview__item-shadow::after {
  background-color: #ec8169;
  border-radius: 100vmax;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-overview__item-button {
  bottom: -12px;
  bottom: -0.75rem;
  max-width: 100%;
  position: absolute;
  right: -5px;
  right: -0.3125rem;
  width: 154px;
  width: 9.625rem;
  z-index: 10;
}
.p-overview__no-posts {
  color: #292929;
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 700;
  line-height: 2;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-pagenavi .nav-links,
.p-pagenavi .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .previouspostslink,
.p-pagenavi .nextpostslink {
  display: inline-block;
}
.p-pagenavi .previouspostslink {
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.p-pagenavi .nextpostslink {
  margin-left: 10px;
  margin-left: 0.625rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-pavinavi__prev,
.p-pavinavi__next {
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
  display: block;
  height: auto;
  width: 18px;
  width: 1.125rem;
}

.p-pavinavi__prev {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-pavinavi__next {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
}

.p-pavinavi__prev.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-pavinavi__next.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-top-news {
  overflow-x: clip;
  padding-top: 100px;
  padding-top: 6.25rem;
}

.p-top-news__list {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-top-news__button-wrap {
  margin-left: auto;
  margin-top: 42px;
  margin-top: 2.625rem;
  max-width: 100%;
  width: 192px;
  width: 12rem;
}

.p-top-news__no-post {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 2;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-top-section {
  overflow-x: clip;
}

.p-top-section--about {
  padding-top: 25px;
  padding-top: 1.5625rem;
}

.p-top-section--overview {
  padding-top: 100px;
  padding-top: 6.25rem;
}

.p-top-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  gap: 2.1875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-section--overview .p-top-section__content {
  gap: 45px;
  gap: 2.8125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-section__image {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.p-top-section__image img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-top-section--about .p-top-section__image {
  width: 286.5px;
  width: 17.90625rem;
}

.p-top-section--about .p-top-section__image img {
  aspect-ratio: 287/226;
}

.p-top-section--overview .p-top-section__image {
  width: 234px;
  width: 14.625rem;
}

.p-top-section--overview .p-top-section__image img {
  aspect-ratio: 234/238;
}

.p-top-section__text {
  font-size: max(11.5px, 10px);
  font-size: max(0.71875rem, 10px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.74;
}

.p-top-section__button-wrap {
  margin-top: 26px;
  margin-top: 1.625rem;
  max-width: 100%;
  width: 192px;
  width: 12rem;
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(6.25rem);
          transform: translateY(6.25rem);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.js-fadein.is-scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-hidden {
  overflow: hidden;
}

.u-pc {
  display: none;
}

.fz10 {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
}

.fz12 {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
}

.fz14 {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.fz16 {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.fz18 {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
}

.fz20 {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
}

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

@media screen and (min-width: 768px){
  html {
    font-size: 1.28vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  html {
    scroll-padding-top: 6.5625rem;
  }
  .l-contents {
    margin-top: 272px;
    margin-top: 17rem;
    padding-bottom: 163px;
    padding-bottom: 10.1875rem;
    padding-top: 90px;
    padding-top: 5.625rem;
  }
  .l-contents__title-en {
    top: -40px;
    top: -2.5rem;
  }
  .l-contents__title-ja {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .l-contents--overview-detail {
    padding-bottom: 137px;
    padding-bottom: 8.5625rem;
    padding-top: 92px;
    padding-top: 5.75rem;
  }
  .l-cta {
    padding-bottom: 163px;
    padding-bottom: 10.1875rem;
  }
  .l-drawer {
    display: none;
  }
  .l-header {
    height: 101px;
    height: 6.3125rem;
  }
  .l-inner {
    max-width: 1250px;
    max-width: 78.125rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .l-wrapper {
    padding-bottom: 245px;
    padding-bottom: 15.3125rem;
  }
  .l-wrapper--about {
    margin-top: 102px;
    margin-top: 6.375rem;
    padding-bottom: 309px;
    padding-bottom: 19.3125rem;
  }
  .l-wrapper--overview {
    margin-top: 102px;
    margin-top: 6.375rem;
    padding-bottom: 461px;
    padding-bottom: 28.8125rem;
  }
  .l-wrapper--overview-detail {
    margin-top: -118px;
    margin-top: -7.375rem;
    padding-bottom: 160px;
    padding-bottom: 10rem;
  }
  .l-wrapper--news {
    margin-top: 95px;
    margin-top: 5.9375rem;
    padding-bottom: 175px;
    padding-bottom: 10.9375rem;
  }
  .l-wrapper--news-detail {
    margin-top: 95px;
    margin-top: 5.9375rem;
    padding-bottom: 155px;
    padding-bottom: 9.6875rem;
  }
  .c-arrows span {
    height: 37px;
    height: 2.3125rem;
    width: 17px;
    width: 1.0625rem;
  }
  .c-button1 {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    letter-spacing: 0;
    min-height: 56px;
    min-height: 3.5rem;
  }
  .c-button1::after {
    height: 17px;
    height: 1.0625rem;
    margin-left: 16px;
    margin-left: 1rem;
    width: 15px;
    width: 0.9375rem;
  }
  .c-button2 {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    letter-spacing: 0;
    min-height: 56px;
    min-height: 3.5rem;
  }
  .c-button2:hover {
    background-position: right center;
    color: #fff;
    opacity: 1;
  }
  .c-button2::after {
    height: 17px;
    height: 1.0625rem;
    margin-left: 16px;
    margin-left: 1rem;
    width: 15px;
    width: 0.9375rem;
  }
  .c-page-top {
    bottom: 5%;
    right: 3%;
  }
  .c-page-top__btn {
    height: 56px;
    height: 3.5rem;
    width: 56px;
    width: 3.5rem;
  }
  .c-page-top__btn::before {
    height: 11px;
    height: 0.6875rem;
    width: 23px;
    width: 1.4375rem;
  }
  .c-page-top--footer {
    margin-bottom: 0;
  }
  .c-title1 {
    margin-right: 0;
  }
  .c-title1__en {
    font-size: 80px;
    font-size: 5rem;
    letter-spacing: 0.026em;
  }
  .c-title1__en::after {
    height: 2px;
    height: 0.125rem;
  }
  .c-title1__ja {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    letter-spacing: 0.01em;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .c-title1--green .c-title1__en {
    -moz-column-gap: 2.5rem;
         -webkit-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .c-title1--red .c-title1__en {
    -moz-column-gap: 3.8125rem;
         -webkit-column-gap: 3.8125rem;
            column-gap: 3.8125rem;
  }
  .c-title1--orange .c-title1__en {
    -moz-column-gap: 3.5625rem;
         -webkit-column-gap: 3.5625rem;
            column-gap: 3.5625rem;
  }
  .c-title2 {
    -moz-column-gap: 1.35%;
         -webkit-column-gap: 1.35%;
            column-gap: 1.35%;
    font-size: 80px;
    font-size: 5rem;
    letter-spacing: 0.035em;
  }
  .c-title2--center {
    -moz-column-gap: 2.125rem !important;
         -webkit-column-gap: 2.125rem !important;
            column-gap: 2.125rem !important;
  }
  .c-title2::before,
  .c-title2::after {
    height: 2px;
    height: 0.125rem;
  }
  .c-title2::before {
    width: 17.44%;
  }
  .c-title3 {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    letter-spacing: 0.01em;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .c-title3::after {
    height: 4px;
    height: 0.25rem;
    width: 136px;
    width: 8.5rem;
  }
  .p-about {
    background: url(../images/about/about-bg.png) no-repeat center top/cover;
  }
  .p-about__item {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .p-about__item + .p-about__item {
    margin-top: 110px;
    margin-top: 6.875rem;
  }
  .p-about__card {
    padding: 109px 46px 65px 153px;
    padding: 6.8125rem 2.875rem 4.0625rem 9.5625rem;
  }
  .p-about__card--02 {
    padding: 110px 140px 90px 150px;
    padding: 6.875rem 8.75rem 5.625rem 9.375rem;
  }
  .p-about__card-shadow {
    bottom: -10px;
    bottom: -0.625rem;
    left: 0;
    right: -10px;
    right: -0.625rem;
    top: 0;
  }
  .p-about__card-shadow::after {
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  }
  .p-about__card-number {
    border-radius: 0 0 1.25rem 0;
    font-size: max(70px, 10px);
    font-size: max(4.375rem, 10px);
    height: 107px;
    height: 6.6875rem;
    left: 10px;
    left: 0.625rem;
    top: 10px;
    top: 0.625rem;
    width: 107px;
    width: 6.6875rem;
  }
  .p-about__card-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-about__card--01 .p-about__card-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 46px;
    gap: 2.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-about__card--02 .p-about__card-inner {
    gap: 64px;
    gap: 4rem;
  }
  .p-about__card-text {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .p-about__card--01 .p-about__card-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-about__card-image {
    margin-left: 0;
    margin-right: 0;
  }
  .p-about__card--01 .p-about__card-image {
    width: 309px;
    width: 19.3125rem;
  }
  .p-about__card--02 .p-about__card-image {
    width: 901px;
    width: 56.3125rem;
  }
  .p-about__card--01 .p-about__card-image img {
    aspect-ratio: 309/297;
  }
  .p-about__card--02 .p-about__card-image img {
    aspect-ratio: 901/151;
  }
  .p-about__arrows {
    margin-top: 160px;
    margin-top: 10rem;
  }
  .p-about__recommend {
    margin-top: 125px;
    margin-top: 7.8125rem;
  }
  .p-about__recommend-head {
    font-size: max(35px, 10px);
    font-size: max(2.1875rem, 10px);
    line-height: 1.4;
    padding: 31px 20px;
    padding: 1.9375rem 1.25rem;
  }
  .p-about__recommend-list {
    padding: 17px 66px 33px 65px;
    padding: 1.0625rem 4.125rem 2.0625rem 4.0625rem;
  }
  .p-about__recommend-item {
    border-bottom: 1px solid #a5d6cf;
    border-bottom: 0.0625rem solid #a5d6cf;
    padding-left: 16.27%;
    padding-right: 10%;
  }
  .p-about__recommend-text {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    gap: 38px;
    gap: 2.375rem;
    line-height: 2.17;
    padding-bottom: 14.5px;
    padding-bottom: 0.90625rem;
    padding-top: 14.5px;
    padding-top: 0.90625rem;
  }
  .p-about__recommend-text::before {
    height: 38px;
    height: 2.375rem;
    width: 45px;
    width: 2.8125rem;
  }
  .p-article p {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-bottom: 34px;
    margin-bottom: 2.125rem;
  }
  .p-article h2 {
    font-size: max(30px, 10px);
    font-size: max(1.875rem, 10px);
    line-height: 1.4375;
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
    margin-top: 78px;
    margin-top: 4.875rem;
    padding-left: 24px;
    padding-left: 1.5rem;
  }
  .p-article h2::before {
    height: 32px;
    height: 2rem;
    top: 6px;
    top: 0.375rem;
    width: 4px;
    width: 0.25rem;
  }
  .p-article h3 {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    line-height: 1.5416666667;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
    margin-top: 64px;
    margin-top: 4rem;
    padding-left: 42px;
    padding-left: 2.625rem;
  }
  .p-article h3::before {
    top: 22px;
    top: 1.375rem;
    width: 30px;
    width: 1.875rem;
  }
  .p-article h4 {
    font-size: max(26px, 10px);
    font-size: max(1.625rem, 10px);
    line-height: 1.7;
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-article .wp-block-flexible-table-block-table {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-article .wp-block-flexible-table-block-table table {
    min-width: 100%;
  }
  .p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th,
  .p-article .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr td {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.6875;
    padding: 14px 10px;
    padding: 0.875rem 0.625rem;
    width: auto;
  }
  .p-article .wp-block-image {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-article .wp-element-caption {
    font-size: max(13px, 10px);
    font-size: max(0.8125rem, 10px);
    line-height: 1.6153846154;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-article .wp-block-list {
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
    margin-top: 34px;
    margin-top: 2.125rem;
    row-gap: 8px;
    row-gap: 0.5rem;
  }
  .p-article ol.wp-block-list {
    row-gap: 8px;
    row-gap: 0.5rem;
  }
  .p-article .wp-block-list li {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    line-height: 1.6875;
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
  .p-article ul.wp-block-list li::before {
    height: 6px;
    height: 0.375rem;
    top: 14px;
    top: 0.875rem;
    width: 6px;
    width: 0.375rem;
  }
  .p-article ol.wp-block-list li {
    padding-left: 22px;
    padding-left: 1.375rem;
  }
  .p-article ol.wp-block-list li::before {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    line-height: 1.6875;
  }
  .p-article .wp-block-table {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .p-article .wp-block-table table th,
  .p-article .wp-block-table table td {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.5;
    min-height: 56px;
    min-height: 3.5rem;
    padding: 13.5px 10px;
    padding: 0.84375rem 0.625rem;
    text-align: center;
  }
  .p-article .wp-block-quote {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .p-article .wp-block-quote p {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 2;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .p-article .wp-block-preformatted {
    font-size: max(13px, 10px);
    font-size: max(0.8125rem, 10px);
    line-height: 2;
    padding: 15px 25px;
    padding: 0.9375rem 1.5625rem;
  }
  .p-breadcrumb {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    letter-spacing: 0.02em;
    line-height: 2.61;
  }
  .p-breadcrumb span[property=itemListElement]:nth-child(n+2) {
    margin-left: 12px;
    margin-left: 0.75rem;
  }
  .p-breadcrumb span[property=itemListElement]:nth-child(n+2)::before {
    height: 22px;
    height: 1.375rem;
    margin-right: 25px;
    margin-right: 1.5625rem;
    width: 8px;
    width: 0.5rem;
  }
  .p-breadcrumb__nav .post.post-overview.current-item .u-pc {
    display: none;
  }
  .p-contact {
    padding-bottom: 140px;
    padding-bottom: 8.75rem;
  }
  .p-contact__form {
    margin-top: 98px;
    margin-top: 6.125rem;
  }
  .p-contact__read {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    letter-spacing: 0;
    line-height: 2.4;
  }
  .p-contact__text {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    letter-spacing: 0;
    line-height: 2.4;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-contact__btn {
    margin-top: 40px;
    margin-top: 2.5rem;
    width: 307px;
    width: 19.1875rem;
  }
  .p-content-overview p {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    line-height: 2.17;
  }
  .p-content-overview p:not(:first-child) {
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
  .p-content-overview p:not(:first-child) + p {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-content-overview .custom-pattern__headline-h2.wp-block-columns {
    gap: 22px;
    gap: 1.375rem;
  }
  .p-content-overview .custom-pattern__headline-h2 .wp-block-column:has(p) {
    width: 96px;
    width: 6rem;
  }
  .p-content-overview .custom-pattern__headline-h2 h2 {
    font-size: max(35px, 10px);
    font-size: max(2.1875rem, 10px);
    letter-spacing: -0.02em;
    text-align: justify;
  }
  .p-content-overview .custom-pattern__headline-h2 p {
    font-size: max(26px, 10px);
    font-size: max(1.625rem, 10px);
    letter-spacing: 0.05em;
    padding: 5px 4px 6px;
    padding: 0.3125rem 0.25rem 0.375rem;
    width: 96px;
    width: 6rem;
  }
  .p-content-overview .custom-pattern__headline-h2:not(:first-child) {
    margin-top: 150px;
    margin-top: 9.375rem;
  }
  .p-content-overview h3 {
    font-size: max(30px, 10px);
    font-size: max(1.875rem, 10px);
    gap: 28px;
    gap: 1.75rem;
    letter-spacing: 0;
    line-height: 1.67;
  }
  .p-content-overview h3::after {
    height: 2px;
  }
  .p-content-overview h3:not(:first-child) {
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .p-content-overview h4 {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    letter-spacing: 0;
    padding: 8.3px 16px;
    padding: 0.51875rem 1rem;
  }
  .p-content-overview h4:not(:first-child) {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-content-overview figure.wp-block-image {
    margin-top: 65px;
    margin-top: 4.0625rem;
  }
  .p-content-overview p.custom-pattern__img-comment-r,
  .p-content-overview p.custom-pattern__img-comment-l {
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
  }
  .p-content-overview p.custom-pattern__img-comment-r.sp-left {
    text-align: right;
  }
  .p-content-overview p.custom-pattern__img-comment-up {
    font-size: max(13px, 10px);
    font-size: max(0.8125rem, 10px);
    letter-spacing: 0;
  }
  .p-content-overview p.custom-pattern__comment-text {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.47;
  }
  .p-content-overview p:not(:first-child).custom-pattern__comment-text {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-content-overview .wp-block-group.custom-pattern__layout01,
  .p-content-overview .wp-block-group.custom-pattern__layout02,
  .p-content-overview .wp-block-group.custom-pattern__layout03,
  .p-content-overview .wp-block-group.custom-pattern__layout04 {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-content-overview .wp-block-columns.custom-pattern__layout-group {
    gap: 0;
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-content-overview h3.wp-block-heading + .wp-block-columns.custom-pattern__layout-group {
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-content-overview .wp-block-columns.custom-pattern__layout-group + p {
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
  .p-content-overview .wp-block-group.custom-pattern__layout01-body > div,
  .p-content-overview .wp-block-group.custom-pattern__layout02-body > div {
    grid-template-areas: "a" "b" "c";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .p-content-overview .wp-block-group.custom-pattern__layout03-body > div {
    grid-template-areas: "a" "c";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .p-content-overview .wp-block-group.custom-pattern__layout04-body > div {
    grid-template-areas: "a a" "b c";
    grid-template-columns: 60% 1fr;
    grid-template-rows: auto auto;
  }
  .p-content-overview .wp-block-group.custom-pattern__layout01-body > div p.custom-pattern__img-comment-r,
  .p-content-overview .wp-block-group.custom-pattern__layout02-body > div p.custom-pattern__img-comment-l {
    border-top: none;
    margin-top: 9px;
    margin-top: 0.5625rem;
    padding-top: 0;
  }
  .p-content-overview .wp-block-group.custom-pattern__layout04-body > div p.custom-pattern__img-comment-l {
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .p-content-overview .wp-block-group.custom-pattern__layout04-body > div p.custom-pattern__img-comment-r {
    border-top: none;
    margin-top: 9px;
    margin-top: 0.5625rem;
    padding-top: 0;
  }
  .p-content-overview .wp-block-group.custom-pattern__layout01-body > div p.custom-pattern__comment-text,
  .p-content-overview .wp-block-group.custom-pattern__layout02-body > div p.custom-pattern__comment-text,
  .p-content-overview .wp-block-group.custom-pattern__layout03-body > div p.custom-pattern__comment-text {
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-content-overview .wp-block-group.custom-pattern__layout01-body figure.wp-block-image + p.custom-pattern__comment-text,
  .p-content-overview .wp-block-group.custom-pattern__layout02-body figure.wp-block-image + p.custom-pattern__comment-text,
  .p-content-overview .wp-block-group.custom-pattern__layout03-body figure.wp-block-image + p.custom-pattern__comment-text {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-content-overview .wp-block-group.custom-pattern__layout01-body figure.wp-block-image img,
  .p-content-overview .wp-block-group.custom-pattern__layout02-body figure.wp-block-image img,
  .p-content-overview .wp-block-group.custom-pattern__layout03-body figure.wp-block-image img {
    aspect-ratio: 590/320;
  }
  .p-content-overview .wp-block-columns.custom-pattern__layout-group {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .p-content-overview .wp-block-columns.custom-pattern__layout-group {
    gap: 18px;
    gap: 1.125rem;
  }
  .p-content-overview .custom-pattern__ranking-table th {
    padding: 21px 16px;
    padding: 1.3125rem 1rem;
  }
  .p-content-overview .custom-pattern__ranking-table thead {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    letter-spacing: 0.03em;
    line-height: 1;
  }
  .p-content-overview .custom-pattern__ranking-table tr:last-child td[colspan="3"],
  .p-content-overview .custom-pattern__ranking-table tr:nth-last-child(2) td[colspan="2"] {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    letter-spacing: 0.03em;
    padding: 12px 25px;
    padding: 0.75rem 1.5625rem;
  }
  .p-content-overview .custom-pattern__ranking-table tr:nth-last-child(2) td:nth-child(2) {
    font-family: "Noto Sans JP", sans-serif;
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 12px;
    padding: 0.75rem;
    text-align: center;
  }
  .p-content-overview .custom-pattern__ranking-table tr:nth-last-child(2) td:nth-child(3),
  .p-content-overview .custom-pattern__ranking-table tr:nth-last-child(2) td:nth-child(4) {
    font-family: "Noto Sans JP", sans-serif;
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 12px 10px;
    padding: 0.75rem 0.625rem;
  }
  .p-content-overview .custom-pattern__ranking-table th:nth-child(1),
  .p-content-overview .custom-pattern__ranking-table td:nth-child(1) {
    width: 6.5%;
  }
  .p-content-overview .custom-pattern__ranking-table td:nth-child(1) {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    letter-spacing: 0.02em;
    padding: 4px 13px;
    padding: 0.25rem 0.8125rem;
  }
  .p-content-overview .custom-pattern__ranking-table th:nth-child(2),
  .p-content-overview .custom-pattern__ranking-table td:nth-child(2) {
    width: 51.75%;
  }
  .p-content-overview .custom-pattern__ranking-table td:nth-child(2) {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    letter-spacing: 0.04em;
    line-height: 1.7;
    padding: 3.7px 28px;
    padding: 0.23125rem 1.75rem;
  }
  .p-content-overview .custom-pattern__ranking-table td:nth-child(2) code {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    margin-left: 10px;
    margin-left: 0.625rem;
  }
  .p-content-overview .custom-pattern__ranking-table th:nth-child(3),
  .p-content-overview .custom-pattern__ranking-table td:nth-child(3) {
    width: 13.75%;
  }
  .p-content-overview .custom-pattern__ranking-table td:nth-child(3) {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    letter-spacing: 0.02em;
    padding: 3.7px 55px;
    padding: 0.23125rem 3.4375rem;
  }
  .p-content-overview .custom-pattern__ranking-table th:nth-child(4),
  .p-content-overview .custom-pattern__ranking-table td:nth-child(4) {
    width: 13.83%;
  }
  .p-content-overview .custom-pattern__ranking-table th:nth-child(5),
  .p-content-overview .custom-pattern__ranking-table td:nth-child(5) {
    width: 13.83%;
  }
  .p-content-overview .custom-pattern__ranking-table td:nth-child(4),
  .p-content-overview .custom-pattern__ranking-table td:nth-child(5) {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    padding: 4px;
    padding: 0.25rem;
  }
  .p-content-overview .custom-pattern__heading-table {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-content-overview .custom-pattern__heading-table-comment {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-content-overview .custom-pattern__heading-table-comment > div .custom-pattern__img-comment-r {
    border-top: none;
    margin-top: 6px;
    margin-top: 0.375rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-top: 0;
  }
  .p-content-overview .custom-pattern__heading-table-comment > div .custom-pattern__comment-text {
    margin-top: 28px;
    margin-top: 1.75rem;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .p-content h2:nth-of-type(1) {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-content figure:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .wp-block-file,
  .p-content p:nth-child(n+2),
  .p-content h3:nth-child(n+2),
  .p-content h4:nth-child(n+2),
  .p-content h2 + ul:nth-of-type(n + 2),
  .p-content h2 + ol:nth-of-type(n + 2),
  .p-content ol > li > ol:nth-of-type(n + 2),
  .p-content figure {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-content .wp-block-group {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
  .wp-block-file:not(.wp-element-button) a::before {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-top: 16px;
    margin-top: 1rem;
    width: 32px;
    width: 2rem;
  }
  .p-cta__wrap {
    border: 2px solid #2a5eb8;
    border: 0.125rem solid #2a5eb8;
    border-radius: 0.9375rem;
    padding: 14px;
    padding: 0.875rem;
  }
  .p-cta__block {
    background: -webkit-gradient(linear, left top, right top, from(rgb(91, 123, 213)), to(rgb(151, 197, 235)));
    background: linear-gradient(90deg, rgb(91, 123, 213), rgb(151, 197, 235));
    border: 1px solid #2a5eb8;
    border: 0.0625rem solid #2a5eb8;
    border-radius: 0.3125rem;
    padding: 50px 69px 58px 70px;
    padding: 3.125rem 4.3125rem 3.625rem 4.375rem;
  }
  .p-cta__title {
    text-align: left;
  }
  .p-cta__title-en {
    -moz-column-gap: 2.4375rem;
         -webkit-column-gap: 2.4375rem;
            column-gap: 2.4375rem;
    font-size: max(23px, 10px);
    font-size: max(1.4375rem, 10px);
    letter-spacing: 0.0352173913em;
  }
  .p-cta__title-en::before,
  .p-cta__title-en::after {
    height: 1px;
    height: 0.0625rem;
  }
  .p-cta__title-en::before {
    content: none;
  }
  .p-cta__title-ja {
    font-size: max(30px, 10px);
    font-size: max(1.875rem, 10px);
    letter-spacing: 0.03em;
    margin-top: 23px;
    margin-top: 1.4375rem;
  }
  .p-cta__body {
    -moz-column-gap: 1.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
         -webkit-column-gap: 1.875rem;
                 column-gap: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    margin-top: 2.5rem;
    text-align: left;
  }
  .p-cta__text {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    letter-spacing: 0.03em;
    letter-spacing: 0;
    line-height: 1.95;
  }
  .p-cta__arrows {
    -moz-column-gap: 0.75rem;
         -webkit-column-gap: 0.75rem;
            column-gap: 0.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
  .p-cta__arrows span {
    height: 38px;
    height: 2.375rem;
    margin-top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 18px;
    width: 1.125rem;
  }
  .p-cta__link {
    margin: 0;
    max-width: 392px;
    max-width: 24.5rem;
    width: 100%;
  }
  .p-cta__button {
    border: 1px solid #2a5eb8;
    border: 0.0625rem solid #2a5eb8;
    -webkit-box-shadow: 0 0 0 7px #b2d6ff;
            box-shadow: 0 0 0 7px #b2d6ff;
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    letter-spacing: 0.03em;
    padding: 36.7px 24px;
    padding: 2.29375rem 1.5rem;
  }
  .p-footer {
    background: -webkit-gradient(linear, left top, right top, from(rgb(91, 123, 213)), to(rgb(151, 198, 235)));
    background: linear-gradient(90deg, rgb(91, 123, 213), rgb(151, 198, 235));
    padding-bottom: 65px;
    padding-bottom: 4.0625rem;
    padding-top: 109px;
    padding-top: 6.8125rem;
  }
  .p-footer__inner {
    max-width: 1841px;
    max-width: 115.0625rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
    width: 96.83%;
  }
  .p-footer__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: auto;
    width: 97%;
  }
  .p-footer__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 516px;
    width: 32.25rem;
  }
  .p-header__logo-link img {
    aspect-ratio: 516/55;
  }
  .p-footer__links {
    -moz-column-gap: 1.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
         -webkit-column-gap: 1.875rem;
                 column-gap: 1.875rem;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    margin-top: 0;
  }
  .p-footer__nav-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-footer__nav-item a {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.02em;
    padding: 16px 20px;
    padding: 1rem 1.25rem;
  }
  .p-footer__line {
    height: 1px;
    margin-top: 110px;
    margin-top: 6.875rem;
  }
  .p-footer__copyright {
    margin-top: 55px;
    margin-top: 3.4375rem;
    padding-right: 58px;
    padding-right: 3.625rem;
    text-align: right;
  }
  .p-footer__copyright small {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    letter-spacing: 0.02em;
  }
  .p-form__list {
    row-gap: 54px;
    row-gap: 3.375rem;
  }
  .p-form__item dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-form__head {
    width: 20.8333333333%;
  }
  .form_note .p-form__head {
    margin-top: -40px;
    margin-top: -2.5rem;
  }
  .p-contact--confirm .form_note .p-form__head {
    margin-top: 0;
  }
  .p-form__head__title {
    font-size: max(22px, 10px);
    font-size: max(1.375rem, 10px);
  }
  .p-form span.required,
  .p-form span.any {
    font-size: max(22px, 10px);
    font-size: max(1.375rem, 10px);
    height: 37px;
    height: 2.3125rem;
    margin-left: 23px;
    margin-left: 1.4375rem;
    margin-top: 0;
    width: 88px;
    width: 5.5rem;
  }
  .p-form__body {
    margin-top: 0;
    width: 75%;
  }
  .p-form input,
  .p-form textarea,
  .p-form select {
    font-size: max(22px, 10px);
    font-size: max(1.375rem, 10px);
    height: 60px;
    height: 3.75rem;
    padding: 18px 20px 18px;
    padding: 1.125rem 1.25rem 1.125rem;
  }
  .p-form .wpcf7-not-valid-tip {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .p-form .js-char-counter {
    font-size: max(16px, 10px) !important;
    font-size: max(1rem, 10px) !important;
  }
  .wpcf7 form .wpcf7-response-output {
    font-size: max(16px, 10px) !important;
    font-size: max(1rem, 10px) !important;
  }
  .p-form textarea {
    border-radius: 30px;
    height: 413px;
    height: 25.8125rem;
  }
  .p-form input.form_name,
  .p-form input.form_kana {
    margin-top: 10px;
    margin-top: 0.625rem;
    width: 100%;
  }
  .p-form input.form_company,
  .p-form input.form_tel,
  .p-form input.form_mail {
    width: 100%;
  }
  .p-form .p-form__item.form_name .p-form__detail,
  .p-form .p-form__item.form_kana .p-form__detail {
    width: 436px;
    width: 27.25rem;
  }
  .p-form select {
    background: url(../images/contact/arrow_select.svg) 94% 50% no-repeat;
    background-size: 0.9375rem;
    line-height: 1;
    width: 100%;
  }
  .p-form select {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .wpcf7-radio {
    -moz-column-gap: 2.25rem;
         -webkit-column-gap: 2.25rem;
            column-gap: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 6px;
    row-gap: 0.375rem;
  }
  .p-form__head__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.08em;
    line-height: 1.875;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-form__detail {
    display: block;
    font-size: max(22px, 10px);
    font-size: max(1.375rem, 10px);
  }
  .p-form__detail::after {
    border-radius: 50px;
    height: 60px;
    height: 3.75rem;
    right: -5px;
    right: -0.3125rem;
    top: 5px;
    top: 0.3125rem;
  }
  .form_note .p-form__detail::after {
    border-radius: 30px;
    height: 413px;
    height: 25.8125rem;
    right: -3px;
    right: -0.1875rem;
  }
  .form-hope__title {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-left: 0;
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
  .p-form__body__text {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.1em;
    margin-top: 0;
  }
  .p-form__detail_name {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .p-form__detail_name:nth-child(n+2) {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .form-name__title {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
  }
  .p-form__policy {
    margin-left: 0;
    margin-top: 64px;
    margin-top: 4rem;
    text-align: center;
  }
  .p-form__policy p {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.6875;
  }
  .p-form__policy p span.wpcf7-form-control-wrap {
    display: inline;
    height: 15px;
    height: 0.9375rem;
    position: static;
    width: auto;
  }
  .p-form__policy a {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    line-height: 1.6875;
  }
  .p-form__policy a:hover {
    background-size: 0 1px;
  }
  .p-form__policy .wpcf7-not-valid-tip {
    bottom: -40px;
    bottom: -2.5rem;
    left: -30px;
    left: -1.875rem;
  }
  .p-form__btn {
    gap: 32px;
    gap: 2rem;
    margin-top: 130px;
    margin-top: 8.125rem;
  }
  .p-form__btn input {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    padding: 10px 116px 15px 85px;
    padding: 0.625rem 7.25rem 0.9375rem 5.3125rem;
  }
  .p-form__btn--send::after {
    height: 17px;
    height: 1.0625rem;
    left: 75.5%;
    top: 18px;
    top: 1.125rem;
    width: 15px;
    width: 0.9375rem;
  }
  .p-form__btn--send input {
    padding: 10px 116px 15px 85px;
    padding: 0.625rem 7.25rem 0.9375rem 5.3125rem;
  }
  .p-form__btn--prev input {
    padding: 10px 85px 15px;
    padding: 0.625rem 5.3125rem 0.9375rem;
  }
  .p-form__btn--send input:hover {
    background-position: right center;
    color: #fff;
    opacity: 1;
  }
  .p-form__btn--prev input:hover {
    opacity: 0.7;
  }
  .p-header__inner {
    padding-left: 65px;
    padding-left: 4.0625rem;
    padding-right: 63px;
    padding-right: 3.9375rem;
  }
  .p-header__logo {
    width: 384px;
    width: 24rem;
  }
  .p-header__logo-link img {
    aspect-ratio: 384/42;
  }
  .p-header__menu-button {
    display: none;
  }
  .p-header__pc-nav {
    display: block;
    height: 100%;
  }
  .p-mv {
    padding-top: 179px;
    padding-top: 11.1875rem;
  }
  .p-mv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 1596px;
    max-width: 99.75rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p--mv__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 300px;
    margin-top: 18.75rem;
    padding-top: 0;
    width: 34.79%;
  }
  .p-mv__title-en {
    font-size: max(36px, 10px);
    font-size: max(2.25rem, 10px);
    letter-spacing: 0.05em;
  }
  .p-mv__title-bar {
    height: 6px;
    height: 0.375rem;
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .p-mv__title-main {
    font-size: max(58px, 10px);
    font-size: max(3.625rem, 10px);
    letter-spacing: 0;
    line-height: 1.67;
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .p-mv__image {
    height: 967px;
    height: 60.4375rem;
    margin-left: -230px;
    margin-left: -14.375rem;
    margin-right: calc(50% - 50vw);
    position: relative;
  }
  .p-mv__image img {
    -o-object-fit: cover;
    -o-object-position: left center;
    aspect-ratio: 1688/967;
    height: 100%;
       object-fit: cover;
       object-position: left center;
  }
  .p-news-detail {
    background: transparent url(../images/news/bg-news-single_pc.png) no-repeat center top/cover;
  }
  .p-news-detail__wrapper {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }
  .p-news-detail__introduction {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .p-news-detail__introduction-main {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    letter-spacing: 0;
    padding: 0 56px 114px 58px;
    padding: 0 3.5rem 7.125rem 3.625rem;
  }
  .p-news-detail__introduction-shadow {
    bottom: -10px;
    bottom: -0.625rem;
    left: 0;
    right: -10px;
    right: -0.625rem;
    top: 0;
  }
  .p-news-detail__introduction-shadow::after {
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  }
  .p-news-detail__cateWrapper {
    border-radius: 0 0 0.5625rem 0.5625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    gap: 1rem;
    padding: 24px 26px 22px 24px;
    padding: 1.5rem 1.625rem 1.375rem 1.5rem;
  }
  .p-news-detail__cateIcon {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    min-width: 112px;
    min-width: 7rem;
    padding: 4px 10px 4px;
    padding: 0.25rem 0.625rem 0.25rem;
  }
  .p-news-detail__dateWrap {
    gap: 9px;
    gap: 0.5625rem;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-news-detail__dateTitle {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .p-news-detail__date {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .p-news-detail__main {
    margin-top: 64px;
    margin-top: 4rem;
  }
  .p-news-detail__title {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
    letter-spacing: 0.03em;
    line-height: 1.8125;
  }
  .p-news-detail__body {
    margin-top: 12px;
    margin-top: 0.75rem;
    padding-top: 58px;
    padding-top: 3.625rem;
  }
  .p-news-detail__btn {
    -webkit-transform: translate(0, -60%);
    margin-right: 68px;
    margin-right: 4.25rem;
    transform: translate(0, -60%);
    width: 307px;
    width: 19.1875rem;
  }
  .p-news-list__link {
    -moz-column-gap: 1rem;
         -webkit-column-gap: 1rem;
            column-gap: 1rem;
    padding: 31.5px 0 28px;
    padding: 1.96875rem 0 1.75rem;
  }
  .p-news-list__meta {
    -moz-column-gap: 1.3125rem;
         -webkit-column-gap: 1.3125rem;
            column-gap: 1.3125rem;
  }
  .p-news-list__category {
    border: 1.1px solid #f69149;
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    letter-spacing: 0.03em;
    padding: 7px 16px;
    padding: 0.4375rem 1rem;
  }
  .p-news-list__date {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
  }
  .p-news-list__title {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    letter-spacing: 0.04em;
    line-height: 1.61;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-news-list__icon {
    border: 1px solid #f69149;
    height: 46px;
    height: 2.875rem;
    width: 46px;
    width: 2.875rem;
  }
  .p-news-list__icon::after {
    border-right: 1px solid #f69149;
    border-top: 1px solid #f69149;
    height: 17px;
    height: 1.0625rem;
    left: 10px;
    left: 0.625rem;
    width: 17px;
    width: 1.0625rem;
  }
  .p-news {
    background: linear-gradient(30deg, rgb(255, 234, 201), rgb(255, 243, 222));
    background: transparent url(../images/news/bg-news_pc.png) no-repeat center top/cover;
  }
  .p-news__introduction {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .p-news__introduction-main {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    letter-spacing: 0;
    padding: 0 52px 92px 60px;
    padding: 0 3.25rem 5.75rem 3.75rem;
  }
  .p-news__introduction-shadow {
    bottom: -10px;
    bottom: -0.625rem;
    left: 0;
    right: -10px;
    right: -0.625rem;
    top: 0;
  }
  .p-news__introduction-shadow::after {
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  }
  .p-news__cateWrapper {
    border-radius: 0 0 0.5625rem 0.5625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    gap: 1rem;
    padding: 24px 26px 22px 24px;
    padding: 1.5rem 1.625rem 1.375rem 1.5rem;
  }
  .p-news__cateButton {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    min-width: 112px;
    min-width: 7rem;
    padding: 4px 10px 4px;
    padding: 0.25rem 0.625rem 0.25rem;
  }
  .p-news__cateButton--icon {
    display: none;
  }
  .p-news__cateList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    gap: 1rem;
  }
  .p-news__cateList.is-active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    gap: 1rem;
  }
  .p-news__cateLink {
    font-size: max(15px, 10px);
    font-size: max(0.9375rem, 10px);
    min-width: 112px;
    min-width: 7rem;
    padding: 6px 10px 7px;
    padding: 0.375rem 0.625rem 0.4375rem;
  }
  .p-news__main {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-notfound__wrap {
    margin-top: 98px;
    margin-top: 6.125rem;
  }
  .p-notfound__read {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    letter-spacing: 0;
    line-height: 2.4;
  }
  .p-notfound__text {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    letter-spacing: 0;
    line-height: 2.4;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-notfound__btn {
    margin-top: 40px;
    margin-top: 2.5rem;
    width: 307px;
    width: 19.1875rem;
  }
  .p-overview-detail {
    background: url(../images/overview/overview-detail-bg2.png) no-repeat center top/cover;
  }
  .p-overview-detail:before {
    background: url(../images/overview/bg-overview-detail.png) no-repeat center/contain;
    width: 88%;
  }
  .p-overview-detail__inner1.l-inner {
    margin-bottom: 75px;
    margin-bottom: 4.6875rem;
    max-width: 1731px;
    max-width: 108.1875rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-overview-detail__title-en.l-contents__title-en {
    top: -38px;
    top: -2.375rem;
  }
  .p-overview-detail__contents {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }
  .p-overview-detail__chapter {
    width: 233px;
    width: 14.5625rem;
  }
  .p-overview-detail__chapter-number {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    letter-spacing: 0.05em;
  }
  .p-overview-detail__chapter-number span {
    font-size: max(91px, 10px);
    font-size: max(5.6875rem, 10px);
    letter-spacing: 0.05em;
  }
  .p-overview-detail__title {
    font-size: max(43px, 10px);
    font-size: max(2.6875rem, 10px);
    line-height: 1.3;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-overview-detail__arrows {
    margin-top: 96px;
    margin-top: 6rem;
  }
  .p-overview-detail__content {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .p-overview-detail__prev-next-wrap {
    gap: 80px;
    gap: 5rem;
    margin-top: 180px;
    margin-top: 11.25rem;
  }
  .p-overview-detail__prev-next {
    margin-bottom: 9px;
    margin-bottom: 0.5625rem;
    margin-right: 9px;
    margin-right: 0.5625rem;
    width: 38.03%;
  }
  .p-overview-detail__prev-next a {
    background: linear-gradient(30deg, rgb(255, 208, 208), rgb(255, 244, 227));
    padding: 46px 25px 48px 28px;
    padding: 2.875rem 1.5625rem 3rem 1.75rem;
    text-align: left;
  }
  .p-overview-detail__card-shadow {
    bottom: -9px;
    bottom: -0.5625rem;
    left: 0;
    right: -9px;
    right: -0.5625rem;
    top: 0;
  }
  .p-overview-detail__card-shadow::after {
    clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
  }
  .p-overview-detail__prev-next-chapter {
    font-size: max(19px, 10px);
    font-size: max(1.1875rem, 10px);
    letter-spacing: 0.08em;
  }
  .p-overview-detail__prev-next-number {
    font-size: max(52px, 10px);
    font-size: max(3.25rem, 10px);
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    margin-top: 2px;
    margin-top: 0.125rem;
  }
  .p-overview-detail__prev-next-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: max(25px, 10px);
    font-size: max(1.5625rem, 10px);
    gap: 25px;
    gap: 1.5625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    margin-top: 1.25rem;
    margin-top: auto;
    text-align: left;
  }
  .p-overview-detail__prev-next--prev a {
    text-align: right;
  }
  .p-overview-detail__prev-next--prev .p-overview-detail__prev-next-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right;
  }
  .p-overview-detail__prev-next-icon {
    border: 1px solid #2a5eb8;
    height: 46px;
    height: 2.875rem;
    width: 46px;
    width: 2.875rem;
  }
  .p-overview-detail__prev-next--prev .p-overview-detail__prev-next-icon::before,
  .p-overview-detail__prev-next--next .p-overview-detail__prev-next-icon::after {
    border-top: 1px solid #2a5eb8;
    height: 17px;
    height: 1.0625rem;
    width: 17px;
    width: 1.0625rem;
  }
  .p-overview-detail__prev-next--prev .p-overview-detail__prev-next-icon::before {
    left: 60%;
  }
  .p-overview-detail__prev-next--next .p-overview-detail__prev-next-icon::after {
    left: 40%;
  }
  .p-overview {
    background: url(../images/overview/overview-bg.png) no-repeat center top/cover;
  }
  .p-overview__introduction {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .p-overview__introduction-card {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    letter-spacing: 0;
    padding: 110px 74px 70px 85px;
    padding: 6.875rem 4.625rem 4.375rem 5.3125rem;
  }
  .p-overview__introduction-shadow {
    bottom: -10px;
    bottom: -0.625rem;
    left: 0;
    right: -10px;
    right: -0.625rem;
    top: 0;
  }
  .p-overview__introduction-shadow::after {
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  }
  .p-overview__arrows {
    margin-top: 158px;
    margin-top: 9.875rem;
  }
  .p-overview__list {
    margin-top: 145px;
    margin-top: 9.0625rem;
  }
  .p-overview__item {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .p-overview__item:nth-child(1)::after {
    bottom: -200px;
    bottom: -12.5rem;
    height: 223px;
    height: 13.9375rem;
    right: -40px;
    right: -2.5rem;
    width: 223px;
    width: 13.9375rem;
  }
  .p-overview__item:nth-child(2)::after {
    bottom: -200px;
    bottom: -12.5rem;
    height: 223px;
    height: 13.9375rem;
    left: -30px;
    left: -1.875rem;
    width: 223px;
    width: 13.9375rem;
  }
  .p-overview__item:nth-child(3)::after {
    bottom: -225px;
    bottom: -14.0625rem;
    height: 323px;
    height: 20.1875rem;
    right: -110px;
    right: -6.875rem;
    width: 182px;
    width: 11.375rem;
  }
  .p-overview__item:nth-child(4)::after {
    bottom: -210px;
    bottom: -13.125rem;
    height: 253px;
    height: 15.8125rem;
    left: -40px;
    left: -2.5rem;
    width: 253px;
    width: 15.8125rem;
  }
  .p-overview__item:nth-child(5)::after {
    bottom: -310px;
    bottom: -19.375rem;
    height: 253px;
    height: 15.8125rem;
    right: -30px;
    right: -1.875rem;
    width: 253px;
    width: 15.8125rem;
  }
  .p-overview__item + .p-overview__item {
    margin-top: 198px;
    margin-top: 12.375rem;
  }
  .p-overview__card {
    gap: 45px;
    gap: 2.8125rem;
    padding: 35px 95px 30px 113px;
    padding: 2.1875rem 5.9375rem 1.875rem 7.0625rem;
  }
  .p-overview__chapter {
    width: 232px;
    width: 14.5rem;
  }
  .p-overview__chapter-number {
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    letter-spacing: 0.05em;
  }
  .p-overview__chapter-number-value {
    font-size: max(91px, 10px);
    font-size: max(5.6875rem, 10px);
    letter-spacing: 0.05em;
  }
  .p-overview__item-title {
    font-size: max(35px, 10px);
    font-size: max(2.1875rem, 10px);
    letter-spacing: 0;
    line-height: 2;
  }
  .p-overview__item-shadow {
    bottom: -10px;
    bottom: -0.625rem;
    left: 0;
    right: -10px;
    right: -0.625rem;
    top: 0;
  }
  .p-overview__item-button {
    bottom: -35px;
    bottom: -2.1875rem;
    right: 130px;
    right: 8.125rem;
    width: 308px;
    width: 19.25rem;
  }
  .p-overview__no-posts {
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-pagenavi .nav-links,
  .p-pagenavi .wp-pagenavi {
    gap: 22px;
    gap: 1.375rem;
  }
  .p-pagenavi .previouspostslink {
    margin-right: 12px;
    margin-right: 0.75rem;
  }
  .p-pagenavi .nextpostslink {
    margin-left: 12px;
    margin-left: 0.75rem;
  }
  .p-pavinavi__prev,
  .p-pavinavi__next {
    width: 24px;
    width: 1.5rem;
  }
  .p-top-news {
    padding-top: 198px;
    padding-top: 12.375rem;
  }
  .p-top-news__list {
    margin-top: 74px;
    margin-top: 4.625rem;
  }
  .p-top-news__button-wrap {
    margin-top: 80px;
    margin-top: 5rem;
    width: 308px;
    width: 19.25rem;
  }
  .p-top-news__no-post {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-top-section--about {
    padding-top: 185px;
    padding-top: 11.5625rem;
  }
  .p-top-section--overview {
    padding-top: 197px;
    padding-top: 12.3125rem;
  }
  .p-top-section__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
    gap: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-top-section--overview .p-top-section__content {
    margin-top: -10px;
    margin-top: -0.625rem;
  }
  .p-top-section__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .p-top-section--about .p-top-section__image {
    width: 524px;
    width: 32.75rem;
  }
  .p-top-section--about .p-top-section__image img {
    aspect-ratio: 524/414;
  }
  .p-top-section--overview .p-top-section__image {
    margin-right: 10px;
    margin-right: 0.625rem;
    width: 428px;
    width: 26.75rem;
  }
  .p-top-section--overview .p-top-section__image img {
    aspect-ratio: 428/436;
  }
  .p-top-section__text-wrap {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .p-top-section--overview .p-top-section__text-wrap {
    margin-top: 110px;
    margin-top: 6.875rem;
  }
  .p-top-section__text {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    letter-spacing: 0;
    line-height: 2.4;
  }
  .p-top-section__button-wrap {
    margin-top: 148px;
    margin-top: 9.25rem;
    width: 308px;
    width: 19.25rem;
  }
  .js-fadein {
    -webkit-transform: translateY(12.5rem);
            transform: translateY(12.5rem);
  }
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}

@media (min-width: 1250px){
  html {
    font-size: 16px;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.7;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.7;
  }
}

@media (any-hover: hover){
  .c-button1:hover {
    background-color: #fff;
    opacity: 1;
  }
  .c-button1--green:hover {
    color: #35a394;
  }
  .c-button1--red:hover {
    color: #ec8169;
  }
  .c-button1--orange:hover {
    color: #f69149;
  }
  .c-button1--sm.c-button1--red:hover {
    background-color: #f59ea0;
    color: #fff;
  }
  .c-menu-button:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-page-top:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-cta__button:hover {
    background-color: #2a5eb8;
    border: 0.5px solid #fff;
    border: 0.03125rem solid #fff;
    color: #fff;
    opacity: 1;
  }
  .p-header__pc-nav-item a:hover {
    color: #2a5eb8;
    opacity: 1;
  }
  .p-header__pc-nav-item--btn a:hover {
    background-position: right center;
    color: #fff;
  }
  .p-overview__card:hover {
    opacity: 1;
  }
  .p-overview__item:hover .c-button1--sm {
    background-color: #fff;
    color: #ec8169;
  }
}

@media screen and (min-width: 1440px){
  .p-footer__links {
    -moz-column-gap: 3.6875rem;
         -webkit-column-gap: 3.6875rem;
            column-gap: 3.6875rem;
  }
  .p-overview__item:nth-child(1)::after {
    bottom: -220px;
    bottom: -13.75rem;
    right: -150px;
    right: -9.375rem;
  }
  .p-overview__item:nth-child(2)::after {
    bottom: -210px;
    bottom: -13.125rem;
    left: -100px;
    left: -6.25rem;
  }
  .p-overview__item:nth-child(3)::after {
    right: -130px;
    right: -8.125rem;
  }
  .p-overview__item:nth-child(4)::after {
    left: -100px;
    left: -6.25rem;
  }
  .p-overview__item:nth-child(5)::after {
    right: -90px;
    right: -5.625rem;
  }
}

@media screen and (min-width: 2100px){
  .p-mv__image {
    height: 100%;
    min-height: 967px;
    min-height: 60.4375rem;
  }
}

@media screen and (min-width: 1200px){
  .p-overview__item:nth-child(1)::after {
    right: -60px;
    right: -3.75rem;
  }
  .p-overview__item:nth-child(2)::after {
    left: -40px;
    left: -2.5rem;
  }
  .p-overview__item:nth-child(3)::after {
    right: -120px;
    right: -7.5rem;
  }
  .p-overview__item:nth-child(4)::after {
    left: -50px;
    left: -3.125rem;
  }
  .p-overview__item:nth-child(5)::after {
    right: -40px;
    right: -2.5rem;
  }
}

@media screen and (min-width: 1800px){
  .p-overview__item:nth-child(1)::after {
    bottom: -200px;
    bottom: -12.5rem;
    right: calc(50% - 49.0625rem);
  }
  .p-overview__item:nth-child(2)::after {
    bottom: -110px;
    bottom: -6.875rem;
    left: calc(50% - 52.5rem);
  }
  .p-overview__item:nth-child(3)::after {
    right: calc(50% - 46.5625rem);
  }
  .p-overview__item:nth-child(4)::after {
    left: calc(50% - 51.875rem);
  }
  .p-overview__item:nth-child(5)::after {
    right: calc(50% - 45rem);
  }
}
/*# sourceMappingURL=style.css.map */
