@charset "utf-8";

html{
	font-size: 62.5%;
}
body {
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6em;
	line-height: 1.625;
    letter-spacing: 0.03em;
}
a{
	transition: .25s;
}
img{
	max-width: 100%;
}
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
.wrapper{
	position: relative;
	width: 1130px;
	max-width: 100%;
	padding: 0 25px;
	margin: auto;
}
.point {
	position: relative;
	display: block;
	padding-left: 0.7em;
	text-indent: -1em;
}
.point::before{
	content: "・";
}
.asterisk {
	position: relative;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.asterisk::before{
	content: "※";
	color: #0083d3;
}
.text_link {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	text-indent: 0;
}
.text_link::after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #fff;
	margin: auto;
}
.caution{
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	padding-left: 1em;
	text-indent: -1em;
}
.caution::before{
	content: "※";
}
@media screen and (min-width: 769px) {
	.text_link:hover::after {
		width: 100%;
	}
}

/* Header
------------------------------ */
.header_inner {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	transition: .3s;
	background: #fff;
	transition: .3s;
	border-top: 10px solid #0055a0;
	padding: 19px 0 40px;
}
.header_inner.header_fixed {
	border-top: 5px solid #0055a0;
    padding: 5px 0 10px;
	box-shadow: 2px 2px 3px #d8d8d8;
}
.header_wrapper {
	display: flex;
    justify-content: space-between;
}
.header_logo {
	width: 280px;
	margin-top: 30px;
}
.header_logo {
	display: block;
}
.header_logo img {
	width: 100%;
}
.header_menu {
	margin-right: 24px;
}
.header_lists {
	display: flex;
	justify-content: flex-end;
	letter-spacing: 0.05em;
}
.header_list:not(:last-of-type) {
	margin-right: 37px;
}
.header_list a {
	display: inline-block;
	text-indent: 0;
	font-size: 1.8rem;
}
.header_list a::after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #0055a0;
	margin: auto;
}
.header_tel {
	margin-top: 14px;
}
.hamburger {
	display: none;
}
#hamburger_toggle {
	display: none;
}
main {
	margin-top: 150px;
}

@media screen and (min-width: 769px) {
	.header_list a:hover::after {
		width: 100%;
	}
}

/* main_view
------------------------------ */
.main_view_wrapper {
	position: relative;
}
.main_view_message {
	position: absolute;
	width: 100%;
	max-width: clamp(200px, 34.75vw, 417px);
	left: 25px;
	top: 83px;
}

/* greeting
------------------------------ */
.greeting {
	position: relative;
	margin-top: 59px;
}
.greeting::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 80px;
	left: 50%;
	transform: translateX(-50%);
	top: -40px;
	background: url(../images/greeting_icon.png) no-repeat center center / contain;
}
.greeting_inner {
	color: #fff;
	background: url(../images/greeting_bg.jpg) no-repeat center center / cover;
	padding: 63px 0 118px;
}
.greeting_title {
    font-size: clamp(2.6rem, 2.83vw, 3.4rem);
	font-weight: 700;
	text-align: center;
}
.greeting_text {
	letter-spacing: 0.02em;
    line-height: 2.35;
    text-align: center;
    margin-top: 43px;
}

/* company
------------------------------ */
.company {
	margin-top: 80px;
}
.company_wrapper {
	display: flex;
	justify-content: space-between;
}
.company_business {
	width: 100%;
	max-width: 540px;
	border-right: 1px solid #cdcdcd;
	padding-top: 40px;
	padding-right: 45px;
}
.company_business_title {
	font-size: clamp(2.6rem, 2.83vw, 3.4rem);
	font-weight: 700;
	text-align: center;
}
.company_business_title span {
	color: #0055a0;
}
.company_business_text {
	margin-top: 25px;
}
.company_business_construction {
	margin-top: 45px;
}
.company_business_construction_title {
	font-size: clamp(2rem, 2vw, 2.4rem);
	font-weight: 700;
	border-bottom: 3px solid #0055a0;
}
.company_business_construction_item {
	margin-top: 15px;
}
.company_business_construction_item:nth-of-type(2) {
	margin-top: 30px;
}
.company_business_construction_subtitle {
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	color: #0055a0;
	padding-left: 25px;
}
.company_business_construction_subtitle::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	left: 0;
    top: 8px;
	background: #0083d3;
	border-radius: 10px;
}
.company_business_construction_subtitle a {
	display: inline-block;
	text-decoration: none;
	text-indent: 0;
}
.company_business_construction_subtitle a::after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #0083d3;
	margin: auto;
}
.company_business_construction_images {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.company_business_construction_image {
	width: calc(50% - 10px);
}
.company_business_construction_text {
	line-height: 1.78;
	margin-top: 15px;
}
.company_business_construction_table {
	margin-top: 20px;
}
.company_business_construction_table_title {
	font-weight: 700;
}
.company_business_construction_table table {
	margin-top: 10px;
}
.company_business_construction_table tr {
    border-bottom: 1px solid #303030;
}
.company_business_construction_table tr:first-of-type {
    border-top: 1px solid #303030;
}
.company_business_construction_table th {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px;
	border-right: 1px solid #303030;
	word-break: break-word;
	white-space: normal;
}
.company_business_construction_table tr:nth-of-type(2) th {
	color: #0055a0;
}
.company_business_construction_table th:first-of-type {
	border-left: 1px solid #303030;
}
.company_business_construction_table td {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
    padding: 5px 5px;
	border-right: 1px solid #303030;
	word-break: break-word;
	white-space: normal;
}
.company_business_construction_table td:first-of-type {
	border-left: 1px solid #303030;
}
.company_business_control {
	margin-top: 42px;
}
.company_business_control_title {
	font-size: clamp(2rem, 2vw, 2.4rem);
	font-weight: 700;
	border-bottom: 3px solid #0055a0;
}
.company_business_control_images {
	display: flex;
	justify-content: space-between;
	margin-top: 19px;
}
.company_business_control_image {
	width: calc(33.3333% - 13px);
	background: #eff7ff;
}
.company_business_control_image_title {
	font-weight: 600;
    line-height: 1.2;
    text-align: center;
    padding: 11px 5px 8px;
}
.company_business_control_message {
	font-size: clamp(2.2rem, 21.7vw, 2.6rem);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
    margin-top: 45px;
}
.company_summary {
	width: 100%;
	max-width: 540px;
	padding-top: 38px;
	padding-left: 38px;
}
.company_summary_title {
	font-size: clamp(2.6rem, 2.83vw, 3.4rem);
	font-weight: 700;
	text-align: center;
}
.company_summary_title span {
	color: #0055a0;
}
.company_summary_image {
	margin-top: 36px;
}
.company_summary_figure {
	margin-top: 25px;
}
.company_summary_figure dl {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #303030;
}
.company_summary_figure dt {
	line-height: 1.68;
	width: 107px;
	color: #0055a0;
	padding: 15px 0;
}
.company_summary_figure dd {
    width: calc(100% - 101px);
    padding: 15px 0;
    line-height: 1.68;
}
.company_summary_map {
	margin-top: 67px;
}
.company_summary_map iframe {
	width: 100%;
}
.company_summary_banners {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 51px;
}
.company_summary_banner {
	width: calc(50% - 10px);
}
.company_summary_banner:nth-of-type(n + 3) {
	margin-top: 20px;
}

@media screen and (min-width: 769px) {
	.company_business_construction_subtitle a:hover::after {
		width: 100%;
	}
}

/* banner
------------------------------ */
.banner {
	margin: 143px 0 0;
}
.banner_wrapper {
	display: flex;
	width: 100%;
    max-width: 908px;
    margin: auto;
    color: #fff;
    background: #0055a0;
}
.banner_img {
	width: 100%;
	max-width: 260px;
}
.banner_content {
	width: calc(100% - 260px);
	padding: 22px 36px 20px 43px;
}
.banner_message {
	font-size: clamp(1.7rem, 1.72vw, 2.1rem);
	letter-spacing: 0;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 5px solid #0083d3;
	padding-bottom: 13px;
}
.banner_tel {
	max-width: 420px;
	margin-top: 20px;
}
.banner_tel_link {
	display: block;
}
.banner_tel_link img {
	width: 100%;
}
.banner_time {
	font-size: 1.4rem;
	margin-top: 13px;
}

/* footer
------------------------------ */
.footer {
	margin-top: 100px;
}
.footer_inner {
	color: #fff;
	background: #0055a0;
	padding: 15px 0 15px;
}
.copyright {
	text-align: center;
}
.footer_action {
	display: none;
}

/* Page Top
------------------------------ */
.pagetop{
	position: fixed;
	bottom: 130px;
	right: 50px;
	width: 54px;
	height: 54px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	z-index: 10;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #0083d3;
}
.pagetop.show{
	opacity: 1;
	text-indent: -9999px;
}
.pagetop:hover{
	color: #0083d3;
	background: #fff;
	border: 1px solid #0083d3;
}
.pagetop::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-top: #fff solid 1px;
	border-left: #fff solid 1px;
	transform: rotate(45deg);
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 26px;
	transition: .25s;
}
.pagetop:hover::before{
	border-top-color: #0083d3;
	border-left-color: #0083d3;
}
