@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */
form, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

html {
	scroll-behavior:smooth
}

body {  margin:0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color:#333;
about_01	font-size:1.06rem;
	line-height:26px;
}

.sp{display:none}

.skiplink{display:none}

a {color:#0066cc}

a[href^="tel:"] {
	pointer-events: none;
	text-decoration:none
}

caption{display:none}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

header{
	width:100%;
}

.h_inner{
	width:1200px;
	margin:auto;
	padding:20px 0 10px
}

.h_inner h1{
	width:750px;
	display:inline-block;
	vertical-align:top;
	font-size:1rem;
	line-height:1;
	padding-bottom:2px;
}

.h_inner h1 img{
	display:inline-block;
	vertical-align:middle;
	padding-right:20px
}

.h_inner a{
	color:#333;
	text-decoration:none
}

.h_inner .s_menu{
	display:inline-block;
	vertical-align:middle;
	width:450px;
	text-align:right;
	font-size:0.875rem;
	line-height:1;
	font-weight:bold;
}

.h_inner span{
	margin-left:40px;
}

.h_inner span .arrow_s {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}
.h_inner span .arrow_s:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #316fbc;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.h_title {
	width:100%;
	background:#316fbc;
	height:80px;
}

.h_title_inner {
	position: relative;
	width:1200px;
	margin:auto;
	background:#316fbc;
	height:80px;
}

.h_title_inner a {
	text-decoration:none;
}

h2 {
	font-size:1.875rem;
	text-align:left;
	color:#fff;
	letter-spacing:0.02em;
	padding-top:28px;
	font-style:italic;
}

/* ---------------------------------------------------------
	CSS Document buttun
--------------------------------------------------------- */

.bt01_off{
	padding:8px;
	background:#6d6d6d
}

a.bt01 {
	width:750px;
	display:block;
	margin:0 auto;
	text-align:center;
	background:#e44545;
	padding:35px;
	font-size:1.88rem;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border-radius:10px
}

a.bt01 span {
	position: relative;
	display: inline-block;
	padding-left: 35px;
}

a.bt01 span:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.bt01_end a{
	background:#6d6d6d;
	border:1px solid #4c4c4c;
}

.bt01 a:hover{
	background:#c22f02;
	transition:0.5s
}

.bt01_end a:hover{
	background:#4c4c4c;
	transition:0.5s
}

.inquiry_01 a{
	position: absolute;
	top:0;
	right:0;
	display:inline-block;
	background:#daebff;
	margin-top:20px;
	padding:8px 30px;
	border-radius:10px;
	font-size:1.06rem;
	font-weight:bold;
	color:#235fa9;
	text-decoration:none;
}

.inquiry_01 a:hover{
	background:#8ab8f1;
	transition:0.5s
}

/* ---------------------------------------------------------
	CSS Document top
--------------------------------------------------------- */

h3 {
	position: relative;
	line-height:1;
	text-align:center;
	padding:30px 30px 40px;
	font-size:0.94rem;
}

h3 img {
	position: absolute;
	top:-15px;
	left: 50%;
	transform: translate(-50%,0);
}

.lead_01 {
	width:100%;
	background:url(../../images/images01.png) top center,url(../../images/bk01.png);
	background-repeat:no-repeat,repeat-x;
}

.lead_01 .lead_inner {
	position: relative;
	width:1200px;
	height:454px;
	margin:auto;
	text-align:left;
}

.lead_01 .lead_inner p {
	font-size:1.3125rem;
	line-height:1.6;
	font-weight:bold;
	padding:17px 20px;
}

.lead_01 .lead_inner img {
	position: absolute;
	top:0;
	right:-30px
}

.lead_01 .taisyo01 {
	position: absolute;
	width:580px;
	height:115px;
	top:134px;
	background:url(../../images/bk02.png) no-repeat;
}

.lead_01 .taisyo01 .obj01 {
	display:block;
	font-size:1.5625rem;
	font-weight:bold;
	color:#fff;
	padding:8px 27px;
	font-style: italic;
	letter-spacing:0.05em;
}

.lead_01 .taisyo01 strong {
	display:block;
	font-size:1.625rem;
	line-height:1.4;
	text-align:center;
	font-style: italic;
}

.lead_01 .taisyo01 strong span{
	display:block;
	font-size:1.25rem;
	margin-top:-10px
}

.lead_01 .taisyo01 p{
	display:block;
	font-size:0.875rem;
	line-height:1.4;
	margin:1px 0 0 100px;
	text-indent:-1em;
	font-weight:normal
}

.lead_01 .sanka01{
	position: absolute;
	bottom:90px;
	left:370px;
	background:#cc3333;
	width: 150px;
	height: 75px;
	border-radius: 50%;
	padding-top:20px;
	font-size:2.19rem;
	color:#fff;
	line-height:1;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}

nav ul {
	position: absolute;
	bottom:6px;
}

nav ul li {
	display:inline-block;
	vertical-align:top;
}

nav ul li a {
	width:280px;
	display:block;
	vertical-align:top;
	margin:10px;
	padding:12px 20px 12px 12px;
	background:#dbf5db;
	font-size:1.125rem;
	line-height:1;
	font-weight:bold;
	text-align:center;
	color:#333;
	transition: all 0.1s ease;
}

nav ul li a:hover {
	background:#b6e3b6
}

nav ul li a span {
	position: relative;
	display: inline-block;
	padding-left: 23px;
}

nav ul li a span:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12px solid #009d40;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.area_01 {
	width:1200px;
	margin:auto;
	padding:50px 0 20px;
}

.area_02 {
	background:#dbf5db;
	padding:0 0 60px;
	margin-bottom:15px;
}

#news_01 {
	border-top:1px solid #a7a7a7;
	border-bottom:1px solid #a7a7a7;
}

#news_01 h3,#news_01 ul {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}

#news_01 h3 {
	color:#a7a7a7;
	padding:0 45px;
	font-style:italic;
	font-size:1.25rem;
	letter-spacing:0.2em;
}

#news_01 ul {
	border-left:1px solid #a7a7a7;
}

#news_01 ul li {
	width:995px;
	padding:3px 0 0 50px;
	text-align:left;
	text-indent:-1.2em
}

#news_01 ul li:first-child {
	margin-top:15px;
}

#news_01 ul li:last-child {
	margin-bottom:20px;
}

#news_01 ul li:before{
	content: '・';
	margin-right:3px;
}

#about_01 {
	width:100%;
	background:#f1f0e1;
	margin:60px 0 50px;
	padding:0 0 40px;
	border-radius:20px;
	text-align:center;
}

#about_01 h4 {
	display:inline-block;
	font-size:1.75rem;
	border-bottom:10px solid #e0dca0;
	padding-bottom:10px;
}

#about_01 p {
	font-size:1.13rem
	line-height:28px;
	font-weight:bold;
	padding:20px 0 30px;
}

#about_01 .gaiyou01 {
	background:url(../../images/illust01.png) no-repeat top center;
	margin:auto;
	padding-top:105px
}

#about_01 .gaiyou01_inner {
	background:#fff;
	border:5px solid #e3e2d4;
	margin:0 30px;
	padding:25px 0;
}

#about_01 .gaiyou01_inner strong {
	display:inline-block;
	vertical-align:top;
	background:url(../../images/bk03.png) no-repeat;
	margin:0 30px;
	width:123px;
	height:37px;
	padding:6px 0;
	font-size:1.25rem;
	color:#fff;
}

#about_01 .gaiyou01 table {
	display:inline-block;
	vertical-align:top;
	width:800px;
	margin:auto;
	text-align:left;
	font-weight:bold;
	border-collapse: separate;
	border-spacing: 4px 0;
	font-size:1.13rem
}

#about_01 .gaiyou01 table td{
	border-bottom:4px dotted #c1bfa0;
	padding:8px
}

#about_01 .gaiyou01 table tr:first-child td {
	border-top:4px dotted #c1bfa0;
}

#about_01 .gaiyou01 table tr td {
	font-size:1.25rem;
}

#about_01 .gaiyou01 table tr td:first-child {
	width:40px;
	font-size:1.13rem;
	text-align:center
}

#about_01 .gaiyou01 table tr td span {
	margin-left:50px;
	font-size:1rem;
}

#schedul_inner{
	width:1200px;
	background:#fff;
	margin:0 auto 40px;
	padding:0 70px 40px;
	border-radius:20px;
}

#schedul_inner p{
	text-align:center;
}

#schedul_inner table{
	border-spacing:5px;
	width: 100%;
	font-size:1.25rem;
	line-height:1.3;
	font-weight:bold;
	margin-bottom:20px
}

#schedul_inner table th,#schedul_inner table td {
	padding:1% 2% 1% 6%;
}

#schedul_inner table p {
	font-size:0.875rem;
	margin-top:3px;
	font-weight:normal
}

#schedul_inner table th {
	text-align:right;
	background:#e2eefc;
}

#schedul_inner table td {
	text-align:left;
	background:#e2eefc;
}

#schedul_inner table .th01 {
	text-align:center
}

#schedul_inner table .th01 {width:20%;background:#3369ab;color:#fff;padding:1%;}
#schedul_inner table .td01 {width:40%;background:#3369ab;color:#fff;text-align:center;padding:1%;}
#schedul_inner table .td02 {width:40%;background:#158a77;color:#fff;text-align:center;padding:1%;}

#schedul_inner table .mk01 {background:#cff6f0;}

#schedul_inner table span {font-size:1.88rem}


#thema_01 ul li{
	position: relative;
	background:#f1f0e1;
	border-radius:20px;
	margin-bottom:35px;
	padding:25px 35px;
}

#thema_01 ul li .thema_name01{
	position: absolute;
	top:-18px;
	left:65px;
	width:234px;
	height:37px;
	background:url(../../images/bk04.png) no-repeat;
	padding:5px;
	font-size:1.25rem;
	color:#fff;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.05em;
	font-style:italic;
}

#thema_01 ul li .thema_ti01{
	border-left:10px solid #04b77c;
	margin-bottom:15px;
	padding:10px 0 3px 17px;
	font-size:1.25rem;
	line-height:1.5;
	color:#00764f;
	font-weight:bold
}

#thema_01 ul li .thema_ti01 strong{
	display:block;
	font-size:1.69rem;
	color:#333;
}

#thema_01 ul li .thema_ti01 span{
	display:block;
	font-size:1rem;
}

#thema_01 ol{
	margin:10px 0;
	min-height:85px;
}

#thema_01 ol li{
	margin:0;
	padding:0;
	font-weight:bold;
	text-indent:-1.3em;
	margin-left:1.3em;
}

#thema_01 ol li span{
	font-size:0.875rem;
}

#thema_01 ol li:before{
	content: '●';
	margin-right:5px;
	color:#04b77c;
}

#thema_01 .note01{
	background:#dddede;
	margin-top:15px;
	padding:5px 20px;
	font-size:0.81rem;
	font-weight:bold;
	line-height:1.5;
}

#thema_01 .prof01{
	position: absolute;
	display: flex;
	align-items: flex-end;
	top:35px;
	right:35px;
	text-align:right;
	font-size:0.88rem;
	line-height:1.5;
	font-weight:bold;
}

#thema_01 ul li p{
	margin-top:5px;
}

#thema_01 div .obj01{
	background:#4583cb;
	margin-right:10px;
	padding:1px 15px;
	font-size:0.94rem;
	color:#fff;
}

#thema_01 div .obj02{
	font-size:1.25rem
}

#thema_01 ul li img{
	display:block;
	margin-left:15px;
}


#flow_01{
	margin-bottom:80px;
}

#flow_01 h4{
	background:#e0edfd;
	font-size:1.44rem;
	color:#103663;
	padding:18px 35px;
	border-radius:15px;
}

#flow_01 h4 span {
	display:inline-block;
	background:#4683cb;
	height:40px;
	width:40px;
	border-radius:50%;
	line-height:40px;
	text-align:center;
	color:#fff;
	margin-right:15px
}

#flow_01 p{
	font-size:1.06rem;
	padding:30px 0 40px 120px;
	font-weight:bold
}


#flow_01 .txt01{
	background:url(../../images/allow02.png),url(../../images/allow01.png);
	background-repeat:no-repeat,repeat-y;
	background-position:38px bottom,53px;
	margin:20px 0;
}

#flow_01 .note02{
	font-size:1rem;
	margin:5px 0 30px 120px;
	padding:5px 30px 20px;
	font-weight:normal;
	border:1px solid #4683cb;
}

#flow_01 .note02 p{
	font-size:1rem;
	padding:0;
	font-weight:normal
}

#flow_01 .note02 p strong{
	font-size:1rem;
	padding:0;
	color:#103663;
}

#flow_01 .note02 .caution01{
	text-indent:-1em;
	margin-left:1em;
	font-size:0.875rem
}

#flow_01 .note02 span{
	display:block;
	font-weight:bold;
	margin:15px 0 5px
}

#flow_01 .note02 span:before{
	content: '■';
	margin-right:5px;
	color:#4683cb;
}

#flow_01 .note03{
	background:#f1f0e1;
	font-size:1rem;
	margin:5px 0 30px 120px;
}

#flow_01 .note03 p{
	padding:15px 30px 20px;
	margin-top:30px;
}

#flow_01 .note03 strong{
	display:block;
	width:340px;
	background:#cc3333;
	font-size:1.25rem;
	color:#fff;
	padding:13px 30px;
	margin:0 0 10px -30px;
}

#flow_01 .note03 span{
	color:#cc3333;
}

/* ---------------------------------------------------------
	CSS Document policy
--------------------------------------------------------- */

.area_03 {
	padding:50px 0;
	background:#eee;
}

#policy_01{
	width:1000px;
	margin:auto;
	padding:50px 100px;
	background:#fff;
	border-radius:20px;
}

#policy_01 h3{
	font-size:1.875rem;
	border-bottom:10px solid #3170bb;
	margin:0 300px;
	padding-bottom:20px
}

#policy_01 h4{
	background:#cde2fc;
	font-size:1.25rem;
	padding:15px 30px;
	border-radius:10px;
	margin:40px 0 20px
}

#policy_01 h5{
	font-size:1rem;
	padding:15px 0 0 30px;
}

#policy_01 p{
	margin-top:10px;
	padding:0px 30px;
}

#policy_01 ul{
	margin-top:10px;
}

#policy_01 ul li{
	text-indent:-0.8em;
	margin-left:3em;
	padding:2px 0;
}

#policy_01 ol{
	padding:10px 0;
}

#policy_01 ol li{
	text-indent:-2.5em;
	margin-left:4em;
	padding:2px 0;
}

#policy_01 .address01{
	display:inline-block;
	background:#eee;
	margin:30px 30px 0;
	padding:20px 50px
}

#policy_01 .date01{
	text-align:right;
	padding:50px 30px
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */
footer{
	text-align:center;
	background:#dbf5db;
}

footer .footer_inner{
	width:1200px;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	margin:auto;
	padding:30px 0 0;
	text-align:left
}
footer #sitemap h4{
	font-size:1.25rem;
	margin-bottom:15px
}

footer #sitemap ul{
	width:300px;
	background: linear-gradient(to top, #4682cc, #03b87b);
	font-weight:bold;
}

footer #sitemap li{
	background:#dbf5db;
	margin-left:5px;
	padding:3px 20px;
}

footer #sitemap li a{
	color:#333
}

footer .unei{
	background:#f5fdf5;
	font-weight:bold;
	padding:40px 50px;
	font-size:1.13rem;
	text-align:center
}

footer .unei .name_01{
	font-size:1.25rem;
	margin:3px 0 5px;
	font-weight:bold
}

footer .unei p{
	font-size:1rem;
	margin:5px 0 10px;
}

.copyright{
	width:100%;
	background: linear-gradient(to right, #4682cc, #03b87b);
	font-size:.875rem;
	font-weight:bold;
	padding-bottom:30px
}

.copyright p{
	background:#dbf5db;
	padding:50px 0 10px
}

/* ボタン全体 */
#page_top {
width: 90px;
height: 90px;
position: fixed;
right: 0px;
bottom: 0px;
background: #316fbc;
opacity: 0.8;
}

/* Font Awesome */
#page_top::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f0d8';
font-size: 50px;
color: #ffffff;
position: absolute;
top: 46%;
left: 50%;
translate: -50%;

}
#page_top::after {
content: 'PAGE TOP';
font-size: 13px;
color: #fff;
position: absolute;
margin: auto;
text-align: center;
width: 100%;
top: 22%;
left: 50%;
translate: -50%;

}