@charset "UTF-8";
/* ====================
  Web Fonts
==================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* -------------------------------------------------------------
//  三角形
// ------------------------------------------------------------*/
/* -------------------------------------------------------------
//  css変数
// ------------------------------------------------------------*/
:root {
  --list-wrap-height: 0;
}

/* ====================
  foundation
==================== */
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th, td,
button {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

ul,
ol {
  list-style-type: none;
}

em,
i,
strong,
th,
address {
  font-style: normal;
  /*text-align: left;*/
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img,
object,
embed {
  border: 0;
  vertical-align: top;
}

hr {
  border: 0;
  height: 1px;
  background: #A6BEEC;
  margin: 1em 0;
  clear: both;
  width: 100%;
}

li {
  list-style-type: none;
}

area {
  outline: none !important;
  border: none !important;
}

body *,
body *::after,
body *::before {
  box-sizing: border-box;
}

input[type=submit],
input[type=button],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

p {
  line-height: 1.75;
}

html {
  color: #303030;
  line-height: 1.75;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #303030;
  font-size: 1.125rem;
  line-height: 1.75;
  line-height: 2.3333333333;
  background-color: #F4F5F3;
}

/* ====================
component

ファイルの命名規則：コンポーネント名
クラス名の命名規則：
.c-[コンポーネント名]
.c-[コンポーネント名]-[ユニーク名]
.c-[コンポーネント名+連番]
==================== */
.c-button-wrapper {
  margin-bottom: 16px;
}

* + .c-button-wrapper {
  margin-top: 16px;
}

.c-button-wrapper.-center {
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
}

.c-button-primary {
  background-color: #303030;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
  min-width: 345px;
  padding: 23px;
  position: relative;
  text-align: center;
  transition: opacity 0.3s;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-button-primary {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    min-width: 100%;
  }
}
.c-button-primary::before {
  background-color: #C4E6DF;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
}
.c-button-primary:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .c-button-primary:hover {
    opacity: 1;
  }
}
.c-button-primary.-arrow {
  padding-right: 46px;
}
.c-button-primary.-arrow::before {
  content: "";
  -webkit-mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  transition: translate 0.3s;
  width: 26px;
  height: 40px;
}
.c-button-primary.-arrow:hover::before {
  translate: 4px;
}
@media screen and (max-width: 767px) {
  .c-button-primary.-arrow:hover::before {
    translate: none;
  }
}

.c-heading01 {
  background: rgb(196, 230, 223);
  background: -moz-linear-gradient(90deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
  background: -webkit-linear-gradient(90deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
  background: linear-gradient(90deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4e6df",endColorstr="#ced6f2",GradientType=1);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding-top: 158px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1023px) {
  .c-heading01 {
    padding-top: 132px;
  }
}
@media screen and (max-width: 767px) {
  .c-heading01 {
    background: rgb(196, 230, 223);
    background: -moz-linear-gradient(174deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
    background: -webkit-linear-gradient(174deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
    background: linear-gradient(174deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4e6df",endColorstr="#ced6f2",GradientType=1);
    padding-top: 8px;
    padding-bottom: 0;
  }
}
.c-heading01__wrap {
  width: min(1200px, 100%);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 4px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .c-heading01__wrap {
    flex-flow: column;
    align-items: center;
  }
}
.c-heading01__text {
  font-family: "Noto Sans JP", serif;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-heading01__text {
    font-size: 1.25rem;
    line-height: 1.45;
    margin-bottom: 8px;
    flex-flow: column;
  }
}
.c-heading01__en {
  font-family: "Barlow Condensed", serif;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0px 16px 6px rgba(166, 190, 236, 0.6);
  margin-right: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-heading01__en {
    font-size: 3.125rem;
    line-height: 1.2;
    text-shadow: 0px 10px 3px rgba(166, 190, 236, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .c-heading01__img-contact {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .c-heading01__img-info {
    width: 164px;
  }
}

/* ====================
  layout
==================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 126px;
  z-index: 4;
}
@media screen and (max-width: 1023px) {
  .l-header {
    height: 60px;
  }
}
.l-header__inner {
  background-color: #fff;
  border-radius: 50px;
  margin-top: 26px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  height: 100px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(166, 190, 236, 0.2);
}
@media screen and (max-width: 1199px) {
  .l-header__inner {
    height: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    height: 60px;
    padding: 4px 0;
  }
}
.l-header__inner.scrolled {
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  margin-top: 0;
}
.l-header__logo {
  margin: 24px 14px 29px 1.7708333333vw;
  width: 149px;
  z-index: 3;
}
@media screen and (max-width: 1499px) {
  .l-header__logo {
    width: 120px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 10px;
    width: fit-content;
  }
}
.l-header__logo-link {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header__logo-link {
    width: 76px;
    height: 27px;
  }
}
.l-header__logo-txt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  z-index: 3;
}
@media screen and (max-width: 1499px) {
  .l-header__logo-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  .l-header__logo-txt {
    line-height: 1.3;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1199px) {
  .l-header__logo-db {
    display: block;
  }
}
.l-header__nav-wrapper {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  gap: 2.8125vw;
}
@media screen and (max-width: 1499px) {
  .l-header__nav-wrapper {
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__nav-wrapper {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__nav-wrapper {
    background-color: #fff;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity 0.6s, visibility 0.6s;
    visibility: hidden;
    width: 100%;
    height: 100dvh;
  }
  .-active + .l-header__nav-wrapper {
    opacity: 1;
    visibility: visible;
  }
}

.l-header-nav {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1023px) {
  .l-header-nav {
    overflow-y: auto;
    max-height: 100vh;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .l-header-nav {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-header-nav__list {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
  font-size: 1.125rem;
}
@media screen and (max-width: 1499px) {
  .l-header-nav__list {
    font-size: 1rem;
    gap: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-nav__list {
    flex-direction: column;
    gap: 0;
    font-size: 1.25rem;
    line-height: 1.45;
    margin-top: 108px;
    margin-inline: auto;
    width: calc(100% - 32px);
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-nav__item {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .l-header-nav__item {
    max-width: 345px;
  }
}
.l-header-nav__link {
  display: inline-block;
  position: relative;
  transition: transform 0.3s;
  font-weight: 600;
}
.l-header-nav__link:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.l-header-nav__link::after {
  content: "";
  background-color: #3D6FC9;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
  height: 2px;
}
.l-header-nav__link.-active::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (max-width: 1023px) {
  .l-header-nav__link {
    display: block;
    padding: 26px 0;
    border-bottom: 1px solid #A6BEEC;
    width: 100%;
  }
  .l-header-nav__link::after {
    content: none;
  }
  .l-header__nav-list:hover .l-header-nav__link:not(:hover) {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-list:hover .l-header-nav__link:not(:hover) {
    opacity: 1;
  }
}

.l-header-contact {
  margin-right: 1.3020833333vw;
  display: block;
  background-color: #3D6FC9;
  color: #fff;
  width: 188px;
  height: 70px;
  border-radius: 36px;
  text-align: center;
  transition: 0.3s;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 1499px) {
  .l-header-contact {
    font-size: 16px;
    font-size: 1rem;
    width: 144px;
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header-contact {
    display: none;
  }
}
.l-header-contact:hover {
  opacity: 0.8;
}

.l-header-contact-sp {
  display: none;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .l-header-contact-sp {
    background-color: #3D6FC9;
    border-radius: 4px;
    color: #fff;
    display: block;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: 0.3s;
  }
  .l-header-contact-sp:hover {
    opacity: 0.8;
  }
}
.l-header-contact-sp .-active {
  opacity: 0;
}
.l-header-contact-sp__icon {
  width: 21px;
  height: 15px;
}

.l-header-hamburger {
  background-color: #fff;
  border: none;
  display: none;
  order: 2;
  position: relative;
  width: 53px;
  width: 60px;
  height: 53px;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .l-header-hamburger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header-hamburger {
    width: 46px;
  }
}
.l-header-hamburger__line {
  background-color: #303030;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.3s, top 0.3s, transform 0.3s;
  width: 17px;
  height: 2px;
}
.l-header-hamburger__line::before, .l-header-hamburger__line::after {
  content: "";
  background-color: #303030;
  display: block;
  position: absolute;
  transition: inherit;
  width: 100%;
  height: 100%;
}
.l-header-hamburger__line::before {
  top: -7px;
}
.l-header-hamburger__line::after {
  top: 7px;
}
.-active > .l-header-hamburger__line {
  background-color: transparent;
}
.-active > .l-header-hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.-active > .l-header-hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.l-contact {
  background: rgb(196, 230, 223);
  background: -moz-linear-gradient(90deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
  background: -webkit-linear-gradient(90deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
  background: linear-gradient(90deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4e6df",endColorstr="#ced6f2",GradientType=1);
  padding: 100px 15px 166px 15px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (max-width: 1199px) {
  .l-contact {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-contact {
    background: rgb(196, 230, 223);
    background: -moz-linear-gradient(174deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
    background: -webkit-linear-gradient(174deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
    background: linear-gradient(174deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4e6df",endColorstr="#ced6f2",GradientType=1);
  }
}
.l-contact__heading {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .l-contact__heading {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-bottom: 18px;
  }
}
.l-contact__heading--en {
  font-family: "Barlow Condensed", serif;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0px 16px 6px rgb(111, 145, 207);
  margin-right: 10px;
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-contact__heading--en {
    font-size: 2.5rem;
    line-height: 1.2;
    text-shadow: 0px 10px 3px rgba(166, 190, 236, 0.6);
    margin-top: 38px;
    margin-bottom: 10px;
  }
}
.l-contact__section {
  width: min(1200px, 100%);
  margin-inline: auto;
  border-radius: 8px;
  background-color: rgba(61, 111, 201, 0.5);
  border: 4px solid #fff;
  text-align: center;
  padding-bottom: 70px;
  position: relative;
}
.l-contact__text {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-contact__text {
    font-size: 1rem;
    line-height: 1.5;
    width: 17em;
    margin-inline: auto;
  }
}
.l-contact__button {
  margin-inline: auto;
  margin-top: 22px;
  max-width: 602px;
}
.l-contact__button > .c-button-primary {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-contact__button {
    margin-top: 28px;
    width: 302px;
  }
}
.l-contact__img01 {
  position: absolute;
  top: -120px;
  left: 33px;
  max-width: 105px;
}
@media screen and (max-width: 1350px) {
  .l-contact__img01 {
    top: -80px;
    left: 16px;
    max-width: 72px;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__img01 {
    top: -64px;
    width: 61px;
  }
}
.l-contact__img02 {
  position: absolute;
  top: -149px;
  right: -70px;
  max-width: 287px;
}
@media screen and (max-width: 1350px) {
  .l-contact__img02 {
    top: -110px;
    right: -10px;
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .l-contact__img02 {
    top: -72px;
    width: 139px;
  }
}

.l-footer {
  font-size: 1.25rem;
  line-height: 1.45;
  background-color: #fff;
  padding: 86px 16px 29px 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: -16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 58px;
    padding-bottom: 27px;
  }
}
.l-footer__inner {
  width: fit-content;
  margin: auto;
  text-align: center;
}
.l-footer-nav-wrap {
  max-width: 648px;
}
@media screen and (max-width: 374px) {
  .l-footer-nav-wrap {
    max-width: 300px;
  }
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    gap: 10px 17px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item {
    width: fit-content;
  }
}
@media screen and (max-width: 479px) {
  .l-footer__nav-item:nth-of-type(2) {
    padding-right: 80px;
  }
}
.l-footer__nav-link {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-link {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.l-footer__nav-link:hover {
  opacity: 0.7;
}
.l-footer__nav03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  gap: 10px 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav03 {
    margin-top: 27px;
    gap: 10px 17px;
    justify-content: flex-start;
  }
}
.l-footer__nav03-item {
  text-align: center;
}
.l-footer__nav03-link {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #6B6B6B;
  position: relative;
  padding-right: 24px;
}
.l-footer__nav03-link:hover {
  opacity: 0.7;
}
.l-footer__nav03-link::after {
  background-color: #6B6B6B;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-mask: url(../img/common/icon_link.svg) no-repeat center/contain;
  mask: url(../img/common/icon_link.svg) no-repeat center/contain;
  transition: translate 0.3s;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav03-link::after {
    right: 6px;
    width: 14px;
    height: 14px;
  }
}
.l-footer__copyright {
  font-size: 0.75rem;
  margin-top: 54px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 37px;
    font-size: 0.625rem;
  }
}
.l-footer__pagetop {
  cursor: pointer;
  display: block;
  opacity: 0;
  transition: box-shadow 0.3s, opacity 0.3s, transform 0.3s, visibility 0.3s;
  visibility: hidden;
  position: fixed;
  right: 22px;
  bottom: 60px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    right: 22px;
    bottom: 18px;
  }
}
.l-footer__pagetop:hover {
  opacity: 0.8;
}
.l-footer__pagetop.-show {
  opacity: 1;
  visibility: visible;
}
.l-footer__pagetop.-fixed {
  position: absolute;
  top: -33px;
}
.l-footer__pagetop-text {
  color: #303030;
  font-family: "Barlow Condensed", serif;
  font-size: 1rem;
  line-height: 1.1875;
  padding: 2px;
}

.l-footer-pagetop-blcok {
  color: #303030;
  display: grid;
  justify-items: center;
}
.l-footer-pagetop-blcok__img {
  display: block;
  width: 65px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-footer-pagetop-blcok__img {
    width: 67px;
  }
}
.l-footer-pagetop-blcok__text {
  font-size: 1rem;
  line-height: 1.1875;
  background-color: #fff;
  border: 1px solid #303030;
  border-radius: 4px;
  padding: 2px 8px;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.l-wrapper {
  overflow: hidden;
}

.p-home .l-main {
  margin-top: 126px;
}

@media screen and (max-width: 767px) {
  .l-page {
    padding-top: 60px;
  }
}

.l-contents {
  padding: 85px 85px 69px 85px;
}
@media screen and (max-width: 1023px) {
  .l-contents {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-contents {
    padding: 32px 16px;
  }
}
.l-contents__inner {
  width: min(1040px, 100%);
  margin: auto;
}

.l-info-article {
  padding: 100px 48px 96px 48px;
  border-bottom: 1px solid #C7DAFF;
}
@media screen and (max-width: 767px) {
  .l-info-article {
    padding: 24px 16px 53px 16px;
  }
}
.l-info-article__inner {
  width: min(1200px, 100%);
  margin-inline: auto;
}

.p-home-mv {
  box-sizing: border-box;
  z-index: -1;
  position: relative;
}
.p-home-mv__block {
  position: relative;
  container-type: inline-size;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  aspect-ratio: 480/233;
}
@media screen and (max-width: 767px) {
  .p-home-mv__block {
    aspect-ratio: 15/16;
  }
}
.p-home-mv__picture {
  position: absolute;
  top: -183px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-home-mv__picture {
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mv__picture {
    top: -112px;
  }
}
@media screen and (max-width: 479px) {
  .p-home-mv__picture {
    top: -60px;
  }
}
.p-home-mv__picture img {
  width: 100%;
  height: auto;
}
.p-home-mv__contents {
  position: absolute;
  top: 37%;
  left: 18%;
}
@media screen and (max-width: 767px) {
  .p-home-mv__contents {
    bottom: 9%;
    top: 46%;
    left: 50%;
    transform: translateX(-50%);
    width: 95cqw;
  }
}
.p-home-mv__logo {
  display: block;
  width: 10.7cqw;
}
@media screen and (max-width: 767px) {
  .p-home-mv__logo {
    width: 31cqw;
    margin-left: 1.5cqw;
    margin-bottom: 1.5cqw;
  }
}
.p-home-mv__heading-en {
  font-family: "Barlow Condensed", serif;
  font-size: 9rem;
  font-size: 6.31cqw;
  line-height: 1.2;
  text-shadow: 0px 1.2cqw 6px rgba(166, 190, 236, 0.6);
}
@media screen and (max-width: 767px) {
  .p-home-mv__heading-en {
    font-size: 4.375rem;
    line-height: 1.2;
    font-size: 18.83cqw;
    text-shadow: 0px 1.2cqw 4px rgba(166, 190, 236, 0.6);
  }
}
.p-home-mv__heading-sub {
  font-size: 1.375rem;
  font-size: 1.15cqw;
  line-height: 1.4545454545;
  margin-top: 0.68cqw;
}
@media screen and (max-width: 767px) {
  .p-home-mv__heading-sub {
    font-size: 1rem;
    font-size: 4.3cqw;
    line-height: 1.25;
    width: 16em;
    margin-top: 0;
    margin-bottom: 6px;
  }
}
.p-home-mv__heading {
  font-size: 2.375rem;
  font-size: 2cqw;
  line-height: 1.4473684211;
  font-weight: 500;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .p-home-mv__heading {
    font-size: 1.25rem;
    font-size: 5.4cqw;
    line-height: 1.45;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: fit-content;
  }
}

.p-home-info {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-home-info {
    margin-top: 32px;
  }
}
.p-home-info__inner {
  background-color: #fff;
  padding: 45px 46px 55px 46px;
  margin-inline: auto;
  width: min(1200px, 100%);
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(166, 190, 236, 0.2);
}
@media screen and (max-width: 767px) {
  .p-home-info__inner {
    padding: 34px 22px 50px 22px;
  }
}
.p-home-info__heading {
  font-family: "Noto Sans JP", serif;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-home-info__heading {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.p-home-info__heading--en {
  font-family: "Barlow Condensed", serif;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0px 16px 6px rgba(166, 190, 236, 0.6);
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-home-info__heading--en {
    font-size: 2.5rem;
    line-height: 1.2;
    text-shadow: 0px 10px 3px rgba(166, 190, 236, 0.6);
  }
}
.p-home-info__list {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-home-info__list {
    margin-top: 20px;
    padding: 0 8px;
  }
}
.p-home-info__item {
  font-family: "Noto Sans JP", serif;
  border-bottom: 1px solid #A6BEEC;
  display: grid;
  grid-template-columns: 90px 182px auto;
  align-items: center;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .p-home-info__item {
    grid-template-columns: 90px auto;
    row-gap: 10px;
    padding-bottom: 16px;
    padding: 18px 0;
  }
}
.p-home-info__item.--none {
  display: block;
}
.p-home-info__item:first-child {
  border-top: 1px solid #A6BEEC;
}
.p-home-info__date {
  color: #6B6B6B;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-home-info__date {
    font-size: 1rem;
  }
}
.p-home-info__category {
  margin: 0 24px 0 18px;
  text-align: center;
}
.p-home-info__category-link {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  background-color: #3D6FC9;
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 2px 6px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-home-info__category-link {
    width: min(162px, 100%);
  }
}
.p-home-info__category-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-home-info__category-link:hover {
    opacity: 1;
  }
}
.p-home-info__link {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  transition: 0.3s;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-home-info__link {
    grid-column: 1/3;
  }
}
.p-home-info__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-home-info__link:hover {
    opacity: 1;
  }
}
.p-home-info__button {
  margin: 32px auto 0;
  width: 100%;
  max-width: 345px;
}
@media screen and (max-width: 767px) {
  .p-home-info__button {
    max-width: 245px;
  }
}

.p-home-programs {
  background: rgb(196, 230, 223);
  background: -moz-linear-gradient(174deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
  background: -webkit-linear-gradient(174deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
  background: linear-gradient(174deg, rgb(196, 230, 223) 8%, rgb(206, 214, 242) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c4e6df",endColorstr="#ced6f2",GradientType=1);
  padding: 100px 15px 150px 15px;
  border-radius: 16px;
}
@media screen and (max-width: 1499px) {
  .p-home-programs {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .p-home-programs {
    padding-top: 42px;
    padding-bottom: 80px;
  }
}
.p-home-programs__heading {
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-home-programs__heading {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-bottom: 40px;
  }
}
.p-home-programs__heading--en {
  font-family: "Barlow Condensed", serif;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0px 16px 6px rgba(166, 190, 236, 0.6);
  margin-right: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-home-programs__heading--en {
    font-size: 2.5rem;
    line-height: 1.2;
    text-shadow: 0px 10px 3px rgba(166, 190, 236, 0.6);
    margin-right: 0px;
  }
}
.p-home-programs__inner {
  margin: auto;
  margin-bottom: 146px;
  padding: 72px 20px 85px 20px;
  width: min(1200px, 100%);
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 1199px) {
  .p-home-programs__inner {
    padding: 24px 20px 50px 20px;
    margin-bottom: 24px;
  }
}
.p-home-programs__block {
  margin: auto;
  width: min(800px, 100%);
}
.p-home-programs__block-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-programs__block-title {
    font-size: 1.25rem;
    line-height: 1.45;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 40px;
  }
}
.p-home-programs__block-title::after {
  content: ""; /* 擬似要素を使用 */
  position: absolute;
  bottom: -24px;
  left: 50%; /* 中央揃え */
  transform: translateX(-50%); /* 正確な中央揃え */
  width: 4.5em;
  height: 8px; /* 下線の高さ */
  background-color: #EC695E;
}
@media screen and (max-width: 767px) {
  .p-home-programs__block-title::after {
    bottom: -16px;
  }
}
.p-home-programs__block-title.--secondary::after {
  background-color: #5CC0BD;
}
.p-home-programs__block-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.3333333333;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-home-programs__block-text {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.p-home-programs__block-button-block {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-home-programs__block-button-block {
    margin-top: 30px;
  }
}

.p-home-programs-button {
  background-color: #FBFCFF;
  border: 1px solid #CED6F2;
  border-radius: 4px;
  color: #303030;
  display: block;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  padding: 38px 62px 36px 32px;
  position: relative;
  transition: opacity 0.3s;
  box-shadow: 0px 10px 20px rgba(221, 223, 232, 0.2);
}
.p-home-programs-button::before {
  background-color: #3D6FC9;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 36px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-home-programs-button::before {
    right: 16px;
  }
}
.p-home-programs-button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-home-programs-button:hover {
    opacity: 1;
  }
}
.p-home-programs-button.-link {
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .p-home-programs-button.-link {
    padding-right: 46px;
  }
}
.p-home-programs-button.-link::before {
  content: "";
  -webkit-mask: url(../img/common/icon_link.svg) no-repeat center/contain;
  mask: url(../img/common/icon_link.svg) no-repeat center/contain;
  transition: translate 0.3s;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .p-home-programs-button.-link::before {
    width: 14px;
    height: 14px;
  }
}
.p-home-programs-button + .p-home-programs-button {
  margin-top: 20px;
}

.p-home-aboutus {
  max-width: 1920px;
  margin: auto;
  padding-top: 80px;
}
@media screen and (max-width: 1199px) {
  .p-home-aboutus {
    padding-top: 48px;
  }
}
.p-home-aboutus__inner {
  padding-right: 16px;
  padding-left: 16px;
}
.p-home-aboutus__lead {
  width: min(1560px, 100%);
  margin-left: auto;
  display: grid;
  grid-template-columns: 46% 52%;
  column-gap: 27px;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-home-aboutus__lead {
    grid-template-columns: 1fr;
  }
}
.p-home-aboutus__lead-inner {
  padding: 146px 16px 150px 86px;
  order: 1;
}
@media screen and (max-width: 1023px) {
  .p-home-aboutus__lead-inner {
    padding-left: 16px;
    padding-top: 0;
    padding-bottom: 34px;
    order: 2;
  }
}
.p-home-aboutus__img {
  z-index: -1;
  order: 2;
}
@media screen and (max-width: 1023px) {
  .p-home-aboutus__img {
    order: 1;
    width: min(313px, 100%);
    margin-inline: auto;
  }
}
.p-home-aboutus__heading {
  font-family: "Noto Sans JP", serif;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .p-home-aboutus__heading {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-bottom: 40px;
  }
}
.p-home-aboutus__heading--en {
  font-family: "Barlow Condensed", serif;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 1.0666666667;
  text-shadow: 0px 16px 6px rgba(166, 190, 236, 0.6);
  margin-right: 10px;
  padding-bottom: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-home-aboutus__heading--en {
    font-size: 5rem;
    line-height: 0.6;
    text-shadow: 0px 10px 3px rgba(166, 190, 236, 0.6);
  }
}
.p-home-aboutus__lead-box-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4583333333;
  display: inline-block;
  position: relative;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-home-aboutus__lead-box-title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.p-home-aboutus__lead-box-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3em;
  height: 4px;
  background-color: #3B80F9;
}
.p-home-aboutus__lead-box-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.3333333333;
  margin-top: 44px;
  background-color: rgba(244, 245, 243, 0.6117647059);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-home-aboutus__lead-box-text {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 20px;
  }
}

.p-home-message {
  background-color: #fff;
  width: min(1200px, 100%);
  margin-inline: auto;
  margin-top: -24px;
  margin-bottom: 80px;
  border-radius: 4px;
  padding: 77px 20px 120px 20px;
  box-shadow: 0px 10px 20px rgba(166, 190, 236, 0.2);
}
@media screen and (max-width: 1023px) {
  .p-home-message {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-message {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.p-home-message__heading {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-inline: auto;
  width: fit-content;
  text-align: center;
  padding-bottom: 17px;
}
.p-home-message__heading::after {
  content: ""; /* 擬似要素を使用 */
  position: absolute;
  bottom: 0; /* テキストの下に配置 */
  left: 50%; /* 中央揃え */
  transform: translateX(-50%); /* 正確な中央揃え */
  width: 3em; /* 下線の幅（テキストより短め） */
  height: 4px; /* 下線の高さ */
  background-color: #3B80F9; /* 下線の色 */
}
@media screen and (max-width: 767px) {
  .p-home-message__heading {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-bottom: 60px;
  }
}
.p-home-message__picture {
  width: 100%;
  width: 224px;
  border-radius: 3px;
  overflow: hidden;
  margin-inline: auto;
  margin-top: 53px;
}
.p-home-message__contents {
  font-size: 1.125rem;
  line-height: 2.3333333333;
  font-weight: 400;
  margin-top: 53px;
  width: min(960px, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-home-message__contents {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.p-home-message__text + .p-home-message__text {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-home-message__text + .p-home-message__text {
    margin-top: 18px;
  }
}

.p-home-member {
  background-color: #fff;
  width: min(1200px, 100%);
  margin-inline: auto;
  margin-bottom: 80px;
  border-radius: 4px;
  padding: 77px 40px 80px 40px;
  box-shadow: 0px 10px 20px rgba(166, 190, 236, 0.2);
}
@media screen and (max-width: 767px) {
  .p-home-member {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
}
.p-home-member__heading {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 40px;
  width: fit-content;
  text-align: center;
  padding-bottom: 17px;
}
.p-home-member__heading::after {
  content: ""; /* 擬似要素を使用 */
  position: absolute;
  bottom: 0; /* テキストの下に配置 */
  left: 50%; /* 中央揃え */
  transform: translateX(-50%); /* 正確な中央揃え */
  width: 3em; /* 下線の幅（テキストより短め） */
  height: 4px; /* 下線の高さ */
  background-color: #3B80F9; /* 下線の色 */
}
@media screen and (max-width: 767px) {
  .p-home-member__heading {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-bottom: 60px;
  }
}
.p-home-member__list {
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8vw;
}
@media screen and (max-width: 767px) {
  .p-home-member__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-home-member__button-wrap {
  margin-top: 60px;
  max-width: 603px;
  margin-inline: auto;
}
.p-home-member__button {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
  background-color: #3D6FC9;
  color: #fff;
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 53px;
  padding-left: 20px;
  text-align: center;
  position: relative;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-home-member__button {
    font-size: 1.125rem;
    line-height: 1.3333333333;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.p-home-member__button span {
  width: min(18em, 100%);
  display: inline-block;
}
.p-home-member__button::after {
  background-color: #fff;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  content: "";
  -webkit-mask: url(../img/common/icon_link.svg) no-repeat center/contain;
  mask: url(../img/common/icon_link.svg) no-repeat center/contain;
  transition: translate 0.3s;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-home-member__button::after {
    right: 16px;
    width: 14px;
    height: 14px;
  }
}
.p-home-member__button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-home-member__button:hover {
    opacity: 1;
  }
}

.p-home-member-card {
  background-color: #FBFCFF;
  border: 1px solid #C7DAFF;
  border-radius: 4px;
  padding: clamp(24px, 7%, 40px);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 43% auto;
}
@media screen and (max-width: 479px) {
  .p-home-member-card {
    grid-template-columns: 88px auto;
  }
}
.p-home-member-card__picture {
  margin-right: 16px;
  grid-row: span 2;
}
@media screen and (max-width: 1023px) {
  .p-home-member-card__picture {
    grid-row: span 1;
  }
}
.p-home-member-card__title {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
  color: #6B6B6B;
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .p-home-member-card__title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 479px) {
  .p-home-member-card__title {
    margin-top: 8px;
  }
}
.p-home-member-card__name {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .p-home-member-card__name {
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}
@media screen and (max-width: 1023px) {
  .p-home-member-card__link-wrap {
    grid-column: span 2;
  }
}
.p-home-member-card__link {
  display: block;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  color: #3D6FC9;
  border: 1px solid #3D6FC9;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 16px;
  width: 100%;
  position: relative;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-home-member-card__link {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 24px;
  }
}
.p-home-member-card__link::after {
  background-color: #3D6FC9;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  content: "";
  -webkit-mask: url(../img/common/icon_link.svg) no-repeat center/contain;
  mask: url(../img/common/icon_link.svg) no-repeat center/contain;
  transition: translate 0.3s;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-home-member-card__link::after {
    right: 16px;
    width: 14px;
    height: 14px;
  }
}
.p-home-member-card__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-home-member-card__link:hover {
    opacity: 1;
  }
}

.p-home-contents {
  max-width: 1990px;
  margin: auto;
  padding-bottom: 240px;
}
@media screen and (max-width: 1199px) {
  .p-home-contents {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
.p-home-contents__inner {
  padding-right: 16px;
  padding-left: 16px;
}
.p-home-contents__lead {
  width: min(1900px, 100%);
  margin-left: -70px;
  display: grid;
  grid-template-columns: 46% 44%;
  column-gap: 8vw;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-home-contents__lead {
    grid-template-columns: 1fr;
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .p-home-contents__img {
    width: min(313px, 100%);
    margin-inline: auto;
  }
}
.p-home-contents__heading {
  font-family: "Noto Sans JP", serif;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-home-contents__heading {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-bottom: 30px;
  }
}
.p-home-contents__heading--en {
  font-family: "Barlow Condensed", serif;
  font-size: 5.625rem;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0px 16px 6px rgba(166, 190, 236, 0.6);
  margin-right: 10px;
  padding-bottom: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-home-contents__heading--en {
    font-size: 5rem;
    line-height: 0.6;
    text-shadow: 0px 10px 3px rgba(166, 190, 236, 0.6);
  }
}
.p-home-contents__lead-box {
  max-width: 610px;
}
@media screen and (max-width: 1023px) {
  .p-home-contents__lead-box {
    max-width: 100%;
  }
}
.p-home-contents__lead-box-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4583333333;
  display: inline-block;
  position: relative;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-home-contents__lead-box-title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.p-home-contents__lead-box-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3em;
  height: 4px;
  background-color: #3B80F9;
}
.p-home-contents__lead-box-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.3333333333;
  background-color: rgba(244, 245, 243, 0.6117647059);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-home-contents__lead-box-text {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.p-home-contents__button {
  margin-top: 42px;
  width: 100%;
  max-width: 345px;
}
@media screen and (max-width: 767px) {
  .p-home-contents__button {
    max-width: 245px;
    margin-top: 30px;
  }
}
.p-home-contents__lead-img {
  max-width: clamp(24px, 19vw, 352px);
  margin-left: auto;
  display: block;
  margin-top: 42px;
  margin-right: -3.7vw;
}
@media screen and (max-width: 1023px) {
  .p-home-contents__lead-img {
    display: none;
  }
}

.p-contact__section {
  padding-top: 108px;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-contact__section {
    padding-top: 40px;
    padding-bottom: 96px;
  }
}
.p-contact__button-wrap {
  width: min(345px, 100%);
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-contact__button-wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__button-wrap > .c-button-primary {
    padding: 18px 60px;
  }
}
.-confirm .p-contact__button-wrap {
  margin-top: 60px;
  max-width: 760px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(328px, 100%), 1fr));
  column-gap: 70px;
  column-gap: 4.5vw;
  row-gap: 24px;
}
@media screen and (max-width: 767px) {
  .-confirm .p-contact__button-wrap {
    max-width: 245px;
  }
}
.p-contact__button-wrap.-thanks {
  width: min(620px, 100%);
  margin: auto;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-contact__button-wrap.-thanks {
    width: min(306px, 100%);
    margin-top: 50px;
  }
}
.p-contact__button-wrap.-thanks > .c-button-primary {
  width: 100%;
}

.p-contact-flow {
  display: flex;
  justify-content: space-between;
  width: min(542px, 100%);
  margin: auto;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-contact-flow {
    padding: 0 16px;
    width: min(302px, 100%);
  }
}
.p-contact-flow__item {
  list-style-type: none;
  width: 106px;
  height: 106px;
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: center;
  border: 1px solid #A6BEEC;
  border-radius: 50%;
  color: #A4A4A4;
  padding: 4px 16px;
  position: relative;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-flow__item {
    width: 66px;
    height: 66px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-contact-flow__item:after {
  content: "";
  width: 56px;
  position: absolute;
  top: 53px;
  left: -80%;
  z-index: -1;
  border-bottom: solid 2px #C7DAFF;
}
@media screen and (max-width: 767px) {
  .p-contact-flow__item:after {
    width: 20px;
    top: 33px;
    left: -30px;
  }
}
.p-contact-flow__item:first-child:after {
  content: none;
}
.p-contact-flow__item.-current {
  color: #303030;
  background-color: #A6BEEC;
}

.p-contact-form {
  width: min(1232px, 100%);
  margin-inline: auto;
  padding: 70px 16px 0 16px;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    margin-top: 0px;
  }
}
.p-contact-form__body {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #A6BEEC;
}
@media screen and (max-width: 767px) {
  .p-contact-form__body {
    display: block;
  }
}
.p-contact-form__heading {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px;
  padding: 60px 16px 60px 0;
  width: 263px;
  border-bottom: 1px solid #A6BEEC;
}
@media screen and (max-width: 1023px) {
  .p-contact-form__heading {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    border-bottom: none;
    padding-top: 40px;
    padding-bottom: 5px;
    width: 100%;
  }
}
.p-contact-form__data {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 400;
  padding-top: 54px;
  padding-bottom: 54px;
  width: calc(100% - 263px);
  text-wrap: balance;
  border-bottom: 1px solid #A6BEEC;
}
@media screen and (max-width: 1023px) {
  .p-contact-form__data {
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 30px;
    width: 100%;
  }
}
.p-contact-form__required {
  background-color: #EC685E;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 4px;
  padding: 2px 8px;
  border-radius: 15px;
  width: 46px;
  text-align: center;
}
.p-contact-form select::-ms-expand {
  /*--IEでデフォルトの矢印を消します--*/
  display: none;
}
.p-contact-form select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/contact/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 16px 9px;
  background-position: right 20px center;
  background-color: #fff;
  text-align: center;
  color: #3f3e3e;
  white-space: normal;
  text-align: left;
}
.p-contact-form select::-ms-expand {
  -webkit-appearance: none;
  appearance: none;
}
.p-contact-form textarea,
.p-contact-form input[type=text],
.p-contact-form input[type=email],
.p-contact-form select {
  border: transparent;
  border-radius: 4px;
  padding: 12px 4px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-contact-form textarea,
  .p-contact-form input[type=text],
  .p-contact-form input[type=email],
  .p-contact-form select {
    padding: 6px 2px;
    padding-right: 40px;
  }
}
.p-contact-form__data-checkbox {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-left: 8px;
}
.p-contact-form input[type=checkbox] {
  position: relative;
  width: 33px;
  height: 33px;
  background-color: #fff;
  border: 1px solid #A6BEEC;
  border-radius: 4px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 18px;
}
.p-contact-form input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 9px;
  width: 13px;
  height: 20px;
  border-right: 4px solid #3D6FC9;
  border-bottom: 4px solid #3D6FC9;
  transform: rotate(50deg);
}
.p-contact-form__policy-text {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin-top: 30px;
}
.p-contact-form__policy-link {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  color: #3D6FC9;
  border-bottom: 1px solid #3D6FC9;
}
.p-contact-form__policy-link-icon {
  display: inline-block;
  margin-right: 4px;
}

#js-inquiryText, #js-inquiryText02 {
  display: none;
}

.p-contact-button-back {
  background-color: #6B6B6B;
  border: none;
  border-radius: 4px;
  color: #fff;
  display: block;
  box-sizing: border-box;
  font-size: 1.25rem;
  line-height: 1.45;
  min-width: 245px;
  font-weight: 500;
  padding: 22px 22px 22px 54px;
  position: relative;
  text-align: center;
  transition: opacity 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-button-back {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.p-contact-button-back::before {
  content: "";
  background-color: #C4E6DF;
  display: block;
  -webkit-mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  width: 26px;
  height: 26px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  transform: rotate(-0.5turn);
}
.p-contact-button-back:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-contact-button-back:hover {
    opacity: 1;
  }
}

.p-contact-button-next {
  background-color: #EC685E;
  border: none;
  border-radius: 4px;
  color: #fff;
  display: block;
  box-sizing: border-box;
  font-size: 1.25rem;
  line-height: 1.45;
  min-width: 245px;
  font-weight: 500;
  padding: 22px 54px 22px 22px;
  position: relative;
  text-align: center;
  transition: opacity 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-button-next {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.p-contact-button-next::after {
  content: "";
  background-color: #fff;
  display: block;
  -webkit-mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  width: 26px;
  height: 26px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
.p-contact-button-next:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-contact-button-next:hover {
    opacity: 1;
  }
}

.exam {
  color: red;
  margin-top: 8px;
  display: block;
}

.p-contact-thanks {
  margin: 72px 0 42px 0;
  padding-left: 16px;
  padding-right: 16px;
}
.p-contact-thanks__box {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 20px rgba(166, 190, 236, 0.2);
  padding: 106px 26px 122px 26px;
  margin-inline: auto;
  width: min(1200px, 100%);
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__box {
    padding-top: 32px;
    padding-bottom: 42px;
    box-shadow: 0px 4px 10px rgba(166, 190, 236, 0.2);
  }
}
.p-contact-thanks__heading {
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__heading {
    font-size: 1.625rem;
    line-height: 1.4230769231;
  }
}
.p-contact-thanks__text {
  font-size: 1.5rem;
  line-height: 2.3333333333;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__text {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 36px;
  }
}

.exam {
  font-size: 1rem;
  line-height: 1.5;
  color: red;
  display: block;
  margin-top: 12px;
}

.p-info {
  padding: 0 16px;
  width: min(1950px, 100%);
  margin-inline: auto;
}
.p-info__category-wrap {
  max-width: 968px;
  margin-inline: auto;
  margin-top: 100px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-info__category-wrap {
    margin-top: 24px;
  }
}
.p-info__contents-wrap {
  margin-top: 80px;
  width: min(1200px, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-info__contents-wrap {
    margin-top: 40px;
    margin-bottom: 96px;
  }
}

.p-info-category {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-info-category {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
.p-info-category__item {
  text-align: center;
}
.p-info-category__link {
  background-color: #fff;
  border: solid 1px #3D6FC9;
  color: #3D6FC9;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  padding: 16px 26px;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  border-radius: 4px;
  width: 100%;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-info-category__link {
    font-size: 1rem;
    line-height: 1.375;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.p-info-category__link:hover {
  background-color: #3D6FC9;
  color: #fff;
}
.p-info-category__link.-current {
  background-color: #3D6FC9;
  color: #fff;
  pointer-events: none;
}

.p-info-contents {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-info-contents {
    margin-top: 20px;
    padding: 0 8px;
  }
}
.p-info-contents__item {
  font-family: "Noto Sans JP", serif;
  border-bottom: 1px solid #A6BEEC;
  display: grid;
  grid-template-columns: 90px 182px auto;
  align-items: center;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .p-info-contents__item {
    grid-template-columns: 90px auto;
    row-gap: 10px;
    padding-bottom: 16px;
    padding: 18px 0;
  }
}
.p-info-contents__item.--none {
  display: block;
}
.p-info-contents__item:first-child {
  border-top: 1px solid #A6BEEC;
}
.p-info-contents__date {
  color: #6B6B6B;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-info-contents__date {
    font-size: 1rem;
  }
}
.p-info-contents__category {
  margin: 0 24px 0 18px;
  text-align: center;
}
.p-info-contents__category-link {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  background-color: #3D6FC9;
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 2px 6px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-info-contents__category-link {
    width: min(162px, 100%);
  }
}
.p-info-contents__category-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-info-contents__category-link:hover {
    opacity: 1;
  }
}
.p-info-contents__link {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  transition: 0.3s;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-info-contents__link {
    grid-column: 1/3;
  }
}
.p-info-contents__link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-info-contents__link:hover {
    opacity: 1;
  }
}

.p-info-pagination {
  margin-top: 80px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-info-pagination {
    margin-top: 32px;
    margin-bottom: 80px;
  }
}
.p-info-pagination__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-info-pagination__numbers {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  border-radius: 4px;
  background-color: #fff;
  color: #303030;
  display: grid;
  place-items: center;
  padding-top: 2px;
  padding-left: 2px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  width: 40px;
  height: 40px;
}
.p-info-pagination__numbers:hover {
  background-color: #303030;
  color: #fff;
}
.p-info-pagination__numbers.current {
  background-color: #303030;
  color: #fff;
}
.p-info-pagination__prev {
  background-color: transparent;
}
.p-info-pagination__prev::before {
  content: "";
  background-color: #3D6FC9;
  display: block;
  -webkit-mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  width: 26px;
  height: 26px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-0.5turn);
  transition: background-color 0.3s, color 0.3s;
}
.p-info-pagination__prev:hover {
  background-color: transparent;
}
.p-info-pagination__prev:hover::before {
  background-color: #C4E6DF;
}
.p-info-pagination__next {
  background-color: transparent;
}
.p-info-pagination__next::before {
  content: "";
  background-color: #3D6FC9;
  display: block;
  -webkit-mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  width: 26px;
  height: 26px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: background-color 0.3s, color 0.3s;
}
.p-info-pagination__next:hover {
  background-color: transparent;
}
.p-info-pagination__next:hover::before {
  background-color: #C4E6DF;
}

/* =====================
  記事詳細
===================== */
.p-info-article {
  /* ====================
    記事本文

    セレクタに :not([class])
    class属性での指定が無い要素にのみスタイルをつける
  ======================= */
}
.p-info-article__head-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.p-info-article__date {
  color: #6B6B6B;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-info-article__date {
    font-size: 1rem;
  }
}
.p-info-article__category {
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  background-color: #3D6FC9;
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 2px 6px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-info-article__category {
    width: min(162px, 100%);
  }
}
.p-info-article__category:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-info-article__category:hover {
    opacity: 1;
  }
}
.p-info-article__title {
  font-size: 1.875rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 60px;
  padding-bottom: 29px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-info-article__title {
    border-bottom-width: 4px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 27px;
    margin-bottom: 32px;
    padding-bottom: 18px;
  }
}
.p-info-article__title::after {
  content: "";
  position: absolute;
  background-color: #3D6FC9; /* 線色 */
  display: block;
  height: 6px; /* 線幅 */
  width: 100%;
  bottom: 0;
}
.p-info-article h1:not([class]),
.p-info-article h2 {
  font-weight: 700;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-info-article h1:not([class]),
  .p-info-article h2 {
    font-size: 1.0625rem;
  }
}
.p-info-article h1:not([class]) {
  box-sizing: border-box;
  border-left: 8px solid #3D6FC9;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  background-color: #DAE4F6;
  padding: 17px 41px 16px 41px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.p-info-article h2:not([class]) {
  font-size: 1.375rem;
  line-height: 1.6363636364;
  border-bottom: 4px solid #A6BEEC;
  padding-bottom: 20px;
}
.p-info-article h3:not([class]) {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 36px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-info-article h3:not([class]) {
    padding-left: 24px;
  }
}
.p-info-article h3:not([class])::before {
  content: "";
  background: #3D6FC9;
  border-radius: 4px;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-info-article h3:not([class])::before {
    width: 17px;
    height: 17px;
    top: 0.5rem;
  }
}
@media screen and (max-width: 374px) {
  .p-info-article h3:not([class])::before {
    width: 15px;
    height: 15px;
    top: 1rem;
  }
}
.p-info-article h4:not([class]) {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 36px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 24px;
}
.p-info-article h4:not([class])::before {
  content: "";
  background: #303030;
  border-radius: 2px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-info-article h4:not([class])::before {
    width: 18px;
    height: 4px;
  }
}
@media screen and (max-width: 374px) {
  .p-info-article h4:not([class])::before {
    width: 15px;
    height: 15px;
  }
}
.p-info-article ul:not([class]) {
  margin-top: 12px;
  margin-bottom: 24px;
  margin-left: 12px;
  padding: 0.5em 0.5em 0.5em 0;
}
.p-info-article ul:not([class]) > li {
  position: relative;
}
.p-info-article ul:not([class]) > li::before {
  content: "";
  background-color: #3D6FC9;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 18px;
  left: -12px;
  width: 6px;
  height: 6px;
}
.p-info-article ul:not([class]) > li + li {
  margin-top: 10px;
}
.p-info-article ol:not([class]) {
  counter-reset: number;
  list-style-type: none !important;
}
.p-info-article ol:not([class]) > li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding-left: 20px;
}
.p-info-article ol:not([class]) > li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number) ".";
  color: #3D6FC9;
  display: inline-block;
  left: 0;
  font-weight: 600;
}
.p-info-article ol:not([class]) > li + li {
  margin-top: 13px;
  line-height: 1.6;
}
.p-info-article p:not([class]) {
  line-height: 2;
}
.p-info-article p:not([class]) + p {
  margin-top: 2.5em;
}
.p-info-article img {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 16px;
}
.p-info-article a:not([class]) {
  color: #3D6FC9;
  text-decoration: underline;
}
.p-info-article a:not([class]):hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-info-article a:not([class]):hover {
    text-decoration: underline;
  }
}
.p-info-article table:not([class]) {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 24px;
  margin-bottom: 32px;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
}
.p-info-article table:not([class]) th,
.p-info-article table:not([class]) td {
  border: 2px solid #F4F5F3;
  padding: 16px 40px;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  .p-info-article table:not([class]) th,
  .p-info-article table:not([class]) td {
    padding: 8px 12px;
  }
}
.p-info-article table:not([class]) th {
  background-color: #C7DAFF;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
}
.p-info-article table:not([class]) tr {
  background-color: #fff;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
.p-info-article__table01-wrap {
  overflow-x: auto;
  scrollbar-width: thin;
}
.p-info-article__table02-wrap {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info-article__table02-wrap {
    text-align: left;
  }
  .p-info-article__table02-wrap th, .p-info-article__table02-wrap td {
    display: block;
  }
}

.p-info-article-pager {
  padding-top: 50px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-info-article-pager {
    padding-top: 22px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 80px;
  }
}
.p-info-article-pager__list {
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 38px;
}
@media screen and (max-width: 767px) {
  .p-info-article-pager__list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    row-gap: 20px;
  }
}
.p-info-article-pager__button {
  width: min(437px, 100%);
}
.p-info-article-pager__item {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-info-article-pager__item {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-info-article-pager__item:hover {
  opacity: 0.7;
}
.p-info-article-pager__item.--button {
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-info-article-pager__item.--button {
    order: 3;
    grid-row: span 1;
    grid-column: span 2;
  }
}
.p-info-article-pager__item.--next {
  order: 1;
}
.p-info-article-pager__item.--prev {
  text-align: right;
  order: 3;
}
@media screen and (max-width: 767px) {
  .p-info-article-pager__item.--prev {
    order: 2;
  }
}
.p-info-article-pager__item-next {
  text-align: right;
  transition: 0.3s;
}
.p-info-article-pager__item-next::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 16px;
  background-color: #3D6FC9;
  -webkit-mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  transform: rotate(-0.5turn);
  margin-right: 12px;
}
.p-info-article-pager__item-prev {
  transition: 0.3s;
}
.p-info-article-pager__item-prev::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 16px;
  background-color: #3D6FC9;
  -webkit-mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  mask: url(../img/common/icon_arrow_link.svg) no-repeat center/contain;
  margin-left: 12px;
}

.p-topic-path {
  max-width: 1200px;
  margin-inline: auto;
}
.p-topic-path__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-bottom: 20px;
}
.p-topic-path__items {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .p-topic-path__items {
    gap: 17px;
    margin-right: 17px;
  }
}
.p-topic-path__items:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  background: #3D6FC9;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
.p-topic-path__link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-topic-path__link {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

/* ====================
  utility
==================== */
@media screen and (min-width: 768px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-dn-md-max {
    display: none;
  }
}

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

@media screen and (min-width: 480px) {
  .u-db-sm-min {
    display: block;
  }
}

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

@media screen and (max-width: 767px) {
  .u-db-md-max {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .u-db-sm-max {
    display: block;
  }
}

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