/* CSS Document */
/*
Theme Name: サンプル株式会社
Theme URI: https://example.com/your-theme-url
Description: 「XXXXXX」のオリジナルテーマ / 「XXXXXX」 original theme｜20XX年XX月のリリース版テーマファイルです。｜Designer: XXXX.XXXXXXX
Version: 1.0
Author: HARUNO design.
Author URI: https://haruno.design
Text Domain: haruno-design-original-thema
Tags: blog, e-commerce, one-column, two-columns, left-sidebar, right-sidebar, custom-menu
*/ 
* {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5em;
}

body:has(.header-hamburger-menu.is-open) {
    overflow: hidden;
}

html {
	scroll-padding-top: 127px !important;
}

.font-en {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.linkarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.pc {
	display: block;
}

.sp {
	display: none;
}


.inner1280 {
	max-width: 1280px;
	width: 90%;
	margin: auto;
	padding-block: 80px;
}

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

	.sp {
		display: block;
	}
}

/*---------------------------------------------*/
/*
/*　Page Navi
/*
/*---------------------------------------------*/

.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
}
.wp-pagenavi .page {
    display: inline;
    flex-direction: row;
    gap: 0;
    padding-block: 0;
}
.wp-pagenavi {
	position: relative;
	text-align: center;
	margin: 80px auto 120px;
	max-width: 1080px;
	width: 84%;
}
.previouspostslink {
	position: relative;
	text-decoration: none;
	margin: auto 20px;
}
.previouspostslink::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.previouspostslink::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 18px;
	font-size: 18px;
	color: white;
	transform: translate(-50%,-50%) rotate(180deg);
	background-image: url("./image/page_navi_arrow.svg");
    background-position: center;
	background-repeat: no-repeat;
}

.nextpostslink {
	position: relative;
	text-decoration: none;
	margin: auto 20px;
}
.nextpostslink::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 38px;
	height: 38px;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.nextpostslink::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	font-size: 20px;
	color: white;
	transform: translate(-50%,-50%);
	background-image: url("./image/page_navi_arrow.svg");
    background-position: center;
	background-repeat: no-repeat;
}
.wp-pagenavi .page {
	position: relative;
	margin: auto 20px 40px;
	text-decoration: none;
	color: white;
}
.wp-pagenavi .page::before {
	content: "";
	position: absolute;
	background: #BDBEBF;
	width: 38px;
	height: 38px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.extend,
.last,
.first {
	position: relative;
	margin: auto 20px;
	color: #8E8E8F;
	text-decoration: none;
}
.extend::before,
.last::before,
.first::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 38px;
	height: 38px;
	z-index: -1;
}
.current {
	position: relative;
	margin: auto 20px;
	color: white;
}
.current::before {
	position: absolute;
	content: "";
	background: #1A1311;
	width: 38px;
	height: 38px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
@media screen and (max-width: 400px) {
.previouspostslink {
	position: relative;
	text-decoration: none;
	margin: auto 12px;
}
.previouspostslink::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.previouspostslink::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	color: white;
	transform: translate(-50%,-50%) rotate(180deg);
	background-image: url("img/page_navi_arrow.svg");
    background-position: center;
	background-size: cover;
}

.nextpostslink {
	position: relative;
	text-decoration: none;
	margin: auto 12px;
}
.nextpostslink::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.nextpostslink::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	color: white;
	transform: translate(-50%,-50%);
	background-image: url("img/page_navi_arrow.svg");
    background-position: center;
	background-size: cover;
}
.wp-pagenavi .page {
	position: relative;
	margin: auto 12px;
	text-decoration: none;
	color: white;
}
.wp-pagenavi .page::before {
	content: "";
	position: absolute;
	background: #BDBEBF;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.extend,
.last,
.first {
	position: relative;
	margin: auto 12px;
	color: #8E8E8F;
	text-decoration: none;
}
.extend {
	margin: auto 12px;
}
.extend::before,
.last::before,
.first::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 30px;
	height: 30px;
	z-index: -1;
}
.extend::before {
	width: 30px;
	height: 30px;
}
.current {
	position: relative;
	margin: auto 12px;
	color: white;
}
.current::before {
	position: absolute;
	content: "";
	background: #1A1311;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
}

/* ヘッダー（PC） */
.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	padding-right: 75px;
	width: 100%;
	height: 127px;
	margin: auto;
	transition: all .3s ease;
	position: sticky;
	top: 0px;
	z-index: 9999999999;
	background: white;
}
.header-logo {
	max-width: 127px;
	width: 100%;
	height: auto;
	transition: all .3s ease;
}
.logo-link:hover .header-logo {
	transform: scale(1.1);
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 150px;
	flex: 1;
	margin: auto 0;
	flex-shrink: 0;
}
.header-nav-list {
	display: flex;
	gap: 45px;
}
.header-nav-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	position: relative;
}
.header-nav-title {
	font-weight: bold;
	font-size: 17px;
	line-height: 26px;
	color: black;
	transition: color .3s ease;
}
.header-nav-item:hover .header-nav-title {
	color: #00A0E9;
}
.header-nav-subtitle {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #9F9F9F;
}
.header-social {
	max-width: 80px;
	width: 100%;
	height: auto;
	position: relative;
}
.header__social--link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.header__social--link .linkarea:nth-child(1) {
	width: 50%;
	left: 0px;
}
.header__social--link .linkarea:nth-child(2) {
	width: 50%;
	right: 0px;
	left: unset;
}
.header-social img {
	width: 100%;
	height: auto;
}

/*ヘッダー（SP）*/
.header-hamburger-menu {
	width: 30px;
	height: 20px;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}
.header-hamburger-bar {
	width: 100%;
	height: 2px;
	background-color: #00A0E9;
}
.header-hamburger-menu.is-open .header-hamburger-bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.header-hamburger-menu.is-open .header-hamburger-bar:nth-child(2) {
    opacity: 0;
	display: none;
}
.header-hamburger-menu.is-open .header-hamburger-bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
.header-hamburger-menu .header-hamburger-bar {
    transition: transform .3s ease, opacity .3s ease;
}
.header__nav--sp {
    width: 100%;
    position: fixed;
    top: 127px;
    bottom: 0;
    left: 0;
    padding-inline: 32px;
    padding-block: 14px;
    background-color: white;

    transform: translateY(-100%);
    transition: all .3s ease;
    
    visibility: hidden; 
    z-index: -1; 

    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
	opacity: 0;
}

.header__nav--sp::-webkit-scrollbar {
    display: none;
}

.header__nav--sp.is-open {
    transform: translateY(0);
    visibility: visible;
	opacity: 1;
	z-index: 10;
}
.header__nav--sp .header-nav-list {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 1340px) {
	.header__nav--sp {
		display: none !important;
	}
}
@media screen and (max-width: 1340px) {
	.header {
		align-items: center;
		padding-right: 24px;
	}
	.header-inner {
		display: none;
	}
	.header__inner--sp {
		display: block;
	}
	.header-hamburger-menu {
		display: flex;
	}
	.header-nav-list {
		display: flex;
		gap: 22px;
	}
}

@media screen and (max-width: 520px) {
    html {
        scroll-padding-top: 80px !important;
    }

    .header {
        height: 80px;
        display: flex;
        align-items: center;
    }

    .header a {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .header-logo {
        height: 100%;
        width: auto;
        max-width: none;
        display: block;
    }
	.header__nav--sp {
		top: 80px;
	}	
}

/*MV*/
.mv {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-image: url("./image/mv_background.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 185px;
}
.mv__logo {
	max-width: 1154px;
	width: 90%;
	height: auto;
}
.mv__title {
	font-weight: bold;
	font-size: 47px;
	line-height: 70px;
	color: white;
	margin-top: -12px;
}
@media screen and (max-width: 1024px) {
	.mv {
		padding-block: 100px;
	}
    .mv__title {
        font-size: 28px;
        line-height: 1.4;
    }
}

/*
固定ページ
------------------------------------*/
.page {
	display: flex;
	flex-direction: column;
	gap: 30px;
    padding-block: 150px;
}
.singleContents .singleTitle {
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.1em;
    font-weight: 400;
}
.singleContents h2 {
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 0.03em;
    padding: 12px 20px;
    line-height: 1.4em;
    border-left: 6px solid #00A0E9;
    background: #F8F8F8;
}
.singleContents h3 {
    font-family: 'Shippori Mincho', serif;
    font-size: 21px;
    letter-spacing: 0.03em;
    padding-bottom: 12px;
    line-height: 1.4em;
    border-bottom: 2px solid #00A0E9;
    font-weight: 400;
}
.singleContents p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: 300;
}
.singleContents ol {
    list-style: decimal;
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    font-size: 15px;
    gap: 12px;
    margin-left: 20px;
}
.singleContents a {
   	color: #0000EE;
}

@media screen and (max-width: 768px) {
	.page {
		padding-top: 0px;
	}
	.singleContents h2 {
		font-size: 20px;
	}
	.singleContents p {
		font-size: 14px;
	}
	.singleContents ol {
		font-size: 14px;
	}
	.singleContents h3 {
		font-size: 20px;
	}
	.wp-block-list {
		font-size: 14px;
	}
}

/*---------------------------------------------*/
/*
/*　single.php
/*
/*---------------------------------------------*/

.single_date {
    display: flex;
    max-width: 1080px;
    width: 84%;
    margin: 60px auto 10px auto;
}
.single_date .date {
    color: #2974C1;
    margin: auto 20px auto 0px;
}
.single_date .category {
    font-size: 16px;
    padding: 4px 10px;
    background: #2974C1;
    color: white;
    border-radius: 100vh;
}
.single_title {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 46px;
    margin: auto auto 20px;
    max-width: 1080px;
    width: 84%;
}
.single_contents {
    margin: 60px auto;
    max-width: 1080px;
    width: 84%;
}
.single_contents p {
    margin: auto auto 14px;
    line-height: 1.6;
}
.single_contents h2,
.single_contents h3,
.single_contents h4,
.single_contents h5,
.single_contents h6 {
    margin: 40px auto 14px;
}
.share_block {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    max-width: 1080px;
    width: 84%;
    margin: 60px auto 120px auto;
}
@media screen and (max-width: 700px) {
    .share_block {
        justify-content: space-between;
        column-gap: normal;
    }
}
.share_block li {
    position: relative;
    width: 150px;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    font-size: 14px;
    letter-spacing: 1.6px;
    padding: 10px 20px;
    border: 1px solid #2974C1;
    border-radius: 5px;
    transition: 0.3s;
}
@media screen and (max-width: 700px) {
    .share_block li {
        width: 49%;
        margin-bottom: 12px;
    }
}
.share_block li:hover {
    opacity: 0.5;
    transition: 0s;
}
.share_block li img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    margin: auto 0px;
}
.share_block li p {
    margin: auto 0px;
}
.related_news_panel {
    margin: 60px auto 220px;
    max-width: 1080px;
    width: 84%;
}
.related_news_panel li {
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
    .related_news_panel li {
        display: block;
    }
}
.related_news_panel li .thumbnail {
    position: relative;
    width: 280px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
@media screen and (max-width: 650px) {
    .related_news_panel li .thumbnail {
        width: 100%;
        margin-bottom: 20px;
    }
}
.related_news_panel li .thumbnail::before {
    display: block;
    content: "";
    padding-top: 56.25%;
    background: #EDEBEB;
}
.related_news_panel li .thumbnail img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.related_news_panel li:hover .thumbnail img {
    transform: scale(1.1);
    transition: 0.5s;
}
.related_news_panel li .contents {
    width: 100%;
}
.related_news_panel li .contents .date_flex {
    display: flex;
    margin-bottom: 10px;
}
.related_news_panel li .contents .date_flex .date {
    color: #2974C1;
    margin: auto 20px auto 0px;
}
.related_news_panel li .contents .date_flex .category {
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 100vh;
    background: #2974C1;
    color: white;
}
.related_news_panel li .contents .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 1.8px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s;
}
.related_news_panel li:hover .contents .title {
    color: #2974C1;
    transition: 0s;
}
.related_news_panel li .contents .description {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.innerWide {
	width: 84% !important;
	max-width: 2000px !important;
	margin: auto;
}
.related_article_heading {
	max-width: 1080px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.page_h2 {
    font-size: 32px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}
.page_h2_eng {
    font-size: 14px;
    margin-top: 18px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1.6px;
    margin-bottom: 100px;
}
.wp-block-image {
	margin: auto auto 14px;
    line-height: 1.6;
}
.effect-fade {
	opacity : 0;
	transform : translate(0, 60px);
}
.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
    transition: 1s;
}

/*---------------------------------------------

front-page.php

---------------------------------------------*/

.fv {
	max-width: 1920px;
	width: 100%;
	margin: auto;
	position: relative;
}
.fv-image {
	width: 100%;
	height: auto;
}
.logo-link {
	overflow: hidden;
	flex-shrink: 0;
}
.fv-logo {
	max-width: 1241px;
	width: 90%;
	margin: auto;
	position: absolute;
	bottom: 8.8%;
	left: 50%;
	transform: translateX(-50%);
}
.floating {
	position: fixed;
	top: 271px;
	right: 0px;
	z-index: 999999999;
	transition: opacity .3s ease, visibility .3s;
}
.is-hidden {
  	opacity: 0;
  	visibility: hidden;
}
.floating_image {
	max-width: 142px;
	width: 100%;
	height: auto;
	transition: opacity .3s ease;
}
.floating:hover .floating_image {
	opacity: 0.8;
}
@media screen and (max-width: 1024px) {
    .floating {
        top: unset;
		bottom: 0px;
    }
    .floating_image {
        max-width: 90px;
    }
}
.recruit {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.recruit img {
	width: 100%;
}
.recruit-text {
	width: 100%;
	font-weight: bold;
	font-size: min(3.75vw, 72px);
	line-height: 1.51;
	color: white;
	text-align: center;
	position: absolute;
    z-index: 9999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about {
	max-width: 1645px;
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 35px;
	padding-block: 112px 150px;
}
.about-content {
	display: flex;
	align-items: flex-start;
	gap: 94px;
	flex: 1;
}
.about-image {
	max-width: 462px;
	width: 100%;
	height: auto;
}
.about-text {
	font-weight: bold;
	font-size: 22px;
	line-height: 40px;
	color: #3B3B3B;
	flex: 1;
}
.about-visual {
	max-width: 699px;
	width: 100%;
	flex: 1;
}
.about-visual-image {
	width: 100%;
	height: auto;
}
.highlight {
	background: linear-gradient(transparent 50%, rgba(0, 166, 234, 0.5) 0%);
  	font-weight: bold;
}
.forces {
	width: 100%;
	display: flex;
	justify-content: center;
	background-image: url("./image/mask_02.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-inline: 7.5vw 16.72vw;
	padding-block: 62px; 
}
.forces-inner {
	display: flex;
	align-content: center;
	gap: 93px;
}
.forces-content {
	display: flex;
	align-items: center;
	gap: 50px;
}
.forces-main-image {
	max-width: 403px;
	width: 100%;
	height: auto;
	order: 1;
}
.forces-content::after {
	content: '';
	display: block;
	width: 5px;
	height: 546px;
	background: white;
	order: 2;
}
.forces-icons {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 45px;
	order: 3;
}
.forces-icon {
	width: 100%;
}
.forces__list--image {
	max-width: 647px;
	width: 100%;
	height: auto;
}
.section__title--wrappepr {
	width: fit-content;
	display: flex;
	flex-direction: column;
	gap: 8px;
	white-space: nowrap;
	transform: rotate(-90deg);
    height: 602px;
}
.section__title {
	font-weight: 900;
	font-size: 114px;
	line-height: 1;
	color: white;
}
.section__sub-title {
	font-weight: bold;
	font-size: 27px;
    line-height: 1;
	color: white;
}
.features {
	max-width: 1620px;
	width: 90%;
	margin: auto;
	display: flex;
	align-items: center;
	gap: 122px;
	padding-block: 138px 150px;
}
.features-inner {
	display: flex;
	flex-direction: column;
	gap: 33px;
}
.feature-item {
	display: flex;
	align-items: center;
	gap: 38px;
}
.feature-icon {
	max-width: 116px;
	width: 100%;
	height: auto;
}
.feature-content {
	display: flex;
	flex-direction: column;
	gap: 10px; 
}
.feature-title {
	font-weight: bold;
	font-size: 28px;
	line-height: 42px;
	color: #00A0E9;
	padding-bottom: 12px;
	border-bottom: solid 3px #00A0E9;
}
.feature-text {
	font-weight: bold;
	font-size: 17px;
	line-height: 26px;
	color: #3B3B3B;
}
.features-image {
	max-width: 535px;
	width: 100%;
	height: auto;
}
.highlights {
	background-image: url("./image/highlights_background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-block: 93px;
	display: flex;
	flex-direction: column;
	gap: 108px;
}

.slider-wrap {
	overflow: hidden;
}

.slider-list {
	display: flex;
	width: max-content;
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider-item {
	flex-shrink: 0;
	width: 629px;
	margin-inline: 60px;
}

.slider-item img {
	width: 100%;
	height: auto;
	display: block;
}

.slider-list.top {
	animation: loop-slide-left 60s linear infinite;
}

.slider-list.bottom {
	animation: loop-slide-right 60s linear infinite;
}

@keyframes loop-slide-left {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes loop-slide-right {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@media (max-width: 1024px) {
	.highlights {
		padding-block: 50px;
		gap: 40px;
	}

	.slider-item {
		width: 280px;
		margin-inline: 10px;
	}
	
	.slider-list.top,
	.slider-list.bottom {
		animation-duration: 60s;
	}

	@keyframes loop-slide-left {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-50%);
		}
	}

	@keyframes loop-slide-right {
		0% {
			transform: translateX(-50%);
		}
		100% {
			transform: translateX(0);
		}
	}
}
.highlights-inner {
	max-width: 1315px;
	width: 90%;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 95px;
}
.highlights-header {
	width: fit-content;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
}
.highlights-title {
	font-weight: 900;
	font-size: 96px;
	line-height: 145px;
	color: #00A0E9;
}
.highlights-subtitle {
	font-weight: bold;
	font-size: 22px;
	line-height: 33px;
	color: #00A0E9;
	padding-left: 10px;
}
.highlights-images {
	display: flex;
	align-items: center;
	gap: 47px;
}
.highlights-image {
	width: 100%;
	height: auto;
}
.instructors {
	position: relative;
	padding-block: 108px 130px;
	background-image: url("./image/instructor_background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.instructors-wrapper {
	max-width: 1920px;
	width: 100%;
	margin: auto;
    padding-inline: min(7.18749vw, 138px) min(26.82vw, 515px);
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
.instructors-inner {
	max-width: 890px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 52px;
}
.instructors-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.instructors-title {
	width: 100%;
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
	color: #00A0E9;
	text-align: center;
	padding-bottom: 22px;
	border-bottom: solid 3px #00A0E9;
}
.instructors-text {
	font-weight: bold;
	font-size: 19px;
	line-height: 29px;
	color: #3B3B3B;
}
.instructors-image {
	max-width: 670px;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 30px;
}
.instructors-item {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
.instructors-col {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.instructors-role {
	font-weight: bold;
	font-size: 15px;
	line-height: 23px;
	color: #0BA4EA;
}
.instructors-name {
	font-weight: bold;
	font-size: 52px;
	line-height: 78px;
	color: #0BA4EA;
}
.instructors-list-wrap {
	width: 100%;
	position: relative;
}
.schedule {
	background-image: url("./image/schedule-background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.schedule-wrapper {
	max-width: 1519px;
	width: 90%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-block: 121px 72px;
}
.schedule-inner {
	max-width: 1143px;
	width: 90%;
	display: flex;
	flex-direction: column;
	gap: 62px;
}
.schedule-header {
	display: flex;
	flex-direction: column;
	gap: 21px;
}
.schedule-title {
	font-weight: bold;
	font-size: 64px;
	line-height: 95px;
	color: white;
}
.schedule-text {
	font-weight: bold;
	font-size: 22px;
	line-height: 33px;
	color: white;
}
.instructors-nav {
	max-width: 738px;
	width: 115%;
	position: absolute;
    left: 50%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
	z-index: 999;
}
.schedule-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
	padding-inline: 93px;
	padding-block: 65px 40px; 
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 20px;
}
.schedule-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.schedule-item {
	display: flex;
}
.schedule-months {
	display: flex;
	gap: 24px;
	padding: 30px 42px;
	border-radius: 30px 0px 0px 30px;
	background-color: #00A0E9;
	flex-shrink: 0;
}
.schedule-month {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.0;
	color: white;
	display: flex;
	align-items: center;
	gap: 12px;
}
.schedule-month-number {
	font-weight: bold;
	font-size: 53px;
	line-height: 1.0;
	color: white;
}
.schedule-note {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	padding: 30px 42px;
	background-color: white;
	border-radius: 0px 30px 30px 0px;
}
.event-title {
	font-weight: bold;
	font-size: 42px;
	line-height: 63px;
	color: #0BA4EA;
}
.schedule-conditions {
	font-weight: bold;
	font-size: 10px;
	line-height: 1.0;
	color: #0BA4EA;
}
.schedule-bg {
	max-width: 165px;
	width: 100%;
	height: auto;
}
.top-contact {
	max-width: 1920px;
	width: 90%;
	margin: auto;
	padding-block: 149px 138px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
@media screen and (max-width: 1080px) {
	.top-contact {
		flex-direction: column;
	}
}
.topContact_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	position: relative;
}
.topContact_lineBtn {
	max-width: 510px;
	width: 100%;
	transition: opacity .3s ease;
}
.topContact_inner:hover .topContact_lineBtn {
	opacity: 0.8;
}
.topContact_title {
	font-size: 32px;
  	font-weight: bold;
	letter-spacing: 0.05em;
  	line-height: 1.4;
	color: #00A0E9;
  	margin: 0;
}
.topContact_text {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
  	letter-spacing: 0.03em;
	text-align: center;
}
.topContact_link {
	position: relative;
}
.schedule-link {
	position: relative;
	max-width: 369px;
	width: 100%;
}
.schedule-image {
	width: 100%;
	height: auto;
	transition: opacity .3s ease;
}
.schedule-link:hover .schedule-image {
	opacity: 0.8;
}
@media screen and (max-width: 1024px) {
	.about {
		gap: 32px;
		padding-block: 60px 80px;
	}
	.about-content {
		flex-direction: column;
		gap: 32px;
	}
	.about-text {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0.03em;
	}
	.about-visual {
		max-width: 100%;
	}
	.forces {
		padding-inline: 0px;
	}
	.forces-inner {
		width: 90%;
		gap: 32px;
		flex-direction: column;
	}
	.forces-content {
		flex-direction: column;
		gap: 25px;
	}
	.forces-main-image {
		padding-bottom: 25px;
		border-bottom: solid 3px white;
	}
	.forces-content::after {
		display: none;
	}
	.forces-icons {
		gap: 25px;
	}
	.features {
		flex-direction: column;
	}
	.feature-item{
		flex-direction: column;
		gap: 20px; 
	}
	.feature-title {
		font-size: 18px;
		line-height: 1.6;
		text-align: center;
	}
	.feature-text {
		font-size: 14px;
		line-height: 1.7; 
        letter-spacing: 0.04em;
		text-align: center;
	}
	.features-image {
		max-width: 100%;
	}
	.highlights-inner {
        gap: 50px;
    }
	.highlights-title {
        font-size: 36px;
        line-height: 1.3;
        letter-spacing: 0.05em;
    }
	.highlights-subtitle {
        font-size: 18px;
        line-height: 1.5; 
        padding-left: 8px;
    }
	.highlights-images {
		flex-direction: column;
		gap: 24px;
	}
	.instructors {
		background-image: url(./image/instructor_background-sp.png);
	}
	.instructors-wrapper {
		width: 90%;
		flex-direction: column;
		padding-inline: 0px;
	}
	.instructors-title {
        font-size: 24px;
        line-height: 1.5;
        padding-bottom: 12px;
    }
	.instructors-text {
        font-size: 15px;
        line-height: 1.7;
    }
	.instructors-nav {
		width: 108%;
	}
	.slick-arrow {
		max-width: 45px;
		width: 100%;
		height: auto;
	}
	.instructors-name {
        font-size: 28px;
        line-height: 1.4;
    }
	.schedule-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	.schedule-bg {
		display: none;
	}
	.schedule-inner {
		width: 100%;
		gap: 32px;
	}
	.schedule-title {
        font-size: 32px;
        line-height: 1.4;
    }
	.schedule-text {
		font-size: 18px;
        line-height: 1.5;
	}
	.schedule-content {
        gap: 24px;
        padding-inline: 20px;
        padding-block: 40px;
    }
	.schedule-list {
        gap: 20px;
    }
	.schedule-item {
		flex-direction: column;
	}
	.schedule-months {
        gap: 12px;
        padding: 15px 20px;
		border-radius: 0px;
    }
	.schedule-month {
        font-size: 20px;
        gap: 8px;
    }
	.schedule-month-number {
        font-size: 32px;
        line-height: 1.0;
    }
	.schedule-note {
		border-radius: 0px;
		padding: 15px 20px;
	}
	.event-title {
        font-size: 24px;
        line-height: 1.4;
    }
	.top-contact {
        padding-block: 70px 60px;
    }
	.section__title--wrappepr {
		transform: unset;
     	height: unset;
	}
	.section__title {
		font-size: 48px;
	}
	.section__sub-title {
		font-size: 20px;
	}
}

.faq {
	max-width: 1080px;
	width: 90%;
	margin: auto;
	padding-block: 80px;
}
.faq_ul {
	display: flex;
	flex-direction: column;
	gap: 40px;
    position: relative;
    width: 100%;
}
.faq_ul li .question_block {
    position: relative;
    padding: 15px 54px 15px 15px;
    font-size: 20px;
    letter-spacing: 1.4px;
    color: white;
    background: #2974C1;
    line-height: 28px;
	cursor: pointer;
}
/*
.faq_ul li .question_block::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 18px;
    height: 18px;
    background-image: url("./image/faq_arrrow.svg");
    transition: 0.3s;
}
*/
.faq_ul li .question_block.open::after {
    transform: translateY(-50%) rotate(180deg);
    transition: 0.3s;
}
.faq_ul li .anser_block {
    padding: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 1.6px;
    border: 2px solid #2974C1;
}

/*お知らせページ*/
.inner1050 {
	max-width: 1080px;
	width: 90%;
	margin: auto;
	padding-block: 120px 60px;
}
.tagArr {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.tagArr li {
    position: relative;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 100vh;
    color: white;
    font-weight: 400;
}
.tagArr li p {
    color: white;
}
.news_single_panel {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1080px;
    width: 90%;
    margin: auto;
}
.news_single_panel::after {
    display: block;
    content: "";
    width: 30%;
}
.news_single_panel li {
    position: relative;
    width: 30%;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.news_single_panel li::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 6px;
    width: 16px;
    height: 16px;
    background-image: url("img/news_single_arow.svg");
    transition: 0.3s;
}
.news_single_panel li:hover::before {
    right: 0px;
    transition: 0.3s;
}
@media screen and (max-width: 980px) {
    .news_single_panel li {
        width: 48%;
    }
}
@media screen and (max-width: 520px) {
    .news_single_panel li {
        width: 100%;
    }
}
.news_single_panel li .thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
	border: solid 1px #707070;
    overflow: hidden;
    margin-bottom: 15px;
}
.news_single_panel li .thumbnail::before {
    display: block;
    content: "";
    padding-top: 56.25%;
    background: #EDEBEB;
}
.news_single_panel li .thumbnail img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.news_single_panel li:hover .thumbnail img {
    transform: scale(1.1);
    transition: 0.5s;
}
.news_single_panel li .news_date_flex {
    display: flex;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1.6px;
}
.news_single_panel li .news_date_flex .date {
    color: #2974C1;
    margin: auto 20px auto 0px;
}
.news_single_panel li .news_date_flex .category {
    font-size: 14px;
    color: white;
    padding: 4px 10px;
    background: #2974C1;
    border-radius: 100vh;
}
.news_single_panel li .news_title {
    position: relative;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_single_panel li .news_title a {
    color: black;
}

.news_single_panel li:hover .news_title {
    color: #2974C1;
    transition: 0.3s;
}
.content_single_panel {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: auto;
	width: 100%!important;
}

@media screen and (max-width: 1100px) {
	.news {
		grid-template-columns: 1fr;
	}
}

/*フッター*/
footer {
	position: relative;
	background-color: #00A0E9;
	padding-block: 108px;
	margin-top: 100px;
}
.footer_wrapper {
	max-width: 1080px;
	width: 86%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.footer_inner {
	width: fit-content;
	padding: 16px;
}

.en_copy {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: calc(40 / 42);
    letter-spacing: 0.03em;
    margin-bottom: 23px;
	color: white;
}

.footer_info_p {
    line-height: 28px;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
	color: white;
}

.footer_info_p a  {
    text-decoration: underline;
}

.footer_sns {
    display: flex;
    column-gap: 10px;
    margin-bottom: 40px;
}

.footer_sns li {
    position: relative;
    width: 35px;
    height: 35px;
    transition: 0.3s;
}

.footer_sns li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.copyright_p {
    font-size: 14px;
	color: white;
}
.sitemap .label {
    font-size: 26px;
    line-height: 37px;
    font-weight: 700;
	font-style: italic;
    margin-bottom: 12px;
    color: white;
}

.sitemap .nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 20px;
    border-left: 1px solid white;
}

.sitemap .nav li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: white;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

ul.footer-nav-child li {
	background-image: linear-gradient(#fff, #fff);
  	background-repeat: no-repeat;
  	background-position: left bottom;
  	background-size: 0% 1px;
  	transition: background-size 0.4s ease;
}

ul.footer-nav-child li:hover {
     background-size: 100% 1px;
}

.footer-nav-child {
	display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-nav-child li {
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  transition: background-size 0.4s ease;
}

.footer-nav-child li:hover {
  background-size: 100% 1px;
}

.sitemap .nav .hover {
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0% 1px;
    transition: background-size 0.4s ease;
}

.sitemap .nav .hover:hover {
	 background-size: 100% 1px;
}

.sitemap .nav li span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: white;
    margin: auto auto auto 12px;
}

.sitemap .nav li.sub {
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.sitemap .nav li.btn {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 46px 8px 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    background: #597A8E;
    border-radius: 4px;
	transition: all 0.5s;
}

.sitemap .nav li.btn:hover {
    background:  #00A0E9;
}

.sitemap .nav li.btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 14px;
    height: 14px;
    background-image: url("img/otherLinkIcon.svg");
    background-size: contain;
}

.footerLinks {
    background-color: #333;
    padding: 16px 0px;
}

.footerLinks .inner {
    text-align: center;
}

.footerLinks .inner a {
  --xpad: 0.8rem;           /* ← 左右paddingを変数化しておく */
  position: relative;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: white;
  padding: 0px var(--xpad);
  border-right: 1px solid #ccc;
  white-space: nowrap;
  line-height: 1.6;
  text-decoration: none;
}

.footerLinks .inner a::after {
  content: "";
  position: absolute;
  left: var(--xpad);
  right: var(--xpad);
  bottom: -3px;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}

.footerLinks .inner a:hover::after {
  transform: scaleX(1);
}

.footerLinks .inner a:nth-last-child(1) {
    border-right: none;
}

.copyright {
    padding: 16px 0px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 800px) {
	.footerLinks {
		padding: 16px 30px;
	}
	.footerLinks .inner {
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		gap: 10px 0px;
		justify-content: center;
	}
}
@media screen and (max-width: 1024px) {
	footer {
        padding-inline: 0px;
        padding-block: 60px;
    }
	.footer_wrapper {
		flex-direction: column;
	}
	.footer_inner {
		width: 90%;
		margin: auto;
		padding: 0px;
		order: 2;
	}
	.sitemap {
		width: 90%;
		margin: auto;
		order: 1;
	}
}

/*コンタクトボタン*/
.topContact_block {
	max-width: 510px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.bb {
    position: relative;
    display: block;
    width: 100%;
}

.bb .bb-goo {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.bb .bb-button--bubble__container {
    position: relative;
    display: block;
    margin: 0 auto;
}

.bb .bb-button {
    -webkit-font-smoothing: antialiased;
    background-color: #00A0E9;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    user-select: none;
    padding: 25px 50px;
    transition: transform 0.1s ease-out, background-color 0.1s ease-out, color 0.1s ease-out;
    border-radius: 20px;
    position: relative;
    z-index: 2;
	min-height: 150px;
}

.bb .bb-button::after {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(https://xs649998.xsrv.jp/demo.estadium.co.jp/wp-content/themes/estadium/img/white-arrow.svg);
    background-repeat: no-repeat;
    max-width: 25px;
}

.bb .bb-button:hover {
    background-color: #00A0E9;
    color: #fff;
}

.bb .bb-button:active {
    transform: scale(0.95);
}

.bb .bb-button__label {
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.bb .bb-button__label .bb-line {
    display: block;
	color: white;
}
.bb-line.en {
    font-size: 21px;
	font-weight: bold;
    line-height: calc(25/21);
    letter-spacing: 0.06em;
}
.bb-line.jp {
    font-size: 27px;
    font-weight: bold;
    line-height: calc(44/30);
    letter-spacing: 0.09em;
}

@media screen and (max-width: 800px) {
	.bb .bb-button {
		padding: 24px 30px;
		min-height: unset;
	}
	.bb .bb-button__label {
		gap: 0px;
	}
	.bb-line.en {
		font-size: 15px;
		line-height: calc(19/15);
		letter-spacing: 0.06em;
	}
	.bb-line.jp {
		font-size: 21px;
		line-height: calc(30/21);
		letter-spacing: 0.06em;
	}
	.bb .bb-button::after {
		width: 18px;
		height: 27px;
		background-size: contain;
	}
}

.bb .bb-effect-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: none;
    background: #00A0E9;
    transition: background 0.1s ease-out;
    border-radius: 20px;
}

.bb .bb-button--bubble__effect-container {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-filter: url("#bb-goo-filter");
    filter: url("#bb-goo-filter");
    transition: transform 0.1s ease-out;
    pointer-events: none;
}

.bb .bb-circle {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: #00A0E9;
    transition: background 0.1s ease-out;
    opacity: 0;
}

.bb .bb-circle.top-left {
    top: 0;
    left: 0;
    margin-top: -12.5px;
    margin-left: -12.5px;
}
.bb .bb-circle.bottom-right {
    bottom: 0;
    right: 0;
    margin-bottom: -12.5px;
    margin-right: -12.5px;
}

.bb .bb-button--bubble:hover+.bb-button--bubble__effect-container .bb-circle {
    background: #00A0E9;
}
.bb .bb-button--bubble:hover+.bb-button--bubble__effect-container .bb-effect-button {
    background: #00A0E9;
}
.bb .bb-button--bubble:active+.bb-button--bubble__effect-container {
    transform: scale(0.95);
}

/*---------------------------------------------
/*
/*　波アニメーション
/*
/*---------------------------------------------*/

canvas {
    position: absolute;
    top: 2px;
	left: 0px;
    transform: translateY(-100%);
}

/*---------------------------------------------*/
/*
/*　contact
/*
/*---------------------------------------------*/

.contact {
    max-width: 1080px;
    width: 90%;
    margin: 120px auto;
}
.form_flex,
.form_flex_add {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.form_radio_group {
	width: 100%;
}
.form_radio_group label {
	color: black;
}
@media screen and (max-width: 760px) {
    .form_flex,
    .form_flex_add {
        display: block;
    }
}
.form_label {
    font-size: 20px;
    width: 320px;
    margin: auto 0px;
    flex-shrink: 0;
	color: black;
}
.confirm_text {
	padding: 16px;
    background: #F5F5F5;
    min-height: 48.8px;
}
@media screen and (max-width: 760px) {
    .form_label {
        width: 100%;
        margin: auto auto 12px auto;
    }
}
.form_label span {
    color: #EB5858;
    font-size: 14px;
    margin: auto auto auto 10px;
}
.form_flex p:nth-child(2){
    width: 100%;
}
.form_flex_add p:nth-child(2){
    display: inline-block;
    width: 50%;
}
.form_text {
    border-radius: 5px;
    background: #F5F5F5;
    padding: 18px 20px;
    line-height: 24px;
    width: 100%;
}
.form_text:placeholder {
    color: #7B7B7B;
}
.form_addNum {
    border-radius: 5px;
    background: #F5F5F5;
    padding: 18px 20px;
    line-height: 24px;
    width: 100%;
    margin: auto 10px auto auto;
}
.form_src_addNum {
    position: relative;
    display: inline-block;
    background: #2974C1;
    border: 2px solid #2974C1;
    padding: 18px 30px;
    border-radius: 5px;
    width: 100;
    font-weight: 700;
    white-space: nowrap;
	color: white;
    margin: auto auto auto 12px;
    cursor: pointer;
    transition: 0.3s;
	flex-shrink: 0;
}
.form_src_addNum:hover {
    background: white;
    color: #2974C1;
    border: 2px solid #2974C1;
    transition: 0s;
}
.form_select {
    position: relative;
    border-radius: 5px;
    background: #F5F5F5;
    line-height: 24px;
    width: 100%;
}
.form_select::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url("img/form_arrow.svg");
}
.form_select select {
    padding: 18px 20px;
    width: 100%;
    color: #000000;
}
.form_textarea {
    position: relative;
    border-radius: 5px;
    background: #F5F5F5;
    line-height: 24px;
    padding: 18px 20px;
    width: 100%;
    min-height: 240px;
    max-height: 420px;
}
.form_privacy_p {
    margin: 80px auto 40px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 28px;
    text-align: center;
	color: black;
}
.form_privacy_p span {
    color: #2974C1;
    border-bottom: 1px solid #2974C1;
}
.checkbox-policy {
    text-align: center;
    margin: 40px auto 80px;
}
.checkbox-policy label {
	color: black;
}
.wpcf7-list-item-label {
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.form_submit {
    position: relative;
    margin: 80px auto auto auto;
    text-align: center;
	margin: 0;
}
.form_submit p {
    position: relative;
    display: inline-block;
    max-width: 300px;
    width: 84%;
    font-size: 20px;
    padding: 16px 0px;
}
input {
    accent-color: #6da9e7;
	-webkit-appearance: auto !important;
    appearance: auto !important;
}
.form_submit input {
    position: relative;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
    color: white;
    padding: 16px 0px;
    background: #2974C1;
    border-radius: 100vh;
    border: 2px solid #2974C1;
    transition: 0.3s;
    width: 100%;
}
.form_submit p::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    right: -20px;
    background: #000000;
    transition: 0.3s;
}
.form_submit p:hover input {
    background: white;
    color: #2974C1;
    border: 2px solid #2974C1;
    transition: 0.3s;
}
.form_submit p:hover::after {
    width: 0px;
    transition: 0.3s;
}
.form_file {
    width: 100%;
}
.submit_flex {
    display: flex;
    justify-content: center;
    column-gap: 80px;
}
@media screen and (max-width: 780px) {
    .submit_flex {
        display: block;
    }
}
.form_back,
.form_complete {
    position: relative;
    margin: auto 0px;
    text-align: center;
}
@media screen and (max-width: 780px) {
    .form_back {
        margin: auto 0px 20px 0px;
    }
}
.form_back p,
.form_complete p{
    position: relative;
    display: inline-block;
}
button {
    position: relative;
    height: 100%;
    width: 300px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    padding: 16px 0px;
    background: #2974C1;
    border-radius: 100vh;
    border: 2px solid #2974C1;
    transition: 0.3s;
    margin: auto;
    display: block;
    cursor: pointer;
}

button:hover {
    background: white;
    color: #2974C1;
    border: 2px solid #2974C1;
}

.form_back button {
    background: #D3D3D3;
    color: #000000;
    border: 2px solid #D3D3D3;
}

.form_back button:hover {
    background: #EFEFEF;
    color: #D3D3D3;
    border: 2px solid #D3D3D3;
}

.form_back button::after,
.form_complete button::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    right: -20px;
    background: #000000;
    transition: 0.3s;
    display: none;
}

.form_back button:hover::after,
.form_complete button:hover::after {
    width: 0px;
}
