@charset "UTF-8";

/* reset css -->*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,body,div,span,
h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,
table,tbody,tfoot,thead,tr,th,td,
article,aside,footer,header,nav,main,section,
manu,figure,figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

body {
	line-height: 1;
	overflow-x: hidden;
}

article,aside,footer,header,menu,nav,section {
	display: block;
}

ol,ul {
	list-style: none;
	list-style-type: none;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

/*<-----resetcss*/

html {
	font-size: 62.5%;
}

body {
	font-family: "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #313131;
	font-size: 1.6em;
	background-color: #fff;
	overflow-x: hidden;
}

main {
	text-align: center;
	display: block;
	margin: 0 auto;
	padding-bottom: 90px;
	max-width: 1280px;
}

a,a:visited {
	color:inherit;
	text-decoration: none;
}

a:hover {
	text-decoration-line: underline;
}

a img:hover {
	opacity:0.8;
}

img {
	max-width: 100%;
	height: auto;
}

img[src$=".svg"] {
	width: 100%;
	height: auto;
}

p {
	white-space: pre-line;
	line-height: 1.6;
}

.flex-box {
	display: flex!important;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
}

.flex-reverse {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}

.pre {
	white-space: pre-line;
}

.serif {
	font-family:'Yu Mincho',"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",'Noto Serif JP', "serif";
}

.h28px {
	font-size: 2.8rem;
	font-weight: 500;
}

.p18px {
	font-size: 1.8rem;
	line-height: 1.8;
}

/*-横幅制限--*/
.width-semifixed {
	text-align: center;
	margin: 0 auto;
	max-width: 1080px;
	width: 94%;
	display: block;
}

/*--テーブル--*/
.table-main {
	background-color: #fff;
	border-collapse: collapse;
	border:solid 1px #227b3f;
	margin-top: 50px;
}

.table-main td {
	border:solid 1px #227b3f;
	line-height:1.5;
	padding:15px 25px;
	text-align: left;
}

.table-main tr td:first-of-type {
	width: 20%;
	max-width:370px;
	padding:15px 5px;
	text-align: center;
	background-color: #f8f9eb;
	color: #227b3f;
	font-family: "Yu Gothic","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}



/*<<-ヘッダー-----------*/

#header {
	border-bottom: 1px solid #079;
	width: 100%;
}

.header {
	justify-content: space-between;
	max-width: 1296px;
	width: 94%;
	height: 70px;
	margin: 0 auto;
	flex-wrap: nowrap;
}

.header-logo {
	margin: 0 0 0 8px;
}

.header-logo img {
	width: 221px;
	margin: 10px 0;
}

nav {
	max-width: 1000px;
	width: 80%;
	padding-left: 20px;
	padding-right: 10px;
}

.nav {
	justify-content: space-between;
}

.nav li {
	font-weight: 500;
	color: #049;
	line-height: 2;
}

.nav a {
	padding: 0 8px;
	display: block;
}

.nav a:hover {
	text-decoration: none;
	color: #0ac;
}

/*-ナビの現在地の装飾-*/

li.current {
	color: #0ac;
	border-bottom: solid 4px #0ac;
}

/*------ヘッダーここまで-->>*/

/* <<--ハンバーガーメニュー ----*/

#nav-drawer {
	position: relative;
	height: 60px;
}

.nav-unshown {
	display:none;
}

#nav-open,#nav-close {
	position: fixed;
	display: inline-block;
	width: 70px;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	top:0;
	right: 0;
	background-color: #777;
	z-index: 9999;
	cursor: pointer;
}

#nav-close {
	display: none;
	opacity: 0;
	transition: .3s ease-in-out;
}

#nav-open div::before, #nav-close div::before {
	content: '';
	width:20px;
	height: 20px;
	border: 0px;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	position: absolute;
	left: 25px;
}

#nav-open div::before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 12px;
}

 #nav-close div::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 7px;
}

#nav-close .text,
#nav-open .text {
	padding: 12px 4px;
	font-size: 1.4rem;
	color: #fff;
}

.header-logo-sp {
	position: fixed;
	height: 60px;
	width: 100%;
	z-index: 9998;
	background-color: #fff;
	border-bottom: 1px solid #777;
}

.header-logo-sp img {
	width: 120px;
	margin: 12px 20px;
}

#nav-content {
	overflow: auto;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 9997;
	width: 100%;
	background-color: rgba(112,112,112,0.9);
	transition: .3s ease-in-out;
	-webkit-transform: translateY(-105%);
	transform: translateY(-105%);
	text-align:left;
	cursor: pointer;
	color: #fff;
}

#nav-content li {
	line-height: 70px;
	border-bottom: 1px solid #fff;
	height: 70px;
	padding-left: 50px;
}

#nav-content li a {
	display: block;
}

#nav-content li:hover {
	background-color: #999;
}

#nav-input:checked ~ #nav-close {
	display: block;
	opacity: 1;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/*--ハンバーガーメニューここまで---->>*/

/*<<--フッター--------*/
#footer {
	width: 100%;
}

.footer-menu {
	text-align: center;
	/*margin-top: 90px;*/
	border-top: 1px solid #049;
	padding: 40px;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.footer-company {
	width: 340px;
	margin: 20px;
	text-align: left;
}

.footer-logo {
	width: 221px;
}

.footer-company ul {
	padding: 20px 0 0 30px;
}

.footer-company li {
	line-height: 2.5;
}

.footer-map {
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 1.4rem;
	margin-top: 10px;
	justify-content: flex-start;
	text-align: left;
}

.footer-map ul {
	width: 220px;
}

.footer-map li {
	line-height: 1.8;
	padding-left: 1em;
}

.footer-map li:first-of-type,
li.footer-map-cat {
	padding-left: 0;
	padding-top: 20px;
	color: #07a;
	font-weight: bolder;
}

.footer-menu-sub,
.copyright {
	width: 100%;
	color: #fff;
	line-height: 2;
	background-color: #049;
	text-align: center;
	padding: 20px;
	font-size: 1.2rem;
}

.footer-menu-sub li {
	padding: 0 40px;
	border-right: 1px solid #fff;
}

.footer-menu-sub li:last-of-type {
	border-right: none;
}

.copyright {
	padding-top: 0;
}

/*<<----------フッターここまで*/

/*--パンくずリスト--->*/

.topic-path {
	font-size: 1.4rem;
	line-height: 1.4em;
	max-width: 1080px;
	margin: 1em auto;
	width: 95%;
	text-align: left;
}

/*<<----------*/

/* <-お問い合わせ----*/

.otoiawase {
	padding: 90px 0 40px;
	color: #079;
	display: block;
}

.otoiawase a {
	margin: 5px;
	/*width: 390px;*/
	width: 430px;
	height: 85px;
	border: 2px solid #0ad;
	border-radius: 43px;
	background: #f2fcff;
	font-size: 2.8rem;
	display: inline-block;
	line-height: 85px;
}

.otoiawase img {
	position: relative;
	width:47px;
	height:32px;
	top: 7px;
	left:-5px;
}

.otoiawase a:hover {
	background: #eaf6ff;
	text-decoration: none;
}

/*<<----------*/

/* <--メインのタイトル ----*/
.head-ttl {
	position: relative;
	display: block;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.head-ttl img {
	height: 200px;
	width: 100%;
	object-fit:cover;
}

.head-ttl h2 {
	position: absolute;
	text-align: left;
	color: #fff;
	font-size: 4.2rem;
	top: 50%;
	left: 8%;
	transform:translateY(-50%);
}

/*----->*/

/*<---円つきタイトル----*/

.circle-ttl {
	width: 100%;
	position: relative;
	margin-top: 50px;
}

.circle-ttl span {
	content: "";
	display: inline-block;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background:none;
	border: 2px solid #bff;
}

.circle-ttl-child {
	line-height: 1.6;
	max-width: 1000px;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	background-color: rgba(255, 255, 255, 1);
}

.circle-ttl-child h3 {
	font-weight: 500;
	font-size: 2.8rem;
}

.circle-ttl-child p {
	font-size: 1.8rem;
	line-height: 1.8;
}

/*----->*/

/*<--下線付きタイトル---*/
.underline-ttl,
h3.underline-ttl {
	padding-top: 60px;
	max-width: 1080px;
	width: 94%;
	margin: 0 auto;
	display: block;
}

.underline-ttl h3 ,h3.underline-ttl {
	font-size: 2.8rem;
	color: #28a;
	position: relative;
	margin-bottom: 15px;
	font-weight: 500;
}

.underline-ttl h3::after,
h3.underline-ttl::after {
	content: "";
	position: absolute;
	left:50%;
	bottom: -15px;
	display: inline-block;
	width: 150px;
	height: 2px;
	transform: translateX(-50%);
	background-color: #28a;
}

.underline-ttl p {
	font-size: 1.8rem;
	line-height: 1.8;
}

/*------->*/

/*<-点線の下線を追加-#28a----*/

.under-line-dot {
	font-size: 2.4rem;
	color: #28a;
	position: relative;
	margin-bottom: 15px;
	font-weight: 500;
	text-align: center;
}

.under-line-dot::after {
	content: "";
	background-image: linear-gradient(to right, #28a, #28a 3px, transparent 3px, transparent 8px);
	background-size: 8px 2px;
	background-repeat: repeat-x;
	position: absolute;
	left:50%;
	bottom: -8px;
	display: inline-block;
	width: 48px;
	height: 2px;
	transform: translateX(-50%);
}

/*------->*/

/*<-カードレイアウト-----*/

.card,
.card_02 {
	display: flex;
	flex-wrap: wrap;
	/*justify-content:center;*/
	align-items: stretch;
	max-width: 1090px;
	margin: 20px auto 0;
}

.card a {
	max-width: 515px;
	width: 100%;
	border: 1px solid #999;
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
	padding: 10px 10px 20px;
	margin: 15px;
	border-radius: 2px;
}

.card_02 a {
	max-width: 350px;
	width: 33.33%;
	border: 1px solid #999;
	box-shadow: 0 3px 6px rgba(0,0,0,.15);
	padding: 10px 10px 20px;
	margin: 10px;
	border-radius: 2px;
}

.card_02 a:first-of-type,
.card_02 a:nth-of-type(4),
.card_02 a:nth-of-type(7),
.card_02 a:nth-of-type(10) {
	margin-left: 0;
}

.card_02 a:nth-of-type(3),
.card_02 a:nth-of-type(6),
.card_02 a:nth-of-type(9),
.card_02 a:last-of-type {
	margin-right: 0;
}

.card a:hover,
.card_02 a:hover {
	text-decoration: none;
	opacity: 0.9;
}

.card h4,
.card_02 h4 {
	display: inline-block;
	font-size: 2.6rem;
	line-height: 1.4;
	color: #28a;
	font-weight: 500;
	margin: 10px;
	border-bottom: 1px solid #28a;
}

.card li,
.card_02 li {
	line-height: 1.6;
	width: 95%;
	margin: 0 auto;
}

.fd_banner {
	margin: 20px auto 50px;
	width: 94%;
}

.fd_banner img {
	margin: 0 auto;
	display: block;
}

/* 20231102迷惑メール注意喚起掲載 */

h3.attention{
	color: #1A3168;
    font-size: 24px;
    font-weight: 700;
    background-color: #F5F5F5;
    border-top: #1A3168 solid 2px;
    padding: 28px 30px;
    margin: 20px auto;

}

.attention{
	max-width:800px;
	margin: 40px auto;
}

.notice-banner {
	position: fixed;
	top: 90%;
	left: 35%;
	z-index: 1000;
	width: 30vw;
	}

	.notice-banner img{
		margin: 0 auto;
	}



/*------->*/

/*<<<--メディアクエリ-------*/

@media screen and (max-width:1090px){
	.card_02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: inherit;
		margin: 20px auto 0;
	}

	.card_02 a {
		width: 45%;
		max-width: initial;
		border: 1px solid #999;
		box-shadow: 0 3px 6px rgba(0,0,0,.15);
		padding: 10px 10px 20px;
		margin: 10px;
		border-radius: 2px;
	}

	.card_02 a:first-of-type,
	.card_02 a:nth-of-type(4),
	.card_02 a:nth-of-type(7),
	.card_02 a:nth-of-type(10) {
		margin-left: 10px;
	}

	.card_02 a:nth-of-type(3),
	.card_02 a:nth-of-type(6),
	.card_02 a:nth-of-type(9),
	.card_02 a:last-of-type {
		margin-right: 10px;
	}
}

@media screen and (min-width:769px){
	.header-logo-sp,
	#nav-drawer {
		display: none;
	}
}

@media screen and (max-width: 768px){
	main {
		overflow-x: hidden;
	}

	.width-semifixed {
		width: 92%;
	}

	#header {
		border-bottom: none;
	}

	.header {
		display: none;
	}

	.footer-menu {
		padding: 6px;
	}

	.footer-company li {
		line-height: 1.8;
	}

	.footer-map,.footer-menu-sub {
		display: none;
	}

	.footer-logo {
		margin-left: 50px;
	}

	.copyright {
		padding-top: 20px;
	}

	.head-ttl h2 {
		font-size: 2.4rem;
	}

	.head-ttl img {
		height: 120px;
	}

	.h28px {
		font-size: 2.0rem;
	}

	.p18px {
		font-size: 1.6rem;
	}

	.underline-ttl {
		width: 92%;
		}

	.underline-ttl h3,
	.circle-ttl-child h3 {
		font-size: 2.0rem;
	}

	.underline-ttl p,
	.circle-ttl-child p {
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.under-line-dot {
		font-size: 2.0rem;
	}

	.card h4 {
		font-size: 2.0rem;
	}

	.card_02 {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin: 20px auto 0;
	}

	.card_02 a {
		width: 94%;
		max-width: initial;
		border: 1px solid #999;
		box-shadow: 0 3px 6px rgba(0,0,0,.15);
		padding: 10px 10px 20px;
		margin: 10px;
		border-radius: 2px;
	}

	.fd_banner {
		margin: 20px auto 50px;
		width: 90%;
	}

	/* 20231102迷惑メール注意喚起掲載 */

h3.attention{
	color: #1A3168;
    font-size: 20px;
    font-weight: 700;
    background-color: #F5F5F5;
    border-top: #1A3168 solid 2px;
    padding: 28px 30px;
    margin: 20px auto;

}

.attention{
	max-width: 320px;
	margin: 40px auto;
}

.notice-banner {
	position: fixed;
	top: 90%;
	left: 10%;
	z-index: 1000;
	width: 80vw;
	}


}

@media screen and (min-width:481px){
}

@media screen and (max-width:480px){
	.footer-menu {
		margin-top: 50px;
	}

	.otoiawase {
		padding: 90px 0 10px 0;
		color: #079;
	}

	.otoiawase a {
		width: 92%;
		height: 60px;
		border-radius: 30px;
		font-size: 2.2rem;
		line-height: 60px;
	}

	.otoiawase img {
		width: 30px;
	}

	
}

@media screen and (min-width:769px){
	.sp {
		display: none!important;
	}
 }

@media screen and (max-width:768px){
	.pc {
		display: none!important;
	}
 }

/*--メディアクエリここまで----->>>*/
