@charset "UTF-8";


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

	共通コンテンツ部

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

:root {
	--text: #000;
	--bgcolor1: #fffbc7;
	--text2: #ffeca6;
	--section_color1: #cce9da;
	--section_color2: #b0e9ff;
	--section_color3: #ffe873;
	--section_color4: #f9cfcb;
	--section_color5: #ffeaf2;
}

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

body{
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: var(--text);
	line-height: 1.625;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: var(--bgcolor1);
	word-wrap: break-word;
	word-break: break-all;
}

.en{
	font-family: "Montserrat", 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;}


.wrapper{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

/* --------- ヘッダー ---------- */

header{
	padding: 43px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

header .logo{
	width: 271px;
}

header .menu_wrapp{
	position: absolute;
	top: 0;
	right: 0;
}

header .menu_wrapp .menu_btn{
	display: inline-block;
	width: 116px;
	position: relative;
    z-index: 2;
	cursor: pointer;
}

header .menu_wrapp .menu_cont{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	overflow-y: auto;
    overflow-x: unset;
    display: none;
}

.menu_body{
	width: 1096px;
	margin: 0 auto;
	padding-bottom: 57px;
	position: relative;
}

.menu_body::after{
	content: '';
	display: inline-block;
	width: 2px;
	height: 720px;
	background: #000;
	position: absolute;
    top: 175px;
    left: 48%;
}


header .menu_wrapp .menu_cont .close_btn{
	display: inline-block;
	width: 87px;
	position: relative;
    z-index: 2;
	cursor: pointer;	
	position: absolute;
    top: 67px;
    right: 0;
}

.menu_body .image_block{
	width: 520px;
	padding: 203px 0 20px;
}

.menu_body .image_block .image{
	width: 480px;
	margin: 0 auto;
}

.menu_body .main_menu{
	width: 513px;
	position: absolute;
    top: 171px;
    right: 0;
}

.menu_body .main_menu .main_menu_ul{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
}

.menu_body .main_menu .main_menu_ul li{
	width: 246px;
	margin-bottom: 5px;
}

.menu_body .main_menu .main_menu_ul li.li_title{
	
}

.menu_body .main_menu .sub_menu_ul{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
}

.menu_body .main_menu .sub_menu_ul li{
	width: 100%;
	margin-bottom: 18px;
}

.menu_body .main_menu .sub_menu_ul li:last-child{
	margin-bottom: 0;
}

.menu_body .sns_block{

}

.menu_body .sns_block .sns_link{
	width: 324px;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 34px 82px;;
}

.menu_body .sns_block .sns_link li{
	width: 113px;
}

.menu_body .sns_block .link_btn{
	width: 441px;
	margin-left: 30px;
}

.menu_body .other_link{
	width: 513px;
	position: absolute;
	bottom: 57px;
	right: 0;
}

.menu_body .other_link ul{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.menu_body .other_link ul li.accessibility{
	width: 269px;
}

.menu_body .other_link ul li.privacy{
	width: 160px;
}



/*------- フッター -------*/

footer{
	padding: 50px 0;
	background: #fff;
}

footer .link_btn_top{
	width: 767px;
	margin: 0 auto 68px;
}

footer .other_link{
	width: 542px;
	margin: 0 auto 50px;
}

footer .other_link ul{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

footer .other_link ul li.accessibility{
	width: 295px;
}

footer .other_link ul li.privacy{
	width: 175px;
}

footer .contact_link{
	width: 150px;
	margin: 0 auto 32px;
}

footer .footer_logo{
	width: 499px;
	margin: 0 auto 24px;
}

footer .info_data{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.625;
	text-align: center;
	margin-bottom: 10px;
}

footer .info_data span{
	font-weight: 500;
}

footer .info_data span.tel{
	margin-right: 1em;
}

footer .info_note{
	font-size: 14px;
	text-align: center;
}

footer .copyright{
	width: 1100px;
	margin: 62px auto 0;
	border-top: 1px solid #231815;
	border-bottom: 1px solid #231815;
	text-align: center;
	font-size: 13px;
	line-height: 33px;
}


#totop{
	width: 167px;
	position: fixed;
	bottom: 57px;
	right: 57px;
	z-index: 990;
	cursor: pointer;
}


.footer_contact_title{
	width: 1100px;
	margin: 0 auto 35px;
	line-height: 1;
	text-align: center;
	position: relative;
}

.footer_contact_title::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #231815;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;	
}

.footer_contact_title strong{
	display: inline-block;
	width: 177px;
	padding: 0 24px;
	background: #fff;
	position: relative;
	z-index: 2;
}




/*------- コンテンツ -------*/

main{
	padding: 117px 0 102px;
}


#story1{
	background: var(--section_color1);
}

#story2{
	background: var(--section_color2);
}

#story3{
	background: var(--section_color3);
}

#story4{
	background: var(--section_color4);
}

#story5{
	background: var(--section_color5);
}


.page_head{
	width: 1005px;
	margin: 0 auto 285px;
}


.sns_block{

}

.sns_block .title{
	width: 548px;
	margin: 0 auto 68px;
	position: relative;
}

.sns_block .title::before{
	content: '';
	display: inline-block;
	width: 229px;
	height: 199px;
	background: url('../images/top/sns_block_title_icon.png') no-repeat 0 0 / contain;
	position: absolute;
    top: 50%;
    left: -264px;
    transform: translate(0, -50%);
}

.sns_block .sns_ul{
	width: 818px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.sns_block .sns_ul li{
	width: 356px;
}

.sns_block .sns_ul li .icon{
	width: 237px;
	margin: 0 auto 36px;
}


.under_p main{
	padding-bottom: 0;
}

.under_p .sns_block{
	padding-bottom: 50px;
	background: #fff;
}

.under_p .sns_block .wrapper{
	padding: 200px 0 100px;
	border-bottom: 1px solid #000;
}

.under_p .sns_block .under_p_title{
	width: 917px;
	margin: 0 auto 40px;
}




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

@media(max-width:1280px){

body{
	font-size: 1.25vw;
}

.wrapper{
	width: 85.9375vw;
}

/* --------- ヘッダー ---------- */

header{
	padding: 3.359375vw 0;
}

header .logo{
	width: 21.171875vw;
}

header .menu_wrapp .menu_btn{
	width: 9.0625vw;
}

.menu_body{
	width: 85.625vw;
	padding-bottom: 4.453125vw;
}

.menu_body::after{
	height: 56.25vw;
    top: 13.671875vw;
}


header .menu_wrapp .menu_cont .close_btn{
	width: 6.796875vw;
    top: 5.234375vw;
}

.menu_body .image_block{
	width: 40.625vw;
	padding: 15.859375vw 0 1.5625vw;
}

.menu_body .image_block .image{
	width: 37.5vw;
}

.menu_body .main_menu{
	width: 40.078125vw;
    top: 13.359375vw;
}

.menu_body .main_menu .main_menu_ul{
    margin-bottom: 2.5vw;
}

.menu_body .main_menu .main_menu_ul li{
	width: 19.21875vw;
	margin-bottom: 0.390625vw;
}

.menu_body .main_menu .main_menu_ul li.li_title{

}

.menu_body .main_menu .sub_menu_ul{
    margin-bottom: 2.5vw;
}

.menu_body .main_menu .sub_menu_ul li{
	margin-bottom: 1.40625vw;
}

.menu_body .sns_block .sns_link{
	width: 25.3125vw;
    margin: 0 0 2.65625vw 6.40625vw;
}

.menu_body .sns_block .sns_link li{
	width: 8.828125vw;
}

.menu_body .sns_block .link_btn{
	width: 34.453125vw;
	margin-left: 2.34375vw;
}

.menu_body .other_link{
	width: 40.078125vw;
	bottom: 4.453125vw;
}

.menu_body .other_link ul li.accessibility{
	width: 21.015625vw;
}

.menu_body .other_link ul li.privacy{
	width: 12.5vw;
}



/*------- フッター -------*/

footer{
	padding: 3.90625vw 0;
}

footer .link_btn_top{
	width: 59.921875vw;
	margin: 0 auto 5.3125vw;
}

footer .other_link{
	width: 42.34375vw;
	margin: 0 auto 3.90625vw;
}

footer .other_link ul li.accessibility{
	width: 23.046875vw;
}

footer .other_link ul li.privacy{
	width: 13.671875vw;
}

footer .contact_link{
	width: 11.71875vw;
	margin: 0 auto 2.5vw;
}

footer .footer_logo{
	width: 38.984375vw;
	margin: 0 auto 1.875vw;
}

footer .info_data{
	font-size: 1.25vw;
	margin-bottom: 0.78125vw;
}

footer .info_note{
	font-size: 1.09375vw;
}

footer .copyright{
	width: 85.9375vw;
	margin: 4.84375vw auto 0;
	font-size: 1.015625vw;
	line-height: 2.578125vw;
}


#totop{
	width: 13.046875vw;
	bottom: 4.453125vw;
	right: 4.453125vw;
}


.footer_contact_title{
	width: 85.9375vw;
	margin: 0 auto 2.734375vw;
}

.footer_contact_title strong{
	width: 13.828125vw;
	padding: 0 1.875vw;
}



/*------- コンテンツ -------*/

main{
	padding: 9.140625vw 0 7.96875vw;
}

.page_head{
	width: 78.515625vw;
	margin: 0 auto 22.265625vw;
}


.sns_block .title{
	width: 42.8125vw;
	margin: 0 auto 5.3125vw;
}

.sns_block .title::before{
	width: 17.890625vw;
	height: 15.546875vw;
    left: -20.625vw;
}

.sns_block .sns_ul{
	width: 63.90625vw;
}

.sns_block .sns_ul li{
	width: 27.8125vw;
}

.sns_block .sns_ul li .icon{
	width: 18.515625vw;
	margin: 0 auto 2.8125vw;
}


.under_p .sns_block{
	padding-bottom: 3.90625vw;
}

.under_p .sns_block .wrapper{
	padding: 15.625vw 0 7.8125vw;
}

.under_p .sns_block .under_p_title{
	width: 71.640625vw;
	margin: 0 auto 3.125vw;
}








}


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

@media(max-width:750px){

body{
	font-size: 3.733333vw;
}

a:hover{
	opacity: 1;
}

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


.wrapper{
	width: auto;
}

/* --------- ヘッダー ---------- */

header{
	padding: 4.266667vw 2.666667vw;
}

header .logo{
	width: 61.866667vw;
}

header .menu_wrapp .menu_btn{
	width: 16vw;
}

header .menu_wrapp .menu_cont{

}

.menu_body{
	width: auto;
	padding: 0 3.733333vw 5.866667vw;
}

.menu_body::after{
	content: none;
}


header .menu_wrapp .menu_cont .close_btn{
	width: 12.266667vw;
    top: 3.466667vw;
    right: 3.733333vw;
}

.menu_body .image_block{
	padding: 8vw 0 0;
}

.menu_body .image_block{
	width: 73.6vw;
	margin: 0 auto 3.2vw;
}

.menu_body .image_block .image{
	width: 100%;
}

.menu_body .main_menu{
	width: auto;
	position: static;
	margin: 0 0 4.533333vw;
}

.menu_body .main_menu .main_menu_ul{
	display: block;
    margin-bottom: 2.666667vw;
}

.menu_body .main_menu .main_menu_ul li{
	width: 100%;
	margin-bottom: 1.6vw;
}

.menu_body .main_menu .main_menu_ul li.li_title{

}

.menu_body .main_menu .main_menu_ul li img{
	width: 100%;
}

.menu_body .main_menu .sub_menu_ul{
	display: block;
    margin-bottom: 0;
}

.menu_body .main_menu .sub_menu_ul li{
	width: auto;
	margin-bottom: 2.666667vw;
}

.menu_body .main_menu .sub_menu_ul li:last-child{
	margin-bottom: 0;
}

.menu_body .sns_block{
	margin-bottom: 4.266667vw;
}

.menu_body .sns_block .sns_link{
	width: 59.733333vw;
    margin: 0 auto 6.933333vw;
}

.menu_body .sns_block .sns_link li{
	width: 25.6vw;
}



.menu_body .sns_block .link_btn{
	width: auto;
	margin-left: 0;
}

.menu_body .other_link{
	width: auto;
	position: static;
}

.menu_body .other_link ul li.accessibility{
	width: 54.4vw;
}

.menu_body .other_link ul li.privacy{
	width: 32.266667vw;
}



/*------- フッター -------*/

footer{
	padding: 13.333333vw 0 8vw;
}

footer .link_btn_top{
	width: 82.933333vw;
	margin: 0 auto 8vw;
}

footer .other_link{
	width: 82.933333vw;
	margin: 0 auto 22.4vw;
}

footer .other_link ul{
	display: block;
}

footer .other_link ul li.accessibility{
	width: auto;
	margin-bottom: 4.8vw;
}

footer .other_link ul li.privacy{
	width: auto;
}

footer .contact_link{
	width: 40vw;
	margin: 0 auto 6.4vw;
}

footer .footer_logo{
	width: 90.4vw;
	margin: 0 auto 4.8vw;
}

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

footer .info_data span{
	display: block;
}

footer .info_data span.tel{
	margin-right: 0;
}

footer .info_note{
	font-size: 3.2vw;
}

footer .copyright{
	width: auto;
	margin: 5.333333vw auto 0;
	font-size: 2.933333vw;
	line-height: 8.8vw;
}


#totop{
	width: 20.533333vw;
	bottom: 11.2vw;
	right: 4.8vw;
}


.footer_contact_title{
	width: 100%;
	margin: 0 auto 12.8vw;
}

.footer_contact_title strong{
	width: 28.8vw;
	padding: 0 2.133333vw;
}





/*------- コンテンツ -------*/

main{
	padding: 29.333333vw 0 8vw;
}

.page_head{
	width: auto;
	margin: 0 auto 20vw;
}


.sns_block .title{
	width: 68vw;
	margin: 0 auto 8.533333vw;
}

.sns_block .title::before{
	width: 22.133333vw;
	height: 19.2vw;
    top: -21.866667vw;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0,0);
}

.sns_block .sns_ul{
	width: 79.466667vw;
}

.sns_block .sns_ul li{
	width: 34.4vw;
}

.sns_block .sns_ul li .icon{
	width: 22.933333vw;
	margin: 0 auto 3.733333vw;
}


.under_p .sns_block{
	padding-bottom: 8vw;
	background: transparent;
}

.under_p .sns_block .wrapper{
	padding: 20.533333vw 0 0;
	border-bottom: none;
}

.under_p .sns_block .under_p_title{
	width: 68vw;
	margin: 0 auto 8.533333vw;
}







}


