@charset "UTF-8";

/* -- layout -- */
#main .sp {
	display: none;
}
.ct_wrap {
	min-width: 1000px;
}
.ct_wrap p {
	line-height: 1.86;
}
[class^="ct_section"] {
	margin: auto;
	padding: 440px calc(50% - 600px) 130px;
	position: relative;
	z-index: 1;
}
.bg_wave {
	position: relative;
}
.bg_wave::after {
	content: "";
	background: url(../img/line_wave_blue.png) repeat-x;
	display: block;
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.ct_lead {
	background: linear-gradient(0deg, #00ceed 0, #43aff7 100%);
	width: 100%;
	height: 370px;
	position: absolute;
	top: 0;
	left: 0;
}
.ct_lead h2 {
	margin: auto;
	position: absolute;
	top: -29px;
	right: 0;
	left: 0;
}
.ct_lead p {
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ct_inblock {
	background-color: #fff;
	padding: 10.75% 60px 80px;
	border-radius: 20px;
	box-shadow: 0 0 12px rgba(0, 70, 116, 10%);
	position: relative;
}
.ct_inblock + .ct_inblock {
	margin-top: 110px;
}
.block_title {
	width: 100%;
	padding-top: 10.75%;
	position: absolute;
	top: 0;
	left: 0;
}
.block_title img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.ct_case_block {
	text-align: left;
	min-height: 260px;
	padding: 60px 60px 60px 490px;
}
.ct_inblock + .ct_case_block {
	margin-top: 120px;
}
.case_title {
	text-align: center;
	width: 100%;
	position: absolute;
	top: -60px;
	right: 0;
	left: 0;
}
.line_title {
	text-align: center;
	width: 100%;
	margin: 0 0 35px;
}

@media screen and (max-width: 1220px) {
	[class*="ct_section"] {
		padding: calc(30.833% + 70px) 10px 130px;
	}
	.ct_lead {
		height: 0;
		padding-top: 30.833%;
	}
}


/* -- parts -- */
.box_lead {
	font-size: 20px;
	font-weight: 600;
	line-height: 2.1;
	text-align: left;
	margin: 40px 0 50px;
}
.box_lead strong {
	background: linear-gradient(0deg, #fff 0, #f9fb60 5px, #f9fb60 17px, #fff 18px, #fff 100%);
}
.ct_case_block figure {
	width: 380px;
	position: absolute;
	top: 60px;
	left: 60px;
}
.ct_case_block h5 {
	font-size: 20px;
	font-weight: 600;
	color: #ff8a00;
	margin: 25px 0;
}
.ct_case_block p {
	font-size: 16px;
	line-height: 1.75;
}
.ct_case_block p.btn_case {
	text-align: right;
	margin-top: 25px;
}


/* -- button and link -- */
#main a {
	transition: all 0.3s ease;
}
#main a:hover,
#main a:focus {
	text-decoration: none;
}
.hv_op:hover,
.hv_op:focus {
	opacity: 0.6;
}
.btn_case a {
	font-weight: 600;
	line-height: 46px;
	color: #ff8a00;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	width: 280px;
	height: 50px;
	border: solid 2px #ff8a00;
	border-radius: 5px;
	position: relative;
}
.btn_case a:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	border-top: solid 2px #ff8a00;
	border-right: solid 2px #ff8a00;
	position: absolute;
	top: 0;
	right: 21px;
	bottom: 0;
	transform: rotate(45deg);
	transition: all 0.3s ease;
}
.btn_case a:hover {
	color: #fff;
	background-color: #ff8a00;
}
.btn_case a:hover:after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
.ct_tel .form a,
.btn_other a {
	font-size: 26px;
	font-weight: 600;
	line-height: 27px;
	color: #fff;
	text-align: center;
	display: block;
	box-sizing: border-box;
	width: 490px;
	height: 80px;
	margin: auto;
	padding-top: 29px;
	border-radius: 10px;
	position: relative;
}


/* -- key visual -- */
.ct_kv {
	background: #89ccde url(../img/bg_kv01_pc.jpg) no-repeat center center / cover;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 35.763%;
	position: relative;
}
.ct_kv.bg_wave::after {
	background-image: url(../img/line_wave_yellow.png);
}
.ct_kv h1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.ct_kv h1 img {
	width: auto;
	height: 100%;
}
@media screen and (min-width: 1440px) {
	.ct_kv {
		background-size: auto 515px;
		height: 515px;
		padding-top: 0;
	}
}


/* -- anchor navi -- */
.ct_nav_anchor {
	background: url(../img/bg_navi01.png) no-repeat center 0, url(../img/bg_navi02.png) repeat-x center 0;
	background-color: #dffbff;
	padding: 15px 0 70px;
}
.ct_nav_anchor ul {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto 27px;
}
.ct_nav_anchor ul li a {
	display: block;
	position: relative;
}
.ct_nav_anchor ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	opacity: 0;
	position: absolute;
	/* top: 10px; */
	transition: all 0.3s ease;
}
.ct_nav_anchor ul li:nth-child(1) a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease;
}
.ct_nav_anchor ul li:nth-child(1) a::before {
	background: url(../img/btn_navi01_on_pc.png) no-repeat center 0;
}
.ct_nav_anchor ul li:nth-child(2) a::before {
	background: url(../img/btn_navi02_on_pc.png) no-repeat center 0;
}
.ct_nav_anchor ul li:nth-child(3) a::before {
	background: url(../img/btn_navi03_on_pc.png) no-repeat center 0;
}
.ct_nav_anchor ul li:nth-child(4) a::before {
	background: url(../img/btn_navi04_on_pc.png) no-repeat center 0;
}
.ct_nav_anchor ul li:nth-child(5) a::before {
	background: url(../img/btn_navi05_on_pc.png) no-repeat center 0;
}
.ct_nav_anchor ul li a:hover::before {
	opacity: 1;
}
.ct_nav_anchor li a{
transition: all 1s;
}

.ct_nav_anchor li a:hover{
transform: translate(0,5px);
}

@media screen and (max-width: 1200px) {
	.ct_nav_anchor ul {
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 13px;
		flex-wrap: wrap;
	}
}

/* -- about -- */
.ct_section_about .ct_inblock:not(.ct_case_block) {
	padding: 12.5% 60px 80px;
}
.ct_section_about .block_title .block_title_carbon {
	padding-top: 12.5%;
}
.ct_section_about .block_title {
	padding-top: 12.5%;
}
.ct_section_about .about_tx {
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	margin: -15px 0 30px;
}


/* -- carbon -- */
.ct_carbon_lead {
	background: linear-gradient(0deg, #00ceed 0, #43aff7 100%);
	width: 100%;
	height: 370px;
	position: absolute;
	top: 0;
	left: 0;
}
.ct_carbon_lead h2 {
	margin: auto;
	position: absolute;
	top: -29px;
	right: 0;
	left: 0;
}
.ct_carbon_lead p {
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block_title_carbon {
	width: 100%;
	padding-top: 10.75%;
	position: absolute;
	top: 0;
	left: 0;
}
.block_title_carbon img {
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 1220px) {
	.ct_nav_anchor li {
		width: 33%;
		max-width: 100%;
	}
	.ct_carbon_lead {
		height: 0;
		padding-top: 33.833%;
	}
	.ct_carbon_lead p{
		top: 2rem;
	}
}

/* -- cost -- */
.ct_section_cost span.ct_note {
	margin-top: 5px;
}
.ct_cost_box1 {
	text-align: left;
	min-height: 330px;
	padding-right: calc(50% + 55px);
	position: relative;
}
.cost_tx {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.75;
	text-align: left;
	margin: 20px 0 0;
}
.ct_cost_box1 dl {
	font-size: 12px;
	line-height: 1.66;
	letter-spacing: 0;
	margin-top: 20px;
}
.ct_cost_box1 dl li {
	display: inline;
	margin-right: 0.5em;
}
.ct_cost_box1 dl li::before {
	content: "●";
	color: #00c0d3;
}
.ct_cost_box1 figure {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.ct_cost_box2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 75px;
}
.ct_cost_box2 h3 {
	width: 100%;
	margin-bottom: 35px;
}
.ct_cost_box2 figure {
	width: calc(50% - 20px);
}


/* -- facility -- */
.ct_facility_box dd ul {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 60px;
}
.ct_facility_box li {
	width: calc(25% - 12px);
}

.ct_facility_box_1 dd ul {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 60px;
}
.ct_facility_list dl {
	font-size: 12px;
	line-height: 1.66;
	letter-spacing: 0;
	margin-top: 20px;
}
.ct_facility_list dl li {
	display: inline;
	margin-right: 0.5em;
}
.ct_facility_list dl li::before {
	content: "●";
	color: #00c0d3;
}
.block_title_facility_sec02 {
	width: 100%;
	padding-top: 10.75%;
	position: absolute;
	top: 0;
	left: 0;
}
.block_title_facility_sec02 img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.facility_list{
	padding-left: 2rem;
    text-indent: -2rem;
	text-align: left;
}
.ct_facility_indent {
	margin-top: 20px;
}
.facility_indent{
	text-align: left;
    float: left;
    margin-right: 2.5rem;
}


/* -- disaster -- */
.ct_disaster_lead {
	background: linear-gradient(0deg, #00ceed 0, #43aff7 100%);
	width: 100%;
	height: 370px;
	position: absolute;
	top: 0;
	left: 0;
}
.ct_disaster_lead h2 {
	margin: auto;
	position: absolute;
	top: -29px;
	right: 0;
	left: 0;
}
.ct_disaster_lead p {
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ct_disaster_box2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	justify-content: space-between;
	margin-top: 75px;
}
.ct_disaster_box2 h4 {
	width: 100%;
	margin-bottom: 35px;
	text-align: left;
}
.ct_disaster_box2 figure {
	width: calc(50% - 20px);
}
.ct_disaster_box {
	margin: 20px 0 30px
}
.disaster_tx {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.75;
	text-align: left;
	margin: 20px 0 20px;
	font-weight: 700;
}
.disaster_line_title {
	text-align: center;
	width: 100%;
	margin: 40px 0 35px;
}
.disaster_line_title_sub {
	text-align: center;
	width: 100%;
	margin: 0 0 35px;
}
.block_title_disaster {
	width: 100%;
	padding-top: 10.75%;
	position: absolute;
	top: 0;
	left: 0;
}
.block_title_disaster img {
	position: absolute;
	bottom: 0;
	left: 0;
}


/* -- other -- */
.ct_other {
	background: linear-gradient(0deg, #ffc636 0, #ffface 75%, #dffbff 100%);
	height: 380px;
	margin-top: -365px;
	padding-top: 280px;
	position: relative;
	z-index: 0;
}
.ct_other.bg_wave::after {
	background-image: url(../img/line_wave_blue02.png);
}
.btn_other a {
	background-color: #ff8a00;
	margin-top: 25px;
	box-shadow: 0 6px 0 #d17100;
}
.btn_other a::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	position: absolute;
	top: 0;
	right: 34px;
	bottom: 0;
	transform: rotate(45deg);
}
.ct_anntation{
	margin-bottom: 20px;
}
.ct_indent {
	text-indent: -1.5em;
    padding-left: 1.5em;
	text-align: left;
}
.ct_indent_annotation{
	text-indent: -1em;
    padding-left: 1em;
	text-align: left;
	margin-top: 20px;
}

/* -- contact -- */
.ct_section_contact {
	line-height: 1;
	background: #c0f4ff url(../img/bg_contact.jpg) no-repeat center bottom / 100% auto;
	padding-top: 65px;
	padding-bottom: 100px;
}
.ct_section_contact p {
	line-height: 1;
}
.ct_tel .tel_free {
	margin-top: 20px;
}
.ct_tel .tel_free img {
	vertical-align: baseline;
	width: 70px;
	margin-right: 10px;
}
.ct_tel .tel_free .tel_num {
	font-size: 52px;
	font-weight: 600;
	line-height: 1;
	color: #ff8a00;
}
.ct_tel .tel_mob .tel_num {
	font-size: 38px;
	font-weight: 600;
	color: #0085dd;
}
.ct_tel .tel_num + b {
	font-size: 18px;
	margin-left: 5px;
}
.ct_tel h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 30px 0 20px;
}
.ct_tel .tel_time {
	font-size: 16px;
	margin-top: 15px;
}
.ct_tel .form {
	margin: 40px 0 0;
}
.ct_tel .form a {
	background-color: #0068c0;
	box-shadow: 0 6px 0 #004f91;
}
.ct_tel .form a img {
	height: 27px;
	margin-right: 20px;
}
.ct_office {
	background-color: #fff;
	overflow: hidden;
	margin: 55px 0 0;
	padding: 0 60px 40px;
	border-radius: 18px;
}
.ct_office h3 {
	background-color: #0085dd;
	display: block;
	margin: 0 -60px 40px;
	padding: 12px 0;
}
.ct_office table {
	line-height: 1.5;
	text-align: left;
	width: 100%;
	border-top: solid 1px #eee;
}
.ct_office th,
.ct_office td {
	padding: 9px 0;
	border-bottom: solid 1px #eee;
}
.ct_office th {
	font-weight: 600;
	white-space: nowrap;
}
.ct_office td {
	padding-left: 30px;
}
.ct_office a {
	color: #000;
	cursor: default;
}


/* -- contact banner -- */
.ct_section_contact_bnr {
	background-color: #ffface;
	width: 100%;
	max-width: 1160px;
	height: 150px;
	padding: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	transition: all 0.5s ease;
}
.ct_section_contact_bnr::before {
	content: "";
	background-color: #ffface;
	width: 100vw;
	height: 150px;
	margin: auto;
	position: absolute;
	right: -100%;
	bottom: 0;
	left: -100%;
	z-index: -1;
}
.ct_section_contact_bnr h2 {
	padding: 18px 0 0;
}
.ct_section_contact_bnr ul {
	display: flex;
	margin: 0 355px 0 10px;
	padding-top: 9px;
}
.ct_section_contact_bnr ul li:first-child {
	margin-right: 19px;
}
.ct_section_contact_bnr li a {
	cursor: default;
}
.ct_section_contact_bnr .time {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	margin: 3px 0 0 10px;
}
.ct_section_contact_bnr .form {
	font-weight: 600;
	position: absolute;
	top: 60px;
	right: 10px;
}
.ct_section_contact_bnr .form a {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	background-color: #0068c0;
	text-align: center;
	display: block;
	box-sizing: border-box;
	width: 320px;
	height: 60px;
	padding-top: 20px;
	border-radius: 5px;
	box-shadow: 0 4px 0 #004f91;
}
.ct_section_contact_bnr .form a img {
	height: 20px;
	margin-right: 20px;
}
.ct_section_contact_bnr #sp_form_button {
	display: none;
}
#ct_pagetop {
	font-size: 0;
	opacity: 0;
	position: fixed;
	right: 20px;
	bottom: 170px;
	z-index: 2;
	transition: all 0.5s ease;
}
#ct_pagetop.js-appear {
	opacity: 1;
}
#ct_pagetop a {
	background: #0085dd url(../img/icon_pagetop.png) no-repeat center center / 17px 12px;
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 26px;
}
.ct_section_contact_bnr.fadeout + #ct_pagetop {
	bottom: 20px;
}
.ct_top-space{
	margin-top: 20px;
}

@media screen and (max-width: 920px) {
	.ct_section_contact_bnr br.sp {
		display: inherit!important;
	}
}

/* -- line style -- */
.line-style{
	margin-top: 40px;
	border: 1px solid #dbdbdb;
}

/* -- fade in -- */
li.fade.in:nth-of-type(2) {
	transition-delay: 0.15s;
}
li.fade.in:nth-of-type(3),
.fade.in.delay1 {
	transition-delay: 0.3s;
}
li.fade.in:nth-of-type(4) {
	transition-delay: 0.45s;
}