/*サイト全体の基準となるCSSを記述*/

html {
	font-size: 16px;
}

body {
	width: 100%;
	height: auto;
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	color: #333;
	overflow-x: hidden;
	overflow-wrap: break-word;
	box-sizing: border-box;
	letter-spacing: 0.1rem;
	/* スクロールバー非表示（IE / Firefox） */
	-ms-overflow-style: none; /* IE, Edge */
	scrollbar-width: none;    /* Firefox */
}

/* Chrome, Safari 対応 */
.menu_content_inner::-webkit-scrollbar {
	display: none;
}

.menu_content::-webkit-scrollbar {
	display: none;
}

.wrapper {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #666;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}

img {
	max-width: 100%;
	height: auto;
}

small {
	font-size: 0.7rem;
}

dt {
	margin: 15px 0;
	font-size: 1rem;
}

iframe.wp-embedded-content {
	width: 100%;
	margin: 50px 0 30px;
	box-sizing: border-box;
}

hr {
	margin: 1.5rem 0;
	border-top: 0.5px solid #000;
}

table {
	font-size: 1rem;
	margin: 1rem auto;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0.3rem 0.5rem;
}

th {
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
    font-weight: bold;
    vertical-align: middle;
    width: 30%;
    text-align: center;
    background: #0168b7;
    color: #fff;
}

td {
	padding: 0.5rem 0.8remm;
	font-size: 0.8rem;
	vertical-align: middle;
	width: 70%;
}

@media screen and (max-width: 768px) {
th {
	padding: 0.5rem;
}

td {
	padding: 0.5rem;
}}

@media screen and (max-width: 768px) {
table th {
	display: block;
	width: 100%;
}
	
table td {
	display: block;
	width: 100%;
}}

p {
	margin: 1rem 0 1.5rem;
}

.linkbtn {
	min-width: 320px;
	color: #fff;
	font-size: min(4vw,1.5rem);
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	letter-spacing: .05rem;
	border-radius: 30px;
	background: #ccc;
	padding: 15px 30px;
	margin: 0 0.5rem;
	border: none;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.linkbtn {
		margin: 1rem 0;
	}}

.linkbtn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

.linkbtn:hover::before {
	animation: shine 0.7s;
}

@keyframes shine {
	100% {
		left: 125%;
	}}

.nl {
	display: inline-block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.st {
    color: #fff;
    font-weight: bold;
    margin: 2rem auto 0.5rem;
    display: table;
    padding: 0 0.5em;
    background: transparent;
    border-left: solid 10px #0168b7;
    position: relative;
    z-index: 1;
}

.st_sub {
    font-size: min(3.8vw, 1.2rem);
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 0 0 2rem;
	position: relative;
	z-index: 1;
}

.flex {
    width: 100%;
    display: flex;
    align-items: stretch;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden;
}

.flex_container {
    width: 50%;
}

@media screen and (max-width: 1023px) {
.flex {
    display: block;
	width: 100%;
}

.flex_container {
    width: 100%;
}}

.check {
    background: linear-gradient(transparent 60%, #ff6 60%);
    font-weight: bold;
}

/* セクション・コンテンツ */
.contents_container {
	padding: 5%;
}

/* ボディ */
body {
	background: #fff;
}

/* ヘッダー */

header {
    width: 100%;
    margin: 0 auto;
    z-index: -1;

}

.header_container {
    max-width: 1024px;
    height: 100%;
    position: relative;
    margin: 0 auto;
	background: rgba(1, 104, 183, 1);
}

.site_title_wrap {
	width: 90%;
	max-width: 480px;
	padding: 0.5rem 0 0 15px;
}

@media screen and (max-width: 1024px) {
	.site_title_wrap {
		margin: 0 auto;
		padding: 0.5rem 0 0 0;
	}}

.sns_wrap {
	position: absolute;
	font-size: 2.2rem;
	line-height: 0;
	top: 0;
	bottom: 0;
	right: 80px;
	display: flex;
	height: 90px;
	width: 65px;
	justify-content: center;
	align-items: center;
	z-index: 100;
}

@media screen and (max-width: 1024px) {
	.sns_wrap {
		display: none;
	}}

.sns {
	margin: 0 0.25rem;
	padding: 0 0.25rem;
}

/* ファーストビュー */

.firstview {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

.firstview_container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: url(../images/fv_pc.jpg?20250802) center center / contain no-repeat;
}

@media screen and (max-width: 767px) {
	.firstview_container {
		padding-top: 177.78%;
		background: url(../images/fv_sp.jpg?20250802) center center / contain no-repeat;
	}}

.video_wrapper {
    width: 100%;
    max-width: 1024px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    overflow: hidden;
    z-index: -4;
}

#header-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.btn_pc {
    position: absolute;
    width: 40%;
    padding-top: 20%;
    bottom: 28%;
    left: 4%;
}

@media screen and (min-width:768px) and (max-width: 1024px) {
	.btn_pc {
        left: 3%;
        bottom: 25%;
	}
}

@media screen and (max-width: 767px) {
	.btn_pc {
		display: none;
	}
}

.free_btn {
    background: #0073f0;
    filter: drop-shadow(0 10px 0 #999);
}

/* ラッパー */

.wrapper {
	max-width: 1024px;
	overflow: hidden;
	margin: 0 auto;
}

/* セクション */

.section1 {
    width: 100%;
    padding: 0;
    background: rgba(255,255,255,0.9);
    position: relative;
	font-size: 0;
}

.section2 {
    width: 100%;
    padding: 5% 0;
    background: #388ed1;
    position: relative;
}

.section3 {
    width: 100%;
    padding: 5% 0;
    background: #fff;
    position: relative;
	font-size: 0;
}

.section4 {
    width: 100%;
    padding: 5% 5% 45vh;
    background: rgba(1, 104, 183, 0.8);
    position: relative;
}

.section4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/group.png) center bottom / 75vh no-repeat;
    z-index: 0;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
}

.review {
    max-width: 1024px;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: min(3.5vw, 1.2rem);
    color: #0168b7;
    position: relative;
    margin: 0 auto;
}

.review:after {
    content: "";
    position: absolute;
    width: 3.8rem;
    height: 2.8rem;
    bottom: -1.8rem;
    left: 80%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    clip-path: polygon(30% 0, 100% 0, 0% 100%);
    background: #ffffff;
}

.r_p {
    font-size: min(4vw, 1rem);
    color: #fff;
    text-align: center;
    background: #0168b7;
    padding: 0.3rem 1rem;
    margin: 0 0 0.5rem;
    display: table;
    border-radius: 50px;
}

.section5 {
    width: 100%;
    padding: 5% 5% 8%;
    background: #fff;
    position: relative;
    text-align: center;
}

.section6 {
    width: 100%;
    padding: 5%;
    background: rgba(1, 104, 183, 0.8);
    position: relative;
}

.flow {
    margin: 2rem 0;
}

.flex_flow {
	width: 60%;
	margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.step {
    font-size: min(4vw, 1rem);
    font-weight: bold;
    color: #0168b7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: auto;
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

.ico {
    width: 50%;
    height: auto;
    margin-left: 0.5rem;
}

.st_t {
    margin: 1rem 1rem 0;
    text-align: center;
    background: #fff;
    color: #0168b7;
    font-weight: bold;
    padding: 0.2rem 0;
}

.st_disc {
    color: #fff;
    border: 2px solid;
    padding: 0.5rem;
    margin: 0 1rem 1rem;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.section7 {
    width: 100%;
    padding: 5%;
    background: #388ed1;
    position: relative;
}

.faq {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.q_l {
    width: 15%;
    height: auto;
    background: #bababa;
    color: #fff;
    font-size: min(4vw, 1.2rem);
    font-weight: bold;
    padding: 0 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.q_r {
    width: 85%;
    height: 100%;
    background: #ececec;
    color: #000;
    font-size: min(4vw, 1.2rem);
    padding: 0.8rem;
}

.a_l {
    width: 15%;
    height: auto;
    background: #55b5ff;
    color: #fff;
    font-size: min(4vw, 1.2rem);
    font-weight: bold;
    padding: 0 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a_r {
    width: 85%;
    height: 100%;
    background: #fff;
    color: #000;
    font-size: min(4vw, 1.2rem);
    font-weight: bold;
    padding: 0.8rem;
	
}

.form {
    width: 100%;
    padding: 5%;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

.form_container {
    display: table;
    margin: 0 auto;
}

input {
    width: 100%;
    height: 2rem;
    padding: 0.5rem;
}

select {
    height: 2rem;
    padding: 0.5rem;
}

textarea {
    padding: 0.5rem;
	width: 100%;
}

button {
    width: 100%;
    border: none;
    background: #0168b7;
    color: #fff;
    font-size: min(7vw, 2rem);
    padding: 0.5rem;
    font-weight: bold;
}

#result {
    font-size: min(4vw, 1.4rem);
    font-weight: bold;
    color: #ff2278;
    background: #ffffa1;
    line-height: 1.2;
    margin: 1rem 0 0;
    text-align: center;
}

#result p {
    padding: 0.5rem 0;
    margin: 0;
}

.section_container {
    max-width: 1024px;
    margin: 0 auto;
}

/* コンタクト LINE Instagram */

.contact {
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,0.9);
    padding: 1rem 0;
}

@media screen and (min-width: 1025px){
.contact_container {
	display: flex;
	justify-content: center;
	max-width: 100%;
}}

.contact_container {
    margin: 0 auto;
	width: 90%;
}

.line {
	background: #22d000;
}

.form_btn {
	background: rgb(0,115,240);
}


.instagram {
	background: rgb(64,93,230);
	background: linear-gradient(45deg, rgba(64,93,230,1) 0%, rgba(88,81,219,1) 10%, rgba(131,58,180,1) 20%, rgba(193,53,132,1) 30%, rgba(225,48,108,1) 40%, rgba(253,29,29,1) 50%, rgba(245,96,64,1) 60%, rgba(247,119,55,1) 70%, rgba(252,175,69,1) 80%, rgba(255,220,128,1) 90%);
}

.tel {
	text-align: center;
	font-size: min(8vw,3rem);
	font-weight: bold;
	color: #000;
	margin-top: 2%;
}

/* フッター */

footer {
    color: #fff;
    background: rgba(1, 104, 183, 1);
    padding: 0 0 80px;
    max-width: 1024px;
    margin: 0 auto;
}

.map_container {
	max-width: 580px;
	margin: 0 auto;
}

.footer_logo_container {
    width: 100%;
    max-width: 530px;
    margin: 2% auto;
}

.footer_access {
    width: 70%;
    max-width: 1024px;
    font-size: min(3vw, 1rem);
    font-weight: bold;
    padding: 0 1%;
    text-align: center;
}

.footer_access_container {
    display: flex;
	justify-content: center;
}

@media screen and (max-width: 767px){
.footer_access {
	width: 100%;
}

.footer_access_container {
	display: table;
	margin: 0 auto;
	}}

.copyright {
	font-size: 0.8rem;
	color: #fff;
	padding: 0.5rem 0 0;
	text-align: center;
}

.copyright p {
	margin: 0;
}

#footer_floating {
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 100;
}

#footer_floating a {
	text-decoration: none;
	color: inherit;
	width: 100%;
}

.footer_floating {
	display: flex;
    max-width: 1024px;
    margin: 0 auto;
}

.footer_icon {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	position: relative;
	font-weight: bold;
	color: #fff;
}

.footer_icon_disc {
	font-size: 0.7rem;
}

/* スワイパー */

.swiper-slide {
    padding: 1rem 2rem 2rem !important;
}

.swiper-button-prev:after,.swiper-button-next:after {
    font-size: 1rem !important;
}

.swiper-button-prev {
    left: 0 !important;
}

.swiper-button-next {
    right: 0 !important;
}

/* テキストフォーム拡大対策 */

@media screen and (max-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  input, textarea {
    font-size: 16px;
  }
}