@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* hover */
.mover {
	transition: opacity 0.2s ease;
}

.mover:hover {
	opacity: 0.7;
}

a[href^="tel:"] {
	pointer-events: none;
}

.nowrap {
	white-space: nowrap;
}

body{
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width:1000px) {
	#main {
		padding-top: 60px;
	}
}

.inter {
	font-family: 'Inter', sans-serif;
}

h1,h2,h3,h4,p,span,ol,ul,li,dl,dt,dd,tr,th,td{
	letter-spacing: 0.1em;
}

.text_line {
	color: #005AD8;
	text-decoration: underline;
}

.mode_sp{
	display: none;
}

.mode_pc{
	display: block;
}

@media screen and (max-width: 768px) {
	.mode_sp{
		display: block;
	}
	.mode_pc {
		display: none;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
}

.blue_btn {
		display: inline-block;
		border-radius: 50px;
		width: 100%;
		color: #fff;
		font-weight: bold;
		background-color: #005AD8;
		text-align: center;
		box-sizing: border-box;
	}

/* header */
#header {
	position: fixed;
	width: 100%;
	max-height: 90%;
	background: #fff;
	z-index: 8;
	top: 0;
}

#header .wrap {
	margin: 10px 0;
}

#header .inner {
	width: 96.25%;
	margin: 0 auto;
}

#header .header_area {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

#header .header_img {
	width: 18.8%;
}

#header .header_box {
	display: flex;
	width: calc(100% - 19%);
    justify-content: flex-end;
}

#header .header_list {
	width: 100%;
    align-items: center;
	justify-items: flex-end;
}

#header .header_list ul {
	display: flex;
	width: 100%;
	flex-direction: row;
    align-items: center;
	justify-content: flex-end;
}

#header .header_list ul li {
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-right: 4.3%;
	text-align: center;
}

#header .header_list ul li span {
	font-size: 13px;
	color: #005AD8;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#header .header_list .menu_button {
	margin-right: 2.5%;
	width: 100%;
	max-width: 240px;
}

#header .header_list .menu_button a {
	display: flex;
	padding: 4.9% 1%;
	border-radius: 50px;
	text-align: center;
	justify-content: center;
	background: linear-gradient(to right, #0048CE 0%, #005AD8 25%, #0048CE 50%, #005AD8 75%, #0048CE 100%);
	flex-direction: column;
}

#header .header_list .menu_button span {
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#header .header_list .bold {
	color: black;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

#header .header_list .menu_button .bold--white {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.sns_btn {
	display: flex;
    align-items: center;
	width: 9.8%;
}

.sns_btn ul{
	display: flex;
	width: 100%;
}

.sns_btn .sns_button:first-of-type {
	margin-right: 10px;
}

.sns_btn .sns_button span {
	position: relative;
	display: inline-block;
	width: 50px;
    height: 50px;
	border: 1px solid #AAAAAA;
	border-radius: 50%;
	background-color: #fff;
}

.sns_btn .sns_button a span::after {
	content: "";
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    top: 0px;
    width: 14px;
    height: 100%;
    background-image: url(/img/instagram.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center center;
}

.sns_btn .facebook_btn a span::after {
    width: 22px;
    background-image: url(/img/facebook.png);
}

#sp_header {
	display: none;
}

@media screen and (max-width: 1300px) {

	#header .inner {
		padding: 0 1%;
	}

	#header .header_list ul li {
		margin-right: 2%;
	}

	#header .header_box {
		justify-content: unset;
	}
	#header .header_list {
		width: 88%;
	}
}

@media screen and (max-width:1200px){
	#header .header_list .menu_button {
		margin-right: 1%;
		width: 28%;
	}
}

@media screen and (max-width:1100px){
	#header .sns_btn .sns_button:first-of-type {
		margin-right: 4%;
	}
}


@media screen and (max-width:1000px){
	#header {
		display: none;
	}

	#sp_header {
		display: block;
	}

	#sp_header .wrap{
		width: 100%;
		background: #fff;
		z-index: 6;
	}

	#sp_header .header_label {
		display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        background: #fff;
        width: 100%;
        z-index: 8;
	}

	#sp_header .header_img {
		margin: 0 0 0 2.7%;
        width: 50.66%;
		max-width: 190px;
	}

	#sp_header .menu_btn {
		position: relative;
		display: flex;
		width: 60px;
		height: 60px;
		background-color: #005AD8;
		cursor: pointer;
	}

	#sp_header .menu_btn_inner {
		position: relative;
		max-width: 24px;
		height: 24px;
		margin: auto;
        width: 100%;
	}

	#sp_header .menu_btn span {
		position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        width: 18px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
	}
	#sp_header .menu_btn, #sp_header .menu_btn span {
		transition: all .5s;
		box-sizing: border-box;
	}
	#sp_header .menu_btn .menu1 {
		top: 5px;
	}
	#sp_header .menu_btn .menu2 {
		top: 11px;
	}
	#sp_header .menu_btn .menu3 {
		bottom: 4.5px;
	}

	#sp_header.open .menu_btn .menu1 {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}

	#sp_header.open .menu_btn .menu2 {
		opacity: 0;
	}

	#sp_header.open .menu_btn .menu3 {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}

	#sp_header .header_box {
		position: fixed;
		width: 100%;
		background: #fff;
		z-index: 8;
		height: 100vh;
		transform: translateX(100%);
		transition: ease .7s;
		margin-top: 60px;
	}

	#sp_header.open .header_box {
		transform: translateX(0);
	}

	#sp_header .header_box_scroll {
		display: flex;
        flex-direction: column;
        align-items: center;
		height: 547px;
        overflow-y: auto;
        padding: 40px 0 0;
	}

	#sp_header .header_list {
		width: 85%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#sp_header .header_list ul {
		width: 100%;
	}

	#sp_header .header_list ul a {
		display: flex;
        text-align: center;
        flex-direction: column;
	}

	#sp_header .header_list ul li {
		position: relative;
		display: block;
		font-size: 17px;
		line-height: 1.6;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}

	#sp_header .header_list ul li .en {
		font-size: 13px;
		color: #005AD8;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}

	#sp_header .header_list .menu_button {
		width: 100%;
		max-width: 295px;
        margin: 0 auto 30px;
	}

	#sp_header .header_list .menu_button a {
		display: flex;
		padding: 4% 1%;
		border-radius: 50px;
		text-align: center;
		justify-content: center;
		flex-direction: column;
	}

	#sp_header .header_list .menu_button .btn_orange {
		background: linear-gradient(to right, #FF6A00 0%, #FA8D40 25%, #FF6A00 50%, #FA8D40 75%, #FF6A00 100%);
	}

	#sp_header .header_list .menu_button .btn_blue {
		background: linear-gradient(to right, #0048CE 0%, #005AD8 25%, #0048CE 50%, #005AD8 75%, #0048CE 100%);
	}

	#sp_header .header_list .menu_button span {
		color: #fff;
		font-size: 13px;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}

	#sp_header .header_list .bold {
		color: black;
		font-size: 17px;
		font-weight: bold;
		line-height: 1.6;
	}

	#sp_header .header_list .menu_button .bold--white {
		color: #fff;
		font-size: 17px;
		font-weight: bold;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}

	.sns_btn {
		width: 30%;
	}

	.sns_btn .sns_button:first-of-type {
		margin-right: 10px;
	}

	#sp_header .sns_btn ul {
		justify-content: center;
	}
}

@media screen and (max-width:768px) {
	#sp_header .header_box_scroll {
        height: 135vw;
	}
}

/* 波 */
.point_wave {
    max-width: 140px;
	max-height: 30px;
    width: 100%;
    height: 100%;
	position: relative;
    margin-left: auto;
}

.point_wave01 img:first-of-type {
    max-width: 50.91px;
    position: absolute;
    top: 0;
    right: 10.37px;
}

.point_wave01 img:last-of-type {
    max-width: 83.59px;
    position: absolute;
    bottom: 0;
    left: 10.78px;
}

.point_wave02 img:first-of-type {
    max-width: 50.91px;
    position: absolute;
    top: 0;
    right: 0;
}

.point_wave02 img:last-of-type {
    max-width: 83.59px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.point_wave01,
.point_wave02 {
	opacity: 0;
	transition: opacity 0.4s ease;
	position: absolute;
	inset: 0;
}

.point_wave01.active,
.point_wave02.active {
	opacity: 1;
}

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


/* 下層MV */

.lower_main {
	padding-top: 92px;
}

.sub_mv {
	max-height: 600px;
}

.mv_bk {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 17.7vw;
    width: 100%;
    padding-bottom: 600px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: -3;
}

.mv_ring {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 430px;
    height: 100%;
    bottom: 0;
    top: 0;
    display: block;
    z-index: 1;

    --ring-rotate: 0deg;
}

.mv_ring::after {
    content: "";
    margin: auto;
    margin-top: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/img/ring.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    transform: rotate(var(--ring-rotate));
}

.mv_gull_img {
	position: absolute;
    width: 90px;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
}

.mv_ring h1 {
	position: absolute;
	top: 260px;
	transform: translateX(-50%);
    left: 50%;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #fff;
}

.mv_ring p {
	display: inline-block;
    position: absolute;
    top: 362px;
	left: 50%;
	transform: translateX(-50%);
    padding: 5px 20px;
    border-radius: 50px;
    justify-content: center;
    font-size: 22px;
	color: #fff;
    font-weight: 800;
    line-height: 1;
	letter-spacing: 0.05em;
    background-color: #005AD8;
	white-space: nowrap;
}

@media screen and (max-width: 1000px) {

	.mv_bk {
    margin-top: 0;
}

}

@media screen and (max-width: 768px) {
	.mv_bk {
		margin-bottom: 130px;
		padding-bottom: 70vw;
	}

	.mv_ring{
		width: 300px;
	}

	.mv_gull_img {
		top: 24vw;
		width: 60px;
	}

	.mv_ring h1 {
		top: 34vw;
		font-size: 25px;
	}

	.mv_ring p {
		top: 43vw;
		padding: 3px 15px;
        font-size: 15px;
	}
}

@media screen and (max-width: 500px) {

	.mv_ring{
		width: 250px;
	}

	.mv_gull_img {
		top: 19.7vw;
	}

	.mv_ring h1 {
        top: 32.5vw;
    }

	.mv_ring p {
		top: 43.9vw;
	}
}

@media screen and (max-width: 375px) {

	.mv_ring{
		width: 200px;
	}

	.mv_gull_img {
		top: 15.7vw;
	}

	.mv_ring h1 {
        top: 31.5vw;
    }

	.mv_ring p {
		top: 44.9vw;
	}
}


/* 注意事項 */

.caution_area {
	width: 100%;
    margin: 0 auto;
	padding: 150px 0 130px;
}

.caution_box {
	filter: drop-shadow(30px 30px rgba(0, 0, 0, 0.15));
	transform: translateZ(0);
}

.caution_title {
	padding: 52px 3%;
    border-radius: 50px 50px 0 0;
	text-align: center;
	justify-content: center;
	background: linear-gradient(to right, #0048CE 0%, #005AD8 25%, #0048CE 50%, #005AD8 75%, #0048CE 100%);
	flex-direction: column;
	z-index: 5;
}

.caution_title_text h2 {
	font-size: 29px;
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
}

.caution_title_text {
	position: relative;
	max-width: 34.3%;
    margin: auto;
}


.caution_title_text .less_mark::before,
.caution_title_text .greater_mark::before {
	display: block;
    position: absolute;
    content: "";
    width: 21px;
    height: 4px;
    border-radius: 2px;
    background: #8AF6FF;
}

.caution_title_text .less_mark::after,
.caution_title_text .greater_mark::after {
	display: block;
    position: absolute;
    content: "";
	width: 21px;
    height: 4px;
    border-radius: 2px;
    background: #B5F1AE;
}

.caution_title_text .less_mark::before {
	transform: rotate(-50deg);
	top: 10px;
    left: -14px;
}

.caution_title_text .less_mark::after {
	transform: rotate(50deg);
	bottom: 10px;
    left: -14px;
}

.caution_title_text .greater_mark::before {
	transform: rotate(50deg);
	top: 10px;
	right: -14px;
}

.caution_title_text .greater_mark::after {
	transform: rotate(-50deg);
	bottom: 10px;
	right: -14px;
}


.caution_text_area {
	position: relative;
    border-radius: 0 0 50px 50px;
    padding: 50px 6% 60px;
    background-color: #fff;
}

.caution_text li {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	padding: 40px 0 38px 50px;
	border-bottom: 2px dotted #0048CE;
}

.caution_text li:first-of-type {
	padding-top: 0;
}

.caution_text li:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

.caution_text li:nth-of-type(2) {
	padding: 40px 0 35px 50px;
}

.caution_text li:first-of-type::before {
	position: absolute;
    content: "";
    display: block;
    background-image: url(/img/exclamation.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 25px;
    height: 25px;
    top: 10px;
    left: 0;
}

.caution_text li::before {
	position: absolute;
    content: "";
    display: block;
    background-image: url(/img/exclamation.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 25px;
    height: 25px;
    top: 50px;
    left: 0;
}

.caution_text .under_line {
	font-weight: bold;
	text-decoration: underline;
}

.caution_text .small {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	line-height: 2;
	margin-top: 15px;
}

.caution_info {
	padding: 25px;
    border-radius: 20px;
	background-color:#EFF3F7;
	max-width: 89%;
	margin-top: 25px;
    margin-left: 50px;
}

.caution_info .info_small {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	margin-left: 0;
	margin-top: 0;
}

.tel_mail {
	display: flex;
	flex-wrap: wrap;
}

.mode_sp375{
	display: none;
}

@media screen and (max-width: 400px) {
	.tel_mail {
		display: block;
		flex-wrap: wrap;
	}
	.mode_sp375{
		display: block;
	}
}


.caution_info a {
	font-weight: bold;
}

.caution_text .caution_info p:first-of-type::before {
    display: none;
}

@media screen and (max-width: 768px) {
	.caution_area {
		padding: 70px 0;
	}

	.caution_title {
	padding: 25px 3%;
    border-radius: 35px 35px 0 0;
}

.caution_title_text h2 {
	font-size: 20px;
}

.caution_title_text {
	position: relative;
	max-width: 34.3%;
    margin: auto;
}


.caution_title_text .less_mark::before,
.caution_title_text .less_mark::after,
.caution_title_text .greater_mark::before,
.caution_title_text .greater_mark::after {
	width: 12px;
	height: 3px;
}

.caution_title_text .less_mark::before {
	top: 8px;
    left: -45px;
}

.caution_title_text .less_mark::after {
	bottom: 8px;
    left: -45px;
}

.caution_title_text .greater_mark::before {
	top: 8px;
	right: -45px;
}

.caution_title_text .greater_mark::after {
	bottom: 8px;
	right: -45px;
}


.caution_text_area {
    border-radius: 0 0 35px 35px;
    padding: 35px 6% 40px;
}

.caution_text li::before {
    width: 21px;
    height: 21px;
    top: 26px;
    left: 0px;
}

.caution_text li:first-of-type:before {
    width: 21px;
    height: 21px;
    top: 7px;
}

.caution_text li {
	font-size: 15px;
	padding: 20px 0 20px 35px;
}

.caution_text li:nth-of-type(2) {
	padding: 20px 0 20px 35px;
}

.caution_text .under_line {
	font-weight: bold;
	text-decoration: underline;
}

.caution_text .small {
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
	margin-top: 5px;
}

.caution_info {
	padding: 20px;
	border-radius: 15px;
	margin-top: 15px;
	margin-left: 30px;
}

.caution_info .info_small {
	font-size: 13px;
}
}

.splide_text .splide__slide {
	width: max-content !important;
	flex-shrink: 0 !important;
}

.scroll_text{
	position: relative;
	z-index: 2;
}
.back--bg_gray {
	background-color: #EFF3F7;
}

.scroll_text.back--bg_gray .wrap {
	padding: 140px 0 0;
}

.back--bg_blue {
	position: relative;
	background-color: #005AD8;
	z-index: 7;
}

.scroll_text.back--bg_blue::before {
	content: "";
    display: block;
    background-image: url(/img/wave_blue.png);
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: center;
    width: 100%;
    height: 20vw;
    position: absolute;
	top: -15.5vw;
    left: 0;
}

.scroll_text_area {
    white-space: nowrap;
    position: relative;
}

.scroll_text_area.back--bg_blue {
	height: 400px;
}

.scroll_text_area .text--trans_white {
	font-size: 160px;
	font-weight: 800;
	line-height: 0.78;
	color: rgba(255, 255, 255, 10%);
	white-space: nowrap;
	z-index: 2;
}

.scroll_text_area .text--white {
	font-size: 160px;
	font-weight: 800;
	color: #fff;
	white-space: nowrap;
    z-index: 2;
}

@media screen and (max-width: 1000px) {
	.scroll_text.back--bg_gray .wrap {
		padding: 0 0 0;
	}
}


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

	.scroll_text.back--bg_gray .wrap {
		padding: 3px 0 0px;
	}

	.scroll_text_area.back--bg_blue {
	height: 200px;
}

	.scroll_text_area .text--white {
		font-size: 80px;
	}

	.scroll_text_area .text--trans_white {
		font-size: 80px;
		padding: 20px 0;
	}

	.scroll_text.back--bg_blue::before {
    background-image: url(/img/wave_blue_sp.png);
	height: 200px;
	top: -65%;
}

.scroll_text .scroll_text_area .white_dot01{
	display: none;
}

	.scroll_text .scroll_text_area .white_dot02{
		display: none;
	}

.scroll_text .scroll_text_area .white_dot03{
		display: none;
	}
}

/* 追従ボタン */

#floating{
	position: relative;
	z-index: 8;
}
#floating > a{
	transition: opacity 0.2s ease;
}
#floating > a:hover{
	opacity: 0.7;
}
#floating .floating_btn {
	position: fixed;
	bottom: 22%;
	right: 0;
	max-width: 90px;
	max-height: 330px;
	border-radius: 20px 0 0 20px;
	border: 2px #fff solid;
    border-right: none;
	background-color: #CE5600;
	filter: drop-shadow(0 20px rgba(0, 0, 0, 0.15));
	transform: translateZ(0);
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 8;
}

#floating .btn_en {
	padding: 7px 10px 7px 15px;
	background-color: #CE5600;
	max-width: 90px;
}

#floating .btn_en p {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#floating .btn_jp{
	background-color: #FF6A00;
	max-width: 90px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

#floating .btn_jp p{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
	margin-top: 18px;
    margin-bottom: 15px;
}

#floating .floating_img {
	width: 45.32%;
	margin-left: 14%;
	line-height: 0;
}

.no_floating #floating {
    display: none;
}

@media screen and (max-width: 768px) {
	#floating > a:hover{
		opacity: 1;
	}
	#floating .floating_btn {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		max-width: none;
		width: 100%;
		max-height: 77px;
        border-radius: 15px 15px 0 0;
		border-bottom: none;
		border-right: 2px solid #fff;
		filter: none;
	}

	#floating .btn_en {
		padding: 3px 5px;
		max-width: none;
		width: 100%;
		text-align: center;
	}

	#floating .btn_en p {
		font-size: 11px;
	}

	#floating .btn_jp{
		flex-direction: row;
		max-width: none;
		justify-content: center;
		width: 100%;
        text-align: center;
	}

	#floating .btn_jp p{
		font-size: 18px;
		writing-mode: lr;
		margin-top: 2px;
		margin-bottom: 1px;
	}

	#floating .floating_img {
		max-width: 31px;
		width: 8.32%;
        margin: 3px 0 0 2%;
	}
}



/* ページトップ */

.top_btn {
	position: fixed;
	right: 30px;
    bottom: 10px;
	z-index: 2;
}

.top_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #000;
}

.top_btn a img {
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 768px) {
	.top_btn {
		right: 22px;
		bottom: 85px;
	}

	.top_btn a {
		width: 40px;
		height: 40px;
	}

	.top_btn .mover {
		transition: none;
	}

	.top_btn .mover:hover {
		opacity: unset;
	}
}


/* footer */

#footer {
	position: relative;
	width: 100%;
	background-color: #EFF3F7;
	z-index: 7;
}

.wave_gray::before {
	position: absolute;
	content: "";
    display: block;
    background-image: url(/img/wave.png);
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: center;
    width: 100%;
	height: 20vw;
    position: absolute;
	top: -16vw;
    left: 0;
}

#footer .wrap {
	padding: 25px 0 50px;
}

#footer .inner {
	width: 90%;
	max-width: 1300px;
    margin: auto;
	padding-bottom: 15px;
}

#footer .footer_list {
	display: flex;
	max-width: 1300px;
    margin: auto;
	padding-bottom: 15px;
}

#footer .footer_list_box {
	max-width: 300px;
	width: 100%;
	border-top: 1px solid #005AD8;
	margin-right: 7.7%;
}

#footer .footer_list_box:last-of-type {
	margin-right: 0;
}

#footer .footer_list h2 {
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 23px;
	color: #005AD8;
	line-height: 2;
}

#footer .footer_list .name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 2;
}

#footer .footer_list .address {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 2;
}

#footer .footer_list .info_list p,
#footer .footer_list .info_list span {
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 2;
}

#footer .footer_list .info_list .blue {
	color: #005AD8;
	margin: 0 4px;
}

#footer .footer_list .sitemap_list {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 2;
	letter-spacing: 0.1em;
}

#footer .footer_list .sitemap_list ul li {
	font-size: 15px;
	line-height: 2;
}

#footer .footer_list .sitemap_list ul li a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

#footer .footer_list .sitemap_list ul li a::before {
	content: '';
	width: 5px;
	height: 5px;
	border: 0;
	border-top: solid 1px #005AD8;
	border-right: solid 1px #005AD8;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

#footer .footer_list .pdf_list {
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 2;
	letter-spacing: 0.1em;
}

#footer .footer_list .pdf_list ul li {
	font-size: 15px;
	line-height: 2;
}

#footer .footer_list .pdf_list ul li a {
	position: relative;
	display: inline-block;
	padding-left: 18px;
}

#footer .footer_list .pdf_list ul li a::before {
	content: '';
	width: 5px;
	height: 5px;
	border: 0;
	border-top: solid 1px #005AD8;
	border-right: solid 1px #005AD8;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.copyright {
	text-align: right;
}

.copyright small{
	font-size: 13px;
	color: #AAAAAA;
	line-height: 1.6;
	letter-spacing: 0.1em;
}


@media screen and (max-width:1130px){
	#footer .footer_list_box {
    margin-right: 4.8%;
}
}

@media screen and (max-width:768px){
.wave_gray::before {
	position: absolute;
	content: "";
    display: block;
    background-image: url(/img/wave_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: center;
    width: 100%;
    height: 200px;
    position: absolute;
	top: -15.2%;
    left: 0;
}

	#footer .wrap {
		padding: 65px 0 90px;
	}

	#footer .inner {
		max-width: 335px;
		margin: auto;
		padding-bottom: 0;
	}

	#footer .footer_list {
		display: block;
		margin: auto;
		padding-bottom: 8px;
	}

	#footer .footer_list h2 {
	margin-bottom: 22px;
}

	#footer .footer_list_box {
		width: 100%;
        max-width: 335px;
		margin-right: 0;
		margin-bottom: 40px;
	}

	#footer .footer_list .pdf_list:last-of-type {
		margin-bottom: 0px;
	}

	#footer .footer_list_box:last-of-type {
		margin-right: 0;
	}

	#footer .sns_btn .sns_button:first-of-type {
		margin-right: 10px;
	}

	.copyright {
		text-align: center;
	}

}

@media screen and (max-width: 330px) {
	.wave_gray::before {
        top: -14.2%;
    }
}

.text {
	-webkit-text-fill-color: transparent;
	line-height: 1.6;
}

.text--gra_blue{
	background: linear-gradient(to right, #0082D8 0%, #005AD8 33%, #0082D8 66%, #005AD8 100%);
	-webkit-background-clip: text;
}

.text--gra_green{
	background: linear-gradient(to right, #8AF6FF 0%, #fff 15%, #fff 30%, #B5F1AE 50%, #fff 70%, #fff 85%, #8AF6FF 90%);
	-webkit-background-clip: text;
}

.text--gra_bule_green{
	background: linear-gradient(to right, #8AF6FF 0%, #fff 30%, #fff 70%,  #B5F1AE 100%);
	-webkit-background-clip: text;
}

.text--gra_green_circle{
	background: conic-gradient(from 180deg at 50% 50%, #8AF6FF 0%, #fff 15%, #B5F1AE 50%, #fff 70%, #8AF6FF 90%);
	-webkit-background-clip: text;
}

.text--gra_status{
	background: linear-gradient(to right, #C5FBFF 0%, #DDFFD9 100%);
}


img {
	max-width: 100%;
}

.img--line {
	border: 1px solid #fff;
	border-radius: 50px;
	transform: translateZ(0);
}

@media screen and (max-width: 768px) {
	.img--line {
		border-radius: 25px;
	}
}

.line--white {
	background-image: linear-gradient(to right, #FFF, #FFF);
}

.line--sky_blue {
	background-image: linear-gradient(to right, #0082d8, #0082d8);
}

.line--green{
	padding: 0 5px;
	border-bottom: 4px solid;
	border-image: linear-gradient(to right, #8AF6FF 0%, #B5F1AE 50%);
    border-image-slice: 1;
}

.line--blue_green{
	padding: 0 5px;
	border-bottom: 4px solid;
	border-image: linear-gradient(to right, #8AF6FF 0%, #fff 30%, #fff 70%,  #B5F1AE 100%);
    border-image-slice: 1;
}

.line--blue{
	padding: 0 5px;
	border-bottom: 4px solid;
	border-image: linear-gradient(to right, #0082D8 0%, #005AD8 33%, #0082D8 66%, #005AD8 100%);
    border-image-slice: 1;
}

.scroll_line {
	display: block;
	max-width: 360px;
	margin: 0 auto;
	background-size: 0 4px;
	background-repeat: no-repeat;
	background-position: left bottom;
	transition: background-size 0.3s;
	padding-bottom: 10px;
	margin-bottom: 23px;
}

.scroll_line.active {
	background-size: 100% 4px;
}

@media screen and (max-width: 768px) {
	.scroll_line {
		max-width: 84.4px;
		transition: background-size 0.5s;
	}
}

@media (orientation: landscape) and (max-width: 850px) {
	#sp_header .header_box_scroll {
        height: 28vw;
    }
}

@media (orientation: landscape) and (max-height: 350px) {
	#sp_header .header_box_scroll {
        height: 25vw;
    }
}
