@charset "UTF-8";

.contsTtl .redH {
	background: #d00f31;
}
.redBtn {
	background-color: #d00f31;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}
.cpBtnY {
	background: #fad025;
	color: #111111;
	-webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
	box-shadow: 0px -5px 0px 0px #b39f3f inset;
}
.cpBtnG {
	background: #2dad55;
	-webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
	box-shadow: 0px -5px 0px 0px #1f823e inset;
}


/* リセット */
div,section,p,ul,li {
	box-sizing: border-box;
}

p,a {
	word-break: break-all;
	overflow-wrap: break-word;
}

/* ユニークパーツ */
.disp_pc {
	display: block;
}
@media screen and (max-width: 767px) {
	.disp_pc {
		display: none;
	}
}

.disp_sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.disp_sp {
		display: block;
	}
}

#mainContents {
	font-family: "Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	"Helvetica Neue",
    Arial,
    "Noto Sans JP",
    sans-serif;
    color: #000000;
}

:root {
	--com-fs-caution: clamp(12px, 2.58vw, 16px);
	--com-fs-base: clamp(16px, 2.58vw, 18px);
}

.is_indent {
	padding-left: 1em;
	text-indent: -1em;
}

.is_indent_num {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.is_indent_kakkonum {
	padding-left: 2.6em;
	text-indent: -2.6em;
}

.t_center {
	text-align: center;
}

.mt_parag {
	margin-top: 1em;
}

.txt_link {
	text-decoration: underline;
}


.txt_caution {
	font-size: 14px;
	color: #333333;
}
@media screen and (max-width: 767px) {
	.txt_caution {
		font-size: 12px;
	}
}

.txt_caution_column {
	font-size: 14px;
	margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
	.txt_caution_column {
		font-size: 10px;
	}
}

.set_mt24 {
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
	.set_mt24 {
		margin-top: 12px;
	}
}

.set_mt32 {
	margin-top: 32px;
}
@media screen and (max-width: 767px) {
	.set_mt32 {
		margin-top: 20px;
	}
}

.set_mt44 {
	margin-top: 44px;
}
@media screen and (max-width: 767px) {
	.set_mt44 {
		margin-top: 24px;
	}
}

.set_mt48 {
	margin-top: 48px;
}
@media screen and (max-width: 767px) {
	.set_mt48 {
		margin-top: 28px;
	}
}

.set_mt64 {
	margin-top: 64px;
}
@media screen and (max-width: 767px) {
	.set_mt64 {
		margin-top: 30px;
	}
}

.set_mt108 {
	margin-top: 108px;
}
@media screen and (max-width: 767px) {
	.set_mt108 {
		margin-top: 32px;
	}
}

.fc_white {
	color: #ffffff;
}

.fc_dred {
	color: #cc0033;
}

.fw_bold {
	font-weight: bold;
}

.section_inner {
	width: 94%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.heading_withline {
	font-size: 52px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
	.heading_withline {
		font-size: 36px;
	}
}

.heading_withline:before {
	display: block;
	width: 1.2em;
	height: 4px;
	content: "";
	background-color: #AA8532;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}


.btn_link_wrap {
	width: 98%;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.btn_link_wrap {
		padding: 0 10px;
	}
}

.btn_link {
	display: block;
}

@media (hover: hover) {
  .card_grid:hover, .tab_panel:hover, [data-modal-target] {
    cursor: pointer;
  }
}

.link_area_column {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0;
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3.2em;
}
@media screen and (max-width: 767px) {
	.link_area_column {
		padding: 0 10px;
	}
}

.link_area_column.in_step {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

/* 概要 */
.sec_overview {
	padding: 80px 0;
}
@media screen and (max-width: 767px) {
	.sec_overview {
		padding: 40px 0;
	}
}

.overview_caution_mt {
	margin-top: 12px;
}

.overview_heading_txt {
	color: #ffffff;
	background-color: #003287;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 0.3em;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.overview_heading_txt {
		font-size: 16px;
	}
}

.overview_txt {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.overview_txt {
		font-size: 16px;
	}
}
/* //概要 */

/* 応募方法 */
.sec_apply {
	background-color: #191919;
	padding: 80px 0;
}
@media screen and (max-width: 767px) {
	.sec_apply {
		padding: 40px 0;
	}
}

.anc_area {
	display: flex;
}
.anc_area > p {
	margin-right: 24px;
}
@media screen and (max-width: 767px) {
	.anc_area > p {
		margin-right: 12px;
	}
}

.anc_area > p:last-of-type {
	margin-right: 0;
}

.step_wrap {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.step_wrap {
		margin-top: 28px;
	}
}
.step_wrap:first-of-type {
	margin-top: 48px;
}
@media screen and (max-width: 767px) {
	.step_wrap:first-of-type {
		margin-top: 32px;
	}
}

.step_heading {
	background-color: #2155C5;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 0.3em 0;
}
@media screen and (max-width: 767px) {
	.step_heading {
		font-size: 16px;
	}
}

.step_heading > span {
	font-size: 1.2em;
	padding: 0 0.1em;
}

.step_details {
	background-color: #ffffff;
	padding: 48px 0;
	border-radius: 0 0 2px 2px;
}
@media screen and (max-width: 767px) {
	.step_details {
		padding: 24px 0;
	}
}

.card_design_wrap {
	width: 100%;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 36px;
	background-color: #123287;
	border-radius: 12px;
}
@media screen and (max-width: 767px) {
	.card_design_wrap {
		padding: 28px 16px;
	}
}
@media screen and (max-width: 767px) {
	.step_details .card_design_wrap {
		width: 94%;
	}
}

.set_bg_step {
	background-color: #003287;
}

.tab_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 32px;
}
@media screen and (max-width: 767px) {
	.tab_wrap {
		margin-top: 24px;
	}
}

.tab_panel {
	background-color: #e1e1e1;
	font-size: 24px;
	font-weight: bold;
	padding: 0.6em;
	text-align: center;
	border-radius: 2rem 2rem 0 0;
	color: #000000;
}
@media screen and (max-width: 767px) {
	.tab_panel {
		font-size: 16px;
	}
}

.js-active.tab_panel {
	background-color: #ffffff;
	color: #cc0033;
}

.tab_panel:first-of-type {
	margin-right: 4px;
}
.tab_panel:last-of-type {
	margin-left: 4px;
}

.tab_panel_icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon_new {
	background-color: #cc0033;
	color: #ffffff;
	padding: 0.3em 0.5em 0.4em 0.8em;
	border-radius: 3em;
	font-size: 0.7em;
	margin-right: 8px;
}

.tab_inner_wrap {
	background-color: #ffffff;
	padding: 36px;
	border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
	.tab_inner_wrap {
		padding: 16px;
	}
}

.card_img_box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/*gap: 15px;*/
}

.card_grid {
	max-width: 262px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.card_grid:after {
	display: block;
	content: "";
	width: 34px;
	height: 34px;
	background: url(../img/css_01.png) no-repeat center top;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-12%,-12%);
}
@media screen and (max-width: 767px) {
	.card_grid:after {
		width: 20px;
		height: 20px;
	}
}

.card_grid1 {
	margin-right: 8px;
}

.card_grid2 {
	margin-left: 8px;
}

.card_grid3 {
	width: 48.5%;
	grid-column: 1 / 3;
	margin-top: 15px;
}

.apply_step_lead {
	font-size: 24px;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.apply_step_lead {
		font-size: 16px;
	}
}

.step_img_box {
	width: 68%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

/* //応募方法 */

/* きせかえ方法 */
.sec_kisekae {
	background-color: #123287;
	padding: 80px 0;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.sec_kisekae {
		padding: 40px 0;
	}
}

.kisekae_wrap {
	border: 4px solid #ffffff;
	border-radius: 2px;
	padding: 0 0 64px;
}
@media screen and (max-width: 767px) {
	.kisekae_wrap {
		padding-bottom: 0;
	}
}

.app_pic_wrap {
	width: 100%;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 0;
	background-color: #000000;
	margin-top: 48px;
}
@media screen and (max-width: 767px) {
	.app_pic_wrap {
		max-width: 100%;
		padding: 24px 0;
		margin-top: 24px;
	}
}

.app_pic_inner {
	padding: 0 36px;
}
@media screen and (max-width: 767px) {
	.app_pic_inner {
		padding: 0 16px;
	}
}

.sec_kisekae_lead {
	color: #ffffff;
	text-align: center;
	font-size: 28px;
}
@media screen and (max-width: 767px) {
	.sec_kisekae_lead {
		font-size: 16px;
	}
}

.kisekae_img_box {
	width: 92%;
	max-width: 496px;
	margin-left: auto;
	margin-right: auto;
}

.mt_kisekae_large {
	margin-top: 48px;
}
@media screen and (max-width: 767px) {
	.mt_kisekae_large {
		margin-top: 24px;
	}
}

.kisekae_wrap .card_design_wrap {
	padding-bottom: 0;
}

/* //きせかえ方法 */

/* ライブラリ用 */
[data-accordion-id], [data-radio-condition], [data-tab-target] {
  display: none;
}
[data-tab-target].js-active, [data-radio-condition].js-active {
  display: block;
}
/* モーダル関連 */
[data-modal-id] {
  display: none;
}
[data-modal-id].js-active {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-modal-id] .ecaem-modal_wrapper {
  position: relative;
  width: 100%;
  /*max-width: 1080px; //デフォルト */
  max-width: 640px;
}
[data-modal-id] .ecaem-modal_wrapper .ecaem-modal_main {
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 320px;
  background-color: #fff;
  border-radius: 16px;
}
[data-modal-id] .ecaem-modal_wrapper .ecaem-modal_main:has(.ecaem-movie) {
  min-height: auto;
  border-radius: 0;
}
[data-modal-id] .ecaem-modal_wrapper .ecaem-modal_main:has(.ecaem-movie) .ecaem-modal_cls_btn {
  top: -26px;
}
[data-modal-id] .ecaem-modal_wrapper .ecaem-modal_main .ecaem-modal_contents {
  width: 100%;
  max-height: 94vh;
  padding: 28px;
  overflow-y: auto;
}
[data-modal-id] .ecaem-modal_wrapper .ecaem-modal_main .ecaem-modal_contents:has(.ecaem-movie) {
  padding: 0;
}
[data-modal-id] .ecaem-modal_wrapper .ecaem-modal_main .ecaem-modal_cls_btn {
  position: absolute;
  top: -16px;
  right: -8px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color:#003287;
  border: none;
  border-radius: 100px;
  background: url("../img/icon_01.png") center center no-repeat;
  background-size: contain;
}
[data-modal-id] .ecaem-modal_wrapper .ecaem-modal_main .ecaem-modal_cls_btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 18px;
  height: 18px;
  content: "";
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url('../img/icon_01.png');
  mask-image: url('../img/icon_01.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
[data-modal-id] .ecaem-modal_wrapper .ecaem-modal_main .ecaem-modal_cls_btn > button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  font-size: 0;
}

/* アコーディオン制御 */
.accordion_wrap {
	padding: 0 36px;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.accordion_wrap {
		padding: 0 10px;
		margin-top: 24px;
	}
}

.st-accordion {
	background-color: #ffffff;
	border: 4px solid #123287;
	border-radius: 4px;
	box-shadow: 0px 4px 0px 0px rgba(4, 32, 16, 1);
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	.st-accordion {
		border: 2px solid #123287;
	}
}

.st-accordion-btn {
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	position: relative;
}

.st-accordion-btn:before, .st-accordion-btn:after {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	border-top: 3px solid #003287;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0,-10%);
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.st-accordion-btn:before, .st-accordion-btn:after {
		width: 16px;
		height: 16px;
		right: 8px;
	}
}
.st-accordion-btn:after {
	border-right: 3px solid #003287;
	border-top: none;
	transform: translate(-42%,-50%);
}

.js-active .st-accordion-btn:after {
	display: none;
}

/*.st-accordion-btn > img {
	width: 100%;
	max-width: 418px;
}*/

.st-accordion-panel-inner {
	padding: 1em;
	border-top: 4px solid #123287;
	line-height: 1.6;
}

/* フローティング制御 */
.floating_area {
	width: 100%;
	max-width: 1080px;
	position: fixed;
	bottom: 0;
	padding: 1em;
	background-color: rgba(255,255,255,0.8);
}

.floating_area .link_area_column {
  display: flex;
  justify-content: center;
	max-width: 388px;
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.floating_area .link_area_column {
		padding: 1em;
	}
}
@media screen and (max-width: 640px) {
	.floating_area .link_area_column {
		max-width: 60%;
	}
}
.link_area_column li:first-of-type {
	margin-right: 6px;
}
.link_area_column li:last-of-type {
	margin-left: 6px;
}

.floating_area_off .floating_area {
	position: relative;
}

/* モーダル内コンテンツ制御 */
.heading_modal {
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}
@media screen and (max-width: 767px) {
	.heading_modal {
		font-size: 16px;
	}
}

.img_box_modal {
	padding: 0;
	margin-top: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.ecaem-modal_contents .txt_caution {
	margin-top: 1em;
}
/* //モーダル内コンテンツ制御 */


ol {
  counter-reset: my-counter 0; /* 'my-counter' を0にリセット */
}

li.coutup_auto {
	padding-left: 1.8em;
	position: relative;
}

li.coutup_auto:before {
  counter-increment: my-counter 1; /* 'my-counter' を1ずつ増加 */
  content: counter(my-counter) ". "; /* 「第1章: 」のように表示 */
  position: absolute;
  left: 0;
}

/* TOPへ戻る調整 */
@media not screen and (max-width: 767px) {
	.backToTop__button {
		right: calc(50% - 442px);
	}
}

#wrapper:has(.js-active) .dh-footer, #wrapper:has([data-modal-id].js-active) .backToTop {
	z-index: -1;
}

/*@media screen and (min-width: 768px) {
	body {
		min-width: 768px;
	}
}*/


#wrapper:has([data-modal-id].js-active) .listItem__link:before, #wrapper:has([data-modal-id].js-active) .listItem__link:before, #wrapper:has([data-modal-id].js-active) .listItem.listItem--sub, #wrapper:has([data-modal-id].js-active) .header__subNavItemLoginLink, #wrapper:has([data-modal-id].js-active) .header__subNavItemLoginLink:visited {
	display: none;
}

#wrapper:has([data-modal-id].js-active) .header__hamburger {
	z-index: 0;
}

#wrapper:has([data-modal-id].js-active) .header {
	z-index: -1;
}