@charset "Shift_JIS";

img {
	width: 100%;
	vertical-align: bottom;
}

.sp-none {
	display: none;
}

.pc-none {
	display: inline-block;
}

/* ----------------------------------------------------------------
common
----------------------------------------------------------------- */
.heading-h2 h2,
.heading-h3 h3 {
	display: inherit;
	font-weight: 700;
}

.heading-h2 h2::before,
.heading-h3 h3::before,
.heading-h2 h2::after,
.heading-h3 h3::after {
	content: none;
}

.heading-h2 {
	margin-bottom: 64px;
}

.heading-h2__main {
	font-size: 42px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: .02em;
}

.heading-h2__sub {
	font-size: 30px;
}

.heading-h2--large .heading-h2__main {
	font-size: 54px;
	font-weight: 900;
}

.heading-h2.heading-h2--border .heading-h2__inner {
	position: relative;
	padding-bottom: 18px;
}

.heading-h2--large.heading-h2--border .heading-h2__inner {
	padding-bottom: 20px;
}

.heading-h2.heading-h2--border .heading-h2__inner::after {
	content: '';
	display: block;
	width: 48px;
	height: 6px;
	background: linear-gradient(90deg, #EEA62F 0%, #EEA62F 50%, #F26E8E 50%, #F26E8E 100%);
	border-radius: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.heading-h3 {
	margin-bottom: 48px;
}

.heading-h3__main {
	font-size: 32px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .02em;
}

.heading-h3.heading-h3--border .heading-h3__inner {
	position: relative;
	padding-bottom: 16px;
}

.heading-h3.heading-h3--border .heading-h3__inner::after {
	content: '';
	display: block;
	width: 38px;
	height: 4px;
	background: linear-gradient(90deg, #14A7DB 0%, #14A7DB 50%, #F26E8E 50%, #F26E8E 100%);
	border-radius: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
	.heading-h2 {
		margin-bottom: 32px;
	}

	.heading-h2__main {
		font-size: 26px;
	}

	.heading-h2__sub {
		font-size: 18px;
	}

	.heading-h2--large .heading-h2__main {
		font-size: 36px;
	}

	.heading-h2.heading-h2--border .heading-h2__inner {
		padding-bottom: 16px;
	}

	.heading-h2--large.heading-h2--border .heading-h2__inner {
		padding-bottom: 18px;
	}

	.heading-h2.heading-h2--border .heading-h2__inner::after {
		width: 32px;
		height: 4px;
		border-radius: 2px;
	}

	.heading-h3 {
		margin-bottom: 24px;
	}

	.heading-h3__main {
		font-size: 24px;
	}

	.heading-h3.heading-h3--border .heading-h3__inner {
		padding-bottom: 13px;
	}

	.heading-h3.heading-h3--border .heading-h3__inner::after {
		width: 32px;
		height: 4px;
		border-radius: 2px;
	}
}

/* ----------------------------------------------------------------
kv
----------------------------------------------------------------- */
.kv {
	width: 100%;
	padding: 0 10px;
}

.kv__inner {}

.kv__img {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

/* ----------------------------------------------------------------
contents-01
----------------------------------------------------------------- */
.contents-01 {
	width: 100%;
	background-image: url(../images/bg_decoration-01_pc.png);
	background-size: 1722px;
	background-position: center 46px;
	background-repeat: no-repeat;
}

.contents-01__inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 106px 10px 80px;
	box-sizing: border-box;
}

.contents-01 .text-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.contents-01 .text-area p {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	display: inline;
	line-height: 2.8em;
}

.contents-01 .text-area .fs--big {
	font-size: 28px;
}

.contents-01 .text-area .description-text {
	color: #fff;
	background: linear-gradient(90deg, rgba(238, 166, 47, 1), rgba(242, 110, 142, 1));
	padding: 3px 7px;
	margin: 0 8px;
}

.contents-01 .text-area .description-text-02 {
	display: inline-block;
	font-size: 32px;
	line-height: 1;
	position: relative;
	padding-bottom: 30px;
}

.contents-01 .text-area .description-text-02::after {
	content: "";
	background-image: url(../images/img_line.png);
	position: absolute;
	background-size: 206px 26px;
	background-position: center;
	width: 206px;
	height: 26px;
	right: 0;
	left: -12px;
	margin: auto;
	bottom: 10px;
	z-index: -1;
}

.anchor-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	margin-top: 96px;
}

.anchor-area .anchor-link {
	flex: 0 0 calc(33.33% - 20px);
	max-width: calc(33.33% - 20px);
}

.anchor-area .anchor-link a {
	display: flex;
	align-items: center;
	padding: 40px 50px;
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 2px rgba(227, 229, 230, 1);
	border-radius: 16px;
	color: #444;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	transition: color 0.5s ease, border-color 0.5s ease, background-image 0.3s ease;
	justify-content: center;
	overflow: hidden;
}

.anchor-area .anchor-link a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2px;
	background: linear-gradient(to right, #EEA62F, #F26E8E);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	border-radius: 16px;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s ease;
}

.anchor-area .anchor-link a:hover {
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 2px rgba(227, 229, 230, 0);
	color: transparent;
	background-image: linear-gradient(to right, #EEA62F, #F26E8E);
	-webkit-background-clip: text;
	background-clip: text;
	transition: all 0.3s ease;
}

.anchor-area .anchor-link a:hover::before {
	opacity: 1;
}

.anchor-area .anchor-link a::after {
	content: "";
	width: 28px;
	height: 28px;
	background-image: url(../images/img_logo_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}


/* ----------------------------------------------------------------
contents-02
----------------------------------------------------------------- */
.contents-02 {
	width: 100%;
	background-image: url(../images/bg_decoration-02_pc.png);
	background-size: 2184px;
	background-position: center top;
	background-repeat: no-repeat;
}

.contents-02__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 84px 10px 152px;
  box-sizing: border-box;
	position: relative;
}

.contents-02 .nanaco-image {
	position: absolute;
    bottom: -52px;
    right: 80px;
    width: 210px;
}

.contents-02 .text {
    font-size: 16px;
    line-height: 2;
	text-align: center;
}

.contents-02 .notes_text {
    font-size: 12px;
    margin-top: 16px;
	text-align: center;
}

.merits-container {
    position: relative;
    max-width: 1080px;
	width: 100%;
    height: 1080px;
    box-sizing: border-box;
    margin: 96px auto 0;
	background-image: url(../images/img_merit_bg.png);
	background-size: 1080px;
	background-position: center top;
	background-repeat: no-repeat;
}

.merit-item {
    width: 100%;
	max-width: 500px;
    height: 500px;
    position: absolute;
}

.type_01.merit-item {
    top: 0;
    left: 0;
}

.type_02.merit-item {
    top: 160px;
    right: 0;
}

.type_03.merit-item {
    bottom: 0;
    left: 136px;
}

.merit-card {
	max-width: 500px;
	width: 100%;
    height: 500px;
    border-radius: 50%;
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.type_01 .merit-card {
    background: linear-gradient(to bottom, #e8912e, #f2b830, #f2be30);
}

.type_02 .merit-card {
    background: linear-gradient(to bottom, #7CD1E6, #009FD9);
}

.type_03 .merit-card {
    background: linear-gradient(to bottom, #F1A0BB, #F24D6F);
}

.merit-content {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.merit-balloon{
	width: 100%;
	max-width: 100px;
    text-align: center;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 14px;
    position: relative;
    border-radius: 4px;
}

.type_01 .merit-balloon{
	background-color: #eea62f;
}

.type_02 .merit-balloon{
	background-color: #14A7DB;
}

.type_03 .merit-balloon{
	background-color: #F26E8E;
}

.merit-balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
}

.type_01 .merit-balloon:before {
    border-top: 6px solid #eea62f;
}

.type_02 .merit-balloon:before {
    border-top: 6px solid #14A7DB;
}

.type_03 .merit-balloon:before {
    border-top: 6px solid #F26E8E;
}

.merit-image{
	width: 72px;
}

.merit-title {
    font-size: 28px;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.3;
	margin-top: 34px;
}

.type_01 .merit-title {
    color: #EEA62F;
}

.type_02 .merit-title {
    color: #14A7DB;
}

.type_03 .merit-title {
    color: #F26E8E;
}

.merit-text {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin: 18px auto 0;
	max-width: 330px;
}

/* ----------------------------------------------------------------
contents-03
----------------------------------------------------------------- */
.contents-03 {
	position: relative;
	width: 100%;
}
.contents-03::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(250, 200, 37, 0.902) 0%, rgba(255, 147, 23, 0.945) 44.3%, #FF7496 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .25;
}

.contents-03__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 144px 10px 80px;
  box-sizing: border-box;
}

.contents-03 .contents-wrap + .contents-wrap {
	margin-top: 80px;
}

.contents-03 .contents-wrap {
	width: 100%;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 80px 20px 96px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cards-container {
    display: flex;
    justify-content: flex-start;
    gap: 24px; /* Space between cards */
    width: 100%;
    max-width: 792px;
    flex-wrap: wrap;
}

.cards-container .card {
    width: calc((100% / 4) - 18px);
    height: auto;
    border-radius: 8px;
    box-shadow: inset 0px 0px 0px 2px rgba(227, 229, 230, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px 16px 26px;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cards-container .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #eea62f, #f26e8e);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 8px;
}

.cards-container .card::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #ffffff;
    z-index: -1;
    border-radius: 6px;
}

.cards-container .card:hover {
    border-color: transparent;
}

.cards-container .card:hover::before {
    opacity: 1;
}

.cards-container .logo-placeholder {
    max-width: 128px;
	width: 100%;
    margin-bottom: 16px; /* Space between logo and name */
}

.cards-container .name {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin: 0 0 16px 0; /* Space between name and button */
    letter-spacing: 0.02em;
}

.cards-container .details-button {
    width: 112px;
    height: 28px;
    background-image: linear-gradient(to right, #eea62f, #f26e8e);
    border-radius: 24px;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 32px; /* From JSON */
    margin-top: auto;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.modal-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.modal {
    background-color: #fff;
    width: 90%;
    max-width: 1080px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    padding: 40px 40px 78px;
    box-sizing: border-box;
    transform: translateY(0px);
    transition: transform 0.3s ease;
}

.modal-overlay.is-visible .modal {
    transform: translateY(0);
}

.modal-close-button {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    cursor: pointer;
    height: 39px;
    width: 39px;
}

.modal-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.card-section {
    flex: 1;
    text-align: center;
}

.section-title {
	font-size: 24px;
    font-weight: bold;
    margin: 0 0 23px 0;
}

.card-image-placeholder {
	width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.card-note {
    font-size: 12px;
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}

.info-table {
    flex: 2;
    border: 1px solid #e3e5e6;
    border-radius: 8px;
    overflow: hidden;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}

.info-table-row {
    display: flex;
    border-bottom: 1px solid #e3e5e6;
}

.info-table-row:last-child {
    border-bottom: none;
}

.info-table-header {
    background-color: #EEA62F;
	color: #fff;
    padding: 20px;
	font-size: 16px;
    font-weight: bold;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 204px;
}

.info-table-data {
    padding: 20px;
    flex: 3;
    line-height: 1.6;
	font-size: 16px;
}

.info-table-data ul li{
	text-indent: -1em;
	padding-left: 1em;
}

.info-table-data a {
    color: #14a7db;
    text-decoration: none;
}

.info-table-data a:hover {
    text-decoration: underline;
}

.modal-footer {
    text-align: center;
    margin-top: 56px;
}

.cta-button {
    background-color: #fff;
    color: #14a7db;
    border: 2px solid #14a7db;
    padding: 18px 40px;
    border-radius: 48px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cta-button:hover {
    background-color: #14a7db;
    color: #fff;
}

.arrow-icon {
    width: 14px;
    height: 14px;
    border-top: 2px solid #14a7db;
    border-right: 2px solid #14a7db;
    transform: rotate(45deg);
    transition: border-color 0.3s;
}

.cta-button:hover .arrow-icon {
    border-color: #fff;
}

.modal-content-block {
    display: none;
}

.modal-content-block.is-active {
    display: block;
}

/* step */
.slide_box{
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

.slide_box + .slide_box{
	margin-top: 80px;
}

.apply__slider__wrap {
	position: relative;
	max-width: 792px;
	margin: 0 auto;
}

.apply__slider__title{
	display: flex;
}

.apply__slider__title .number_text{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	background-color: #14A7DB;
	height: 64px;
	max-width: 66px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px 0 0 8px;
}

.apply__slider__title .title_text{
font-size: 28px;
	font-weight: bold;
	color: #333333;
	background-color: #DFF1F7;
	height: 64px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 24px;
	border-radius: 0 8px 8px 0;
}

.type_01 .apply__slider__title .number_text {
	background-color: #14A7DB;
}

.type_01 .apply__slider__title .title_text {
	background-color: #DFF1F7;
}

.type_02 .apply__slider__title .number_text {
	background-color: #F26E8E;
}

.type_02 .apply__slider__title .title_text {
	background-color: #FFEDF0;
}

.apply__slider {
	margin-top: 56px;
}

.apply__slider li {
	max-width: 232px;
	margin-left: 48px;
}

.apply__slider li:nth-of-type(1) {
	margin-left: 0;
}

.mp-contents.bg-color__area .apply__slider li {
	max-width: 248px;
}

.mp-contents.bg-color__area .apply__slider .slick-slide {
	min-width: 0;
	display: flex;
	align-items: stretch;
}

.apply__slider .apply__slider__content {
	background: none;
	padding: 0;
}

.mp-contents.bg-color__area .apply__slider .apply__slider__content {
	border: none;
	display: flex;
	flex-direction: column;
	padding: 0;
}

.apply__slider .apply__slider__content .procedure{
	width: 100%;
	text-align: center;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 26px;
	position: relative;
	border-radius: 4px;
}

.type_01 .apply__slider .apply__slider__content .procedure{
	background-color: #14A7DB;
}

.type_02 .apply__slider .apply__slider__content .procedure{
	background-color: #F26E8E;
}

.apply__slider .apply__slider__content .procedure:before {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border: 5px solid transparent;
}

.type_01 .apply__slider .apply__slider__content .procedure:before{
	border-top: 6px solid #14A7DB;
}

.type_02 .apply__slider .apply__slider__content .procedure:before{
	border-top: 6px solid #F26E8E;
}

.apply__slider .apply__slider__thumbnail {
	margin-top: 0;
	position: relative;
}

.apply__slider__thumbnail::after {
	content: "";
	width: 18px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -16%;
	top: 50%;
	transform: translateY(-50%);
}

.type_01 .apply__slider__thumbnail::after {
	background-image: url(../images/img_logo_arrow-04.svg);
}

.type_02 .apply__slider__thumbnail::after {
	background-image: url(../images/img_logo_arrow-03.svg);
}

.apply__slider__text + .apply__slider__text {
	margin-top: 26px;
}
.apply__slider__text .text-emphasis {
	font-size: 16px;
}
.apply__slider__text .text-emphasis .text-emphasis--red {
	color: #D22D51;
}
.apply__slider__text-wrap {
	width: 100%;
	max-width: 248px;
	height: 100%;
	background-color: #ffffff;
	padding: 16px;
	margin-top: 20px;
}
.apply__slider__content{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.apply__slider__note {
	font-size: 14px;
	margin-top: 30px;
	display: inline-block;
}

.apply__slider__img {
	width: 100%;
	margin-top: 10px;
}

.apply__slider .slick-dots {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	margin-bottom: 40px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.mynp_02 .slick-dots {
	margin-bottom: 0;
}

.apply__slider .slick-dots li {
	margin-left: 16px;
}

.apply__slider .slick-dots button {
	font-size: 0;
}

.type_01 .apply__slider .slick-dots .slick-active button:before {
	background: #14A7DB;
}

.type_02 .apply__slider .slick-dots .slick-active button:before {
	background: #F26E8E;
}

.apply__slider .slick-dots button:before {
	display: block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 12px;
	background: #e4e4e4;
}

.apply__slider .slick-next,
.apply__slider .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 3;
	top: 25%;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	transform: translate(0,-25%);
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
}

.apply__slider .slick-prev {
	left: -70px;
}

.apply__slider .slick-next {
	right: -70px;
}

.apply__slider .slick-prev:before {
	position: relative;
	z-index: 2;
	display: block;
	width: 40px;
	height: 40px;
	content: '';
	border-radius: 4px;
	background: #333333;
}

.apply__slider .slick-next:before {
	position: relative;
	z-index: 2;
	display: block;
	width: 40px;
	height: 40px;
	content: '';
	border-radius: 4px;
	background: #333333;
}

.apply__slider .slick-prev:after {
	font-family: 'Font Awesome 5 free';
	font-size: 24px;
	font-weight: 700;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	content: url(../images/img_logo_arrow-05.svg);
	transform: rotate(90deg);
	transform-origin: 30% -15%;
}

.apply__slider .slick-next:after {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	content: url(../images/img_logo_arrow-05.svg);
	transform: rotate(-90deg);
	transform-origin: 0% 60%;
}

.apply__slider .slick-next.slick-disabled:before,
.apply__slider .slick-prev.slick-disabled:before {
	background: #e3e5e6;
}

/* ----------------------------------------------------------------
contents-04
----------------------------------------------------------------- */
.contents-04 {
  background-color: #EDF1F2;
}

.contents-04__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 10px 80px;
  box-sizing: border-box;
}

.notes-list_box{
  max-width: 840px;
  margin: 0 auto;
}

.notes-list_box .notes{
  font-size: 16px;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

/* ----------------------------------------------------------------
contents-05
----------------------------------------------------------------- */
.contents-05 {
  background-color: #fff;
}

.contents-05__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 10px 80px;
  box-sizing: border-box;
}

.contents-05__inner .accordion .accordion-about__text {
  align-items: center;
}

/* ----------------------------------------------------------------
contents-06
----------------------------------------------------------------- */
.contents-06 {
  background-color: #E1F3FA;
}

.contents-06__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 10px 80px;
  box-sizing: border-box;
  text-align: center;
}

.contents-06 .text{
  font-size: 16px;
  line-height: 2;
}

.contents-06 .notes_text{
  font-size: 12px;
  margin-top: 16px;
}

.contents-06 .inquiry_button__box{
  background-color: #fff;
	border-radius: 48px;
  max-width: 344px;
  margin: 48px auto 0;
}

.contents-06 .inquiry_button {
	display: flex;
	align-items: center;
	padding: 30px 56px;
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 2px rgba(227, 229, 230, 1);
	border-radius: 48px;
	color: #444;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	transition: color 0.5s ease, border-color 0.5s ease, background-image 0.3s ease;
	justify-content: center;
	overflow: hidden;
}

.contents-06 .inquiry_button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2px;
	background: linear-gradient(to right, #14A7DB, #F26E8E);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	border-radius: 48px;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s ease;
}

.contents-06 .inquiry_button:hover {
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 2px rgba(227, 229, 230, 0);
	color: transparent;
	background-image: linear-gradient(to right, #14A7DB, #F26E8E);
	-webkit-background-clip: text;
	background-clip: text;
	transition: all 0.3s ease;
}

.contents-06 .inquiry_button:hover::before {
	opacity: 1;
}

.contents-06 .inquiry_button::after {
	content: "";
	width: 28px;
	height: 28px;
	background-image: url(../images/img_logo_arrow-02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}


/* ----------------------------------------------------------------
under-display
----------------------------------------------------------------- */
.under-display .under-display--wrap {
    background-color: #f7f9fa;
    padding: 12px 20px;
	box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.08);
}

.support_button .under-display .under-display-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
}

.support_button {
  width: 420px;
  height: 76px;
}

.support_button .floating-anchor-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 44px;
  background: linear-gradient(to right, #eea62f 0%, #f08566 58.4%, #f26e8e 100%);
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding: 6px;
  transition: all 0.3s ease;
}

.support_button .floating-anchor-button::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #ffffff;
  border-radius: 38px;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}

.support_button .button-text {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.02em;
  line-height: 32px;
  z-index: 1;
  margin-left: 6px;
  transition: color 0.3s ease;
}

.support_button .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 1;
  transition: border-color 0.3s ease;
  position: relative;
}

.support_button .arrow::before {
  content: '';
  position: absolute;
  left: -10px;
  top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent;
  border-left-color: #eea62f;
  background: linear-gradient(to bottom, #eea62f, #f26e8e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 0 #f26e8e); /* Apply gradient */
}

.support_button .floating-anchor-button:hover::before {
  opacity: 0;
}

.support_button .floating-anchor-button:hover .button-text {
  color: #ffffff;
}

.support_button .floating-anchor-button:hover .arrow {
  border-left-color: #ffffff;
}

.support_button .floating-anchor-button:hover .arrow::before {
  opacity: 0;
}

@media screen and (max-width: 768px) {
	.sp-none {
		display: inline-block;
	}

	.pc-none {
		display: none;
	}

	/* ----------------------------------------------------------------
	kv
	----------------------------------------------------------------- */

	.kv {
		padding: 10px 10px 0;
	}

	.kv__inner {}

	.kv__img {
		max-width: 1020px;
		width: 100%;
		margin: 0 auto;
	}

	/* ----------------------------------------------------------------
	contents-01
	----------------------------------------------------------------- */

	.contents-01 {
		width: 100%;
		background-image: url(../images/bg_decoration-01_sp.png);
		background-size: 112.53333333333333vw;
		background-position: center 20px;
	}

	.contents-01__inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 45px 16px 20px;
		box-sizing: border-box;
	}

	.contents-01 .text-area p {
		font-size: 16px;
		line-height: 2.2em;
	}

	.contents-01 .text-area .description-text-02 {
		font-size: 24px;
		padding-bottom: 14px;
	}

	.contents-01 .text-area .description-text-02::after {
		background-size: 152px 19px;
		width: 152px;
		height: 19px;
		right: 0;
		left: -7px;
		bottom: 0px;
	}

	.anchor-area {
		gap: 16px 11px;
		margin-top: 40px;
	}

	.anchor-area .anchor-link {
		flex: 0 0 calc(50% - 6px);
		max-width: calc(50% - 6px);
	}

	.anchor-area .anchor-link a {
		padding: 20px 38px 20px 16px;
		border-radius: 12px;
		font-size: 14px;
	}

	.anchor-area .anchor-link a::after {
		width: 18px;
		height: 18px;
		right: 12px;
	}

	/* ----------------------------------------------------------------
	contents-02
	----------------------------------------------------------------- */

	.contents-02 {
		width: 100%;
		background-image: url(../images/bg_decoration-02_sp.png);
        background-size: 154.33333333333331vw;
	}

	.contents-02__inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 45px 0px 216px;
		box-sizing: border-box;
	}

	.contents-02 .nanaco-image {
        bottom: -115px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 175px;
	}

	.merits-container {
		height: auto;
		margin: 40px auto 0;
		background-image: url(../images/img_merit_bg_sp.png);
		background-size: 91.46666666666667vw;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        gap: 24px;
	}

	.merit-item {
		width: 100%;
		max-width: 100%;
		height: auto;
		position: static;
		margin: 0 auto;
	}

	.merit-card {
		max-width: 500px;
		max-height: 500px;
		width: 91.46666666666667vw;
		height: 91.46666666666667vw;
		margin: 0 auto;
		border-radius: 50%;
        padding: 4.266666666666667vw;
	}

	.merit-image {
		width: 54px;
	}

	.merit-balloon {
		max-width: 100px;
		padding: 5px 10px;
		font-size: 14px;
		margin-bottom: 14px;
		border-radius: 4px;
	}

	.merit-title {
		font-size: 22px;
		margin-top: 17px;
	}

	.merit-text {
		font-size: 16px;
		margin: 8px auto 0;
		max-width: 250px;
	}

	/* ----------------------------------------------------------------
	contents-03
	----------------------------------------------------------------- */
	.contents-03 .contents-wrap {
		padding: 40px 16px;
		width: auto;
		border-radius: 16px;
	}

	.cards-container {
		gap: 13px;
		max-width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.cards-container .card {
		width: calc(100% / 2 - 12px);
		padding: 20px 8px 24px;
	}

	.apply__slider {
		margin-top: 28px;
	}

	.apply__slider .slick-prev {
		left: 0px;
	}

	.apply__slider .slick-next {
		right: -10px;
	}

	.apply__slider .slick-dots li {
		max-width: 300px;
		margin-left: 12px;
	}

	.apply__slider .apply__slider__thumbnail {
		max-width: 193px;
		margin: 0 auto;
	}

	.apply__slider__text-wrap {
		padding: 16px 0;
	}

    .apply__slider__thumbnail::after {
		content: none;
    }

	.apply__slider .apply__slider__content .procedure {
		max-width: 193px;
		font-size: 16px;
    	margin-bottom: 21px;
	}

	.apply__slider__title .number_text {
		font-size: 18px;
		height: 40px;
		max-width: 36px;
    	border-radius: 4px 0 0 4px;
	}

	.apply__slider__title .title_text {
		font-size: 16px;
		height: 40px;
    	padding-left: 8px;
    	border-radius: 0 4px 4px 0;
	}

	.slide_box + .slide_box{
		margin-top: 40px;
	}

	.modal {
		padding: 32px 16px 32px;
	}

	.section-title {
		font-size: 16px;
		margin: 0 0 16px 0;
	}

	.card-note {
		text-align: left;
	}

	.modal-body {
		flex-direction: column;
		gap: 24px;
	}

	.info-table-row {
		flex-direction: column;
	}

	.info-table-header {
		border-bottom: 1px solid #e3e5e6;
		max-width: 100%;
		font-size: 14px;
		padding: 8px;
	}

	.info-table-data {
		padding: 12px 14px;
		flex: 3;
		line-height: 1.6;
		font-size: 14px;
	}

	.card-image-placeholder {
		margin-bottom: 8px;
	}

	.modal-footer {
		margin-top: 28px;
	}

	.modal-footer .btn-link__wrap {
		margin-top: 0px;
	}

	/* ----------------------------------------------------------------
	contents-04
	----------------------------------------------------------------- */

	.contents-04__inner {
		padding: 40px 16px 44px;
	}

	/* ----------------------------------------------------------------
	contents-05
	----------------------------------------------------------------- */

	.contents-05__inner {
		padding: 40px 16px 44px;
	}

	/* ----------------------------------------------------------------
	contents-06
	----------------------------------------------------------------- */

	.contents-06__inner {
		padding: 40px 16px 44px;
		text-align: left;
	}

	.contents-06 .inquiry_button__box {
		margin-top: 32px;
	}

	/* ----------------------------------------------------------------
	under-display
	----------------------------------------------------------------- */

	.under-display .under-display-close {
		position: absolute;
		top: 0;
		right: 0;
		width: 20px;
		height: 20px;
	}

	.support_button .button-text {
		font-size: 18px;
		margin-left: 6px;
	}

	.under-display .under-display--wrap {
		padding: 9px 28px;
	}

	.support_button {
		max-width: 260px;
		width: 100%;
		height: 72px;
	}

	.support_button .arrow::before {
		left: -10px;
		top: -3px;
		border-width: 4px 0 4px 8px;
	}

	.support_button .floating-anchor-button::before {
		top: 4px;
		left: 4px;
		right: 4px;
		bottom: 4px;
	}
}
