@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
	overflow: auto;
}
.hamopen {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}
/*background*/
body::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -200;
	background-image: url(../img/bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
a {
	text-decoration: none;
	transition: .4s;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 75px 0 105px;
	position: relative;
}
main section.stb {
	padding: 90px 0;
}
@media (max-width: 550px) {
	main section {
		padding: 55px 0 65px;
	}
	main section.stb {
		padding: 45px 0;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.ri img {
	border-radius: 30px;
}
@media (max-width: 750px) {
	.ri img {
		border-radius: 15px;
	}
}
/**/
.splimg {
	height: auto !important;
	display: flex;
}
.splimg img {
	object-fit: cover;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.45em;
	text-decoration-color: rgba(255, 239, 135, 0.55);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
	margin-bottom: 60px;
	display: block;
	text-align: center;
	font-weight: 700;
	line-height: 0.55;
	color: #00b566; /*#1c9c64*/
	position: relative;
	font-size: clamp(2.8rem, 1.05rem + 5.6vw, 4.2rem);
}
.maintitle .mf {
	margin-bottom: 10px;
	letter-spacing: 0.02em;
	position: relative;
	font-weight: 900;
	text-transform: capitalize;
}
.maintitle .sf {
	font-size: 28%;
}
.maintitle.mtleft {
	text-align: left;
}
.txtmgb {
	margin-bottom: 43px !important;
}
@media (max-width: 750px) {
	.maintitle {
		margin-top: 30px;
	}
}
@media (max-width: 550px) {
	.maintitle .sf {
		font-size: 33%;
	}
	.maintitle {
		line-height: 0.6;
		margin-bottom: 40px;
	}
	.txtmgb {
		margin-bottom: 30px !important;
	}
}
/*見出し02*/
.sititle {
	font-weight: 700;
	position: relative;
	font-size: clamp(1.07rem, 0.845rem + 0.72vw, 1.25rem);
	padding-left: 2px;
	line-height: 1.75;
	padding-bottom: 9px;
	padding-top: 7px;
	margin-bottom: 17px;
	border-bottom: 3px solid #ddd;
}
.sititle::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 95px;
	height: 3px;
	background: #00b566;
}
.sititle .en {
	font-size: 68%;
	margin-right: 12px;
	text-transform: capitalize;
	display: block;
	color: #00b566;
}
@media (max-width: 550px) {
	.sititle {
		margin-bottom: 12px;
	}
}
/*見出し03*/
.stitle {
	font-weight: 700;
	position: relative;
	font-size: clamp(1.1rem, 0.7875rem + 1vw, 1.35rem);
	padding-left: 2px;
	line-height: 1.75;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 27px;
}
.stitle::after, .stitle::before {
	position: absolute;
	content: "";
	left: 0;
	height: 6px;
	opacity: 0.65;
	background: #00b566;
}
.stitle::after {
	width: 100%;
	bottom: -8px;
	border-radius: 0 0 5px 5px;
}
.stitle::before {
	width: 45%;
	top: -8px;
	border-radius: 5px 5px 0 0;
}
.stitle .en {
	font-size: 53%;
	margin-right: 12px;
	text-transform: capitalize;
	display: block;
}
.num {
	display: inline-block;
	padding-left: 42px;
}
.number {
	position: absolute;
	left: 0;
	top: 0.35em;
	padding-left: 3px;
}
@media (max-width: 550px) {
	.stitle {
		margin-bottom: 23px;
	}
	.num {
		padding-left: 37px;
	}
	.number {
		top: 0.4em;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 17px 0;
	transition: .3s;
	display: inline-block;
	width: 280px;
	z-index: 1;
	overflow: hidden;
	border-radius: 50px;
	transform: scale(0.95, 0.95);
	text-align: center;
	border: 2px solid #00b566;
	color: #fff;
	background: #00b566;
	font-weight: 700;
}
section .mainbtn a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: 110%;
	transition: .6s;
}
.mainbtn a:hover {
	transition: .4s;
	color: #00b566;
	background: #fff;
}
section .mainbtn a:hover {
	transform: scale(1, 1);
}
.mainbtn a:hover::after {
	right: 10px;
}
@media (max-width: 780px) {
	.mainbtn a {
		width: 15.5rem;
	}
}
@media (max-width: 550px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 240px;
		padding: 13px;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 89%;
	max-width: 1400px;
	margin: 0 auto;
}
@media (min-width: 1900px) {
	.inner02 {
		max-width: 1600px;
		width: 92%;
		margin: 0 auto;
	}
	.ri_right img {
		border-radius: 30px;
	}
}
@media (max-width: 1899px) {
	.inner02 {
		max-width: 100%;
		width: 100%;
	}
	.ri_right img {
		border-radius: 30px 0 0 30px;
	}
	.mauto {
		margin-left: auto;
		margin-right: auto;
	}
	.mauto.w48 {
		width: 42%;
	}
	.mauto.w44 {
		width: 37%;
	}
}
@media (max-width: 750px) {
	.inner02 {
		width: 89%;
		margin: 0 auto;
	}
	.ri_right img {
		border-radius: 15px;
	}
	.mauto.w48, .mauto.w44 {
		width: 100%;
		margin: 0 auto;
	}
}
.w65 {
	width: 65%;
}
.w52 {
	width: 52%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w44 {
	width: 44%;
}
.w32 {
	width: 31.5%;
}
/*=== 共通部分ここまで ===*/
/* header */
.header_wrap {
	width: 313px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 100vh;
	background: transparent;
	overflow-y: auto;
}
.header {
	padding: 0 10px;
	width: 90%;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_title {
	width: 93%;
	margin: auto;
}
.header h1 {
	transition: .3s;
	z-index: 110;
}
.header_title:hover h1 {
	opacity: 0.7;
	transition: .3s;
}
.header_nav {
	margin: 10% 0 10%;
}
.header li a img {
	width: 30px;
	height: 100%;
	margin-right: 10px;
	margin-top: 2px;
}
.header ul {
	width: 100%;
}
.header ul li {
	width: 95%;
	position: relative;
	display: inline-block;
	border-bottom: 1px dashed #279af5;
	font-weight: 700;
	line-height: 1.9;
	padding: 10px 3px;
	padding-left: 10px;
}
.header ul li a span {
	display: block;
	font-size: 95%;
	color: #00b566;
	text-transform: capitalize;
}
.header ul li a {
	white-space: nowrap;
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	padding: 5px;
	color: #333;
	margin: 2px 0;
	font-size: 1rem;
	font-weight: 700;
}
.header ul li a::after {
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	font-weight: bold;
	position: absolute;
	top: 0.6em;
	right: 0;
	font-size: .8em;
	color: #279af5;
}
.header ul li a:hover {
	color: #333;
	opacity: 0.6;
}
.header .mainbtn {
	text-align: center;
}
.header .mainbtn a {
	width: 100%;
}
.header .mainbtn a::after {
	content: none;
}
.header_item > div {
	margin-bottom: 10px;
}
.header_item > div:last-child {
	margin-bottom: 0;
}
.tel {
	text-align: center;
	font-size: 1.3rem;
	white-space: nowrap;
	line-height: 1.55;
	font-weight: 700;
}
.tel a {
	color: #00b566;
}
.tel a span {
	color: #333;
	font-size: 60%;
}
/*dropdown
.dropdown a {
	font-size: 85% !important;
	padding: 2px !important;
}
.dropdown a::before {
	font-family: "Font Awesome 6 Free";
	content: "∟";
	font-weight: bold;
	display: inline-block;
	color: #279af5;
	margin-right: 5px;
	margin-left: 3px;
}
*/
@media (max-height: 715px) {
	.header {
		margin-top: 30px;
		padding-bottom: 50px;
		top: 0;
		transform: translate(-50%, 0);
	}
}
/* hamburger ================================= */
.header__inner {
	display: none;
}
.hamburger {
	position: fixed;
	display: block;
	top: 31px;
	right: 14px;
	z-index: 9999;
	width: 60px;
	height: 35px;
	border: none;
	background-color: transparent;
}
.hamburger:before {
	content: "";
	background: #00b566;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hamburger.-active .hamburger__line {
	background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
	top: 0;
	transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
	top: 0;
	transform: rotate(-45deg);
}
/*
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
*/
.hamburger__line {
	display: block;
	height: 3px;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 35px;
	transition: 0.4s;
	border-radius: 10px;
}
.hamburger__line:before, .hamburger__line:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	transition: inherit;
	border-radius: 10px;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
	background-color: #fff;
}
.hamburger__line:before {
	top: -8.5px;
}
.hamburger__line:after {
	top: 8.5px;
}
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
/*
.hamburger__text::before {
	content: "menu";
	text-align: center;
	color: #333;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: capitalize;
}
*/
.header__nav-area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100vh;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	overflow-y: scroll;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	overflow: hidden;
}
/*
.header__nav-area::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #e9ffe9;
	z-index: -1;
}
.header__nav-area::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
	width: 170%;
	height: 170%;
	clip-path: circle(50% at 50% 50%);
}
*/
.areabg {
	width: 100%;
}
.areabg::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 230px;
	background-image: url(../img/vf.svg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: 1000px auto;
	animation: flowVf 50s linear infinite;
	opacity: 0.2;
}
@media(max-width:550px) {
	.areabg::before {
		bottom: 30px;
		height: 90px;
		background-size: 500px auto;
	}
}
.header__nav-area a {
	color: #333;
}
.header__nav-area.-active {
	opacity: 1;
	visibility: visible;
}
.global-navigation {
	margin: auto;
	height: fit-content;
	width: 85%;
	max-width: 600px;
}
.global-navigation__list {
	position: relative;
	top: -20px;
}
.global-navigation__list > li {
	margin: 3px 0;
	font-weight: 500;
	font-size: 1.15rem;
	transition: .35s;
	line-height: 1.7;
	display: block;
	padding: 15px 5px 17px;
	border-bottom: 1px dashed #279af5;
}
.global-navigation__list > li a {
	display: inline-block;
	width: 100%;
	position: relative;
	font-weight: 700;
}
.global-navigation__list > li a::after {
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	font-weight: bold;
	position: absolute;
	top: 0.3em;
	right: 0;
	font-size: .7em;
	color: #279af5;
}
.global-navigation__list > li a span {
	display: block;
	font-size: 115%;
	color: #fff;
	transition: all .3s;
	text-transform: capitalize;
	white-space: nowrap;
}
/*accordion menu*/
.accordion__list li {
	font-size: 1rem;
}
.accordion__list li + li {
	margin-top: 11px;
}
.accordion__list li a::before {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 7px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #4c5434;
}
.accordion__link {
	opacity: 0.85;
}
.accordion {
	height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: 0.4s;
}
.accordion.-active {
	height: auto;
	padding-top: 17px;
	visibility: visible;
}
.global-navigation__link.-accordion {
	position: relative;
	background: none;
	border: none;
	appearance: none;
	width: 100%;
	padding: 0;
	text-align: left;
	color: #fff;
}
.global-navigation__link.-accordion::after {
	content: '';
	display: block;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 2px;
	background-color: #4c5434;
	transform: translateY(-50%);
	transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	background-color: #4c5434;
	transform: translateY(-50%);
}
.global-navigation__link.-active::after {
	transform: translateY(-50%) rotate(-90deg);
}
/* site_wrap */
.site_wrap {
	margin-left: auto;
	width: calc(100% - 313px);
}
@media (max-height: 715px) {
	.header {
		margin-top: 30px;
		padding-bottom: 50px;
		top: 0;
		transform: translate(-50%, 0);
	}
}
@media (max-width: 1095px) {
	.site_wrap {
		margin: auto;
		width: 100%;
	}
	.header_sticky {
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		height: 98px;
	}
	.h_sticky {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}
	.header_wrap {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		z-index: 100;
		background: transparent;
		overflow-y: visible;
		box-shadow: none;
	}
	.header_nav {
		display: none;
	}
	.header {
		padding: 0;
		padding-left: 0;
		top: 50%;
		margin: 0;
	}
	.header_title {
		visibility: visible;
		pointer-events: auto;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 14px;
		left: -25px;
	}
	.header h1 {
		transition: .3s;
		z-index: 110;
		width: fit-content;
	}
	.header_title img {
		width: 200px;
		height: 100%;
	}
	.header .inner {
		display: none;
	}
	.header_item {
		display: none;
	}
	.header_inner {
		margin: 0 auto;
		padding: 0;
	}
	.header__inner {
		display: block;
	}
}
@media (max-width: 500px) {
	.header_sticky {
		height: 81px;
	}
	.header_wrap {
		height: 50px;
	}
	.header_title {
		top: -15px;
		left: -7px;
	}
	.header_title img {
		width: 165px;
	}
	.hamburger {
		top: 23px;
		right: 10px;
	}
	.hamburger::before {
		width: 55px;
		height: 55px;
	}
	.global-navigation__list > li {
		font-size: 0.95rem;
	}
}
/* footer */
.footerbg {
	position: relative;
}
.footerbg::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -200;
	background-image: url(../img/footerbg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.footer_green {
	background: #e9ffe9;
}
/*img*/
.fimg img {
	object-fit: cover;
	width: 100%;
	height: 400px;
	border-radius: 30px 0 0 30px;
}
/*logo*/
.footer_contact {
	padding: 40px 0;
	position: relative;
}
.flogo {
	width: 90%;
	max-width: 240px;
	margin-bottom: 17px;
}
/**/
.fadd {
	text-align: center;
	margin-bottom: 27px;
	font-size: 105%;
}
.fadd br {
	display: none;
}
/*btn*/
.fbtns {
	display: flex;
	justify-content: space-between;
	max-width: 620px;
	margin: auto;
	margin-bottom: 45px;
}
.fbtns .mainbtn {
	width: 49.5%;
}
.fbtns .mainbtn a {
	width: 100%;
	font-size: 110%;
}
/*map*/
.fmap iframe {
	width: 100%;
	border-radius: 30px;
	border: 10px solid #9dcef5 !important;
}
/*copyright*/
.copyright {
	text-align: center;
	position: relative;
	top: 15px;
}
@media (max-width: 1095px) {
	.fimg img {
		height: 34vw;
		border-radius: 0;
	}
	.flogo {
		max-width: 220px;
	}
	.fadd {
		font-size: 100%;
	}
	.fadd br {
		display: block;
	}
	.fbtns .mainbtn a {
		font-size: 107%;
	}
}
@media (max-width: 655px) {
	.fimg img {
		height: 180px;
	}
	.footer_contact {
		padding: 30px 0 40px;
	}
	.flogo {
		margin-bottom: 13px;
		max-width: 180px;
	}
	.fadd {
		font-size: 93%;
		margin-bottom: 23px;
	}
	.fbtns {
		max-width: 320px;
		display: block;
		margin-bottom: 33px;
	}
	.fbtns .mainbtn {
		width: 100%;
	}
	.fmap iframe {
		height: 280px;
	}
	.copyright {
		font-size: 0.8rem;
	}
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	background: #279af5; /*#1c94f4*/
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 79;
	border-radius: 50px;
}
.go_top::before {
	font-family: "Font Awesome 6 Free";
	content: "\f077";
	font-weight: bold;
	color: #fff;
	font-size: 1.7rem;
	position: absolute;
	top: 49%;
	left: 49.5%;
	transform: translate(-50%, -50%);
}
.go_top:hover {
	opacity: 0.6;
}
.tfade {
	position: relative;
	z-index: 79;
}
@media(max-width:550px) {
	.go_top {
		width: 55px;
		height: 55px;
		bottom: 15px;
		right: 15px;
		opacity: 1;
	}
	.go_top::before {
		font-size: 1.3rem;
	}
}
/*最初にロゴを表示*/
.start {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
	overflow: hidden;
	animation: fadeOut 1.65s ease 3.5s 1 normal backwards;
	clip-path: polygon(0% -100%, 100% -100%, 100% -50%, 0% 0%);
}
.start::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 230px;
	background-image: url(../img/vf.svg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: 1000px auto;
	animation: flowVf 50s linear infinite;
	z-index: -1;
	opacity: 0.2;
}
@keyframes flowVf {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1000px 0;
	}
}
/*animation*/
@keyframes fadeOut {
	from {
		clip-path: polygon(0% -100%, 100% -100%, 100% 100%, 0% 150%);
	}
	to {
		clip-path: polygon(0% -100%, 100% -100%, 100% -50%, 0% 0%);
	}
}
@media(max-width:550px) {
	.start::before {
		height: 90px;
		background-size: 500px auto;
	}
	@keyframes flowVf {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: -500px 0;
		}
	}
	.start {
		animation: fadeOut 1.15s ease 3.5s 1 normal backwards;
	}
}
/**/
.start #splash_logo {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/*display: none;*/
	z-index: 9999;
}
/*== text ==*/
.start p {
	text-align: center;
	white-space: nowrap;
	font-weight: 900;
	font-size: 1.8rem;
}
.start p .tadano {
	position: relative;
	left: -4px;
	transform: translateX(0);
	animation: fadeInT 1.65s ease 0.4s 1 normal backwards;
}
.start p .janai {
	position: relative;
	display: inline-block;
	font-size: 130%;
	animation: fadeInJ 0.8s ease 1.5s 1 normal backwards;
}
/*animation*/
@keyframes fadeInT {
	0% {
		left: 30%;
		transform: translateX(-50%);
		opacity: 0;
	}
	40% {
		left: 30%;
		transform: translateX(-50%);
		opacity: 1;
	}
	100% {
		left: -4px;
		transform: translateX(0);
	}
}
@keyframes fadeInJ {
	0% {
		top: 20px;
		transform: scale(1.0, 1.0) translate(0%, 0%);
		opacity: 0;
	}
	40% {
		transform: scale(0.95, 1.1) translate(0%, -10%);
	}
	60% {
		top: -2px;
		opacity: 1;
	}
	70% {
		top: 0;
		transform: scale(1.05, 0.95) translate(0%, 3%);
	}
	100% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
		opacity: 1;
	}
}
/*== img ==*/
.start .miya {
	position: relative;
	margin: auto;
	width: 230px;
	animation: fadeInMiya 0.6s cubic-bezier(0.35, 0, 0.07, 1) 2.3s 1 normal backwards;
}
.start .miya img {
	width: 100%;
	height: 100%;
}
/*animation*/
@keyframes fadeInMiya {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	60% {
		transform: scale(1.03);
	}
	100% {
		top: 0;
		opacity: 1;
		transform: scale(1.0);
	}
}
@media (max-width: 750px) {
	.start .miya {
		width: 35vw;
	}
	.start p {
		margin-bottom: 7px;
		font-size: 4vw;
	}
}
/* スライド =====================*/
.topslidebg {
	position: relative;
}
.topslidebg .rotation {
	bottom: -130px;
	left: -310px;
}
.topslide {
	position: relative;
	padding: 3%;
	padding-left: 0;
	padding-bottom: 0 !important;
}
.slide_items {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.slide_items img {
	width: 100%;
	height: calc(100vh - 110px);
	min-height: 700px;
	object-fit: cover;
	border-radius: 30px;
}
.slide_text {
	white-space: nowrap;
	position: absolute;
	bottom: 64px;
	left: -22px;
	font-size: 2.1rem;
	letter-spacing: 0.08em;
	color: #fff;
	font-weight: 700;
	z-index: 5;
	line-height: 1.6;
}
.slide_text p {
	width: fit-content;
	background: #00b566;
	padding: 4px 17px 7px;
	border-radius: 10px;
}
.slide_text .catch {
	font-size: 140%;
}
@media (max-width: 1095px) {
	.slide_items img {
		height: 710px;
		min-height: auto;
	}
	.topslide {
		padding: 4%;
		padding-top: 0;
	}
	.slide_text {
		font-size: 1.8rem;
		bottom: 20px;
		left: 19px;
	}
	.topslidebg .rotation {
		display: none;
	}
}
@media (max-width: 750px) {
	.slide_text {
		font-size: 1.45rem;
	}
	.slide_items img {
		height: 510px;
		border-radius: 15px;
	}
}
@media (max-width: 635px) {
	.slide_text {
		font-size: 3.95vw;
		left: 2%;
	}
}
@media (max-width: 550px) {
	.slide_text {
		bottom: 12px;
	}
	.slide_text p {
		padding: 2px 8px 3px;
		border-radius: 5px;
		margin-bottom: 5px;
	}
	.slide_items img {
		height: 310px;
	}
	.slide_text span {
		font-size: 60%;
	}
}
/*============*/
.pdb {
	padding-bottom: 50px !important;
}
.pdb0 {
	padding-bottom: 1px !important;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 1px !important;
	}
}
.center {
	text-align: center;
}
@media (max-width:750px) {
	.spcenter {
		text-align: center !important;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.tbtn {
	margin-top: 33px;
}
@media (max-width: 550px) {
	.tbtn {
		margin-top: 25px;
	}
}
.aic {
	align-items: center;
}
/* ====== illust ======= */
.rotation {
	position: absolute;
	z-index: -1;
	opacity: 0.2;
	width: 45%;
	max-width: 1000px;
}
.rotation img {
	width: 100%;
	animation: rotateanim 65s linear infinite normal;
}
.rotation.center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bottomright {
	bottom: -75%;
	right: 0;
}
.bottomleft {
	bottom: -75%;
	left: 0;
}
/**/
.kbottomleft {
	bottom: -9%;
	left: 1%;
}
@keyframes rotateanim {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
@media (max-width: 1700px) {
	.bottomright, .bottomleft {
		bottom: -25vw;
	}
}
@media (max-width: 750px) {
	.rotation {
		width: 55vw;
	}
	.bottomright {
		bottom: auto;
		top: 50%;
		right: auto;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.bottomleft {
		bottom: auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	/*SP時の位置*/
	.kspcenter {
		right: auto !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.kspcenter_bottom {
		top: auto !important;
		bottom: -17% !important;
		right: auto !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.kspright {
		top: auto !important;
		transform: translate(0, 0) !important;
		right: -7% !important;
		left: auto !important;
	}
	.kspleft {
		top: auto !important;
		transform: translate(0, 0) !important;
		left: -7% !important;
		right: auto !important;
	}
}
@media (max-width: 550px) {
	.rotation {
		width: 80vw;
	}
}
/* 創業60余年の青果物卸問屋「宮川青果本店」 ============= */
.welcome .inner {
	max-width: 1400px;
}
.welcome .rotation {
	bottom: -100%;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 750px) {
	.welcome .rotation {
		bottom: auto;
		top: 47%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
/*title*/
.abtitle {
	font-size: 1.6rem;
	line-height: 1.55;
	font-weight: 700;
	margin-bottom: 40px;
}
.abtitle span {
	font-size: 150%;
	color: #00b566;
	font-weight: 900;
}
/*btn*/
.btns {
	max-width: 580px;
	margin: 40px auto 60px;
	display: flex;
	justify-content: space-between;
}
@media(max-width:750px) {
	.btns {
		max-width: 510px;
	}
}
@media(max-width:550px) {
	.welcome {
		padding-top: 45px;
	}
	.abtitle {
		font-size: 1.15rem;
		margin-bottom: 27px;
	}
	.btns {
		display: block;
		margin-top: 33px;
		margin-bottom: 30px;
	}
	.btns .mainbtn {
		margin-bottom: 5px;
	}
}
/*img*/
.abflex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
}
.abflex div {
	width: 49%;
	position: relative;
}
.abflex div:last-child {
	top: 20px;
}
@media(max-width:550px) {
	.abflex {
		margin-bottom: 25px;
	}
	.abflex div {
		width: 48.5%;
	}
	.abflex div:last-child {
		top: 10px;
	}
	.abflex .ri img {
		border-radius: 12px;
	}
}
/* 仕入れ先をお探しの方へ ============= */
/*
.guidewrap .maintitle span {
	color: #f7301e;
}
 */
.red {
	color: #f7301e;
	font-weight: 900;
	font-size: 105%;
}
@media(max-width:550px) {
	.red {
		font-size: 103%;
	}
}
/*様々な業態に対応しています*/
.ictitle {
	font-weight: 900;
	font-size: 1.8rem;
	margin-bottom: 40px;
	color: #279af5;
}
.ictitle img {
	display: block;
	width: 70px;
	margin: 0 auto 6px !important;
}
.othtext {
	font-size: 110%;
}
@media (max-width: 550px) {
	.ictitle img {
		width: 40px;
	}
}
/*icon*/
.icon {
	max-width: 1400px;
	margin-top: 80px;
}
.iconwrapbox {
	padding: 60px;
	background: rgba(255, 255, 255, 0.55);
	border-radius: 30px;
	border: 4px solid #9dcef5;
}
.iconwrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.cboxw {
	width: 15.5%;
	margin: 0 0.5% 0;
}
.cbox {
	width: 100%;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #279af5;
	text-align: center;
	aspect-ratio: 1 / 1;
	border-radius: 43% 43% 43% 43%/43%;
}
.cbox div {
	position: relative;
	top: -3px;
}
.cbox img {
	width: auto !important;
	height: 70px;
	margin-bottom: 12px;
	filter: brightness(0) invert(1);
}
.cbox p {
	color: #fff;
	font-weight: 700;
	font-size: 0.93rem;
	line-height: 1.55;
	margin-bottom: 0;
}
.iconwrapbox .mainbtn a {
	border: 2px solid #279af5;
	background: #279af5;
}
.iconwrapbox .mainbtn a:hover {
	color: #279af5;
	background: #fff;
}
@media (max-width: 1690px) {
	.cbox p {
		font-size: 0.84vw;
	}
	.cbox img {
		height: 3.6vw;
	}
}
@media (max-width: 1585px) {
	.iconwrapbox {
		padding: 60px 40px;
	}
}
@media (max-width: 1425px) {
	.icon {
		margin-top: 55px;
	}
	.ictitle {
		font-size: 1.55rem;
	}
	.cbox p {
		font-size: 1.07vw;
	}
	.iconwrapbox {
		padding: 40px 40px 50px;
	}
	.iconwrap {
		max-width: 750px;
		margin: auto;
		margin-bottom: 20px;
	}
	.cbox img {
		height: 60px;
	}
	.cboxw {
		width: 24%;
	}
	.othtext {
		font-size: 105%;
	}
}
@media (max-width: 1095px) {
	.cbox p {
		font-size: 1.25vw;
	}
	.cbox img {
		height: 5vw;
	}
}
@media (max-width: 950px) {
	.cboxw {
		width: 32%;
	}
	.cbox p {
		font-size: 1.78vw;
	}
	.cbox img {
		height: 9vw;
	}
	.ictitle {
		font-size: 1.3rem;
	}
}
@media (max-width: 550px) {
	.icon {
		margin-top: 33px;
	}
	.ictitle {
		margin-bottom: 23px;
		font-size: 1.05rem;
	}
	.othtext {
		font-size: 90%;
	}
	.iconwrapbox .tbtn {
		margin-top: 20px;
	}
	.iconwrapbox {
		padding: 25px 17px 30px;
	}
	.cboxw {
		width: 47%;
		margin: 0 1.5% 0;
	}
	.cbox {
		margin-bottom: 5px;
	}
	.cbox p {
		font-size: 2.8vw;
	}
	.cbox img {
		height: 12vw;
	}
}
/* 下層ページトップ ==================================================================================================================*/
.fvwrap {
	padding-top: 40px;
}
.fv {
	padding: 100px 0;
	width: 94%;
	max-width: 1600px;
	margin: auto;
	display: flex;
	align-items: center;
	background: url(../img/fv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 90%;
	position: relative;
	border-radius: 30px;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #594736;
	opacity: 0.65;
	border-radius: 30px;
}
.fv .inner {
	max-width: 95%;
}
.fv h2 {
	margin: 0 !important;
	z-index: 1;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 25%), 0px -2.5px 3px rgb(0 0 0 / 15%);
}
.fv h2 span {
	color: #fff !important;
}
.fv h2 .sf {
	font-size: 35%;
}
@media(max-width:1095px) {
	.fvwrap {
		padding-top: 0;
	}
	.fv {
		padding: 80px 0;
	}
}
@media(max-width:550px) {
	.fv h2 {
		font-size: 2.2rem;
	}
	.fv h2 .sf {
		font-size: 41%;
	}
	.fv {
		padding: 47px 0;
		border-radius: 20px;
	}
	.fv::before {
		border-radius: 20px;
	}
}
/* breadcrumb */
.binner {
	width: 94%;
	max-width: 1600px;
	font-size: 0.85rem;
	position: relative;
}
.binner.bmgb {
	margin-bottom: 30px;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: absolute;
	top: 4px;
	right: 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	position: relative;
	top: -0.1em;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #00b566;
}
.breadcrumb li:first-child a::before {
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:550px) {
	.binner.bmgb {
		margin-bottom: 10px;
	}
	.breadcrumb {
		font-size: 0.7rem;
	}
}
/**/
.mgt0 {
	margin-top: 0 !important;
}
@media(max-width:750px) {
	.spmgb17 {
		margin-bottom: 17px;
	}
}
/* 事業紹介ページ ==================================================================================================================*/
/*創業60余年の青果物卸問屋「宮川青果本店」*/
.sertop::before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 84px;
	background-image: url(../img/vf.svg);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-size: 1000px auto;
	animation: flowVf 50s linear infinite;
	opacity: 0.4;
}
@media(max-width:550px) {
	.sertop::before {
		bottom: -20px;
	}
}
/*青果卸事業*/
.services {
	counter-reset: snum;
}
.sertitle {
	font-weight: 700;
	font-size: clamp(1.2rem, 0.7rem + 1.6vw, 1.6rem);
	line-height: 1.5;
	position: relative;
	border-bottom: 3px dotted #00b566;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.sertitle::before {
	counter-increment: snum;
	content: "0"counter(snum);
	font-size: 180%;
	margin-right: 13px;
	position: relative;
	top: 4px;
	color: #00b566;
	font-weight: 900;
}
.services .flexbox {
	margin-bottom: 45px;
}
@media(max-width:750px) {
	.services .flexbox img {
		margin-bottom: 15px;
	}
	.sertitle {
		margin-bottom: 15px;
	}
	.sertitle::before {
		position: absolute;
		top: -68px;
		right: -7px;
		font-size: 3.2rem;
		text-shadow: 1px 1px 0 #e9ffe9, -1px -1px 0 #e9ffe9, -1px 1px 0 #e9ffe9, 1px -1px 0 #e9ffe9, 0px 1px 0 #e9ffe9, 0 -1px 0 #e9ffe9, -1px 0 0 #e9ffe9, 1px 0 0 #e9ffe9;
	}
}
/*仕入れ先をお探しの方へ*/
.sguide {
	font-size: clamp(1.4rem, 0.65rem + 2.4vw, 2rem);
}
/* 仕入れ先をお探しの方へページ ==================================================================================================================*/
/*background*/
.guidepage::before {
	transform: scaleX(-1);
}
/* 業務用仕入れについて */
.purtop .maintitle {
	margin-bottom: 43px;
}
.purtop {
	max-width: 900px;
	margin: auto;
	margin-bottom: 80px;
}
.purchase .flexbox {
	margin-bottom: 65px;
}
.purchase .flexbox:nth-child(3) {
	margin-bottom: 105px;
}
.purchase .flexbox:last-child {
	margin-bottom: 0 !important;
}
@media(max-width:750px) {
	.purchase .flexbox {
		margin-bottom: 45px !important;
	}
	.purchase .flexbox img {
		margin-bottom: 23px;
	}
	.purtop {
		margin-bottom: 37px;
	}
}
@media(max-width:550px) {
	.purtop .maintitle {
		margin-bottom: 33px;
	}
}
/*checklist*/
.acheck li {
	padding: 10px;
	border-radius: 7px;
	/*
	background: #f2f9ff;
	border: 2px solid #e3f3ff;
	*/
	background: #fff;
	border: 2px solid #9dcef5;
}
.acheck li span {
	display: inline-block;
	padding-left: 22px;
	position: relative;
}
.acheck li span::before {
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #279af5;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
/* 様々な業態に対応しています */
.purchase .acheck {
	margin: 25px 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.purchase .acheck li {
	width: 32.5%;
	margin-bottom: 7px;
}
@media(max-width:1690px) {
	.purchase .acheck li {
		width: 49.3%;
	}
}
@media(max-width:1240px) {
	.purchase .acheck li {
		font-size: 90%;
	}
}
@media(max-width:1160px) {
	.purchase .acheck li {
		width: 100%;
	}
	.purchase .acheck li {
		font-size: 100%;
	}
}
@media(max-width:1095px) {
	.purchase .acheck li {
		width: 49.3%;
	}
}
@media(max-width:930px) {
	.purchase .acheck {
		display: block;
	}
	.purchase .acheck li {
		width: 100%;
		font-size: 90%;
	}
}
/* お取引の流れ */
.smainn .inner {
	max-width: 1300px;
}
.flows {
	position: relative;
}
.flows::before {
	content: "";
	width: 3px;
	height: 100%;
	background-color: #d5e6dd;
	display: block;
	position: absolute;
	top: 0;
	left: 9.5%;
}
.step {
	position: relative;
	font-weight: 900;
	text-transform: capitalize;
	font-size: 1.33rem;
	width: 12%;
	padding-top: 1.4%;
	white-space: nowrap;
	color: #00b566;
}
.step::after {
	position: absolute;
	top: 39px;
	right: 15.5%;
	transform: translateY(-50%);
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #00b566;
	border-radius: 50%;
}
.flowbox .sititle {
	margin-bottom: 13px;
}
.flowbox {
	width: calc(100% - 12% - 20px);
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	margin-left: 1em;
	border: 4px solid #61c99d;
	border-left: solid 5px #61c99d;
	position: relative;
	margin-bottom: 30px;
}
.flowbox::before {
	content: "";
	position: absolute;
	top: 1.5em;
	left: -30px;
	display: inline-block;
	border-style: solid;
	border-width: 15px;
	border-color: rgba(0, 0, 0, 0) #61c99d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.flowbox:last-child {
	margin-bottom: 0 !important;
}
.fnote {
	font-size: 90%;
}
/*btn*/
.gzn {
	margin-bottom: 0;
	font-size: 0.8rem;
}
.fax a {
	background: #fff;
	color: #00b566;
}
.flowbtnflex {
	display: flex;
	justify-content: space-between;
	max-width: 1020px;
	margin: auto;
	margin-top: 23px;
}
.flowbtnflex .mainbtn {
	width: 32.5%;
}
.flowbtnflex .mainbtn a {
	width: 100%;
	white-space: nowrap;
	transform: scale(1) !important;
}
.flowbtnflex .mainbtn a::after {
	content: none;
}
.fnote.mgt {
	margin-top: 15px;
	margin-bottom: 13px;
}
@media (max-width: 1505px) {
	.flows::before {
		left: 12%;
	}
	.step {
		font-size: 1.1rem;
		width: 15%;
		padding-top: 22px;
	}
	.step::after {
		right: 15.5%;
		width: 12px;
		height: 12px;
	}
	.flowbox {
		width: calc(100% - 15% - 20px);
	}
}
@media (max-width: 1415px) {
	.flowbtnflex .mainbtn a {
		font-size: 86%;
	}
}
@media (max-width: 1315px) {
	.flowbtnflex {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 40px;
	}
	.flowbtnflex .mainbtn {
		width: 47%;
		margin: 0 1% 10px;
	}
	.flowbtnflex .mainbtn {
		position: relative;
	}
	.flowbtnflex .mainbtn a {
		font-size: 95%;
	}
	.gzn {
		position: absolute;
		top: -25px;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (max-width: 975px) {
	.flowbox::before {
		top: 0.8em;
	}
}
@media (max-width: 900px) {
	.flowbtnflex {
		display: block;
		width: 100%;
		max-width: 250px;
	}
	.flowbtnflex .mainbtn {
		width: 100%;
		margin-bottom: 7px;
	}
}
@media (max-width: 895px) {
	.step::after {
		width: 12px;
		height: 12px;
	}
}
@media (max-width:750px) {
	.flowbox {
		width: 96% !important;
	}
	.flowbox .rimg {
		margin-bottom: 7px;
	}
	.flows {
		padding-left: 10px;
	}
	.flows::before {
		left: 0;
	}
	.step {
		padding-top: 0;
		font-size: 1.2rem;
		padding-left: 15px;
	}
	.step::after {
		top: 77px;
		right: auto;
		left: -14px;
		width: 10px;
		height: 10px;
	}
	.flowbox {
		padding: 13px;
		margin-bottom: 30px;
	}
	.flowbox::before {
		top: 0.8em;
	}
	.flowbox .sititle {
		margin-bottom: 10px;
	}
}
@media (max-width:550px) {
	.flowbtnflex .mainbtn a {
		font-size: 90%;
	}
	.flowbox:last-child {
		margin-bottom: 20px !important;
	}
}
/*よくあるご質問*/
.faq {
	margin-bottom: 40px;
}
.faq:last-child {
	margin-bottom: 0 !important;
}
.qtitle {
	position: relative;
	padding-left: 38px;
	font-size: clamp(1rem, 0.625rem + 1.2vw, 1.3rem);
	border-bottom: 3px dotted #9dcef5;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: 700;
}
.qtitle::before {
	content: "Q";
	font-weight: 900;
	display: inline-block;
	color: #00b566;
	font-size: 167%;
	position: absolute;
	top: -0.45em;
	left: 0;
}
@media (max-width:550px) {
	.faq {
		margin-bottom: 35px;
	}
	.qtitle {
		padding-left: 30px;
	}
}
/* 求人案内ページ ==================================================================================================================*/
/*background*/
.recruitpage::before {
	transform: scaleX(-1);
}
/* スタッフ募集中 */
.rectop {
	margin-bottom: 60px;
}
@media (max-width:550px) {
	.rectop {
		margin-bottom: 43px;
	}
}
/* 業界に興味はあるが未経験の方・朝の時間帯が活発な方 */
@media(max-width: 750px) {
	.hiring div {
		margin-bottom: 40px;
	}
	.hiring div:last-child {
		margin-bottom: 0;
	}
}
/* 主な業務内容 */
.recdetails {
	max-width: 970px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.recdwrap {
	width: 30%;
	position: relative;
}
.recdwrap::after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	font-size: 1.3rem;
	color: #279af5;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -12.5%;
}
.recdwrap:last-child::after {
	content: none !important;
}
.recdwrap div {
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #fff;
	border: 4px solid #9dcef5;
	text-align: center;
	aspect-ratio: 1 / 1;
	border-radius: 43% 43% 43% 43%/43%;
}
.recdwrap div p {
	line-height: 1.7;
	font-weight: 700;
}
.recdwrap div img {
	width: auto !important;
	height: 105px;
	margin-bottom: 15px;
}
@media(max-width: 1330px) {
	.recdwrap div p {
		font-size: 1.15vw;
	}
	.recdwrap div img {
		height: 7vw;
	}
}
@media(max-width: 1095px) {
	.recdwrap div p {
		font-size: 1.4vw;
	}
	.recdwrap div img {
		height: 10vw;
	}
}
@media(max-width: 750px) {
	.recdetails {
		display: block;
	}
	.recdwrap {
		width: 100%;
		margin-bottom: 40px;
	}
	.recdwrap:last-child {
		margin-bottom: 0;
	}
	.recdwrap::after {
		font-size: 1.35rem;
		content: "\f063" !important;
		top: auto !important;
		bottom: -30px !important;
		right: auto !important;
		left: 51% !important;
		transform: translate(-50%, 0) !important;
	}
	.recdwrap div {
		max-width: 40vw;
	}
	.recdwrap div p {
		font-size: 2vw;
	}
	.recdwrap div img {
		height: 18vw;
	}
}
@media(max-width: 550px) {
	.recdwrap div {
		max-width: 220px;
	}
	.recdwrap div p {
		font-size: 0.9rem;
	}
	.recdwrap div img {
		height: 80px;
	}
}
/* 会社案内ページ ==================================================================================================================*/
/* ご挨拶 */
.glast {
	text-align: right;
	margin-top: 23px;
}
/* table */
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
	max-width: 1200px;
	margin: auto;
}
.info_table tr {
	border-bottom: 3px dotted #71baf5;
}
.info_table th {
	background: transparent;
	width: 35%;
}
.info_table th, .info_table td {
	font-weight: 500;
	padding: 28px 0;
}
.info_table td {
	padding-left: 10px;
	padding-right: 10px;
	width: 65%;
	background: transparent;
}
.info_table tr:first-child th, .info_table tr:first-child td {
	padding-top: 15px;
}
.ib {
	display: inline-block;
}
@media(max-width: 750px) {
	.info_table {
		border-collapse: collapse;
	}
	.info_table tr {
		border-bottom: none;
	}
	.info_table td, .info_table th {
		width: 100%;
		display: block;
	}
	.info_table th {
		padding: 15px 8px 7px;
		font-weight: 700;
		text-align: left;
	}
	.info_table td {
		border-bottom: 3px dotted #71baf5;
		padding: 0 8px 20px;
	}
	.info_table tr:first-child th, .info_table tr:first-child td {
		padding-top: 0;
	}
}
/* アクセス */
.accessmap .inner {
	max-width: 1220px;
}
.map {
	position: relative;
}
.map iframe {
	width: 100%;
	border-radius: 25px;
	vertical-align: bottom;
}
.map::after {
	content: '';
	width: 100%;
	height: 101%;
	position: absolute;
	top: 0;
	left: 0;
	border: 4px solid #9dcef5;
	border-radius: 25px;
	z-index: 1;
	pointer-events: none;
}
@media (max-width: 750px) {
	.accessmap .kspcenter_bottom {
		bottom: 32% !important;
	}
}
@media (max-width: 550px) {
	.map iframe {
		height: 280px;
	}
}
/* 店舗へのルート */
.directions .inner {
	max-width: 1220px;
}
.access {
	margin-bottom: 45px;
	flex-direction: row-reverse;
}
.access:last-child {
	margin-bottom: 0 !important;
}
/*ストリートビュー埋め込み*/
.amap {
	position: relative;
	margin-bottom: 10px;
}
.amap iframe {
	width: 100%;
	border-radius: 15px;
	vertical-align: bottom;
}
.amap::after {
	content: '';
	width: 100%;
	height: 101%;
	position: absolute;
	top: 0;
	left: 0;
	border: 4px solid #9dcef5;
	border-radius: 15px;
	z-index: 1;
	pointer-events: none;
}
/*text*/
.atext {
	font-size: 107%;
}
.anum {
	margin-bottom: 5px;
	font-size: 2.3rem;
	font-weight: 900;
	color: #279af5;
}
@media (max-width: 750px) {
	.directions .maintitle {
		margin-bottom: 30px;
	}
	.amap iframe {
		height: 200px;
	}
	.access {
		margin-bottom: 30px;
	}
	.atext {
		font-size: 100%;
		margin-bottom: 23px;
	}
	.atext p {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	.anum {
		font-size: 1.65rem;
	}
}
/* お問い合わせページ ==========================================================================================================*/
/*background*/
.contactpage::before {
	background-position: bottom;
}
.contactpage section .inner{
	max-width: 1060px;
}
/**/
.contactpage .maintitle {
	margin-top: 0 !important;
}
.context {
	margin-top: 15px;
	font-size: 110%;
	margin-bottom: 65px;
}
@media (max-width: 855px) {
	.context.center {
		text-align: left;
	}
	.context.center br {
		display: none;
	}
}
@media (max-width: 550px) {
	.context {
		font-size: 90%;
		margin-bottom: 35px;
	}
}
.contact_wrap {
	padding: 20px 15px 30px;
	max-width: 600px;
	margin: auto;
	border-radius: 25px;
	background: #fff;
	border: 4px solid #00b566 !important;
}
.tels .tel_contact {
	font-size: clamp(1.75rem, 0.4375rem + 4.2vw, 2.8rem);
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: #00b566;
	font-weight: 900;
}
.tels .tel_contact:hover {
	opacity: 0.6;
}
.tl_mini {
	font-size: 1.1rem;
}
@media (max-width: 750px) {
	.contact_wrap {
		margin-bottom: 7px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 550px) {
	.contact_wrap {
		max-width: 100%;
		padding: 15px 10px;
		border-radius: 20px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0;
	}
	.tl_mini {
		font-size: 0.85rem;
	}
}
.cotm {
	margin-bottom: 35px;
}
.cotop {
	line-height: 2.3;
	margin-bottom: 50px;
}
@media (max-width:930px) {
	.cotm {
		margin-bottom: 25px !important;
	}
	.cotop {
		text-align: left;
		margin-bottom: 30px;
	}
}
.telmgb {
	margin-bottom: 25px;
}
.famgb {
	margin-bottom: 30px;
}
.tels .tl_text {
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
	margin-bottom: 30px;
}
.faxs {
	padding-top: 70px;
}
@media (max-width: 550px) {
	.telmgb {
		margin-bottom: 17px;
	}
	.tels .tl_text {
		margin-bottom: 13px;
	}
	.faxs {
		padding-top: 40px;
	}
}
/* メール */
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 45px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 30px;
	}
	.mpdb {
		padding-bottom: 35px !important;
	}
}
.formsel p {
	display: inline-block;
	margin-right: 10px;
	font-size: 0.95rem;
}
.formsel p:last-child {
	margin-bottom: 0;
}
@media (max-width: 450px) {
	.formsel p {
		display: block;
		margin-right: 0;
	}
}
.mailform {
	margin: 40px auto 0;
}
@media (max-width: 850px) {
	.mailform {
		margin: 50px auto 0;
	}
}
@media (max-width: 450px) {
	.mailform {
		margin-top: 0;
	}
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #333;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-weight: 500;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #00b566;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 500;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #00b566;
	color: #00b566 !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #333;
	font-weight: 500;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform button {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	white-space: nowrap;
	border: 1px solid transparent;
	color: #fff;
	background: #00b566;
	font-weight: 500;
	padding: 18px 0;
	width: 280px;
	transition: .4s;
	border-radius: 50px;
}
.mailform button:hover {
	background-color: #fff;
	color: #00b566;
	border: 1px solid #00b566;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
@media (max-width: 800px) {
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
@media (max-width: 550px) {
	.mail_s {
		padding: 60px 0;
	}
	.mail_s .maintitle {
		margin-bottom: 20px;
	}
	.mailform button {
		width: 220px;
		padding: 11.5px;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
/*プライバシーポリシー*/
.cotitle {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 12px;
}
.cotitle i {
	color: #279af5;
}
.privacy {
	margin-top: 70px;
}
.scroll_flame {
	border: 4px solid #ddd;
	border-radius: 25px;
	background: #fff;
	padding: 20px 15px;
}
.scroll_flame_in {
	height: 250px;
	overflow-y: scroll;
	padding: 0 5px;
}
.scroll_flame p {
	font-size: 93%;
}
.scroll_flame p span {
	font-weight: 700;
}
@media(max-width:550px) {
	.cotitle {
		font-size: 1.2rem;
	}
	.privacy {
		margin-top: 35px;
	}
	.scroll_flame {
		padding: 15px 10px;
		border-radius: 20px;
	}
	.scroll_flame p {
		font-size: 90%;
	}
}
/*スクロールバー*/
.scroll_flame_in::-webkit-scrollbar {
	overflow: hidden;
	width: 1px;
	background: #fafafa;
}
.scroll_flame_in::-webkit-scrollbar-button {
	display: none;
}
.scroll_flame_in::-webkit-scrollbar-thumb, .scroll_flame_in::-webkit-scrollbar-corner {
	background: #333;
}
.scroll_flame_in::-webkit-scrollbar-thumb, .scroll_flame_in::-webkit-scrollbar-corner {
	background: #333;
}