@charset "UTF-8";

/*――――――――――――――――――
	リセット
―――――――――――――――――――*/
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q,
blockquote {
	quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
	position: relative;
	display: block;
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: 0;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:after,
.slick-track:before {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/*――――――――――――――――――
	共通
―――――――――――――――――――*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	font-size: 16px;
	letter-spacing: 0.025em;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 500;
	line-height: 1.5;
	color: #000;
	padding-top: 80px;
	font-feature-settings: "palt";
	background: #fff6f8;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a {
	text-decoration: none;
	color: #000;
}
.gmap,
#gmap {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed,
#gmap iframe,
#gmap object,
#gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube {
	position: relative;
	padding-bottom: 57.25%;
	height: 0;
	overflow: hidden;
}
.youtube iframe,
.youtube object,
.youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slick-slide,
.slick-slide a {
	outline: none;
}
.slick-dots {
	text-align: center;
	margin-top: 15px;
	height: 23px;
}
.slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.slick-dots .slick-active button {
	background: #fd8d58;
}
.slick-dots button {
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 10px 10px 0 0;
	background: #aaa;
	outline: none;
	border: none;
}
.sp_block {
	display: none;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb40 {
	margin-bottom: 40px;
}
.mr20 {
	margin-right: 20px;
}
.w_ttl01 {
	padding-top: 35px;
	background: url(../../img/top_ttl_service.png) no-repeat center top;
	margin-bottom: 50px;
}
.w_ttl01.faq {
	background-image: url(../../img/top_ttl_faq.png);
}
.w_ttl01.note {
	background-image: url(../../img/top_ttl_note.png);
}
.w_ttl01.search {
	background-image: url(../../img/top_ttl_search.png);
}
.w_ttl01.city {
	background-image: url(../../img/top_ttl_city.png);
}
.w_ttl01.useful {
	background-image: url(../../img/top_ttl_useful.png);
}
.w_ttl01 h2 {
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	line-height: 1.21;
	letter-spacing: 0.05em;
	color: #726565;
}
.w_ttl01 h2 span {
	background: linear-gradient(rgba(0, 0, 0, 0) 64%, #fffdc2 0%, #fffdc2 90%, rgba(0, 0, 0, 0) 0%);
}
.w_ttl01 p {
	font-size: 18px;
	margin-top: 15px;
	text-align: center;
}
.w_ttl02 {
	text-align: center;
	margin-bottom: 30px;
}
.w_ttl02 h2 {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	line-height: 1.21;
	letter-spacing: 0.05em;
	color: #726565;
}
.w_ttl02 h2 span {
	background: linear-gradient(rgba(0, 0, 0, 0) 64%, #fffdc2 0%, #fffdc2 90%, rgba(0, 0, 0, 0) 0%);
}
.w_ttl02 p {
	font-size: 18px;
	margin-top: 15px;
	text-align: center;
}
.ttl01 {
	position: relative;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	margin-top: 70px;
	padding: 0 0 14px 20px;
	margin-bottom: 10px;
}
.ttl01:before {
	position: absolute;
	left: 0;
	top: 14px;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fe5983;
	border-radius: 50%;
}
.ttl01.mt0 {
	margin-top: 0;
}
.ttl01 .s_text {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.ttl02 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #fe5983;
	letter-spacing: 0.05em;
	margin-bottom: 32px;
}
.ttl02 span {
	display: inline-block;
	border-bottom: solid 4px #fe5983;
	padding-bottom: 4px;
}
.btn01,
.btn02 {
	transition: .4s ease;
	display: block;
	height: 60px;
	line-height: 54px;
	border: solid 3px #fe5983;
	text-align: center;
}
.btn01 {
	background: #fe5983;
	color: #fff !important;
}
.btn01:hover {
	background: #fff;
	color: #fe5983 !important;
}
.btn02 {
	background: #fff;
	color: #fe5983;
}
.btn02:hover {
	background: #fe5983;
	color: #fff !important;
}
.btn03 {
	font-weight: bold;
	z-index: 1;
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 370px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	height: 80px;
	line-height: 80px;
	border-radius: 100px;
}
.btn03:hover:before {
	opacity: 0;
}
.btn03:before,
.btn03:after {
	transition: .6s ease;
	z-index: -1;
	background: linear-gradient(to right, #fe5983, #ff8d59);
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.btn03:after {
	z-index: -2;
	background: #fe5983;
}
.btn04 {
	display: inline-block;
	width: 100%;
	max-width: 180px;
	height: 50px;
	border: solid 2px #000;
	background: #fff url(../../img/btn_arrow.svg) no-repeat center right 10px;
	line-height: 46px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	box-shadow: 4px 4px 0 0 #000;
	transition: .4s ease;
}
.btn04:hover {
	box-shadow: none;
}
.btn05 {
	font-weight: bold;
	z-index: 1;
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	max-width: 520px;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	font-size: 24px;
	height: 100px;
	line-height: 100px;
	border-radius: 100px;
	margin: 0 auto;
}
.btn05:hover:before {
	opacity: 0;
}
.btn05:before,
.btn05:after {
	transition: .6s ease;
	z-index: -1;
	background: linear-gradient(to right, #fe5983, #ff8d59);
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.btn05:after {
	z-index: -2;
	background: #fe5983;
}
.w880 {
	max-width: 880px;
	margin: 0 auto;
}
.w990 {
	max-width: 990px;
	margin: 0 auto;
}
.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.bg_pink {
	background: #fff6f9;
}
.sp_block {
	display: none;
}
.not_found {
	background: #ccc;
	padding: 20px;
	text-align: center;
}
@media (max-width: 768px) {
	.desk_block {
		display: none;
	}
	.sp_block {
		display: block;
	}
}

/*――――――――――――――――――
	common
―――――――――――――――――――*/
html {
	font-size: 62.5%;
    scroll-behavior: smooth;
    touch-action: manipulation;
}
body {
    padding: 0;
    color: #333;
	font-size: 1.6rem;
    line-height: 1.8;
	letter-spacing: 0;
	font-feature-settings: initial;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.title01 {
    margin: 0 0 2em;
    text-align: center;
    line-height: 1.4;
    display: grid;
    place-items: center;
}
.title01 .en {
    color: #FE5983;
    font-size: 2.2rem;
    font-family: "Damion", cursive;
    display: flex;
    gap: .5em;
    align-items: center;
    justify-content: center;
}
.title01 .en::before,
.title01 .en::after {
    content: "/";
}
.title01 .en::before {
    scale: 1 -1;
}
.title01 .jp {
	color: #726565;
    background: linear-gradient(rgba(0, 0, 0, 0) 64%, #fffdc2 0%, #fffdc2 90%, rgba(0, 0, 0, 0) 0%);
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
@media (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
	.title01 .en {
	    font-size: 1.8rem;
	}
    .title01 .jp {
	    font-size: 2.6rem;
	}
}

/*――――――――――――――――――
	ヘッダー
―――――――――――――――――――*/
.header {
    background: #fff;
    padding: 2.5em 0;
    text-align: center;
}
.header .inner h1 {
    color: #FE5983;
    margin: 0 0 .5em;
    font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2;
    letter-spacing: .05em;
}

/*――――――――――――――――――
	フッター
―――――――――――――――――――*/
.footer {
    padding: 2.5em 5%;
    color: #fff;
    background: linear-gradient(135deg, #FC637E 0%, #F77C73 100%);
}
.footer .inner {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer .inner ul {
    display: flex;
    gap: 1em;
}
.footer .inner ul li a {
    color: #fff;
}
@media (max-width: 768px) {
	.footer .inner {
	    justify-content: center;
	}
}

/*――――――――――――――――――
	sec01
―――――――――――――――――――*/
.sec01 .inner .img img {
	width: 100%;
	height: 750px;
	object-fit: cover;
	object-position: top;
}
@media (max-width: 768px) {
	.sec01 .inner .img img {
	    height: 300px;
	}
}

/*――――――――――――――――――
	sec02
―――――――――――――――――――*/
.sec02  {
    padding: 5em 5%;
    color: #fff;
    background: linear-gradient(135deg, #FC637E 0%, #F77C73 100%);
    text-align: center;
}
.sec02 .inner h2 {
    margin: 0 0 1em;
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.4;
}
.sec02 .inner p {
    margin: 0 0 2em;
}
.sec02 .inner .btn03 {
    color: #726565;
    background: #FFFDC2;
}
.sec02 .inner .btn03::before,
.sec02 .inner .btn03::after {
    display: none;
}
@media (max-width: 768px) {
	.sec02 .inner h2 {
	    font-size: 2.0rem;
	    line-height: 1.6;
	}
}

/*――――――――――――――――――
	sec03
―――――――――――――――――――*/
.sec03 {
    padding: 5em 5%;
    background: #FFF6F8;
    text-align: center;
}
.sec03 .inner .text01 {
    margin: 0 0 4em;
    font-size: 1.8rem;
}
.sec03 .inner .box01 {
    margin: 0 0 4em;
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(2, 1fr);
}
.sec03 .inner .box01 .item {
	padding: 3.5em 2em 3em;
    background: #fff;
    border: solid 1px #000;
    box-shadow: 10px 10px 0 0 rgba(255, 195, 208, 0.85);
	position: relative;
}
.sec03 .inner .box01 .item h4 {
    width: fit-content;
    height: 50px;
    padding: 0 2em;
    color: #fffdc2;
    background: #333;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translate(-50%, 0);
}
.sec03 .inner .box01 .item h4::before,
.sec03 .inner .box01 .item h4::after {
    content: '';
    border-color: #333 transparent;
    border-style: solid;
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
}
.sec03 .inner .box01 .item h4::before {
    left: -15px;
    border-width: 25px 0px 25px 15px;
}
.sec03 .inner .box01 .item h4::after {
    right: -15px;
    border-width: 25px 15px 25px 0px;
}
.sec03 .inner .box02 {
    padding: 2em 0;
    border-top: dashed 1px #726565;
    border-bottom: dashed 1px #726565;
    text-align: center;
}
@media (max-width: 768px) {
	.sec03 .inner .text01 {
	    font-size: 1.4rem;
	}
	.sec03 .inner .box01 {
	    gap: 3em;
	    grid-template-columns: repeat(1, 1fr);
	}
	.sec03 .inner .box01 .item {
	    padding-bottom: 2em;
	}
	.sec03 .inner .box01 .item h4 {
	    font-size: 2.0rem;
	}
}

/*――――――――――――――――――
	sec04
―――――――――――――――――――*/
.sec04 {
    padding: 5em 5%;
    background: #fff;
}
.sec04 .inner .text01 {
    margin: 0 0 4em;
    font-size: 1.8rem;
    text-align: center;
}
.sec04 .inner .box01 {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(2, 1fr);
}
.sec04 .inner .box01 .item {
	background: #ffe5e5 url(../../img/stripe.png);
	position: relative;
}
.sec04 .inner .box01 .item:nth-child(even) {
	background: #ffe5f2 url(../../img/stripe.png);
}
.sec04 .inner .box01 .item::before,
.sec04 .inner .box01 .item::after {
    content: '';
    width: calc(100% - 2em);
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sec04 .inner .box01 .item::after {
    top: auto;
    bottom: 0;
}
.sec04 .inner .box01 .item .line {
	height: 100%;
	padding: 1em;
	position: relative;
}
.sec04 .inner .box01 .item .line::before,
.sec04 .inner .box01 .item .line::after {
    content: '';
    width: 1px;
    height: calc(100% - 1.5em);
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sec04 .inner .box01 .item .line::after {
    left: auto;
    right: 0;
}
.sec04 .inner .box01 .item .line .block {
	height: 100%;
	padding: 3.5em 2em 3em;
	background: #ffe5e5;
	text-align: center;
}
.sec04 .inner .box01 .item:nth-child(even) .line .block {
	background: #ffe5f2;
}
.sec04 .inner .box01 .item .line .block h4 {
    width: fit-content;
    padding: .1em 2em;
    color: #fffdc2;
    background: #040000;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translate(-50%, 0);
}
.sec04 .inner .box01 .item .line .block h4::after {
	content: "";
	width: .6em;
	aspect-ratio: 1;
	clip-path: polygon(0 0,100% 0,100% 100%);
    background: #040000;
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
}
.sec04 .inner .box01 .item .line .block .date {
    margin: 0 0 .5em;
    color: #FE5983;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    gap: .5em;
    align-items: center;
    justify-content: center;
}
.sec04 .inner .box01 .item .line .block .time {
    font-size: 1.8rem;
}
.sec04 .inner .box02 {
    padding: 2em 0;
    border-top: dashed 1px #726565;
    border-bottom: dashed 1px #726565;
    text-align: center;
}
@media (max-width: 768px) {
	.sec04 .inner .text01 {
	    font-size: 1.4rem;
	}
	.sec04 .inner .box01 {
	    gap: 3em;
	    grid-template-columns: repeat(1, 1fr);
	}
	.sec04 .inner .box01 .item .line .block h4 {
	    font-size: 2.0rem;
	}
}

/*――――――――――――――――――
	sec05
―――――――――――――――――――*/
.sec05 {
    padding: 5em 5%;
}
.sec05 .inner ul {
    display: grid;
    gap: 2em;
}
.sec05 .inner ul li {
    padding: 1.5em 2em;
    background: #fff;
    border: solid 1px #000;
    box-shadow: 10px 10px 0 0 rgba(255, 195, 208, 0.85);
    display: flex;
    gap: .5em;
    align-items: flex-start;
}
.sec05 .inner ul li i {
	margin: .3em 0 0;
    display: flex;
    flex-shrink: 0;
}
@media (max-width: 768px) {
}

/*――――――――――――――――――
	sec06
―――――――――――――――――――*/
.sec06 {
    padding: 5em 5%;
    color: #fff;
    background: linear-gradient(135deg, #FC637E 0%, #F77C73 100%);
}
.sec06 .inner .title01 .en {
    color: #fff;
}
.sec06 .inner .title01 .jp {
    color: #fff;
    background: none;
}
.sec06 .inner .text01 {
    margin: 0 0 2.5em;
    font-size: 1.8rem;
    text-align: center;
}
.sec06 .inner .application-form {
    padding: 4em 5%;
    color: #4a3e3e;
    background: #fff;
    border: solid 1px #000;
    box-shadow: 10px 10px 0 0 rgba(255, 195, 208, 0.85);
    display: grid;
    gap: 1em;
}
.sec06 .inner .application-form .form-group {
    display: grid;
}
.sec06 .inner .application-form .form-label {
    margin: 0 0 .5em;
    font-weight: 700;
    display: block;
    flex-shrink: 0;
}
.sec06 .inner .application-form .form-label .required {
    color: #FE5983;
}
.sec06 .inner .application-form .form-label .optional {
    color: #8a7575;
    font-size: 1.4rem;
    font-weight: normal;
}
.form-input,
input[type=text],
.form-select,
.form-textarea {
    width: 100%;
    padding: .5em 1em;
    background: #f4f4f4;
    border: solid 1px #ccc;
    font-family: 'dnp-shuei-mgothic-std', sans-serif;
    transition: all 0.3s ease;
}
.form-input:focus,
input[type=text]:focus,
.form-select:focus,
.form-textarea:focus {
    color: #2c2c2c;
    background: #ffffff;
    border-color: #FE5983;
    box-shadow: 0 0 0 4px rgba(254, 89, 131, 0.15);
    outline: none;
}
.form-input::placeholder,
input[type=text]::placeholder,
.form-textarea::placeholder {
    color: #8a7575;
    opacity: 1;
}
.form-select {
    max-width: 300px;
    appearance: auto;
}
.form-textarea {
    resize: vertical;
    min-height: 100px;
}
.mwform-tel-field {
    display: flex;
    gap: .5em;
    align-items: center;
}
.checkbox-group,
.radio-group {
	display: flex;
    gap: 1em;
    flex-wrap: wrap;
}
.checkbox-item,
.radio-item {
    padding-left: 35px;
    color: #4a3e3e;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.checkbox-item input[type="checkbox"],
.radio-item input[type="radio"] {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark,
.radiomark {
    position: absolute;
    left: 0;
    top: 2px;
    height: 22px;
    width: 22px;
    background-color: #ffffff;
    border: 2px solid #e6d4d8;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.radiomark {
    border-radius: 50%;
}
.checkbox-item:hover input ~ .checkmark,
.radio-item:hover input ~ .radiomark {
    background: #f0f0f0;
}
.checkbox-item input:checked ~ .checkmark,
.radio-item input:checked ~ .radiomark {
    background: #FE5983;
    border-color: #FE5983;
}
.checkmark:after,
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-item input:checked ~ .checkmark:after,
.radio-item input:checked ~ .radiomark:after {
    display: block;
}
.radio-item .radiomark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.checkbox-item .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.privacy-link {
    color: #FE5983;
    text-decoration: none;
}
.privacy-link:hover {
    text-decoration: underline;
}
.form-submit {
    text-align: center;
    margin-top: 30px;
}
.submit-btn {
    width: 100%;
    max-width: 280px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    background: linear-gradient(135deg, #FC637E 0%, #F77C73 100%);
    border: none;
    border-radius: 100vmax;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1em;
    display: flex;
    place-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.submit-btn:hover {
    background: linear-gradient(135deg, #F77C73 0%, #FC637E 100%);
    transform: translateY(-3px);
}
.submit-btn:active {
    transform: translateY(0);
}
.success-message {
    max-width: 700px;
    margin: 30px auto 0;
    background-color: #FFFDC2;
    color: #4a3e3e;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #FE5983;
    font-weight: 600;
}
.success-message h4 {
    margin-bottom: 15px;
    font-size: 1.3rem;
}
@media (max-width: 768px) {
	.sec06 .inner .text01 {
	    font-size: 1.4rem;
	}
}

/*――――――――――――――――――
	sec07
―――――――――――――――――――*/
.sec07 {
    padding: 5em 0;
    background: #fff;
    text-align: center;
}
@media (max-width: 768px) {
	.sec07 {
	    padding: 3em 0;
	}
}

/*――――――――――――――――――
	
―――――――――――――――――――*/
/* アニメーション */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hero-content,
.title01,
.detail-card,
.schedule-card,
.target-item {
    animation: fadeInUp 0.6s ease-out;
}

/* プリント用スタイル */
@media print {
    .header,
    .footer,
    .form-section {
        background: none !important;
        color: black !important;
    }
    
    .submit-btn {
        display: none;
    }
    
    .application-form {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}
