@charset "UTF-8";
@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {
    #project_block .main_list {
		gap: 40px 4.3%;
	}
  }
}
/*-----------------------------------

	base

-----------------------------------*/
html {
	overflow-y: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}
html.open {
	overflow: hidden;
	height: auto;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px !important;
	font-size: 1.5em !important;
	color: #272727;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-weight: 100;
	margin: 0 !important;
	width: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
}
body.is_fixed .nav_fix {
	background: #fff;
	position: fixed;
	top: 0;
	margin-top: 0;
	width: 100%;
	z-index: 99;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.contents_inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
.of {
	font-family: "Outfit", sans-serif;
}
.in{
	font-family: "Inter", sans-serif;
}
a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.5s;
}
a:hover {
	opacity: 0.6;
	text-decoration: none;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.row_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 840px) {
.link_btn a {
	font-size: 14px;
	padding-left: 40px;
}
.link_btn a::before {
	top: 0px;
	right: 80px;
	width: 31px;
	height: 31px;
}
}

@media screen and (max-width: 640px) {
body {
	font-size: 14px !important;
	font-size: 1.4em !important;
	line-height: 1.8em;
	font-weight: normal;
	letter-spacing: 0.05rem;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
}
/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*-----------------------------------

	header

-----------------------------------*/
header {
	padding: 15px 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
}
header .contents_inner {
	max-width: 1420px;
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header h1 {
	width: 263px;
	-ms-flex-item-align: center;
	align-self: center;
}
header nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header nav ul {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header nav ul li a {
	font-size: 15px;
	font-weight: bold;
	display: block;
	transition: 0.3s;
}
header nav ul li a:hover{
	text-decoration: underline;
}
header .nav_list li.entry a {
	color: #FFFFFF;
	background: #6CDCEE;
	background: linear-gradient(90deg, rgba(108, 220, 238, 1) 0%, rgba(71, 185, 248, 1) 100%);
	width: 180px;
	text-align: center;
	padding: 14.5px 0;
}
header .nav_list li:not(:last-child) {
	padding-right: 3.1vw;
}
header .nav_list:last-child {
	padding-right: 0;
}
#nav_menu .menu_single p {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
#nav_menu .menu_single p span {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}
#nav_menu .menu_single p span::after {
	content: "";
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #000 transparent transparent transparent;
}
#nav_menu .menu_single .menu_second_level ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px 20px 20px;
	flex-flow: column;
	align-items: baseline;
}
#nav_menu .menu_single .menu_second_level ul li {
	padding: 15px 0 0 0;
}
.menu_single .menu_second_level {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 100px;
	z-index: 9999;
	background: #f9f9fa;
	border-radius: 0 0 10px 10px;
}
.menu_single:hover .menu_second_level {
	visibility: visible;
	opacity: 1;
}
#gNav {
	display: none;
}

@media screen and (max-width: 1200px) {
header h1 {
	padding: 10px;
}
	header nav ul li a {
	font-size: 14px;
	}
}

@media screen and (max-width: 960px) {
header h1 img {
	width: 158px;
	vertical-align: middle;
}
header nav ul li a {
	font-size: 13px;
	padding: 10px 0;
}
header #nav_menu {
	display: none;
}
header nav .tel, header nav .contact {
	width: 100% !important;
	border-bottom: none !important;
	text-align: center;
}
header nav .tel a {
	border-radius: 10px;
	margin: 20px auto 0;
	width: 250px;
	max-width: 90%;
	padding: 10px 0;
	border: 1px solid #47b9f8;
}
header nav .contact a {
	border-radius: 10px;
	margin: 20px auto 0;
	width: 250px;
	max-width: 90%;
	padding: 10px 0;
	background: #47b9f8;
	color: #fff;
}
header nav .tel a span, header nav .contact a span {
	padding: 0 0 0 25px;
	display: inline-block;
	position: relative;
}
header nav .tel a span::after {
	content: "";
	width: 20px;
	height: 21px;
	background: url(../img/common/headicon_tel_blue.png) no-repeat;
	background-size: auto;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 5px;
}
header nav .contact a span::after {
	content: "";
	width: 20px;
	height: 21px;
	background: url(../img/common/headicon_mail_w.png) no-repeat;
	background-size: auto;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 5px;
}
.menu_btn {
	width: 24px;
	height: 17px;
	display: block;
	position: absolute;
	top: 20px;
	right: 17px;
	box-sizing: border-box;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999;
	cursor: pointer;
}
.menu_btn .lineh {
	position: absolute;
	width: 25px;
	height: 2px;
	background: #000;
	top: 0;
	right: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu_btn .linem {
	position: absolute;
	width: 25px;
	height: 2px;
	background: #000;
	top: 8px;
	right: 0;
	opacity: 1;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu_btn .lineb {
	position: absolute;
	width: 15px;
	height: 2px;
	background: #000;
	bottom: 0;
	right: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu_btn.active .lineh {
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 7px;
	right: 0;
}
.menu_btn.active .linem {
	opacity: 0;
}
.menu_btn.active .lineb {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 8px;
	right: 0;
	width: 25px;
}
#gNav {
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top: 60px;
	right: -100%;
	padding: 20px 0;
	display: inline-block;
	z-index: 90;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
#gNav.toggle {
	left: 0 !important;
}
#gNav ul {
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
#gNav ul li {
	width: 100%;
	border-bottom: 2px dotted #ededed;
}
#gNav ul > li > span {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
	display: block;
	position: relative;
	cursor: pointer;
}
#gNav ul > li > span::after {
	content: "";
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #000 transparent transparent transparent;
}
#gNav ul > li > ul {
	display: none;
}
#gNav ul > li > ul > li {
	border-bottom: none;
}
#gNav ul > li > ul > li a {
	padding: 0 0 10px 0;
}
#menuBtn.invert .menu_btn_wrap {
	border: 2px solid #000;
}
#menuBtn.invert .lineh, #menuBtn.invert .linem, #menuBtn.invert .lineb {
	background: #000;
}
.menu_btn_wrap {
	width: 60px;
	height: 60px;
}
.menu_btn {
	top: 20px;
	right: 16px;
}
#gNav {
	top: 63px;
}
}

@media screen and (max-width: 640px) {
.menu_single .menu_second_level {
	opacity: 1;
	position: static;
	transition: none;
	visibility: inherit;
}
header nav .tel a::after {
	left: 30px;
}
header nav .contact a::after {
	left: 40px;
}
}
/*-----------------------------------

	base

-----------------------------------*/
#contents section .contents_inner {
	position: relative;
}
.bg_txt {
	font-size: clamp(25px, 8.67vw, 130px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #ECECEC;
	position: absolute;
	z-index: -1;
}
.bg_txt_wh{
	color: #fff;
	opacity: 0.2;
}
.section_title {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.44;
	letter-spacing: 0.08em;
}
.section_title.wh {
	color: #FFFFFF;
}
.section_title .en {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.04em;
	color: #47B9F8;
	margin-top: 10px;
}
.section_title.wh .en {
	color: #FFFFFF;
}
.detail_btn {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.08em;
	padding: 22px 0 22px 95px;
	width: max-content;
	max-width: 100%;
	position: relative;
	transition: 0.3s;
}
.detail_btn:hover{
	opacity: 1;
	text-decoration: underline;
}
.detail_btn.wh {
	color: #FFFFFF;
}
.detail_btn::before,
.detail_btn::after {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}
.detail_btn::before {
	background: #FFFFFF;
	border: 2px solid #47B9F8;
	border-radius: 50vw;
	z-index: 1;
}
.detail_btn:hover::before{
	background: #47B9F8;
	border: 2px solid #FFFFFF;
}
.detail_btn.wh::before {
	background: #47B9F8;
	border: 2px solid #FFFFFF;
}
.detail_btn.wh:hover::before {
	background: #FFFFFF;
	border: 2px solid #47B9F8;
	border-radius: 50vw;
	z-index: 1;
}
.detail_btn::after {
	background: url(../img/common/arw_rt_bl_icon.svg) no-repeat center center / 8px 14px;
	z-index: 2;
	transition: 0.3s;
}
.detail_btn:hover::after {
	background: url(../img/common/arw_rt_wh_icon.svg) no-repeat center center / 8px 14px;
}
.detail_btn.wh::after {
	background: url(../img/common/arw_rt_wh_icon.svg) no-repeat center center / 8px 14px;
	transition: 0.3s;
}
.detail_btn.wh:hover::after {
	background: url(../img/common/arw_rt_bl_icon.svg) no-repeat center center / 8px 14px;
	z-index: 2;
}
@media screen and (max-width: 640px) {	
	.section_title {
		font-size: 25px;
	}
	.section_title .en {
		font-size: 16px;
		margin-top: 7px;
	}
	.detail_btn {
		font-size: 15px;
		padding: 20px 0 20px 50px;
	}
	.detail_btn::before,
	.detail_btn::after {
		width: 40px;
		height: 40px;
	}
}
/*-----------------------------------

	entry_block

-----------------------------------*/
#entry_block a{
	background: url("../img/common/entry_bg.jpg")no-repeat center/cover;
	position: relative;
	padding: 112px 0;
	display: block;
}
#entry_block a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, #6cdcee 0%, #47b9f8 100%);
	opacity: 0.8;
}
#entry_block .contents_inner{
	position: relative;
	z-index: 1;
}
#entry_block .entry_txt{
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
#entry_block h4{
	text-align: center;
	font-size: 120px;
	font-weight: 600;
	color: #fff;
	line-height: 1.3;
}

@media screen and (max-width: 840px){
}
@media screen and (max-width: 640px){
	#entry_block a{
		padding: 50px 0;
	}
	#entry_block .entry_txt{
		font-size: 16px;
		margin-bottom: 0;
	}
	#entry_block h4{
		font-size: 60px;
	}
}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop{
	display: block;
	width: 70px;
	height: 70px;
	background: #272727;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 98;
}
#pagetop a {
	display: block;
}
#pagetop a img{
	display: block;
	transform: rotate(-90deg);
	margin: auto;
	padding: 28px 0;
}
@media (hover: hover) {
	#pagetop a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 640px) {
	#pagetop{
		position: static!important;
		width: 100%;
		height: 50px;
	}
	#pagetop a img{
		padding: 19px 0;
	}
}

/*-----------------------------------

	footer

-----------------------------------*/
footer{
	padding: 60px 0;
	font-size: 15px;
	font-weight: 700;
	position: relative;
}
footer .contents_inner{
	max-width: 1255px;
	width: 85%;
}

footer .left_box{
	max-width: 350px;
	width: 30%;
}
footer .left_box p{
	margin: 33px 0 0;
	font-weight: 500;
	line-height: 2;
}

footer .copy_box{
	margin: 40px 0 0;
}

footer .right_box{
	max-width: 615px;
	width: 65%;
}
footer .right_box .footer_list{
	gap: 50px;
}
footer .right_box .footer_list li a{
	display: block;
	transition: 0.3s;
}
footer .right_box .footer_list li a:hover{
	text-decoration: underline;
}
footer .right_box .link_wrap{
	margin: 60px 0 0;
	justify-content: flex-end;
	gap: 20px;
}
footer .right_box .link_wrap .link_box{
	width: 240px;
}
footer .right_box .link_wrap .link_box a{
	padding: 21px;
	text-align: center;
	display: block;
	position: relative;
	font-size: 16px;
}
footer .right_box .link_wrap .link_box a::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 17px;
	height: 14px;
	background: url("../img/common/outlink_wh.svg")no-repeat center/contain;
}
footer .right_box .link_wrap .line_box a{
	color: #fff;
	background: #3DCE63;
	border: 1px solid #3DCE63;
}
footer .right_box .link_wrap .line_box a img{
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}
footer .right_box .link_wrap .site_box a{
	color: #47B9F8;
	border: 1px solid #47B9F8;
}
footer .right_box .link_wrap .site_box a::before{
	background: url("../img/common/outlink_blue.svg")no-repeat center/contain;
}
footer .copy_box .contents_inner .copy{
	font-weight: 500;
}
footer .copy_box .contents_inner a{
	font-weight: 400;
	display: inline-block;
	transition: 0.3s;
}
footer .copy_box .contents_inner a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 1110px) {
	footer{
		font-size: 14px;
	}
	footer .right_box .link_wrap{
		margin: 30px 0 0;
	}
	footer .right_box .footer_list{
		gap: 20px;
	}
	footer .right_box .link_wrap .link_box{
		width: 210px;
	}
	footer .right_box .link_wrap .link_box a{
		font-size: 14px;
		padding: 15px;
	}
	footer .right_box .link_wrap .link_box a::before{
		right: 10px;
	}
}

@media screen and (max-width: 840px) {
	footer .contents_inner{
		gap: 30px;
		flex-direction: column;
	}
	footer .left_box{
		margin: auto;
		max-width: 325px;
		width: 100%;
	}
	footer .left_box p{
		margin: 15px 0 0;
	}
	footer .right_box{
		max-width: 100%;
		width: 100%;
	}
	footer .copy_box .contents_inner{
		flex-direction: row;
		font-size: 12px;
	}
}

@media screen and (max-width: 640px) {
	footer .copy_box{
		margin: 30px 0 0;
	}
	footer .left_box p{
		font-size: 13px;
	}
	footer .right_box .footer_list{
		max-width: 260px;
		margin: auto;
		justify-content: center;
	}
	footer .right_box .link_wrap .link_box{
		width: calc((100% - 20px) / 2);
	}
	footer .right_box .footer_list li{
		width: calc((100% - 20px) / 3);
	}
}
@media screen and (max-width: 500px){
	footer .copy_box .contents_inner{
		flex-direction: column-reverse;
		gap: 10px;
	}
	footer .copy_box .contents_inner a{
		display: flex;
	}
	footer .right_box .link_wrap .link_box{
		width: 100%;
	}
}


/*-----------------------------------

	LINEモーダル

-----------------------------------*/
.float-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(77, 78, 81, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    overflow: hidden;
    visibility: hidden;
}
.float-contact a {
	transition: none;
}
.line_open .float-contact {
    visibility: visible;
}
.btn-contact-close {
    width: 43px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -255px -410px 0 0;
    cursor: pointer;
}
.float-contact-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 600px;
    height: 350px;
    background-color: #fff;
		border-radius: 10px;
}
.float-contact-inner__ttl {
		width: 100%;
		margin-bottom: 10px;
		font-size: 24px;
		font-weight: 900;
		line-height: 1;
		text-align: center;
}
.float-contact-inner dl {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 482px;
    margin: 0 auto;
}
.float-contact-inner dt {
		width: 95px;
		padding: 8px 0;
		border: 2px solid #3DCE63;
		border-radius: 6px;
		margin: 0 35px 0 0;
		font-size: 19px;
		font-weight: 700;
		line-height: 1;
		color: #3DCE63;
		text-align: center;
}
.float-contact-inner dd {
    width: 326px;
    margin-top: 24px;
}
.float-contact-inner__tel {
		font-size: 15px;
		font-weight: 700;
		line-height: 1.4;
		text-align: left;
		color: #272727;
}
.float-contact-inner__tel a {
    display: block;
	color: #3DCE63;
    margin-bottom: 6px;
    font-size: 34px;
    font-weight: 700;
}
.float-contact-inner__line a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 78px;
    background: linear-gradient(0deg, rgba(0, 156, 66, 1) 0%, rgba(0, 191, 76, 1) 100%);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.float-contact-inner__line a img {
    display: inline-block;
	width: 30px;
    margin-top: 5px;
    margin-right: 5px;
}
@media screen and (max-width: 840px){
	.btn-contact-close {
        right: 0;
        left: 0;
        margin: 0 auto;
		top: 18%;
	}
}
@media screen and (max-width: 640px){
	.float-contact-inner {
		width: 90%;
		height: auto;
		padding: 40px 20px;
	}
	.float-contact-inner__ttl {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.float-contact-inner__tel a {
		font-size: 30px;
	}
	.float-contact-inner dt {
		margin: 24px auto 0;
		font-size: 16px;
		height: 42px;
	}
	.float-contact-inner dd {
		width: 90%;
		margin-top: 8px;
		line-height: 1.2;
		text-align: center;
	}
	.float-contact-inner__line a {
		font-size: 16px;
		height: 60px;
		margin-top: 15px;
	}
}