@charset "UTF-8";


/***************************************************

	共通コンテンツ部

***************************************************/

:root {
	--text: #333;
	--color1: #0063af;
	--color2: #a4adba;
	--header-height: 100px;
}

html, body{margin:0; padding:0}

body{
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: var(--text);
	line-height: 1.8;
	letter-spacing: 0.04em;
	font-family: "LINE Seed JP", sans-serif;
	word-wrap: break-word;
	word-break: break-all;
}

.en{
	font-family: "Courgette", cursive;
}

.en2{
	font-family: "Nunito", sans-serif;
}

a{
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover{
	opacity: 0.8;
}

img{
	max-width: 100%;
	height: auto;
}

.pc-on{display: block;}
.sp-on{display: none;}

.scroll_top{
  scroll-margin-top: var(--header-height);
}


.a_trigger{
	opacity:0;
	transform: translateY(30px);
	transition: opacity .8s ease, transform .8s ease;
}

.a_trigger.active{
	opacity:1;
	transform: translateY(0);
}


header{
	background: #fff;
	margin-bottom: 50px;
}

header .header_wrapper{
	width: 1280px;
	margin: 0 auto;
	padding: 40px 0 26px;
	display: flex;
    justify-content: space-between;
}

header .header_wrapper .logo{
	width: 280px;
}

header .header_wrapper .head_contact{
	width: 150px;
}

header .header_wrapper .head_contact a{
	display: block;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	background: var(--color1);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #fff;
	text-align: center;
}

header .g_navi_wrapp{

}

header .g_navi_wrapp .menu_cont{

}

header .g_navi_wrapp .menu_cont ul{
	display: flex;
	justify-content: center;
    align-items: center;
    gap: 46px;
    line-height: 1;
}

header .g_navi_wrapp .menu_cont ul li{
	position: relative;
}

header .g_navi_wrapp .menu_cont ul li::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 100%;
	background: var(--text);
	position: absolute;
	top: 0;
	right: -23px;
}

header .g_navi_wrapp .menu_cont ul li:last-child::after{
	content: none;
}

header .g_navi_wrapp .menu_cont ul li a{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--text);
}



footer{
	background: #555;
	padding: 36px 0;
	text-align: center;
	color: #fff;
}

footer .f_company{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}

footer .f_add{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}

footer .tel_ul{
	display: flex;
	justify-content: center;
    align-items: center;
    gap: 34px;
	margin-bottom: 16px;
	font-size: 14px;
}

footer .url{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-bottom: 36px;
}

footer .url a{
	color: #fff;
}

footer .copyright{
	font-size: 12px;
}



main{
	padding-bottom: 240px;
}

#page_header{
	height: 300px;
	margin-bottom: 80px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}

#page_header::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
}

#page_header h1{
	font-size: 46px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.2em;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;
	white-space: nowrap;
}


.content_wrapp{
	width: 880px;
	margin: 0 auto;
}

.content_wrapp .section_block{
	margin-bottom: 120px;
}

.content_wrapp .section_block:last-of-type{
	margin-bottom: 0;
}

h2{
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.2em;
	text-align : center;
	margin-bottom: 60px;
}

h2 small{
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: 8px;
}

.main_caption{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 60px;
}










/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1320px){

body{
	font-size: 1.212121vw;
}

.a_trigger{
	opacity:0;
	transform: translateY(2.272727vw);
}

header{
	margin-bottom: 5.681818vw;
}

header .header_wrapper{
	width: 96.969697vw;
	padding: 3.030303vw 0 1.969697vw;
}

header .header_wrapper .logo{
	width: 21.212121vw;
}

header .header_wrapper .head_contact{
	width: 11.363636vw;
}

header .header_wrapper .head_contact a{
	height: 3.409091vw;
	line-height: 3.409091vw;
	border-radius: 0.378788vw;
	font-size: 1.136364vw;
}

header .g_navi_wrapp .menu_cont ul{
    gap: 3.484848vw;
}

header .g_navi_wrapp .menu_cont ul li::after{
	right: -1.742424vw;
}

header .g_navi_wrapp .menu_cont ul li a{
	font-size: 1.363636vw;
}



footer{
	padding: 2.727273vw 0;
}

footer .f_company{
	font-size: 1.363636vw;
	margin-bottom: 1.212121vw;
}

footer .f_add{
	font-size: 1.060606vw;
	margin-bottom: 1.212121vw;
}

footer .tel_ul{
    gap: 2.575758vw;
	margin-bottom: 1.212121vw;
	font-size: 1.060606vw;
}

footer .url{
	font-size: 1.060606vw;
	margin-bottom: 2.727273vw;
}

footer .copyright{
	font-size: 0.909091vw;
}



main{
	padding-bottom: 18.181818vw;
}



#page_header{
	height: 22.727273vw;
	margin-bottom: 6.060606vw;
}

#page_header h1{
	font-size: 3.484848vw;
}



.content_wrapp{
	width: 66.666667vw;
}

.content_wrapp .section_block{
	margin-bottom: 9.090909vw;
}

h2{
	font-size: 3.030303vw;
	margin-bottom: 4.545455vw;
}

h2 small{
	font-size: 1.212121vw;
	margin-top: 0.606061vw;
}

.main_caption{
	font-size: 1.363636vw;
	margin-bottom: 4.545455vw;
}






}


/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:480px){


.pc-on{display: none;}
.sp-on{display: block;}


.a_trigger{
	opacity:0;
	transform: translateY(4.266667vw);
}


body{
	font-size: 3.733333vw;
}


header{
	height: 16vw;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin-bottom: 0;
	z-index: 999;
}

header .header_wrapper{
	width: auto;
	padding: 0;
	display: block;
}

header .header_wrapper .logo{
	width: 48vw;
    position: absolute;
    top: 50%;
    left: 5.333333vw;
    transform: translate(0, -50%);
}

header .g_navi_wrapp{

}

header .g_navi_wrapp .menu_btn{
	display: block;
	width: 16vw;
	height: 16vw;
	position: fixed;
	top: 0;
	right: 0;
}

header .g_navi_wrapp .menu_btn span{
	display: inline-block;
	width: 6.933333vw;
	height: 0.533333vw;
	border-radius: 0.8vw;
	background: var(--color1);
	position: absolute;
	top: 0;
	left: 4.266667vw;
	transition: all 0.2s linear;
}

header .g_navi_wrapp .menu_btn span:nth-of-type(1){
	top: 5.333333vw;
}

header .g_navi_wrapp .menu_btn span:nth-of-type(2){
	top: 8vw;
}

header .g_navi_wrapp .menu_btn span:nth-of-type(3){
	top: 10.666667vw;
}

header .g_navi_wrapp .menu_btn.active span:nth-of-type(1){
	top: 8vw;
	transform: rotate(45deg);
}

header .g_navi_wrapp .menu_btn.active span:nth-of-type(2){
	display: none;
}

header .g_navi_wrapp .menu_btn.active span:nth-of-type(3){
	top: 8vw;
	transform: rotate(-45deg);
}


header .g_navi_wrapp .menu_cont{
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	background: #fff;
	padding: 8vw 5.333333vw 16vw;
	z-index: 10;
}

header .g_navi_wrapp .menu_cont ul{
	display: block;
	line-height: 1.6;
}

header .g_navi_wrapp .menu_cont ul li{
	margin-bottom: 3.733333vw;
}

header .g_navi_wrapp .menu_cont ul li::after{
	content: none;
}

header .g_navi_wrapp .menu_cont ul li a{
	display: block;
	font-size: 3.733333vw;
	font-weight: 400;
	padding: 3.466667vw 6.933333vw;
	border: 1px solid #ccc;
	border-radius: 1.333333vw;
}



header .g_navi_wrapp .head_contact{
	width: 100%;
}

header .g_navi_wrapp .head_contact a{
	display: block;
	height: auto;
	line-height: auto;
	border-radius: 1.333333vw;
	background: var(--color1);
	font-size: 3.733333vw;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: #fff;
	text-align: left;
	padding: 3.466667vw 6.933333vw;
}



footer{
	padding: 6.4vw 0;
}

footer .f_company{
	font-size: 4.266667vw;
	margin-bottom: 4.266667vw;
}

footer .f_add{
	font-size: 3.733333vw;
	margin-bottom: 16px;
}

footer .tel_ul{
	display: block;
	margin-bottom: 3.733333vw;
	font-size: 3.733333vw;
}

footer .url{
	font-size: 3.733333vw;
	margin-bottom: 6.4vw;
}

footer .copyright{
	font-size: 2.666667vw;
}



main{
	padding: 16vw 0 32vw;
}



#page_header{
	height: 32vw;
	margin-bottom: 16vw;
}

#page_header h1{
	font-size: 8vw;
}




.content_wrapp{
	width: auto;
	margin: 0 5.333333vw;
}

.content_wrapp .section_block{
	margin-bottom: 21.333333vw;
}

h2{
	font-size: 6.933333vw;
	margin-bottom: 10.666667vw;
}

h2 small{
	font-size: 3.2vw;
	margin-top: 1.6vw;
}

.main_caption{
	font-size: 4.266667vw;
	margin-bottom: 10.666667vw;
}










}



