@charset "UTF-8";
/*#########################################################

fundation 共通ファイル読み込み 

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

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.1111vw, 1.6rem);
  line-height: 1.6;
  position: relative;
  color: #222;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: clamp(1rem, 4.2666vw, 1.6rem);
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

figure {
  margin: 0 0 0 0;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .sp {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .tb_768 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .tb_768 {
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  .tb_1040-none {
    display: block;
  }
}
@media only screen and (max-width: 1040px) {
  .tb_1040-none {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .tb_1040-none.sp {
    display: block;
  }
}

.pc.tb {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .pc.tb {
    display: none;
  }
}

.tb_1040 {
  display: none;
}
@media only screen and (max-width: 1040px) {
  .tb_1040 {
    display: block;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb160 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .mb160 {
    margin-bottom: 60px;
  }
}

.c-inner800 {
  max-width: 800px;
  margin: 0 auto 160px;
}

.c-inner1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.c-inner1160 {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
}

.c-inner1300 {
  max-width: 1300px;
  margin: 0 auto 0;
}

/*------------------------------------------------
* デバイスの横幅が751px以内の場合（＝スマホ）、電話番号リンクが有効。
デバイスの横幅が751px以上の場合（＝タブレット＋PC）、電話番号リンクは無効。
--------------------------------------------------*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@font-face {
  font-family: "PTF-NORDIC";
  /*フォントファイルへのパス（複数指定は上から順に読み込まれる）*/
  src: url("../font/PTF-NORDIC.woff2") format("woff2"), url("../font/PTF-NORDIC.woff") format("woff");
}
.PTF-NORDIC-font {
  font-family: "PTF-NORDIC";
}

/*#########################################################

layout レイアウトファイル読み込み 

#########################################################*/
.l-header {
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}
.l-header__bg {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 80px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .l-header__bg {
    height: 60px;
  }
}
.l-header__inner {
  position: absolute;
  width: 100%;
  z-index: 10;
  max-width: 1380px;
  left: 50%;
  transform: translateX(-50%);
}
.l-header__wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .l-header__wrap {
    padding-left: 5%;
  }
}
.l-header__logo {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .l-header__logo {
    padding: 13px 0 0 0;
    width: clamp(10px, 34.6666vw, 130px);
    display: flex;
    align-items: center;
  }
}
.l-header__logo img {
  width: clamp(130px, 11.843vw, 170.63px);
}
@media only screen and (max-width: 768px) {
  .l-header__logo img {
    width: clamp(10px, 100%, 130px);
  }
}
.l-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /*max-width: 975px;*/
}
@media only screen and (max-width: 1180px) {
  .l-header__nav {
    transform: translateX(-64px);
    justify-content: end;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__nav {
    width: 60%;
    padding-top: 10px;
  }
}
.l-header__nav > ul {
  width: 80%;
  display: flex;
  justify-content: space-around;
  transform: translateX(-8px);
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1180px) {
  .l-header__nav > ul {
    display: none;
  }
}
.l-header__nav-item {
  font-weight: 700;
}
.l-header__nav-item:hover {
  color: #E52A56;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-item:hover {
    color: #222;
  }
}
.l-header__nav-register {
  width: 190px;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register {
    width: 65%;
    max-width: 141px;
  }
}
.l-header__nav-register a {
  width: 100%;
  padding-top: clamp(10px, 1.25vw, 18px);
  padding-bottom: clamp(10px, 1.25vw, 18px);
  font-size: clamp(1.2rem, 1.1111vw, 1.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #E52A56;
  border-radius: 40px;
  text-align: center;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register a {
    max-width: 140px;
    padding: 11px 0;
    font-size: clamp(1rem, 3.2vw, 1.2rem);
  }
}
.l-header__nav-register a .text {
  transform: translateX(2px);
  letter-spacing: 0.07em;
  font-weight: 700;
}
.l-header__nav-register a .arrow {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
  transform: translateX(19px) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register a .arrow {
    transform: translateX(13px) rotate(45deg);
  }
}
.l-header__nav-register a .arrow::before, .l-header__nav-register a .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register a .arrow::before, .l-header__nav-register a .arrow::after {
    width: 7px;
  }
}
.l-header__nav-register a .arrow::after {
  transform: translate(4px, 4px) rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register a .arrow::after {
    transform: translate(3px, 3px) rotate(90deg);
  }
}
.l-header__nav-register:hover a {
  border: solid 2px #E52A56;
  background-color: #fff;
  color: #E52A56;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register:hover a {
    border: solid 2px #fff;
    background-color: #E52A56;
    color: #fff;
  }
}
.l-header__nav-register:hover a .arrow::before, .l-header__nav-register:hover a .arrow::after {
  background-color: #E52A56;
}
@media only screen and (max-width: 768px) {
  .l-header__nav-register:hover a .arrow::before, .l-header__nav-register:hover a .arrow::after {
    background-color: #fff;
  }
}

.l-mainvisual {
  background-image: url(../images/main/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 111px);
  max-height: 920px;
  min-height: 610px;
  margin-bottom: clamp(30px, 6.25vw, 90px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-mainvisual {
    min-height: initial;
    max-height: initial;
    height: clamp(390px, 141.6vw, 531px);
    margin-bottom: 90px;
  }
}
.l-mainvisual::after {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 310px;
  background-image: url(../images/main/img-people.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 1440px;
  width: 87vw;
}
@media only screen and (max-width: 768px) {
  .l-mainvisual::after {
    bottom: 3px;
    background-image: url(../images/main/img-people_sp.png);
    width: clamp(100px, 98.6666vw, 370px);
    height: clamp(100px, 82.666vw, 310px);
  }
}
.l-mainvisual--textarea {
  position: absolute;
  width: 100%;
  max-width: 800px;
  top: 165px;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media only screen and (max-width: 785px) {
  .l-mainvisual--textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .l-mainvisual--textarea {
    width: 100%;
    height: 256px;
  }
}
@media only screen and (max-width: 600px) {
  .l-mainvisual--textarea {
    max-width: 480px;
    width: 90%;
  }
}
.l-mainvisual--text {
  font-size: clamp(1.8rem, 2.2222vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3em;
  color: #00267F;
}
@media only screen and (max-width: 768px) {
  .l-mainvisual--text {
    font-size: clamp(1rem, 4.8vw, 1.8rem);
    letter-spacing: 0.02em;
  }
}
.l-mainvisual--text-sub {
  font-size: clamp(1.6rem, 1.5277vw, 2.2rem);
  font-weight: 700;
  text-align: center;
  position: relative;
  letter-spacing: 0.2em;
  transform: translateX(7px);
  width: clamp(570px, 55.7vw, 800px);
  margin: 0 auto 10px;
}
@media only screen and (max-width: 768px) {
  .l-mainvisual--text-sub {
    font-size: clamp(1rem, 4.3vw, 1.6rem);
    letter-spacing: 0.15em;
    transform: translateX(0);
    margin: 0 auto 15px;
    width: clamp(100px, 80vw, 300px);
  }
}
.l-mainvisual--text-sub img {
  transform: translateY(-3px);
  width: clamp(62px, 5.76388vw, 83px);
  margin-left: clamp(2px, 0.55555vw, 8px);
  margin-right: clamp(2px, 0.55555vw, 8px);
}
@media only screen and (max-width: 768px) {
  .l-mainvisual--text-sub img {
    transform: translateY(-2px);
    width: clamp(20px, 13.86666vw, 52px);
    margin-left: clamp(1px, 1.33333vw, 5px);
    margin-right: clamp(1px, 1.33333vw, 5px);
  }
}
.l-mainvisual--text-sub::after, .l-mainvisual--text-sub::before {
  position: absolute;
  content: "";
  background-image: url(../images/main/line_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: clamp(20px, 12.2666vw, 46px);
  aspect-ratio: 1/1;
  bottom: 0;
}
.l-mainvisual--text-sub::before {
  left: 1.2vw;
}
@media only screen and (max-width: 768px) {
  .l-mainvisual--text-sub::before {
    left: -10%;
  }
}
.l-mainvisual--text-sub::after {
  right: 1.2vw;
  transform: rotate(55deg);
}
@media only screen and (max-width: 768px) {
  .l-mainvisual--text-sub::after {
    right: -10%;
  }
}
.l-mainvisual--title {
  font-size: clamp(4rem, -3.871rem + 20.65vw, 8rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: 1;
  transform: translateX(6px);
  color: #00267F;
}
@media only screen and (max-width: 768px) {
  .l-mainvisual--title {
    font-size: clamp(1rem, -10.582rem + 30.38vw, 4rem);
    line-height: 1.35em;
    letter-spacing: 0.02em;
  }
}
.l-mainvisual .c-btn-position {
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #00267F;
  padding: 18px 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .l-mainvisual .c-btn-position {
    bottom: -75px;
  }
}

.l-footer {
  padding: 85px 0 30px;
  /*------------------------------------------------
  * コピーライト
  --------------------------------------------------*/
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 48px 0 30px;
  }
}
.l-footer .c-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
}
@media only screen and (max-width: 768px) {
  .l-footer .c-inner {
    flex-wrap: wrap;
    margin-bottom: 35px;
    justify-content: center;
  }
}
.l-footer__logo {
  display: flex;
  width: 32.8%;
  max-width: 485px;
}
@media only screen and (max-width: 768px) {
  .l-footer__logo {
    justify-content: center;
    width: 100%;
    margin-bottom: 35px;
  }
}
.l-footer__logo a {
  width: 100%;
}
.l-footer__logo a:first-child {
  max-width: 145px;
  margin-right: 11%;
}
@media only screen and (max-width: 768px) {
  .l-footer__logo a:first-child {
    max-width: 128px;
    margin-right: 8%;
  }
}
.l-footer__logo a:last-child {
  max-width: 150px;
}
@media only screen and (max-width: 768px) {
  .l-footer__logo a:last-child {
    max-width: 132px;
  }
}
.l-footer__list {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  width: 45%;
}
@media only screen and (max-width: 880px) {
  .l-footer__list {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__list {
    flex-wrap: wrap;
    max-width: 335px;
    margin: 0 auto;
    width: 90%;
  }
}
.l-footer__list li {
  font-size: clamp(1.2rem, 0.97222vw, 1.4rem);
  letter-spacing: 0.04em;
  margin-bottom: -1px;
}
.l-footer__list li:hover {
  color: #E52A56;
}
@media only screen and (max-width: 768px) {
  .l-footer__list li:hover {
    color: #222;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__list li {
    width: 100%;
    font-size: clamp(1rem, 3.2vw, 1.2rem);
    line-height: 2.4em;
    letter-spacing: 0.06em;
  }
}
.l-footer-copyright {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

/*#########################################################

component コンポーネントファイル読み込み 

#########################################################*/
.c-btn-position {
  text-align: center;
}
.c-btn-arrow {
  display: inline-block;
  padding: 18px 0;
  max-width: 470px;
  width: 90%;
  border: solid 2px #fff;
  border-radius: 50px;
  text-align: center;
  font-size: clamp(1.6rem, 1.5277vw, 2.2rem);
  font-weight: bold;
  background-color: #E52A56;
  color: #fff;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-btn-arrow {
    font-size: clamp(1rem, 4.2666vw, 1.6rem);
    letter-spacing: 0.05em;
    max-width: 300px;
    width: 81%;
    padding-top: clamp(10px, 4.4vw, 16.5px);
    padding-bottom: clamp(10px, 4.4vw, 16.5px);
  }
}
.c-btn-arrow .text {
  font-weight: 700;
  transform: translateX(6px);
}
.c-btn-arrow .arrow {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
  transform: translateX(63px) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .c-btn-arrow .arrow {
    transform: translateX(clamp(1px, 12vw, 45px)) rotate(45deg);
  }
}
.c-btn-arrow .arrow::before, .c-btn-arrow .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 4px;
  background-color: #fff;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .c-btn-arrow .arrow::before, .c-btn-arrow .arrow::after {
    width: 7px;
    height: 2px;
  }
}
.c-btn-arrow .arrow::after {
  transform: translate(6px, 6px) rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .c-btn-arrow .arrow::after {
    transform: translate(3px, 3px) rotate(90deg);
  }
}
.c-btn-arrow:hover {
  border: solid 2px #E52A56;
  background-color: #fff;
  color: #E52A56;
}
@media only screen and (max-width: 768px) {
  .c-btn-arrow:hover {
    border: solid 2px #fff;
    background-color: #E52A56;
    color: #fff;
  }
}
.c-btn-arrow:hover .arrow::before, .c-btn-arrow:hover .arrow::after {
  background-color: #E52A56;
}
@media only screen and (max-width: 768px) {
  .c-btn-arrow:hover .arrow::before, .c-btn-arrow:hover .arrow::after {
    background-color: #fff;
  }
}

.c-title {
  font-size: clamp(3.2rem, 2.7777vw, 4rem);
  font-weight: bold;
  text-align: center;
  color: #00267F;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .c-title {
    font-size: clamp(1rem, 8.5333vw, 3.2rem);
  }
}
.c-title span {
  color: #3D6BD5;
  font-weight: 700;
  font-size: clamp(2.4rem, 3.8194vw, 5.5rem);
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .c-title span {
    font-size: clamp(1rem, 6.4vw, 2.4rem);
  }
}

.c-inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .c-inner {
    width: 100%;
  }
}
.c-inner__1100 {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .c-inner__1100 {
    width: 100%;
    min-width: 100%;
  }
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  text-align: center;
  margin: 0 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  color: transparent;
  outline: none;
  width: 10px;
  height: 10px;
  padding: 0 2px;
  display: block;
  border-radius: 50%;
  background: #A3A3A3;
  border: none;
}
.slick-dots .slick-active button {
  background: #274271;
}

.slider .slick-prev,
.slider .slick-next {
  top: 90.4%;
  width: 35px;
  height: 35px;
  font-size: 0px;
  line-height: 0;
  position: absolute;
  border-radius: 90px;
  background-color: #fff;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  z-index: 4;
  outline: none;
  border: solid 2px #00267F;
}

.slider .slick-next {
  right: 27.4%;
}

.slider .slick-prev {
  left: 27.4%;
}

.slick-arrow {
  position: relative;
  width: 10px;
  height: 10px;
  display: block;
  transform: translateX(45px) rotate(45deg);
}
.slick-arrow::before, .slick-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 1px), calc(-50% - 3px));
  width: 7px;
  height: 2px;
  background-color: #00267F;
  border-radius: 3px;
}
.slick-arrow::after {
  transform: translate(3px, 3px) rotate(90deg);
}

.slick-next.slick-arrow {
  transform: rotate(45deg);
}
.slick-next.slick-arrow::after {
  transform: translate(-2px, 0px) rotate(90deg);
}

.slick-prev.slick-arrow {
  transform: rotate(-135deg);
}
.slick-prev.slick-arrow::after {
  transform: translate(-2px, 0px) rotate(90deg);
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/*------------------------------------------------
* menu btnだけ
--------------------------------------------------*/
header button {
  z-index: 998;
  position: relative;
  display: none;
  position: fixed;
  cursor: pointer;
  height: 24px;
  width: 24px;
  top: 23px;
  right: 25px;
}
@media only screen and (max-width: 1180px) {
  header button {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  header button {
    top: 11px;
  }
}
header button > span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}
header button > span:before, header button > span:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  left: 50%;
  background-color: #00267F;
  content: "";
  transition: all 0.4s; /*アニメーションの設定*/
}
header button > span:before {
  transform: translate(-50%, -5px);
}
header button > span:after {
  transform: translate(-50%, 16px);
}
header button > span > span {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #00267F;
  display: inline-block;
  position: absolute;
  top: 5.3px;
  left: 50%;
  transform: translateX(-50%);
}
header button.open > span:before {
  transform: translate(-50%, 6px) rotate(-45deg);
}
header button.open > span:after {
  transform: translate(-50%, 6px) rotate(45deg);
}
header button.open > span > span {
  display: none;
}

/*------------------------------------------------
* slide menu
--------------------------------------------------*/
.slide_menu {
  background-color: #EAECF2;
  position: absolute;
  width: 100vw;
  height: 110vh;
  position: fixed;
  z-index: 997;
  top: 0;
  right: -120%;
  display: block;
  transition: all 0.6s;
  font-size: clamp(1.4rem, 1.1111vw, 1.6rem);
  color: #222;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .slide_menu {
    font-size: clamp(1rem, 4.2666vw, 1.6rem);
  }
}
.slide_menu-inner {
  position: absolute;
  top: 42%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.slide_menu li {
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 33.3px;
}
.slide_menu a {
  font-weight: 700;
}
.slide_menu .l-header__nav-register {
  margin: 0 auto;
  width: 100%;
  max-width: initial;
}
.slide_menu .l-header__nav-register a {
  height: 60px;
  max-width: 230px;
  width: 100%;
  font-size: 1.8rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .slide_menu .l-header__nav-register a {
    font-size: clamp(1rem, 4.8vw, 1.8rem);
  }
}
.slide_menu .l-header__nav-register a .text {
  transform: translateX(8px);
}
.slide_menu .l-header__nav-register a .arrow {
  transform: translateX(32px) rotate(45deg);
}

.slide_menu.btn_click {
  right: 1px;
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s;
}
.fadein.is-show {
  opacity: 1;
  visibility: visible;
}

/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

.splashbg-area {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 635/453;
}

/*splashbg-areaにappearクラスがついたら出現*/
.splashbg-area.appear .splashbg {
  display: block;
  content: "";
  position: absolute;
  z-index: 50;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #d8d8d8; /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*画面遷移の後現れるコンテンツ設定*/
.container {
  opacity: 0; /*はじめは透過0に*/
}

/*.splashbg-areaにappearクラスがついたら出現*/
.splashbg-area.appear .container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-about .p-about__imgwrap .splashbg {
  width: 100%;
  height: auto;
  aspect-ratio: 635/453;
}

.p-aboutArt .splashbg-area {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .p-aboutArt .splashbg-area {
    width: 100%;
  }
}
.p-aboutArt .splashbg-area .p-aboutArt__imgwrap {
  width: 100%;
}
.p-aboutArt .splashbg-area .splashbg {
  aspect-ratio: 534/662;
}
@media only screen and (max-width: 768px) {
  .p-aboutArt .splashbg-area .splashbg {
    aspect-ratio: 335/206;
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-fill-mode: backwards;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-direction: normal;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

@project プロジェクトファイル読み込み 

#########################################################*/
.p-about {
  padding: 20px 0 40px;
}
@media only screen and (max-width: 768px) {
  .p-about {
    padding: 13px 0 30px;
  }
}
.p-about .c-inner {
  max-width: 1110px;
}
.p-about__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-about__inner {
    display: block;
  }
}
.p-about .c-title {
  margin-bottom: 50px;
  letter-spacing: 0.06em;
  font-size: clamp(2.2rem, 2.63888vw, 3.8rem);
}
@media only screen and (max-width: 768px) {
  .p-about .c-title {
    font-size: clamp(1rem, 5.866vw, 2.2rem);
    margin-bottom: 15px;
  }
}
.p-about .c-title span {
  font-size: clamp(3.4rem, 3.4722vw, 5rem);
}
@media only screen and (max-width: 768px) {
  .p-about .c-title span {
    font-size: clamp(1rem, 9.0666vw, 3.4rem);
  }
}
.p-about__textwrap {
  width: 70.3%;
  margin-top: -15px;
  padding-left: 3.7vw;
}
@media only screen and (max-width: 768px) {
  .p-about__textwrap {
    width: 100%;
    margin-top: 0;
  }
}
.p-about__textwrap picture {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-about__textwrap picture {
    display: block;
    margin-bottom: 15px;
  }
}
.p-about__textwrap picture img {
  width: 51%;
  margin: 0 auto;
  display: block;
  max-width: 191px;
  transform: translateX(14%);
}
.p-about__textwrap-title {
  font-size: clamp(1.6rem, 1.8055vw, 2.6rem);
  font-weight: bold;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-about__textwrap-title {
    font-size: clamp(1rem, 4.266vw, 1.6rem);
    line-height: 1.8em;
    letter-spacing: 0.08em;
    width: 89%;
    max-width: 650px;
    margin: 0 auto 26px;
  }
}
.p-about__textwrap-title span {
  font-size: clamp(2.2rem, 2.2222vw, 3.2rem);
  font-weight: bold;
  color: #3D6BD5;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-about__textwrap-title span {
    font-size: clamp(1rem, 5.866vw, 2.2rem);
  }
}
.p-about__textwrap-title span::after {
  background: radial-gradient(circle farthest-side, #3D6BD5, #3D6BD5 60%, transparent 60%, transparent);
  background-size: 6px;
  content: "";
  display: inline-block;
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -8.2px;
}
.p-about__textwrap-text {
  font-size: clamp(1.8rem, 1.5277vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #00267F;
  border-radius: 25px;
  padding: 2px 0 5px;
  width: 98%;
  letter-spacing: 0.06em;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-about__textwrap-text {
    font-size: clamp(1rem, 4.8vw, 1.8rem);
    letter-spacing: 0.04em;
    padding: 7.3px 0;
    width: 89%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
.p-about__textwrap-text::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10.5px 0 10.5px;
  border-color: #00267F transparent transparent transparent;
}

/* ■共通設定：２行に折り返すように flex-wrap を追加 */
.p-about__icon-wrap {
  display: flex;
  flex-wrap: wrap;          /* ← 追加 */
  justify-content: space-between;
  padding-right: 2%;
}
.p-about__icon-wrap li {
  box-sizing: border-box;
  margin-bottom: 32px;      /* 行間用の余白 */
  /* width: の指定は削除 */
}

/* ■デスクトップ（769px以上）で 上段５分割・下段４分割 */
@media only screen and (min-width: 769px) {
  /* 上段 1〜5 */
  .p-about__icon-wrap li:nth-child(-n+5) {
    width: 18.4%;            /* (100% − 4×2%) ÷ 5 */
  }
  /* 下段 6〜9 */
  .p-about__icon-wrap li:nth-child(n+6):nth-child(-n+9) {
    width: 23.5%;            /* (100% − 3×2%) ÷ 4 */
  }
}

/* ■タブレット以下（768px以下）は従来の設定をそのまま */
@media only screen and (max-width: 768px) {
  .p-about__icon-wrap {
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
  }
  .p-about__icon-wrap li {
    width: 23.2558%;
    margin: 0 3%;
    position: relative;
    height: 147px;
  }
}

/* ■アイコンまわり／テキストはそのまま */
.p-about__icon-wrap .icon {
  background-color: #EAECF2;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .p-about__icon-wrap .icon {
    max-width: 87.2px;
    margin: 0 auto 7px;
  }
}
.p-about__icon-wrap .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.p-about__icon-wrap p {
  text-align: center;
  line-height: 1.2em;
  font-weight: 700;
  color: #1A2F70;
  font-size: clamp(1rem, 1.1111vw, 1.6rem);
}
@media only screen and (max-width: 768px) {
  .p-about__icon-wrap p {
    font-size: clamp(1rem, 3.6333vw, 1.4rem);
    letter-spacing: 0.1em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
  }
}
@media only screen and (min-width: 769px) {
  .p-about__icon-wrap .icon {
    width: 110px;          /* 元サイズに合わせて調整 */
    height: 110px;
    margin: 0 auto 12px;  
  }
  .p-about__icon-wrap .icon img {
    width: 80%;           /* アイコン内の余白バランスで調整 */
  }
}

/*
.p-about__icon-wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 2%;
}
@media only screen and (max-width: 768px) {
  .p-about__icon-wrap {
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-about__icon-wrap li {
  width: 15.3846153846%;
}
@media only screen and (max-width: 768px) {
  .p-about__icon-wrap li {
    width: 23.2558139535%;
    margin: 0 3%;
    position: relative;
    height: 147px;
  }
}
.p-about__icon-wrap .icon {
  background-color: #EAECF2;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .p-about__icon-wrap .icon {
    max-width: 87.2px;
    margin: 0 auto 7px;
  }
}
.p-about__icon-wrap .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.p-about__icon-wrap p {
  text-align: center;
  line-height: 1.2em;
  font-weight: 700;
  color: #1A2F70;
  font-size: clamp(1rem, 1.1111vw, 1.6rem);
}
@media only screen and (max-width: 768px) {
  .p-about__icon-wrap p {
    font-size: clamp(1rem, 3.6333vw, 1.4rem);
    letter-spacing: 0.1em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
  }
}*/
.p-about__imgwrap {
  width: 27.7%;
  padding: 0 0.6% 0 0%;
  transform: translateY(-8px);
}
@media only screen and (max-width: 768px) {
  .p-about__imgwrap {
    width: 100%;
    padding: 0;
    display: none;
  }
}

.p-data {
  background-color: #EAECF2;
  padding: 80px 0 32px;
}
@media only screen and (max-width: 768px) {
  .p-data {
    padding: 45px 0 32px;
  }
}
.p-data .c-title {
  letter-spacing: 0.06em;
  margin-bottom: -15px;
}
@media only screen and (max-width: 768px) {
  .p-data .c-title {
    font-size: clamp(1rem, 6.4vw, 2.4rem);
  }
}
@media only screen and (max-width: 768px) {
  .p-data .c-title span {
    font-size: clamp(1rem, 9.066vw, 3.4rem);
  }
}
.p-data .c-title__bg {
  position: relative;
}
.p-data .c-title__bg::before {
  content: "";
  width: 100%;
  max-width: 158px;
  display: block;
  height: 160px;
  background-image: url(../images/data/icon-search.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .p-data .c-title__bg::before {
    width: 92.67px;
  }
}
.p-data__inner {
  padding: 80px 0 32px;
}
@media only screen and (max-width: 768px) {
  .p-data__inner {
    padding: 60px 0 2px;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-data__itme {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .p-data__itme {
    margin-bottom: 40px;
  }
}
.p-data__itme:last-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-data__itme:last-child {
    margin-bottom: 10px;
  }
}
.p-data__title {
  width: 100%;
  border-radius: 20px 20px 0 0;
  background-color: hsl(222, 100%, 25%);
  font-size: clamp(2rem, 1.9444vw, 2.8rem);
  letter-spacing: 0.06em;
  padding: 18px 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-data__title {
    font-size: clamp(1rem, 5.333vw, 2rem);
    letter-spacing: 0.04em;
    line-height: 1.4em;
    padding: 20px 0;
    min-height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-data__container {
  width: 100%;
  background-color: #fff;
  padding: 25px 0 20px;
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 768px) {
  .p-data__container {
    padding: 22px 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-data__container.sp_bottom-35 {
    padding-bottom: 35px;
  }
}
.p-data__container .column2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 {
    flex-wrap: wrap;
  }
}
.p-data__container .column2 > li {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li {
    width: 100%;
  }
}
.p-data__container .column2 > li:first-of-type {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li:first-of-type {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.p-data__container .column2 > li:first-of-type::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/data/line_vertical.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 3px;
  height: 90%;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li:first-of-type::before {
    background-image: url(../images/data/line_vertical_sp.svg);
    width: 100%;
    height: 3px;
    transform: translate(-50%, 0);
    top: initial;
    left: 50%;
    right: initial;
    bottom: 0;
  }
}
.p-data__container .column2 > li .title24 {
  font-size: clamp(2rem, 1.6666vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  color: #00267F;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li .title24 {
    font-size: clamp(1rem, 5.3vw, 2rem);
    letter-spacing: 0.06em;
  }
}
.p-data__container .column2 > li .title36 {
  font-weight: bold;
  font-size: clamp(2.8rem, 2.5vw, 3.6rem);
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li .title36 {
    font-size: clamp(1rem, 7.4666vw, 2.8rem);
  }
}
.p-data__container .column2 > li .text {
  font-weight: bold;
  text-align: center;
  margin: -33px 0 -45px;
  color: #00267F;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li .text {
    margin: -33px 0 -51px;
  }
}
.p-data__container .column2 > li .text16 {
  text-align: center;
  font-size: clamp(1.4rem, 1.1111vw, 1.6rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding: 10px 0 20px;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li .text16 {
    font-size: clamp(1rem, 3.733vw, 1.4rem);
    line-height: 1.65em;
    letter-spacing: 0.02em;
    margin: 0 auto;
    text-align: start;
    padding: 4px 0 26px;
    width: 90%;
  }
}
.p-data__container .column2 > li .num {
  font-size: 10rem;
  line-height: 1.8em;
  color: #3D6BD5;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li .num {
    font-size: clamp(1rem, 21.333vw, 8rem);
    line-height: 2em;
  }
}
.p-data__container .column2 > li img {
  width: 78%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li img {
    width: 87%;
    max-width: 293.63px;
  }
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li .max132 {
    max-width: 132.13px;
  }
}
.p-data__container .column2 > li .percent {
  font-size: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li .percent {
    font-size: clamp(1rem, 9.0666vw, 3.4rem);
  }
}
.p-data__container .column2 > li .flex {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li .flex {
    margin-top: -13px;
  }
}
.p-data__container .column2 > li .flex > li {
  width: 36%;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li .flex > li {
    width: 45%;
  }
}
.p-data__container .column2 > li .flex > li .text {
  margin: -10px 0 -15px;
}
.p-data__container .column2 > li .flex > li .text .num {
  font-size: clamp(5.6rem, 4.8611vw, 7rem);
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li .flex > li .text .num {
    font-size: clamp(1rem, 14.9333vw, 5.6rem);
  }
}
.p-data__container .column2 > li .flex > li .text .percent {
  font-size: clamp(2rem, 1.6666vw, 2.4rem);
}
@media only screen and (max-width: 768px) {
  .p-data__container .column2 > li .flex > li .text .percent {
    font-size: clamp(1rem, 5.3333vw, 2rem);
  }
}
.p-data__container .column1 {
  width: 100%;
  position: relative;
}
.p-data__container .column1::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/data/line_horizontal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1::before {
    background-image: url(../images/data/line_vertical_sp.svg);
  }
}
.p-data__container .column1:last-of-type::before {
  display: none;
}
.p-data__container .column1 .title30 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  letter-spacing: 0.11em;
  color: #00267F;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1 .title30 {
    padding-top: 7px;
    font-size: clamp(1rem, 5.8666vw, 2.2rem);
    line-height: 2.1em;
  }
}
.p-data__container .column1 .title30 span {
  font-size: clamp(1.6rem, 1.5277vw, 2.2rem);
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.037em;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1 .title30 span {
    font-size: clamp(1rem, 4.2666vw, 1.6rem);
    line-height: 1.6em;
  }
}
.p-data__container .column1 .title30 .c_blew {
  font-size: clamp(2.4rem, 2.2222vw, 3.2rem);
  color: #3D6BD5;
  display: initial;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1 .title30 .c_blew {
    font-size: clamp(1rem, 6.4vw, 2.4rem);
    line-height: 1.8em;
  }
}
.p-data__container .column1 .logo-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 97%;
  margin: 27px auto 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1 .logo-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 4px;
    width: 89%;
    padding-bottom: 45px;
  }
}
.p-data__container .column1 .logo-wrap > li {
  width: 11.1111111111%;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1 .logo-wrap > li {
    width: 100%;
    max-width: 115px;
    margin: 0 auto;
  }
}
.p-data__container .column1 .logo-wrap > li img {
  width: 40%;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1 .logo-wrap > li img {
    width: 47%;
  }
}
.p-data__container .column1.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  margin: 0 auto;
  max-width: 1020px;
  padding: 40px 0 20px;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1.flex {
    flex-wrap: wrap;
    padding: 28px 0 20px;
  }
}
.p-data__container .column1.flex .text-wrap {
  width: 43%;
  padding-left: 1%;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1.flex .text-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-data__container .column1.flex .text-wrap h4 {
  font-size: clamp(2rem, 1.6666vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 2px;
  color: #00267F;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1.flex .text-wrap h4 {
    font-size: clamp(1rem, 5.333vw, 2rem);
    text-align: center;
  }
}
.p-data__container .column1.flex .text-wrap h4 span {
  font-size: clamp(2.4rem, 1.9444vw, 2.8rem);
  font-weight: 700;
  color: #3D6BD5;
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1.flex .text-wrap h4 span {
    font-size: clamp(1rem, 6.4vw, 2.4rem);
  }
}
.p-data__container .column1.flex .text-wrap p {
  font-size: clamp(1.4rem, 1.1111vw, 1.6rem);
  line-height: 2em;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1.flex .text-wrap p {
    width: 60%;
    padding: 6px 0 0 2%;
    font-size: clamp(1rem, 3.7333vw, 1.4rem);
    line-height: 1.7em;
    letter-spacing: 0.04em;
  }
}
.p-data__container .column1.flex .text-wrap picture {
  display: block;
  margin: 0 auto;
  width: 43.5%;
  transform: translateX(-8px);
  max-width: 187px;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1.flex .text-wrap picture {
    width: 35%;
    max-width: 124.3px;
    margin: 0;
    transform: translate(0, 12px);
  }
}
.p-data__container .column1.flex .text-wrap figure {
  display: block;
  margin: 0 auto;
  width: 43.5%;
  transform: translateX(-8px);
  max-width: 187px;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1.flex .text-wrap figure {
    width: 40%;
    max-width: 124.3px;
    margin: 0;
    transform: translate(6px, 10px);
  }
}
.p-data__container .column1.flex .graf {
  width: 54%;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1.flex .graf {
    width: 95.8%;
    padding: 27px 0 13px;
    transform: translateX(3%);
  }
}
.p-data__container .column1.flex .graf img {
  width: 98%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1.flex .graf img {
    max-width: 294.63px;
  }
}
.p-data__container .column1 .ratio-img {
  width: 53%;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1 .ratio-img {
    width: 94%;
    max-width: 295.05px;
    padding: 27px 0 10px;
    margin: 0 auto;
  }
}
.p-data__container .column1 .ratio-wrap {
  width: 53.4%;
  transform: translateY(-10px);
}
.p-data__container .column1 .ratio-wrap .icon {
  width: 77%;
  display: block;
  margin: 0 auto 5px;
}
.p-data__container .column1 .ratio-wrap .category {
  background-color: #00267F;
  position: relative;
  padding: 5px 0;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  line-height: 0.7em;
}
.p-data__container .column1 .ratio-wrap .category span {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 700;
}
.p-data__container .column1 .ratio-wrap .category::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10.5px 0 10.5px;
  border-color: #00267F transparent transparent transparent;
  z-index: -1;
}
.p-data__container .column1 .ratio-wrap .column4 {
  display: flex;
  justify-content: space-between;
}
.p-data__container .column1 .ratio-wrap .column4 > li {
  width: 24.3902439024%;
}
.p-data__container .column1 .ratio-wrap .column5 {
  display: flex;
  justify-content: space-between;
}
.p-data__container .column1 .ratio-wrap .column5 > li {
  width: 19.6078431373%;
}
.p-data__container .column1 .ratio-wrap .column5 > li .icon {
  width: 95%;
}
.p-data__container .column1 .ratio-wrap .ratio {
  text-align: center;
}
.p-data__container .column1 .ratio-wrap .ratio .num {
  font-size: 3rem;
  color: #3D6BD5;
}
.p-data__container .column1 .ratio-wrap .ratio .percent {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-data__container .column1 .ratio-wrap .ratio .percent {
    font-size: clamp(1rem, 4.2666vw, 1.6rem);
  }
}
.p-data .annotation {
  font-size: 1rem;
  text-align: end;
}
@media only screen and (max-width: 768px) {
  .p-data .annotation {
    letter-spacing: 0.04em;
  }
}

.p-merit {
  background-color: #fff;
  background-image: url(../images/common/pc_bg.png);
  background-repeat: repeat-y;
  background-size: auto;
  padding: 93px 0 100px;
}
@media only screen and (max-width: 768px) {
  .p-merit {
    padding: 66px 0 30px;
    background-image: url(../images/common/sp_bg.png);
  }
}
.p-merit .c-inner {
  max-width: 1050px;
}
@media only screen and (max-width: 768px) {
  .p-merit .c-inner {
    max-width: 500px;
  }
}
.p-merit__title {
  width: 100%;
  border-radius: 20px 20px 0 0;
  font-size: clamp(2rem, 1.6666vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  padding: 22px 0;
}
@media only screen and (max-width: 768px) {
  .p-merit__title {
    font-size: clamp(1rem, 6.4vw, 2.4rem);
  }
}
.p-merit__title-f44 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
  color: #00267F;
}
@media only screen and (max-width: 768px) {
  .p-merit__title-f44 {
    margin-bottom: 10px;
    overflow: hidden;
  }
}
.p-merit__title-f44 span {
  font-size: 4.4rem;
  line-height: 0.75em;
  font-weight: bold;
  transform: translateX(7px);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-merit__title-f44 span {
    font-size: clamp(1rem, 7.7333vw, 2.9rem);
  }
}
.p-merit__title-f44 .title-sub {
  font-size: clamp(2rem, 2.5vw, 3rem);
  letter-spacing: 0.08em;
  display: block;
  width: 100%;
  margin-bottom: -10px;
  transform: translateX(6px);
}
@media only screen and (max-width: 768px) {
  .p-merit__title-f44 .title-sub {
    font-size: clamp(0.9rem, 5.8666vw, 2rem);
    line-height: 0.9em;
  }
}
.p-merit__title-f44 .title-num.c_blew {
  font-size: clamp(8.5rem, 8.3333vw, 12rem);
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .p-merit__title-f44 .title-num.c_blew {
    font-size: clamp(1rem, 22.6666vw, 8.5rem);
  }
}
.p-merit__title-f44 .c_blew {
  color: #3D6BD5;
  font-size: clamp(3.3rem, 3.4722vw, 5rem);
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  .p-merit__title-f44 .c_blew {
    font-size: clamp(1rem, 8.8vw, 3.3rem);
  }
}
.p-merit__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-merit__container {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.p-merit__container:first-of-type .p-merit__container__text-wrap {
  padding-top: 4.3%;
}
.p-merit__container:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-merit__container:nth-child(odd) .p-merit__container__text-wrap {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .p-merit__container:nth-child(odd) .p-merit__container__text-wrap {
    padding-left: 2.4%;
  }
}
.p-merit__container__text-wrap {
  width: 50%;
  padding-left: 2.4%;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap {
    width: 100%;
  }
}
.p-merit__container__text-wrap .title-wrap {
  display: flex;
  justify-content: start;
  position: relative;
  padding: 10px 0 0;
}
.p-merit__container__text-wrap .title-wrap .count {
  display: flex;
  flex-wrap: wrap;
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
  width: 55px;
  line-height: 1em;
  font-family: "PTF-NORDIC";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  z-index: 5;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .title-wrap .count {
    font-size: clamp(1rem, 7.2vw, 2.4rem);
  }
}
.p-merit__container__text-wrap .title-wrap .count span {
  font-size: 1.8rem;
  line-height: 1.2em;
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .title-wrap .count span {
    font-size: clamp(1rem, 3.2vw, 1.2rem);
  }
}
.p-merit__container__text-wrap .title-wrap .count__bg {
  position: relative;
  z-index: 5;
  width: 100px;
  aspect-ratio: 1/1;
  display: block;
  transform: translate(-16px, -17px);
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .title-wrap .count__bg {
    width: 56px;
    transform: translate(12px, -17px);
  }
}
.p-merit__container__text-wrap .title-wrap .count__bg::before {
  content: "";
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00267F;
  max-width: 100px;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .title-wrap .count__bg::before {
    width: 56px;
    height: 56px;
  }
}
.p-merit__container__text-wrap .title-wrap .count__bg::after {
  position: absolute;
  content: "";
  right: 3px;
  bottom: 4px;
  transform: rotate(-45deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 10px 0 10px;
  border-color: #00267F transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .title-wrap .count__bg::after {
    right: 1px;
    bottom: 3px;
  }
}
.p-merit__container__text-wrap .title-wrap .title {
  font-size: clamp(1.8rem, 1.6666vw, 2.4rem);
  color: #00267F;
  letter-spacing: 0.11em;
  font-weight: bold;
  width: calc(100% - 100px);
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .title-wrap .title {
    font-size: clamp(1rem, 4.8vw, 1.8rem);
    line-height: 1.4em;
    letter-spacing: 0.08em;
    padding-left: 5%;
    transform: translateY(-11px);
    width: calc(100% - 56px);
  }
}
.p-merit__container__text-wrap .text {
  font-size: clamp(1.4rem, 1.1111vw, 1.6rem);
  letter-spacing: 0.04em;
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__text-wrap .text {
    font-size: clamp(1rem, 3.7333vw, 1.4rem);
    letter-spacing: 0.02em;
    line-height: 1.73em;
    width: 93%;
    margin: 0 auto 15px;
  }
}
.p-merit__container__img-wrap {
  width: 47.8%;
}
@media only screen and (max-width: 768px) {
  .p-merit__container__img-wrap {
    width: 89%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.p-merit__container__img-wrap img {
  margin: 0 auto;
  display: block;
}
.p-merit .p-merit__container:nth-child(3) {
  margin-bottom: 57px;
}
@media only screen and (max-width: 768px) {
  .p-merit .p-merit__container:nth-child(3) {
    margin-bottom: 16px;
  }
}
.p-merit .p-merit__container:nth-child(4) {
  margin-bottom: 68px;
}
@media only screen and (max-width: 768px) {
  .p-merit .p-merit__container:nth-child(4) {
    margin-bottom: 16px;
  }
}

.p-voice {
  padding: 90px 0 60px;
  background-color: #EAECF2;
}
@media only screen and (max-width: 768px) {
  .p-voice {
    padding: 65px 0 45px;
  }
}
.p-voice__title {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .p-voice__title {
    font-size: clamp(1rem, 9.6vw, 3.6rem);
    margin-bottom: 9px;
  }
}
.p-voice__title .title-sub {
  font-size: clamp(2.2rem, 2.5vw, 3.6rem);
  color: #1A2F70;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-voice__title .title-sub {
    font-size: clamp(1rem, 5.8666vw, 2.2rem);
  }
}
.p-voice__title .c_blew {
  color: #3D6BD5;
  font-size: clamp(3rem, 3.4722vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.7em;
}
@media only screen and (max-width: 768px) {
  .p-voice__title .c_blew {
    font-size: clamp(1rem, 8vw, 3rem);
  }
}
.p-voice__box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-voice__box {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .p-voice__box {
    padding: 16px 0.1%;
    background-color: #EAECF2;
  }
}
.p-voice__box__img {
  width: clamp(1px, 6.31944vw, 91px);
}
@media only screen and (max-width: 768px) {
  .p-voice__box__img {
    width: clamp(1px, 15.768vw, 59.13px);
    padding: 8px 0 0;
    transform: translateX(-11%);
  }
}
.p-voice__box__text {
  width: 66%;
  font-size: clamp(1.6rem, 1.5277vw, 2.2rem);
  font-size: clamp(1.6rem, 1.5277vw, 2.2rem);
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-voice__box__text {
    font-size: clamp(1rem, 4.2666vw, 1.6rem);
    line-height: 1.5em;
    width: 70%;
  }
}
.p-voice__box-top {
  background-color: #00267F;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  position: relative;
  height: clamp(10px, 7.0368vw, 101.33px);
}
@media only screen and (max-width: 768px) {
  .p-voice__box-top {
    height: 29.8%;
  }
}
.p-voice__box-top::after {
  content: "";
  position: absolute;
  width: 39.7px;
  height: 28.36px;
  display: block;
  background-image: url(../images/voice/decoration.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -21px;
  left: 17px;
}
@media only screen and (max-width: 768px) {
  .p-voice__box-top::after {
    top: -14px;
    width: 24.74px;
    height: 17.67px;
  }
}
.p-voice__box-bottom {
  width: 100%;
  padding: 28px 6%;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  height: calc(100% - clamp(1px, 6.9444vw, 100px));
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-voice__box-bottom {
    padding: 11px 6%;
    line-height: 1.75em;
    letter-spacing: 0.025em;
    font-size: clamp(1rem, 3.7333vw, 1.4rem);
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    height: calc(100% - clamp(1px, 17.3333vw, 65px));
  }
}
.p-voice__box-bottom p:first-child {
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .p-voice__box-bottom p:first-child {
    margin-bottom: 30px;
  }
}
.p-voice__box-bottom .name {
  color: #00267F;
  text-align: end;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
  right: 6%;
}
@media only screen and (max-width: 768px) {
  .p-voice__box-bottom .name {
    font-size: clamp(1rem, 3.2vw, 1.2rem);
    bottom: 20px;
    right: 6%;
  }
}

.p-event {
  padding: 80px 0 60px;
}
@media only screen and (max-width: 768px) {
  .p-event {
    padding: 50px 0;
  }
}
.p-event .c-title {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.06em;
  font-size: clamp(2.2rem, 2.5vw, 3.6rem);
}
@media only screen and (max-width: 768px) {
  .p-event .c-title {
    font-size: clamp(1rem, 5.8666vw, 2.2rem);
  }
}
.p-event .c-title::before, .p-event .c-title::after {
  content: "";
  display: block;
  width: 32.13px;
  height: 47.89px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .p-event .c-title::before, .p-event .c-title::after {
    bottom: -3px;
  }
}
.p-event .c-title::before {
  background-image: url(../images/event/decoration-left.svg);
  left: -50px;
}
@media only screen and (max-width: 768px) {
  .p-event .c-title::before {
    left: -35px;
  }
}
.p-event .c-title::after {
  background-image: url(../images/event/decoration-right.svg);
  right: -50px;
}
@media only screen and (max-width: 768px) {
  .p-event .c-title::after {
    right: -35px;
  }
}
.p-event .c-title span {
  letter-spacing: -0.04em;
  font-size: clamp(2.8rem, 3.4722vw, 5rem);
}
@media only screen and (max-width: 768px) {
  .p-event .c-title span {
    font-size: clamp(1rem, 7.4666vw, 2.8rem);
    line-height: 1.2em;
    letter-spacing: 0.04em;
  }
}
.p-event__title {
  text-align: center;
}
.p-event__calendar {
  background-color: #EBF0FF;
  border-radius: 20px;
  padding: 27px 3% 20px;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .p-event__calendar {
    padding: 30px 0 20px;
    width: 90%;
    margin: 0 auto 33px;
  }
}
.p-event__calendar__title {
  font-size: clamp(2.2rem, 1.8055vw, 2.6rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  color: #1A2F70;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .p-event__calendar__title {
    font-size: clamp(1rem, 5.8666vw, 2.2rem);
    margin-bottom: 16px;
  }
}
.p-event__calendar__img {
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  .p-event__calendar__img {
    margin-bottom: 0;
    width: 940px;
  }
}
@media only screen and (max-width: 768px) {
  .p-event__calendar__imgbox {
    height: 265px;
    overflow-x: scroll;
    padding-left: 7%;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .p-event__calendar__imgbox::after {
    content: "";
    background-image: url(../images/event/icon-swipe.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: clamp(20px, 21.06vw, 79px);
    aspect-ratio: 1/1;
    display: block;
    position: absolute;
    left: 50%;
    top: 73%;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
  }
}
@media only screen and (max-width: 768px) {
  .p-event__calendar__imgbox.none::after {
    display: none;
  }
}
.p-event__calendar__text {
  font-size: clamp(1.4rem, 1.1111vw, 1.6rem);
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-event__calendar__text {
    font-size: clamp(1rem, 3.7333vw, 1.4rem);
    width: 90%;
    margin: 0 auto 13px;
  }
}
.p-event__calendar .annotation {
  font-size: 1.2rem;
  text-align: end;
}
@media only screen and (max-width: 768px) {
  .p-event__calendar .annotation {
    font-size: clamp(1rem, 3.2vw, 1.2rem);
    margin-right: 6.7%;
    letter-spacing: 0.04em;
  }
}
.p-event__flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-event__flex {
    flex-wrap: wrap;
  }
}
.p-event__text-wrap {
  width: 52%;
}
@media only screen and (max-width: 768px) {
  .p-event__text-wrap {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-event__text-wrap ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-left: 32px;
}
@media only screen and (max-width: 768px) {
  .p-event__text-wrap ul li {
    font-size: clamp(1rem, 3.7333vw, 1.4rem);
    line-height: 1.8em;
    margin-bottom: 3px;
  }
}
.p-event__text-wrap ul li .check {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #3D6BD5;
  border-radius: 50%;
  margin-top: 6px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .p-event__text-wrap ul li .check {
    width: 20px;
    height: 19px;
    margin-top: 5px;
  }
}
.p-event__text-wrap ul li .check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .p-event__text-wrap ul li .check::after {
    width: 7px;
    height: 2px;
    border-left: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
  }
}
.p-event__text-title {
  font-size: clamp(1.8rem, 1.8055vw, 2.6rem);
  line-height: 1.9em;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .p-event__text-title {
    font-size: clamp(1rem, 4.8vw, 1.8rem);
    line-height: 2.4em;
    letter-spacing: 0.02em;
    max-width: 500px;
    margin: 0 auto 22px;
  }
}
.p-event__text-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #00267F;
  z-index: -1;
  border-radius: 30px;
}
.p-event__text-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 12px 0 12px;
  border-color: #00267F transparent transparent transparent;
}
.p-event__img-wrap {
  width: 47.6%;
  margin-top: -27px;
}
@media only screen and (max-width: 768px) {
  .p-event__img-wrap {
    width: 89%;
    max-width: 333.75px;
    margin: 10px auto 0;
  }
}

.p-register {
  padding: 40px 0 0;
  background-image: url(../images/register/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .p-register {
    padding: 23px 0 110px;
  }
}
.p-register .c-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .p-register .c-inner {
    justify-content: center;
  }
}
.p-register__textwrap {
  width: 70%;
  padding-top: 33px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-register__textwrap {
    width: 63.5%;
    padding-top: 23px;
  }
}
.p-register__textwrap-title {
  font-size: 5rem;
  font-size: clamp(1.8rem, 3.4722vw, 5rem);
  line-height: 1.1em;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .p-register__textwrap-title {
    font-size: clamp(1rem, 4.8vw, 1.8rem);
    line-height: 1.3em;
  }
}
.p-register__textwrap-title span {
  font-size: clamp(1.8rem, 4.8vw, 2.8rem);
  line-height: 1.7em;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-register__textwrap-title span {
    font-size: clamp(1rem, 4.8vw, 1.8rem);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}
.p-register__textwrap-title .f50 {
  font-size: clamp(3.2rem, 3.4722vw, 5rem);
  line-height: 1.3em;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .p-register__textwrap-title .f50 {
    font-size: clamp(1rem, 8.5333vw, 3.2rem);
    line-height: 1.34em;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-register__btn {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-register .c-btn-arrow {
  font-size: clamp(1.8rem, 1.6666vw, 2.4rem);
  letter-spacing: 0.06em;
  padding-top: clamp(18px, 1.9444vw, 28px);
  padding-bottom: clamp(18px, 1.9444vw, 28px);
  width: 68%;
}
@media only screen and (max-width: 768px) {
  .p-register .c-btn-arrow {
    font-size: clamp(1rem, 4.8vw, 1.8rem);
    padding: 18px 0;
    width: 92%;
    max-width: 345px;
  }
}
.p-register__imgwrap {
  width: 27.5%;
  transform: translateX(-12%);
}
@media only screen and (max-width: 768px) {
  .p-register__imgwrap {
    width: 36.2%;
    max-width: 135.7px;
    transform: translateX(-5%);
  }
}

.p-recommended {
  padding: 50px 0 75px;
  background-color: #fff;
  background-image: url(../images/common/pc_bg.png);
  background-repeat: repeat-y;
  background-size: auto;
}
@media only screen and (max-width: 768px) {
  .p-recommended {
    padding: 34px 0 44px;
    background-image: url(../images/common/sp_bg.png);
  }
}
.p-recommended__titel {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .p-recommended__titel {
    font-size: clamp(1rem, 6.4vw, 2.4rem);
    margin-bottom: 15px;
  }
}
.p-recommended__titel span {
  font-size: clamp(2.4rem, 2.6388vw, 3.8rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.9;
  color: #00267F;
}
@media only screen and (max-width: 768px) {
  .p-recommended__titel span {
    font-size: clamp(1rem, 6.4vw, 2.4rem);
  }
}
.p-recommended__titel span .emphasis {
  font-size: clamp(3.4rem, 3.8194vw, 5.5rem);
  font-weight: bold;
  color: #3D6BD5;
}
@media only screen and (max-width: 768px) {
  .p-recommended__titel span .emphasis {
    font-size: clamp(1rem, 9.0666vw, 3.4rem);
  }
}
.p-recommended__titel .titel-sub {
  width: 100%;
  display: block;
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 400;
  color: #222222;
}
@media only screen and (max-width: 768px) {
  .p-recommended__titel .titel-sub {
    font-size: clamp(1rem, 4.2666vw, 1.6rem);
    width: 89%;
    margin: 0 auto;
  }
}
.p-recommended__container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .p-recommended__container {
    flex-wrap: wrap;
  }
}
.p-recommended__container-item {
  width: 48%;
  max-width: 480px;
  background-color: #EAECF2;
  border-radius: 20px;
  padding: 25px 0 0;
}
@media only screen and (max-width: 768px) {
  .p-recommended__container-item {
    width: 90%;
    margin: 0 auto 16px;
    padding: 17px 0 0;
  }
}
.p-recommended__container-item .c-title {
  font-size: clamp(1.8rem, 1.8055vw, 2.6rem);
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-recommended__container-item .c-title {
    font-size: clamp(1rem, 4.8vw, 1.8rem);
  }
}
.p-recommended__container-item .c-title span {
  font-size: clamp(2rem, 1.9444vw, 2.8rem);
}
@media only screen and (max-width: 768px) {
  .p-recommended__container-item .c-title span {
    font-size: clamp(1rem, 5.333vw, 2rem);
  }
}
.p-recommended__container-item img {
  width: 35%;
  width: 87%;
  display: block;
  margin: 0 auto;
  max-width: 420px;
}/*# sourceMappingURL=style.css.map */