@charset "utf-8";

/* Base
----------------------------------------------------*/


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 16px;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
}

p,
li,
dt, dd,
th, td{
}

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

img{
	vertical-align: bottom;
}

a img{
	border: 0;
}

/*　　*/

.center-text {
	text-align:center;
}

.floatright {
	float: right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b12 {
	margin-bottom:12px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b17 {
	margin-bottom:17px;
}

.margin_b20{
	margin-bottom:20px;
}

.margin_b25{
	margin-bottom: 25px;
}

.margin_b30{
	margin-bottom:30px;
}

.margin_b40{
	margin-bottom:40px;
}

.margin_b50{
	margin-bottom:50px;
}

.margin_b60{
	margin-bottom:50px;
}

.margin_b70{
	margin-bottom:50px;
}

img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}


/*　見出し・画像　*/

.pic-left {
	float: left;
}

.pic-left {
	float: right;
	background-color: #FFF;
	padding-bottom: 15px;
	padding-left: 15px;
}

.clearfix:before, .clearfix:after {
 display: table;
 content: " ";
}

.clearfix:after {
 clear: both;
}

.txt_indent1 {
    padding-left: 1em;
    text-indent: -1em;
}

.img100 img{
	width:100%;
	height:auto;
}

.font_b {
	font-weight: bold;
}


/*　共通　*/





/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){

.spDisp {
	display: none;
}

.spHide {
	display:block;
}

.midashi1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 15px;
}

.midashi2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.midashi3 {
	font-size: 20px;
	color: #0A5DA8;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom:20px;
}

.min1200 {
	min-width:1200px;
}


/*　ヘッダー　*/


header {
	min-width: 1200px;
	overflow: hidden;
}

.toph1 {
	display: none;
}

.header_cont {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.header_logo {
	width: 400px;
}

.header_logo img{
	width:100%;
	height:auto;
}

.header_info {
	display: flex;
	justify-content:flex-end;
	align-items: center;
	flex: 1;
}

.header_tel {
	width:310px;
}

.header_info1 {
	margin-bottom:5px;
}

.header_info1 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 5px;
	background-color: #0A5DA9;
	color: #FFF;
	border-radius: 9999px;
	padding: 3px 15px 5px 15px;
	margin-right: 10px;
}

.header_info2 {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 20px;
}

.header_info2 span{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 40px;
	color: #0A5DA9;
}

.head_btnc {
	width: 130px;
	margin-left:10px;
}

.head_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height:100%;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
	background-color: #bba78f;
	padding:15px 0;
}

.head_btn p{
	font-size: 17px;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.head_btn:hover {
	background-color: #967B5A;
}


.header_nav {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.header_nav nav ul {
	display: flex; 
	justify-content:space-between;
}

.header_nav nav ul li {
	line-height:1.6em;
}

.header_nav nav ul li a{
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 19px;
	color: #111111;
}

.header_nav nav ul li a:hover{
	color: #0A5DA8;
	text-decoration: none;
}

.main_image {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 100px;
	min-width: 1200px;
}

.main_image img{
	width:100%;
	height:auto;
}

.main1 {
	background-image: url(../img/main1_back.png);
	background-repeat: repeat;
	clear: both;
	padding-bottom: 80px;
	min-width: 1200px;
}

.main1_mc {
	background-image: url(../img/main1_tback.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:cover;
	padding-bottom: 40px;
	margin-bottom: 70px;
}

.main1_mc h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 35px;
	text-align: center;
	color: #0A5DA8;
	line-height: 1em;
	margin-bottom: 25px;
}

.main1_title {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}

.main1_title span{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #0A5DA8;
}

.main1_c {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.main1_in {
	width: 27%;
	border: 0px solid #D5D624;
	background-color: #FFF;
	border-radius: 10px;
	padding: 2%;
}

.main1_m {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #0A5DA8;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-align: center;
}

.logo_m {
	width: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.main1_2 {
	width: 81%;
	margin-right: auto;
	margin-left: auto;
	padding: 2%;
	background-color: #FAFAFA;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
}

.main1_2 h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #B6857A;
	margin-bottom:20px;
}

.logo_m img{
	width:100%;
	height:auto;
}

.main1_txt {
	font-size: 18px;
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 2em;
}

.main2 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main2_pic {
	width: 40%;
	background-image: url(../img/main2_pic.webp);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:cover;
	border-radius: 10px;
}

.main2_txt {
	flex: 1;
	margin-right: 20px;
	margin-bottom: 20px;
}

.main2_title {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 35px;
	margin-bottom: 10px;
	color: #0A5DA8;
	line-height: 1.4em;
}

.main2_m {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin-bottom: 25px;
	color: #B6857A;
}

.main2_btn {
	display: flex;
	justify-content: center;
	width: 300px;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-image: url(../img/arr1.svg);
	background-repeat: no-repeat;
	background-position: 220px center;
	background-size: 10px auto;
	background-color: #0A5DA8;
}

.main2_btn p{
	font-size: 17px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.main2_btn:hover {
	background-image: url(../img/arr1.svg);
	background-repeat: no-repeat;
	background-position: 220px center;
	background-size: 10px auto;
	background-color: #095091;
}


.main3_title {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	margin-bottom: 35px;
}

.main3_title span{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #0A5DA8;
}

.main3 {
	background-image: url(../img/main3_back1.png);
	background-repeat: repeat;
	clear: both;
	min-width: 1200px;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 70px;
}

.main3_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

.main3_in {
	border: 0px solid #0A5DA8;
	width: 13.5%;
	text-align: center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding-top: 2%;
	padding-bottom: 2%;
	text-decoration: none;
	background-color: #FFF;
}

a:hover.main3_in {
	background-color: #F7F5F0;
}

.main3_in p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #111111;
	line-height: 1.2em;
}

.jmp_btn {
	display: flex;
	justify-content: center;
	width: 400px;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/arr1.svg);
	background-repeat: no-repeat;
	background-position: 270px center;
	background-size: 10px auto;
	background-color: #0A5DA8;
}

.jmp_btn p{
	font-size: 17px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.jmp_btn:hover {
	background-image: url(../img/arr1.svg);
	background-repeat: no-repeat;
	background-position: 270px center;
	background-size: 10px auto;
	background-color: #095091;
}


footer {
	min-width: 1200px;
	overflow: hidden;
	border-top-width: 5px;
	border-top-style: ;
	border-top-color: ;
	padding-top: 40px;
}

.footer_cont {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 50px;
}

.foot_1 {
	width: 48%;
	text-align: center;
	margin-right: 2%;
}

.foot_2 {
	width: 48%;
	border: 1px solid #CCC;
	margin-left: 2%;
}

.foot_logo {
	width: 30%;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}

.foot_logo img{
	width:100%;
	height:auto;
}

.foot_tel {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

.foot_tel span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.foot_1 img {
	width: 90%;
	height: auto;
	margin-bottom: 20px;
}

.foot_nav {
	background-color: #0A5DA8;
	padding-top: 25px;
	padding-bottom: 25px;
}

.foot_nav ul{
	display: flex;   
    align-items:center;
	justify-content:center;
	
}

.foot_nav ul li {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1em;
	color: #FFF;
}
 
.foot_nav ul li+ li {
  border-left: 0;
  border-right: 1px solid #FFF;
}

.foot_nav ul li a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.foot_nav ul li a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

.foot_add {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 30px;
}

.foot_map {
	min-width:1200px;
	height:480px;
}

.copyright {
	font-size: 14px;
	text-align: center;
	background-image: url(../img/main3_back1.png);
	background-repeat: repeat;
	padding-top: 25px;
	padding-bottom: 25px;
}


/*　中ページ　*/

.page_title {
	width: 100%;
	min-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../img/title_back.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	margin-bottom: 60px;
}

.page_title h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #784731;
}

.page_cont {
	padding-bottom: 100px;
	background-color: #FFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main_cont {
	flex: 1;
	margin-bottom: 60px;
}

.side_cont {
	width: 280px;
	margin-right: 50px;
}


/*　サイド　*/

.side_m1 {
	font-size: 20px;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #0A5DA8;
}

.side_nav {
	margin-bottom: 20px;
}

.side_nav li{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 20px;
}

.side_nav li a {
	color: #000;
	background-image: url(../img/side_arr.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:9px;
	text-decoration: none;
	padding-left: 30px;
}

.side_nav li a:hover {
	color: #6C9BC0;
}

.side_info {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	background-color: #0A5DA8;
}

.side_im1 {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 19px;
}

.side_im1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 45px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFF;
}

.side_tel {
	color: #FFFFFF;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-bottom:30px;
}

.side_tel img{
	width: 25px;
	padding-right: 5px;
}

.side_im2 {
	position: relative;
	display: inline-block;
	padding: 0 40px;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 18px;
}

.side_im2:before, .side_im2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
}

.side_im2:before {
  left:0;
}
.side_im2:after {
  right: 0;
}

.side_txt {
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 15px;
}

.side_txt span{
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}

.side_jmp {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85%;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.side_jmp p{
	color: #784731;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.side_jmp:hover {
	background-color: #ECECEC;
}

.side_banner {
	margin-bottom:10px;
}

.side_banner img{
	width:100%;
	height:auto;
}

/*　メイン　*/

.gree_pic {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 35%;
	height: auto;
	border-radius: 10px;
}

.gree_txt {
	margin-bottom: 50px;
}

.guide_c {
	display: flex;
	justify-content: space-between;
	margin-bottom:50px;
}

.guide_txt {
	width:68%;
}

.guide_pic {
	width:30%;
}

.guide_pic img{
	width:100%;
	height:auto;
	border-radius: 10px;  
}

.equ_c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.equ_txt {
	width: 78%;
}

.equ_pic {
	width: 20%;
}

.equ_pic img{
	width:100%;
	height:auto;
	border-radius: 10px;  
}

.medi_c {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.medi_txt {
	width:60%;
}

.medi_pic {
	width:38%;
}

.medi_pic img{
	width:100%;
	height:auto;
	border-radius: 10px;  
}

.acc1 {
	margin-bottom: 80px;
}

.acc1 table {
	width:100%;
}

.acc1 table th{
	background-color: #ECECEC;
	padding: 15px;
	width: 150px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.acc1 table td{
	padding: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.acc2 {
	width: 100%;
	height: 450px;
	border: 8px solid #ECECEC;
	margin-bottom: 50px;
}

.cont_c {
	text-align:center;
}

.cont_txt {
	font-size:18px;	
	margin-bottom:30px;
}

.cont_tel {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: 1.0em;
	margin-bottom: 50px;
}

.cont_tel span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #6C9BC0;	
}

.gree_lic {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 40px;
}

.gree_lip {
	width: 240px;
	margin-right: 3%;
	background-image: url(../img/gree_pic2.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.gree_lip img{
	width:100%;
	height:auto;
}

.gree_list {
	flex: 1;
}

.gree_list p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin-bottom:20px;
}

.gree_list li{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	list-style-type: none;
}

.medi_btn {
	display: flex;
	justify-content: center;
	width: 200px;
	text-decoration: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding-top: 5px;
	padding-bottom: 7px;
	background-color: #CCCCCC;
}

.medi_btn p{
	font-size: 15px;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.medi_btn:hover {
	background-image: url(../img/arr1.svg);
	background-repeat: no-repeat;
	background-position: 270px center;
	background-size: 10px auto;
	background-color: #BDBDBD;
}

.infe_c1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.infe_txt {
	flex: 1;
}

.infe_pic {
	width:270px;
	margin-left:20px;
}

.infe_pic img{
	width:100%;
	height:auto;
	border-radius: 10px;  
}

.infe_c2 {
	background-color: #F0F0F0;
	padding: 3%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom:50px;
}

.infe_c2 h5{
	color: #0A5DA8;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
}

.imp1 {
	margin-bottom:70px;
}

.imp1_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.imp1_in {
	width: 31%;
	padding-top: 20px;
}

.imp1_in img{
	width:100%;
	height:auto;
	margin-bottom:15px;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.imp1_m {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.imp1_m h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}

.imp1_m h4 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #0A5DA8;
}

.imp1_m h5 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #FFF;
	background-color: #0A5DA8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 9999px;
	font-size: 14px;
	margin-right: auto;
	width: 130px;
	margin-left: auto;
	text-align: center;
	margin-bottom:10px;
}

.imp2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 70px;
}

.imp2_p {
	width:35%;
	margin-right:20px;
	order: 1;
}

.imp2_p img{
	width:100%;
	height:auto;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.imp2_t {
	flex: 1;
	order: 2;
}

.page_main {
	margin-bottom:50px;
}

.page_main img{
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	width:30%;
	height:auto;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.white1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.white1 div{
	width: 47%;
}

.white1 div img{
	width:100%;
	height:auto;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
	margin-bottom:20px;
}

.white1 h5 {
	color: #0A5DA8;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
}

.white2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 50px;
}

.white2_p {
	width: 40%;
}

.white2_p img{
	width: 100%;
	height:auto;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.white2_t {
	width: 57%;
	padding-top: 1%;
}

.white2 h5 {
	color: #0A5DA8;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 18px;
}	

.white1_h5 {
	color: #0A5DA8;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
}

.white3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 80px;
}

.white3_in {
	width: 29%;
}

.white3_in img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border: 2px solid #333;
	border-radius: 5px;
}

.white3_in h4 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.white3_in h4 p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size:20px;
}

.white3_in h4 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 40px;
	margin-right: 10px;
	color: #666;
}

.white3_arr {
	width: 1.5%;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 7%;
}

.white3_arr img{
	width:100%;
	height:auto;
}

.white4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:80px;
}

.white4_p {
	width: 150px;
	margin-right: 3%;
}

.white4_p img{
	width:100%;
	height:auto;
}

.white4_t {
	flex: 1;
}

.white5_q {
	font-weight: bold;
	color: #534741;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8F7A70;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 17px;
}

.white5_q span{
	font-weight: bold;
	color: #0A5DA8;
	font-size: 22px;
	margin-right: 8px;
}

.white5_a {
	display: flex;
	justify-content:flex-start;
	align-items: flex-start;
	margin-bottom:50px;
}

.white5_am {
	font-weight: bold;
	color: #B6857A;
	font-size: 22px;
	width: 27px;
}

.white5_at {
	flex: 1;
	padding-top: 7px;
}

.main3_in2 {
	padding: 3%;
	background-color: #F8F8F8;
	margin-bottom: 2%;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.main3_home {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom:20px;
}

.main3_hc {
	width:18%;
}

.main3_hm {
	font-size: 18px;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.main3_hc img{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 20px;
}

.main3_ob {
	display: flex;
	justify-content:flex-start;
}

.main3_ob1 {
	background-color: #90B29A;
	width: 59%;
	margin-right: 2.5%;
	padding-top: 5px;
	padding-bottom: 7px;
}

.main3_ob2 {
	background-color: #90B29A;
	width:18%;
	padding-top: 5px;
	padding-bottom: 7px;
}

.main3_obp {
	font-size: 19px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
}

.main3_in3 {
	padding: 3%;
	background-color: #F8F8F8;
	margin-bottom: 70px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.main3_home2 {
	display: flex;
	justify-content:center;
	align-items: stretch;
	margin-bottom:20px;
}

.main3_hc2 {
	width: 18%;
	margin-right: 1.3%;
	margin-left: 1.3%;
}

.main3_hc2 img{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 20px;
}

.main4 {
	min-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 3%;
}

.main4_1 {
	background: linear-gradient(90deg, #FFF 0%, #FFF 10%, #d6e5e0 10%, #d6e5e0 100%);
	width: 50%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.main4_2 {
	background: linear-gradient(90deg, #edefee 0%, #edefee 90%, #FFF 90%, #FFF 100%);
	width: 50%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.main4_1p {
	width: 95%;
	margin-right: 5%;
	margin-bottom: 30px;
}

.main4_1p img{
	width: 100%;
	height: auto;
	border-radius: 0px 10px 10px 0px;
}

.main4_2p {
	width: 95%;
	margin-left: 5%;
	margin-bottom: 30px;
}

.main4_2p img{
	width: 100%;
	height: auto;
	border-radius: 10px 0px 0px 10px;
}

.main4 h3 {
	font-size: 35px;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
}

.main4_sub {
	color:#0A5DA8;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom:5px;
}

.main4_1txt {
	padding-right: 5%;
	padding-left: 15%;
}

.main4_2txt {
	padding-right: 15%;
	padding-left: 5%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main4_1ps {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom: 5px;
}

.main4_in {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.main4_1inp {
	width:20%;
	margin-right:2%;
}

.main4_1inp img{
	width:100%;
	height:auto;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.main4_1int {
	flex: 1;
}

.main4_2inp {
	width: 30%;
	margin-right: 3%;
	background-image: url(../img/main4_4p.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.main4_2int {
	flex: 1;
}

.main5 {
	width: 90%;
	background-color: #EADBD6;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main5_t {
	flex: 1;
	padding: 3%;
}

.main5_p {
	width: 30%;
	background-image: url(../img/main5_p.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.main5_t h3{
	font-size: 35px;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}

.main5_t h3 span{
	color: #B6857A;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 16px;
}

.main5_txt {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.main5_inp {
	width: 28%;
	background-image: url(../img/main5_inp.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right:15px;
}

.main5_int {
	flex: 1;
}

.main6_p1 {
	width:100%;
	margin-bottom:30px;
}

.main6_p1 img{
	width:100%;
	height:auto;
}

.main6 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

.main6_midashi {
	width: 360px;
	margin-right: 40px;
}

.main6_midashi h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 35px;
	margin-bottom:5px;
}

.main6_midashi p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #B6857A;
}

.main6_txt {
	flex: 1;
	padding-top:5px;
}

.main6_txt h4 {
	margin-bottom:20px;
	
}

.main6_txt h4 span{
	background-color: #dcd7c7;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 17px;
	padding: 5px 10px 6px 10px;
	color: #666;
	letter-spacing: 0.1em;
	border-radius: 5px;      
}

.main6_m {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #B6857A;
	font-size: 18px;
	margin-bottom:10px;
}

.main6_m span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #B6857A;
	font-size: 25px;
	margin-bottom:10px;
}

.main6_txt ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 10px;
}

.main6_txt ul li {
	width:32%;
}
.main6_txt ul li img{
	width:100%;
	height:auto;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.gbr1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 30px;
	margin-bottom: 20px;
}

.gbr1_c {
	width: 32%;
	background-color: #F8F8F8;
	padding-bottom: 25px;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
	
}

.gbr1_nb {
	background-color: #E2DED0;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	margin-top: -20px;
	margin-bottom: 15px;
}

.gbr1_nb p{
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 30px;
}

.gbr1_m {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #E2DED0;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.gbr1_txt {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

.gbr2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 60px;
}

.gbr2 div:nth-child(1){
	background-color: #E1ECE9;
	width: 42.5%;
	padding: 2% 3%;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.gbr2 div:nth-child(2){
	background-color: #F8F8F8;
	width:42.5%;
	padding:2% 3%;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.gbr2 h3{
	background-color: #FFF;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-radius: 9999px;
	font-size:18px;
	margin-bottom:20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.gbr2 ul li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 18px;
}

.gbr3_p {
	width:100%;
	margin-right: auto;
	margin-left: auto;
}

.gbr3_p img{
	width:100%;
}

.fb_cont {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 50px;
}

.fb_m {
	width: 380px;
}

.fb_m h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 5px;
}

.fb_m p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #B6857A;
	font-size: 16px;
}

.fb_page {
	width: 500px;
}

.main_yoyaku {
	padding: 0 3% 3% 3%;
	width: 80%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #F8F8F8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.main_yoyaku h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 35px;
	text-align: center;
	line-height: 1em;
	margin-bottom: 35px;
}

.main_yoyaku ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:40px;
}

.main_yoyaku ul li {
	background-color:#0A5DA8;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin:0 5px;
	width:100px;
	height:100px;
	margin-top:-60px;
}

.main_yoyaku ul li p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}

.main_yt1 {
	text-align: center;
	margin-bottom: 40px;
}

.main_yt2 {
	text-align: center;
}

.main_yt2 a{
	color: #0A5DA8;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.main_ysp {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	background-color: #FFF;
	padding: 2%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 20px;
}

.main_ysp img{
	width:100%;
	height:auto;
}

.main_ysp1 {
	width: 200px;
	margin-right: 40px;
}

.main_ysp1 p{
	color: #0A5DA8;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	font-size:18px;
}

.main_ysp2 {
	width:500px;
}

.main_ysp2 p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
	color: #FFF;
	background-color: #0A5DA8;
	padding:5px 0;
	margin-bottom:20px;
}

.main_yt3 {
	text-align: center;
	font-size: 18px;
}

.main_yt3 span{
	text-align: center;
	font-size: 15px;
}

.equ_li {
	margin-bottom:30px;
}

.equ_li li{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:5px;
}

.main_equb {
	display: flex;
	justify-content: center;
	width: 70%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #F8F8F8;
	margin-bottom:80px;
}

.main_equb img{
	width:60%;
}

.main_equb:hover {
	background-color: #F2F2F2;
}


}
