@charset "utf-8";
html{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	position: relative;
}
body{
	margin:0;
	color: #333333;
	background-color:#FFFFFF;
	-webkit-text-size-adjust: 100%;
	word-break: break-word;
}
p ,
h1,h2,h3,h4,h5,
dl,dt,dd {
	margin:0; padding:0;
	font-size:100%;
}
ul,ol,li{
	margin:0; padding:0;
	list-style:none;
}
img{max-width: 100%; border: 0; vertical-align: bottom;}
sup{vertical-align:text-top; font-size:10px;}
address{font-style:normal;}
a{
	color: #2167AE;
}
a:hover{
}
a:hover {
	opacity: 0.95;
}

@media screen and (min-width: 768px){
.sp{
	display:none;
}
.cmnBox{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}
}
@media screen and (max-width: 767px){
.pc{
	display:none;
}
.cmnBox{
	width: calc(100% - 20px);
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
}
}
/*--------------------------------------------*/
header{
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap:20px;
	align-items: center;
	padding:10px 0;
	font-size: 75%;
}
header .logo{
	width: 88px;
}
header h1{
	font-size: 12px;
	font-weight: normal;
}
header ul{
	display: flex;
	gap:10px;
}
header ul li{
	padding-bottom: 2px;
	line-height: 1;
}
header ul li + li{
	padding-left: 10px;
	border-left: 1px #2167AE solid;
}
.link{
	display: none;
}
@media screen and (max-width: 767px){
header{
	grid-template-columns: auto 1fr;
	padding: 10px;
	line-height: 1.3;
}
.link{
	margin-top: 1em;
	display: flex;
	gap: 20px;
	justify-content: center;
}
}
/*--------------------------------------------*/
.ttlA{
	margin-bottom: 30px;
	padding: 10px 0 15px;
	background: #2167AE;
	font-size: 237.5%;
	color: #FFFFFF;
	text-align: center;
}
.ttlA .cmnBox span{
	position: absolute;
	left: 0; top: 50%;
	transform: translateY(-45%);
	width: 50px; height: 50px;
	background: #1FB1E6;
	border-radius: 50%;
	line-height: 1.2;
}
.lead{
	margin-bottom: 30px;
	font-size: 112.5%;
	font-feature-settings: "palt";
	text-align: center;
}
.cmnBox{
	position: relative;
}
.cmnBox2{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF;
	border-radius: 18px;
	padding: 50px;
}
@media screen and (max-width: 767px){
.ttlA{
	margin-bottom: 15px;
	font-size: 137.5%;
}
.ttlA .cmnBox{
	padding-left: 36px;
}
.ttlA .cmnBox span{
	width: 36px; height: 36px;
	line-height: inherit;
}
.lead{
	margin-bottom: 20px;
	padding: 0 10px;
	font-size: 100%;
	text-align: left;
}
.cmnBox2{
	width: calc(100% - 20px);
	box-sizing: border-box;
	padding: 20px;
}
}

/*--------------------------------------------*/
.mainBlock{
	margin: 0 auto;
	min-height: 380px;
	background: #2167AE url("../images/main_img.jpg") 50% top no-repeat;
	text-align: center;
}
.mainBlock .img{
}
.mainBlock .img img{
	max-width: inherit;
}
/*--------------------------------------------*/
.contactBlock{
	padding: 40px 0 20px;
	text-align: center;
}
.contactBlock .btn{
	font-size: 225%;
	font-weight: bold;
	font-feature-settings: "palt";
	text-align: center;
}
.contactBlock .btn a{
	display: block;
	margin: 0 auto 10px;
	padding: 10px 0 18px;
	width: 700px;
	border: 2px #EA728A solid;
	box-shadow: 4px 4px 8px #BBBBBB;
	border-radius: 10px;
	box-sizing: border-box;
	background:  linear-gradient(180deg, #E75B77, #dc143c);;
	text-decoration: none;
	color: #FFFFFF;
	position: relative;
}
.contactBlock .btn a::before {
	content: "";
	position: absolute;
	top: 50%; right: 20px;
	width: 30px; height: 30px;
	border-radius: 50%;
	background-color: #FFFFFF;
	text-align: center;
	transform: translateY(-50%);
}
.contactBlock .btn a::after{
	content: "";
	position: absolute;
	top: 50%; right: 31px;
	width: 10px; height: 10px;
	border-top: 3px #dc143c solid;
	border-left: 3px #dc143c solid;
	transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px){
.contactBlock{
	padding: 30px 0 20px;
}
.contactBlock .btn{
	font-size: 125%;
}
.contactBlock .btn a{
	width: 100%;
}
.contactBlock .btn a::before {
	right: 10px;
	width: 24px; height: 24px;
}
.contactBlock .btn a::after{
	right: 18px;
	width: 8px; height: 8px;
}
.mainBlock + .contactBlock{
	padding-top: 20px;
}
}
/*--------------------------------------------*/
.navBlock{
	padding: 40px 0 80px;
	border-top: 1px #2167AE solid;
	text-align: center;
}
.navBlock h2{
	margin-bottom: 20px;
	font-size: 225%;
	font-feature-settings: "palt";
	color: #23366F;
}
.navBlock ul{
	display: flex;
	justify-content:space-between;
}
.navBlock li{
	filter:drop-shadow(4px 4px 4px #CCCCCC);
}
@media screen and (max-width: 767px){
.navBlock{
	padding: 30px 0 50px;
}
.navBlock h2{
	font-size: 137.5%;
}
.navBlock ul{
	flex-direction: column;
	gap:10px;
}
}
/*--------------------------------------------*/
.contentBlock{
	padding-bottom: 30px;
	background: #EEF0F1;
}
/*--------------------------------------------*/
#content01{
}
#content01 h3{
	margin-bottom: 20px;
	font-size: 200%;
	font-feature-settings: "palt";
	text-align: center;
	color: #23366F;
}
.cont01-01{
	margin-bottom: 40px;
	display: flex;
	justify-content:space-between;
}
.cont01-02{
	margin-bottom: 40px;
}
.cont01-03{
	display: flex;
}
.cont01-03 .img {
	flex: 0 0 auto;
}
.cont01-03 .txt {
	padding: 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cont01-03 .txt h4 {
	margin-bottom: 10px;
	font-size: 187.5%;
	font-feature-settings: "palt";
	color: #2167AE;
}
@media screen and (max-width: 767px){
#content01 h3{
	font-size: 125%;
}
.cont01-03 .img {
	flex:none;
	width: 25%;
}
.cont01-03 .txt {
	padding: 0 10px;
}
.cont01-03 .txt h4 {
	margin-bottom: 5px;
	font-size: 112.5%;
}
}
/*--------------------------------------------*/
#content02{
}
.cont02-01{
	font-size: 187.5%;
	font-weight: bold;
}
.cont02-01 > li{
	display: flex;
	gap: 45px;
	align-items: center;
}
.cont02-01 > li .img {
	flex: 0 0 auto;
}
.cont02-01 strong{
	color: #2167AE;
}
.cont02-02{
	margin-top: 10px;
}
.cont02-02 li{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 75%;
}
@media screen and (max-width: 767px){
.cont02-01{
	font-size: 120%;
	line-height: 1.4;
	text-align: center;
}
.cont02-01 > li{
	gap: 0;
	flex-direction: column;
}
.cont02-01 > li + li{
	margin-top: 20px;
}
.cont02-01 > li .img {
	flex: auto;
	width: 70%;
}
}
/*--------------------------------------------*/
#content03{
}
.cont03-01{
	margin-bottom: 40px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.cont03-01:nth-of-type(2n){
	flex-direction: row-reverse;
}
.cont03-01 .img {
	flex: 0 0 auto;
}
.cont03-01 h3{
	margin-bottom: 5px;
	font-size: 162.5%;
	font-feature-settings: "palt";
	color: #2167AE;
}
.cont03-01 .memo{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 75%;
}
@media screen and (max-width: 767px){
.cont03-01,
.cont03-01:nth-of-type(2n){
	margin-bottom: 25px;
	flex-direction: column;
	gap: 10px;
}
.cont03-01 h3{
	font-size: 120%;
	text-align: center;
}
.cont03-01 .img {
	flex: auto;
	width: 70%;
}
}
/*--------------------------------------------*/
.footerBlock{
	padding: 20px 0;
	border-top: 1px #2167AE solid;
	font-size: 75%;
}
.footerCpn{
	margin: 0 0 1.5em 0;
}
.footerCpn li{
	padding-left: 2.6em;
	text-indent: -2.6em;
}
.footerCpn li > ul li{
	padding-left: 1em;
	text-indent: -1em;
}
.footerCom{
}
.footerCom .ttl{
	margin-top: 1em;
	font-size: 115%;
}
.footerCom .memo{
	margin-top: 1em;
}
.txtNo{
	margin-top: 1em;
	text-align: right
}
footer{
	margin-top: 1em;
	color: #666666;
	text-align: center;
}
/*--------------------------------------------*/
.pagetop {
	display:none;
	position:fixed;
	bottom:20px;
	right:10px;
	z-index: 100;
	transition: bottom .35s ease;
}
.pagetop a {
	display: block;
	width: 50px; height: 50px;
	border-radius: 50%;
	background-color: #1FB1E6;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	line-height: 50px;
	opacity: 1;
}
.pagetop a::after{
	content: "";
	position: absolute;
	top: 50%; left: 50%;
	translate:-50% -30%;
	width: 10px; height: 10px;
	border-top: 3px #FFFFFF solid;
	border-left: 3px #FFFFFF solid;
	transform: rotate(45deg);
}

/*PC
==================================================================================*/
@media screen and (min-width: 768px){
}
/*smartphone
==================================================================================*/
