:root{
	--gothic: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	--mincho:"Noto Serif JP", serif;
	--c-main: #0F325C;
	--c-sub-01: #014DA7;
	--c-sub-02: #0066BA;
	--c-line: #06C755;
}

*{
	background-repeat: no-repeat;
}

body{
	color: #333;
	font-family: var(--gothic);
	font-size: 1.6rem;
	position: relative;
}

p{
	line-height: 1.6em;
}

li{
	line-height: 1.6em;
}

a{
	color: #333;
	transition: 0.2s;
}

::before,
::after{
	transition: 0.2s;
}

.inner{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: calc(100% - 6rem);
}

.mincho{
	font-family: var(--mincho);
}

.c-line{
	color: var(--c-line);
}

.flex_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.bold{
	font-weight: 700;
}

/*-- ↓ under 767px ↓ ---------------------------*/
@media (max-width: 767.9px){
	.inner{
		width: calc(100% - 2rem);
	}
}


#page_top{
	background-color: #fff;
	border: 1px solid var(--c-main);
	border-radius: 5px;
	height: 7rem;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	width: 7rem;
	z-index: 10;
}

#page_top a{
	height: 100%;
	position: relative;
	width: 100%;
}

#page_top a::before{
	border-top: solid 4px var(--c-main);
	border-right: solid 4px var(--c-main);
	content: '';
	height: 1.2rem;
	margin-top: -0.3rem;
    margin-left: 0.4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(-45deg) translate(-50%,-50%);
	width: 1.2rem;
}

#page_top a:hover{
	background-color: var(--c-main);
	border-color: #fff;
}

#page_top a:hover::before{
	border-color: #fff;
}

/*-- ↓ under 767px ↓ ---------------------------*/
@media (max-width: 767.9px){
	#page_top{
		height: 6rem;
		bottom: 70px;
		width: 6rem;
	}
}


.line_btn a{
	background-color: var(--c-line);
	border: 1px solid var(--c-line);
	border-radius: 10px;
	color: #fff;
	font-size: clamp(1.6rem,1.23vw,2rem);
	font-weight: 500;
	padding: 1.5rem clamp(1rem,0.77vw,2rem);
}

.line_btn a:hover{
	opacity: 0.6;
}

.line_btn a::before{
	background-image: url("../img/common/icon_line.svg");
	background-size: contain;
	content: "";
	display: inline-block;
	height: 2em;
	margin-right: 0.5em;
	vertical-align: middle;
	width: 2em;
}

.link_btn{
	margin-top: 4.5rem;
}

.link_btn a{
	background-color: var(--c-main);
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	max-width: 360px;
	padding: 3rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.link_btn a:hover{
	opacity: 0.6;
}

.link_btn a::before{
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	content: '';
	height: 8px;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
}

/*-- ↓ under 767px ↓ ---------------------------*/
@media (max-width: 767.9px){
	.link_btn{
		margin-top: 2.5rem;
	}
}

/*==========================================

header

==========================================*/
header{
	align-items: center;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	position: sticky;
	top: 0;
	padding: 1.5rem 3rem;
	z-index: 100;
}

header .logo{
	align-items: center;
	display: flex;
	font-size: clamp(1.6rem,1vw,2rem);
	font-weight: 500;
	flex-wrap: wrap;
	width: 35%;
}

header .logo img{
	max-width: 20.5rem;
	margin-right: 3rem;
	width: 100%;
}

header nav ul{
	align-items: center;
	display: flex;
	gap: 0 clamp(2rem,1.95vw,4rem);
}

header nav ul li:not(.line_btn) a{
	background-image: linear-gradient(#000, #000);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 0 2px;
	transition: background-size 0.3s;
	font-weight: 500;
	padding: 1rem 0;
}

header nav ul li:not(.line_btn) a:hover {
  background-position: bottom left;
  background-size: 100% 2px;
	color: #5797E4;
}

.hamburger_btn{
	display: none;
}

/*-- ↓ under 1400px ↓ ---------------------------*/
@media (max-width: 1400px){
	header .logo{
		width: 25%;
	}
	
	header .logo img{
		margin-right: 1.5rem;
	}
}

/*-- ↓ under 1024px ↓ ---------------------------*/
@media (max-width: 1024.9px){
	header{
		height: 80px;
		padding: 1.5rem 1.5rem;
	}
	
	header .logo{
		font-size: 1.4rem;
		width: 100%;
	}
	
	header .logo img{
		max-width: 12rem;
	}
	
	header nav{
		background-color: rgba(0,0,0,0.6);
		height: calc(100% - 80px);
		opacity: 0;
		pointer-events: none;
		position: fixed;
		top: 80px;
		left: 0;
		width: 100%;
	}
	
	header nav ul{
		background-color: #fff;
		flex-flow: column;
		height: 100%;
		margin-left: auto;
		margin-right: 0;
		width: 250px;
	}
	
	header nav.open{
		pointer-events: auto;
		opacity: 1;
	}
	
	.hamburger_btn{
		display: block;
		height: 30px;
		position: relative;
		width: 50px;
	}
	
	.hamburger_btn span{
		background-color: var(--c-main);
		border-radius: 5px;
		display: block;
		height: 5px;
		position: absolute;
		transition: 0.3s;
		width: 100%;
	}
	
	.hamburger_btn span:nth-child(1){
		top: 0;
	}
	.hamburger_btn span:nth-child(2){
		top: 50%;
	}
	.hamburger_btn span:nth-child(3){
		top: 100%;
	}
	
	.hamburger_btn.open span:nth-child(1){
		transform: rotate(45deg);
		top: 45%;
	}
	.hamburger_btn.open span:nth-child(2){
		opacity: 0;
	}
	.hamburger_btn.open span:nth-child(3){
		transform: rotate(-45deg);
		top: 45%;
	}
	
}

/*==========================================

side

==========================================*/
.sidebar{
	display: flex;
	gap: 3rem;
	flex-flow: column;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 10;
}

.sidebar a{
	align-items: center;
	background-color: #fff;
	border: 1px solid var(--c-main);
	border-radius: 10px 0 0 10px;
	color: var(--c-main);
	font-size: 1.6rem;
	font-weight: 700;
	display: flex;
	flex-flow: column;
	height: 105px;
	line-height: 1.2em;
	justify-content: center;
	padding: 8px 0;
	text-align: center;
	width: 80px;
}

.sidebar a.line{
	border-color: var(--c-line);
	color: var(--c-line);
}

.sidebar a:hover{
	background-color: #CADBF0;
}

.sidebar a.line:hover{
	background-color: #E4FFEF;
}

.sidebar a img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	height: 4rem;
	width: 4rem;
}

/*-- ↓ under 767px ↓ ---------------------------*/
@media (max-width: 767.9px){
	.sidebar{
		flex-flow: row;
		gap: 0;
		top: auto;
		left: 0;
		bottom: 0;
		transform: none;
	}
	
	.sidebar a{
		border-radius: 0;
		flex-flow: row;
		height: auto;
		text-align: left;
		width: 50%;
	}
	
	.sidebar a img{
		margin-right: 7px;
		margin-bottom: 0;
	}
}


.line_bnr{
	background-color: var(--c-line);
	border-radius: 10px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-top: clamp(3rem,3.91vw,6rem);
	margin-bottom: clamp(3rem,3.91vw,6rem);
	min-height: 35.8rem;
	padding: 1rem 2rem;
	position: relative;
}

.line_bnr .qr{
	position: absolute;
	right: 2rem;
	bottom: -1px;
	width: 24%;
}

.line_bnr .text_box{
	width: 75%;
}

.line_bnr .text_box .head{
	font-size: clamp(4rem,3.39vw,5rem);
	font-weight: 900;
}

.line_bnr .text_box .head::before{
	background-image: url("../img/common/icon_line.svg");
	background-size: cover;
	content: "";
	display: inline-block;
	height: 9.2rem;
	vertical-align: middle;
	width: 9.2rem;
}

.line_bnr .text_box .present{
	display: flex;
	gap: 6rem;
}

.line_bnr .text_box .present .item{
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	color: var(--c-main);
	display: flex;
	font-size: clamp(1.8rem,1.43vw,2rem);
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 3rem;
	max-width: 350px;
	min-height: 1.1rem;
	padding: 2rem;
	position: relative;
	width: 38%;
}

.line_bnr .text_box .present .item.pdf{
	padding-left: 13rem;
}

.line_bnr .text_box .present .item.pdf::after{
	color: #fff;
	content: "+";
	font-weight: 500;
	font-size: 7rem;
	position: absolute;
	top: 50%;
	left: calc(100% + 1rem);
	transform: translateY(-50%);
}

.line_bnr .text_box .present .item.zoom{
	padding-left: 15rem;
}

.line_bnr .text_box .present .item .img_box{
	left: 1.5rem;
	position: absolute;
}

.line_bnr .text_box .present .item.pdf .img_box{
	max-width: 9rem;
	width: 100%;
}

.line_bnr .text_box .present .item.zoom .img_box{
	max-width: 14rem;
	width: 100%;
}

.line_bnr .text_box .yellow{
	color: #F9EE05;
	font-size: 4rem;
	font-weight: 900;
}

/*-- ↓ under 767px ↓ ---------------------------*/
@media (max-width: 767.9px){
	.line_bnr{
		background-color: #fff;
		border: 2px solid var(--c-line);
		color: var(--c-line);
		margin: 1rem auto;
		min-height: 1px;
		padding: 1rem;
	}
	
	.line_bnr .text_box{
		width: 100%;
	}
	
	.line_bnr .text_box .head{
		font-size: 1.8rem;
		text-align: center;
	}
	
	.line_bnr .text_box .head::before{
		height: 2.5rem;
		margin-right: 7px;
		width: 2.5rem;
	}
	
	.line_bnr .text_box .present{
		gap: 0 1.5rem;
		justify-content: center;
	}
	
	.line_bnr .text_box .present .item{
		border: 2px solid var(--c-line);
		font-size: 1.3rem;
		margin-top: 1rem;
		margin-bottom: 5px;
		max-width: 200px;
		padding: 0;
		width: 50%;
	}
	
	.line_bnr .text_box .present .item.pdf::after{
		color: var(--c-line);
		font-size: 2.5rem;
		left: calc(100% + 0.25rem);
	}
	
	.line_bnr .text_box .present .item.pdf{
		padding-left: 45px;
	}
	
	.line_bnr .text_box .present .item.pdf .img_box{
		max-width: 35px;
		left: 5px;
	}
	
	.line_bnr .text_box .present .item.zoom{
		padding-left: 64px;
	}
	
	.line_bnr .text_box .present .item.zoom .img_box{
		max-width: 64px;
		left: 0;
	}
	
	.line_bnr .text_box .yellow{
		color: #333;
		font-size: 1.5rem;
		text-align: center;
	}
	
	.line_bnr .line_btn a{
		font-size: 2rem;
		margin-top: 12px;
		max-width: 250px;
		width: 100%;
	}
	
	.line_bnr .qr{
		display: none;
	}
}

/*==========================================

footer

==========================================*/
footer{
	background-color: var(--c-main);
	color: #fff;
	padding-top: 6rem;
}

footer .inner{
	padding-bottom: 14rem;
}

footer .logo{
	background-color: #fff;
	max-width: 205px;
	width: 100%;
}

footer nav ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 4rem;
}

footer nav ul li a{
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
}

footer nav ul li a:hover{
	opacity: 0.6;
}

footer .line_btn{
	margin-top: 3.5rem;
	text-align: right;
}

footer .line_btn a{
	background-color: #fff;
	color: var(--c-line);
}

footer .copyright{
	font-weight: 500;
	padding-bottom: 4.5rem;
	text-align: center;
}

/*-- ↓ under 767px ↓ ---------------------------*/
@media (max-width: 767.9px){
	footer{
		padding-bottom: 5rem;
	}
	
	footer .inner{
		justify-content: center;
		padding-bottom: 3.5rem;
	}
	
	footer nav ul{
		display: none;
	}
}


/*-- ↓ under 767px ↓ ---------------------------*/
@media (max-width: 767.9px){
	.c_swipeHint {
	   position: absolute;
	   padding: 16px;
	   width: 40%;
	   min-width: 155px;
	   aspect-ratio: 16/9;
	   max-height: 150px;
	   background-color: #000;
	   top: 245px;
	   left: 50%;
	   transform: translate(-50%, -50%);
	   z-index: 2;
	   display: grid;
	   place-items: center;
	   opacity: 0;
	   transition: var(--transition-default);
	   pointer-events: none;
	   border-radius: 5px;
	   @include g.mq() {
		  display: none;
	   }
	   &.hide_swipeHint {
		  opacity: 0 !important;
		  visibility: hidden;
	   }
	}

	.c_swipeHint_img {
	   width: 50%;
	}

	.c_swipeHint_text {
	   color: var(--color-white);
	}
}


.slick-dots{
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 2rem;
	width: 100%;
}

.slick-dots button{
	background-color: #A5A8AD;
	border: none;
	border-radius: 50%;
	font-size: 0;
	height: 2rem;
	width: 2rem;
}

.slick-dots .slick-active button{
	background-color: var(--c-main);
}