@charset "UTF-8";
/*!
【記述ルール】
p-header-****__****--****
 -****  セクション的要素
 __**** ブロック・インライン的要素の名称
 --**** 修飾的要素の名称
 例）p-top-content01__list--bold

 注意：1クラスに記述するブロック・インライン的要素は必要以上多くならないように注意する
*/
/* =========================================================
flex - flex関連の指定
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700");
/* =========================================================
shadow - シャドウ
デフォルトでは色が濃い目なので使う際に調整してください。
========================================================= */
/* =========================================================
other - その他
========================================================= */
/* =========================================================
color - 色の設定
========================================================= */
/* =========================================================
font - font-familyの設定など
========================================================= */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/* =========================================================
typography - テキスト関連の設定
========================================================= */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
body {
  overflow-x: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  background: #000000;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 980px) {
  body {
    overflow-x: hidden !important;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: .4s;
  line-height: 1;
}
a:hover {
  color: inherit;
}

p {
  color: #555555;
}

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

.pc-show {
  display: none;
}
@media screen and (min-width: 980px) {
  .pc-show {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .sp-show {
    display: none;
  }
}

.pc-show-inline {
  display: none;
}
@media screen and (min-width: 980px) {
  .pc-show-inline {
    display: inline-block;
  }
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .l-container {
    max-width: 1250px;
  }
}

/* =========================================================
header - ヘッダー
========================================================= */
/* =========================================================
main - メイン
========================================================= */
.l-main {
  position: relative;
  background: url(../images/main_bg.webp) repeat-y top center;
  background-size: 100% auto;
  margin: 0 auto;
  max-width: 768px;
  padding: 30px 0 50px;
  width: 100%;
}

/* =========================================================
footer - フッターのレイアウト
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
.c-basic-h2 {
  text-align: center;
  padding-bottom: 8%;
}
.c-basic-h2 img {
  width: auto;
}

.c-basic-h2-text {
  text-align: center;
  padding-bottom: 8%;
}
.c-basic-h2-text .in {
  color: #D7AE47;
  display: inline-block;
  font-size: calc(62 * (100vw / 750));
  font-weight: bold;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-basic-h2-text .in {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.c-basic-h2-text .in:before {
  background: #D7AE47;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
  height: 1px;
  width: 70px;
}

#title_img,
.app_method_img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #title_img,
  .app_method_img {
    width: auto;
  }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt,
.c-error-message {
  color: #555555;
  word-wrap: break-word;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 980px) {
  .c-basic-txt,
  .c-error-message {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.c-basic-txt:last-of-type,
.c-error-message:last-of-type {
  margin-bottom: 0;
}

.c-small-txt {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 3px;
  margin-bottom: 0.18rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 980px) {
  .c-small-txt {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
.c-small-txt:last-of-type {
  margin-bottom: 0;
}

.c-error-message {
  display: inline-block;
  color: #e74c3c;
  margin-top: .5rem;
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
.c-basic-btn {
  text-align: center;
}
.c-basic-btn a, .c-basic-btn button {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0MDAyZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyMDAxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #84002d), color-stop(100%, #420017));
  background-image: -moz-linear-gradient(left, #84002d 0%, #420017 100%);
  background-image: -webkit-linear-gradient(left, #84002d 0%, #420017 100%);
  background-image: linear-gradient(to right, #84002d 0%, #420017 100%);
  border: 1px solid #ffffff;
  display: block;
  padding: 15px 15px;
  position: relative;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  transform: skewX(-20deg);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-basic-btn a, .c-basic-btn button {
    max-width: 300px;
  }
}
.c-basic-btn a:hover, .c-basic-btn button:hover {
  opacity: .7;
}
.c-basic-btn a .in, .c-basic-btn button .in {
  background: url(../images/icon_right_w.svg) no-repeat right center;
  background-size: 12px 12px;
  color: #fff;
  display: inline-block;
  font-size: calc(30 * (100vw / 750));
  font-weight: bold;
  transform: skewX(20deg);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-basic-btn a .in, .c-basic-btn button .in {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-basic-btn.blue a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwM2U4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxMTAzYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #003e84), color-stop(100%, #01103b));
  background-image: -moz-linear-gradient(left, #003e84 0%, #01103b 100%);
  background-image: -webkit-linear-gradient(left, #003e84 0%, #01103b 100%);
  background-image: linear-gradient(to right, #003e84 0%, #01103b 100%);
}

/* =========================================================
txtarea - テキストエリア
========================================================= */
.c-txtarea {
  resize: none;
  width: 100%;
  height: 10rem;
  padding: .5rem;
  border: 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #fafafa;
  font-size: 16px;
  font-size: 1rem;
  color: #555555;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c-txtarea::placeholder {
  color: #cccccc;
}
.c-txtarea.is-entered {
  background-color: #ffffff;
}

/* =========================================================
drawer - ドロワーのスタイルなど
========================================================= */
.c-drawer {
  display: block;
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 980px) {
  .c-drawer {
    display: none;
  }
}
.c-drawer .drawer-toggle {
  background-color: #333cb5;
  display: block;
}
@media screen and (min-width: 980px) {
  .c-drawer .drawer-toggle {
    display: none;
  }
}
.c-drawer-nav {
  overflow: scroll;
}
.c-drawer-nav__list {
  padding: 10px 20px;
}
.c-drawer-nav__item {
  text-align: center;
}
.c-drawer-nav__item:first-of-type {
  border-top: 1px  dotted #ccc;
}
.c-drawer-nav__item a {
  border-bottom: 1px  dotted #ccc;
  color: #fff;
  display: block;
  padding: 20px;
}
.c-drawer-label {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
}
.c-drawer-label::before {
  content: 'menu';
}

.drawer-nav {
  width: 85vw;
  width: -webkit-calc(100vw - 56px);
  width: calc(100vw - 56px);
}

.drawer--right .drawer-nav {
  background-color: rgba(60, 60, 60, 0.9);
  right: -85vw;
  right: -webkit-calc(-100vw + 56px);
  right: calc(-100vw + 56px);
}

.drawer--right.drawer-open .drawer-hamburger {
  background-color: #fff;
  right: 85vw;
  right: -webkit-calc(100vw - 56px);
  right: calc(100vw - 56px);
}

.drawer-hamburger {
  padding: 17px 0.75rem 29px;
  top: -2px;
}

.drawer-hamburger-icon {
  margin: 10px 10%;
  height: 0;
  width: 80%;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff;
}

.drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .c-drawer-label {
  color: #333cb5;
  bottom: 6px;
}

.drawer-open .c-drawer-label::before {
  content: 'close';
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  background-color: #333cb5;
}

.slick-next {
  right: -20px;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
.c-pagenation {
  text-align: center;
  margin: auto;
}
.c-pagenation__group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagenation__item + .c-pagenation__item {
  margin-left: .5rem;
}
.c-pagenation__item.is-current .c-pagenation__link {
  border-color: #666;
  background-color: #666;
  color: #ffffff;
  pointer-events: none;
}
.c-pagenation__link a {
  text-decoration: none;
}
.c-pagenation__link .page-numbers {
  width: 2rem;
  height: 2rem;
  border: 1px solid #999;
  color: #999;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
  display: inline-block;
  line-height: 1.7;
  margin: 0 5px;
}
.c-pagenation__link .page-numbers:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
.c-pagenation__link .next,
.c-pagenation__link .prev {
  border: none;
  width: 4rem;
}
.c-pagenation__link .next:hover,
.c-pagenation__link .prev:hover {
  background-color: #fff;
  color: #999;
  text-decoration: underline;
}
.c-pagenation__link .current {
  background-color: #666;
  color: #fff;
}

/* =========================================================
breadcrumbs - パンくずリスト
========================================================= */
/* =========================================================
navigation - グローバルナビなど
========================================================= */
/* =========================================================
header - ヘッダー内のクラス
========================================================= */
.p-header {
  background: #000000;
}
.p-header--wrap {
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
}

/* =========================================================
footer - フッター内のクラス
========================================================= */
.p-footer {
  background: #000;
}
.p-footer-nav--list {
  margin: 0 auto;
  max-width: 860px;
  padding: calc(15 * (100vw / 750)) 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer-nav--list {
    padding: 15px 0;
  }
}
.p-footer-nav--link {
  color: #ffffff;
  display: block;
  font-size: calc(28 * (100vw / 750));
  font-weight: bold;
  margin: calc(20 * (100vw / 750)) auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-nav--link {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 20px auto 0;
  }
}
.p-footer-nav--link:hover {
  background: #590320;
  color: #ffffff;
}
.p-footer-copy {
  background: #000000;
  padding: 15px;
  text-align: center;
}
.p-footer-copy .in {
  display: inline-block;
  color: #ffffff;
  font-size: calc(20 * (100vw / 750));
}
@media screen and (min-width: 768px) {
  .p-footer-copy .in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* =========================================================
info - 応募方法のクラス
========================================================= */
.p-info-bnr {
  padding: 0 25px;
}
.p-info-bnr li:not(:first-of-type) {
  margin-top: 5%;
}
.p-info-bnr li:hover {
  opacity: .8;
}
.p-info-bnr .link {
  display: block;
  text-align: center;
}
.p-info-bnr .link img {
  display: inline-block;
}
.p-info-schedule {
  margin: 12% auto 0;
}
.p-info-schedule--ttl {
  color: #e7aa32;
  font-size: calc(38 * (100vw / 768));
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-info-schedule--ttl {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.p-info-schedule--ttl.off {
  color: #D5A248;
}
.p-info-schedule--text {
  color: #ffffff;
  font-size: calc(28 * (100vw / 768));
  font-weight: bold;
  line-height: 1.4;
  margin: calc(26 * (100vw / 768)) auto 0;
  max-width: 680px;
  width: 92%;
}
@media screen and (min-width: 768px) {
  .p-info-schedule--text {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 25px auto 0;
  }
}
.p-info-schedule--text > li {
  margin: calc(15 * (100vw / 768)) auto 0;
}
@media screen and (min-width: 768px) {
  .p-info-schedule--text > li {
    margin: 15px auto 0;
  }
}
.p-info-schedule--text > li.att {
  color: #FEFF03;
  font-size: calc(25 * (100vw / 768));
  display: inline-block;
  margin: calc(15 * (100vw / 768)) auto 0;
}
@media screen and (min-width: 768px) {
  .p-info-schedule--text > li.att {
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 15px auto 0;
  }
}
.p-info-presentbnr {
  margin: 14% auto 0;
}
.p-info-presentbnr--img {
  text-align: center;
}
.p-info-application {
  margin: 15% auto 0;
}
.p-info-application--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  width: 96%;
}
.p-info-application--item {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 5%;
  width: 49%;
}
.p-info-application--item:nth-of-type(2n+1) {
  margin: 0 2% 5% 0;
}
.p-info-application--item:nth-of-type(1) .p-info-application--name {
  background: #ffffff;
  color: #000000;
}
.p-info-application--item:nth-of-type(1) .p-info-application--name .name {
  border-top: 1px solid #000000;
}
.p-info-application--item:nth-of-type(2) .p-info-application--name {
  background: #000000;
  color: #ffffff;
}
.p-info-application--item:nth-of-type(3) .p-info-application--name {
  background: #FF0000;
}
.p-info-application--item:nth-of-type(4) .p-info-application--name {
  background: #00A0E9;
}
.p-info-application--item:nth-of-type(5) .p-info-application--name {
  background: #FFF100;
  color: #000000;
}
.p-info-application--item:nth-of-type(6) .p-info-application--name {
  background: #00B300;
  color: #ffffff;
}
.p-info-application--item:nth-of-type(7) .p-info-application--name {
  background: #FF9700;
  color: #ffffff;
}
.p-info-application--item:nth-of-type(8) .p-info-application--name {
  background: #FF0084;
  color: #ffffff;
}
.p-info-application--name {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 3%;
}
.p-info-application--name .num {
  display: block;
  font-size: calc(26 * (100vw / 768));
  padding: calc(10 * (100vw / 768)) 10px;
}
@media screen and (min-width: 768px) {
  .p-info-application--name .num {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 10px 10px;
  }
}
.p-info-application--name .name {
  display: block;
  font-size: calc(26 * (100vw / 768));
  padding: calc(10 * (100vw / 768)) 10px;
  border-top: 1px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .p-info-application--name .name {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 10px 10px;
  }
}
.p-info-application--photo {
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 3%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.p-info-application--photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.p-info-application--table {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  border-top: none;
  flex-grow: 1;
  margin-bottom: 3%;
  padding: 10px 10px 20px;
}
.p-info-application--table .ttl {
  color: #333;
  font-size: calc(26 * (100vw / 768));
  font-weight: bold;
  margin: 0 0 3%;
}
@media screen and (min-width: 768px) {
  .p-info-application--table .ttl {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-info-application--table .ttl.emphasis {
  background: #c50d0e;
  color: #ffffff;
  padding: 5px;
}
.p-info-application--table .text {
  border-bottom: 1px solid #333;
  display: block;
  color: #333;
  font-size: calc(24*(100vw / 768));
  line-height: 1.4;
  padding-bottom: 5%;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .p-info-application--table .text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-info-application--table .text a {
  color: #0044ad;
  text-decoration: underline;
  word-break: break-all;
}
.p-info-application--btn {
  background-color: #fff;
  border-radius: 5px;
  color: #0044ad;
  display: block;
  font-size: calc(28 * (100vw / 768));
  font-weight: bold;
  letter-spacing: .05rem;
  padding: 10px 10px 10px 5px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-info-application--btn {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-info-application--btn:hover {
  opacity: .8;
}
.p-info-application--btn::after {
  background-image: url(../images/icon_right_blue.svg);
  content: '';
  display: block;
  height: calc(20 * (100vw / 768));
  width: calc(20 * (100vw / 768));
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-info-application--btn::after {
    height: 20px;
    width: 20px;
  }
}
.p-info-dividend {
  margin: 12% auto 0;
}
.p-info-dividend--data {
  color: #ffffff;
  font-size: calc(28 * (100vw / 768));
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-info-dividend--data {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-info-dividend--btn {
  margin: calc(25 * (100vw / 768)) auto 0;
  width: 55%;
}
@media screen and (min-width: 768px) {
  .p-info-dividend--btn {
    margin: 25px auto 0;
  }
}
.p-info-dividend--btn a {
  background: #ff4f00;
  background: linear-gradient(90deg, #ff4f00 0%, #ffa900 100%);
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-size: calc(28 * (100vw / 768));
  font-weight: bold;
  padding: calc(26 * (100vw / 768)) 10px;
  position: relative;
  transition: 0.3s;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-info-dividend--btn a {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 26px 10px;
  }
}
.p-info-dividend--btn a:hover {
  opacity: .8;
}
.p-info-dividend--btn a::after {
  background-image: url(../images/icon_right_w.svg);
  content: '';
  display: block;
  height: calc(20*(100vw / 768));
  width: calc(20*(100vw / 768));
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-info-dividend--btn a::after {
    height: 20px;
    width: 20px;
  }
}
.p-info-apply {
  margin: 12% auto 0;
  padding: 0 25px;
}
.p-info-apply--wrap {
  background-image: url(../images/bg_apply01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 810 / 669;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-info-apply--wrap .period {
  background-image: url(../images/bg_apply02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #000;
  font-size: calc(28 * (100vw / 768));
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 5% 0 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-info-apply--wrap .period {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-info-apply--wrap .period .reduce {
  display: inline-block;
  font-size: 90%;
}
.p-info-apply--wrap .terms {
  color: #000;
  font-size: calc(22 * (100vw / 768));
  font-weight: bold;
  margin: 5% 0 0;
}
@media screen and (min-width: 768px) {
  .p-info-apply--wrap .terms {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-info-apply--wrap .link {
  margin: 1% 0 0;
  transition: .4s;
}
.p-info-apply--wrap .link:hover {
  opacity: .7;
}
.p-info-apply--wrap .att {
  color: #000;
  font-size: calc(20 * (100vw / 768));
  font-weight: bold;
  margin: 1% 0 0;
}
@media screen and (min-width: 768px) {
  .p-info-apply--wrap .att {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-info-apply--wrap .preparation {
  color: #000;
  font-size: calc(34 * (100vw / 768));
  font-weight: bold;
  margin: 3% 0 0;
}
@media screen and (min-width: 768px) {
  .p-info-apply--wrap .preparation {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.p-info-apply--wrap .end {
  color: #000;
  font-size: calc(34 * (100vw / 768));
  font-weight: bold;
  margin: 3% 0 0;
}
@media screen and (min-width: 768px) {
  .p-info-apply--wrap .end {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.p-info-apply--wrap .test_att {
  color: #000;
  font-size: calc(20 * (100vw / 768));
  margin: 1% auto 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-info-apply--wrap .test_att {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-info-terms {
  margin: 12% auto 0;
  padding: 0 25px;
}
.p-info-terms--copy {
  background: #ffffff;
  height: 250px;
  overflow-y: scroll;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .p-info-terms--copy {
    height: 300px;
  }
}
.p-info-terms--box {
  border-top: 1px solid #D7AE47;
  margin: 1% auto 0;
  padding: 25px 0;
}
.p-info-terms--ttl {
  color: #D7AE47;
  font-size: calc(24 * (100vw / 768));
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-info-terms--ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-info-terms--subttl {
  color: #D7AE47;
  font-size: calc(24 * (100vw / 768));
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-info-terms--subttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-info-terms--subttl::before {
  content: "■";
}
.p-info-terms--text {
  font-size: calc(24 * (100vw / 768));
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-info-terms--text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-info-terms--list {
  margin: 4% auto 0;
}
.p-info-terms--list > li {
  font-size: calc(24 * (100vw / 768));
  line-height: 1.6;
  margin: 2% auto 0;
}
@media screen and (min-width: 768px) {
  .p-info-terms--list > li {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-info-foot {
  margin: 8% auto 0;
}
.p-info-foot .item:not(:first-of-type) {
  margin: 3% auto 0;
}
.p-info-foot .item .btn {
  background: #000;
  border-radius: 5px;
  display: block;
  padding: calc(17 * (100vw / 768));
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 400px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-info-foot .item .btn {
    padding: 17px;
  }
}
.p-info-foot .item .btn .in {
  color: #fff;
  display: inline-block;
  font-size: calc(28 * (100vw / 768));
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-info-foot .item .btn .in {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-info-fltbtn {
  position: fixed;
  bottom: 5vh;
  right: 0;
}
.p-info-fltbtn a {
  display: block;
  width: calc(140 * (100vw / 768));
}
@media screen and (min-width: 768px) {
  .p-info-fltbtn a {
    width: 140px;
  }
}

/* =========================================================
post - 投稿のクラスなど
========================================================= */


/*20250331追記*/
.p-info-schedule--icon {
  margin: 0 0 4%;
  text-align: center;
}
.p-info-schedule--icon img {
    height: calc(100 * (100vw / 768));
}
@media screen and (min-width: 768px) {
  .p-info-schedule--icon img {
    height: 100px;
  }
}
