/*サイト全体の基準となる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 #fff;
}

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;
    border: 2px solid;
    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: 330px;
	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: 1rem auto 0;
    display: table;
    padding: 0.25em 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 1rem;
	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: linear-gradient(220deg, rgba(168, 228, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

/* ヘッダー */

header {
    background: #0068b6;
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    z-index: 1;
}

.header_container {
    max-width: 1024px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.site_title_wrap {
	width: 90%;
	max-width: 380px;
	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: auto;
	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;
    height: 90vh;
	max-height: 480px;
    position: relative;
    margin: 0 auto;
	overflow: hidden;
	background: url(../images/fv.jpg?20250702) center left / 135% no-repeat;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.firstview {
        height: 55vh;
        max-height: 680px;
		background: url(../images/fv.jpg?20250702) center center / 175% no-repeat;
	}}

@media screen and (max-width: 767px) {
	.firstview {
        height: 55vh;
        max-height: 320px;
		background: url(../images/fv.jpg?20250702) center center / 165% no-repeat;
	}}

.firstview_container {
    max-width: 1024px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.fv_copy {
    position: absolute;
    bottom: 3%;
    left: 3%;
    width: 40%;
    height: 100%;
    max-width: 400px;
    z-index: 1;
    background: url(../images/fv_copy.png?20250702) center bottom / contain no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.fv_copy {
		width: 70%;
        max-width: 100%;
        left: 15%;
        bottom: 2%;
		background: url(../images/fv_copy_sp.png?20250702) center bottom / contain no-repeat;
	}}

@media screen and (max-width: 767px) {
	.fv_copy {
        width: 90%;
		max-width: 100%;
        left: 5%;
        bottom: 2%;
        background: url(../images/fv_copy_sp.png?20250702) center bottom / contain no-repeat;
	}}

.bgswitch {
    position: absolute;
    width: 60%;
    height: auto;
    aspect-ratio: 1 / 1;
    right: -8%;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}

.bgswitch .layer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.bgswitch .active {
  opacity: 1;
}

@media screen and (min-width: 2560px){
.bgswitch {
    width: 100vh;
    right: -10vh;
    bottom: 0;
    z-index: -1;
}}

@media screen and (min-width: 768px) and (max-width: 1024px){
.bgswitch {
	width: 90%;
	right: -20%;
	bottom: 0;
	z-index: -1;
}}

@media screen and (max-width: 767px) {
.bgswitch {
	width: 95%;
	bottom: 0;
	right: -20%;
	z-index: -1;
}}

.slideIn {
	opacity: 0;
	transform: translateX(-150px);
	animation: slideIn 1s ease-out forwards;
	animation-delay: 1s;
	}

@keyframes slideIn {
	to {
		opacity: 1;
		transform: translateX(0);
	}}

@media screen and (max-width: 1024px) {
.slideIn {
	transform: translateY(150px);
	animation: slideIn 1s ease-out forwards;
	animation-delay: 0.5s;
}

@keyframes slideIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}}

}

.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%);
}

/* ラッパー */

.wrapper {
	max-width: 1024px;
	overflow: hidden;
	margin: 0 auto;
}

/* セクション */

.section1 {
    width: 100%;
    background: rgba(1, 104, 183, 0.9);
    position: relative;
    font-size: 0;
}

.section2 {
    width: 100%;
    padding: 5% 5% 45%;
    background: #fff;
    position: relative;
    z-index: 0;
}

.section2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/place.jpg) center bottom / contain no-repeat;
    z-index: -1;
    pointer-events: none;
}

.makestretch_txt {
    max-width: 720px;
    margin: 0 auto;
}

.section3 {
    width: 100%;
    background: #fff;
    position: relative;
    font-size: 0;
}

.section4 {
    width: 100%;
    padding: 3rem 5% 4rem;
    background: rgba(1, 104, 183, 0.9);
    position: relative;
}

.section5 {
    width: 100%;
    background: #fff;
    position: relative;
    text-align: center;
}

.section6 {
    width: 100%;
    padding: 3rem 5% 4rem;
    background: rgba(1, 104, 183, 0.9);
    position: relative;
}

.section7 {
    width: 100%;
    padding: 5% 0 8%;
    background: #fff;
    position: relative;
    text-align: center;
}

.section8 {
    width: 100%;
    padding: 3rem 5% 0;
    background: rgba(1, 104, 183, 0.9);
    position: relative;
    text-align: center;
}

.section9 {
    width: 100%;
    padding: 5% 0 0;
    background: #fff;
    position: relative;
    text-align: center;
    font-size: 0;
}

.section10 {
    width: 100%;
    padding: 3rem 5%;
    background: rgba(1, 104, 183, 0.9);
    position: relative;
    text-align: center;
}

.section11 {
    width: 100%;
    padding: 5%;
    background: #fff;
    position: relative;
}

.faq {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.q_l {
    width: 15%;
    height: auto;
    background: #0168b7;
    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: #dbefff;
    color: #000;
    font-size: min(4vw, 1.2rem);
    padding: 0.8rem;
}

.a_l {
    width: 15%;
    height: auto;
    background: #dbefff;
    color: #000;
    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: #0168b7;
    color: #fff;
    font-size: min(4vw, 1.2rem);
    font-weight: bold;
    padding: 0.8rem;
	
}

.form {
    width: 100%;
    padding: 5%;
    position: relative;
    background: rgba(1, 104, 183, 0.9);
}

.form_container {
	max-width: 580px;
    display: table;
    margin: 0 auto;
}

input {
    width: 100%;
    height: 2rem;
    padding: 0.5rem;
}

select {
    height: 2rem;
    padding: 0.5rem;
}

textarea {
    width: 100%;
    padding: 0.5rem;
}

button {
    width: 100%;
    border: 2px solid;
    background: none;
    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(1, 104, 183, 0.9);
    padding: 2rem 0;
	color: #fff;
}

@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;
	margin-top: 2%;
	color: #fff;
}

/* フッター */

footer {
	color: #fff;
    border-top: 5px solid #ccc;
	background: #005597;
	padding: 0 0 90px;
	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;
  }
}