/*
Theme Name: miwakai
Description:takano miwakai
Author: takano
Version: 1.0
*/
@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-size: 18px;
}

html{
	scroll-behavior: smooth;
}
.pc{display: block;}
.sp{display: none;}
.tablet{ display: none; }
.spc35 { width: 100%; height: 35px; }
.spc50 { width: 100%; height: 50px; }
.spc80 { width: 100%; height: 80px; }

h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	line-height: 180%;
}
p{
	line-height: 180%;
	margin: 0;
	padding: 0;
}
img{
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}
.clear{
	display: none;
}
.lf{
	text-align: left;
}
.rt{
	text-align: right;
}
.cen{
	text-align: center;
}
.btr{
	margin: 80px auto;
}
.bta{
	margin: 15px 0 0 60px;
}
.ci_tit{
	font-size: 1.6em;
	line-height: normal;
}
.shadow{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

/* タブ */
.content {
    display: none;
}
.content.show {
    display: block;
	border-left:1px solid #5d975d;
	border-right:1px solid #5d975d;
	border-bottom:1px solid #5d975d;
	padding:30px 18px 18px 18px;
	box-sizing: border-box;
}
.tab-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 20px 0 0 0;
	padding: 0;
	column-gap: 1.5%;
	border-bottom: 5px solid #5d975d;
	color: #888;
	font-size: 1.2em;
}
.tab{
	cursor: pointer;
	background-color: #eee;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding:30px 10px 25px 10px;
	border-radius: 10px 10px 0 0;
}
.active{
	background-color: #93ba93;
	color: #fff;
}


/* header */
.header {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	padding: 0 0 0 0;
	overflow:visible;
    position:fixed;
    top: 0;
	z-index:555;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	background-color:#fff;
	transition: .3s;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
h1{
	width: 25%;
	max-width: 360px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1 a{
	text-decoration: none;
}
h1 img{
	width: 100%;
	height: auto;
}
/* PCヘッダーメニュー */
.header .hdmenu{
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	transition: 0.4s;
	padding-right: 120px;
	box-sizing: border-box;
	margin: 0;
}
.header .hdmenu a:hover{
	transition: 0.4s;
	opacity: 0.5;
}
.header .hdmenu ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.header .hdmenu ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.header .hdmenu ul li a{
	text-decoration: none;
	padding: 2px 10px;
	border-right: 2px solid #ccc;
	color: #5f4b51;
}
.home{
	font-size: 1.2em;
}
.home a{
	text-decoration: none;
	padding: 0 10px;
	color: #5f4b51;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
}
	
/* メニューボタン */
.menu-btn {
    position: fixed;
    top: 18px;
    right: 15px;
    display: flex;
    height: 84px;
    width: 84px;
    justify-content: center;
    align-items: center;
    z-index: 200;
    background:rgba(0,0,0,0.7);
	padding-top: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-btn::before {
    content: "MENU";
    position: absolute;
    top: 15px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}
#menu-btn-check:checked + .menu-btn::before {
    content: "CLOSE";
}
.hd_tel{
	width:100%;
	display: flex;
	justify-content: flex-end;
	margin:0 0 10px 0;
}
.tel_bt{	
	box-sizing: border-box;
	color: #fff;
}
.tel_bt a{
	background: #52ba43;
	border:1px solid #52ba43;
	border-radius: 10px 0 0 10px;
	padding:5px 10px;
	text-decoration: none;
	color: #fff;
	display: block;
	box-sizing: border-box;
	font-weight: bold;
}
.uke{
	border:1px solid #52ba43;
	font-size: 0.8em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 10px 10px 0;
	padding: 0 10px 0 0;
	color: #333;
}

.hdresv_bt{
	box-sizing: border-box;
	text-align: center;
	font-size: 1.2em;
	line-height: 38px;
	font-weight: bold;
	color: #fff;
}
.hdresv_bt a{
	background: #d0b97f;
	border-radius: 10px;
	padding:0 15px;
	text-decoration: none;
	color: #fff;
	display: block;
}
.hdresv_bt a::before{
	font-family: "Font Awesome 6 Free";
	content: "\f073";
	font-weight: 900;
	margin-right: 5px;
}
/* メニュー展開 */
.m_bace{
	max-width: 500px;
	margin: 0 auto;
    padding: 50px 0 0 0;
	box-sizing: border-box;
}
.m_bace ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: solid 2px #5f4b51;
}
.m_bace ul li {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: dotted 1px #5f4b51;
}
.m_bace ul li a {
    display: block;
    width: 100%;
    font-size: 1.0em;
    box-sizing: border-box;
    color:#5f4b51;
    text-decoration: none;
    padding: 8px 2em 8px 5px;
    position: relative;
	font-weight: bold;
}
.m_bace li a::after{
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f061";
	color: #999;
    position: absolute;
    right: 8px;
    top: 50%;
	transform: translateY(-50%);
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 150;
    background:rgba(255,255,255,0.9);
    transition: all 0.4s;/*アニメーション設定*/
	backdrop-filter: blur(10px);
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.menu_tel{
	box-sizing: border-box;
	color: #fff;
	width: 150px;
	margin: 20px 0 0 0;
}
.menu_tel a{
	background: #52ba43;
	border:1px solid #52ba43;
	border-radius: 10px;
	padding:5px 10px;
	text-decoration: none;
	color: #fff;
	display: block;
	box-sizing: border-box;
	font-weight: bold;
	transition: 0.4s;
}
.menu_tel a:hover{
	opacity: 0.5;
	transition: 0.4s;
}

/* slide */
.swiper-container {
}
.swiper-slide {
}
.swiper-slide img {
}

#scl01,#scl02,#scl03,#scl04,#more01,#more02{
scroll-margin-top: 130px;
}
a#scl05{
scroll-margin-top: 0px;
}


/* パンくずリスト */
.bclist{
	display: block;
	background-color: #52ba43;
	padding: 10px;
	text-align: right;
	color: #fff;
}
.bclist a{
	text-decoration: none;
	color: #fff;
}

/* page */
.conbace_top{
	margin: 0 0 0 0;
	padding:80px 0 0 0;
}
.conbace_page{
	margin: 120px 0 0 0;
	padding:0 0 0 0;
}
.pagebace{
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.pagetit{
	width: 100%;
	padding: 80px 10px 40px 10px;
	box-sizing: border-box;
	background-image: url("images/bg01.jpg"); 
}

/* page用カスタム */
.pagebace ul{
	margin: 5px 0 5px 15px;
	padding: 0 0 0 30px;
}
.pagebace ul li{
	padding: 0;
	margin: 0;
	line-height: 180%;
}
.pagebace ol{
	margin: 5px 0 5px 15px;
	padding: 0 0 0 25px;
}
.pagebace ol li{
	padding: 0 0 0 5px;
	margin: 0;
	line-height: 180%;
}
h2.pgh2{
	background-image: url("images/h2img02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 40px 0 0 50px;
	margin: 15px;
}
h3.pgh3{
	color: #333;
	font-size: 1.8em;
	padding: 5px 10px 5px 10px;
	margin-bottom: 30px;
	position: relative;
}
h3.pgh3::after{
	content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #777;
}
h3.pgh3::after{
  bottom: 0;
  box-shadow:0 7px 0 #777;
}
.pagebace p{
	color: #333;
	padding: 0 10px;
}

h4.pgh4{
	background-image: url("images/h2img02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 50px 0 0 50px;
	margin: 15px;
	font-size: 2.0em;
	line-height: 120%;
	color: #333;
}
h4.pgh4b{
	flex: 1;
	background-image: url("images/h2img02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px 0 0 50px;
	margin: 15px;
	font-size: 2.0em;
	line-height: 130%;
	color: #333;
}
h4.pgh4b span{
	display: inline-block;
}
.sub{
	font-size: 0.6em;
}

/* table */
.tbl_box {
	border-spacing:0;
	border-collapse:collapse;
	border-top: solid 1px #333;
	width: 100%;
	margin: 25px 0;
}
.tbl_box th {
	padding:15px;
	background-color: #efefef;
	border-bottom: solid 1px #333;
	color: #333;
	vertical-align: top;
	box-sizing: border-box;
}
.tbl_box td {
	color: #333;
	padding:15px;
	border-bottom: solid 1px #333;
	vertical-align: top;
	line-height: 180%;
}
.tbl_box p{
	padding: 0;
}
/* table2 */
.tbl_box2 {
	border-spacing:0;
	border-collapse:collapse;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	width: 100%;
	margin:0 0 25px 0;
}
.tbl_box2 th {
	padding:18px 15px;
	background-color: #efefef;
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	color: #333;
	text-align:left; 
	vertical-align: top;
	box-sizing: border-box;
}
.tbl_box2 td {
	color: #333;
	padding:15px;
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	vertical-align: top;
}
.tbl_box2 p{
	padding: 0;
}

.thw01{
	width: 150px;
}
.thw02{
	width: 180px;
}
.thw03{
	width: 200px;
}


/* アコーディオン */
.toggle {
display: none;
}
.option {
position: relative;
}
.ac_title,
.ac_content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.ac_title {
	padding:20px 18px 20px 75px;
	font-size: 1.2em;
	line-height: 180%;
	margin: 20px 0 0 0;
	display: block;
	cursor: pointer;
	background-color: #93ba93;
	color: #fff;
	border-radius: 20px;
}
.ac_title .twp{
	display: flex;
	align-items: flex-start;
	column-gap: 10px;
	color: #fff;
}
.ac_title::before {
 content:"";
position: absolute;
left: 20px;
top: 50%;
transition: all 0.3s;
font-weight: bold;
width: 41px;
  height: 41px;
  background: url("images/faq.png") no-repeat center / contain;
transform: translateY(-50%);
}
.ac_content {
margin-top: 10px;
max-height: 0;
overflow: hidden;
}
.toggle:checked + .ac_title + .ac_content {
max-height: 3000px;
transition: all 1.5s;
}
.toggle:checked + .ac_title::before {
transform: rotate(180deg);
transform: translateY(-50%) rotateZ(90deg);
}
.ans_tx{
	background-color: #f9f7ed;
	padding: 25px;
	border: 1px solid #dbd3bd;
	border-radius: 20px;
	display: flex;
	align-items: flex-start;
	column-gap: 10px;
	color: #333;
}
.qa-num {
  white-space: nowrap;
  line-height: 180%;
}
.qa-text {
  flex: 1;
}
.qa-text p{
  line-height: 180%;
	margin: 0;
	padding: 0;
}
.qa-text h4{
	margin: 10px 0 0 0;
	padding: 0;
}
.qa-text ul{
	margin: 0 0 0 40px;
	padding: 0;
	line-height: 150%;
}
.qa_link{
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 15px;
	position: relative;
	color: #333;
}
.qa_link a{
	display: block;
	font-weight: bold;
	padding: 15px 15px 15px 45px;
	text-decoration: none;
	color: #333;
	border-radius: 10px;
	border:1px solid #ccc;
	box-sizing: border-box;
	transition: 0.4s;
}
.qa_link a::before{
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	content: "\f1c1";
	color: #aaa;
	position: absolute;
	left: 15px;
	top: 52%;
	transform: translateY(-52%);
	font-size: 1.2em;
}
.qa_link a:hover{
	opacity: 0.5;
	transition: 0.4s;
}

/* TOPページ */
.fp_header {
	background-image: url("images/bg01.jpg");
	box-sizing: border-box;
	padding:0;
}
.fp_hdbox{
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding:0 1.5% 0 0;
}
ul.fp_hd{
	display: flex;
	justify-content: flex-start;
	background-color: #52ba43;
	margin: 0 0 20px 0;
	padding:13px 25px;
	border-radius: 0 0 15px 15px;
	font-size: 0.9em;
}
ul.fp_hd li{
	list-style: none;
	color: #fff;
	padding: 0 15px;
	margin-right: -1px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
ul.fp_hd li a{
	text-decoration: none;
	color: #fff;
	transition: 0.4s;
}
ul.fp_hd li a:hover{
	opacity: 0.5;
	transition: 0.4s;
}
.fr_main{
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap:nowrap;
	margin: 0;
	padding: 0;
	column-gap: 4.5%;
}
.fr_main .title{
	width: 30%;
	margin: 0 0 0 0;
	padding:0;
	box-sizing: border-box;
	order: 1;
}
.fr_main .title h1{
	width: 70%;
	max-width: 389px;
	padding: 0;
	margin:0 0 25px 0;
}
.fr_main .title h2{
	font-size: 1.8vw;
		color: #52ba43;
}
.fr_access{
	background-color: #fff;
	padding:25px 30px 25px 33px;
	box-sizing: border-box;
	border-radius:20px 40px 20px 40px;
	margin-top: 20px;
}
.fr_tel{
	color: #14398c;
	font-weight: bold;
	font-size: 2.2vw;
	line-height: 120%;
	text-decoration: none;
}
.fr_add{
	margin-top: 8px;
}
.fr_add p{
	color: #333;
	line-height: 150%;
	font-size: 1.4vw;
}
.fr_main .slide{
	width: 58%;
	margin: 0 0 0 0;
	padding:2% 2% 2.5% 0;
	box-sizing: border-box;
	position: relative;
	order: 2;
}
.fr_main .slide img{
	width: 100%;
	max-width: 1040px;
	height: auto;
	border-radius: 20px 40px 20px 40px;
}
.mascot{
	width: 30%;
	position: absolute;
	bottom: 0; 
	right: 0;
	z-index: 100;
}
.mascot img{
	width: 100%;
	max-width: 330px;
	height: auto;
}
ul.fp_menu{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	column-gap: 1.5%;
	margin: 45px 0 0 0;
	padding: 0 1.5%;
	box-sizing: border-box;
}
ul.fp_menu li{
	width: 16%;
	display: flex;
	align-items: center;
	max-width: 290px;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-radius: 20px 35px 0 0 ;
	
}
ul.fp_menu li a{
	padding: 20px 10% 30px 10%;
	display: block;
	border-radius: 20px 35px 0 0 ;
	transition: 0.4s;
	position: relative;
}
ul.fp_menu li a::after{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f35d";
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #ccc;
}
ul.fp_menu li a:hover{
	opacity: 0.3;
	transition: 0.4s;
}
ul.fp_menu li img{
	width: 100%;
	height: auto;
}
.fp_service {
	background-image: url("images/bg01.jpg");
	padding:70px 0 80px 0;
	box-sizing: border-box;
}
.fp_ctit{
	text-align: center;
	margin-bottom: 30px;
}

.fp_ctit h3{
	color: #333;
	font-size: 2.5em;
	margin: 0;
	padding: 35px 50px 0 50px;
	background-image: url("images/h2img01.png");
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 130%;
	position: relative;
	display: inline-block;
}

p.eng{
	font-size: 1.2em;
	font-weight: bold;
	color: #52ba43;
}

.fp_service ul{
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 4%;
	grid-row-gap: 45px;
	box-sizing: border-box;
}
.fp_service ul li{
	list-style: none;
	width: 30%;
	text-align: center;
	box-sizing: border-box;
	transition: 0.4s;
}
.fp_service ul li img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.fp_service ul li a{
	text-decoration: none;
	color: #333;
}
.fp_service ul li:hover{
	opacity: 0.5;
	transition: 0.4s;
}
.fp_service p{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 150%;
}
.fp_catch{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 80px 3em 80px 3em; 
	column-gap: 1em;
}
.fp_about{
	flex: 1;
	padding:0;
	box-sizing: border-box;
}
.fp_about h2{
	background-image: url("images/h2img02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 40px 0 0 50px;
	margin: 15px;
	line-height: 140%;
	color: #14398c;
}
.fp_about h2 span{
	display: inline-block;
}
.fp_about p{
	padding: 0 0 0 60px;
	box-sizing: border-box;
}
.fp_imgbox{
	width: 45%;
	max-width: 700px;
}
.fp_imgbox img{
	width: 100%;
	height: auto;
}

/* LINK */
ul.link{
	margin: 0 15px 50px 15px;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap:2%;
	grid-row-gap: 20px;
}
ul.link li{
	list-style: none;
	width: 32%;
	box-sizing: border-box;
	border: 2px solid #ccc;
	line-height: 140%;
	display: flex;
	align-items: center;
	border-radius: 10px;
	position: relative;
}
ul.link li a{
	width: 100%;
	padding: 18px 10px 18px 38px;
	display: block;
	text-decoration: none;
	color: #333;
	border-radius: 10px;
	box-sizing: border-box;
	transition: 0.4s;
}
ul.link li a::before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f08e";
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
}
ul.link li:hover{
	transition: 0.4s;
	opacity: 0.5;
}
/* PDF */
ul.pdf{
	margin: 15px;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap:1%;
	grid-row-gap: 15px;
}
ul.pdf li{
	list-style: none;
	box-sizing: border-box;
	border: 2px solid #ccc;
	line-height: 140%;
	display: flex;
	align-items: center;
	border-radius: 10px;
	position: relative;
}
ul.pdf li a{
	width: 100%;
	font-weight: bold;
	padding: 18px 15px 18px 45px;
	display: block;
	text-decoration: none;
	color: #333;
	border-radius: 10px;
	box-sizing: border-box;
	transition: 0.4s;
}
ul.pdf li a::before{
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	content: "\f1c1";
	color: #aaa;
	position: absolute;
	left: 13px;
	top: 52%;
	transform: translateY(-52%);
	font-size: 1.4em;
}
ul.pdf li:hover{
	transition: 0.4s;
	opacity: 0.5;
}
.dl4c{
	width: 24%;
}
.dl3c{
	width: 32%;
}
.s_pdf{
	box-sizing: border-box;
	border: 2px solid #ccc;
	line-height: 140%;
	border-radius: 10px;
	margin-top: 10px;
	display: inline-block;
}
.s_pdf a{
	font-weight: bold;
	padding: 12px 30px 12px 15px;
	display: block;
	text-decoration: none;
	color: #333;
	border-radius: 10px;
	box-sizing: border-box;
	transition: 0.4s;
}
.s_pdf a::before{
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	content: "\f1c1";
	color: #aaa;
	left: 10px;
	top: 52%;
	transform: translateY(-52%);
	font-size: 1.4em;
	margin-right: 5px;
}
.s_pdf a:hover{
	transition: 0.4s;
	opacity: 0.5;
}


/* SERVICE */
.service{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 30px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.service .sv_img{
	width: 50%;
	max-width: 665px;
	padding: 0 15px;
	box-sizing: border-box;
}
.service .sv_img img{
	width: 100%;
	height: auto;
}
.service .sv_img2{
	width: 50%;
	max-width: 440px;
}
.service .sv_img2 img{
	width: 100%;
	height: auto;
}
.service .sv_txt{
	flex: 1;
}
.service .sv_txt h3{
	font-size: 1.8em;
	margin-bottom: 15px;
}
.service .sv_txt h3 span{
	display: inline-block;
}
.service .sv_txt p{
	padding: 0;
	margin: 0;
}

ul.flow{
	margin: 0;
	padding: 0;
}
ul.flow li{
	list-style: none;
	margin: 0;
}
ul.flow li.flbg{
	background-image: url("images/flow_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 50px;
}
.fl_txt{
	background-color: #f9f7ed;
	width: 100%;
	border-radius: 20px;
	padding: 13px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 15px;
}
.fl_txt span{
	padding:7px 10px;
	border-radius: 15px;
	text-align: center;
}
.fw1{
	background-color: #e04484;
	color: #fff;
	width: 80px;
}
.fw2{
	background-color: #d3c011;
	color: #fff;
	width: 80px;
}
.fw3{
	background-color: #c67b17;
	color: #fff;
	width: 80px;
}
.fw4{
	background-color: #e04484;
	color: #fff;
	width: 145px;
}
.fw_tit{
	padding:0 15px;
}
.fl_txbox2{
	width: 100%;
	margin: 10px 0 0 0;
	padding:10px 15px;
	box-sizing: border-box;
	background-color:#fff;
	border-radius: 15px;
	color: #333333;
}

/* 法人概要 */
.name{
	font-size: 1.2em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin:30px 10px 0 0; 
	text-align: right;
}
.aisatsu{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 30px;
	margin: 0;
	padding: 0;
}
.aisatsu_img{
	width: 30%;
	max-width: 262px;
}
.aisatsu_img img{
	width: 100%;
	height: auto;
}
.aisatsu_txt{
	flex: 1;
	margin: 0;
	padding: 0;
}
.aisatsu_txt p{
	text-indent: 1.0em;
	padding: 0;
	margin: 0;
}

.soshiki{
	width: 100%;
	box-sizing: border-box; 
	margin:0;
	padding: 25px 15px;
	vertical-align: bottom;
	text-align: center;
}
.soshiki img{
	width: 100%;
	height: auto;
}
.access{
	margin:25px 0;
	padding: 15px;
	background-image:url("images/bg01.jpg");
	box-sizing: border-box;
}

.rinen{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	flex-wrap: wrap;
	column-gap: 15px;
	margin: 0;
	padding: 0;
}
ul.rinen_txt{
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	grid-row-gap: 15px;
	padding-top: 60px;
	margin: 0;
}
ul.rinen_txt li{
	list-style: none;
	width: 100%;
	box-sizing: border-box;
	background-color: #52ba43;
	color: #fff;
	padding: 20px 20px 20px 3.5em;
	text-indent: -2.0em;
	border-radius: 50px;
}
.catch{
	width: 35%;
	max-width: 400px;
	padding: 30px 0;
	box-sizing: border-box;
}
.catch img{
	width: 100%;
	height: auto;
}
.sengen-upper {
	background: #93ba93;
	background-image: url("images/sengen_bg.png");
	background-repeat: no-repeat;
	background-position:20px 50%;
	padding: 25px 25px 25px 125px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-bottom: -32px;
	position: relative;
	z-index: 2;
	width: 90%;
	margin-right: auto;
	color: #fff;
	font-size: 1.1em;
	line-height: 180%;
}
.sengen-lower {
	width: 90%;
	background-image: url("images/bg01.jpg");
	padding: 50px 25px 25px 25px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-left: auto;
	color: #333;
}

/* 採用情報 */
.rc_img{
	max-width: 1200px;
}
.rc_img img{
	border-radius: 50px;
	width: 100%;
	height: auto;
}

/* news */
ul.newsbox{
	width: 100%;
	padding:7px 0 0 0;
	margin: 80px 0 0 0;
	box-sizing: border-box;
	position: relative;
}
ul.newsbox::before{
	content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #777;
}
ul.newsbox::before {
  top: 0;
  box-shadow: 0 7px 0 #777;
}
ul.newsbox li{
	margin: 0 0;
	padding:25px 15px;
	list-style: none;
	list-style-position:inside;
	border-bottom: 3px dotted #777;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.2em;
	column-gap: 15px;
	background-color: #f6f7ed;
}
ul.newsbox li .date{
	font-weight: 700;
	color: #333333;
}
ul.newsbox li .tit{
	flex: 1;
	color: #333;
	font-size: 0.8em;
}
ul.newsbox li .tit a{
	text-decoration: none;
	color: #333;
}
.cat{
	width: 150px;
	font-size: 0.8em;
}
.cat a{
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
}
.cat01{
	background-color: #93ba93;
	border-radius: 30px;
}
.cat02{
	background-color: #eabb36;
	border-radius: 30px;
}
.cat03{
	background-color: #1d55b7;
	border-radius: 30px;
}
ul.catbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 1%;
	margin: 40px 0 100px 0;
	padding: 0;
}
ul.catbt li{
	list-style: none;
	width: 32%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: 0.4s;
}
ul.catbt li:hover{
	opacity: 0.5;
	transition: 0.4s;
}
ul.catbt li a{
	display: block;
	padding: 13px 10px 13px 70px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.btbox01{
	position: relative;
	border: 4px solid #93ba93;
	border-radius: 20px;
	font-size: 1.2em;
}
.btbox01::before{ 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00b";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	background-color: #93ba93;
	padding:15px 15px;
	border-radius: 15px 0 0 15px;
	font-size: 1.4em;
}
.btbox02{
	position: relative;
	border: 4px solid #eabb36;
	border-radius: 20px;
	font-size: 1.2em;
}
.btbox02::before{ 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00b";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	background-color: #eabb36;
	padding:15px 15px;
	border-radius: 15px 0 0 15px;
	font-size: 1.4em;
}
.btbox03{
	position: relative;
	border: 4px solid #1d55b7;
	border-radius: 20px;
	font-size: 1.2em;
}
.btbox03::before{ 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00b";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	background-color: #1d55b7;
	padding:15px 15px;
	border-radius: 15px 0 0 15px;
	font-size: 1.4em;
}

/* gallery */
ul.gallery{
	margin: 15px 0;
	padding: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 2.8%;
	grid-row-gap: 25px;
	box-sizing: border-box;
}
ul.gallery li{
	list-style: none;
	width: 22.9%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	transition: 0.4s;
	text-align: center;
}
ul.gallery li img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
ul.gallery li:hover{
	opacity: 0.5;
	transition: 0.4s;
}
/* gallery2 */
ul.gallery2{
	margin: 0;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 8%;
	grid-row-gap: 25px;
	box-sizing: border-box;
}
ul.gallery2 li{
	list-style: none;
	width: 32%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	transition: 0.4s;
	text-align: center;
}
ul.gallery2 li img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
ul.gallery2 li:hover{
	opacity: 0.5;
	transition: 0.4s;
}
/* gallery3 */
ul.gallery3{
	margin: 0;
	padding:0 15px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 5%;
	grid-row-gap: 25px;
	box-sizing: border-box;
}
ul.gallery3 li{
	list-style: none;
	width: 38%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	transition: 0.4s;
	text-align: center;
}
ul.gallery3 li img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
ul.gallery3 li:hover{
	opacity: 0.5;
	transition: 0.4s;
}

/* 各サービスお問合せ */
.contact{
	border: 3px solid #ccc;
	border-radius: 30px;
	padding: 15px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 2%;
}
.contact h4{
	background-color: #52ba43;
	color: #fff;
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	font-size: 1.2em;
}
.ctxt{
	flex: 1;
	padding: 10px 0;
}
.ctxt h5{
	font-size: 1.2em;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 140%;
}
.ctxt ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 20px;
	margin: 0;
	padding: 0;
}
.ctxt ul li{
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #14398c;
}
.ctxt p{
	line-height: 150%;
	padding: 0 0 0 1.3em;
	text-indent: -1.3em;
}

/* 戻るボタン */
.rt_link{
	width: 250px;
}
.rt_link a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	line-height: 65px;
	padding:0 40px;
	display: block;
	border-radius: 15px;
	transition: all 0.8s;
	border: 1px solid #333;
	position: relative;
}
.rt_link a::before{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f08e";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.rt_link a::after{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f061";
	position: absolute;
	right: 10px;
	color: #999;
	top: 50%;
	transform: translateY(-50%);
}
.rt_link a:hover{
	opacity: 0.3;
}


/* single */
.single_info{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 50px 0 0 0;
}
.single_info .s_date{
	margin: 0 15px 0 0;
}
.single_wrapper{
	width: 100%;
	min-height: 300px;
	padding: 0 10px;
	box-sizing: border-box;
	transition: 0.4s;
}
.single_wrapper p{
	padding: 0;
	margin: 0;
}
.single_wrapper a:hover{
	opacity: 0.5;
	transition: 0.4s;
}


h2.cat_name{
	color: #333;
	font-size: 2.5em;
	margin: 0;
	padding: 45px 0 0 50px;
	background-image: url("images/h2img01.png");
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 130%;
}
.cat_eng{
	color: #52ba43;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 150%;
	margin: 0;
	padding: 0 0 0 50px;
	text-transform: uppercase;
}

/* pagenation */
.pagination{
   margin:40px 0 0 0;
}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right:10px;
   padding:8px 13px;
   color:#333;
   border-radius:5px;
   background:#fff;
	border: 1px solid #ccc;
}
.pagination .current{
   padding:8px 13px;
   background:#ccc;
   color:#fff;
	border: 1px solid #ccc;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#333;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}
.pagination a{
	text-decoration: none;
}


/* flexbox */
.flb{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.flb li{
	list-style: none;
	padding: 0;
}
.fstart{
	justify-content: flex-start;
}
.fcenter{
	justify-content: center;
}
.fbetween{
	justify-content:space-between;
}
.alc{
	align-items: center;
}

/* fade animation */
.box{
	opacity: 0;
}
.fade {
  opacity: 0;
  animation: fadeIn 0.2s forwards;
}
.fade-up   { transform: translateY(30px); }
.fade-down { transform: translateY(-30px); }
.fade-left { transform: translateX(30px); }
.fade-right{ transform: translateX(-30px); }

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.delay-time02{
animation-delay: 0.4s;
}

.delay-time04{
animation-delay: 0.8s;
}
.delay-time06{
animation-delay: 1.6s;
}

/* footer */
footer{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	column-gap: 20px;
}
footer .ftbox01{
	background-color: #1d55b7;
	width: 30%;
	max-width: 580px;
	border-radius: 0 30px 0 0;
	padding: 65px 30px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
}
footer .ftbox01 h5{
	max-width: 430px;
	text-align: center;
	margin: 0 auto 20px auto;
}
footer .ftbox01 h5 img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.ft_address{
	max-width: 430px;
	border:2px solid #fff;
	border-radius: 20px;
	margin: 0 auto;
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}
.ft_map{
	background-color: #fff;
	color: #1d55b7;
	display: inline-block;
	padding: 0;
	margin: 8px 0;
	line-height: 200%;
	border-radius: 30px;
}
.ft_map:hover{
	opacity: 0.5;
	transition: 0.4s;
}
.ft_map a{
	padding: 0 40px;
	display: block;
	transition: 0.4s;
	text-decoration: none;
	color: #1d55b7;
	font-weight: bold;
}

footer .ftbox02{
	background-color: #52ba43;
	flex:1;
	border-radius:30px 0 0 0;
	padding:55px 40px 20px 40px;
	box-sizing: border-box;
	color: #fff;
}
.ft_sitemap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}
.smlink{
	align-items: flex-start;
	width: 24%;
	margin: 0;
	box-sizing: border-box;
	position: relative;
	padding:1.0em 0.3em;
}
.smlink::before,
.smlink::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
}
.smlink::before {
  top: 0;
  box-shadow: 0 7px 0 #fff;
}
.smlink::after {
  bottom: 0;
  box-shadow: 0 -7px 0 #fff;
}

.smlink ul{
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
.smlink ul li {
	position: relative;
	padding:0.5em 0 0.5em 1.0em;
	margin: 0;
	line-height: 120%;
}
.smlink ul li a{
	text-decoration: none;
	color: #fff;
}
.smlink ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.bannerbox{
	width: 24%;
	max-width: 250px;
	margin: 0;
	padding: 0;
}
.bannerbox img{
	width: 100%;
	height: auto;
	border: 1px solid #fff;
	box-sizing: border-box;
	vertical-align: bottom;
	margin-bottom: 15px;
}

.copyright{
	width: 100%;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 0.8em;
}


/* fade */
.view{
opacity : 0;
transform : translate(0, 70px);
transition : all 500ms;
}
.view.scrollin{
opacity : 1;
transform : translate(0, 0);
}

/* contactform7 */
.wpcf7
{
    background-color: #efefef;
	border-radius: 10px;
 	padding: 2%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
	border: 1px solid #ccc;
    color: #000;
    width: 99%;
	line-height: 180%;
	font-size: 1.2em;
	padding: 3px;
	margin: 10px 0;
}

.wpcf7 input[type="submit"]{
	background-color: #5A89DC;
	border: none;line-height: 250%;
	font-size: 1.2em;
	margin: 10px 0;
	padding: 0 25px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}

/** pagetop **/
#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
	transition: 0.4s;
	z-index: 9999;
}
#page_top .icon {
  font-size: 2.4em;
  line-height: 1;
	margin-top: -10px;
}
#page_top .text {
  line-height: 1;
	margin-top: -10px;
}
/* ホバー時 */
#page_top:hover {
	opacity: 0.5;
	transition: 0.4s;
}

/** タブレット **/
@media screen and (max-width: 1024px) {
.tablet{
	display: block;
}
a#scl05{
scroll-margin-top: 110px;
}
/* メニューボタン */
.menu-btn {
    top: 18px;
    right: 10px;
    height: 74px;
    width: 74px;
}
.menu-btn::before {
    top: 10px;
}
/* メニュー展開 */
.m_bace{
	max-width: 300px;
}
	
/* header */
.header{
	height: 110px;
}
/* PCヘッダーメニュー */
.header .hdmenu{
	padding-right: 95px;
}
.header .hdmenu ul{
	font-size: 0.85em;
}
/* TOPページ */
.fp_header {
	padding:0 0 20px 0;
}
ul.fp_menu{
	display: none;
}
.home{
	font-size: 0.9em;
}
.home a{
	text-decoration: none;
	padding: 0 10px;
	color: #5f4b51;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
}
.fr_main {
	padding: 30px 15px;
}
.fr_main .title{
	width: 40%;
}
.fr_main .title h1{
	display: none;
}
.fr_main .title h2{
	font-size: 2.5vw;
}
.fr_tel{
	font-size: 3.0vw;
}
.fr_add p{
	line-height: 150%;
	font-size: 1.8vw;
}
.fr_main .slide{
	width: 48%;
}
.fp_hdbox{
	display: none;
}
.fr_main{
	margin: 110px 0 0 0;
	padding: 35px 0 20px 0;
}
/* page */
.conbace_page{
	margin: 110px 0 0 0;
}
/* TOPページ */
.fp_service ul{
	column-gap: 5%;
}
.fp_service ul li{
	width: 40%;
}
	
h2.cat_name{
	font-size: 2.0em;
}
	
/* PDF */
ul.pdf li{
	width: 49%;
}
/* LINK */
ul.link li{
	width: 49%;
}
.sengen-upper {
	width: 95%;
}
.sengen-lower {
	width: 95%;
}
	
/* gallery */
ul.gallery{
	column-gap: 3.5%;
}
ul.gallery li{
	width: 31%;
}
	
/* footer */
footer{
	justify-content: center;
}
footer .ftbox01{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-radius: 0 0 0 0;
	padding: 35px;
}
footer .ftbox02{
	flex:1 100%;
	border-radius:0px 0 0 0;
	padding: 25px;
}
}

/** モバイル **/
@media screen and (max-width: 768px) {
/* header */
h1{
	line-height: 0;
	width: 40%;
}
h3.pgh3{
	font-size: 1.2em;
	padding: 5px 15px 5px 15px;
	margin-bottom: 20px;
	line-height: 150%;
}
.hd_tel{
	margin:0 0 0 0;
}
.tel_bt{
	font-size: 1.4em;
	margin-right: 10px;
}
.tel_bt span{
	display: none;
}
.tel_bt a{
	border-radius: 50px;
	padding:8px 14px;
	text-decoration: none;
}
.tab-container{
	font-size: 0.9em;
}
.tab{
	padding:15px 0px 10px 0px;
}
	
.home{
		display: none;
}	
.menu-content ul li {
	width: 100%;
}
.menu{
	display: none;
}
.uke{
	display: none;
}

.spacer { width: 100%; }	
.pc{display: none;}
.sp{display: block;}
.conbace_page{
	margin: 110px 0 0 0;
}
.scroll{
	display: none;
}
/* news */
.pagebace ul.newsbox li .tit{
	flex: 1 100%;
}
		
/* パンくずリスト */
.bclist{
	display: none;
}
/* table */
.tbl_box th {
	font-size: 1.0em;
	box-sizing: border-box;
}
.tbl_box td {
	font-size: 1.0em;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
/* table2 */
.tbl_box2 th {
	font-size: 1.0em;
	box-sizing: border-box;
}
.tbl_box2 td {
	font-size: 1.0em;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.thw01{
	width: 100%;
	display: block;
}
.thw02{
	width: 100%;
	display: block;
}
.thw03{
	width: 100%;
	display: block;
}
	
/** pagetop **/
#page_top {
  right: 10px;
  bottom: 90px;
  width: 55px;
  height: 55px;
}
#page_top .icon {
  font-size: 1.8em;
	margin-top: -5px;
}
#page_top .text {
	font-size: 0.8em;
	margin-top: -8px;
}
	
/* TOPページ */
.fp_imgbox{
	width: 100%;
	text-align: center;
}
.fp_imgbox img{
	max-width: 500px;
}
ul.catbt{
	justify-content: center;
	grid-row-gap: 15px;
}
ul.catbt li{
	width: 100%;
}
.fp_service ul li{
	width: 100%;
}
.fp_service ul li img{
	max-width: 280px;
}
.fr_main{
	flex-wrap:wrap;
	padding: 50px 0;
}
.fr_main .title{
	width: 96%;
	margin: 0 auto;
	padding:0 15px;
	order: 2;
}
.fr_main .title h2{
	font-size: 5.0vw;
	line-height: 150%;
	text-align: center;
}
.fr_access{
	width: 100%;
	padding:15px 20px 15px 25px;
	border-radius:15px 30px 15px 30px;
}
.fr_tel{
	font-size: 5.0vw;
}
.fr_add p{
	font-size: 4.0vw;
}
	
.fr_main .slide{
	padding:0 3% 3.5% 4.5%;
	flex:1 95%;
	order: 1;
}
.fp_about{
	flex: 1 100%;
}
.fp_about h2{
	background-image: url("images/h2img02sp.png");
	padding: 20px 0 0 25px;
}
.fp_about p{
	padding: 0 0 0 40px;
}	
	
/* SERVICE */
.service{
	justify-content: center;
}
.service .sv_img{
	width: 100%;
	margin-bottom: 15px;
}
.service .sv_img2{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.service .sv_txt{
	flex: 1 100%;
}
.service .sv_txt h3{
	font-size: 1.4em;
}
/* 法人概要 */
.name{
	font-size: 1.0em;
}
.aisatsu{
	justify-content: center;
}
.aisatsu_img{
	width: 100%;
	max-width: 200px;
	margin-top: 15px;
}
.aisatsu_txt{
	flex: 1 100%;
	margin: 15px 0 0 0;
	padding: 0;
}
.rinen{
	justify-content: center;
}
ul.rinen_txt{
	flex: 1 100%;
	padding-top: 15px;
	margin: 0;
}
ul.rinen_txt li{
	padding: 15px 15px 15px 3.5em;
	border-radius: 30px;
}
h4.pgh4b{
	flex: 1 100%;
}
.catch{
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.soshiki{
	max-width: 450px;
	margin:0 auto;
}
	
.pagetit{
	padding: 60px 5px 25px 5px;
}
h2.cat_name{
	font-size: 1.4em;
	padding: 20px 0 0 25px;
	background-image: url("images/h2img01sp.png");
	white-space: pre-wrap;
	word-break: keep-all;
}
.cat_eng{
	font-size: 0.9em;
	padding: 0 0 0 25px;
	text-transform: uppercase;
}
h4.pgh4{
	background-image: url("images/h2img02sp.png");
	padding: 22px 0 0 28px;
	font-size: 1.6em;
	line-height: 130%;
}
h4.pgh4b{
	background-image: url("images/h2img02sp.png");
	padding: 22px 0 0 28px;
	font-size: 1.6em;
}
.fp_ctit h3{
	font-size: 2.0em;
	padding: 18px 25px 0 25px;
	background-image: url("images/h2img01sp.png");
}
	
/* PDF */
ul.pdf li{
	width: 100%;
}
	
/* 採用情報 */
.rc_img img{
	border-radius: 25px;
}
	
/* LINK */
ul.link li{
	width: 100%;
}
	
/* gallery */
ul.gallery{
	column-gap: 5%;
}
ul.gallery li{
	width: 47.5%;
	font-size: 0.8em;
}
/* gallery2 */
ul.gallery2{
	column-gap: 5%;
}
ul.gallery2 li{
	width: 47.5%;
	font-size: 0.8em;
}
	
/* 各サービスお問合せ */
.contact h4{
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
/* footer */	
.smlink{
	display: none;
}
.bannerbox{
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
.copyright{
	text-align: center;
}

}

/** モバイル小 **/
@media screen and (max-width: 480px) {
/* メニュー展開 */
.m_bace{
    padding: 40px 60px 0 0;
	max-width: auto;
}
.m_bace ul li a {
    font-size: 0.8em;
}
}