@charset "utf-8";

/*--------------------------------------------
	 BASE
--------------------------------------------*/


@media screen and (min-width : 768px) {
	.over:hover {
		opacity: 0.7;
	}

	a.tel_link {
		pointer-events: none;
	}
}

.ios .over:hover,
.ios .over:active,
.ios .over:link,
.ios .over:visited,
.ios .over::focus {
	opacity: 1;
}

.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

:root .cf::after {
	/* IE9 */
	content: "" \9;
	clear: both\9;
	display: block\9;
	height: 0\9;
}

.noEvent {
	pointer-events: none;
}

img {
	max-width: 100%;
}

input {
	-webkit-appearance: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", Meiryo, Verdana, arial, sans-serif;
	font-weight: 400;
	color: #363636;
	font-size: 1.6rem;
	/* font-family: 'Noto Sans JP', sans-serif; */
	line-height: 1.875;
	padding-top: 6.25em;
}

a {
	text-decoration: none;
	color: #363636;
	transition: 0.3s ease-in-out;
}

table {
	width: 100%;
	table-layout: fixed;
}

.tel-link a {
	color: #000000;
}

@media screen and (max-width: 1199px) {
	html {
		font-size: 0.8vw;
	}
}

@media screen and (max-width: 991px) {
	html {
		font-size: 1.3vw;
	}
}

@media screen and (max-width: 767px) {
	html {
		font-size: 1.75vw;
	}

	body {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

@media screen and (max-width: 575px) {
	html {
		font-size: 2.5vw;
	}
}

/*--------------------------------------------
	共通パーツ
--------------------------------------------*/
/*レイアウト*/
.inner_main {
	width: 1200px;
	max-width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.inner_l {
	width: 1400px;
	max-width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.inner_m {
	width: 1280px;
	max-width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.inner_s {
	width: 960px;
	max-width: 92%;
	margin-left: auto;
	margin-right: auto;
}

.sec {
	padding: 10rem 0;
	overflow: hidden;
}

.container {}

/*flex*/
/*セクションの配色*/
/*カラー*/
/*フォント*/
.font_en {
	font-family: 'Roboto', sans-serif;
}

/*ボタン*/
.btn {}

.btn a {
	position: relative;
	line-height: 1;
}

.btn_01 {
	width: 100%;
	color: #fff;
	padding: 2rem 0;
	width: 210px;
	transition: 0.3s ease-in-out;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1aa0ed;
	background-image: linear-gradient(to right, #1aa0ed 0%, #03639c 50%, #1aa0ed 100%);
	background-size: 200% 200%;
	background-position: left center;
}

.btn_entry .btn_01 {
	background: #F2934A;
	background-image: linear-gradient(to right, #F2934A 0%, #F24545 50%, #F2934A 100%);
	background-size: 200% 200%;
	background-position: left center;
}

.btn_01 .icon {
	margin-right: 0.5rem;
}

.btn_pamph .btn_01 {
	background: #363636;
	border: solid 1px #fff;
}

/*hover*/

@media print,
screen and (min-width : 992px) {
	.btn_01:hover {
		background-position: right center;
	}
}

.link_arrow {
	padding-right: 1.9rem;
	position: relative;
}

.link_arrow:before {
	content: '';
	width: 5px;
	height: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../Images/common/icon_link_arrow.svg) no-repeat center / contain;
}

/*タイトル*/
.ttl_01 {
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1;
}

.ttl_02 {
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
}

.ttl_03 {}

.ttl_04 {}

.ttl_05 {}

.ttl_en {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}

.sec_ttl {
	margin-bottom: 2.3rem;
}

.sec_ttl.column {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.sec_ttl .sec_ttl_en {
	color: #0E80C2;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1;
}

.sec_ttl .sec_ttl_en .bd {
	display: inline-block;
	padding-bottom: 0.25rem;
	padding: 0 0.3rem;
	border-bottom: solid 1px #0E80C2;
}

.sec_ttl .sec_ttl_en+.ttl_01 {
	margin-top: 2.7rem;
}

.sec_ttl.center {
	text-align: center;
}

.sec_ttl+.sec_lead {
	font-size: 1.8rem;
	margin-top: 2.46rem;
	max-width: 910px;
	margin-right: auto;
	margin-left: auto;
}

.sec_lead .sec_ttl_sub {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 1rem;
	font-weight: 400;
}

.sec_lead.center {
	text-align: center;
}

.bg_blue {
	background: #EBF5F9;
}

/*line*/
/*--------------------------------------------
	HEADER
--------------------------------------------*/
.header {
	padding: 2.7rem 6rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	z-index: 888;
	background: #fff;
	transition: 0.4s ease-in-out;
}

.scrolled .header {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
}

.header.fixed {
	background: rgba(255, 255, 255, 0.7);
	z-index: 100;
}

.header .h_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .h_logo {}

.header .h_logo a {
	display: block;
}

.header .h_logo img {
	display: block;
}

.header .header_r {
	display: flex;
	align-items: center;
}

.header .h_navi>ul {
	display: flex;
	align-items: center;
}

.header .h_navi ul li {
	margin-right: 5rem;
}

.header .h_navi ul li:last-child {
	margin-right: 0;
}

.header .h_navi .navi_item {
	display: block;
	position: relative;
}

.header .h_btn_wrap {
	display: flex;
	margin-left: 5rem;
}

.header .h_btn_wrap .btn:not(:first-child) {
	margin-left: 3rem;
}

.header .h_btn_wrap .btn_01 {
	width: 180px;
	padding: 1.5rem 0;
}

.header .dropdown_menu {
	position: absolute;
	left: 0;
	width: 100vw;
	background: #0E80C2;
	top: 6.25em;
	z-index: 200;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out 0.1s;
	z-index: 100;
	transform: translateY(-40px);
}

.scrolled .header .dropdown_menu {
	top: 4.75em;
}

.header .h_navi .dropdown.on .dropdown_menu {
	opacity: 1;
	/* z-index: 100; */
	transform: translateY(0);
	visibility: visible;
}

.header .h_navi .dropdown .menu_list {
	display: flex;
	justify-content: space-between;
}

.header .h_navi .dropdown .dropdown_menu_inner {
	width: 1200px;
	margin: 0 auto;
	max-width: 92%;
	padding: 4rem 0;
}

.header .h_navi .dropdown .menu_list li {
	width: calc((100% - 14rem) / 4);
	background: #fff;
	margin-right: 0;
}

.header .h_navi .dropdown .menu_list .img_box {
	background: #ccc;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.header .h_navi .dropdown .menu_list .img_box img {
	transition: 0.8s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.header .h_navi .dropdown .menu_list .menu_ttl {
	font-size: 1.4rem;
	padding: 0.8rem 1rem;
	position: relative;
	text-align: center;
	background: #f3f3f3;
}

.header .h_navi .dropdown .menu_list li:nth-child(even) .menu_ttl {
	background: #f9f9f9;
}

.header .h_navi .dropdown .menu_list .menu_ttl:before {
	content: '';
	width: 33%;
	height: 2px;
	background: #0E80C2;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.header .h_navi .dropdown .menu_list .menu_ttl:after {
	content: '';
	width: 8px;
	height: 14px;
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -7px;
	background: url(../Images/top/icon_arrow.svg) no-repeat center / contain;
	transition: 0.4s;
}

.floating_btn {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.floating_btn .item {
	width: 6rem;
	height: 6.5rem;
}

.floating_btn .item a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

    /* 20240507 */

	/* background: #1aa0ed;
	background-image: linear-gradient(to right, #1aa0ed 0%, #03639c 50%, #1aa0ed 100%);
	background-size: 200% 200%;
	background-position: left center; */
    background-image: url(../Images/common/inst_bg.jpg);
    background-size: cover;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	background: transparent;
	width: 100%;
	height: 100vh;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader_wrap_upper {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	transition: 0.5s ease-in-out;
	transform: translateX(0);
}

.loader_logo_text {
	opacity: 0;
	position: relative;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader_logo_text span {
	opacity: 0;
	transition: 0.6s;
	font-family: 'Roboto', sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	display: inline-block;
	line-height: 1;
}

.loader_logo_text span img {
	display: inline-block;
	margin-right: 1rem;
}

@media screen and (min-width : 768px) {}

@media screen and (min-width: 992px) {
	.header .h_navi .navi_item:hover {
		color: #0E80C2;
	}

	.floating_btn .item a:hover {
		background-position: right center;
	}

	.header .h_navi .dropdown .menu_list .menu_inner:hover .img_box img {
		transform: scale(1.1);
	}
}

/*--------------------------------------------
	contact
--------------------------------------------*/
.sec_contact {
	background: #EBF5F9;
}

.sec_contact .contact_box {
	margin-top: 3.46rem;
	padding: 5.65rem 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec_contact .contact_box .contact_l {
	padding-right: 5rem;
	position: relative;
	margin-right: 5rem;
}

.sec_contact .contact_box .contact_l:before {
	content: '';
	background: #2B4F9E;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 6rem;
}

.sec_contact .contact_box .contact_l * {
	color: #0E80C2;
	line-height: 1;
}

.sec_contact .contact_box .tel_link {
	display: flex;
	align-items: center;
	font-size: 3.6rem;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}

.sec_contact .contact_box .tel_link span {
	display: inline-block;
	margin-left: 0.8rem;
}

.sec_contact .contact_box .tel_txt {
	font-size: 1.4rem;
	margin-top: 1rem;
}

.sec_contact .btn_wrap {
	display: flex;
}

.sec_contact .btn_wrap .btn_01 {
	width: 300px;
}

.sec_contact .btn_wrap .btn:nth-child(2) {
	margin-left: 3rem;
}

.sec_contact .btn_01 .icon {
	margin-right: 0.8rem;
}

@media screen and (min-width : 992px) {}

/*--------------------------------------------
	FOOTER
--------------------------------------------*/
.footer {
	padding-bottom: 8rem;
	position: relative;
	background: url(../Images/common/img_ft_bg.jpg) no-repeat center / cover #333333;
}

.footer * {
	color: #fff;
}

.footer .f_top .f_inner {
	display: flex;
	padding-top: 10rem;
	padding-bottom: 8rem;
	position: relative;
}

.footer .f_top_l {}

.footer .f_logo {
	margin-bottom: 2.25rem;
}

.footer .f_top_r {
	margin-left: 15rem;
	display: flex;
}

.footer .f_navi {
	display: flex;
}

.footer .f_navi>ul:not(:first-child) {
	margin-left: 9rem;
}

.footer .f_navi li {
	line-height: 1;
}

.footer .f_navi li:not(:first-child) {
	margin-top: 2rem;
}

.footer .f_navi .sub_list {
	margin-top: 2rem;
}

.footer .f_navi a {}

.footer .f_btn_wrap {
	position: absolute;
	top: 10rem;
	right: -17px;
}

.footer .f_btn_wrap .btn_01 {
	background: rgba(255, 255, 255, 0.15);
	border: solid 1px #fff;
}

.footer .f_btn_wrap .btn:not(:first-child) {
	margin-top: 2rem;
}

.footer .f_bottom {
	padding-top: 2.3rem;
	border-top: solid 1px #fff;
	line-height: 1;
}

.footer .f_bottom .f_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .f_bottom_navi {
	display: flex;
}

.footer .f_bottom_navi li:not(:first-child) {
	margin-left: 2rem;
	padding-left: 1.8rem;
	position: relative;
}

.footer .f_bottom_navi li:not(:first-child):before {
	content: '';
	height: 11px;
	width: 1px;
	background: #85827C;
	position: absolute;
	left: 0;
	top: 50%;
	transform: rotateY(-50%);
}

.footer .copy_right {
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
}

@media screen and (min-width : 920px) {
	.footer .f_navi a:hover {
		opacity: 0.7;
	}

	.footer .f_btn_wrap .btn_01:hover {
		background: #363636;
	}
}

/* .totop {
	position: fixed;
	right: 3%;
	bottom: 5%;
	z-index: 99999;
	width: 55px;
	height: 55px;
	transition: 0.4s ease-in-out;
	opacity: 0;
	transform: translateX(100%);
}
.totop .shape {
	transform: skewX(-22deg);
	background: #308ad7;
	background: -moz-linear-gradient(left,  #308ad7 0%, #45bbfb 100%);
	background: -webkit-linear-gradient(left,  #308ad7 0%,#45bbfb 100%);
	background: linear-gradient(to right,  #308ad7 0%,#45bbfb 100%);
	overflow: hidden;
}
.totop .shape:before {
	content: '';
	background: rgba(255,255,255,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	transform-origin: bottom left;
	z-index: 10;
	transform: skew(44deg);
	transition: 0.3s linear;
}
.totop.visible {
	opacity: 1;
	transform: translateX(0);
}
.totop a {
	display: block;
	background: url(../Image/common/arrow_totop.png) no-repeat center / 13px;
	width: 100%;
	height: 100%;
}
.totop img {
	transition: 0.4s ease-in-out;
} */

@media screen and (min-width : 768px) {
	.totop a:hover .shape:before {
		left: 100%;
		transform-origin: top right;
	}
}




/*       ANIMATION
----------------------------*/
/*======= PC LAYOUT ======*/
@media screen and (min-width : 768px) {

	.animation,
	.animation:before,
	.animation:after {
		transition: all 1s cubic-bezier(.25, .46, .45, .94);
		position: relative;
		opacity: 0;
	}

	.animation.is-active {
		opacity: 1;
		transform: none;
	}

	.animation.is-active:before {
		opacity: 1;
	}

	.animation.up {
		transform: translateY(50px);
		opacity: 0;
	}

	.animation.is-active.up {
		transform: translateY(0);
	}

	.animation.left {
		transform: translateX(50px);
	}

	.animation.is-active.left {
		transform: translateX(0);
	}

	.animation.right {
		transform: translateX(-50px);
	}

	.animation.is-active.right {
		transform: translateX(0);
	}

	.animation.scale {
		overflow: hidden;
		transform: scaleX(0);
		transform-origin: left center;
		transition: transform .8s cubic-bezier(.86, 0, .07, 1);
	}

	.animation.is-active.scale {
		transform: scaleX(1);
	}

	.animation.box:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: #1aa0ed;
		background: linear-gradient(to right, #1aa0ed 0%, #03639c 50%, #1aa0ed 100%);
		transition: width .8s cubic-bezier(.86, 0, .07, 1) .8s;
		z-index: 100;
	}

	.animation.is-active.box:before {
		width: 0;
	}

	.animation .anm_box_inner {
		opacity: 0;
		transition-delay: 0.6s;
		transition-duration: 0.6s;
		z-index: 0;
		position: relative;
		transform: translateX(15%);
	}

	.animation.is-active .anm_box_inner {
		opacity: 1;
		transform: translateX(0);
	}

	*[data-delay="0"],
	*[data-delay="0"]:before,
	*[data-delay="0"]:after {
		transition-delay: 0s;
	}

	*[data-delay="100"],
	*[data-delay="100"]:before,
	*[data-delay="100"]:after {
		transition-delay: .1s;
	}

	*[data-delay="200"],
	*[data-delay="200"]:before,
	*[data-delay="200"]:after {
		transition-delay: .2s;
	}

	*[data-delay="300"],
	*[data-delay="300"]:before,
	*[data-delay="300"]:after {
		transition-delay: .3s;
	}

	*[data-delay="400"],
	*[data-delay="400"]:before,
	*[data-delay="400"]:after {
		transition-delay: .4s;
	}

	*[data-delay="500"],
	*[data-delay="500"]:before,
	*[data-delay="500"]:after {
		transition-delay: .5s;
	}

	*[data-delay="600"],
	*[data-delay="600"]:before,
	*[data-delay="600"]:after {
		transition-delay: .6s;
	}

	*[data-delay="700"],
	*[data-delay="700"]:before,
	*[data-delay="700"]:after {
		transition-delay: .7s;
	}

	*[data-delay="800"],
	*[data-delay="800"]:before,
	*[data-delay="800"]:after {
		transition-delay: .8s;
	}

	*[data-delay="900"],
	*[data-delay="900"]:before,
	*[data-delay="900"]:after {
		transition-delay: .9s;
	}

	*[data-delay="1000"],
	*[data-delay="1000"]:before,
	*[data-delay="1000"]:after {
		transition-delay: 1s;
	}

	*[data-delay="1100"],
	*[data-delay="1100"]:before,
	*[data-delay="1100"]:after {
		transition-delay: 1.1s;
	}

	*[data-delay="1200"],
	*[data-delay="1200"]:before,
	*[data-delay="1200"]:after {
		transition-delay: 1.2s;
	}

	*[data-delay="1300"],
	*[data-delay="1300"]:before,
	*[data-delay="1300"]:after {
		transition-delay: 1.3s;
	}

	*[data-delay="1400"],
	*[data-delay="1400"]:before,
	*[data-delay="1400"]:after {
		transition-delay: 1.4s;
	}

	*[data-delay="1500"],
	*[data-delay="1500"]:before,
	*[data-delay="1500"]:after {
		transition-delay: 1.5s;
	}

	*[data-delay="1600"],
	*[data-delay="1600"]:before,
	*[data-delay="1600"]:after {
		transition-delay: 1.6s;
	}

	*[data-delay="3000"],
	*[data-delay="1600"]:before,
	*[data-delay="1600"]:after {
		transition-delay: 3.0s;
	}
}

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

 (max-width : 1249px 1249px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1449px) {
	.footer .f_btn_wrap {
		position: static;
		display: flex;
		margin-top: 5rem;
	}

	.footer .f_btn_wrap .btn:not(:first-child) {
		margin-top: 0;
		margin-left: 3rem;
	}

	.footer .f_top .f_inner {
		justify-content: space-between;
	}

	.footer .f_top_r {
		flex-direction: column;
		align-items: flex-end;
		margin-left: 0;
	}

	.footer .f_navi>ul:not(:first-child) {}
}

@media screen and (max-width : 1249px) {
	.header {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.header .h_navi ul li {
		margin-right: 2.5rem;
	}

	.header .h_btn_wrap {
		margin-left: 2.5rem;
	}

	.footer .f_navi>ul:not(:first-child) {
		margin-left: 4rem;
	}
}

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

 (max-width : 1299px) 1299px以下～

*----------------------------------------------------*/
@media screen and (max-width : 1299px) {}

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

 (max-width : 1199px)

*----------------------------------------------------*/
@media screen and (max-width : 1199px) {
	.header .h_navi ul li {
		margin-right: 2rem;
	}

	.header .h_navi .navi_item {
		/* font-size: 1.4rem; */
	}

	.header .h_btn_wrap .btn:not(:first-child) {
		margin-left: 2rem;
	}

	.header .h_btn_wrap .btn_01 {
		width: 140px;
		/* font-size: 1.4rem; */
	}

	.footer .f_left .f_logo {}

	.footer .footer_inner {
		flex-direction: column;
	}

	.footer .f_left {
		width: 100%;
	}

	.footer .f_right {
		margin-top: 1rem;
	}

	.sec_contact .btn_wrap .btn_01 {
		width: 210px;
	}
}

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

(min-width : 992px) and (max-width : 1199px)

*----------------------------------------------------*/
@media (min-width : 992px) and (max-width : 1199px) {}




/* 20240417 */
.f_bnr {
	background-color: #fff;
}

.f_top_bnr {
	display: flex;
	gap: 30px;
	padding-top: 1rem;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.f_top_bnr__item img {
	width: auto;
	max-height: 180px;
	max-width: 100%;
}

.flex {
	width: 50%;
	display: flex;
}

.flex span {
	display: block;
}

.flex span:first-of-type {
	width: 70%;
}

.flex span:last-of-type {
	width: 30%;
	text-align: right;
}

@media screen and (max-width:575px) {
	.flex {
		width: 80%;
	}

	.f_top_bnr {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 10px;
	}

	.f_top_bnr li {
		width: calc((100% - 10px) / 2);
		text-align: center;
	}
}

/* 20240417 */
