@charset "utf-8";
/* CSS Document */

.wrap{
	width: 100%;
	max-width: 1490px;
	border-left:solid 1px #231815;
	border-right:solid 1px #231815;
	margin: auto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 185px;
}
@media(max-width:767px){
	.wrap{
		padding-top: 140px;
	}
}
header{
	width: calc(100% - 2px);
	max-width: 1488px;
	margin: auto;
	display: flex;
	padding: 30px 3.3%;
	justify-content: space-between;
	align-items: flex-end;
	box-sizing: border-box;
	position: fixed;
	top:0;
	z-index: 1000;
	background: #fff;
}
.hdr_title{
	width: 370px;
}
.hdr_title img{
	max-width: 100%;
}
.hdr_nav{
	width: calc(100% - 370px);
}
.hdr_nav ul{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.hdr_nav ul li a{
	display: block;
	text-align: center;
	color: #2f2f2f;
	text-decoration: none;
	position: relative;
	padding-top: 46px;
	min-width: 91px;
	font-size: 18px;
	font-weight: bold;
}
.hdr_nav ul li a span{
	display: block;
	margin-top: 0.2em;
}
.hdr_nav ul li a::before{
	content:"";
	display: block;
	width: 100%;
	height: 38px;
	background: url("../images/nav_icn.png") center no-repeat;
	position: absolute;
	top:0;
}
@media(min-width:768px) and (max-width:999px){
	.hdr_title{
	width: 200px;
	}
	.hdr_nav{
	width: calc(100% - 240px);
	}
	.hdr_nav ul li a{
	min-width: 88px;
	font-size: 14px;
	}
	.hdr_nav ul li a::before{
	transform: scale(0.6);
	}
}
@media(min-width:768px){
	.hmb{
	display: none;
	}
}
@media(max-width:767px){
	header{
	align-items: center;
}
	.hdr_title{
	width: 160px;
	}
	.hmb{
	display: block;
	}
	.hdr_nav{
		display: none;
	}
}
.hmb .menu_btn{
	width: 30px;
	height: 30px;
	position: relative;
}
.hmb .menu_btn::before{
	content:"";
	width: 30px;
	height: 5px;
	background: #000;
	position: absolute;
	top:0;
	left: 0;
	transform: rotate(0);
	transform-origin:left top;
	transition: 0.3s;
}
.hmb .menu_btn::after{
	content:"";
	width: 30px;
	height: 5px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(0);
	transform-origin:left bottom;
	transition: 0.3s;
}
.hmb .menu_btn span::before{
	content:"";
	width: 30px;
	height: 5px;
	background: #000;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	visibility: visible;
	opacity: 1;
	transition: 0.3s;
}
.hmb .menu_btn span{
	visibility: hidden;
}
.hmb .sp_nav{
	position: fixed;
	top:130px;
	right: -90vw;
	overflow: hidden;
	width: 90vw;
	transition: 0.3s;
	background: rgba(255,255,255,0.9);
	z-index: 1000;
	padding: 30px;
	box-sizing: border-box;
	height: calc(100vh - 160px);
}
.hmb .sp_nav ul{
	list-style-type: none;
	padding: 0;
}
.hmb .sp_nav ul li{
	margin-bottom: 20px;
}
.hmb .sp_nav ul li a{
	display: block;
	padding-left: 40px;
	position: relative;
	color: #2f2f2f;
	text-decoration: none;
	font-size: 16px;
}
.hmb .sp_nav ul li a::before{
	content: "";
	display: block;
	width: 30px;
	height: 13px;
	background: url("../images/nav_icn.png") center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
}
.hmb .sp_nav ul li a span{
	font-size: 10px;
	display: inline-block;
	margin-left: 2em;
}
.hmb.active .menu_btn::before{
	width: 37px;
	transform: rotate(45deg);
}
.hmb.active .menu_btn::after{
	width: 37px;
	transform: rotate(-45deg);
}
.hmb.active .menu_btn span::before{
	opacity: 0;
}
.hmb.active .sp_nav{
	right: 0;
}

.main_visual ul{
	list-style-type: none;
	padding: 0;
}
.slide-items {
  width: 100%;
  height: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

.sec01{
	padding: 20px 10px;
	margin-bottom: 100px;
}
.sec01 .container{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	position: relative;
}
.sec01 .container::before{
	content:"";
	display: block;
	width: 323px;
	height: 457px;
	background: url("../images/pic01.png") no-repeat;
	background-size: cover;
	position: absolute;
	left: -323px;
	top:-200px;
	z-index: 999px;
}
.sec01 .container::after{
	content:"";
	display: block;
	width: 245px;
	height: 318px;
	background: url("../images/pic02.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: -245px;
	top: 90px;
	z-index: 999px;
}
.sec01 h2{
	text-align: center;
	margin-bottom: 0.3em;
	font-size:54px;
}
.sec01 h3{
	text-align: center;
	margin-bottom: 1em;
	font-size: 26px;
}
@media(max-width:767px){
	.sec01{
		margin-bottom: 30px;
	}
	.sec01 .container{
		padding: 0;
	}
	.sec01 .container::before{
		display: none;
	}
	.sec01 .container::after{
		display: none;
	}
	.sec01 h2{
		font-size: 36px;
	}
	.sec01 h3{
		font-size: 22px;
	}
}
.sec02{
	background-image: url("../images/bg01.png");
	background-repeat: no-repeat;
	background-position: 50% 300px;
	position: relative;
	padding-top:200px;
	margin-top: -160px;
	margin-bottom: 100px;
}
@media(max-width:767px){
	.sec02{
		padding-top:180px;
		margin-top: -140px;
		margin-bottom: 30px;
	}
	.act_unit{
		margin-top: 80px;
	}
}
.sec02 h2{
	margin-left: 26%;
	margin-right: auto;
}
.sec02::before{
	content:"";
	display: block;
	width: 382px;
	height: 402px;
	background: url("../images/pic05.png") no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 47%;
}
.sec02::after{
	content:"";
	display: block;
	width: 583px;
	height: 240px;
	background: url("../images/pic03.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 200px;
}
.sec02 .container{
	width: 100%;
	max-width: 750px;
	margin: auto;
	padding: 0;
}
.act_photo{
width: 90%;
margin: auto;
}
.act_photo figure{
	padding-right: 20px;
	padding-bottom: 20px;
	background: #faed00;
	border-radius: 20px;
}
.act_photo img{
	width: 100%;
	border-radius: 14px;
}
.act_txt{
	width: 90%;
	margin: auto;
	padding: 25px;
	background: #7eb0d9;
	color: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
}
@media(min-width:1080px){
	.sec02 h2{
	margin-left: 26%;
	margin-right: auto;
	margin-bottom: 60px;
	}
	.sec02 .container{
		margin-left: 30%;
		margin-right: auto;
	}
	.act_unit{
	position: relative;
	height: 370px;
	margin-bottom: 50px;
	}
	.act01::after{
		content:"";
		display: block;
		width: 240px;
		height: 494px;
		background: url("../images/pic12.png") no-repeat;
		position: absolute;
		right:-220px;
		top:80px;
	}
	.act02::before{
		content:"";
		display: block;
		width: 411px;
		height: 250px;
		background: url("../images/pic04.png") no-repeat;
		position: absolute;
		left:-190px;
		top:-100px;
		z-index: -1;
	}
	.act03::after{
		content:"";
		display: block;
		width: 173px;
		height: 225px;
		background: url("../images/pic07.png") no-repeat;
		position: absolute;
		right:-60px;
		top:-35px;
	}
	.act_photo{
	position: absolute;
	top:0;
	left: 0;
	width: 410px;
	z-index: 1;
	}
	.act_photo figure{
		padding-right: 20px;
		padding-bottom: 20px;
		background: #faed00;
		border-radius: 20px;
	}
	.act_photo img{
		width: 100%;
		border-radius: 14px;
	}
	.act_txt{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 400px;
	padding: 25px 30px 30px 90px;
	background: #7eb0d9;
	color: #fff;
	border-radius: 20px;
	margin-bottom: 0;
	}

	.reverse .act_photo{
	left: auto;
	right: 0;
	}
	.reverse .act_photo figure{
		padding-right: 0;
		padding-left: 20px;
	}
	.reverse .act_txt{
	right: auto;
	left: 0;
	padding: 25px 90px 30px 30px;
	}
}

.sec03{
	background-image: url("../images/bg02.png");
	background-repeat: no-repeat;
	background-position: 50% 290px;
	position: relative;
	padding-top:200px;
	margin-top: -160px;
	margin-bottom: 100px;
}
.sec03::before{
	content:"";
	display: block;
	width: 386px;
	height: 175px;
	background: url("../images/pic06.png") no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 150px;
}
.sec03::after{
	content:"";
	display: block;
	width: 382px;
	height: 314px;
	background: url("../images/pic09.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 550px;
}
.sec03 h2{
	margin-left: 55%;
	margin-right: auto;
	margin-bottom: 40px;
}
.sec03 .container{
	width: 100%;
	max-width: 1114px;
	margin: 70px auto 0;
	background: #fff;
	padding: 50px;
}
@media(max-width:767px){
	.sec03{
	padding-top:180px;
	margin-top: -140px;
	margin-bottom: 30px;
	}
	.sec03 .container{
	padding: 20px;
	}
}

.sec04{
	background-image: url("../images/bg03.png");
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 290px;
	position: relative;
	padding-top:200px;
	margin-top: -160px;
	margin-bottom: 100px;
}
.sec04::before{
	content:"";
	display: block;
	width: 385px;
	height: 176px;
	background: url("../images/pic11.png") no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 150px;
}
.sec04 h2{
	margin-left: 27%;
	margin-right: auto;
	margin-bottom: 40px;
}
.sec04 .container{
	width: 100%;
	max-width: 800px;
	margin: 70px auto 0;
	padding: 0;
}
.rsv_photo{
	margin-top: 100px;
}
.rsv_photo img{
	width: 100%;
	border-radius: 30px;
}
.rsv_btn{
	margin: 40px 0;
}
.rsv_btn a{
	display: block;
	width: 100%;
	background: #f8d749;
	padding: 40px 0;
	text-align: center;
	color: #2f2f2f;
	font-size:20px;
	font-weight: bold;
	transition: 0.2s;
}
.rsv_btn a:hover{
	text-decoration: none;
	background: #e5c435;
}
@media(max-width:767px){
	.sec04{
	padding-top:180px;
	margin-top: -140px;
	margin-bottom: 100px;
	}
	.sec04 .container{
	padding: 20px;
	}
	.rsv_photo{
	margin-top: 0;
	}
	.rsv_btn{
	margin: 20px 0;
	}
	.rsv_btn a{
	padding: 20px 0;
	}
}

.sec05{
	background-image: url("../images/bg02.png");
	background-repeat: no-repeat;
	background-position: 50% 290px;
	position: relative;
	padding-top:200px;
	margin-top: -160px;
	padding-bottom: 100px;
	margin-bottom: 60px;
}
.sec05::before{
	content:"";
	display: block;
	width: 386px;
	height: 175px;
	background: url("../images/pic06.png") no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 150px;
}
.sec05::after{
	content:"";
	display: block;
	width: 382px;
	height: 314px;
	background: url("../images/pic09.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
}
.sec05 h2{
	margin-left: 55%;
	margin-right: auto;
	margin-bottom: 40px;
}
.sec05 .container{
	width: 100%;
	max-width: 1114px;
	margin: 70px auto 0;
	background: #fff;
	padding: 50px;
}
@media(max-width:767px){
	.sec05{
	padding-top:140px;
	margin-top: -140px;
	margin-bottom: 30px;
	padding-bottom: 0;
	}
	.sec05 .container{
	padding: 20px;
	}
}


.title_h3 {
    display: block;
    text-align: center;
    gap: 25px;
    margin: 0 0 1.2em;
    font-size: 36px;
    line-height: 1.2;
}
.title_h3:first-letter {
    color: #ffa22a;
}
@media (max-width: 750px) {
    .title_h3 {
        gap: 10px;
        margin: 0 20px 32px;
        font-size: 24px;
    }
}
.title_h4 {
    position: relative;
    padding: 0;
    padding-left: 0.7em;
    margin-bottom: 0.8em;
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.title_h4:before {
    content: "";
    position: absolute;
    background: #ffa22a;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
    .title_h4 {
        font-size: 18px;
    }
}
table.table-menu{
	width: 100%;
}
table.table-menu tr td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    line-height: 2.4;
    background: #fff;
    background: none;
    border-left: none;
    border-right: none;
}
table.table-menu tr td:not(:first-child) {
    text-align: right;
}
table.table-default{
	width: 100%;
}
table.table-default th {
    background: #f2f2f2;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 10px 15px;
    line-height: 2.4;
    vertical-align: middle;
}
table.table-default td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    line-height: 2.4;
    background: #fff;
}
.link_button a {
    background: #ffa22a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 0 #5c5c5c;
    min-width: inherit;
    width: 100%;
    max-width: 280px;
    padding: 20px 75px;
}
.highlight {
    padding: 25px 25px;
    background-color: rgba(3, 183, 255, 0.05);
}
.t-center{
	text-align: center;
}
.mb1em{
	margin-bottom: 1em;
}
.mb2em{
	margin-bottom: 2em;
}
.mb3em{
	margin-bottom: 3em;
}
.mb4em{
	margin-bottom: 4em;
}

/*画像見出し調整*/
@media(min-width:768px) and (max-width:1054px){
	.sec02 h2,.sec03 h2,.sec04 h2,.sec05 h2{
		margin: 40px auto;
		text-align: center;
	}
	.sec02 h2 img,.sec03 h2 img,.sec04 h2 img,.sec05 h2 img{
		height:60px;
	}
}
@media(max-width:767px){
	.sec02 h2,.sec03 h2,.sec04 h2,.sec05 h2{
		margin: 30px auto;
		text-align: center;
	}
	.sec02 h2 img,.sec03 h2 img,.sec04 h2 img,.sec05 h2 img{
		height:42px;
	}
}
/*装飾画像調整*/
@media(min-width:1055px) and (max-width:1460px){
.sec02::before{
	width: 191px;
	height: 201px;
}
.sec02::after{
	width: 292px;
	height: 120px;
}
.sec03::before{
	width: 193px;
	height: 88px;
}
.sec03::after{
	width: 191px;
	height: 157px;
	top:645px;
}
.sec04::before{
	width: 193px;
	height: 88px;
}
.sec05::before{
	width: 193px;
	height: 88px;
}
.sec05::after{
	width: 191px;
	height: 157px;
}
}
@media(max-width:1054px){
.sec02::before{
	display: none;
}
.sec02::after{
	display: none;
}
.sec03::before{
	display: none;
}
.sec03::after{
	display: none;
}
.sec04::before{
	display: none;
}
.sec05::before{
	display: none;
}
.sec05::after{
	display: none;
}
}

/*サイドバナー*/
#side_button {
    position: fixed;
    top: 200px;
right:-126px;
width:186px;
    z-index: 100;
	transition: 0.7s;
	display: none;
}
#side_button:hover{
	right: 0;
}
#side_button .item {
    position: relative;
}
#side_button a {
    font-size: 14px;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 40px 0 62px;
    color: #fff;
    background: #529eaa;
    position: relative;
}
#side_button a {
    background: #ffa22a;
	text-decoration: none;
}
#side_button a:hover {
    background: #ffb04b;
}
#side_button .item::before {
	content:"";
    position: absolute;
    left: 0px;
    text-align: center;
    z-index: 1;
    width: 22px;
    height: 22px;
margin:19px;
}
#side_button .side_button_icon_mail::before {
    background:url("../images/side_bnr_icn01.png") no-repeat;
background-size:cover;
}
#side_button .side_button_icon_tel::before {
    background:url("../images/side_bnr_icn02.png") no-repeat;
background-size:cover;
}
#side_button .side_button_icon_pencil::before {
    background:url("../images/side_bnr_icn03.png") no-repeat;
background-size:cover;
}
#side_button .side_button_icon_instagram::before {
    background:url("../images/side_bnr_icn04.png") no-repeat;
background-size:cover;
}
#side_button .side_button_icon_line::before {
    background:url("../images/side_bnr_icn05.png") no-repeat;
background-size:cover;
}
@media(max-width:767px){
	#side_button{
		display: none;
	}
}