@charset "utf-8";
/* CSS Document */
@import url("style.css");
.top_img {
	background: url(../img/top_img.jpg)no-repeat top 110px center;
	/* background-attachment: fixed; */
	/* height: 100vh; */
	min-height: 820px;
	/*background-size: cover;*/
	position: relative;
	box-sizing: border-box;
	padding-top: 320px;
	text-align: center;
	color: #fff;
}
.top_img:before {
	content: "";
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.top_img .top_ttl {
	position: relative;
	/* filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .5)); */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 50px;
}
.top_img .top_ttl img {
	height: 90px;
	margin: 0 10px 0 -100px;
}
.top_img .top_ttl strong {
	text-align: center;
	line-height: 1;
	font-size: 50px;
	font-weight: 900;
	font-family: "Noto Serif", serif;
	text-shadow: 3px 3px 2px rgb(0 0 0 / 100%);
}
.top_img .top_ttl strong small {
	display: block;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 10px;
	margin: 10px 0 0;
}
.top_img b {
	font-size: 40px;
	position: relative;
	font-weight: 700;
	line-height: 1.4;
	text-shadow: 3px 3px 2px rgb(0 0 0 / 100%);
}
.top_img a {
	display: table;
	background: #37bef0;
	color: #fff;
	position: relative;
	padding: 18px 40px;
	margin: 0 auto 50px;
}
.top_cnt {
	padding: 100px calc(50% - 500px);
	position: relative;
}
.top_cnt > h2 {
	font-size: 34px;
	font-weight: 700;
	color: #0062b1;
	display: block;
	text-align: center;
	margin: 0 0 80px;
}
.top_cnt > h2 small {
	font-size: 22px;
	font-weight: 700;
	display: block;
}
#intro {
	/* padding-top: 1px; */
	/* background: #f8f8f8; */
	position: relative;
}
#intro h2 {
    color: #333;
    font-weight: 400;
}
#intro ul {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#intro ul li {
	/* background: #fff; */
	box-sizing: border-box;
	/* padding: 25px 30px; */
	width: calc((100%/3) - 10px);
	/* height: 300px; */
	/* border-radius: 50%; */
	display: flex;
	flex-direction: column;
	align-items: center;
	opacity: 0;
}
#intro ul li:nth-of-type(2) {
	animation-delay: .2s;
}
#intro ul li:nth-of-type(3) {
	animation-delay: .4s;
}
#intro ul li img {
	height: 150px;
	display: block;
	margin: 0 0 30px;
}
#intro ul li strong {
	display: block;
	text-align: center;
	color: #333;
	/* font-weight: 100; */
	line-height: 1.2;
}
#intro2{
    background: #0062b1;
    padding: 30px calc(50% - 500px);
}
#intro2 h2{
    color: #fff;
    margin: 0;
    line-height: 1.4;
}
#intro3{
    background: #f8f8f8;
}
#intro3 ul{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 0 70px;
}
#intro3 ul li{
    box-sizing: border-box;
    /* padding: 25px 30px; */
    width: calc((100% / 3) - 10px);
    /* height: 300px; */
    /* border-radius: 50%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
#intro3 ul li img{
    height: 80px;
    display: block;
    margin: 0 0 30px;
}
#intro3 ul li strong{
    display: block;
    text-align: center;
    color: #0062b1;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}
#intro3 ul li strong br{
    display: none;
}
#intro3 p{
    text-align: center;
    margin: 0 0 50px;
}
#intro3 b{
    display: block;
    text-align: center;
    font-weight: 700;
    color: #d70c18;
}
#intro3 a{
    display: table;
    background: #37bef0;
    color: #fff;
    position: relative;
    padding: 18px 40px;
    margin: 50px auto 0;
    font-size: 24px;
    font-weight: 600;
}

#service{
    background-image: url(../img/icn_07.svg);
    background-repeat: no-repeat;
    background-size: 480px;
    background-position: bottom -10px right calc(50% - 500px);
}
#service h2{
    margin: 0;
}
#service h2 + strong{
    display: block;
    text-align: center;
    margin: 0 0 80px;
}
#service dl{
    display: table;
    margin: auto;
    width: 80%;
}
#service dl dt{
    font-size: 24px;
    color: #0062b1;
    margin: 50px 0 0;
}
#service dl dd{
    vertical-align: middle;
    padding-left: 2rem;
    display: flex;
    align-items: center;
}
#service dl dd:before{content: "●　";font-size: 10px;color: #d70c18;}

#profile{
    background: #f8f8f8;
}
#profile h2{}
#profile table{
    margin: auto;
}
#profile table tr{}
#profile table tr th{
    text-align: left;
    padding: 20px 40px;
    font-weight: 600;
}
#profile table tr td{
    /* font-weight: 100; */
    padding: 20px 40px;
}

@media (max-width: 768px) {
	.top_img {
		min-height: inherit;
		height: 300px;
		width: 100%;
		padding-top: 100px;
		background-attachment: inherit;
		background-position: top 40px center;
		background-size: cover;
	}
	.top_img:before {}
	.top_img .top_ttl {
		margin: 0 0 20px;
	}
	.top_img .top_ttl img {
		height: 50px;
		margin: 0 10px 0 -10px;
	}
	.top_img .top_ttl strong {
		font-size: 20px;
	}
	.top_img .top_ttl strong small {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.top_img b {
		font-size: 14px;
		display: block;
		margin: 30px 0 0;
	}
.top_img a {
    margin: auto;
    font-size: 14px;
}
	.top_cnt {
		padding: 50px 20px;
	}
	.top_cnt > h2 {
		font-size: 18px;
		margin-bottom: 50px;
	}
	.top_cnt > h2 small {
		font-size: 20px;
	}
	#intro {
		padding-top: 50px;
	}
#intro h2 {
    font-size: 16px;
    font-weight: 600;
}
	#intro ul {
		flex-direction: column;
		/* margin: -100px 0 20px; */
	}
	#intro ul li {
		width: 100%;
		display: flex;
		flex-direction: initial;
	}
#intro ul li:nth-of-type(2) {}
#intro ul li:nth-of-type(3) {}
	#intro ul li img {
	height: auto;
	width: 100px;
	margin: 10px 30px 10px 0;
	}
	#intro ul li strong {
		margin: 0;
		text-align: left;
	}
#intro2{}
#intro2 h2{}
#intro3{}
#intro3 ul{
    margin: 0 0 50px;
}
#intro3 ul li{}
#intro3 ul li img{
    height: 50px;
    margin: 0 0 20px;
}
#intro3 ul li strong{
    font-size: 16px;
}
#intro3 ul li strong br{
    display: block;
}
#intro3 p{
}
#intro3 p span{display: block;}
#intro3 b{}
#intro3 a{
    font-size: 14px;
    margin: 20px auto 0;
}

#service{
    background-size: 130px;
    background-position: bottom -5px right -10px;
}
#service h2{}
#service h2 + strong{
    margin: 0;
}
#service dl{
    width: 100%;
}
#service dl dt{
    margin: 30px 0 0;
    font-size: 18px;
}
#service dl dd{
    padding-left: 0.5rem;
    font-size: 12px;
}
#service dl dd:before{}

#profile{}
#profile h2{}
#profile table{
    font-size: 12px;
}
#profile table tr{}
#profile table tr th{
    padding: 10px 10px 10px 0;
    white-space: nowrap;
}
#profile table tr td{
    padding: 10px 0px 10px 10px;
}
}