html, body, div, span, applet, object, iframe,
h1, h2, h3, fea, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{	display: block;}
body{ line-height: 1;}
ol, ul{ list-style: none;}
blockquote,q{ quotes: none;}
blockquote:before, blockquote:after,q:before,q:after{ content: ''; content: none;}
table{ border-collapse: collapse; border-spacing: 0;}
*, *:before, *:after { box-sizing: border-box;}

/*==============================
	common
================================*/
html{ font-size: 62.5%;}
a{ text-decoration: none;}
a:hover img{ opacity: 0.7;}
img{ max-width: 100%; height: auto;}
body{
	width: 100%;
	line-height: 1.4;
	margin: 0 auto;
	font-size: 1.6rem;
	color: #000;
	height: 100%;
}
body,h1,h2,h3,h4,h5,a{
	font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", "YuGothic", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",
	"Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
}

h2{
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;

	position: relative;
	display: inline-block;
}

h2::after {
	content: '';
	display: block;
	width: 70px;
	height: 2px;
	background-color: #0859a9;
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
}
.wrap{
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.inner{
	width: 96%;
	max-width: 100%;
	min-width: 380px;
	margin: 0 auto;
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clear:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}
.container{
	width: 100%;
	max-width: 1280px;
	margin: 0;
}
article{
	padding-bottom: 1px;
}
article.main{ width: 100%; margin: 0 auto;}
.tleft{ text-align: left !important;}
.tright{ text-align: right !important;}
.tcenter{ text-align: center !important;}
.ff_min{
	font-family: "æ¸¸æ˜Žæœ", YuMincho, "Hiragino Mincho ProN W3",
	 "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE",
	 "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif !important;
}
/*==============================
	commoncss
================================*/
.main-template h2,
.edit-template h2{
	display: block;
	font-weight: bold;
	margin: 5% auto;
	padding: 5px 30px;
}
.main-template h2{
	font-size: 48px;
	margin: 5% auto;
	padding: 5px;
}
.news-page h2,
.news-page h3,
.news-page h4,
.news-page h5,
.edit-template h3,
.edit-template h4,
.edit-template h5{
	text-align: left;
	font-weight: bold;
}

.news-page h3,
.edit-template h3{
	font-size: 24px;
	margin-bottom: 5%;
}
.news-page h4,
.edit-template h4{
	font-size: 22px;
}
.news-page h5,
.edit-template h5{
	font-size: 20px;
}
.news-page p,
.edit-template p{
	padding: 10px 0;
	line-height: 1.8;
}
.none{
	display: none;
}
/*==============================
	responsive
================================*/
@media screen and (min-width: 768px){
	.main{ font-size: 18px; margin-bottom: 30px;}
	.main-content{ margin: 0 auto; width: 100%;}
	.flexbox_sa{display: flex; justify-content: space-around;;}
	.flexbox_sb{display: flex; justify-content: space-between;}
	.flexbox_fs{display: flex; justify-content: flex-start;}
	.flexbox_fe{display: flex; justify-content: flex-end;}
	.flexbox_c{display: flex; justify-content: center;}
	.flex_img{
		width: 100%; /* ç”»åƒã‚’flexã‚¢ã‚¤ãƒ†ãƒ ã®å¹…ã„ã£ã±ã„ã«åºƒã’ã‚‹ */
		height: auto; /* é«˜ã•ã‚’è‡ªå‹•èª¿æ•´ã—ã¦ã‚¢ã‚¹ãƒšã‚¯ãƒˆæ¯”ã‚’ç¶­æŒ */
		object-fit: contain; /* ç”»åƒã‚’ä¼¸ç¸®ã—ã¦ flex ã‚¢ã‚¤ãƒ†ãƒ ã«åŽã¾ã‚‹ã‚ˆã†ã«ã™ã‚‹ */
		max-width: 100%; /* ç”»åƒãŒè¦ªè¦ç´ ã‚’è¶…ãˆãªã„ã‚ˆã†ã«ã™ã‚‹ */
	}
	.fw_w{flex-wrap: wrap;}
	.fb_reverse{flex-direction: row-reverse;}
	.fb_reverse_c{flex-direction: column-reverse;}
	.fb_is{align-items: flex-start;}
	.fb_ie{align-items: flex-end;}
	.fb_cn{align-items: center;}
	br.mbbr{display: none;}
	.mobile{display: none !important;}
	.menu_pc, .craft_pc{display: block; width: 95%;}
	.menu_mobile, .craft_mobile{display: none !important;}
}

/*==============================
	header
================================*/
header{
	position: relative;
	background-color: #b6e1fe;
}
.header-main {
	position: absolute;
	width: 100%;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background-color: transparent;
	margin: 0;
	z-index: 10;
}

.header-main h1 {
	display: inline-block;
	position: relative;
	left: 2%;

}
.header-main h1 img {
	display: block;	/* ç”»åƒã®å¹…ã«åˆã‚ã›ã¦h1è¦ç´ ã®å¹…ãŒè‡ªå‹•çš„ã«èª¿æ•´ã•ã‚Œã‚‹ã‚ˆã†ã«ã—ã¾ã™ */
	margin: 5%;
}
.mainmenu {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 80%;
}
.mainmenu .menu_pc nav #navi ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainmenu .menu_pc nav #navi ul li {
	margin: 0 10px;
}

#navi ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#navi li{
	position: relative;
	flex-grow: 1;
	padding: 10px;
	text-align: center;
}
#navi li,
#navi li a{
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	text-shadow:0 0 5px #000;
}
nav ul#navi li{
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.sub-menu-title{position: relative;}
#navi li > ul.sub-menu {
	display: inline-block !important;
	overflow: hidden;
	opacity: 0;
	height: 0;
	margin: 0 !important;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #268300;
	z-index: -999;
	white-space: nowrap;
}
#navi ul.sub-menu li{
	display: block;
	word-break: break-all;
	white-space: nowrap;
	background: #fff;
	text-align: center;
	padding: 10px 0;
}
#navi ul.sub-menu li a{
	padding: 1rem 0;
	box-sizing: border-box;
	font-weight: normal;
	text-align: center;
	word-break: break-all;
	color: #000 !important;
	text-shadow: none;
}
#navi ul.sub-menu li + li{
	border-top: 1px solid #000;
}
#navi li:hover > ul.sub-menu{
	overflow: visible;
	position: absolute;
	width: 100%;
	top: 100%;
	opacity: 1;
	z-index: 1;
}
.contactlink{
	background-color: #0859a9;
	display: block;
	border-radius: 30px;
}
.bannar{
	position: relative;
	width: 85%;
	margin-left: auto;
	margin-right: 0;
	text-align: right;
	line-height: 0;
}
.bannar img{
	width: 100%;
	height: calc(85vw / 2);
	object-fit: cover;
	border-bottom-left-radius: 7.5vw;
}
.bannartxt {
	position: absolute;
	font-weight: bold;
	font-size: 48px;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	text-shadow:0 0 5px #000;
}
/*==============================
	footer
================================*/
footer{
	background: #035aa8;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 1% 5% 2%;
	text-align: left;
}
.footer-main{
	margin: 5% auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-around;
	-ms-align-items: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.f_address{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3%;
}
.f_address h2{
	margin: 5% 0;
	font-size: 24px;
	font-weight: bold;
}
.f_menu li{
	display: flex;
	white-space: nowrap;
	margin: 10px 0;
}
.f_menu li a{
	color: #fff;
	display: inline;
}
.f_menu li .col1{
	min-width: 10rem;
	padding-right: 1rem;
}
.copylight{
	text-align: center;
	padding: 1%;
	margin: 0;
	font-size: 12px;
	text-align: center;
}
/*==============================
	toppage
================================*/
.main-template section{
	position: relative;
}
.top-area {
	width: 80%;
	max-width: 1200px;
	position: relative;
	padding: 60px 20px;
	margin: auto;
}
.news{
	width: 85%;
	margin-right: 0;
	margin-left: auto;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	color:
}
.news h2{
	border-bottom: none;
}
.news h2::after{
	content: none;
}
.news-list{
	border-left: 3px solid #0859a9;
	padding-left: 30px;
	margin: 20px 30px;
}
.news-child{
	margin: 3% 0;

}
.news-child a,
.news-child a:visited{
	color: #000;
}
.news-child a span{
	color: #0859a9;
	margin-right: 30px;
}

.bg-txt {
	position: absolute;
	font-size: clamp(60px, 12vw, 180px);
	font-family: 'Slabo 27px', serif;
	color: #cfebfe;
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
	line-height: 1;
	z-index: -1;
}
.bg-txt-l{
	top: 8vw; /* h2ã®ä¸‹ã«é…ç½® */
	left: 10%;
}
.bg-txt-r{
	top: 8vw; /* h2ã®ä¸‹ã«é…ç½® */
	right: 10%;
}
.txt_box {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-around;
	margin: 5%;
	z-index: 2;
}
.business_block {
	width: 80%;
	background: #b6e1fe;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	gap: 5%;
	margin-top: 15%;
	margin-right: auto;
	margin-left: 0;
	padding: 30px;
}
.business_block.reverse{
	flex-direction: row;
	margin-right: 0;
	margin-left: auto;
}
.business_block .image {
	position: relative;
	top: -100px; /* ä¸Šã«ã¯ã¿å‡ºã™ */
	height: calc(100% + 100px); /* ã¯ã¿å‡ºã—ãŸåˆ†ã ã‘é«˜ã•ã‚’ä¼¸ã°ã™ */
	object-fit: cover;
}
.txt_block{
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	line-height: 2;
	margin: 0 3%;
}
.txt_block h3{
	font-size: 42px;
	color: #0859a9;
	margin: 5% 0;
	text-align: left;
}
.btn{
	position: relative;
	background: #0859a9;
	color: #fff !important;
	font-size: 20px;
	margin: 5% 0;
	display: inline-flex;
	justify-content: center;
	width: 20vw;
	padding: 20px;
	border-radius: 50px;
}
.btn::after {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.ceo-photo{
	max-width: 300px;
	margin: auto;
}
.morelink_block{
	position: relative;
	display: block;
	width: 45%;
}
.morelink_block p{
	position: absolute;
	color: #fff !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-family: Arial, sans-serif;
	text-align: center;
	white-space: nowrap;
	line-height: 1.7;
}
.morelink_block p span{
	position: relative;
	font-size: 36px;
	font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic, sans-serif;
	font-weight: bold;
}
.morelink_block p span::after {
	position: absolute;
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background-color: #fff;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
}

.morelink_block i{
	display: none;
}
/*==============================
	page-css
================================*/
.edit-template .bannar img{
	height: calc(50vw / 2);
	border-bottom-left-radius: 7.5vw;
}
.edit-template .bannartxt{
	left: 23%;
}
.bannarsubtxt {
    position: absolute;
    right: 10vw;
    top: 30%;
    color: #fff;
    text-align: left;
}
.edit-area,
.blog-list-area{
	width: 100%;
	background: #fff;
}
.edit-area > div:last-child,
.blog-list-area > div:last-child{
	padding-bottom: 3rem;
}
.edit-area > div:first-child,
.blog-list-area > div:first-child{
	padding-top: 1px;
}
.edit-area h3 {
	display: block;
	width: fit-content;
	min-width: 20vw;
	margin: 3% auto;
	padding: 2rem 4rem;
	border: 1px solid #0859a9;
	font-weight: bold;
	text-align: center;
}
.edit-area h4 {
	font-size: 24px;
	margin: 1% 0;
	font-weight: bold;
}
.edit-area h5::before {
  content: "■";
  color: #0859a9;
}
.edit-area a,
.edit-area a:visited{
	font-weight: bold;
	color: #0859a9 !important;
	text-decoration: underline;
}
.flowchart > div:first-child{
	background-color: #0859a9;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flowchart{
	border: 2px solid #0859a9;
	padding: 0 !important;
	display: flex;
	margin: 3rem 0;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.link_btn{
	display: inline-block;
	background: #313131;
	padding: 3rem 5rem !important;
	position: relative;
	width: fit-content;
	min-width: 30vw;
	text-align: left;
	color: #fff;
}
.link_btn::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid アイコンを使うため */
  content: "\f105"; /* fa-angle-right の Unicode */
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
}
a.link_btn,
a.link_btn:visited,
.link_btn,
.link_btn:visited,
.link_btn::after{
	color: #fff !important;
	text-decoration: none;
}
.aguri {
	padding: 10px 0;
}
.aguri p{
	padding: 0;
}
.aguri span,
.aguri br{
	margin-left: 1rem;
	margin-left: 16px;
}

.wp-block-gallery {
  gap: 0 !important; /* ブロック間のギャップを消す */
}
.wp-block-gallery .wp-block-image {
  margin: 0 !important; /* 画像の余白を消す */
}

/*==============================
	news(Wordpress)
================================*/
.blog-area{
	width: 80%;
	max-width: 1280px;
	margin: 5% auto;
	background: #efefef;
	display: flow-root;
}
.blog-txt{
	color: #0859a9;
}
.blog-txt h3{
	font-weight: normal;
}

.box-blog,
.blog-template{
	width: 90%;
	background: #fff;
	margin: 3% auto;
}
.box-blog{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem;
}
.blog-template{
	padding: 3rem 5rem;
}
.blog-detail{
	display: flex;
	gap: 3rem;
}
.blog-header{
	font-size: 24px;
	color: #0859a9;
	display: flex;
	flex-direction: column;
	margin-bottom: 3%;
	border-bottom: 1px solid #0859a9;
}
.blog-header h2{
	font-weight: bold;
	color: #000;
	text-align: left;
	font-size: 36px;
}
.blog-header h2::after{
	content: none;
}
.return{
	display: block;
	width: 100%;
	margin-top: 4rem;
	padding: 2rem;
	border: 2px solid #0859a9;
	color: #0859a9 !important;
	text-align: center;
	font-size: 2rem;
	text-decoration: none !important;
}
.prev-next-link {
	width: 80%;
	max-width: 1280px;
	margin: 5% auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.custom-prev-class a,
.custom-next-class a {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #0859a9;
}

.arrow-circle {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #0859a9; /* é’ã„èƒŒæ™¯ */
	color: #fff; /* ç™½ã„çŸ¢å° */
	margin: 0 1.5rem;
}

.arrow-circle i {
	font-size: 18px;
}
.wp-pagenavi {
	margin: 5% auto;
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #0859a9;
	background-color: #fff;
	border: 1px solid #0859a9;
	margin: 0 2px;
	border-radius: 50%;
	width: 36px;        /* 横幅固定 */
	height: 36px;       /* 縦幅固定 */
	line-height: 36px;  /* 数字を中央に揃える */
	display: inline-block; /* width/heightを反映させる */
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #0859a9;
	border-color: #0859a9;
}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #0859a9;
	border-color: #0859a9;
}

/*==============================
	contact form7
================================*/
.wp-block-contact-form-7-contact-form-selector{
	background: #efefef;
	border-bottom: 1px solid #efefef;
}
.wpcf7-form{
	width: 80%;
	margin: 5% auto 0;
	max-width: 1080px;
	padding: 3rem;
}
.wpcf7-form table th{
	vertical-align: top;
	padding: 1rem;
	text-align: right;
}
.contactform th{ line-height: 2;}
.wpcf7{ padding: 1px;}
input[type="submit"].wpcf7-submit,
input[type="reset"].resetbtn{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 2rem 0;
	width: 30%;
	margin: 0 auto;
	border: none;
}
input[type="submit"].wpcf7-submit{
	background: #0859a9 !important;
	color: #fff;
	margin: 1% auto 5%;
}
.asterisk{ margin: 0 0 0 0.2em; color: #f5637a;}
.wpcf7 span.wpcf7-not-valid-tip{ font-size: 80%;}
.wpcf7 p span{color :#ff0d0d;}
.wpcf7-list-item-label{color :#000 !important;}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
	width:100%;
	background-color: #fff;
	color: #000;
	border: 1px solid #ddd;
	font-size: 20px;
	padding: 5px;
	margin-bottom: 3%;
}
.wpcf7-form p{ padding: 10px 0;}
/* é€ä¿¡ãƒœã‚¿ãƒ³ */
input.sub-btn{
	width: 300px;
	height: 60px;
	background: #F90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
/* é€ä¿¡ãƒœã‚¿ãƒ³ãƒ›ãƒãƒ¼ */
input.sub-btn:hover{ background: #FFF;	color: #F90;}
input[type="password"]{
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

/*==============================
	googlemap
================================*/
.ggmap{
	margin: 1%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.ggmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.oneArea {
	background: linear-gradient(180deg, #eeeeee 50%, #eeeeee 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 500px;
}
.oneArea p {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 728px;
	height: 349px;
	background: #f9f9f9;
}
.container p {
	color: #26499d;
	font-weight: bold;
}
