@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* bodyの基本サイズを17pxに設定 */
  font-size: 1.7rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  text-align: justify;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  body {
    font-size: 1.5rem;
  }
}

.f-mplus {
  font-family: YakuHanJP, "M PLUS 1p", sans-serif;
}

.f-serif {
  font-family: YakuHanJP, "Noto Serif JP", serif;
}

.f-meiryo {
  font-family: YakuHanJP, "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.f-yukyo {
  font-family: YakuHanJP, "游教科書体", "YuKyokasho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", serif;
}

.f-zen {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

.f-yugo {
  font-family: YakuHanJP, YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  background-size: contain;
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: center 29vw;
  /* 印刷禁止 */
}
@media screen and (max-width: 959px) {
  body {
    background-repeat: repeat;
  }
}
@media screen and (max-width: 519px) {
  body {
    background-size: contain;
    background-repeat: repeat;
  }
}

@media screen and (max-width: 959px) {
  .drawer--open {
    overflow: hidden;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

button:hover {
  opacity: 0.8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  /* PCの右クリック禁止 */
  /* SPの長押し禁止 */
}

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

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

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* layout
------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

.l-inner {
  margin: 0 auto;
  max-width: 105rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1090px) {
  .l-inner {
    padding: 0 2rem;
  }
}
.l-inner--header {
  max-width: 112.3rem;
}
@media screen and (max-width: 1163px) {
  .l-inner--header {
    padding: 0 2rem;
  }
}

.l-main {
  padding-top: 0.1px;
  padding-bottom: 12rem;
  background-color: #EFCF25;
}
@media screen and (max-width: 959px) {
  .l-main {
    padding-bottom: 6rem;
  }
}

/* component
------------------------------------------------ */
.c-section {
  margin: 9rem auto 0;
  padding: 3.3rem 6rem;
  width: 100%;
  max-width: 100rem;
  background-color: #fff;
  border: solid 7px #19549E;
  border-radius: 2rem;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.462);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.462);
}
@media screen and (max-width: 1000px) {
  .c-section {
    margin-top: 5rem;
    padding: 3.3rem 3rem;
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 519px) {
  .c-section {
    margin-top: 4rem;
    padding: 2rem 1.5rem;
  }
}

.c-section__title {
  position: relative;
  padding: 1.7rem;
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  color: white;
  letter-spacing: 0.5rem;
  background-color: #19549E;
  border-radius: 0.9rem;
}
@media screen and (max-width: 959px) {
  .c-section__title {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section__title {
    padding: 1rem 3.5rem 1rem 2rem;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: 0.3rem;
  }
}
.c-section__title::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 8px;
  aspect-ratio: 1;
  width: 96px;
  height: auto;
  background-image: url(../../image/free01.png);
  background-size: contain;
}
@media screen and (max-width: 519px) {
  .c-section__title::after {
    top: -3rem;
    bottom: auto;
    right: -3rem;
    width: 7rem;
  }
}

.c-section__title--2::after {
  background-image: url(../../image/free02.png);
}

.c-section__title--3::after {
  display: none;
}

.c-section__title--end::before {
  content: "終了";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1;
  width: 11rem;
  height: auto;
  color: #f90000;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  background-color: #f3c51d;
  border: solid 4px #19549E;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .c-section__title--end::before {
    width: 10rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 720px) {
  .c-section__title--end::before {
    top: -4rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    right: -4rem;
    width: 8rem;
    font-size: 2.6rem;
  }
}
.c-section__title--end::after {
  display: none;
}

.c-section__subtitle {
  margin-top: 12rem;
  padding: 0.6rem;
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  color: white;
  letter-spacing: 0.5rem;
  background-color: #19549E;
  border-radius: 0.9rem;
}
@media screen and (max-width: 959px) {
  .c-section__subtitle {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section__subtitle {
    margin-top: 10rem;
    font-size: 2.1rem;
  }
}

.c-section__subtitle--2 {
  margin-top: 5rem;
}

.c-item__container {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 519px) {
  .c-item__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.5rem;
  }
}

.c-item__wrapper--narrow {
  margin-top: 1.5rem;
}
@media screen and (max-width: 519px) {
  .c-item__wrapper--narrow {
    margin-top: 2.5rem;
  }
}

.c-item__wrapper--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-item__head {
  margin-right: 2.5rem;
  padding: 0.3rem 3rem 0.3rem 2rem;
  min-width: 93px;
  font-size: 1.9rem;
  color: white;
  text-align: center;
  background-image: url(../../image/label.png);
  background-size: 100% 100%;
}
@media screen and (max-width: 519px) {
  .c-item__head {
    font-size: 1em;
  }
}

.c-item__head--min {
  margin-right: 2rem;
  padding: 0.3rem 2.5rem 0.3rem 1.7rem;
  font-size: 0.98em;
}

.c-item__head--min2 {
  margin-right: 2rem;
  padding: 0.3rem 1.5rem 0.3rem 1rem;
  font-size: 0.8em;
}

.c-item__head--min3 {
  margin-right: 0.7rem;
  padding: 0.6rem 3.1rem 0.7rem 2rem;
  font-size: 0.9em;
}

.c-item__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
@media screen and (max-width: 519px) {
  .c-item__content {
    margin-top: 1rem;
    width: 100%;
  }
}
.c-item__content span {
  color: #E83828;
}

.c-item__content--min {
  font-size: 1.5rem;
}

.c-item__content--yusi {
  font-weight: bold;
  font-size: 0.9em;
}
.c-item__content--yusi small {
  font-weight: 500;
  font-size: 0.9em;
}

.c-lecture {
  margin-top: 8rem;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .c-lecture {
    margin-top: 6rem;
  }
}

.c-lecture__num {
  width: auto;
  height: 72px;
}
@media screen and (max-width: 959px) {
  .c-lecture__num {
    height: 65px;
  }
}
@media screen and (max-width: 519px) {
  .c-lecture__num {
    margin-left: -0.5rem;
    height: 60px;
  }
}
.c-lecture__num img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 519px) {
  .c-lecture__num--wide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .c-lecture__num--wide img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
}

.c-lecture__title {
  position: relative;
  margin: 1rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  color: #19549E;
}
@media screen and (max-width: 959px) {
  .c-lecture__title {
    text-align: justify;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-lecture__title {
    margin-top: 0.5rem;
    font-size: 2.2rem;
  }
}
.c-lecture__title::before {
  content: "「";
  position: absolute;
  top: -3px;
  left: -1rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .c-lecture__title::before {
    display: none;
  }
}
.c-lecture__title::after {
  content: "」";
  position: absolute;
  bottom: -3px;
  right: -1rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .c-lecture__title::after {
    display: none;
  }
}

.c-lecture__title--min {
  font-size: 2.2rem;
  text-align: justify;
}
@media screen and (max-width: 519px) {
  .c-lecture__title--min {
    font-size: 2rem;
  }
}
.c-lecture__title--min::before, .c-lecture__title--min::after {
  display: none;
}

.c-lecture__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 3.5rem 0 4.3rem;
}
@media screen and (max-width: 959px) {
  .c-lecture__container {
    padding: 2rem 0 0;
  }
}
@media screen and (max-width: 519px) {
  .c-lecture__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-lecture__container--wide {
  padding: 2rem 2rem 0;
}
@media screen and (max-width: 959px) {
  .c-lecture__container--wide {
    padding: 2rem 0 0;
  }
}

.c-lecture__image {
  width: 29%;
}
@media screen and (max-width: 519px) {
  .c-lecture__image {
    margin: 0 auto;
    width: 70%;
  }
}

.c-lecture__content {
  width: 71%;
  padding-left: 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 519px) {
  .c-lecture__content {
    margin-top: 2rem;
    padding-left: 0;
    width: 100%;
  }
}
.c-lecture__content b {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
}

.c-lecture__head {
  margin-top: 1.5rem;
  margin-bottom: 3px;
  padding: 2px 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-weight: bold;
  background-color: #19549E;
}
.c-lecture__head:first-of-type {
  margin-top: 0;
}

.c-footer {
  padding: 4rem 1rem;
  font-size: 1.5rem;
  text-align: center;
  color: white;
  background-color: #19549E;
}
@media screen and (max-width: 959px) {
  .c-footer {
    padding: 3rem 1rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer {
    font-size: 1.3rem;
  }
}

/* project
------------------------------------------------ */
.p-top-mv {
  position: relative;
  aspect-ratio: 2.1;
  width: 100%;
  height: auto;
  background-image: url(../../image/bg.png);
  background-size: cover;
}
@media screen and (max-width: 519px) {
  .p-top-mv {
    aspect-ratio: 1.6;
  }
}

.p-top-mv__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4rem 3rem 0 5rem;
}
@media screen and (max-width: 959px) {
  .p-top-mv__header {
    padding: 2rem 2rem 0 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__header {
    padding: 1rem 1rem 0 1rem;
  }
}

.p-top-mv__project {
  width: 50%;
  color: white;
  text-align: left;
  font-weight: bold;
  font-size: 2.5vw;
  font-style: italic;
}
@media screen and (max-width: 959px) {
  .p-top-mv__project {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__project {
    font-size: 2.9vw;
  }
}
.p-top-mv__project div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.p-top-mv__project span {
  display: block;
  color: #F6D60F;
  font-size: 1.9em;
  line-height: 1;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #19549E;
}

.p-top-mv__project-new {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #19549E;
  width: 100%;
  text-align: center;
  font-size: 9vw;
  font-style: italic;
  line-height: 1.3;
  -webkit-filter: drop-shadow(0 0 3px white) drop-shadow(0 0 3px white) drop-shadow(0 0 3px white);
          filter: drop-shadow(0 0 3px white) drop-shadow(0 0 3px white) drop-shadow(0 0 3px white);
}
@media screen and (max-width: 959px) {
  .p-top-mv__project-new {
    font-size: 11vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__project-new {
    top: 58%;
  }
}
.p-top-mv__project-new h1 {
  font-size: 1em;
  font-weight: 900;
}
.p-top-mv__project-new p {
  margin: 3vw auto 0;
  width: 90%;
  text-align: center;
  font-size: 2vw;
  color: #000;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 959px) {
  .p-top-mv__project-new p {
    margin: 2vw auto 0;
    font-size: 2.5vw;
    font-weight: 600;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__project-new p {
    margin: 3vw auto 0;
    font-size: 3.5vw;
  }
}
.p-top-mv__project-new span {
  display: block;
  color: #F6D60F;
  font-size: 0.7em;
}

.p-top-mv__free {
  position: absolute;
  top: 5%;
  left: 16%;
  color: #F6D60F;
  font-weight: 900;
  font-size: 3vw;
  font-style: italic;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 959px) {
  .p-top-mv__free {
    top: 3%;
    left: 12%;
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__free {
    top: 13%;
    left: 14%;
    font-size: 5vw;
    letter-spacing: 0;
  }
}

.p-top-mv__date {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 519px) {
  .p-top-mv__date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 100%;
  }
}

.p-top-mv__date01 {
  width: 28vw;
}
@media screen and (max-width: 519px) {
  .p-top-mv__date01 {
    width: 35vw;
    -webkit-filter: drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white);
            filter: drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white);
  }
}

.p-top-mv__date02 {
  margin-top: 1.5rem;
  width: 23vw;
}
@media screen and (max-width: 519px) {
  .p-top-mv__date02 {
    display: block;
    margin: 0.7rem 0 0 auto;
    width: 29vw;
  }
}

.p-top-mv__place {
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #19549E;
  font-weight: bold;
  font-size: 2.1vw;
  letter-spacing: -2px;
}
@media screen and (max-width: 959px) {
  .p-top-mv__place {
    margin-top: 0.8rem;
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__place {
    margin-top: 0.5rem;
    font-size: 3.15vw;
    -webkit-filter: drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white);
            filter: drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 2px white);
  }
}
.p-top-mv__place small {
  display: block;
  color: black;
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-top-mv__place small {
    font-size: 0.9em;
  }
}

.p-top-mv__title {
  position: absolute;
  top: 62%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 82%;
}
@media screen and (max-width: 959px) {
  .p-top-mv__title {
    top: 65%;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__title {
    top: 65%;
    width: 93%;
  }
}

.p-top-mv__limit {
  position: absolute;
  top: 42%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  padding: 1.2rem 6vw 1.2rem 1rem;
  color: white;
  font-weight: 600;
  font-size: 2.3rem;
  background-color: #19549E;
}
@media screen and (max-width: 1100px) {
  .p-top-mv__limit {
    top: 50%;
  }
}
@media screen and (max-width: 959px) {
  .p-top-mv__limit {
    top: 50%;
    padding: 1rem 2vw 1rem 0.5rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__limit {
    top: 100%;
    padding: 1rem 4vw 1rem 0.5rem;
    font-size: 1.3rem;
  }
}
.p-top-mv__limit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(-32%) skewX(-25deg);
          transform: translateX(-32%) skewX(-25deg);
  width: 5rem;
  height: 100%;
  background-color: #19549E;
}

.p-top-mv__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  position: absolute;
  top: 7%;
  right: 3%;
  font-size: 1.6rem;
  -webkit-filter: drop-shadow(0 0 3px white) drop-shadow(0 0 2px white) drop-shadow(0 0 2px white);
          filter: drop-shadow(0 0 3px white) drop-shadow(0 0 2px white) drop-shadow(0 0 2px white);
}
@media screen and (max-width: 959px) {
  .p-top-mv__nav {
    gap: 1rem;
    right: 2%;
    font-size: 2vw;
    -webkit-filter: drop-shadow(0 0 2px white) drop-shadow(0 0 2px white) drop-shadow(0 0 2px white);
            filter: drop-shadow(0 0 2px white) drop-shadow(0 0 2px white) drop-shadow(0 0 2px white);
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__nav {
    top: 4%;
    font-size: 3.2vw;
    font-weight: bold;
    -webkit-filter: drop-shadow(0 0 2px white) drop-shadow(0 0 1px white) drop-shadow(0 0 1px white);
            filter: drop-shadow(0 0 2px white) drop-shadow(0 0 1px white) drop-shadow(0 0 1px white);
  }
}
.p-top-mv__nav a {
  position: relative;
}
.p-top-mv__nav a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #19549E;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.p-top-mv__nav a:hover::before {
  width: 100%;
}
.p-top-mv__nav a.disable {
  pointer-events: none;
  opacity: 0.5;
}

.p-top-semi01__info {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .p-top-semi01__info {
    text-align: justify;
  }
}

.p-top-semi02__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 519px) {
  .p-top-semi02__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem;
  }
}

.p-top-semi02__content {
  width: 53%;
}
@media screen and (max-width: 519px) {
  .p-top-semi02__content {
    margin-top: 2rem;
    width: 100%;
  }
}

.p-top-semi02__image {
  width: 44%;
}
@media screen and (max-width: 519px) {
  .p-top-semi02__image {
    width: 100%;
  }
}

.p-top-semi02__info span {
  color: #E83828;
}

.p-top-apply {
  padding-bottom: 5rem;
}

.p-top-apply__info {
  margin-top: 2.5rem;
  text-align: center;
}

.p-top-apply__btn {
  display: block;
  margin: 2.5rem auto 4rem;
  padding: 1.7rem;
  width: 100%;
  max-width: 50rem;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  color: white;
  letter-spacing: 0.5rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#EAA328), to(#F0C91F));
  background-image: linear-gradient(90deg, #EAA328, #F0C91F);
  border-radius: 0.9rem;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.315);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.315);
}
@media screen and (max-width: 519px) {
  .p-top-apply__btn {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
}

.p-top-benefit {
  margin-top: 1.5rem;
}
@media screen and (max-width: 519px) {
  .p-top-benefit {
    margin-top: 0;
  }
}
.p-top-benefit ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.p-top-benefit ol li {
  margin: 1rem 1.5rem 0 0;
  width: calc(50% - 0.75rem);
}
@media screen and (max-width: 519px) {
  .p-top-benefit ol li {
    margin: 1.5rem 0 0;
    width: 100%;
  }
}
.p-top-benefit ol li:nth-child(2n) {
  margin-right: 0;
}

.p-top-benefit__caution {
  margin-top: 2rem;
  font-size: 1.3rem;
  text-align: right;
}
@media screen and (max-width: 519px) {
  .p-top-benefit__caution {
    text-align: justify;
  }
}

/* utility
------------------------------------------------ */
.u-mt0 {
  margin-top: 0;
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mb3 {
  margin-bottom: 3rem;
}

.u-mb4 {
  margin-bottom: 4rem;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-ls1 {
  letter-spacing: 1px;
}

.u-mk {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF6A3));
  background: linear-gradient(transparent 60%, #FFF6A3 60%);
}

.u-mk--70 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF6A3));
  background: linear-gradient(transparent 70%, #FFF6A3 70%);
}

/* external
------------------------------------------------ *//*# sourceMappingURL=style.css.map */