@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


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

Common

---------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
	overflow-x: hidden;
	width: 100%;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	
	background-color: #fff;
	word-break: break-all;
	overflow-x: hidden;
	width: 100%;
}

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

p{
	line-height: 2.0;
	padding-top: 0;
	margin-top: 0;
}

u{
	text-decoration-thickness:1px;
}


.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.kaigyou{
	display: none;
}
.row{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.row02{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
}


.photomaru{
	border-radius: 7px;
	overflow: hidden;
}

.backimages{
	background-image: url("../img/common/back.svg");
	background-position: left top;
	background-size:100% auto;
	background-repeat: repeat-y;
}


@media screen and (max-width: 1150px){
.row{
	width: 90%;
}
}
@media screen and (max-width: 660px){
.row02{
	width: 90%;
}
}

.sp{display: none;}
.pc{display: block;}
@media screen and (max-width: 640px){
.text_center.text_left_sp{
	text-align: left;
}
.kaigyou{
	display: block;
}
.sp{display: block;}
.pc{display: none;}

.backimages{
	background-position: left -1%;
	background-size:100% auto;
	background-repeat: repeat-y;
}
}



/*padding
---------------------------------------*/
.pt0{padding-top:0px!important;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}
.pt100{padding-top:100px;}
.pb0{padding-bottom:0px!important;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}
.pb100{padding-bottom:100px;}
.mt0{margin-top:0px!important;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}
.mb0{margin-bottom:0px!important;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.mb200{margin-bottom:200px;}
.mb300{margin-bottom:300px;}

.mb_kugiri{
	padding-bottom:200px;
}
.mb_kugiri_top{
	padding-top: 14%;
	margin: 1%;
}
@media screen and (max-width: 640px){
.mb_kugiri{
	padding-bottom:30%;
}
.mb_kugiri_top{
	padding-top:30%;
}
.mb_kugiri_top2{
	padding-top:30%;
}
.mb50{
	margin-bottom:8%;
}
}



/*Link
---------------------------------------*/
a.linkbutton{
	display: inline-block;
	padding: 20px 40px 22px 40px;
	text-decoration: none;
	color: #FFF;
	background-color: #00D6B2;
	background-repeat: no-repeat;
	border-radius: 50px;
	box-sizing: border-box;
	padding-right: 50px;
	background-image: url("../img/common/icon_arrow.svg");
	background-position: right 14px center;
	
	background-size:auto 40%;
	transition: background-size 0.2s ease-in-out;
}
a.linkbutton.red{
	background-color: #FF1766;
}
a.linkbutton.width100{
	width: 100%;
	text-align: center;
}

a.linkbutton.shisetsu{
	background-image: url("../img/common/icon_window.svg");
	background-position: right 18px center;
	padding-right: 55px;
}

a.linkbutton:hover{
	filter: brightness(1.1);
	background-size:auto 30%;
}
.text_center a.linkbutton.red{
	padding: 16px 80px;	
}
a.link_right{
	background-image: url("../img/common/icon_menu_arrow.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 55px;
	padding: 15px 65px 15px 10px;
	display: inline-block;
	transition: background-size 0.2s ease-in-out;
}
a.link_right:hover{
	filter: brightness(1.1);
	background-size: auto 45px;
}

a.link_left{
	background-image: url("../img/common/icon_menu_arrow.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 55px;
	padding: 15px 0px 15px 65px;
	display: inline-block;
	transition: background-size 0.2s ease-in-out;
}
a.link_left:hover{
	filter: brightness(1.1);
	background-size: auto 90%;
}

a.linkbutton.white{
	color: #00D6B2;
	background-color: #FFF;
	
	padding-right: 50px;
	background-image: url("../img/common/icon_menu_arrow_g.svg");
	border: 1px solid #00D6B2;
}

a.linkbutton.white_waku{
	border: 1px solid #FFF;
	background-color: transparent;
	background-image: none;
}



/*box
---------------------------------------*/
.box{
	display: flex;
	gap:5%;
}
.box.box_RL{
	align-items: center;
	gap:0;
}
.box.box_RL .box_r{
	width: 60%;
}
.box.box_RL .box_r img{
	margin-left: 5%;
}
.box.box_RL .box_l{
	width: 40%;
}
@media screen and (max-width: 1150px){
.box.box_RL{
	width: 100%;
	display: block;
}
.box.box_RL .box_r{
	width: 100%;
}
.box.box_RL .box_r img{
	margin-left: 0;
}
.box.box_RL .box_l{
	width: 100%;
}
}
@media screen and (max-width: 640px){
.box{
	display: block;
}
}



/*midashi_box
---------------------------------------*/
.midashi_box{
	margin-bottom: 45px;
	margin-left: -30px;
}
.midashi_box .H2_title{
	margin-top: -18px;
	font-size: 90px;
	line-height: 1;
	font-weight: 100;
	margin-left: 50px;
	letter-spacing:-0.07em;
}
.midashi_box .H2_title .minitext{
	font-size: 20%;
	color: #00D6B2;
	font-weight: 400;
	display: block;
	letter-spacing:0;
}
.midashi_box .H2_title.mini{
	font-size: 50px;
}
.midashi_box .H2_title.mini .minitext{
	font-size: 35%;
}
.midashi_box::before{
	content: url("../img/common/midashi_border.svg");
}

.midashi_box.white .H2_title{
	color: #FFF;
}
.midashi_box.white .H2_title .minitext{
	color: #FFF;
}
.midashi_box.white::before{
	content: url("../img/common/midashi_border_w.svg");
}

@media screen and (max-width: 640px){
.midashi_box .H2_title{
	font-size: 50px;
}
.midashi_box .H2_title .minitext{
	font-size: 30%;
}
}

h2.H2_title_02{
	font-size: 28px;
	margin-bottom: 20px;
	padding-top: 40px;
	background-image: url("../img/common/midashi_border.svg");
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: 400;
	letter-spacing: 0.15em;
	
}
@media screen and (max-width: 640px){
}


/*---------------------------------------
text_box
---------------------------------------*/
.text_box{}
.text_box .bold{
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 50px;
	letter-spacing: 0.2em;
}
.text_box p{
	line-height: 2em;
	margin-bottom: 1.5em;
}
.text_box p.minitext{
	font-size: 80%;
}

@media screen and (max-width: 640px){
.photo_yoko{
	object-fit: cover;
	height: 240px;
}
.text_box .bold{
	margin-bottom: 7%;
}
.text_box p{
	text-align: left;
}
}


/*---------------------------------------
table
---------------------------------------*/
.table{}
.table table{
	border-top:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
	width: 100%;
	box-sizing: border-box;
}
.table th{
	background-color: #00D6B2;
	color: #FFF;
	padding: 15px;
	border-bottom:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	box-sizing: border-box;
}
.table td{
	padding: 15px;
	border-bottom:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	box-sizing: border-box;
	background-color: #FFF;
}
.table02 td.midashi{
	text-align: left;
	font-weight: 500;
}
@media screen and (max-width: 640px){
.table table tr,
.table table th,
.table table td{
	display: block;
}
.table02 td{
	text-align: left;
}

.table02 td{
	border-bottom: 0;
	padding: 5px 15px;
}
.table02 td.midashi{
	padding-top: 25px;
}
.table02 td.bottom{
	padding-bottom: 25px;
}
.table02 td.bottom_bar{
	border-bottom:1px solid #EEEEEE;
}

.table02 td.pc{
	display: none;
}
}





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

Kasou

---------------------------------------*/
.Kasou{}

/*main_visual
---------------------------------------*/
.Kasou .main_visual{
	position: relative;
}
.Kasou .main_visual .main_visual_box{
	position: relative;
	width: 100%;
	height: 100vh;
}
.Kasou .main_visual.main_visual_mini .main_visual_box{
	height: 600px;
}
.Kasou .main_visual picture img{
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	position: relative;
	z-index: 0;
}
.Kasou .main_visual.main_visual_mini picture img{
	height: 600px;
}

.Kasou .main_visual .Title_box{
	position:absolute;
	background-color:#FFF;
	left: 0; /* 左寄せ */
	top: 70%;
	transform: translateY(-70%);
	border-radius: 0 10px 10px 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.Kasou .main_visual .Title_box .H1_title{
	font-weight: 200;
	font-size: 50px;
	line-height: 1;
	padding: 20px 25px 25px 25px;
	letter-spacing: 0.1em;
}
.Kasou .main_visual .Title_box .H1_title .minitext{
	font-size: 44%;
	display: block;
	margin-bottom: 5px;
	color: #00D6B2;
	letter-spacing: 0;
}
.Kasou .main_visual .catchword{
	position: absolute;
	right: 30px;
	bottom: 50px;
	transition: top 0.1s ease-in-out;
}
@media screen and (max-width: 1150px){
.Kasou .main_visual .Title_box{
	top: auto;
	bottom: 0;
	transform: translateY(0);
	border-radius: 0 10px 0 0;
	box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.2);
}
.Kasou .main_visual .Title_box .H1_title{
	font-size: 30px;
}
.Kasou .main_visual .Title_box .H1_title .minitext{
	font-size: 60%;
}

.Kasou .main_visual .catchword{
	position: absolute;
	right: auto;
	left: 50%;
	top:25%;
	transform: translate(-50%, 60%);
	bottom: 120px;
	width: 80%;
	text-align: center;
}
.Kasou .main_visual.main_visual_mini .main_visual_box{
	height: 300px;
}
.Kasou .main_visual.main_visual_mini picture img{
	height: 300px;
}
}
@media screen and (max-width: 500px){
.Kasou .main_visual .catchword{
	left: 50%;
	top:35%;
	transform: translate(-50%, 60%);
	bottom: 120px;
	width: 70%;
}
.Kasou .main_visual .catchword img{
	transform: rotate(-20deg);
}
}



/*TabkasouMenu
---------------------------------------*/
.Kasou .main_visual .TabkasouMenu{}
.Kasou .main_visual .TabkasouMenu ul{
	display: flex;
	justify-content: center;
	margin-top: -60px;
	position: relative;
	z-index: 1;
}
.Kasou .main_visual .TabkasouMenu ul li{
	display: flex;
	border-radius: 7px;
	background-color: #FFF;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	transition: transform 0.15s ease;
	margin-right: 1.2%;
}
.Kasou .main_visual .TabkasouMenu ul li:last-child{
	margin-right:0;
}
.Kasou .main_visual .TabkasouMenu ul li a{
	text-decoration: none;
	padding: 20px 17px 72px 17px;
	background-repeat: no-repeat;
	background-position: center bottom 18px;
	background-size: auto 30px;
	background-image: url("../img/common/icon_arrow_bottom.svg");
	display: block;
	box-sizing: border-box;
}
.Kasou .main_visual .TabkasouMenu ul li:hover {
  transform: translateY(4px); /* 少し下に移動 */
}

@media screen and (max-width: 1150px){
.Kasou .main_visual .TabkasouMenu ul{
	margin-top: 30px;
	margin-left: 5%;
	margin-right: 5%;
	display: block;
}
.Kasou .main_visual .TabkasouMenu ul li{
	margin-bottom: 10px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.Kasou .main_visual .TabkasouMenu ul li a{
	padding: 20px 15px 20px 60px;
	background-size: auto 30px;
	background-image: url("../img/common/icon_arrow_bottom.svg");
	background-position: 15px center;
	width: 100%;
}

}





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

Header

---------------------------------------*/
#Header{
	position: absolute;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
	top: 40px;
}
#Header .logo{
	position: relative;
	width: auto;
	margin-left: 3%;
}
@media screen and (max-width: 640px){
#Header{
	top: 20px;
}
#Header .logo img{
	width: auto;
	height: 50px;
}
}
@media screen and (max-width: 400px){
#Header .logo img{
	width: 60%;
	height: auto;
}
}



/*idGmenu
---------------------------------------*/
#Header #idGmenu{
	position: absolute;
	right: 0;
	top:0;
	margin-top: 10px;
	margin-right: 3%;
}
#Header #idGmenu nav{
	display: flex;
	justify-content: flex-end;
	
}
#Header #idGmenu .Gmenu_ul{
	display: flex;
}
#Header #idGmenu .Gmenu_ul li a{
	text-decoration: none;
	line-height: 1;
	display: block;
	padding: 10px;
	color: #FFF;
	transition-duration: 0.2s;
	transition-delay: 0.01s;
}
#Header #idGmenu .Gmenu_ul li a:hover{
	text-decoration: underline;
}



@media screen and (max-width: 1150px){
#Header #idGmenu .sp{
	display: block;
}
#Header #idGmenu .pc{
	display: none;
}
#Header #idGmenu .entryButton{
	position: absolute;
	width: 107%;
}
#Header #idGmenu .entryButton img{
	width: 100%;
	margin-left: -7.5%;
	margin-bottom: -12px;
}

#Header #idGmenu{
	overflow: hidden;
	background-color: #FFF;
	right: -100%;
	top: 0;
	position: fixed;
	height: 100%;
	z-index: 10;
	width: 100%;
	margin: 0;
	transition: right 0.5s ease;
	overflow-y: auto;
	box-sizing: border-box;
}
#Header #idGmenu .Gmenu_ul {
    list-style: none;
    padding: 0;
    height: 100%;
    display: block;
	z-index: 10;
	width: 85%;
    margin-bottom: 0;
	margin-top: 70px;
	margin-left: 5%;
	margin-right: auto;
	box-sizing: border-box;
}
#Header #idGmenu .Gmenu_ul li {
    margin: 0 0 20px 0;
}
#Header #idGmenu .Gmenu_ul li:last-child{
    margin: 0;
}
#Header #idGmenu .Gmenu_ul li a {
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s;
    color: #000;
}
#Header #idGmenu .Gmenu_ul li.link{
	background-repeat: no-repeat;
	background-image: url("../img/common/icon_menu_arrow.svg");
	background-position: right center;
	background-size: auto 100%;
}

/* メニューが表示された時 */
#Header #idGmenu.active {
    right: 0; /* メニューが右から表示 */
}
#Header .Toggle{
	background-image: url("../img/common/icon_open.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 100;
	transition: background 0.3s ease;
}
#Header .Toggle.Toggle_black{
	background-image: url("../img/common/icon_open_b.svg");
}

/* トグルアイコンの画像を変更（クリック時） */
#Header .Toggle.open {
	background-image: url("../img/common/icon-close.svg");
	background-size: 70% auto;
	
}


#Header #idGmenu .Gmenu_ul li.menu_b{
	padding: 10px 30px;
	text-decoration: none;
	color: #FFF;
	background-color: #00D6B2;
	background-repeat: no-repeat;
	border-radius: 50px;
	background-image: url("../img/common/icon_arrow.svg");
	background-position: right 14px center;
	text-align: center;
}
#Header #idGmenu .Gmenu_ul li.menu_b.shisetsu{
	background-image:url("../img/common/icon_window.svg");
}
#Header #idGmenu .Gmenu_ul li.menu_b a{
	color: #FFF;
	display: block;
	text-decoration: none;
	background-position:left 0px center;
	background-repeat: no-repeat;
}
#Header #idGmenu .Gmenu_ul li.menu_b.siryou a{
	background-image:url("../img/common/icon_book.svg");
}
#Header #idGmenu .Gmenu_ul li.menu_b.contact a{
	background-image:url("../img/common/icon_mail.svg");
}
#Header #idGmenu .Gmenu_ul li.menu_b:hover{
	filter: brightness(1.1);
}

#Header #idGmenu .Gmenu_ul li.menu_b_tel{
	padding: 0px 30px 5px 30px;
	box-sizing: border-box;
	text-decoration: none;
	color: #FFF;
	border: 2px solid #00D6B2;
	background-repeat: no-repeat;
	border-radius: 50px;
	background-image: url("../img/common/icon_tell.svg");
	background-position: 24px center;
	text-align: center;
}
#Header #idGmenu .Gmenu_ul li.menu_b_tel a{
	font-size: 30px;
	font-weight: 600;
	color: #00D6B2;
	text-decoration: none;
	line-height: 1;
}
#Header #idGmenu .scroll{
	display: none;
}
}

@media screen and (max-width: 640px){
#Header #idGmenu .scroll{
	position: absolute;
	right: 20px;
	bottom:0%;
}
#Header #idGmenu .Gmenu_ul li a {
	font-size: 4.8vw;
}
#Header #idGmenu .Gmenu_ul li.menu_b_tel a{
	font-size: 6vw;
}
}

@media screen and (max-width: 470px){
#Header #idGmenu .Gmenu_ul {
	margin-top: 20px;
}
#Header #idGmenu .Gmenu_ul {
	width: 74%;
}
}




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

footer

---------------------------------------*/
/*Footer
---------------------------------------*/
#Footer{
	padding-top: 100px;
	padding-bottom: 80px;
}

#Footer #BottomInformation{
	display: flex;
	width: 100%;
	align-items: center;
}
#Footer #BottomInformation aside{
	width: 40%;
	padding-right: 5%;
}
#Footer #BottomInformation dl{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 14%;
}
#Footer #BottomInformation dl dt{
	margin-right: 30px;
}
#Footer #BottomInformation dl dd{
	font-size: 14px;
	line-height: 1.6;
}

#Footer #BottomInformation .footer_link{
	display: flex;
	width: 60%;
	box-sizing: border-box;
	padding-left: 7%;
	gap:8%;
	border-left: 1px #EEE solid;
	padding-top:5%;
	padding-bottom:5%;
}
#Footer #BottomInformation .footer_link li{
	margin-bottom:2em;
}
#Footer #BottomInformation .footer_link li:last-child{
	margin-bottom:0;
}
#Footer #BottomInformation .footer_link li a{
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url("../img/common/icon_menu_arrow.svg");
	background-position: left center;
	background-size:auto 100%;
	padding: 5px 0 5px 50px;
	text-decoration: none;
	transition: background-position 0.2s ease-in-out;
}
#Footer #BottomInformation .footer_link li a:hover{
	background-position: 5px center;
}

.copy{
	margin-top: 30px;
	border-top: 1px #EEE solid;
	line-height: 1;
	padding: 10px;
}

@media screen and (max-width: 1150px){
#Footer #BottomInformation{
	display: block;
	width: 100%;
}
#Footer #BottomInformation aside{
	width: 100%;
	padding-right: 0;
}
#Footer #BottomInformation dl{
	display: flex;
	width: 100%;
}
#Footer #BottomInformation .footer_link{
	display: none;
}
}

@media screen and (max-width: 640px){
#Footer{
	padding-top: 10%;
	padding-bottom: 4%;
}

#Footer #BottomInformation a.linkbutton{
	width: 100%;
	text-align: center;
}
.copy{
	padding-bottom: 18%;
}
}





/*bottom_linkinfo
---------------------------------------*/
#bottom_linkinfo{
	bottom: -440px;
	position: fixed;
	z-index: 5;
	right:0;
	transition: 0.3s ease-out;
}
#bottom_linkinfo img{
	width: 65px;
}
#bottom_linkinfo img:hover{
	filter: brightness(1.2);
}
#bottom_linkinfo:hover{
	right: -10px;
}

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

#bottom_linkinfo{
	width: 100%;
	transition: bottom 0.5s ease-out;
}
#bottom_linkinfo img{
	width: 100%;
}
#bottom_linkinfo:hover{
	right: 0;
}
}






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

TOP

---------------------------------------*/
/*--------------------------------------
Main
---------------------------------------*/
#top_page .main_visual{
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
#top_page .main_visual .catchtext{
	position: absolute;
	bottom: 350px;
	left: 5%;
	z-index: 2;
}
#top_page .main_visual .slider{
	position: relative;
	overflow: hidden;
	height: calc(100vh + 300px);
}
#top_page .main_visual .slider picture img{
	height: calc(100vh + 300px);
	width: 100%;
	object-fit: cover;
}

#top_page .scroll_main{
	position: absolute;
	right: 20px;
	bottom: 300px;
	z-index: 1;
}



@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
#top_page .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@media screen and (max-width: 1150px){
#top_page .main_visual .catchtext{
	left: 5%;
	z-index: 2;
	width: 80%;
}
}
@media screen and (max-width: 640px){
#top_page .main_visual .slider{
	height: calc(100vh + 250px);
}
#top_page .main_visual .slider picture img{
	height: calc(100vh + 250px);
}
#top_page .scroll_main{
	bottom: 200px;
}
#top_page .main_visual .catchtext{
	bottom: 300px;
}

}




/*--------------------------------------
tab_menu
---------------------------------------*/
#top_page .tab_menu{
	position: relative;
}

#top_page .tab_menu ul{
	display: flex;
	z-index: 1;
	margin-top: -260px;
}
#top_page .tab_menu li{
	width: 24%;
	margin-right: 2%;
	flex: 1;
	background-color: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* 薄い影 */
	text-align: center;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center bottom 15px;
	background-image:url("../img/common/icon_menu_arrow.svg");
	background-size: auto 30px;
	transition: all 0.1s ease; 
}
#top_page .tab_menu ul li:last-child{
	margin-right: 0;
}
#top_page .tab_menu li a{
	display: block;
	background-repeat: no-repeat;
	background-position: center 25px;
	text-decoration: none;
	padding-top: 130px;
	padding-bottom: 60px;
}
#top_page .tab_menu li:nth-child(1) a{
	background-image: url("../img/top/menu_icon_01.svg");
}
#top_page .tab_menu li:nth-child(2) a{
	background-image: url("../img/top/menu_icon_02.svg");
}
#top_page .tab_menu li:nth-child(3) a{
	background-image: url("../img/top/menu_icon_03.svg");
}
#top_page .tab_menu li:nth-child(4) a{
	background-image: url("../img/top/menu_icon_04.svg");
}
#top_page .tab_menu li:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0); /* 薄い影 */
	transform: translateY(4px);
}


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

}

@media screen and (max-width: 470px){
#top_page .tab_menu ul{
	margin-top: -230px;
}
#top_page .tab_menu li a{
	font-size: 3vw;
	background-size: 90% auto;
	padding-top: 100px;
}
#top_page .tab_menu .linkbutton{
	width: 100%;
	text-align: center;
}
}




/*--------------------------------------
Feature
---------------------------------------*/
#top_page #Feature{
}
#top_page #Feature .box{
	align-items: center;
}
#top_page #Feature .box_l{
	width: 38%;
	box-sizing: border-box;
}
#top_page #Feature .box_r{
	box-sizing: border-box;
	width: 62%;
	margin-right: -5%;
}


@media (max-width: 1150px) {
#top_page #Feature .mb_kugiri{
	padding-bottom:5%;
}
#top_page #Feature .box{
	display: block;
}
#top_page #Feature .pc{
	display: none;
}
#top_page #Feature .sp{
	display: block;
}

#top_page #Feature .box_l{
	width: 100%;
}
#top_page #Feature .box_r{
	box-sizing: border-box;
	width: 100%;
	margin-right:0%;
}
}

#top_page #Feature .photoGallery-wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
#top_page #Feature .photoGallery{
	position: relative;
	overflow: hidden;
	cursor: grab;
	width: 105%;
}
#top_page #Feature .photoGallery .grabbing {
	cursor: grabbing;  /* スワイプ中のカーソル */
}
#top_page #Feature .photoGallery img{
	border-radius: 0 0 0 40px;
	width: 100%;
	height: auto;
	display: block;
}
#top_page #Feature .photoGallery li {
	margin-right: 0.4%;
}

/* Slickのデフォルトスタイル */
#top_page #Feature .slick-prev, 
#top_page #Feature .slick-next {
  padding: 20px;
  z-index: 2;
  height: 60px;
  width: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top:50%;
  transform: translate(0, -50%);
  text-indent: -9999px;
  box-sizing: border-box;
}
#top_page #Feature .slick-prev {
  left: 0px;
  background-image: url("../img/common/g_arrow_left.svg");
}
#top_page #Feature .slick-next {
  right: 5%;
  background-image: url("../img/common/g_arrow_right.svg");
}


/* モバイルの場合に画像のサイズを調整 */
@media (max-width: 640px) {
#top_page #Feature .slick-prev, 
#top_page #Feature .slick-next {
  height: 80px;
  width: 80px;
  opacity: 0.5;
}
#top_page #Feature .photoGallery{
	width: 150%;
	margin-left: 5%;
}
#top_page #Feature .slick-prev {
  left: 1%;
}
#top_page #Feature .slick-next {
  right: 38%;
}
}




/*--------------------------------------
blog
---------------------------------------*/
#top_page .box_news .box{
	margin-bottom: 40px;
	gap:0;
}
#top_page .box_news .box a{
	text-decoration: none;
}
#top_page .box_news .box .photo{
	position: relative;
	overflow: hidden;
}
#top_page .box_news .box .photo img{
	transition: transform 0.3s ease-in-out;
	width: 100%;
	height: auto;
}
#top_page .box_news .box li{
	box-sizing: border-box;
	width: 33%;
	margin-right: 2%;
}
#top_page .box_news .box li:last-child{
	margin-right: 0;
}
#top_page .box_news .box dl{
	margin-bottom: 10%;
}
#top_page .box_news .box dt{
	font-size: 24px;
}
#top_page .box_news .box a:hover .photo img{
	transform: scale(1.1); 
}
#top_page .box_news .box dt .y{
	font-size: 50%;
}
#top_page .box_news .box dd{
	line-height: 1.6;
}


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

#top_page .box_news .box li{
	margin-right:0;
	width: 100%
}
}




/*--------------------------------------
Recruit
---------------------------------------*/
#top_page #Recruit{
	background-image: url("../img/top/recruit_back.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	height: 100vh;
	padding-top: 90px;
	padding-bottom: 90px;
}
#top_page #Recruit .recruit_box{
	position: absolute;
	bottom: 30%;
	left: 50%;
	transform: translate(-50%, 30%);
}
#top_page #Recruit .recruit_box .catchtext{
	margin-bottom: 20px;
}
#top_page #Recruit .recruit_box ul{
	display: flex;
	justify-content: center;
	gap:3%;
}
#top_page #Recruit .recruit_box ul li{
	width: 50%;
}
#top_page #Recruit .recruit_box ul li a{
	width: 100%;
	text-align: center;
	padding: 14px 30px;
}

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

#top_page #Recruit .recruit_box{
	width: 80%;
}
}
@media screen and (max-width: 640px){
#top_page #Recruit{
	background-image: url("../img/top/recruit_back_sp.jpg");
}
#top_page #Recruit .recruit_box{
	width: 90%;
	bottom: 10%;
	transform: translate(-50%, 10%);
}
#top_page #Recruit .recruit_box ul{
	display: block;
}
#top_page #Recruit .recruit_box ul li{
	width: 100%;
	margin-bottom: 10px;
}
#top_page #Recruit .recruit_box ul li:last-child{
	margin-bottom: 0;
}
#top_page #Recruit .midashi_box{
	margin-top: -50px;
}

}


/*--------------------------------------
Group
---------------------------------------*/
#top_page #Group a.linkbutton.white{
	width: 400px;
	text-align: center;
	padding: 14px 30px;
}
#top_page #Group .logolist{
	margin-top: 80px;
	display: flex;
	justify-content: center;
	align-items:flex-start;
}
#top_page #Group .logolist li{
	line-height: 1.3;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	display: block;
	margin-right: 7%;
}
#top_page #Group .logolist li:last-child{
	margin-right: 0;
}
#top_page #Group .logolist li a{
	text-decoration: none;
}
#top_page #Group .logolist li img{
	margin-bottom: 10px;
}
#top_page #Group .logolist li .textmini{
	display: block;
	font-size: 60%;
	text-align: center;
}


@media screen and (max-width: 640px){
#top_page #Group .logolist li{
	font-size: 3vw;
}
#top_page #Group a.linkbutton.white{
	width: 100%;
}
#top_page #Group .logolist{
	margin-top: 30px;
}
}



/*--------------------------------------
Contact
---------------------------------------*/
#top_page #Contact{
	background-image: url("../img/top/contact_back.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
#top_page #Contact p{
	color: #FFF;
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 1.4;
}
#top_page #Contact ul{
	display: flex;
	justify-content: center;
	gap:1%;
}
#top_page #Contact ul li{
	flex: 1;
}
#top_page #Contact ul li a{
	width: 100%;
	text-align: center;
	padding: 0;
}
#top_page #Contact ul li a span{
	display: block;
	padding: 16px 40px;
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: auto 24px;
}
#top_page #Contact ul li a span.tel{
	font-size: 24px;
	padding: 10px 40px;
	background-image: url("../img/common/icon_tell_w.svg");
}
#top_page #Contact ul li a span.mail{
	background-image: url("../img/common/icon_mail_g.svg");
	background-size: auto 17px;
}
#top_page #Contact ul li a span.siryou{
	background-image: url("../img/common/icon_book_g.svg");
}

@media screen and (max-width: 1150px){
#top_page #Contact p{
	text-align:left;
}
#top_page #Contact ul{
	display: block;
}
#top_page #Contact ul li{
	margin-bottom: 15px;
}
#top_page #Contact ul li:last-child{
	margin-bottom: 0;
}
#top_page #Contact ul li a.linkbutton:hover{
	
}
}



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

summary

---------------------------------------*/
#summary_page{}

#summary_page #Chairperson .name img{
	width: 120px;
}
#summary_page #Chairperson .text_box p{
	line-height: 2.5;
}

@media screen and (max-width: 1150px){
#summary_page #Chairperson .text_box p{
	text-align: left;
}
}



#summary_page #Philosophy .Philosophy_ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#summary_page #Philosophy .Philosophy_ul li{
	font-size: 20px;
	font-weight: 300;
	background-image:url("../img/common/icon_check.svg");
	background-repeat: no-repeat;
	background-position: 25px center;
	border: 1px solid #EEE;
	line-height: 1.6em;
	padding: 20px 20px 20px 65px;
	box-sizing: border-box;
	margin-right: 2%;
	flex: 1;
	border-radius: 5px;
	letter-spacing: 0.25em;
	background-color: #FFF;
}
#summary_page #Philosophy .Philosophy_ul li:last-child{
	margin-right: 0;
}

@media screen and (max-width: 640px){
#summary_page #Philosophy .Philosophy_ul{
	display: block;
}
#summary_page #Philosophy .Philosophy_ul li{
	margin-bottom: 20px;
}
#summary_page #Philosophy .Philosophy_ul li:last-child{
	margin-bottom: 0;
}
}


#summary_page #Report .Report_list{}
#summary_page #Report .Report_list li{
	background-image:url("../img/summary/icon_pdf.svg");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size:auto 60%;
	background-color: #FFF;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	border-radius: 5px;
	transition: transform 0.1s ease;
}
#summary_page #Report .Report_list li:last-child{
	margin-bottom: 0px;
}
#summary_page #Report .Report_list li a{
	text-decoration: none;
	padding: 20px 70px 20px 20px;
	display: block;
}
#summary_page #Report .Report_list li dl{
	display: flex;
	align-items: center;
}
#summary_page #Report .Report_list li dl dt{
	margin-right: 20px;
	font-size: 80%;
}
#summary_page #Report .Report_list li dl dd{
	text-decoration: underline;
}
#summary_page #Report .Report_list li:hover{
	transform: translateY(4px);
}
@media screen and (max-width: 640px){
#summary_page #Report .Report_list li{
	background-size:25px auto;
}
#summary_page #Report .Report_list li a{
	padding: 20px 45px 20px 20px;
}

#summary_page #Report .Report_list li dl dt{
	margin-right: 1%;
	font-size: 3vw;
}
#summary_page #Report .Report_list li dl dd{
	font-size: 4.3vw;
}
}




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

facilities

---------------------------------------*/
#facilities_page{}

#facilities_page #Attraction .Attraction_list{
	display: flex;
	flex-wrap: wrap;
}
#facilities_page #Attraction .Attraction_list li{
	width: 30%;
	margin-right: 5%;
	text-align: center;
	margin-bottom: 5%;
}
#facilities_page #Attraction .Attraction_list li:last-child,
#facilities_page #Attraction .Attraction_list li:nth-child(3){
	margin-right: 0;
}

#facilities_page #Attraction .Attraction_list li dt{
	font-size: 121px;
	font-weight: 100;
	letter-spacing: -0.05em;
	color: #EEEEEE;
	line-height: 1;
}
#facilities_page #Attraction .Attraction_list li dd.txt{
	font-weight: 500;
	margin: 14px 0;
}
@media screen and (max-width: 640px){
#facilities_page #Attraction .Attraction_list{
	display: block;
}
#facilities_page #Attraction .Attraction_list li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 5%;
}
}


#facilities_page #Referral .box_RL{
	margin-bottom: 50px;
	align-items: center;
}

@media screen and (max-width: 1150px){
#facilities_page #Referral .box_RL{
	display: block;
}
#facilities_page #Referral .box_RL{
	margin-bottom: 5%;
}
}


#facilities_page #Referral .Referral_box{
	display: flex;
	margin-bottom: 3%;
}
#facilities_page #Referral .Referral_box dl{
	width: 65%;
	margin-left: 3%;
}
#facilities_page #Referral .Referral_box img{
	width: 32%;
	height: auto;
	object-fit: cover;
}
#facilities_page #Referral .Referral_box dl dt{
	background-color: #00D6B2;
	color: #FFF;
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	padding: 8px 10px 10px 10px;
	border-radius: 7px;
	display: inline-block;
	margin-bottom: 12px;
}
#facilities_page #Referral .Referral_box dl dd.bold{
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 12px;
}
#facilities_page #Referral .Referral_box dl dd{
	margin-bottom: 1em;
}

#facilities_page #Referral .Referral_box.waku_box{
	box-sizing: border-box;
	border: 2px solid #EEE;
	border-radius: 7px;
	padding: 25px;
	flex-direction: row-reverse;
	margin-bottom: 0;
	align-items: center;
}
@media screen and (max-width: 640px){
#facilities_page #Referral .Referral_box{
	display: block;
	margin-bottom: 3%;
}
#facilities_page #Referral .Referral_box dl{
	width: 100%;
	margin-left: 0;
	margin-top: 4%;
	margin-bottom: 15%;
}
#facilities_page #Referral .Referral_box img{
	width: 100%;
}
#facilities_page #Referral .Referral_box dl dt{
	font-size: 20px;
	font-weight: 600;
}
#facilities_page #Referral .Referral_box.waku_box dl{
	margin-bottom: 0%;
}
}


#facilities_page #Access .txt dt{
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
}

#facilities_page #Access .access_list{
	margin-bottom: 5%;
}
#facilities_page #Access .access_list dt{
	background-color: #00D6B2;
	color: #FFF;
	font-weight: 500;
	line-height: 1;
	padding: 8px 10px 10px 10px;
	border-radius: 7px;
	display: inline-block;
	margin-bottom: 5px;
}
#facilities_page #Access .access_list dd{
	line-height: 1.8;
}

@media screen and (max-width: 640px){
#facilities_page #Access .map iframe{
	height: 300px;
}

}




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

photo

---------------------------------------*/
#photo_page{}

#photo_page .main_visual{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
#photo_page .main_visual{
	cursor: grab;
}

#photo_page .backlink{
}
#photo_page .backlink a{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	border-radius: 0 15px 0 0;
	text-decoration: none;
	padding: 14px 10px 14px 40px;
	background-size: auto 30px;
	background-image: url("../img/common/icon_menu_arrow_back.svg");
	background-position: 5px center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: #00D6B2;
}

/* Slickのデフォルトスタイル */
#photo_page .main_visual .slick-prev, 
#photo_page .main_visual .slick-next {
	padding: 20px;
	z-index: 1;
	height: 80px;
	width: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
	text-indent: -9999px;
	box-sizing: border-box;
}
#photo_page .main_visual .slick-prev {
	left: 0px;
	background-image: url("../img/common/g_arrow_left.svg");
}
#photo_page .main_visual .slick-next {
	right: 0%;
	background-image: url("../img/common/g_arrow_right.svg");
}

#photo_page .main_visual .setsumei{
	z-index: 1;
	text-align: center;
	color: #FFF;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #FFF;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out;
}
#photo_page .main_visual .setsumei dt{
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
}
#photo_page .main_visual .setsumei dd{
	line-height: 1;
}
#photo_page .main_visual .setsumei.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 640px){
#photo_page .main_visual .setsumei{
	width: 78%;
}
#photo_page .main_visual .slick-prev, 
#photo_page .main_visual .slick-next {
	height: 80px;
	width: 10%;
}
}
@media screen and (max-width: 470px){
#photo_page .main_visual .setsumei dt{
	font-size: 5vw;
}
}




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

job_openings

---------------------------------------*/
#job_openings_page .text_box .bold{
	margin-bottom: 7%;
	padding-top: 2%;
}
@media screen and (max-width: 640px){
#job_openings_page .text_box .bold{
	margin-bottom: 7%;
	padding-top: 0%;
}

#job_openings_page .photo_sp_height{
	object-fit: cover;
	height: 500px;
	width: auto;
}

}



/*Working
---------------------------------------*/
#job_openings_page .box_border{
	display: flex;
	margin-bottom: 8%;
}
#job_openings_page .box_border li{
	box-sizing: border-box;
	border: 1px solid #00D6B2;
	text-align: center;
	flex: 1;
	border-radius: 8px;
	padding: 30px 20px 25px 20px;
	margin-right: 1%;
}
#job_openings_page .box_border li dd.minitext{
	font-size: 80%;
}
#job_openings_page .box_border li:last-child{
	margin-right: 0;
}
#job_openings_page .box_border li .no{
	font-size: 50px;
	line-height: 1;
	margin-bottom: 15px;
	color: #00D6B2;
	font-weight: 100;
}

#job_openings_page .box_border.box_border03{
	flex-wrap: wrap;
}
#job_openings_page .box_border.box_border03 li{
	width: 32%;
	flex: auto;
	margin-bottom: 1%;
}
#job_openings_page .box_border.box_border03 li:nth-child(3n){
	margin-right: 0;
}

@media screen and (max-width: 640px){
#job_openings_page .box_border{
	display: block;
}
#job_openings_page .box_border li{
	text-align: left;
	flex:auto;
	padding: 10px 20px;
	margin-right: 0;
	margin-bottom: 2%;
	display: flex;
	align-items: center;
}
#job_openings_page .box_border li .no{
	margin-right: 4%;
	word-break: keep-all;
}
#job_openings_page #Voice .box .voice_box dl{
	width: auto;
}
#job_openings_page .box_border.box_border03 li{
	width: auto;
	margin-bottom: 2%;
}

}

/*Voice
---------------------------------------*/
#job_openings_page #Voice{}
#job_openings_page #Voice .box{
	margin-bottom: 0%;
}
#job_openings_page #Voice .box .voice_box_waku{
	width: 50%;
}
#job_openings_page #Voice .box .voice_box{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#job_openings_page #Voice .box .voice_box:last-child{
	margin-right: 0;
}
#job_openings_page #Voice .box .voice_box .photoimage{
	width: 28%;
	margin-right: 7%;
}
#job_openings_page #Voice .box .voice_box dl{
	width: 65%;
}
#job_openings_page #Voice .box .voice_box .text{
	width: 100%;
	margin-top: 4%;
}
#job_openings_page #Voice .box .voice_box dl dt{
	font-size: 14px;
}
#job_openings_page #Voice .box .voice_box dl .icon{
	display: inline-block;
	background-color: #00D6B2;
	color: #FFF;
	line-height: 1;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 8px;
	margin: 5px 0 4% 0;
}
#job_openings_page #Voice .box .voice_box dl dd{
	font-size: 26px;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 750px){
#job_openings_page #Voice .box{
	margin-bottom: 5%;
	display: block;
}
#job_openings_page #Voice .box .voice_box_waku{
	width: 100%;
	margin-bottom: 8%;
}
#job_openings_page #Voice .box .voice_box .text{
	margin-top: 2%;
}

#job_openings_page a.linkbutton{
	width: 100%!important;
}
}


/*Guideline
---------------------------------------*/
#job_openings_page #Guideline{}
#job_openings_page #Guideline h3{
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 2%;
}
#job_openings_page #Guideline h3 .icon{
	font-size: 80%;
	font-weight: 400;
	border-radius: 8px;
	color: #FFF;
	background-color: #00D6B2;
	display: inline-block;
	margin-left: 5px;
	padding: 5px 7px 8px 7px;
}
#job_openings_page #Guideline .pdfemb-viewer{
	margin-bottom: 10%;
}
#job_openings_page #Guideline .pdfemb-viewer:last-child{
	margin-bottom: 0;
}



/*Contact
---------------------------------------*/
#job_openings_page #Contact{
	background-image: url("../img/job_openings/recruit_photo.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	height: 80vh;
}
#job_openings_page #Contact .recruit_box{
	position: absolute;
	width: 750px;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%);
}
#job_openings_page #Contact ul{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap:1%;
}
#job_openings_page #Contact ul li{
	flex: 1;
}
#job_openings_page #Contact ul li a{
	width: 100%;
	text-align: center;
	padding: 0;
}
#job_openings_page #Contact ul li a span{
	display: block;
	padding: 12px 40px;
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: auto 24px;
}
#job_openings_page #Contact ul li a span.tel{
	background-image: url("../img/common/icon_tell_w.svg");
}
#job_openings_page #Contact ul li a span.mail{
	background-image: url("../img/common/icon_mail.svg");
	background-size: auto 17px;
}

@media screen and (max-width: 1150px){
#job_openings_page #Contact p{
}
#job_openings_page #Contact ul{
	display: block;
}
#job_openings_page #Contact ul li{
	margin-bottom: 15px;
}
#job_openings_page #Contact ul li:last-child{
	margin-bottom: 0;
}
}
@media screen and (max-width: 800px){
#job_openings_page #Contact .recruit_box{
	width: 90%;
}

}
@media screen and (max-width: 640px){
#job_openings_page #Contact{
	background-image: url("../img/job_openings/recruit_photo_sp.jpg");
}
}



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

Information_page

---------------------------------------*/
#Information_page{}

/*Information_list
-------------------------*/
#Information_page #Information_list .information_ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#Information_page #Information_list .information_ul li{
	width: 30%;
	margin-right: 4%;
	margin-bottom: 5%;
}
#Information_page #Information_list .information_ul li:last-child,
#Information_page #Information_list .information_ul li:nth-child(3n){
	margin-right: 0;
}

#Information_page #Information_list .information_ul li a dd.img{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#Information_page #Information_list .information_ul li a dd.img img{
	transition: transform 0.3s ease-in-out;
	width: 100%;
	height: auto;
}
#Information_page #Information_list .information_ul li a:hover dd.img img{
	transform: scale(1.2); 	
}
#Information_page #Information_list .information_ul li a{
	text-decoration: none;
}
#Information_page #Information_list .information_ul li a dt{
	font-size: 24px;
	font-weight: 300;
}
#Information_page #Information_list .information_ul li a dt::before{
	content: url("../img/common/midashi_border.svg");
	margin-right: 5px;
	margin-left: -30px;
	line-height: 1;
}
#Information_page #Information_list .information_ul li a dt .y{
	font-size: 55%;
}
#Information_page #Information_list .information_ul li a dd.txt{
	line-height: 1.6;
	padding: 10px 0;
}

@media screen and (max-width: 1150px){
#Information_page #Information_list .information_ul li{
	width: 47.5%;
}
#Information_page #Information_list .information_ul li:last-child,
#Information_page #Information_list .information_ul li:nth-child(3n){
	margin-right: 5%;
}
#Information_page #Information_list .information_ul li:last-child,
#Information_page #Information_list .information_ul li:nth-child(2n){
	margin-right: 0;
}
}
@media screen and (max-width: 800px){
#Information_page #Information_list .information_ul li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 8%;
}
#Information_page #Information_list .information_ul li:last-child,
#Information_page #Information_list .information_ul li:nth-child(3n){
	margin-right: 0%;
}

}



/*pagination
---------------------------------------*/
.pagination{
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.pagination a{
	text-decoration: none;
	display: block;
}
.pagination .pagination__list{
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pagination .pagination__list li{
	margin-bottom: 20px;
}
.pagination .pagination__list .pagination__item,
.pagination .pagination__list .pagination__item--current {
	box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    border: 1px solid #00D6B2;
	border-radius: 50%;
}
.pagination .pagination__list li:last-child{
    margin-right: 0px!important;	
}
.pagination .pagination__list .pagination__item a,
.pagination .pagination__list .pagination__item--current{
	display: flex;
	align-items: center;
	justify-content: center;
    height: 80px;
    width: 80px!important;
	box-sizing: border-box;
	border-radius: 50%;
	color: #00D6B2;
}
.pagination.column_page_link .pagination__list .pagination__item a{
    width: auto!important;
	padding: 0px 25px;
}

.pagination .pagination__list .pagination__item a{
	transition-duration: 0.8s;
	transition-delay: 0.01s;
}
.pagination .pagination__list .pagination__item a:hover{
	background: #00D6B2;
	color: #FFF;
}
.pagination .pagination__list li:nth-child(n+10){
	display: none;
}

.pagination .pagination__list li:nth-child(n+6){
	display: none;
}


.pagination .pagination__list .pagination__item--current {
    background: #00D6B2;
	border: #00D6B2;
    color: #FFFFFF;
    padding: 0;
}

.pagination .pagination_waku{
	position: relative;
	display: inline-block;
}
.pagination .pagination__btn--prev{
	position: absolute;
	left: -93px;
	top: 0;
    border: 1px solid #00D6B2;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
    height: 80px;
    width: 80px!important;
	box-sizing:border-box;
}
.pagination .pagination__btn--next{
	position: absolute;
	right: -93px;
	top: 0;
    border: 1px solid #00D6B2;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
    height: 80px;
    width: 80px!important;
}
.pagination .pagination__btn--prev a,
.pagination .pagination__btn--next a,
.pagination .pagination__btn--prev span,
.pagination .pagination__btn--next span{
	box-sizing:border-box;
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
	padding-top: 32%;
	padding-bottom: 32%;
	transition-duration: 0.8s;
	transition-delay: 0.01s;
	border-radius: 50%;
}
.pagination .pagination__btn--prev a:hover,
.pagination .pagination__btn--next a:hover{
	background: #BEFFF4;
}

.pagination .pagination__btn--prev img,
.pagination .pagination__btn--next img{
	opacity: 0.3;
}
.pagination .pagination__btn--prev a img,
.pagination .pagination__btn--next a img{
	opacity: 1;
}


@media screen and (max-width: 640px){
.pagination .pagination__list{
	display: none;
}
.pagination .pagination_waku{
	height: 100px;
	width: 80%;
}
}
@media screen and (max-width: 500px){
.pagination .pagination__list li:nth-child(n+4){
	display: none;
}
}
@media screen and (max-width: 500px){
.pagination .pagination__btn--prev{
	left: -50px;
}
.pagination .pagination__btn--next{
	right: -50px;
}
}


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

Information_article

---------------------------------------*/
#Information_page #Information_article{}

/*news_head
---------------------------------------*/
#Information_page #Information_article .news_head{
	position: relative;
	margin-bottom: 10%;
}
#Information_page #Information_article .news_head .cat{
	position: absolute;
	right: 0;
	top:0;
}
#Information_page #Information_article .news_head .cat a{
	background-color: #00D6B2;
	border-radius:20px;
	color: #FFF;
	line-height: 1;
	padding: 3px 10px 5px 10px;
	text-decoration: none;
	font-size: 14px;
}
#Information_page #Information_article .news_head .cat a:hover{
	filter: brightness(1.1);
}
#Information_page #Information_article .news_head .data{
	line-height: 1;
	margin-left: -30px;
	margin-bottom: 1em;
}
#Information_page #Information_article .news_head .data::before{
	content: url("../img/common/midashi_border.svg");
	margin-right: 10px;
	top: -3px;
	position: relative;
}
#Information_page #Information_article .news_head .title_article{
	font-size: 24px;
	line-height: 1.8;
	font-weight: 500;
}

@media screen and (max-width: 640px){
#Information_page #Information_article .news_head .title_article{
	letter-spacing: 0.05em;
}
}


/*article
---------------------------------------*/
#Information_page #Information_article .article{
	margin-bottom: 15%;
}

#Information_page #Information_article .article p{
	margin-bottom: 1.3em;
	line-height: 1.8;
}
#Information_page #Information_article .article img{
	border-radius: 8px;
	max-width: 100%;
	height: auto;
}



/*details_entry_link
---------------------------------------*/
.details_entry_link ul{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.details_entry_link ul li{
	width: 33%;
}
.details_entry_link ul li a{
	display: inline-block;
	background-repeat: no-repeat;
}
.details_entry_link ul li.back{
	text-align: left;
}
.details_entry_link ul li.next{
	text-align: right;
}
.details_entry_link ul li.center{
	text-align: center;
	width: 45%;
	margin-top: 15px;
}
.details_entry_link ul li.back a{
	padding: 30px 0px 15px 25px;
	display: inline-block;
	transition-duration: 0.3s;
	transition-delay: 0.01s;
	position: relative;
	padding-left: 100px;
}
.details_entry_link ul li.back a::before{
	content: "";
	position: absolute;
	border: 1px solid #00D6B2;
	display: flex;
	align-items: center;
	justify-content: center;
    height: 80px;
    width: 80px!important;
	border-radius: 50%;
	top: 0;
	left: 0;
	background-image: url("../img/news/info_arrow_left.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 25px;
	transition: background-size 0.1s ease-in-out;
}
.details_entry_link ul li.back a:hover::before{
	background-size: auto 20px;
}

.details_entry_link ul li.next a{
	padding: 30px 25px 15px 0px;
	display: inline-block;
	transition-duration: 0.3s;
	transition-delay: 0.01s;
	position: relative;
	padding-right: 100px;
}
.details_entry_link ul li.next a::after{
	content: "";
	position: absolute;
	border: 1px solid #00D6B2;
	display: flex;
	align-items: center;
	justify-content: center;
    height: 80px;
    width: 80px!important;
	border-radius: 50%;
	top: 0;
	right: 0;
	background-image: url("../img/news/info_arrow_right.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 25px;
	transition: background-size 0.1s ease-in-out;
}
.details_entry_link ul li.next a:hover::after{
	background-size: auto 20px;
}


.details_entry_link ul li.center a{
	padding: 15px 25px;
	display: inline-block;
	border-radius: 30px;
	transition-duration: 0.8s;
	transition-delay: 0.01s;
}
.details_entry_link ul li.back a:hover{
	background-position: left center;
}
.details_entry_link ul li.next a:hover{
	background-position: right center;
}
.details_entry_link ul li.center a:hover{
}
@media screen and (max-width: 640px){
.details_entry_link ul li span{
	display: none;
}
}



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

form

---------------------------------------*/
#form .form_box{
	padding-bottom: 15%;
}
#form .form_box{
	border-top:dashed 1px #EEE;	
	padding-top: 5%;
}
#form .form_box dl.dl{
	margin-bottom: 5%;
	padding-bottom: 5%;
	border-bottom:dashed 1px #EEE;
}
#form .form_box dl.dl dt.dt{
	position: relative;
	margin-bottom: 1.4em;
	font-weight: 500;
	line-height: 1;
	padding-top: 8px;
	margin-left: -30px;
	font-size: 18px;
}
#form .form_box dl.dl dt.dt::before{
	content: url("../img/common/midashi_border.svg");
	margin-right: 10px;
	top: -4px;
	position: relative;
}
#form .form_box dl.dl dt.dt .hisu{
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 0;
}
#form .form_box dl.dl dd.dd{
	position: relative;
}
#form .form_box dl.dl dd.dd dd{
}
#form .form_box dl.dl dd.dd p{
	margin-bottom: 1em;
}
#form .form_box dl.dl dd.dd p.minitext{
	font-size: 80%;
}

#form .form_box .input_text{
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 14px 10px;
	box-sizing: border-box;
	width: 100%;
}

/* Mac (Safari) のラジオボタン & チェックボックスのデザインをリセット */
#form .form_box input[type="radio"],
#form .form_box input[type="checkbox"] {
    -webkit-appearance: none; /* Safariのデフォルトデザインを無効化 */
    appearance: none;
}

/* Mac (Safari) のテキストボックスのリセット */
input[type="text"] {
    -webkit-appearance: none; /* Safariのデフォルトデザインを無効化 */
}

#form .form_box .input_radio {
	margin-top: -6px;
    width: 25px; /* ラジオボタンのサイズ */
    height: 25px; /* 高さも指定 */
    vertical-align: middle; /* テキストと縦中央揃え */
	margin-right: 10px;
	border: 1px solid #ddd;
	border-radius: 50%;
	position: relative;
	flex-shrink: 0;
}
#form .form_box .input_check {
	margin-top: -5px;
    width: 25px; /* ラジオボタンのサイズ */
    height: 25px; /* 高さも指定 */
    vertical-align: middle; /* テキストと縦中央揃え */
	margin-right: 5px;
	border: 1px solid #ddd;
	position: relative;
	background-color: #FFF;
	flex-shrink: 0;
}
/* チェック時のデザイン（ラジオボタン） */
#form .form_box .input_radio:checked::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00D6B2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* チェック時のデザイン（チェックボックス） */
#form .form_box .input_check:checked::before {
    content: "✔";
    font-size: 20px;
    color: #00D6B2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




#form .form_box label {
    vertical-align: middle;
	padding: 20px 0px 20px 0;
	box-sizing: border-box;
	width: 100%;
	display: flex; 
	align-items: center;
	position: relative;
}
#form .form_box label:hover {
	color: #00D6B2;
}


#form .form_box .list li{
	margin-bottom: 0;
}
#form .form_box .list li:last-child{
	margin-bottom: 0;
}
.text{
	margin-bottom: 80px;
}

#form .form_box .kojinjyouhou{
	height: 250px;
    overflow-x: hidden; /* 横スクロールを消す */
    overflow-y: scroll; /* 縦方向はスクロール可能に */
	border: 1px solid #DDD;
	padding: 20px;
	border-radius: 7px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.6em;
}
#form .form_box .kojinjyouhou dt{
	margin-bottom: 1em;
	font-weight: 500;
}
#form .form_box dd.doui{
	margin-top: 10px;
	background-color: #EEE;
	padding: 0px 20px;
	border-radius: 7px;
}

#form .form_box .button{
	position: relative;
}
#form .form_box .submit_b{
    -webkit-appearance: none; /* Safariのデフォルトスタイルをリセット */
    -moz-appearance: none; /* Firefoxのデフォルトスタイルをリセット */
    appearance: none; /* 他のブラウザのデフォルトスタイルも無効化 */
    background: none; /* 背景をリセット */
    border: none; /* 枠線をリセット */
    margin: 0; /* 外側の余白をリセット */
    cursor: pointer; /* ポインタに変更 */
    font: inherit; /* フォントを親から継承 */
	
	border-radius: 30px;
	background-color: #FF1766;
	color: #FFF;
	font-size: 20px;
	line-height: 1;
	padding: 20px;
	width: 360px;
	box-sizing: border-box;
	transition: transform 0.2s ease;
}
#form .form_box .submit_b:disabled {
	background-color: #eee;
}
#form .form_box .submit_b:hover{
	transform: scale(0.95); 
}
#form .form_box .submit_b:disabled:hover {
	transform: scale(1); 
}

@media screen and (max-width: 640px){
#form .form_box dl.dl{
	margin-bottom: 10%;
	padding-bottom: 10%;
}
.text{
	margin-bottom: 8%;
}
#form .form_box dl dt.dt .hisu{
}
#form .form_box .submit_b{
	width: 100%;
}
}


#form .formError{
	position: absolute!important;
	top: 0!important;
	bottom: auto!important;
	right: auto!important;
	border: 0;
	border-radius: 7px;
	margin-top: 20px;
	left: 50%!important;
	transform: translateX(-50%)!important;
}
#form .formError .formErrorContent{
	border: 0!important;
	box-shadow:0 0 0;
	background-color: #FFFFC5;
	color: #000;
}
#form .formError .formErrorArrow{
	border: 0!important;
	box-shadow:0 0 0;
	background-color: #FFFFC5;
	color: #000;
	width:25px;
}
#form .formError .formErrorArrow div{
	display: none;
}



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

request

---------------------------------------*/
#Header_contact{
	position: relative;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 4%;
}
#Header_contact .logo{
	position: relative;
	width: auto;
	margin-left: 3%;
}
@media screen and (max-width: 640px){
#Header_contact{
	margin-top: 20px;
}
#Header_contact .logo img{
	width: 40%;
	height: auto;
}
}

#request_page .text{
	margin-bottom: 5%;
	font-size: 90%;
}
#request_page a.tel{
	background-color: #008A4F;
	display: inline-block;
	padding: 12px 80px 12px 80px;
	background-repeat: no-repeat;
	background-position: left 25px center;
	background-size: auto 20px;
	background-image: url("../img/common/icon_tell_w.svg");
	border-radius: 50px;
	color: #FFF;
	text-decoration: none;
	font-size: 26px;
	line-height: 1;
}
#request_page a.tel .minitext{
	font-size: 14px;
	display: block;
}
#request_page a.tel:hover{}

#request_page a.crows_button{
	background-color: #fff;
	border: 2px solid #EEEEEE;
	display: inline-block;
	padding: 15px 30px 17px 60px;
	background-repeat: no-repeat;
	background-position: left 25px center;
	background-size: auto 20px;
	background-image:url("../img/common/icon-close-empty.svg");
	border-radius: 50px;
	text-decoration: none;
	line-height: 1;
	color: #aaa;
	margin-top: 15%;
}


#request_page .Title_contact_box{
	margin-bottom: 4%;
}
#request_page .Title_contact_box .H1_title{
	font-weight: 200;
	font-size: 50px;
	line-height: 1;
	padding: 20px 25px 25px 25px;
	letter-spacing: 0.1em;
}
#request_page .Title_contact_box .H1_title .minitext{
	font-size: 44%;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 0;
}
#request_page .form_box dl.dl dt.dt::before{
	content: url("../img/common/midashi_border_g2.svg");
}
#request_page .form_box .submit_b{
	background-color: #008A4F;
}

@media screen and (max-width: 640px){
#request_page .Title_contact_box .H1_title{
	font-size: 30px;
}
#request_page .Title_contact_box .H1_title .minitext{
	font-size: 60%;
}

#request_page .text{
	text-align: left;
}
#entry_page .text{
	text-align: left;
}
}
