@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*-----------------------------------

	base

-----------------------------------*/
/* html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
    font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
    font-size: 1.5em;
	color: #000000;
    line-height: 1;
	letter-spacing:0.03em;
	font-weight: 500;
	background: #ffffff;
	margin:0 !important;
	width: 100%;
} */
*, *: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: 1200px;
    width: 90%;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	/* color: #000000; */
	text-decoration:none;
    cursor: pointer;
	transition: all 0.5s;
}
/* a:hover {
	opacity: 0.6;
	text-decoration:none;
} */
.tab{
	display: none;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
@media screen and (max-width: 840px) {
	.pc{
		display:none;
	}	
	.sp{
		display:none;
	}
	.tab{
		display:block;
	}
}
@media screen and (max-width: 640px) {
	body {
		font-size: 12px;
		/* font-size: 1.2em; */
	}
	.contents_inner{
		width: 88%;
	}
	.pc{
        display:none;
    }
	.tab{
        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

-----------------------------------*/
@media screen and (max-width: 498px) {
	#header_02 h1 {
		line-height: 1;
	}
}
/*-----------------------------------

	contents

-----------------------------------*/
#contents {
	padding: 130px 0 0;
}
@media screen and (max-width: 1200px) {
	#contents {
		padding: 90px 0 0;
	}
}
@media screen and (max-width: 640px) {
	#contents {
		padding: 60px 0 0;
	}
}
/*-----------------------------------

	contact_block

-----------------------------------*/
#contact_block {
	width: 94%;
	margin: 0 auto;
	background: #0060b3;
	border-radius: 80px 80px 0 0;
	padding: 44px 0 87px;
	color: #FFF;
}
#contact_block h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}
#contact_block h2::before {
	content: "CONTACT";
	display: block;
	font-size: 15px;
	color: #4c90ca;
	margin-bottom: 18px;
}
#contact_block ul {
	display: flex;
	justify-content: space-between;
}
#contact_block ul li {
	width: min(333px, 27.75%);
	padding: 40px 0 20px;
	position: relative;
}
#contact_block ul li:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #4088c6;
	position: absolute;
	top: 0;
	left: 115%;
}
#contact_block ul li a {
	width: 100%;
	height: 96px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.27;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: calc(1px/0);
	display: grid;
	place-content: center;
	color: #FFF;
}
#contact_block ul li.item01 a {
	background: url(../img/common/icon10.svg) no-repeat calc(50% - (30% + 20px)) center/40px;
}
#contact_block ul li.item02 a {
	background: url(../img/common/icon11.svg) no-repeat calc(50% - (30% + 18px)) center/36px;
}
#contact_block ul li.item03 a {
	background: url(../img/common/icon09.svg) no-repeat calc(50% - (30% + 19px)) center/38px;
}
#contact_block ul li.item03 p {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #bfd7ec;
	width: max-content;
	padding-left: 35px;
	line-height: 28px;
	background: url(../img/common/icon_tel.svg)	no-repeat left center/28px;
}
@media screen and (max-width: 1350px) {
	#contact_block ul li {
		width: 30%;
	}
	#contact_block ul li:not(:last-child)::after {
		left: 108.3%;
	}
	#contact_block ul li a {
		font-size: 1.33vw;
		height: 7.11vw;
	}
	#contact_block ul li.item01 a {
		background: url(../img/common/icon10.svg) no-repeat calc(50% - (30% + 1.48vw)) center/2.96vw;
	}
	#contact_block ul li.item02 a {
		background: url(../img/common/icon11.svg) no-repeat calc(50% - (30% + 1.33vw)) center/2.66vw;
	}
	#contact_block ul li.item03 a {
		background: url(../img/common/icon09.svg) no-repeat calc(50% - (30% + 1.41vw)) center/2.81vw;
	}
	#contact_block ul li.item03 p {
		font-size: 1.11vw;
		padding-left: 2.59vw;
		line-height: 2.07vw;
		background: url(../img/common/icon_tel.svg)	no-repeat left center/2.07vw;
	}
}
@media screen and (max-width: 840px) {
	#contact_block {
		width: 100%;
	}
	#contact_block h2 {
		text-align: center;
	}
	#contact_block ul {
		flex-wrap: wrap;
		gap: 30px 0;
	}
	#contact_block ul li {
		width: 100%;
		padding: 0;
	}
	#contact_block ul li:not(:last-child)::after {
		width: 0;
		height: 0;
		background: none;
	}
	#contact_block ul li a {
		width: min(420px, 67%);
		height: 96px;
		font-size: 18px;
		margin: 0 auto;
	}
	#contact_block ul li.item01 a {
		background: url(../img/common/icon10.svg) no-repeat calc(50% - (30% + 20px)) center/40px;
	}
	#contact_block ul li.item02 a {
		background: url(../img/common/icon11.svg) no-repeat calc(50% - (30% + 18px)) center/36px;
	}
	#contact_block ul li.item03 a {
		background: url(../img/common/icon09.svg) no-repeat calc(50% - (30% + 19px)) center/38px;
	}
	#contact_block ul li.item03 p {
		position: static;
		transform: translateX(0);
		padding-left: 35px;
		line-height: 28px;
		background: url(../img/common/icon_tel.svg)	no-repeat left center/28px;
		margin: 0 auto 15px;
		font-size: 15px;
	}
}
@media screen and (max-width: 640px) {
	#contact_block {
		border-radius: 44px 44px 0 0;
		padding: 30px 0 40px;
	}
	#contact_block h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#contact_block h2::before {
		font-size: 10px;
		margin-bottom: 10px;
	}
	#contact_block ul {
		gap: 20px 0;
	}
	#contact_block ul li a {
		height: 64px;
		font-size: 12px;
	}
	#contact_block ul li.item01 a {
		background: url(../img/common/icon10.svg) no-repeat calc(50% - (30% + 14px)) center/28px;
	}
	#contact_block ul li.item02 a {
		background: url(../img/common/icon11.svg) no-repeat calc(50% - (30% + 12px)) center/24px;
	}
	#contact_block ul li.item03 a {
		background: url(../img/common/icon09.svg) no-repeat calc(50% - (30% + 13px)) center/26px;
	}
	#contact_block ul li.item03 p {
		padding-left: 30px;
		line-height: 24px;
		background: url(../img/common/icon_tel.svg)	no-repeat left center/24px;
		margin: 0 auto 7px;
		font-size: 12px;
	}
}
/*-----------------------------------

	pagetop

-----------------------------------*/
/* #pagetop{
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    z-index: 999;
    width: 40px;
    height: 40px;
	background: #0060b3;
    border-radius: 50%;
    transition-duration: 0.3s;
}
#pagetop::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
	top: 17px;
    left: 14px;
    transform: rotate(-45deg);
} */
@media screen and (max-width: 640px) {
}
/*-----------------------------------

	footer

-----------------------------------*/
footer {
	font-family: "Noto Sans JP", sans-serif;
}
footer .footer01 {
	background: #f0f0f0;
	padding: 90px 0 55px;
}
footer .footer01 a {
	color: #666;
	letter-spacing: 0;
	display: inline-block;
	line-height: 2.46;
	font-weight: 400;
	font-size: 15px;
}
footer .footer01 .nav01 {
	display: flex;
	margin-bottom: 80px;
}
footer .footer01 .nav01 .nav01_box {
	width: 25%;
}
footer .footer01 .nav01 .nav01_box > li:not(:last-child) {
	margin-bottom: 50px;
}
footer .footer01 .nav01 .nav01_box > li > a {
	font-size: 17px;
	font-weight: 700;
	padding-left: 15px;
	position: relative;
}
footer .footer01 .nav01 .nav01_box > li > a::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #0060b3;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
}
footer .footer01 .nav01 .nav01_box > li > ul {
	margin-top: 20px;
}
footer .footer01 .nav01 .nav01_box > li > ul > li > ul {
	padding-left: 1em;
}
footer .footer01 .nav02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .footer01 .nav02 .menu {
	display: flex;
	gap: 0 50px;
}
footer .footer01 .nav02 .menu li a {
	font-size: 13px;
	line-height: 1;
}
footer .footer01 .nav02 .sns {
	display: flex;
	gap: 0 20px;
}
footer .footer01 .nav02 .sns li {
	display: block;
	width: 30px;
	height: 30px;
}
footer .footer01 .nav02 .sns li a {
	display: block;
}
footer .footer02 {
	padding: 30px 0;
}
footer .footer02 .contents_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 30px 0;
}
footer .footer02 .logo {
	width: 257px;
}
footer .footer02 .logo a {
	display: flex;
	flex-direction: column;
	gap: 5px 0;
}
footer .footer02 .copy {
	width: 447px;
}
footer .footer02 small {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	color: #99bfe1;
}
@media screen and (max-width: 1350px) {
	footer .footer01 {
		padding: 6.67vw 0 4.07vw;
	}
	footer .footer01 a {
		font-size: 1.11vw;
	}
	footer .footer01 .nav01 {
		margin-bottom: 5.92vw;
	}
	footer .footer01 .nav01 .nav01_box > li:not(:last-child) {
		margin-bottom: 3.7vw;
	}
	footer .footer01 .nav01 .nav01_box > li > a {
		font-size: 1.26vw;
		padding-left: 1.11vw;
	}
	footer .footer01 .nav01 .nav01_box > li > a::before {
		width: 0.59vw;
		height: 0.59vw;
		top: calc(50% - 0.29vw);
	}
	footer .footer01 .nav01 .nav01_box > li > ul {
		margin-top: 1.48vw;
	}
	footer .footer01 .nav02 .menu {
		gap: 0 3.7vw;
	}
	footer .footer01 .nav02 .menu li a {
		font-size: 1.03vw;
	}
}
@media screen and (max-width: 840px) {
	footer .footer01 {
		padding: 60px 0;
	}
	footer .footer01 .nav01 {
		display: none;
	}
	footer .footer01 .nav02 {
		flex-direction: column;
		gap: 40px 0;
	}
	footer .footer01 .nav02 .menu {
		flex-wrap: wrap;
		gap: 15px 50px;
	}
	footer .footer01 .nav02 .menu li a {
		font-size: 13px;
	}
	footer .footer02 .contents_inner {
		flex-direction: column;
	}
	footer .footer02 .logo {
		order: 2;
	}
	footer .footer02 .copy {
		order: 1;
	}
	footer .footer02 small {
		order: 3;
	}
}
@media screen and (max-width: 640px) {
	footer .footer01 {
		padding: 30px 0;
	}
	footer .footer01 .nav02 {
		gap: 20px 0;
	}
	footer .footer01 .nav02 .menu {
		gap: 15px 35px;
	}
	footer .footer01 .nav02 .menu li a {
		font-size: 12px;
	}
	footer .footer02 .contents_inner {
		gap: 20px 0;
	}
	footer .footer02 .logo {
		width: 226px;
	}
	footer .footer02 .copy {
		width: 255px;
	}
	footer .footer02 small {
		font-size: 10px;
	}
}

#pagetop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1;
}
#pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #0c5ca7;
    border-radius: 70%;
    text-decoration: none;
    color: #0c5ca7 !important;
    text-align: center;
    line-height: 1;
	font-size: 12px;
    transition: all .3s ease;
    position: relative;
}
#pagetop a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #0c5ca7;
    border-right: 2px solid #0c5ca7;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    position: absolute;
    top: 10px;
    left: 50%;
}
@media screen and (max-width: 498px) {
    #pagetop {
        bottom: 1rem;
        right: 1rem;
    }
	#pagetop a {
        width: 45px;
        height: 45px;
		font-size: 10px;
    }
	#pagetop a:before {
        border-bottom: 1.5px solid #0c5ca7;
        border-right: 1.5px solid #0c5ca7;
        top: 9px;
    }
}