<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS information ===================================================

	 file name : basic.css
	style info : テンプレートスタイルシート

=================================================================== */


/* ローディング画面
------------------------------------------------*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #FFF;
  text-align: center;
}
.loading__anime {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}

@media screen and (max-width: 767px){
.loading__anime {
	left: -50vw;
	right: -50vw;
}
}



/*----------------------------------------------------------
/* body サイト全体
----------------------------------------------------------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-feature-settings: "palt";
	font-optical-sizing: auto;
	color: #333;
	overflow-x: hidden;
}
.page {
	position: relative;
	width: 100%;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: bold;
	color: #000;
}
.aw {
	display: inline-block
}

figure {
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
input[type="submit"] {
	-webkit-appearance: none;
}

/* テキストリンクカラー */
a {
	color: #4C5197;
	text-decoration: underline;
}
a:hover {
	color: #4C5197;
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* Desktop ****************************/
@media (min-width: 768px){
html {
	overflow-y: scroll;
}
body {
	width: 100%;
	overflow:hidden;
}

a, 
button, 
input[type="button"], 
input[type="submit"] {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
	filter: brightness(1.0);
}

a:hover, 
button:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
	-webkit-filter: brightness(1.1);
	-moz-filter: brightness(1.1);
	-ms-filter: brightness(1.1);
	filter: brightness(1.1);
}

.opacity {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.opacity:hover {
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	-ms-filter:"alpha(opacity=70)";
	filter:alpha(opacity=70);
	opacity:0.7;
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
	filter: brightness(1.0);
}


.sp-vis {
	display: none;
}

.sptel {
	pointer-events: none;
	color: #333;
	text-decoration: none;
	
}
}


@media screen and (max-width: 767px){
body {
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
}
.switch {
	visibility: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
.pc-vis {
	display: none;
}
.sptel {
	pointer-events: auto;
}
}

@media screen and (max-width: 375px){
p {
	font-size: 14px;
	font-size: 1.4rem;
}
}





.external-link span {
	position: relative;
	padding-right: 20px;
	display: inline-block;
}
.external-link span::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 13px;
	height: 13px;
	margin: auto;
	background: url("../img/common/common_ico01.svg") no-repeat center center / contain;
	display: block;
}




/*----------------------------------------------------------
/* .header ヘッダー
----------------------------------------------------------*/
.header {
	position: relative;
	font-family: "Zen Maru Gothic", serif;
	background-color: #FFF;
	z-index: 2;
}
.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__box {

}
.header__logo {
	width: clamp(265px * 0.75, 13.80vw, 265px);
	margin: min(1.30vw, 25px);

}
.gnav {
}

.gnav__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
}
.gnav__main {
	margin: min(1.04vw, 20px) 0 min(1.30vw, 25px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav__main li {
	position: relative;
	margin-right: 20px;
	padding-right: 20px;
}
.gnav__main li::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	bottom: 5px;
	width: 1px;
	background-color: #B4B4B4;
	transform: rotate(30deg);
}
.gnav__main li:last-child::after {
	display: none;
}
.gnav__main a {
	text-decoration: none;
	color: #333;
	display: block;
}
.gnav__main span {
	position: relative;
	padding: 10px 0 10px 40px;
	font-family: "Zen Maru Gothic", serif;
	font-size: clamp(1.4rem, 0.83vw, 1.6rem);
	font-weight: 900;
	display: inline-block;
}
.gnav__main a:hover span {
	text-decoration: none;
	color: #4E9249;
	transition: .5s cubic-bezier(0.79,0.14,0.15,0.86);
	display: block;
}

.gnav__main span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 31px;
	margin: auto 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
}
.gnav__main--menu01 span::before {
	background-image: url("../img/common/common_ico02.svg");
}
.gnav__main--menu02 span::before {
	background-image: url("../img/common/common_ico03.svg");
}
.gnav__main--menu03 span::before {
	background-image: url("../img/common/common_ico04.svg");
}
.gnav__main--menu04 span::before {
	background-image: url("../img/common/common_ico05.svg");
}
.gnav__main--menu05 span::before {
	background-image: url("../img/common/common_ico06.svg");
}
.gnav__main a:hover span::before {
	animation: gnav-ico-amine 0.75s ease-out;
}
@keyframes gnav-ico-amine {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-7.5px);
        animation-timing-function: ease-in;
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-5px);
        animation-timing-function: ease-in;
    }
    100% {
        transform: translateY(0);
    }
}
.gnav__box-sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav__logo {
	width: clamp(180px * 0.75, 9.37vw, 180px);
	margin: min(0.52vw, 10px) min(1.04vw, 20px);
}
.gnav__sub-bg {
	position: relative;
	padding: min(0.52vw, 10px) min(1.56vw, 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav__sub-bg::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
	background-color: #F3F7F7;
    transform: skewX(-20deg);
    z-index: -1;
}
.gnav__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav__sub li {
	margin-right: clamp(20px, 1.56vw, 30px);
}
.gnav__sub--menu03, 
.gnav__sub--menu04, 
.gnav__sub--menu05 {
	display: none;
}
.gnav__sub a {
	text-decoration: none;
	color: #4E9249;
	display: block;
}
.gnav__sub span {
	font-size: clamp(1.2rem, 0.72vw, 1.4rem);
	font-weight: 700;
	display: inline-block;
}
.gnav__sub a:hover span {
	text-decoration: underline;
}
.gnav__box-tel {
}
.gnav__box-tel a {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
}
.gnav__tel-open {
	margin-left: 10px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #4E9249;

}

@media screen and (max-width: 1024px){
.gnav__box-sub {
	position: absolute;
	top: -30px;
	right: 0;
}
.header__inner {
	margin-top: 30px;

}
}

@media screen and (max-width: 767px){

.header__inner {
	margin-top: 0;
	padding: 10px 20px;
	display: block;
}
.header__inner {
}
.header__box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__logo {
	width: calc(265px * 0.75);
	margin: 0;
}

.header__btn-menu {
	position: relative;
	width: 34px;
	height: 26px;
    z-index: 100;
	cursor: pointer;
}
.header__btn-menu span {
	position: absolute;
	width: 34px;
	height: 5px;
	margin: auto;
	background-color: #69AD5C;
	border-radius: 10px;
	display: inline-block;
	transition: all .4s;
}
.header__btn-menu span:nth-of-type(1) {
	top: 0;
	margin: auto;
}
.header__btn-menu span:nth-of-type(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}
.header__btn-menu span:nth-of-type(3) {
	bottom: 0;
	margin: auto;
}
.header__btn-menu.active span {
	width: 36px;
}
.header__btn-menu.active span:nth-of-type(1) {
    left: 0;
	right: 0;
	bottom: 0;
    transform: rotate(-45deg);
}
.header__btn-menu.active span:nth-of-type(2) {
	opacity: 0;
}
.header__btn-menu.active span:nth-of-type(3) {
    top: 0;
    left: 0;
	right: 0;
	transform: rotate(45deg);
}



.gnav {
	position: absolute;
	top: 56px;
	left: auto;
    right: -100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	z-index: 10000 !important;
	transition: all 0.6s;
}
.gnav.panel-active {
    right: 0;
}
.gnav__inner {
	display: block;
}
.gnav__main {
	margin: 0;
	border-top: 1px solid #CECECE;
	display: block;
}
.gnav__main li {
	margin-right: 0;
	padding-right: 0;
	border-bottom: 1px solid #CECECE;
}
.gnav__main li::after {
	display: none;
}
.gnav__main a {
	position: relative;
	padding: 10px;
	text-decoration: none;
	color: #333;
	background-color: #F3F7F7;
	display: block;
}
.gnav__main a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 9px;
	height: 15px;
	margin: auto 0;
	background: url("../img/common/common_ico07.svg") no-repeat center center / contain;
	transform: none;
}
.gnav__main span {
	padding: 10px 0 10px 60px;
	font-size: clamp(1.6rem, 2.60vw, 2.0rem);
}
.gnav__main span::before {
	left: 15px;
}
.gnav__box-sub {
	position: static;
	padding: 20px 0 30px;
	border-bottom: 1px solid #CECECE;
	display: block;
}
.gnav__logo {
	display: none;
}
.gnav__sub-bg {
	padding: 0;
	display: block;
}
.gnav__sub-bg::before {
	display: none;
}
.gnav__sub {
	display: block;
}
.gnav__sub li {
	margin-right: clamp(20px, 1.56vw, 30px);
}
.gnav__sub--menu03, 
.gnav__sub--menu04, 
.gnav__sub--menu05 {
	display: block;
}
.gnav__sub a {
	padding: 10px 0;
	color: #333;
	display: block;
}
.gnav__sub span {
	position: relative;
	padding-left: 35px;
	font-size: clamp(1.5rem, 2.21vw, 1.7rem);
}
.gnav__sub span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	width: calc(9px * 0.8);
	height: calc(15px * 0.8);
	margin: auto 0;
	background: url("../img/common/common_ico07.svg") no-repeat center center / contain;
	transform: none;
}
.gnav__box-tel {
	margin-top: 30px;
	padding: 0 20px;
}
.gnav__box-tel a {
	padding: 15px 10px;
	background-color: #F3F7F7;
	border: 1px solid #CECECE;
	border-radius: 10px;
	pointer-events: auto;
	display: block;
}
.gnav__tel {
	max-width: clamp(275px * 0.75, 35.85vw, 275px);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.gnav__tel img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.gnav__tel-open {
	margin-left: 0;
	font-size: clamp(1.3rem, 1.95vw, 1.5rem);
	text-align: center;
}
}


/*----------------------------------------------------------
/* .contents コンテンツ
----------------------------------------------------------*/
.contents {
	position: relative;
	background-color: #F3F9E4;
	z-index: 1
}
.top-contents {
	position: relative;
	padding-bottom: clamp(195px * 0.5, 10.15vw, 195px);
	background-color: #F3F7F7;
	z-index: 1
}
.contents__bg-fluffy {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: clamp(1250px * 0.5, 65.10vw, 1250px);
	height: clamp(1250px * 0.5, 65.10vw, 1250px);
	z-index: -1;
}
.contents__bg-fluffy::before {
	position:absolute;
	top: -75%;
	left: -25%;
	border-radius: 50% 50% / 50% 70%;
	width: 100%;
	height: 100%;
	content:"";
	background-color: #FFF;
	animation: wave linear 15s infinite;
}
@keyframes wave {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.contents__bg-city {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: clamp(752px * 0.5, 39.16vw, 752px);
	height: clamp(188px * 0.5, 9.79vw, 188px);
	background: url("../img/common/common_bg02.png") no-repeat center center / contain;
	display: block;
	z-index: -1;
}
.contents__inner {
	max-width: 1300px;
	padding: 0 20px clamp(195px * 0.5, 10.15vw, 195px);
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1260px){
.contents__bg-fluffy::before {
	top: -60%;
}
}

@media screen and (max-width: 767px){
.top-contents {
	padding-bottom: clamp(163px * 0.5, 21.25vw, 163px);
}
.contents__bg-fluffy::before {
	top: -75%;
}
.contents__bg-city {
	width: clamp(601px * 0.5, 78.35vw, 601px);
	height: clamp(153px * 0.5, 19.94vw, 153px);
}
.contents__inner {
	padding: 0 20px clamp(163px * 0.5, 21.25vw, 163px);
}
}

.section {
	padding-top: 30px;
}
.layout-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.layout-col__main {
	width: 74.60%;
}
.layout-col__side {
	width: 23.01%;
	color: #000;
	background-color: #F3F7F7;
	border-radius: 5px;
}
.layout-col__side-inner {
	padding: 1px clamp(10px, 1.58vw, 20px) 50px;
}

@media only screen and (max-width: 1024px){
.layout-col__main {
	width: calc(100% - 240px - 20px);
}
.layout-col__side {
	width: calc(240px);
}
}


@media only screen and (max-width: 767px){
.layout-col {
	display: block;
}
.layout-col__main {
	width: 100%;
}
.layout-col__side {
	width: 100%;
	margin-top: 40px;
}
.layout-col__side-inner {
	padding: 1px 20px 30px;

}
}


.title-h1__jp {
	position: relative;
	padding-left: 50px;
	font-size: clamp(3.0rem, 3.17vw, 4.0rem);
	font-weight: 700;
	line-height: 1.2;
}
.title-h1__jp::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
}
.title-h1__jp.ico-search::before {
	width: 42px;
	height: 39px;
	background-image: url("../img/search/search_ico01.svg");
}
.title-h1__jp.ico-parking {
	padding-left: 66px;
}
.title-h1__jp.ico-parking::before {
	width: 58px;
	height: 45px;
	background-image: url("../img/search/search_ico28.svg");
}
.title-h1__jp.ico-latest {
	padding-left: 72px;
}
.title-h1__jp.ico-latest::before {
	width: 55px;
	height: 46px;
	background-image: url("../img/news/news_ico01.svg");
}
.title-h1__jp.ico-imp {
	padding-left: 64px;
}
.title-h1__jp.ico-imp::before {
	width: 45px;
	height: 45px;
	background-image: url("../img/news/news_ico08.svg");
}
.title-h1__jp.ico-news {
	padding-left: 66px;
}
.title-h1__jp.ico-news::before {
	width: 50px;
	height: 50px;
	background-image: url("../img/news/news_ico09.svg");
}
.title-h1__jp.ico-faq {
	padding-left: 72px;
}
.title-h1__jp.ico-faq::before {
	width: 56px;
	height: 45px;
	background-image: url("../img/faq/faq_ico01.svg");
}
.title-h1__jp.ico-mail {
	padding-left: 70px;
}
.title-h1__jp.ico-mail::before {
	width: 59px;
	height: 40px;
	background-image: url("../img/contact/contact_ico04.svg");
}
.title-h1__jp.ico-dl {
	padding-left: 68px;
}
.title-h1__jp.ico-dl::before {
	width: 50px;
	height: 55px;
	background-image: url("../img/download/download_ico01.svg");
}
.title-h1__jp.ico-policy {
	padding-left: 66px;
}
.title-h1__jp.ico-policy::before {
	width: 50px;
	height: 50px;
	background-image: url("../img/policy/policy_ico01.svg");
}



.title-h1__en {
	margin-top: 5px;
	margin-bottom: 50px;
	padding-left: 50px;
	font-size: clamp(1.4rem, 1.26vw, 1.6rem);
	font-weight: 700;
	line-height: 1.2;
	color: #69AD5C;
}
.title-h1__jp.ico-parking + .title-h1__en  {
	padding-left: 66px;
}
.title-h1__jp.ico-latest + .title-h1__en  {
	padding-left: 72px;
}
.title-h1__jp.ico-imp + .title-h1__en  {
	padding-left: 64px;
}
.title-h1__jp.ico-news + .title-h1__en  {
	padding-left: 66px;
}
.title-h1__jp.ico-faq + .title-h1__en  {
	padding-left: 72px;
}
.title-h1__jp.ico-mail + .title-h1__en  {
	padding-left: 70px;
}
.title-h1__jp.ico-dl + .title-h1__en  {
	padding-left: 68px;
}
.title-h1__jp.ico-policy + .title-h1__en  {
	padding-left: 66px;
}

.section__lead-txt {
	margin-bottom: 30px;
	font-size: clamp(1.4rem, 1.26vw, 1.6rem);
	line-height: 1.5;
}
.section__box {
	padding: clamp(40px, 5.95vw, 75px) 30px;
	background-color: #FFF;
	border-radius: 5px;
}
.section__inner {
	max-width: 980px;
	margin: 0 auto;
}



@media screen and (max-width: 767px){
.section {
	padding-top: 25px;
}
.title-h1__jp {
	position: relative;
	padding-left: calc(50px * 0.75);
	font-size: clamp(2.0rem, 3.12vw, 2.4rem);
}
.title-h1__jp.ico-search::before {
	width: calc(42px * 0.75);
	height: calc(39px * 0.75);
}

.title-h1__jp.ico-parking {
	padding-left: calc(66px * 0.75);
}
.title-h1__jp.ico-parking::before {
	width: calc(58px * 0.75);
	height: calc(45px * 0.75);
}
.title-h1__jp.ico-latest {
	padding-left: calc(72px * 0.75);
}
.title-h1__jp.ico-latest::before {
	width: calc(55px * 0.75);
	height: calc(46px * 0.75);
}
.title-h1__jp.ico-imp {
	padding-left: calc(64px * 0.75);
}
.title-h1__jp.ico-imp::before {
	width: calc(45px * 0.75);
	height: calc(45px * 0.75);
}
.title-h1__jp.ico-news {
	padding-left: calc(66px * 0.75);
}
.title-h1__jp.ico-news::before {
	width: calc(50px * 0.75);
	height: calc(50px * 0.75);
}
.title-h1__jp.ico-faq {
	padding-left: calc(72px * 0.75);
}
.title-h1__jp.ico-faq::before {
	width: calc(56px * 0.75);
	height: calc(45px * 0.75);
}
.title-h1__jp.ico-mail {
	padding-left: calc(70px * 0.75);
}
.title-h1__jp.ico-mail::before {
	width: calc(59px * 0.75);
	height: calc(40px * 0.75);
}
.title-h1__jp.ico-dl {
	padding-left: calc(68px * 0.75);
}
.title-h1__jp.ico-dl::before {
	width: calc(50px * 0.75);
	height: calc(55px * 0.75);

}
.title-h1__jp.ico-policy {
	padding-left: calc(66px * 0.75);
}
.title-h1__jp.ico-policy::before {
	width: calc(50px * 0.75);
	height: calc(50px * 0.75);

}




.title-h1__en {
	margin-top: 3px;
	margin-bottom: 25px;
	padding-left: calc(50px * 0.75);
	font-size: clamp(1.2rem, 1.82vw, 1.4rem);
	font-weight: 700;
	line-height: 1.2;
	color: #69AD5C;
}
.title-h1__jp.ico-parking + .title-h1__en  {
	padding-left: calc(66px * 0.75);
}
.title-h1__jp.ico-latest + .title-h1__en  {
	padding-left: calc(72px * 0.75);
}
.title-h1__jp.ico-imp + .title-h1__en  {
	padding-left: calc(64px * 0.75);
}
.title-h1__jp.ico-news + .title-h1__en  {
	padding-left: calc(66px * 0.75);
}
.title-h1__jp.ico-faq + .title-h1__en  {
	padding-left: calc(72px * 0.75);
}
.title-h1__jp.ico-mail + .title-h1__en  {
	padding-left: calc(70px * 0.75);
}
.title-h1__jp.ico-dl + .title-h1__en  {
	padding-left: calc(68px * 0.75);
}
.title-h1__jp.ico-policy + .title-h1__en  {
	padding-left: calc(66px * 0.75);
}

.section__lead-txt {
	margin-bottom: 20px;
	font-size: clamp(1.5rem, 2.08vw, 1.6rem);
	line-height: 1.5;
}

.section__box {
	padding: clamp(20px, 5.21vw, 40px) clamp(10px, 2.60vw, 20px) clamp(40px, 10.43vw, 80px);
}
}








/* テーブル */
.tbl-common {
	width: 100%;
}
.tbl-common th {
	width: clamp(254px * 0.9, 20.15vw, 254px);
	padding: 10px clamp(10px, 2.38vw, 30px);
	font-size: clamp(1.4rem, 2.08vw, 1.6rem);
	text-align: right;
	vertical-align: top;
	line-height: 1.375;
	background-color: #F3F7F7;
	border: 1px solid #CCC;
}
.tbl-common.tbl-form th {
	padding-right: clamp(70px, 7.14vw, 90px);
}
.mw_wp_form_confirm .tbl-common th {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tbl-common .label-middle {
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: middle;
}
.tbl-common .required {
	position: relative;
}
.tbl-common .required::after {
	content: "必須";
	position: absolute;
	top: 22px;
	right: clamp(10px, 1.58vw, 20px);
	width: clamp(45px * 0.9, 3.57vw, 45px);
	height: 20px;
	padding: 2px;
	font-size: 1.4rem;
	text-align: center;
	line-height: 20px;
	color: #FFF;
	background-color: #EF5E5E;
	display: block;
}
.tbl-common .label-middle.required::after {
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.tbl-common td {
	width: clamp(100% - 176px);
	padding: 10px clamp(10px, 2.38vw, 30px);
	font-size: clamp(1.4rem, 2.08vw, 1.6rem);
	line-height: 1.375;
	border: 1px solid #CCC;
	vertical-align: middle;
}
.mw_wp_form_confirm .tbl-common td {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tbl-common .tbl-common__tag {
	padding-bottom: 5px;
}
.tbl-form th {
	padding-top: 24px;
}
.tbl-form .error {
	width: 100%;
	margin: 2px 0;
	display: block;
	color: #B70000;
}

@media screen and (max-width: 767px){
.tbl-common {
	width: 100%;
}
.tbl-common th {
	width: 25%;
	padding: 10px;
	font-size: clamp(1.4rem, 2.08vw, 1.6rem);
}
.mw_wp_form_confirm .tbl-common th {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tbl-common .label-middle {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.tbl-common .required::after {
	content: "必須";
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: clamp(45px * 0.9, 3.57vw, 45px);
	height: 18px;
	margin: auto 0;
	font-size: 1.2rem;
	line-height: 18px;
}

.tbl-common td {
	width: 75%;
	padding: 10px;
	font-size: clamp(1.4rem, 2.08vw, 1.6rem);
}
.mw_wp_form_confirm .tbl-common td {
	padding-top: 15px;
	padding-bottom: 15px;
}

.tbl-common .tbl-common__tag {
	padding-bottom: 5px;
}
.tbl-form th {
	padding-top: 10px;
}
.tbl-common--sp th {
	width: 100%;
	margin-top: -1px;
	text-align: left;
	display: block;
}
.tbl-common--sp td {
	width: 100%;
	margin-top: -1px;
	display: block;
}
}


/*----------------------------------------------------------
/* .topic-path パンくずリスト
----------------------------------------------------------*/
.topic-path {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.topic-path li {
	position: relative;
	margin-right: clamp(20px, 2.38vw, 30px);
	padding-right: clamp(20px, 2.38vw, 30px);
	font-size: clamp(1.4rem, 1.26vw, 1.6rem);
	font-weight: 400;
}
.topic-path li:first-of-type {
	padding-left: 30px;
}
.topic-path li:first-of-type::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 5px;
	width: 20px;
	height: 19px;
	margin: auto 0;
	background: url("../img/common/common_ico08.svg") no-repeat center center / contain;
	display: block;
}

.topic-path li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.topic-path li::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #B4B4B4;
	transform: rotate(30deg);
	display: block;
}
.topic-path li:last-of-type::after {
	display: none;
}
.topic-path li a {
	text-decoration: none;
	color: #69AD5C;
}
.topic-path li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px){
.topic-path {
	display: none;
}
}

/*----------------------------------------------------------
/* .footer フッター
----------------------------------------------------------*/

.footer {
	position: relative;
	font-family: "Zen Maru Gothic", serif;
}

.footer__inner {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sitemap {
}
.sitemap__terms {
	margin-bottom: clamp(70px * 0.5, 5.38vw, 70px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;*/
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;

}
.sitemap__terms li {
	position: relative;
	padding: 10px clamp(10px, 1.53vw, 20px);
}
.sitemap__terms li:first-child {
	padding-left: 0;
}
.sitemap__terms li:last-child {
	padding-right: 0;
}
.sitemap__terms li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	bottom: 10px;
	width: 1px;
	background-color: #707070;
	display: block;
}
.sitemap__terms li:first-child::before {
	display: none;
}

.sitemap__terms a {
	font-size: clamp(1.2rem, 1.07vw, 1.4rem);
	font-weight: 500;
	text-decoration: none;
	line-height: 1.2;
	color: #333;
}
.sitemap__terms a:hover {
	text-decoration: underline;
}
.sitemap__terms span:hover {
	text-decoration: underline;
}



.sitemap__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.sitemap__box ul {
	margin-left: min(10vw, 130px);
}
.sitemap__box li {
	position: relative;
	margin-bottom: clamp(36px * 0.5, 2.76vw, 36px);
	padding-left: 20px;
}
.sitemap__box li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 12px;
	height: 1px;
	margin: auto 0;
	background-color: #A4A5A5;
	display: block;
}
.sitemap__box a {
	font-size: clamp(1.2rem, 1.07vw, 1.4rem);
	font-weight: 500;
	text-decoration: none;
	line-height: 1.2;
	color: #333;
}
.sitemap__box a:hover {
	text-decoration: underline;
}
.sitemap__box span:hover {
	text-decoration: underline;
}
.sitemap__box--group03 li {
	padding-left: 0;
}
.sitemap__box--group03 li::after {
	display: none;
}
.sitemap__box--group03 a {
	color: #4E9249;

}


.footer__box-info {
	margin-top: clamp(36px * 0.5, 2.76vw, 36px);
}
.footer__logo {
	width: clamp(200px * 0.5, 15.87vw ,200px);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	text-align: center;
}
.footer__name {
	margin-bottom: 5px;
	font-size: clamp(1.6rem, 1.38vw, 1.8rem);
	font-weight: 700;
	text-align: center;
	line-height: 1.44;
}
.footer__add {
	font-size: clamp(1.2rem, 1.07vw, 1.4rem);
	font-weight: 400;
	text-align: center;
	line-height: 2.0;

}
.footer__tel {
	margin-bottom: 25px;
	font-size: clamp(1.2rem, 1.07vw, 1.4rem);
	font-weight: 400;
	text-align: center;
	line-height: 2.0;

}

.footer__btn-parent a {
	position: relative;
	padding: 15px 10px;
	font-size: clamp(1.2rem, 1.07vw, 1.4rem);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	color: #333;
	background-color: #F3F9E4;
	border-radius: 30px;
	display: block;
	z-index: 1;
	overflow: hidden;
}
.footer__btn-parent a:hover {
	color: #FFF;
}
.footer__btn-parent a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	width: 0;
    height: 100%;
    transition: all 0.5s ease 0s;
    background-color: #69AC5B;
	cursor: pointer;
	z-index: -1;
}
.footer__btn-parent a:hover::before {
    width: 100%;
}
.footer__btn-parent .external-link:hover span::after {
	background-image: url("../img/common/common_ico21.svg");
}



.footer__box-copyright {
	padding: 20px;
	background-color: #F3F7F7;
}
.footer__copyright {
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: right;
	line-height: 1.2;
	color: #599955;
}

@media screen and (max-width: 1024px){
.sitemap__box ul {
	margin-left: clamp(20px, 3.75vw, 40px);
}
}

@media screen and (max-width: 767px){

.footer__inner {
	padding: 30px 20px;
	display: block;
}
.sitemap {
}
.sitemap__terms {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C6C6C6;
	display: block;
}
.sitemap__terms li {
	margin-bottom: 20px;
	padding: 0;
}
.sitemap__terms a {
	font-size: clamp(1.2rem, 1.82vw, 1.4rem);
}
.gnav__sub a {
	padding: 10px 0;
	color: #333;
	display: block;
}
.sitemap__terms span {
	position: relative;
	padding-left: 35px;
}
.sitemap__terms span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	width: calc(9px * 0.8);
	height: calc(15px * 0.8);
	margin: auto 0;
	background: url("../img/common/common_ico07.svg") no-repeat center center / contain;
	transform: none;
}




.sitemap__box {
	display: none;
}
.footer__box-info {
	margin-top: clamp(36px * 0.5, 2.76vw, 36px);
}
.footer__logo {
	width: clamp(280px * 0.5, 36.50vw ,280px);
	margin-bottom: 19px;
}
.footer__name {
	margin-bottom: 5px;
	font-size: clamp(1.3rem, 1.95vw, 1.5rem);
}
.footer__add {
	font-size: clamp(1.2rem, 1.82vw, 1.4rem);
}
.footer__tel {
	margin-bottom: 25px;
	font-size: clamp(1.2rem, 1.82vw, 1.4rem);
}

.footer__btn-parent {
	text-align: center;
}
.footer__btn-parent a {
	padding: 15px 30px;
	font-size: clamp(1.2rem, 1.82vw, 1.4rem);
	display: inline-block;
}


.footer__box-copyright {
	padding: 20px;
	background-color: #F3F7F7;
}
.footer__copyright {
	max-width: 1260px;
	font-size: clamp(1.2rem, 1.82vw, 1.4rem);
	text-align: center;
	line-height: 1.45;
}
}


/*----------------------------------------------------------
/* .page_top ページトップ
----------------------------------------------------------*/

/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a {
  display: flex;
  transition: all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
#page-top a:hover {
	animation: pagetop-ico-amine 0.75s ease-out;
}
@keyframes pagetop-ico-amine {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-7.5px);
        animation-timing-function: ease-in;
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-5px);
        animation-timing-function: ease-in;
    }
    100% {
        transform: translateY(0);
    }
}





/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
 
@media screen and (max-width: 767px){
#page-top {
  width: calc(76px * 0.75);
  height: calc(76px * 0.75);
}
}



/*----------------------------------------------------------
/* .form
----------------------------------------------------------*/

/*
.form table td {
	font-size: 16px;
	font-size: 1.6rem;
}
*/
.form table th span {
	margin-right: 10px;
	padding: 8px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.0;
	color: #FFF;
	display: inline-block;
}
.form table th .required {	background-color: #E63F00; }
.form table th .optional{	background-color: #B5AFAD; }
.form.recruit table th .required {	background-color: #F24452; }
.form.recruit table th .optional{	background-color: #B5AFAD; }

.form table .align {
	width: 4.0em;
	margin-right: 10px;
	text-align: right;
	display: inline-block;
}
.form .err {
	clear: both;
	margin-top: -5px;
	display: block;
}
.form .err b {
	padding: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #FFF;
	background-color: #B70031;
	display: inline-block;
}

.form.recruit .err b {
	background-color: #F24452;
}
.form .switch {
	visibility: visible;
}
.form .switch:first-child {
	margin-right: 20px;
}

.form .tbl_btn {
    margin-left: 15px;
    display: inline-block;
}
.form .tbl_btn a, 
.form .tbl_btn button, 
.form .tbl_btn input[type="button"], 
.form .tbl_btn input[type="submit"] {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2;
    color: #FFF;
    background-color: #1473E6;
    border: none;
    cursor: pointer;
    display: inline-block;
}




/* フォーム */
input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="password"], 
textarea {
	width: 100%;
	padding: 10px 15px;
	font-family: "Noto Sans JP", serif;
	font-size: clamp(1.6rem, 1.42vw, 1.8rem);
	background-color: #FAFAF8;
	border: 1px solid #CBCBCB;
	border-radius: 5px;
}
.form input.pc10 { width: 10%; }
.form input.pc15 { width: 15%; }
.form input.pc20 { width: 20%; }
.form input.pc25 { width: 25%; }
.form input.pc30 { width: 30%; }
.form input.pc40 { width: 40%; }
.form input.pc50 { width: 50%; }
.form input.pc60 { width: 60%; }
.form input.pc70 { width: 70%; }
.form input.pc80 { width: 80%; }

.form select {
	padding: 10px 16px;
	background-color: #FAFAF8;
	border: 1px solid #CDCDCD;
	border-radius: 4px;
}
.form select.pc50 { width: 50%; }





input[type=radio], 
input[type=checkbox] {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.radio, 
.mwform-radio-field-text, 
.checkbox {
	position: relative;
	padding: 10px 0 10px 32px;
	font-size: clamp(1.6rem, 1.42vw, 1.8rem);
	line-height: 1.2;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.radio:before, 
.mwform-radio-field-text:before, 
.checkbox:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-color: #FAFAF8;
	border: 1px solid #9E9E9E;
	border-radius: 5px;
	display: block;
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}
.radio:before,
.mwform-radio-field-text:before {
	border-radius: 50%;
}
input[type=radio]:checked + .radio:before, 
input[type=radio]:checked + .mwform-radio-field-text:before, 
input[type=checkbox]:checked + .checkbox:before {
	background-color: #4E9249;
	border: 1px solid #4E9249;
}
.radio:after, 
.mwform-radio-field-text:after, 
.checkbox:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	display: block;
	z-index: 1;
	opacity: 0;
}
.radio:after,
.mwform-radio-field-text:after {
	left: 7px;
	width: 12px;
	height: 12px;
	margin-top: -5px;
	background-color: #FFF;
	border-radius: 50%;
}
.checkbox:after {
	left: 8px;
	width: 8px;
	height: 12px;
	margin-top: -10px;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=radio]:checked + .radio::after, 
input[type=radio]:checked + .mwform-radio-field-text::after, 
input[type=checkbox]:checked + .checkbox::after {
	opacity: 1;
}
input[type=radio]:checked + .radio::after,
input[type=radio]:checked + .mwform-radio-field-text::after {
	background-color: #FFF;
}
input[type=checkbox]:checked + .checkbox::after {
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}

@media only screen and (max-width: 767px){
.radio, 
.mwform-radio-field-text, 
.checkbox {
	padding: 10px 0 10px 28px;
	font-size: clamp(1.5rem, 1.42vw, 1.7rem);
	display: block;
}
.radio:before, 
.mwform-radio-field-text:before, 
.checkbox:before {
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.radio:after, 
.mwform-radio-field-text:after, 
.checkbox:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	display: block;
	z-index: 1;
	opacity: 0;
}
.radio:after,
.mwform-radio-field-text:after {
	left: 6px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background-color: #FFF;
	border-radius: 50%;
}
.checkbox:after {
	left: 6px;
	width: 6px;
	height: 10px;
	margin-top: -8px;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
}


/*
.mw_wp_form .vertical-item {
    display: block;
}
.mw_wp_form .horizontal-item {
    display: block;
}
*/
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}


.mw_wp_form.mw_wp_form_confirm .common_btn {
	margin-left: -20px;
	margin-right: -20px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.mw_wp_form.mw_wp_form_confirm .common_btn input {
	margin-left: 20px;
	margin-right: 20px;
}
.mw_wp_form.mw_wp_form_confirm .common_btn input[name="submitBack"] {
	background-color: #D6D3D2;
}
.recruit .mw_wp_form.mw_wp_form_confirm .common_btn input[name="submitBack"] {
	background: #B5AFAD;
}



@media screen and (max-width: 767px){


.form .err {
	font-size: 13px;
	font-size: 1.3rem;
}

.form .tbl_btn {
    margin-left: 10px;
}
.form .tbl_btn a, 
.form .tbl_btn button, 
.form .tbl_btn input[type="button"], 
.form .tbl_btn input[type="submit"] {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
}

/* フォーム */
.form input, 
.form select, 
.form textarea {
	font-size: 16px;
	font-size: 1.6rem;
}



.form input.pc10, 
.form input.pc15, 
.form input.pc20, 
.form input.pc25, 
.form input.pc30, 
.form input.pc40, 
.form input.pc50, 
.form input.pc60, 
.form input.pc70, 
.form input.pc80 {
	width: 100%;
}
.form input.sp_pc20 {	width: 20% !important; }
.form input.sp_pc25 {	width: 25% !important; }
.form input.sp_pc30 {	width: 30% !important; }
.form input.sp_pc40 {	width: 40% !important; }
.form input.sp_pc50 {	width: 50% !important; }
.form input.sp_pc60 {	width: 60% !important; }
.form input.sp_pc70 {	width: 70% !important; }
.form input.sp_pc75 {	width: 75% !important; }
.form input.sp_pc80 {	width: 80% !important; }
.form input.sp_pc90 {	width: 90% !important; }
.form select.sp_pc100 {	width: 100% !important; }

.form select.sp_pc60 { width: 60% !important; }


.mwform-radio-field-text, 
.checkbox {
	font-size: 16px;
	font-size: 1.6rem;
}


.mw_wp_form.mw_wp_form_confirm .common_btn {
	margin-left: 0;
	margin-right: 0;
  	display: block;
}
.mw_wp_form.mw_wp_form_confirm .common_btn input {
	margin-left: 0;
	margin-right: 0;
}

.mw_wp_form.mw_wp_form_confirm .common_btn input[name="submitBack"] {
	max-width: 80%;
	margin-top: 20px;
}
}


@media screen and (max-width: 543px){
.form .tbl_btn a, 
.form .tbl_btn button, 
.form .tbl_btn input[type="button"], 
.form .tbl_btn input[type="submit"] {
    font-size: 10px;
    font-size: 1.0rem;
}
}




/*----------------------------------------------------------
/* .contents コンテンツ
----------------------------------------------------------*/
/*
.contents.common {
	position: relative;
	z-index: 1;
}
*/

.common_btn {
	position: relative;
	margin: 50px auto;
	text-align: center;
	z-index: 10;
}

.common_btn a {
	min-width: 380px;
	padding: 30px 60px 30px 30px;
	font-family: "リュウミン M-KL", Ryumin Medium KL;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: left;
	text-decoration: none;
	line-height: 1.2;
	color: #463933;
	background: #FBD833 url("../img/common/common_ico13.png") no-repeat right 20px center / 38px 38px;
	border-radius: 3px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.common_btn a:hover {
	background-position: right 15px center;
}
.common_btn button, 
.common_btn input[type=button], 
.common_btn input[type=submit] {
	min-width: 380px;
	padding: 30px 60px 30px 30px;
	font-family: "リュウミン M-KL", Ryumin Medium KL;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: left;
	text-decoration: none;
	line-height: 1.2;
	color: #473A34;
	background: #FBDD53 url("../img/common/common_ico04.png") no-repeat right 20px center / 15px 12px;
	border-radius: 3px;
	display: inline-block;
	border: none;
	cursor: pointer;
}

.common_btn.recruit a {
	padding: 30px 20px;
	text-align: center;
	color: #FFF;
	background: #f24452;
	background: rgb(242,68,82);
	background: linear-gradient(135deg, rgba(242,68,82,1) 0%, rgba(245,135,75,1) 60%);
	border-radius: 0;
}
.common_btn.recruit button, 
.common_btn.recruit input[type=button], 
.common_btn.recruit input[type=submit] {
	padding: 30px 20px;
	text-align: center;
	color: #FFF;
	background: #f24452;
	background: rgb(242,68,82);
	background: linear-gradient(135deg, rgba(242,68,82,1) 0%, rgba(245,135,75,1) 60%);
	border-radius: 0;
}



@media screen and (max-width: 767px){
.common_btn {
	margin: 30px auto;

}
.common_btn a {
	width: 100%;
	min-width: inherit;
	padding: 20px 50px 20px 20px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-size: 30px 30px;
}
.common_btn button, 
.common_btn input[type=button], 
.common_btn input[type=submit] {
	width: 100%;
	min-width: inherit;
	padding: 20px 50px 20px 20px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}


.common_btn.recruit a {
	padding: 20px 20px;

}
.common_btn.recruit button, 
.common_btn.recruit input[type=button], 
.common_btn.recruit input[type=submit] {
	padding: 20px 20px;
}
}

.common_btn.nvy a, 
.common_btn.nvy button, 
.common_btn.nvy input[type=button], 
.common_btn.nvy input[type=submit] {
	background-color: #0E50A0;
}

.common_btn.blk a, 
.common_btn.blk button, 
.common_btn.blk input[type=button], 
.common_btn.blk input[type=submit] {
	background-color: #777;
}

.common_btn.gry a, 
.common_btn.gry button, 
.common_btn.gry input[type=button], 
.common_btn.gry input[type=submit] {
	background-color: #E1E1E1;
	color: #333;
}


.common_btn span {
	position: relative;
	padding-right: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	display: block;
}
.common_btn span:after {
	content: "\f105";
	position: absolute;
	top: 50%;
	right: -10px;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight: bold;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.common_btn.dl_ico span {
	padding-left: 30px;
}
.common_btn.dl_ico span:before {
	content: "";
	width: 21px;
	height: 20px;
	background: url(../img/common/common_ico13.png) left center;
	-moz-background-size: 21px 20px;
	-webkit-background-size: 21px 20px; 
	-o-background-size: 21px 20px;
	-ms-background-size: 21px 20px;
	background-size: 21px 20px;
}


.common_btn.pdf_ico span {
	padding-left: 25px;
}
.common_btn.pdf_ico span:before {
	content: "\f1c1";
	font-size: 18px;
	font-size: 1.8rem;
}


.common_btn.return_ico span {
}
.common_btn.return_ico span:before {
	content: "\f104";
	color: #333;
}




.common_btn.external_link_ico span {
	padding-right: 30px;
}
.common_btn.external_link_ico span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 18px;
	background: url(../img/common/common_ico14.png) right center;
	-moz-background-size: 20px 18px;
	-webkit-background-size: 20px 18px; 
	-o-background-size: 20px 18px;
	-ms-background-size: 20px 18px;
	background-size: 20px 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



.common_style .btn_set {
	margin-bottom: 0;
}
.common_style .btn_set li {
	margin-left: 0;
	padding-left: 0;
}
.common_style .btn_set li:before {
	content: "";
}

.btn_set, 
.common_style .btn_set {
	margin-bottom: 40px;
	text-align: center;
}
.btn_set .common_btn, 
.common_style .btn_set .common_btn {
	margin-bottom: 0;
	display: inline-block;
}

.btn_set .common_btn:nth-child(1), 
.common_style .btn_set .common_btn:nth-child(1) {
	margin-right: 40px;
}
.btn_set .common_btn:nth-child(2), 
.common_style .btn_set .common_btn:nth-child(2) {
	margin-left: 40px;
}

.common_style.form .btn_set .common_btn {
	display: block;
}
.common_style.form .btn_set .common_btn:nth-child(1) {
	float: right;
	margin-right: 0;
}
.common_style.form .btn_set .common_btn:nth-child(2) {
	float: left;
	margin-left: 0;
}






/* Desktop ****************************/
@media (min-width: 768px){
.common_btn.gry a:hover,
.common_btn.gry button:hover, 
.common_btn.gry input[type=button]:hover, 
.common_btn.gry input[type=submit]:hover {
	-webkit-filter: brightness(0.9);
	-moz-filter: brightness(0.9);
	-ms-filter: brightness(0.9);
	filter: brightness(0.9);
}
}



@media screen and (max-width: 991px){
}


@media screen and (max-width: 767px){
.common_btn a {
	width: 100%;
}
.common_btn span {
	text-align: center;
}


.btn_set .common_btn:nth-child(1), 
.common_style .btn_set .common_btn:nth-child(1) {
	margin-right: 0;
	margin-bottom: 20px;
}
.btn_set .common_btn:nth-child(2), 
.common_style .btn_set .common_btn:nth-child(2) {
	margin-left: 0;
}


.common_style.form .btn_set .common_btn:nth-child(1) {
	float: none;
}
.common_style.form .btn_set .common_btn:nth-child(2) {
	float: none;
}
.common_style.form .btn_set .common_btn:nth-child(2) {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}




/*----------------------------------------------------------
/* .page_top ページトップ
----------------------------------------------------------*/
.page_top {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 20px;
	bottom: 0;
	background-color: rgba(0,0,0,0.25);
	border-radius: 50%;
	z-index: 1000;
 	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.page_top a {
	position: relative;
	width: 50px;
	height: 50px;
	text-decoration: none;
	display: block;
}
.page_top:hover {
 	background-color: rgba(251,221,83,0.75);
}
.page_top a::before {
	content: '\f062';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	margin: auto;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	color: #FFF;
}


/* PC用 *******************************/
@media (min-width: 768px){
}

/* SP用 *******************************/
@media screen and (max-width: 767px){
.page_top {
	width: 40px;
	height: 40px;
	right: 10px;
}
.page_top a {
	width: 40px;
	height: 40px;
}
.page_top a::before {
	width: 20px;
	height: 20px;
	font-size: 20px;
}

}


/*----------------------------------------------------------
/* .foot_contact おつど塗装に、お任せください。
----------------------------------------------------------*/
.foot_contact {
	background: url("../img/common/common_bg09.png") no-repeat center bottom 75px;
}
.foot_contact_inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}
.foot_contact .info_outer {
	max-width: 1130px;
	margin: 0 auto 30px;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	*/
}
.foot_contact .symbol_flag {
	width: 30.88%;
}
.foot_contact .info_box {
	width: 63.71%;
	margin-top: 50px;
}
.foot_contact .title_box {
	position: relative;
	/*padding-left: 80px;*/
	margin-bottom: 0;
}
.foot_contact .title_box {
	font-size: clamp(3.0rem, 2.083vw, 4.0rem);
}

.foot_contact .lead_txt {
	margin-bottom: 0;
	text-shadow:
		0 2px 3px rgba(255,255,255,0.5),
		2px 0 3px rgba(255,255,255,0.5),
		0 -2px 3px rgba(255,255,255,0.5),
		-2px 0 3px rgba(255,255,255,0.5),
		-2px -2px 3px rgba(255,255,255,0.5),
		2px -2px 3px rgba(255,255,255,0.5),
		-2px 2px 3px rgba(255,255,255,0.5),
		2px 2px 3px rgba(255,255,255,0.5);
}
.foot_contact .title_box .lead_txt strong {
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color: transparent;
	color: #584841;
}

.foot_contact .recommend_point {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.foot_contact .recommend_point li {
	margin: 0 2px;
	padding: 10px 20px;
	font-size: 18px;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	color: #584841;
	background-color: #FFF;
	border: 2px solid #584841;
	border-radius: 20px;
}
.foot_contact .recommend_point li * {
	font-weight: bold;
}
.foot_contact .zoom_bnr {
	margin-bottom: 60px;
}

@media screen and (max-width: 1260px){
.foot_contact .title_box .title {
    font-size: 36px;
    font-size: 3.6rem;
}
.foot_contact .title_box .lead_txt {
    font-size: 16px;
    font-size: 1.6rem;
}
.foot_contact .recommend_point li {
	padding: 10px;
	font-size: 16px;
	font-size: 1.6em;
}
}
@media screen and (max-width: 1150px){
.foot_contact .title_box .title {
    font-size: 31px;
    font-size: 3.1rem;
}
}


@media screen and (max-width: 991px){
.foot_contact .info_box {
	margin-top: 40px;
}
.foot_contact .title_box .title {
    font-size: 26px;
    font-size: 2.6rem;
}
.foot_contact .recommend_point li {
	font-size: 14px;
	font-size: 1.4em;
}
.cta_set .contact_btn .flag {
	top: 10px;
	left: 10px;
}
.cta_set .contact_btn .flag::before {
	top: -10px;
	left: -10px;
	border-top: 35px solid #D51326;
	border-left: 45px solid #D51326;
	border-right: 45px solid transparent;
	border-bottom: 35px solid transparent;
}



.cta_set .contact_btn dt {
	margin-bottom: 10px;
}
.cta_set .contact_btn dd {
    min-width: 300px;
}
}

@media screen and (max-width: 820px){
.foot_contact .title_box .title {
    font-size: 24px;
    font-size: 2.4rem;
}
}


@media screen and (max-width: 767px){
.foot_contact {
	background: url("../img/common/common_bg09-sp.png") no-repeat center bottom 40px / cover;
}
.foot_contact_inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}

.foot_contact .info_outer {
	margin: 0 auto 20px;
  	display: block;
}
.foot_contact .symbol_flag {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.foot_contact .symbol_flag img {
	width: calc(349px * 0.5);
	height: calc(224px * 0.5);
}
.foot_contact .info_box {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.foot_contact .title_box {
	margin: 0 auto;
	position: relative;
	padding-left: 0;
	text-align: center !important;
	display: inline-block;
}
.foot_contact .title_box::before {
	display: none;
}
.foot_contact .title_box .title {
	position: relative;
	text-align: center !important;
	display: inline-block;
	font-size: max(5.2151vw, 2.0rem);
}
.foot_contact .lead_txt .br_switch {
	display: inline;
}

.foot_contact .zoom_bnr {
	margin-bottom: 30px;
}
.cta_set .contact_btn {
 	margin: 0;
  	display: block;
}

.cta_set .contact_btn div {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
  	display: block;
	border-radius: 6px;
	overflow: hidden;
}

.cta_set .contact_btn a {
	width: 100%;
	height: auto;
	padding: 20px 10px 15px;
  	display: block;
}
.cta_set .contact_btn .tel a {
	pointer-events: auto;
}
.cta_set .contact_btn .flag {
	top: 10px;
	left: 10px;
	font-size: 12px;
	font-size: 1.2em;
}
.cta_set .contact_btn .flag::before {
	top: -10px;
	left: -10px;
	border-top-width: 25px;
	border-left-width: 35px;
	border-right-width: 35px;
	border-bottom-width: 25px;
}

.cta_set .contact_btn dl {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.cta_set .contact_btn dt {
	margin-bottom: 10px;
	padding-left: 35px;
	background-size: calc(55px * 0.5) calc(44px * 0.5);
	display: inline-block;
}


.cta_set .contact_btn .tel dt {
	font-size: 24px;
	font-size: 2.4rem;
}
.cta_set .contact_btn .mail dt {
	font-size: 18px;
	font-size: 1.8rem;
}
.cta_set .contact_btn dd {
	min-width: inherit;
	padding: 2.5px 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

}

@media screen and (max-width: 543px){
/*
.foot_contact .title_box .title {
	font-size: 22px;
	font-size: 2.2rem;
}
*/

.foot_contact .recommend_point {
  	display: block;
}
.foot_contact .recommend_point li {
	width: 100%;
	margin: 0 2px 10px;
	padding: 5px 10px;
	font-size: 14px;
	font-size: 1.4em;
	text-align: center;
}
}

@media screen and (max-width: 320px){
.foot_contact .title_box .lead_txt {
	font-size: 14px;
	font-size: 1.4rem;
}
.cta_set .contact_btn dt {
	margin-left: 10px;
}

.cta_set .contact_btn .tel dt {
	font-size: 22px;
	font-size: 2.2rem;
}
.cta_set .contact_btn .mail dt {
	font-size: 16px;
	font-size: 1.6rem;
}
}

</pre></body></html>