@charset "UTF-8";
#wpadminbar {
  display: none;
}
#wpadminbar a {
  color: #fff !important;
}

html {
  margin-top: 0 !important;
}

/* ===== ベース（保険） ===== */
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

/* ===== PC：751px〜1440px ===== */
@media (min-width: 768px) {
  html {
    font-size: 0.6944444vw; /* 1440px基準 */
  }
}
/* ===== PC上限：1440px以上 ===== */
/* ===== SP ===== */
@media screen and (max-width: 768px) {
  html {
    font-size: 2.65vw;
  }
}
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #00114C;
  margin: 0 !important;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.2px;
  -webkit-font-smoothing: antialiased; /* Mac/Safariでの太りすぎを抑制 */
  -moz-osx-font-smoothing: grayscale; /* Firefox用 */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  line-height: 150%;
}

p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #1d1d1e;
}
@media screen and (max-width: 768px) {
  li {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: unset;
  color: #00114C !important;
}

a:focus,
a:active {
  outline: none;
  box-shadow: none;
}

img {
  vertical-align: bottom;
}

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

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

[id^=faq-] {
  position: relative;
  pointer-events: none;
}

[id^=faq-]::before {
  content: "";
  display: block;
  height: 11rem;
  margin-top: -11rem;
  pointer-events: none;
}

.c-btn {
  display: inline-block;
  padding: 1rem;
  border-radius: 8rem;
  border: 0.1rem solid #00114C;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.c-btn:hover {
  cursor: pointer;
}
.c-btn-mv {
  font-size: 2rem;
  padding: 2rem 14rem;
  border: 0.3rem solid #00114C;
}
@media screen and (max-width: 768px) {
  .c-btn-mv {
    font-size: 1.2rem;
    padding: 1rem 8.5rem;
  }
}
.c-btn-header {
  padding: 0.5rem 1.8rem;
  font-weight: bold;
}
.c-btn-header-colored {
  background: #00114C;
  color: #fff !important;
}
.c-btn-more {
  border-radius: 0.4rem;
  border: 0.1rem solid var(--333, #333);
  background: var(--fff, #FFF);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 26rem;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.c-btn-more img {
  margin-left: 1rem;
}
.c-btn-media {
  padding: 1rem 4rem;
  border-radius: 2.5rem;
  background: #fff;
  border: 0.1rem solid #00114C;
  font-family: "m-plus-1c", sans-serif;
  letter-spacing: 0.64px;
}

.c-bread {
  background: #00114C;
  padding: 0.5rem;
  padding-left: 12rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-bread {
    padding-left: 2rem;
  }
}
.c-bread a, .c-bread span {
  color: #fff !important;
  font-size: 1.3rem;
  letter-spacing: 1px;
  vertical-align: top;
}
.c-bread .home::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/base/icon-home@2x.png) no-repeat center/contain;
  display: inline-block;
  color: #fff;
  position: relative;
  top: 0.2rem;
}
.c-bread .home span {
  display: none;
}

.c-lower-top {
  padding: 11rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .c-lower-top {
    padding: 6rem 0 3rem;
  }
}
.c-lower-top-inner {
  width: 100%;
  height: 39rem;
  background: url(../img/base/bg-lower-top.png) center no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .c-lower-top-inner {
    height: 20rem;
  }
}
.c-lower-top-content {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 56%;
  transform: translate(0, -50%);
}
.c-lower-top-content h2 {
  color: #E6FF01;
  font-size: 8.4rem;
  font-family: "prohibition", sans-serif;
  font-weight: 400;
  letter-spacing: 3.36px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .c-lower-top-content h2 {
    font-size: 4.4rem;
    margin-bottom: 0;
  }
}
.c-lower-top-content p {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-lower-top-content p {
    font-size: 2rem;
  }
}

.c-slider-news .slick-track {
  display: flex;
}

.c-slider-news .slick-slide {
  height: auto;
}

.c-slider-news .slick-slide > div {
  height: 100%;
}

.c-formrun__area {
  width: 60vw;
  margin: 4rem auto;
  display: block;
  background-color: #fff;
  padding: 5vw;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .c-formrun__area {
    width: 90vw;
  }
}

.l-footer {
  padding-top: 6.5rem;
  background: linear-gradient(94deg, #F5FBFF 0%, #DEE4F6 100%);
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 3rem;
  }
}
.l-footer__list--area {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-footer__list--area {
    left: unset;
    transform: unset;
    margin-left: 2rem;
  }
}
.l-footer__list {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__list {
    flex-direction: column;
  }
}
.l-footer__list--s li {
  font-size: 1.2rem;
}
.l-footer__list-item {
  font-size: 1.4rem;
  margin-right: 2.5rem;
}
.l-footer__list-item:last-of-type {
  margin-right: 0;
}
.l-footer__logo {
  margin: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin: 1.5rem 0;
  }
}
.l-footer__logo img {
  display: block;
  margin: 0 auto;
  margin-bottom: 3rem;
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .l-footer__logo img {
    width: 80%;
    margin-bottom: 1.5rem;
  }
}
.l-footer__logo a img {
  width: 17rem;
}
.l-footer__sns--list {
  display: flex;
  justify-content: space-between;
  width: 30rem;
  margin: 0 auto 2rem;
}
.l-footer__sns--list-item img {
  width: 3.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer__sns--list-item img {
    width: 3rem;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
.l-footer__copy p {
  margin-bottom: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.3s ease;
}
.l-header.is-scrolled, .l-header__lower {
  background: rgba(255, 255, 255, 0.9);
}
.l-header__inner {
  display: flex;
  align-items: center;
  max-width: 120rem;
  width: 100%;
  margin: 2.5rem auto;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    margin: 0.5rem 1.5rem;
    justify-content: space-between;
    width: 92%;
  }
}
.l-header__logo {
  position: relative;
  z-index: 10;
}
.l-header__logo img {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: 13rem;
  }
}
.l-header__list {
  display: flex;
  justify-content: space-between;
  margin-left: 6.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__list {
    display: none;
  }
}
.l-header__list-item {
  margin-right: 2.8rem;
}
.l-header__list-item:last-of-type {
  margin-right: 0;
}
.l-header__btns {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-header__btns {
    display: none;
  }
}
.l-header__btn {
  margin-right: 1.7rem;
  font-family: "m-plus-1c", sans-serif;
}
.l-header__btn:last-of-type {
  margin-right: 0;
}
.l-header__ham {
  width: 2.5rem;
  height: 2rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__ham--area {
  width: 2.5rem;
  height: 2rem;
  position: relative;
  z-index: 5;
  transition: all 0.5s;
}
.l-header__ham--area.active {
  transition: all 0.5s;
  position: relative;
  z-index: 5;
}
.l-header__ham--area span {
  width: 100%;
  height: 0.2rem;
  background: #00114C;
  margin: 0 auto;
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.l-header__ham--area span:first-of-type {
  top: 0;
}
.l-header__ham--area span:nth-of-type(2) {
  top: 0.95rem;
}
.l-header__ham--area span:last-of-type {
  bottom: 0;
}
.l-header__ham--area span.active {
  transition: all 0.5s;
  background: #fff;
}
.l-header__ham--area span.active:first-of-type {
  top: 0.95rem;
  transform: rotate(45deg);
}
.l-header__ham--area span.active:nth-of-type(2) {
  display: none;
}
.l-header__ham--area span.active:last-of-type {
  bottom: 0.95rem;
  transform: rotate(135deg);
}
.l-header__ham--inner {
  opacity: 0;
  visibility: hidden;
  background: #00114C;
  padding: 6rem 3rem 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  transition: all 0.3s;
  background: url(../img/base/bg-header-inner.png) center no-repeat;
  background-size: cover;
}
.l-header__ham--inner.active {
  opacity: 1;
  visibility: visible;
}
.l-header__ham--inner a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333 !important;
  font-weight: bold;
}
.l-header__ham--list {
  margin: 6rem 0 5rem;
}
.l-header__ham--list-item {
  margin-bottom: 1.5rem;
}
.l-header__ham--btns .c-btn-header-colored {
  color: #fff !important;
}
.l-header__ham--btns a {
  margin-bottom: 1.5rem;
  width: 20rem;
}

.l-section__inner {
  max-width: 120rem;
  width: 90%;
  margin: 0 auto;
}
.l-section__inner--m {
  max-width: 104rem;
}

.l-section__formrun {
  width: 100vw;
  /* margin: auto auto auto; */
  background-color: #ebebe9;
  /* display: inline-block; */
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .l-section__formrun {
    padding: 1rem;
  }
}

.p-info__bg {
  background: url(../img/info/bg-info.png) top no-repeat;
  background-size: cover;
}
.p-info__guide {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide {
    padding-top: 6rem;
  }
}
.p-info__guide--top {
  margin-bottom: 1rem;
}
.p-info__guide--top h2 {
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide--top h2 {
    font-size: 2.6rem;
  }
}
.p-info__guide--top p {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide--top p {
    font-size: 1.4rem;
  }
}
.p-info__guide--main h2 {
  padding: 2rem;
  background: #00114C;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info__guide--main h2 {
    padding: 1rem;
  }
}
.p-info__guide--list {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide--list {
    flex-direction: column;
  }
}
.p-info__guide--list-item {
  width: 36rem;
  padding: 2rem;
  text-align: center;
  border-radius: 2rem;
  border: 0.6rem solid #1C88B9;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .p-info__guide--list-item {
    width: 100%;
    margin-bottom: 2rem;
    border: 0.3rem solid #1C88B9;
  }
  .p-info__guide--list-item:last-of-type {
    margin-bottom: 0;
  }
}
.p-info__guide--list-item--top {
  color: #00114C;
  margin-bottom: 1rem;
}
.p-info__guide--list-item--top span {
  background: #00114C;
  border-radius: 2rem;
  color: #fff;
  padding: 0.4rem 1.5rem;
  font-weight: bold;
  display: block;
  width: 21rem;
  margin: 0 auto 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide--list-item--top span {
    width: 15rem;
  }
}
.p-info__guide--list-item h3 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  background: linear-gradient(89deg, #00114C 0.08%, #1D85B4 91.51%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-info__guide--list-item h3 {
    font-size: 2.4rem;
  }
}
.p-info__guide--list-item--text {
  font-weight: 500;
  margin-bottom: 0;
}
.p-info__guide--list--img {
  width: 89rem;
  margin: 0 auto;
}
.p-info__guide--list--img img {
  width: 100%;
}
.p-info__guide--block {
  display: flex;
  background: #FFF;
  border-radius: 2rem;
  margin-bottom: 6rem;
  border: 0.2rem solid #00114C;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-info__guide--block {
    flex-direction: column;
    border: unset;
    margin-bottom: 3rem;
  }
}
.p-info__guide--block::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
  border-top: 1.4rem solid #00114C;
  border-bottom: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .p-info__guide--block::after {
    border-right: 1rem solid transparent;
    border-left: 1rem solid transparent;
    border-top: 1rem solid #00114C;
    bottom: -2rem;
  }
}
.p-info__guide--block:first-of-type::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.5rem solid transparent;
  border-left: 1.5rem solid transparent;
  border-top: 1.4rem solid #00114C;
  border-bottom: 0;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .p-info__guide--block:first-of-type::before {
    border-right: 1rem solid transparent;
    border-left: 1rem solid transparent;
    border-top: 1rem solid #00114C;
    top: -3rem;
  }
}
.p-info__guide--block--area {
  margin: 7rem auto 7rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide--block--area {
    margin: 5rem auto 3rem;
  }
}
.p-info__guide--block--left {
  border-radius: 2rem 0 0 2rem;
  background: #00114C;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  width: 20rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-info__guide--block--left {
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    padding: 1rem;
  }
}
.p-info__guide--block--left p {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 160%; /* 38.4px */
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-info__guide--block--left p {
    font-size: 1.8rem;
  }
}
.p-info__guide--block--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide--block--right {
    border: 0.2rem solid #00114C;
    border-radius: 0 0 2rem 2rem;
  }
}
.p-info__guide--block--right h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide--block--right h3 {
    font-size: 1.6rem;
  }
}
.p-info__guide--block--right p {
  margin-bottom: 0;
}
.p-info__guide--block:not(:first-of-type) .p-info__guide--block--right {
  padding: 3.5rem;
  padding-left: 3rem;
}
.p-info__guide--img {
  text-align: center;
}
.p-info__guide--cards {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-info__guide--cards {
    flex-direction: column;
    margin-top: 3rem;
  }
}
.p-info__guide--card {
  width: 33rem;
  padding: 3rem;
  background: #00114C;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide--card {
    width: 100%;
    padding: 2rem;
    margin-top: 1rem;
  }
}
.p-info__guide--card:last-of-type h3 {
  font-size: 4.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-info__guide--card:last-of-type h3 {
    font-size: 3.3rem;
  }
}
.p-info__guide--card p {
  background: #fff;
  color: #00114C;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide--card p {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.p-info__guide--card h3 {
  color: #E6FF01;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  font-family: "DIN Condensed", sans-serif;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide--card h3 {
    font-size: 2.6rem;
    margin-bottom: 0;
  }
}
.p-info__guide--card h3 span {
  font-size: 8.8rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .p-info__guide--card h3 span {
    font-size: 6rem;
  }
}
.p-info__guide--learn {
  border-radius: 2rem;
  background: #FFF;
  margin-top: 3rem;
}
.p-info__guide--learn h3 {
  background: #00114C;
  color: #fff;
  border-radius: 2rem 2rem 0 0;
  padding: 2rem;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-info__guide--learn h3 {
    font-size: 2rem;
    padding: 1.5rem;
  }
}
.p-info__guide--learn--inner {
  padding: 3rem;
  display: flex;
  justify-content: center;
  border: 0.4rem solid #00114C;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide--learn--inner {
    flex-direction: column;
    padding: 1.5rem;
  }
}
.p-info__guide--learn--inner ul {
  margin-right: 7rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide--learn--inner ul {
    margin-right: 0;
    display: inline-block;
  }
}
.p-info__guide--learn--inner ul:last-of-type {
  margin-right: 0;
}
.p-info__guide--learn--inner li {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 768px) {
  .p-info__guide--learn--inner li {
    font-size: 1.6rem;
    display: inline-block;
  }
}
.p-info__procedure {
  margin-top: 13rem;
  margin-bottom: 21rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.p-info__procedure--top h2 {
  background: #00114C;
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--top h2 {
    font-size: 2.2rem;
    padding: 1rem;
  }
}
.p-info__procedure--top p {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 2.5rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--top p {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.p-info__procedure--phase {
  margin-top: 3rem;
  border-radius: 2rem;
  background: #FFF;
  box-shadow: 0 0 24px 0 rgba(23, 34, 71, 0.12);
  padding: 8rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--phase {
    padding: 4rem 2rem;
  }
}
.p-info__procedure--phase--title {
  border-radius: 4rem;
  background: linear-gradient(90deg, #217CA6 0%, #A9D1E4 100%);
  font-size: 2rem;
  letter-spacing: 0.6px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5rem;
  padding: 1rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--phase--title {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    text-align: center;
    padding: 1rem 0;
  }
}
.p-info__procedure--phase--block {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--phase--block {
    margin-bottom: 7rem;
  }
}
.p-info__procedure--phase--block:last-of-type {
  margin-bottom: 0;
}
.p-info__procedure--phase--block--title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--phase--block--title {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.p-info__procedure--phase--block--title h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 2rem;
  margin-bottom: 0;
  position: relative;
  top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--phase--block--title h4 {
    font-size: 2rem;
  }
}
.p-info__procedure--phase--block--title p {
  font-size: 2rem;
  color: #1C88B9;
  display: flex;
  font-weight: bold;
  align-items: baseline;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--phase--block--title p {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.p-info__procedure--phase--block--title p span {
  font-size: 3.3rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--phase--block--title p span {
    font-size: 2.6rem;
    margin-left: 0.5rem;
  }
}
.p-info__procedure--phase--block--content {
  display: flex;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--phase--block--content {
    padding: 0;
  }
}
.p-info__procedure--phase--block--content img {
  width: 5.5rem;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--phase--block--content img {
    display: none;
  }
}
.p-info__procedure--phase--block--text {
  width: 100%;
}
.p-info__procedure--phase--block--point {
  margin-top: 1.5rem;
  padding: 1.5rem 3rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #1C88B9;
  background: #F5FAFD;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--phase--block--point {
    padding: 1.5rem;
    margin-top: 0;
  }
}
.p-info__procedure--phase--block--point p {
  font-weight: bold;
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 3.5rem;
}
.p-info__procedure--phase--block--point p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url(../img/info/icon-light@2x.png) no-repeat center;
  background-size: cover;
  width: 2.5rem;
  height: 2.5rem;
}
.p-info__procedure--phase--block--point li {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--phase--block--point li {
    text-indent: -1.5rem;
    padding-left: 1rem;
  }
}
.p-info__procedure--phase--block--point li span {
  font-weight: bold;
  background-image: linear-gradient(0deg, #f4ff92 0.5em, transparent 0.5em);
}
.p-info__procedure--phase--2 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--phase--2 {
    padding-bottom: 2rem;
  }
}
.p-info__procedure--phase--2 .p-info__procedure--phase--title {
  background: linear-gradient(89deg, #00114C 0.55%, #16739E 99.47%);
}
.p-info__procedure--phase--2 .p-info__procedure--phase--block {
  margin-bottom: 4.5rem;
}
.p-info__procedure--phase--2 .p-info__procedure--phase--block:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--phase--2 .p-info__procedure--phase--block {
    margin-bottom: 7rem;
  }
}
.p-info__procedure--check {
  border-radius: 2rem;
  border: 0.4rem solid #1C88B9;
  background: #FFF;
  padding: 5rem 8rem;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--check {
    padding: 4rem 2rem;
    margin-top: 4rem;
  }
}
.p-info__procedure--check h4 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 6rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--check h4 {
    font-size: 2rem;
    padding-left: 4rem;
  }
}
.p-info__procedure--check h4::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 4.5rem;
  height: 4.5rem;
  background: url(../img/info/icon-check@2x.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--check h4::before {
    width: 3rem;
    height: 3rem;
  }
}
.p-info__procedure--check p {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--check p {
    font-size: 1.4rem;
  }
}
.p-info__procedure--check ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-info__procedure--check li {
  background: #F5FAFD;
  padding: 2rem 0 2rem 6rem;
  position: relative;
  width: 50rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--check li {
    padding: 1rem;
    padding-left: 5rem;
    line-height: 1.5;
    font-size: 1.2rem;
  }
}
.p-info__procedure--check li:last-of-type {
  margin-bottom: 0;
}
.p-info__procedure--check li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(0, -50%);
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/info/icon-check-2@2x.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-info__procedure--check li::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.p-front__mv--img {
  position: relative;
}
.p-front__mv--img .mv-slider-1 {
  width: 100%;
}
.p-front__mv--img--1 {
  position: absolute;
  top: 20.5rem;
  left: 10.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--img--1 {
    left: 1rem;
    width: 34.5rem;
    top: 31rem;
  }
}
.p-front__mv--img--2 {
  position: absolute;
  bottom: 3.5rem;
  right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--img--2 {
    right: 0;
  }
}
.p-front__mv--content {
  position: absolute;
  top: 46.5rem;
  left: 15rem;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front__mv--content {
    left: 3rem;
    top: unset;
    bottom: 7rem;
  }
}
.p-front__mv--content p {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25), 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .p-front__mv--content p {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
}
.p-front__mv--btn {
  position: relative;
  left: -3rem;
  top: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__mv--btn {
    left: 0;
  }
}
.p-front__about {
  position: relative;
  overflow: hidden;
}
.p-front__about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 62rem;
  background: url(../img/front/bg-about.png) center no-repeat;
  background-size: cover;
  z-index: 0;
}
.p-front__about--inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 106rem;
  width: 90%;
  margin: 0 auto;
  padding: 9rem 0 16rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--inner {
    flex-direction: column-reverse;
    padding: 5rem 0 8rem;
  }
}
.p-front__about--left {
  max-width: 55rem;
  width: 100%;
  font-size: 2rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--left {
    padding-left: 0;
  }
}
.p-front__about--left img {
  max-width: 35rem;
  width: 60%;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--left img {
    margin: 0 auto 3rem;
    display: block;
  }
}
.p-front__about--left p {
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__about--left p {
    font-size: 1.3rem;
    margin-bottom: 2;
  }
}
.p-front__about--left p span {
  background: #fff;
  padding: 0.8rem 0;
}
.p-front__about--right {
  max-width: 51rem;
  width: 100%;
}
.p-front__about--right img {
  width: 100%;
}
.p-front__news {
  margin-top: 15rem;
  padding-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__news {
    margin-top: 8rem;
    padding-bottom: 5rem;
  }
}
.p-front__news::before {
  content: "";
  width: 100%;
  height: 144rem;
  background: url(../img/front/bg-news.png) center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-front__news::before {
    height: 70rem;
  }
}
.p-front__news.info {
  padding-bottom: 6rem;
}
.p-front__news.info::before {
  display: none;
}
.p-front__news.info .p-front__news--title {
  font-family: "prohibition", sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
}
.p-front__news.info .p-front__news--en {
  color: #F3F6FF;
}
.p-front__news--en p {
  position: absolute;
  top: -9rem;
  right: 11rem;
  font-size: 16rem;
  letter-spacing: 6.56px;
  font-family: "prohibition", sans-serif;
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front__news--en p {
    font-size: 7rem;
    right: 1rem;
    top: -7rem;
  }
}
.p-front__news--title {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 3.84px;
}
@media screen and (max-width: 768px) {
  .p-front__news--title {
    font-size: 3rem;
  }
}
.p-front__news .slick-prev,
.p-front__news .slick-next {
  width: 6.5rem;
  height: 6.5rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-front__news .slick-prev,
  .p-front__news .slick-next {
    width: 3rem;
    height: 3rem;
  }
}
.p-front__news .slick-prev::before,
.p-front__news .slick-next::before {
  display: none;
}
.p-front__news .slick-prev {
  left: -4rem;
}
@media screen and (max-width: 768px) {
  .p-front__news .slick-prev {
    left: -2rem;
  }
}
.p-front__news .slick-next {
  right: -3rem;
}
@media screen and (max-width: 768px) {
  .p-front__news .slick-next {
    right: -1.5rem;
  }
}
.p-front__news--cards {
  margin-top: -2rem;
}
.p-front__news--card {
  width: 39rem !important;
  margin: 1rem 0.5rem;
  display: block;
  padding: 4rem 3rem 3rem;
  border-radius: 0.8rem;
  box-shadow: 0 0 14px 0 rgba(23, 34, 71, 0.12);
}
@media screen and (max-width: 768px) {
  .p-front__news--card {
    width: unset !important;
    padding: 1.5rem;
  }
}
.p-front__news--card img {
  margin-bottom: 3.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__news--card img {
    margin-bottom: 1.5rem;
  }
}
.p-front__news--card--meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.p-front__news--card--meta p {
  margin-bottom: 0;
}
.p-front__news--card--title {
  font-weight: bold;
  letter-spacing: 1.28px;
}
.p-front__news--card--cat {
  background: #1C88B9;
  color: #fff;
  padding: 0.1rem 0.2rem;
}
.p-front__news--card--date {
  font-family: "DIN Condensed", sans-serif;
}
.p-front__news--btn {
  text-align: center;
  margin-top: 4rem;
}
.p-front__yt {
  padding-top: 11rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .p-front__yt {
    padding-top: 5rem;
    margin-bottom: 6rem;
  }
}
.p-front__yt--wrap {
  border-radius: 4rem;
  background: url(../img/front/bg-yt.png) center no-repeat;
  background-size: cover;
  padding: 8rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__yt--wrap {
    padding: 4rem 2rem 2rem;
  }
}
.p-front__yt--title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-front__yt--title {
    font-size: 1.4rem;
  }
}
.p-front__yt--title--area img {
  margin-bottom: 2rem;
  max-width: 30rem;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .p-front__yt--title--area img {
    margin-bottom: 1rem;
  }
}
.p-front__yt--cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__yt--cards {
    flex-direction: column;
    margin-top: 2rem;
  }
}
.p-front__yt--card {
  max-width: 32rem;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__yt--card {
    margin-bottom: 0.5rem;
  }
}
.p-front__yt--card img {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__yt--card img {
    margin-bottom: 0.8rem;
  }
}
.p-front__yt--card p {
  font-weight: bold;
  letter-spacing: 1.28px;
  color: #fff;
}
.p-front__style {
  background: url(../img/front/bg-style.png) center no-repeat;
  background-size: cover;
  padding-top: 11.5rem;
  padding-bottom: 23rem;
}
@media screen and (max-width: 768px) {
  .p-front__style {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
.p-front__style--title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-front__style--title {
    flex-direction: column;
    align-items: start;
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.p-front__style--title img {
  margin-right: 4rem;
  max-width: 43rem;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-front__style--title img {
    margin-right: 0;
  }
}
.p-front__style--cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
}
.p-front__style--card {
  max-width: 52rem;
  margin-bottom: 8rem;
  position: relative;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__style--card {
    margin-bottom: 4rem;
  }
}
.p-front__style--card::before {
  content: "";
  display: block;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 52rem;
  width: 100%;
  max-height: 70rem;
  height: 100%;
  transform: rotate(4deg);
  aspect-ratio: 526.33/701.77;
  background: #1a368d;
  border-radius: 4rem;
}
.p-front__style--card--img {
  position: relative;
  z-index: 1;
}
.p-front__style--card--img img {
  width: 100%;
  border-radius: 4rem 4rem 0 0;
}
.p-front__style--card--title {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__style--card--title {
    margin-bottom: 1rem;
  }
}
.p-front__style--card--title img {
  margin-right: 2rem;
  height: 5rem;
  position: relative;
  top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__style--card--title img {
    height: 3rem;
    margin-right: 1rem;
    top: unset;
  }
}
.p-front__style--card--title h3 {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%; /* 38.4px */
  letter-spacing: 1.92px;
  color: #00114C;
}
@media screen and (max-width: 768px) {
  .p-front__style--card--title h3 {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
.p-front__style--card--content {
  padding: 4rem 3rem 3.5rem;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 0 0 4rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__style--card--content {
    padding: 2rem 1.5rem;
  }
}
.p-front__style--card--content p {
  line-height: 1.65; /* 25.6px */
  letter-spacing: 1.2px;
}
.p-front__style--card--content p span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-front__style--card--content p {
    margin-bottom: 0;
  }
}
.p-front__style--card--content p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__style--card--text {
    padding: 0 1.5rem 1rem;
  }
}
.p-front__radio {
  background: url(../img/front/bg-radio.png) top no-repeat;
  background-size: cover;
  margin-top: -17rem;
  padding-top: 16rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__radio {
    margin-top: -8rem;
    padding-top: 8rem;
    padding-bottom: 3rem;
  }
}
.p-front__radio--title {
  font-size: 4.25rem;
  letter-spacing: 3.52px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-front__radio--title {
    font-size: 3rem;
    line-height: 2;
  }
}
.p-front__radio--title span {
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .p-front__radio--title span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-front__radio--cards {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__radio--cards {
    flex-direction: column;
    margin-top: 1.5rem;
  }
}
.p-front__radio--card {
  max-width: 42rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__radio--card {
    margin-bottom: 3rem;
  }
}
.p-front__radio--card--img {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__radio--card--img {
    margin-bottom: 1.3rem;
  }
}
.p-front__radio--card--img img {
  width: 100%;
}
.p-front__radio--card--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.p-front__radio--card--title h3 {
  font-size: 2rem;
  letter-spacing: 1.2px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__radio--card--title h3 {
    font-size: 1.7rem;
  }
}
.p-front__radio--card--title span {
  font-size: 1.5rem;
  color: #fff;
  background: linear-gradient(90deg, #1C88B9 0%, #217CA6 100%);
  padding: 0.2rem 1rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-front__radio--card--title span {
    font-size: 1.1rem;
    padding: 0.2rem 0.4rem;
  }
}
.p-front__radio--card--content p {
  letter-spacing: -0.6px;
  line-height: 160%; /* 25.6px */
}
.p-front__radio--card--link {
  margin-top: 3.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #00114C;
}
@media screen and (max-width: 768px) {
  .p-front__radio--card--link {
    margin-top: 1rem;
  }
}
.p-front__radio--card--link a {
  display: flex;
  align-items: center;
}
.p-front__radio--card--link a img {
  margin-left: 1.5rem;
  width: 2.5rem;
}
.p-front__cta {
  background: url(../img/front/bg-cta.png) center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 7rem;
  padding-left: 27rem;
  padding-right: 19rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__cta {
    padding-top: 12rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
  }
}
.p-front__cta--en p {
  position: absolute;
  top: 7rem;
  left: 9rem;
  writing-mode: vertical-rl;
  font-size: 9.4rem;
  color: #E6FF01;
  font-family: "prohibition", sans-serif;
  letter-spacing: 3.76px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-front__cta--en p {
    left: 2rem;
    writing-mode: unset;
    top: 1.5rem;
    font-size: 6rem;
  }
}
.p-front__cta--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-front__cta--wrap {
    flex-direction: column;
  }
}
.p-front__cta--block {
  background: #fff;
  display: flex;
  border-radius: 4rem;
  padding: 4rem;
  margin-bottom: 4rem;
  max-width: 47rem;
  width: 100%;
  position: relative;
}
.p-front__cta--block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-front__cta--block {
    flex-direction: column;
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
.p-front__cta--block--l {
  max-width: 97rem;
  width: 100%;
}
.p-front__cta--block--left {
  max-width: 22rem;
  width: 100%;
  margin-right: 6rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__cta--block--left {
    width: 18rem;
    margin: 0 auto;
    padding-top: unset;
  }
}
.p-front__cta--block--left img {
  width: 100%;
}
.p-front__cta--block--right {
  max-width: 50rem;
  width: 100%;
}
.p-front__cta--block--right--text {
  padding: 1.5rem 2rem;
  border-radius: 2rem;
  border: 1px solid #88CCEA;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .p-front__cta--block--right--text {
    padding: 1.2rem;
  }
}
.p-front__cta--block--right--text p {
  margin-bottom: 0;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.64px;
  color: #5C5D61;
  font-weight: bold;
}
.p-front__cta--block--right--title h3 {
  text-align: center;
  font-size: 2.8rem;
  color: #1C88B9;
  font-weight: 700;
  letter-spacing: 1.12px;
  margin-bottom: 2.5rem;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  margin-left: -2rem;
}
@media screen and (max-width: 768px) {
  .p-front__cta--block--right--title h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.p-front__cta--block--right--title h3::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 0.7rem;
  background: url(../img/front/arrow-contact@2x.png) no-repeat center/contain;
  position: absolute;
  right: -4rem;
  top: 50%;
  transform: translate(0, -50%);
}
.p-front__cta--block--right--title p {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: 0.8px;
  color: #00114C;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-front__cta--block--right--title p {
    font-size: 1.6rem;
  }
}
.p-front__cta--block--right--title img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.p-front__cta--block--content {
  width: 100%;
}
.p-front__cta--block--content .pl-4 {
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__cta--block--content .pl-4 {
    padding-left: 0;
  }
}
.p-front__cta--block--content p {
  margin-bottom: 0;
  line-height: 160%;
  color: #5C5D61;
  font-weight: bold;
}
.p-front__cta--s {
  padding-top: 9rem;
  padding-left: 32rem;
  padding-right: 14rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .p-front__cta--s {
    padding-top: 12rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
  }
}
.p-front__cta--s .p-front__cta--block--l {
  margin-bottom: 0;
}
.p-front__cta--s .p-front__cta--en {
  top: 11rem;
  left: 12rem;
}
@media screen and (max-width: 768px) {
  .p-front__cta--s .p-front__cta--en {
    top: -5rem;
  }
}
.p-front__feature {
  padding-top: 13rem;
  padding-bottom: 8rem;
  position: relative;
  background: url(../img/front/bg-feature.png) bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-front__feature {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}
.p-front__feature--en p {
  position: absolute;
  top: 1rem;
  right: 10rem;
  color: #fff;
  font-size: 16.5rem;
  font-family: "prohibition", sans-serif;
  letter-spacing: 6.56px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-front__feature--en p {
    font-size: 7rem;
    top: 0rem;
    right: 1rem;
  }
}
.p-front__feature--title {
  font-size: 5.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-front__feature--title {
    font-size: 3rem;
  }
}
.p-front__feature--title span {
  font-size: 2rem;
  color: #1C88B9;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-front__feature--title span {
    font-size: 1.6rem;
  }
}
.p-front__feature--block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 6rem;
  border-bottom: 1px solid #DDE5FF;
  padding: 0 5rem 2rem 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__feature--block {
    flex-direction: column;
    margin-bottom: 2rem;
    padding: 0;
    padding-bottom: 2rem;
  }
}
.p-front__feature--block--left {
  max-width: 41.5rem;
  width: 100%;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-front__feature--block--left {
    margin-bottom: 0;
    padding-top: 2rem;
  }
}
.p-front__feature--block--left h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 160%; /* 44.8px */
  margin-bottom: 2.5rem;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 768px) {
  .p-front__feature--block--left h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.p-front__feature--block--left h4 {
  font-size: 8.8rem;
  font-family: "DIN Condensed", sans-serif;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 7.04px;
  color: #00114C;
  background: linear-gradient(89deg, #00114C 0.08%, #1D85B4 91.51%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .p-front__feature--block--left h4 {
    font-size: 6rem;
  }
}
.p-front__feature--block--left p {
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.28px;
}
.p-front__feature--wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-front__feature--wrap {
    flex-direction: column-reverse;
    padding-top: 2rem;
  }
}
.p-front__feature--left {
  max-width: 45rem;
  width: 100%;
  font-size: 2rem;
}
.p-front__feature--left p {
  font-weight: 700;
  line-height: 175%; /* 36px */
  letter-spacing: 1.6px;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__feature--left p {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__feature--right {
    margin-bottom: 3rem;
  }
}
.p-front__feature--right img {
  max-width: 46.5rem;
  width: 100%;
}
.p-front__zemi {
  padding-top: 13rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 768px) {
  .p-front__zemi {
    padding-top: 6rem;
    padding-bottom: 9rem;
  }
}
.p-front__zemi--title--area h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 4.5rem;
  letter-spacing: 1.52px;
}
@media screen and (max-width: 768px) {
  .p-front__zemi--title--area h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.p-front__zemi--title--area p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .p-front__zemi--title--area p {
    font-size: 1.6rem;
  }
}
.p-front__zemi--wrap {
  display: flex;
  justify-content: space-between;
  border-radius: 2rem;
  border: 0.6rem solid #E8F5FC;
  background: #FFF;
  box-shadow: 0 0 24px 0 rgba(23, 34, 71, 0.12);
  padding: 5rem 4.5rem 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__zemi--wrap {
    flex-direction: column;
    margin-top: 2.5rem;
    padding: 3rem 2rem;
  }
}
.p-front__zemi--block {
  max-width: 48.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__zemi--block {
    margin-bottom: 3rem;
  }
  .p-front__zemi--block:last-of-type {
    margin-bottom: 0;
  }
}
.p-front__zemi--block--subtitle {
  font-size: 2rem;
  line-height: 160%; /* 35.2px */
  letter-spacing: 4px;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__zemi--block--subtitle {
    font-size: 1.6rem;
  }
}
.p-front__zemi--block--title {
  font-family: "prohibition", sans-serif;
  font-size: 6rem;
  letter-spacing: 5px;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front__zemi--block--title {
    font-size: 4.4rem;
  }
}
.p-front__zemi--block--title span {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #1C88B9;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-front__zemi--block--title span {
    font-size: 1.8rem;
  }
}
.p-front__zemi--block img {
  width: 100%;
  margin-bottom: 2rem;
}
.p-front__zemi--block--text {
  letter-spacing: 0.8px;
  margin-bottom: 1rem;
}
.p-front__zemi--block--caution {
  letter-spacing: 0.8px;
  font-size: 1.4rem;
}
.p-front__hiu {
  display: none;
  padding: 8rem 0;
  background: #F2F5FE;
}
.p-front__hiu--wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem;
}
.p-front__hiu--left h3 {
  font-size: 3.2rem;
  letter-spacing: 2px;
}
.p-front__hiu--left p {
  width: 57rem;
  font-weight: 500;
  line-height: 1.8; /* 32.4px */
  letter-spacing: 1px;
  font-size: 1.8rem;
}
.p-front__hiu--right {
  width: 56rem;
}
.p-front__logo {
  height: 58rem;
  background: #eee;
}
.p-front__curri {
  padding-top: 12.5rem;
  padding-bottom: 9rem;
  position: relative;
  background: url(../img/front/bg-curri.png) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-front__curri {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
}
.p-front__curri--en p {
  position: absolute;
  top: 25rem;
  right: 2rem;
  font-size: 15rem;
  writing-mode: vertical-rl;
  font-family: "prohibition", sans-serif;
  color: #C8D0EE;
  /* width: 0; */
  letter-spacing: 13px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-front__curri--en p {
    font-size: 7rem;
    right: 1rem;
    writing-mode: unset;
    top: 2rem;
    letter-spacing: 3px;
  }
}
.p-front__curri--title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 160%; /* 76.8px */
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .p-front__curri--title {
    font-size: 3rem;
  }
}
.p-front__curri--wrap {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__curri--wrap {
    margin-top: 2.5rem;
  }
}
.p-front__curri--side {
  display: none;
  width: 10.5rem;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__curri--side {
    display: none;
  }
}
.p-front__curri--main {
  width: 100%;
}
.p-front__curri--block {
  position: relative;
  border-radius: 0.8rem;
  border: 0.4rem solid #E8F5FC;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(23, 34, 71, 0.12);
  padding: 4rem 5rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .p-front__curri--block {
    margin-bottom: 4.5rem;
    padding: 2rem;
  }
}
.p-front__curri--block::after {
  content: "";
  background: url(../img/front/icon-curri@2x.png) no-repeat center;
  background-size: contain;
  width: 7rem;
  height: 3rem;
  position: absolute;
  bottom: -6.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .p-front__curri--block::after {
    width: 3.5rem;
    height: 1.5rem;
    bottom: -3.5rem;
  }
}
.p-front__curri--block:last-of-type {
  margin-bottom: 0;
}
.p-front__curri--block:last-of-type::after {
  display: none;
}
.p-front__curri--block h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  letter-spacing: 3.2px;
  display: flex;
  align-items: center;
  color: #00114C;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .p-front__curri--block h3 {
    font-size: 2rem;
    letter-spacing: 2px;
    flex-direction: column;
  }
}
.p-front__curri--block h3 span {
  font-size: 2rem;
  padding: 0 1rem 0 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #00114C;
  margin-right: 3rem;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-front__curri--block h3 span {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    margin-right: 0;
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-front__curri--block--title img {
    width: 7rem;
    margin: 0 auto 1rem;
  }
}
.p-front__curri--block--inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-front__curri--block--inner {
    flex-direction: column;
  }
}
.p-front__curri--block--left {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .p-front__curri--block--left {
    margin-right: 0;
  }
}
.p-front__curri--block--left img {
  max-width: 44.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__curri--block--left img {
    margin-bottom: 1.5rem;
  }
}
.p-front__curri--block--right li {
  margin-bottom: 0.3rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-front__curri--block--right li {
    padding-left: 3rem;
  }
}
.p-front__curri--block--right li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/front/icon-check.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -3rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .p-front__curri--block--right li::before {
    left: 0;
  }
}
.p-front__curri--course {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .p-front__curri--course {
    margin-top: 4rem;
  }
}
.p-front__curri--course--title {
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  background: #00114C;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__curri--course--title {
    font-size: 2rem;
  }
}
.p-front__curri--course--wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  max-width: 94rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-front__curri--course--wrap {
    flex-direction: column;
    margin-top: 2.5rem;
  }
}
.p-front__curri--course--left {
  max-width: 51rem;
  width: 100%;
}
.p-front__curri--course--left p {
  line-height: 1.6;
}
.p-front__curri--course--right {
  max-width: 40rem;
  width: 100%;
}
.p-front__curri--course--right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-front__curri--course--right img {
    width: 70%;
    display: block;
    margin: 0 auto 3rem;
  }
}
.p-front__curri--course--block {
  margin-bottom: 4rem;
}
.p-front__curri--course--block:last-of-type {
  margin-bottom: 0;
}
.p-front__curri--course--block h4 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-front__curri--course--block h4 {
    font-size: 1.8rem;
  }
}
.p-front__curri--path {
  position: relative;
  border-radius: 1.4rem;
  background: #FFF;
  box-shadow: 0 0 34px 0 rgba(59, 133, 182, 0.2);
  padding: 6rem 1.5rem 5rem 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .p-front__curri--path {
    width: 100%;
    padding: 2rem;
  }
}
.p-front__curri--path--wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-front__curri--path--wrap {
    flex-direction: column;
  }
}
.p-front__curri--path h3 {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-front__curri--path h3 {
    font-size: 1.8rem;
  }
}
.p-front__curri--path h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #00114C;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
.p-front__curri--path ul {
  display: inline-block;
}
.p-front__curri--path li {
  margin-bottom: -0.2rem;
  font-weight: bold;
}
.p-front__curri--intern {
  margin-top: 18rem;
}
@media screen and (max-width: 768px) {
  .p-front__curri--intern {
    margin-top: 6rem;
  }
}
.p-front__curri--intern h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-front__curri--intern h3 {
    font-size: 1.8rem;
  }
}
.p-front__curri--intern--wrap {
  margin: 7rem auto 8rem;
  padding: 5rem 8rem 3rem;
  border-radius: 1.4rem;
  background: #FFF;
  box-shadow: 0 0 34px 0 rgba(59, 133, 182, 0.2);
}
@media screen and (max-width: 768px) {
  .p-front__curri--intern--wrap {
    margin: 2rem auto;
    padding: 2rem;
  }
}
.p-front__curri--intern h4 {
  font-size: 2.4rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #00114C;
}
@media screen and (max-width: 768px) {
  .p-front__curri--intern h4 {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.p-front__curri--intern li {
  font-size: 2rem;
  letter-spacing: 1.6px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 768px) {
  .p-front__curri--intern li {
    font-size: 1.4rem;
  }
}
.p-front__curri--intern li span {
  font-size: 1.6rem;
  letter-spacing: 1.28px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-front__curri--intern li span {
    font-size: 1.2rem;
    text-indent: -1.4rem;
    padding-left: 2rem;
    display: inline-block;
    line-height: 1.7;
  }
}
.p-front__line {
  text-align: center;
  padding: 5rem 0;
}
.p-front__line img {
  width: 107rem;
}
.p-front__directer {
  margin: 12rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-front__directer {
    margin: 5rem 0;
  }
}
.p-front__directer--title--area h2 {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-front__directer--title--area h2 {
    font-size: 2.3rem;
  }
}
.p-front__directer--title--area p {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-front__directer--title--area p {
    font-size: 1.6rem;
  }
}
.p-front__directer--wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-front__directer--wrap {
    flex-direction: column;
  }
}
.p-front__directer--left {
  max-width: 47rem;
  width: 100%;
  margin-right: 7rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__directer--left {
    margin-bottom: 3rem;
    padding-top: 0;
    margin-right: 0;
  }
}
.p-front__directer--left img {
  width: 100%;
}
.p-front__directer--right h3 {
  font-family: "DIN Condensed", sans-serif;
  font-size: 4.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__directer--right h3 {
    font-size: 3rem;
  }
}
.p-front__directer--right h4 {
  letter-spacing: 1.5px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__directer--right h4 {
    letter-spacing: 1px;
    font-size: 1.6rem;
  }
}
.p-front__directer--right h5 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-front__directer--right h5 {
    font-size: 1.3rem;
  }
}
.p-front__directer--right p {
  margin-bottom: 2rem;
}
.p-front__faq {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10rem;
}
.p-front__faq--title {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-front__faq--title {
    font-size: 2.3rem;
  }
}
.p-front__faq h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-front__faq h3 {
    font-size: 1.6rem;
  }
}
.p-front__faq--btn {
  margin-top: 4rem;
  text-align: end;
  padding-right: 7rem;
}
@media screen and (max-width: 768px) {
  .p-front__faq--btn {
    margin-top: 2rem;
    padding-right: 2rem;
  }
}
.p-front__faq--btn a {
  display: inline-block;
  color: #00114C;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-right: 6rem;
}
@media screen and (max-width: 768px) {
  .p-front__faq--btn a {
    font-size: 1.6rem;
    padding-right: 4rem;
  }
}
.p-front__faq--btn a::after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../img/front/arrow-btn-2@2x.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .p-front__faq--btn a::after {
    width: 3rem;
    height: 3rem;
  }
}

.p-lecturer {
  margin-top: 13rem;
  margin-left: -4rem;
}
@media screen and (max-width: 768px) {
  .p-lecturer {
    margin-top: 6rem;
    margin-left: 0;
  }
}
.p-lecturer__area {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}
.p-lecturer__area h2 {
  font-size: 3.6rem;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-lecturer__area h2 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}
.p-lecturer__area h3 {
  color: #fff;
  background: linear-gradient(89deg, #00114C 0.08%, #1D85B4 91.51%);
  padding: 0.6rem 2.5rem;
  margin-bottom: 5rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-lecturer__area h3 {
    font-size: 2rem;
    padding: 0.6rem 1.5rem;
    margin-bottom: 3rem;
  }
}
.p-lecturer__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-lecturer__list-item {
  width: 44rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-lecturer__list-item {
    width: 100%;
  }
}
.p-lecturer__img {
  text-align: center;
  width: 28rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .p-lecturer__img {
    width: 20rem;
  }
}
.p-lecturer__position {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #999;
}
.p-lecturer__name {
  margin-bottom: 2rem;
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-lecturer__name {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.p-lecturer__text {
  font-weight: bold;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.28px;
}

.p-news__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .p-news__wrap {
    flex-direction: column;
    margin-top: 6rem;
  }
}
.p-news__main {
  max-width: 75rem;
  width: 100%;
}
.p-news__main--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-news__main--card {
  width: 36rem;
  margin-bottom: 4rem;
}
.p-news__main--card--img {
  margin-bottom: 2rem;
}
.p-news__main--card--img img {
  width: 100%;
}
.p-news__main--card--meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.p-news__main--card--meta p {
  margin-bottom: 0;
}
.p-news__main--card--cat {
  background: linear-gradient(89deg, #00114C 0.08%, #1D85B4 91.51%);
  padding: 0 0.8rem;
  color: #fff;
  font-size: 1.4rem;
}
.p-news__main--card--date {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.56px;
}
.p-news__main--card--title {
  font-size: 2.4rem;
  letter-spacing: 0.96px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-news__main--card--title {
    font-size: 1.8rem;
  }
}
.p-news__main--card--text {
  letter-spacing: 0.64px;
}
.p-news__side {
  width: 37rem;
}
@media screen and (max-width: 768px) {
  .p-news__side {
    width: 100%;
  }
}
.p-news__side--block {
  position: relative;
  padding-bottom: 6rem;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 768px) {
  .p-news__side--block {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.p-news__side--block::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #CACACA;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-news__side--block h3 {
  margin-bottom: 1rem;
}
.p-news__side--list-item {
  margin-bottom: 1.5rem;
}
.p-news__side--list-item:last-of-type {
  margin-bottom: 0;
}
.p-news__side--list-item a {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-news__side--list-item a {
    align-items: center;
  }
}
.p-news__side--img {
  width: 19rem;
}
@media screen and (max-width: 768px) {
  .p-news__side--img {
    width: 30%;
  }
}
.p-news__side--content {
  width: 17rem;
}
@media screen and (max-width: 768px) {
  .p-news__side--content {
    width: 65%;
  }
}
.p-news__side--content p {
  margin-bottom: 0;
}
.p-news__side--block--cat::after {
  display: none;
}
.p-news__side--block--cat ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-news__side--block--cat ul {
    justify-content: space-between;
  }
}
.p-news__side--block--cat ul li {
  font-size: 1.4rem;
  text-align: center;
  width: 14rem;
  padding: 0.2rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #ddd;
  background: #fff;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-news__side--block--cat ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.p-news__side--block--cat ul li:last-of-type {
  margin-bottom: unset;
}
.p-news__side--block--cat ul li a {
  width: 100%;
  text-align: center;
  display: block;
}
.p-news__side--block--cat ul li.current {
  background: #00114C;
}
.p-news__side--block--cat ul li.current a {
  color: #fff !important;
}

.wp-pagenavi {
  width: 15rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-family: "DIN Condensed", sans-serif;
  font-size: 2rem;
}
.wp-pagenavi a {
  color: rgba(51, 51, 51, 0.5) !important;
}
.wp-pagenavi .current {
  color: #333;
}

.p-faq {
  padding-top: 12rem;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-top: 6rem;
  }
}
.p-faq__wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-faq__wrap {
    flex-direction: column;
  }
}
.p-faq__side {
  width: 18.5rem;
  margin-right: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-faq__side {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
.p-faq__side ul {
  margin-top: -1rem;
}
.p-faq__side li {
  border-bottom: 0.1rem solid #00114C;
  padding-bottom: 1.5rem;
  margin-bottom: 1.7rem;
  font-weight: bold;
}
.p-faq__side li a {
  display: block;
  width: 100%;
  position: relative;
}
.p-faq__side li a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.5rem;
  background: url(../img/base/arrow-down@2x.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  right: 1rem;
  transform: translate(0, -50%);
}
.p-faq__main {
  max-width: 88rem;
  width: 100%;
}
.p-faq__main--area {
  margin-bottom: 4.5rem;
}
.p-faq__main h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-faq__main h3 {
    font-size: 2rem;
  }
}
.p-faq__main--block {
  border-radius: 2rem;
  margin-bottom: 1.85rem;
  background: #fff;
}
.p-faq__main--q, .p-faq__main--a {
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-faq__main--q, .p-faq__main--a {
    padding: 1rem;
  }
}
.p-faq__main--q p, .p-faq__main--a p {
  margin-bottom: 0;
  font-weight: bold;
  max-width: 78rem;
  width: 100%;
}
.p-faq__main--q--icon, .p-faq__main--a--icon {
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  background: #00114C;
  color: #fff;
  font-family: "AB-DON", sans-serif;
  text-align: center;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-faq__main--q--icon, .p-faq__main--a--icon {
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.p-faq__main--q--plus, .p-faq__main--a--plus {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}
.p-faq__main--q--plus::before, .p-faq__main--a--plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00114C;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.p-faq__main--q--plus::after, .p-faq__main--a--plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #00114C;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.p-faq__main--q--plus, .p-faq__main--a--plus {
  position: absolute;
  top: 50%;
  right: 2.2rem;
  transform: translate(0, -50%);
  font-size: 2.2rem;
}
.p-faq__main--q:hover {
  cursor: pointer;
}
.p-faq__main--q.active {
  background: linear-gradient(89deg, #00114C 0.08%, #1D85B4 91.51%);
  color: #fff;
}
.p-faq__main--q.active .p-faq__main--q--icon {
  color: #00114C;
  background: #E6FF01;
}
.p-faq__main--q.active .p-faq__main--q--plus::before {
  background: #fff;
}
.p-faq__main--q.active .p-faq__main--q--plus::after {
  opacity: 0;
}
.p-faq__main--a {
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-faq__main--a {
    align-items: start;
  }
}
.p-faq__main--a p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
}

.p-app__briefing {
  width: 64rem;
  margin: 12rem auto 4rem;
}
@media screen and (max-width: 768px) {
  .p-app__briefing {
    width: 90%;
    margin: 4rem auto;
  }
}
.p-app__briefing h2 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-app__briefing h2 {
    font-size: 2.2rem;
  }
}
.p-app__briefing--date {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-app__briefing--date {
    margin-top: 1.5rem;
  }
}
.p-app__briefing--date h3 {
  color: #fff;
  border-radius: 2rem 2rem 0 0;
  background: linear-gradient(89deg, #00114C 0.08%, #1D85B4 91.51%);
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-app__briefing--date h3 {
    padding: 1rem;
  }
}
.p-app__briefing--date--content {
  border-radius: 0 0 2rem 2rem;
  border: 0.3rem solid #00114C;
  border-top: unset;
  padding: 2.5rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-app__briefing--date--content {
    padding: 2rem;
  }
}
.p-app__briefing--date--content ul {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-app__briefing--date--content ul li {
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-app__briefing--date--content ul li {
    line-height: 2;
  }
}
.p-app__briefing--content {
  margin-top: 3rem;
}
.p-app__briefing--content p {
  margin-bottom: 0;
}
.p-app__briefing--content li {
  line-height: 1.7;
}
.p-app__form {
  background: #FAFAFA;
  max-width: 92rem;
  width: 100%;
  margin: 0 auto 14rem;
  padding: 8rem 14rem;
}
@media screen and (max-width: 768px) {
  .p-app__form {
    padding: 5rem 3rem;
    margin-bottom: 0;
  }
}
.p-app__form--block {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-app__form--block {
    margin-bottom: 3rem;
  }
}
.p-app__form--block--title {
  margin-bottom: 0.5rem;
}
.p-app__form--block--caution {
  margin-top: -0.5rem;
  line-height: 2;
}
.p-app__form--block--require, .p-app__form--block--any {
  padding: 0.3rem 0.8rem;
  margin-right: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
.p-app__form--block--require {
  background: #DA3C2A;
  color: #fff;
}
.p-app__form--block--any {
  background: #ECF0FF;
}
.p-app__form--block input[type=text],
.p-app__form--block input[type=email],
.p-app__form--block textarea {
  border: 0.1rem solid #ddd;
  background: #FFF;
  width: 100%;
  padding-left: 1rem;
}
.p-app__form--block input[type=text],
.p-app__form--block input[type=email] {
  height: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-app__form--block input[type=text],
  .p-app__form--block input[type=email] {
    height: 3rem;
  }
}
.p-app__form--block--checkbox {
  margin-top: -3rem;
}
.p-app__form--block--checkbox .wpcf7-form-control-wrap {
  display: block;
}
.p-app__form--block--checkbox a {
  text-decoration: underline;
}
.p-app__form--btn .wpcf7-form-control {
  background: #1C88B9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 2rem 10rem;
  border-radius: 3.5rem;
  border: unset;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-app__form--btn .wpcf7-form-control {
    padding: 1.5rem 8rem;
  }
}

.wpcf7-list-item {
  margin-right: 4rem;
  margin-left: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item {
    margin-right: 2rem;
  }
}
.p-app__form--block--pamphlet .wpcf7-list-item {
  margin-bottom: 1rem;
}
.p-app__form--block--pamphlet .wpcf7-list-item.last {
  margin-bottom: 0;
}

.p-media {
  background: #FAFAFA;
  padding: 13rem 0;
}
@media screen and (max-width: 768px) {
  .p-media {
    padding: 6rem 0;
  }
}
.p-media__cat--list {
  display: flex;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-media__cat--list {
    margin-bottom: 2rem;
  }
}
.p-media__cat--list-item {
  margin-right: 1rem;
  border: 0.1rem solid #00114C;
  border-radius: 2rem;
  background: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.56px;
  color: #777;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-media__cat--list-item {
    font-size: 1rem;
  }
}
.p-media__cat--list-item a {
  padding: 1rem 1.6rem;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-media__cat--list-item a {
    padding: 0.5rem 1rem;
  }
}
.p-media__cat--list-item.current {
  background: #00114C;
}
.p-media__cat--list-item.current a {
  color: #fff !important;
}
.p-media__block--list-item {
  background: #fff;
  margin-bottom: 3rem;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.5s;
}
.p-media__block--list-item.is-visible {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.p-media__block--list-item a {
  padding: 4.5rem 5rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-media__block--list-item a {
    padding: 2rem;
  }
}
.p-media__block--content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-media__block--content {
    flex-direction: column-reverse;
  }
}
.p-media__block--content h3 {
  max-width: 71rem;
  width: 100%;
  letter-spacing: 1.3px;
  margin-right: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-media__block--content h3 {
    margin-right: 0;
  }
}
.p-media__block--content img {
  width: 20rem;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-media__block--content img {
    width: 100%;
    height: 15rem;
    margin-bottom: 1rem;
  }
}
.p-media__block--date p {
  margin-bottom: 0;
}
.p-media__btn {
  text-align: center;
}

@supports (-webkit-hyphens: none) {
  .p-media__cat--list-item a {
    padding-bottom: 0.6rem;
  }
  @media screen and (max-width: 768px) {
    .p-media__cat--list-item a {
      padding-bottom: 0.3rem;
    }
  }
}
.p-download__top {
  display: flex;
  justify-content: center;
  margin: 13rem auto 5rem;
}
@media screen and (max-width: 768px) {
  .p-download__top {
    width: 95%;
    margin: 6rem auto;
    align-items: center;
  }
}
.p-download__img {
  width: 42rem;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .p-download__img {
    width: 12rem;
    display: block;
    margin-right: 1rem;
  }
}
.p-download__content {
  width: 44rem;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-download__content {
    width: calc(100% - 14rem);
    padding-top: 0;
  }
}
.p-download__content img {
  width: 19rem;
  margin: 0 auto 1rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-download__content img {
    width: 12rem;
  }
}
.p-download__content p {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  line-height: 160%; /* 64px */
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-download__content p {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.p-download__content p:first-of-type {
  font-size: 3.2rem;
  font-weight: normal;
}
.p-download__form--top {
  text-align: center;
  margin-bottom: 4rem;
}
.p-download__form--top h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-download__form--top h2 {
    font-size: 2.2rem;
  }
}

.p-procedure__top {
  max-width: 64rem;
  width: 90%;
  margin: 12rem auto 4rem;
}
@media screen and (max-width: 768px) {
  .p-procedure__top {
    margin: 4rem auto;
  }
}
.p-procedure__top h2 {
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-procedure__top h2 {
    font-size: 2.6rem;
  }
}
.p-procedure__top h3 {
  font-size: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-procedure__top h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.p-procedure__top p {
  margin-bottom: 3rem;
}

.p-privacy {
  margin-top: 2rem;
}
.p-privacy h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.p-privacy__block {
  margin-bottom: 4rem;
}
.p-privacy li {
  padding-left: 1.5rem;
  text-indent: -1.8rem;
}
.p-privacy p {
  margin-bottom: 0;
}

.p-404 {
  text-align: center;
}
.p-404__top {
  max-width: 64rem;
  margin: 12rem auto;
}
.p-404__top h2 {
  font-size: 3.2rem;
  text-align: center;
}
.p-404__top h3 {
  font-size: 2rem;
  margin-bottom: 4rem;
}
.p-404__top p {
  margin-bottom: 3rem;
}

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

@media screen and (max-width: 768px) {
  .u-right-text-sp {
    display: block;
    text-align: end;
  }
}

.u-w100 {
  width: 100%;
}

.u-pb-0 {
  padding-bottom: 0rem;
}

.u-pb-5 {
  padding-bottom: 5rem;
}

.u-pb-10 {
  padding-bottom: 10rem;
}

.u-pb-15 {
  padding-bottom: 15rem !important;
}

.u-mb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .u-mb-0-sp {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */