@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap&family=Noto+Sans+JP:wght@100..900&display=swap');

html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
}
html, body {
	overflow-x: hidden;
}
main {
	display: block;
	position: relative;
	transition: all 0.5s;
}
.tx-center,
.has-text-align-center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left !important;
}
.txt_blue {
	color: #00B9F2;
}
b {
	font-weight: bold;
}
.txt_red {
	color: #E5002D;
}
figure,div {
	line-height: 0;
}
p.annotation_indent {
	text-indent: -16px;
	padding-left: 16px;
}
#topback {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 60px;
    height: 60px;
    background: rgba(51,51,51, 0.8);
    z-index: 2;
    cursor: pointer;
    border: 1px solid #fff;
	border-radius: 50%;
}
#topback::after {
    position: absolute;
    content: "";
    top: 26px;
    right: 0;
	left: 0;
	margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
main {
	padding-top: 120px;
}
dl {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, dl dt, dl dd, td, th, ul li, ol li, figcaption, p {
	color: #333;
}
a {
	text-decoration: none;
}
p {
	font-size: 16px;
	font-weight: 200;
	line-height: 2;
}
p.f-14 {
	font-size: 14px;
	line-height: 1.71;
}
p.f-20 {
	font-size: 2rem;
	line-height: 1.5;
}
p.f-24 {
	font-size: 2.4rem;
	line-height: 1.5;
}
.f-w500 {
	font-weight: 500;
}
img {
	max-width: 100%;
}

.container {
	opacity: 0;
	pointer-events: none;
	position: relative;
	z-index: 2;
}
body.appear .container {
	animation-name: PageAnime-content;
	animation-duration: 0.55s;
	animation-delay: 0.55s;
	animation-fill-mode: forwards;
	opacity: 0;
	pointer-events: auto;
}
.animation .container {
	opacity: 1;
	pointer-events: auto;
}
.gradation .animation-bg {
	--color01: 255, 255, 255;
	background: linear-gradient(180deg, rgba(var(--color01), 1) 0%, rgba(var(--color01), 0) 100%);
	background-size: 200% 200%;
	content: "";
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	animation-name: PageAnime-gradation;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	pointer-events: none;
}

@keyframes PageAnime-gradation {
	0% {
		background-position: 100% 0;
	}

	100% {
		background-position: 100% 100%;
	}
}

@keyframes PageAnime-content {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#js-mouse {
    pointer-events: none;
    position: fixed;
    top: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: rgba(230, 230, 230, 0.3);
    border-radius: 50%;
    transform: translate(0, 0);
    transition: transform 0.5s ease-out, width 0.5s ease-out, height 0.5s ease-out; /* 変更点：widthとheightにもtransitionを追加 */
    z-index: 9999;
    opacity: 0;
}
#js-mouse.js-hover {
    width: 80px;
    height: 80px;
    background-color: rgba(230, 230, 230, 0.3);
}

.fadeIn {
	opacity: 0;
}
.fadeIn.add {
    animation-name: fadeIn;
    animation-duration: 1s;
	animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    transform: translateY(30px);
    opacity: 0;
}
#home .fadeInmain {
    opacity: 0;
}

#home .fadeInmain.add {
    animation-name: fadeIn;
    animation-delay: 1.5s;
    animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    transform: translateY(30px);
    opacity: 0;
}
@keyframes fadeIn {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

header {
	position: fixed;
	width: 100%;
	z-index: 100;
	height: 120px;
}
header {
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
header h1 {
	max-width: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin-right: auto;
	flex-direction: column;
}
header h1 span {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	margin-left: -10px;
	position: relative;
	top: 5px;
}
header .logo a {
	line-height: 0;
}
header .btn_contact a {
	background: #c30d23;
	color: #fff;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px;
	border-radius: 50px;
	width: 240px;
	display: flex;
	justify-content: center;
	position: relative;
	transition: .5s ease-in-out;
}
header .btn_contact a:hover {
	opacity: 0.8;
}
header .btn_contact a:before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
header .btn_contact a:hover::before {
	animation: shine 0.7s;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
#home .sec01 {
	height: clamp(546px, 40.625vw, 780px);
	position: relative;
	overflow: hidden;
}
#home .sec01 .bg_main {
	height: 100%;
	background: url(../images/main_img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	animation-name: animationZoom;
	animation-delay: 2s;
	animation-duration: 7s;
	transform: scale(1.15);
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

@keyframes animationZoom {
	100% {
		transform: scale(1.0);
	}
}
#home .sec01 h2 {
	position: absolute;
	font-size: clamp(4.3rem, 3.229vw, 6.2rem);
	line-height: 1.4;
	display: flex;
	align-items: center;
	height: 100%;
	top: 0;
	bottom: 0;
	margin: auto 0 auto 4.427%;
	color: #fff;
	z-index: 2;
}
#home .sec01 .main01 {
	position: absolute;
	left: 16px;
	bottom: 0;
	animation-name: slideTextX100;
	animation-delay: 1s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
	max-width: clamp(150px, 26.041vw, 500px);
}
@keyframes slideTextX100 {
	from {
		transform: translateX(-30%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}
#home .sec01 .main02 {
	position: absolute;
	right: 0;
	top: 0;
	animation-name: slideTextX-100;
	animation-delay: 0.5s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
	max-width: clamp(70px, 11.406vw, 219px);
}
@keyframes slideTextX-100 {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}
#home .sec02 {
	background: url(../images/sec02_bg.png) no-repeat;
}
#home .sec02 h2 {
	font-size: 4rem;
	line-height: 1.6;
	text-align: center;
}
#home .sec02 .flex_wrap {
	display: flex;
}
#home .sec02 .flex_wrap .left {
	width: 41.66%;
	margin-right: 5%;
}
#home .sec02 .flex_wrap .left h3 {
	font-size: 3.2rem;
	line-height: 1.6;
}
#home .sec02 .flex_wrap .right {
	width: calc(100% - 41.66% - 5%);
}
#home .sec02 .flex_wrap .right .box01 {
	background: rgba(227, 209, 194, 0.5);
	padding: clamp(20px, 2.083vw, 40px);
}
#home .sec03,
#home .sec05 {
	background: #f3f0ea;
}
#home .sec03 h2 span,
#home .sec04 h2 span,
#home .sec05 h2 span,
#home .sec06 h2 span {
	color: #c30d23;
	font-size: 1.2rem;
	display: block;
}
#home .sec03 h2,
#home .sec04 h2,
#home .sec05 h2,
#home .sec06 h2 {
	font-size: 2.8rem;
	line-height: 1.4;
	padding-bottom: 15px;
	position: relative;
	margin-top: 8px;
}
#home .sec03 h2::after,
#home .sec04 h2::after,
#home .sec05 h2::after,
#home .sec06 h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: #aaa;
}
#home .sec03 h2::before,
#home .sec04 h2::before,
#home .sec05 h2::before,
#home .sec06 h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 30%;
	background: #c30d23;
	z-index: 2;
}
#home .sec03 ul,
#home .sec04 ul {
	display: flex;
	flex-wrap: wrap;
}
#home .sec03 ul li .thumb_wrap,
#home .sec04 ul li .thumb_wrap {
	display: flex;
	align-items: center;
}
#home .sec03 ul li .thumb_wrap div,
#home .sec04 ul li .thumb_wrap div {
	width: 33.33%;
}
#home .sec03 ul li .thumb_wrap h3,
#home .sec04 ul li .thumb_wrap h3 {
	width: calc(100% - 33.33%);
	font-size: 2.4rem;
	position: relative;
	text-align: center;
	margin-bottom: 34px;
	margin-left: 20px;
}
#home .sec03 ul li .thumb_wrap h3::after,
#home .sec04 ul li .thumb_wrap h3::after {
	content: "";
	position: absolute;
	height: 4px;
	width: 100%;
	background: #f3f0ea;
	box-shadow: 2px 8px 10px 0px rgba(0, 0, 0, 0.2);
	left: 0;
	right: 0;
	bottom: -4px;
	margin: auto;
}
#home .sec04 ul li .thumb_wrap h3::after {
	background: #fff;
}
#home .sec04 ul li h4 {
	font-size: 18px;
	margin-top: 15px;
}
#home .sec05 ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1020px;
	margin: auto;
}
#home .sec05 ul li p {
	font-size: 18px;
	margin-top: 10px;
}
#home .sec06 ul li {
	display: flex;
	flex-wrap: wrap;
}
#home .sec06 ul li h3 {
	font-size: 18px;
}
#home .sec06 ul li .left {
	max-width: 500px;
	width: 41.66%;
	margin-right: 12%;
}
#home .sec06 ul li .right {
	width: 41.66%;
	max-width: 500px;
}
address {
	max-width: 900px;
	margin: auto;
	border-radius: 10px;
	border: 1px solid #c30d23;
	padding-right: clamp(20px, 4.166vw, 80px);
	padding-left: clamp(20px, 4.166vw, 80px);
	padding-top: clamp(20px, 2.083vw, 40px);
	padding-bottom: clamp(20px, 2.083vw, 40px);
}
address ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
address ul li {
	width: calc((100% - 60px) / 2);
	margin-right: 60px;
}
address ul li:last-child {
	margin-right: 0;
	display: flex;
	align-items: flex-end;
}
address h2,
address ul li a,
address ul li span {
	font-family: "Noto Sans JP", sans-serif;
}
address ul li:first-child a {
	color: #fff;
	background: #c30d23;
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	height: 100%;
	padding: 20px;
	font-size: clamp(16px, 0.9375vw, 18px);
	font-weight: bold;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: .5s ease-in-out;
}
address ul li:first-child a:hover {
	opacity: 0.8;
}
address ul li:first-child a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
address ul li:first-child a:hover::before {
	animation: shine 0.7s;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
address h2 {
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 500;
	
}
address ul li:last-child a,
address ul li:last-child span {
	font-weight: 600;
	color: #c30d23;
	display: block;
	line-height: 1.2;
}
address ul li:last-child a {
	font-size: clamp(36px, 2.239vw, 43px);
	white-space: nowrap
}
address ul li:last-child span {
	font-size: 2.4rem;
	position: relative;
	bottom: 2px;
}
.footer-menu {
	background: #666;
	margin-top: clamp(50px, 7.8125vw, 150px);
}
.footer-menu small {
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	display: block;
	letter-spacing: 0.05em;
}




.mb0 {
	margin-bottom: 0 !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt12 {
	margin-top: 12px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt85 {
	margin-top: 85px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt95 {
	margin-top: 95px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt105 {
	margin-top: 105px !important;
}
.mt110 {
	margin-top: 110px !important;
}
.mt115 {
	margin-top: 115px !important;
}
.mt120 {
	margin-top: 120px !important;
}
.mt125 {
	margin-top: 125px !important;
}
.mt130 {
	margin-top: 130px !important;
}
.mt135 {
	margin-top: 135px !important;
}
.mt140 {
	margin-top: 140px !important;
}
.mt145 {
	margin-top: 145px !important;
}
.mt150 {
	margin-top: 150px !important;
}
.mt155 {
	margin-top: 155px !important;
}
.mt160 {
	margin-top: 160px !important;
}
.mt180 {
	margin-top: 180px !important;
}
.mt200 {
	margin-top: 200px !important;
}
.mr3 {
	margin-right: 3px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr55 {
	margin-right: 55px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr75 {
	margin-right: 75px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mr110 {
	margin-right: 110px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb120 {
	margin-bottom: 120px !important;
}
.mb130 {
	margin-bottom: 130px !important;
}
.mb150 {
	margin-bottom: 150px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml100 {
	margin-left: 100px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt55 {
	padding-top: 55px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt75 {
	padding-top: 75px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt85 {
	padding-top: 85px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pt95 {
	padding-top: 95px !important;
}
.pt100 {
	padding-top: 100px !important;
}
.pt110 {
	padding-top: 110px !important;
}
.pt120 {
	padding-top: 120px !important;
}
.pt130 {
	padding-top: 130px !important;
}
.pt135 {
	padding-top: 135px !important;
}
.pt140 {
	padding-top: 140px !important;
}
.pt145 {
	padding-top: 145px !important;
}
.pt150 {
	padding-top: 150px !important;
}
.pt160 {
	padding-top: 160px !important;
}
.pt170 {
	padding-top: 170px !important;
}
.pt185 {
	padding-top: 180px !important;
}
.pr55 {
	padding-right: 55px !important;
}
.pr80 {
	padding-right: 80px !important;
}
.pr150 {
	padding-right: 150px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb55 {
	padding-bottom: 55px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pb75 {
	padding-bottom: 75px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pb85 {
	padding-bottom: 85px !important;
}
.pb100 {
	padding-bottom: 100px !important;
}
.pb110 {
	padding-bottom: 110px !important;
}
.pb120 {
	padding-bottom: 120px !important;
}
.pb125 {
	padding-bottom: 125px !important;
}
.pb130 {
	padding-bottom: 130px !important;
}
.pb140 {
	padding-bottom: 140px !important;
}
.pb150 {
	padding-bottom: 150px !important;
}
.pb160 {
	padding-bottom: 160px !important;
}
.pb200 {
	padding-bottom: 200px !important;
}
.pb220 {
	padding-bottom: 220px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.pl80 {
	padding-left: 80px !important;
}
.pl150 {
	padding-left: 150px !important;
}


@media screen and (min-width: 1367px) {
	.minw1367none {
		display: none;
	}
}
@media screen and (min-width: 1366px) {
	.minw1366none {
		display: none;
	}
}
@media screen and (max-width: 1366px) {
	.max1366none {
		display: none;
	}
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
	.maxw1366minw769none {
		display: none;
	}
}
@media screen and (max-width: 1365px) {
	.maxw1365none {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.minw1200none {
		display: none;
	}
	.wrap,
	.wrap01,
	.wrap03 {
		width: 1200px;
		margin: auto;
	}
	.wrap05 {
		max-width: 1200px;
		margin: auto;
	}
}

@media screen and (max-width: 1199px) {
	html,
	body {
		overflow-x: hidden;
	}
	.maxw1199none {
		display: none;
	}
	.wrap {
		padding-left: 40px;
		padding-right: 40px;
	}
	address {
		margin-right: 40px;
		margin-left: 40px;
	}
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
	.maxw1599min1025none {
		display: none;
	}
}
@media screen and (min-width: 1025px) {
	.pcnone,
	.minw1025none {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	html {
		font-size: 60%;
	}
	#js-mouse {
		display: none;
	}
	#home .sec01 .bg_main {
		background-position: 40%;
	}
	address ul li {
		width: calc((100% - 30px) / 2);
		margin-right: 30px;
	}
	.mt15 {
		margin-top: 10px !important;
	}
	.mt20 {
		margin-top: 15px !important;
	}
	.mt25 {
		margin-top: 18px !important;
	}
	.mt30 {
		margin-top: 20px !important;
	}
	.mt35 {
		margin-top: 25px !important;
	}
	.mt40 {
		margin-top: 30px !important;
	}
	.mt45 {
		margin-top: 30px !important;
	}
	.mt50 {
		margin-top: 35px !important;
	}
	.mt55 {
		margin-top: 35px !important;
	}
	.mt60 {
		margin-top: 40px !important;
	}
	.mt65 {
		margin-top: 40px !important;
	}
	.mt70 {
		margin-top: 40px !important;
	}
	.mt75 {
		margin-top: 50px !important;
	}
	.mt80 {
		margin-top: 55px !important;
	}
	.mt95 {
		margin-top: 65px !important;
	}
	.mt100 {
		margin-top: 70px !important;
	}
	.mt110 {
		margin-top: 75px !important;
	}
	.mt115 {
		margin-top: 80px !important;
	}
	.mt120 {
		margin-top: 80px !important;
	}
	.mt125 {
		margin-top: 80px !important;
	}
	.mt130 {
		margin-top: 80px !important;
	}
	.mt135 {
		margin-top: 80px !important;
	}
	.mt140 {
		margin-top: 85px !important;
	}
	.mt145 {
		margin-top: 90px !important;
	}
	.mt150 {
		margin-top: 100px !important;
	}
	.mt155 {
		margin-top: 100px !important;
	}
	.mt160 {
		margin-top: 100px !important;
	}
	.mt180 {
		margin-top: 100px !important;
	}
	.mt200 {
		margin-top: 100px !important;
	}
	.mt85 {
		margin-top: 60px !important;
	}
	.mr55 {
		margin-right: 35px !important;
	}
	.mr70 {
		margin-right: 45px !important;
	}
	.mr90 {
		margin-right: 60px !important;
	}
	.mr110 {
		margin-right: 75px !important;
	}
	.mb40 {
		margin-bottom: 30px !important;
	}
	.mb60 {
		margin-bottom: 40px !important;
	}
	.ml20 {
		margin-left: 15px !important;
	}
	.pt50 {
		padding-top: 35px !important;
	}
	.pt55 {
		padding-top: 35px !important;
	}
	.pt60 {
		padding-top: 40px !important;
	}
	.pt70 {
		padding-top: 45px !important;
	}
	.pt75 {
		padding-top: 50px !important;
	}
	.pt80 {
		padding-top: 55px !important;
	}
	.pt85 {
		padding-top: 60px !important;
	}
	.pt90 {
		padding-top: 60px !important;
	}
	.pt95 {
		padding-top: 65px !important;
	}
	.pt100 {
		padding-top: 70px !important;
	}
	.pt110 {
		padding-top: 80px !important;
	}
	.pt120 {
		padding-top: 80px !important;
	}
	.pt130 {
		padding-top: 80px !important;
	}
	.pt135 {
		padding-top: 80px !important;
	}
	.pt140 {
		padding-top: 80px !important;
	}
	.pt145 {
		padding-top: 90px !important;
	}
	.pt150 {
		padding-top: 100px !important;
	}
	.pt160 {
		padding-top: 100px !important;
	}
	.pt170 {
		padding-top: 100px !important;
	}
	.pt185 {
		padding-top: 100px !important;
	}
	.pr80 {
		padding-right: 55px !important;
	}
	.pb50 {
		padding-bottom: 30px !important;
	}
	.pb55 {
		padding-bottom: 35px !important;
	}
	.pb60 {
		padding-bottom: 40px !important;
	}
	.pb70 {
		padding-bottom: 50px !important;
	}
	.pb75 {
		padding-bottom: 50px !important;
	}
	.pb40 {
		padding-bottom: 30px !important;
	}
	.pb80 {
		padding-bottom: 50px !important;
	}
	.pb85 {
		padding-bottom: 55px !important;
	}
	.pb110 {
		padding-bottom: 75px !important;
	}
	.pb120 {
		padding-bottom: 80px !important;
	}
	.pb125 {
		padding-bottom: 80px !important;
	}
	.pb130 {
		padding-bottom: 80px !important;
	}
	.pb140 {
		padding-bottom: 90px !important;
	}
	.pb150 {
		padding-bottom: 100px !important;
	}
	.pb160 {
		padding-bottom: 100px !important;
	}
	.pb200 {
		padding-bottom: 100px !important;		
	}
	.pl80 {
		padding-left: 50px !important;
	}
	.md_pt30 {
		padding-top: 30px !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.minw769maxw1024none {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.minw768maxw1024none {
			display: none;
	}
}
@media screen and (min-width: 769px) {
	.minw769none {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.minw768none {
		display: none;
	}
	#home .sec03 ul li,
	#home .sec04 ul li {
		width: calc((100% - 10%) / 3);
		margin-right: 5%;
		margin-bottom: 60px;
	}
	#home .sec03 ul li:nth-child(3n),
	#home .sec04 ul li:nth-child(3n) {
		margin-right: 0;
	}
	#home .sec05 ul li {
		width: calc((100% - 120px) / 3);
		margin-right: 60px;
		margin-bottom: 60px;
	}
	#home .sec05 ul li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 50%;
	}
	.maxw768none {
		display: none;
	}
}
@media screen and (max-width: 1024px) and (min-width: 481px) {
	.maxw1024minw481none {
		display: none;
	}
}
@media screen and (max-width: 768px) and (min-width: 481px) {
}
@media screen and (max-width: 767px) {
	header {
		height: 70px;
	}
	#home header h1 {
		max-width: 180px;
		padding-bottom: 10px;
	}
	main {
		padding-top: 70px;
	}
	header h1 span {
		font-size: 10px;
		margin-left: 20px;
	}
	header .btn_contact a {
		padding: 10px;
		font-size: 15px;
		max-width: clamp(120px, 26.07vw, 200px);
	}
	#home .sec02 .flex_wrap {
		flex-direction: column;
	}
	#home .sec02 .flex_wrap .left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	#home .sec02 .flex_wrap .right {
		width: 100%;
	}
	#home .sec02 .flex_wrap .right img {
		max-width: 480px;
		width: 100%;
	}
	#home .sec06 ul li {
		flex-direction: column;
	}
	#home .sec06 ul li .left {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	#home .sec06 ul li .right {
		width: 100%;
		max-width: 480px;
	}
	address ul {
		flex-direction: column;
	}
	address ul li {
		width: 100%;
	}
	address ul li:first-child {
		margin-bottom: 15px;
		margin-right: 0;
	}
	address ul li:first-child a {
		margin-right: auto;
	}
	address ul li:last-child {
		justify-content: center;
	}
}
@media screen and (max-width: 767px) and (min-width: 481px) {
	#home .sec03 ul li,
	#home .sec04 ul li {
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	#home .sec03 ul li:nth-child(3n),
	#home .sec04 ul li:nth-child(2n) {
		margin-right: 0;
	}
	#home .sec05 ul li {
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	#home .sec05 ul li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) and (min-width: 375px) {
	.maxw767minw375none {
		display: none;
	}
}

@media screen and (min-width: 481px) {
	.minw481none {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.maxw480none {
		display: none;
	}
	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	address {
		margin-right: 20px;
		margin-left: 20px;
	}
	p {
		font-size: 15px;
	}
	#home .sec01 {
		height: 507px;
	}
	#home .sec01 .bg_main {
		background: url(../images/main_img_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		transform: scale(1.1);
	}
	#home .sec01 h2 {
		align-items: flex-end;
		margin: 0;
		padding: 20px 20px 40px;
		font-size: clamp(3.2rem, 7.8vw, 4.3rem);
	}
	#home .sec02 {
		background-position: 115%;
	}
	#home .sec02 p {
		text-align: left;
	}
	#home .sec02 h2 {
		font-size: 3.6rem;
	}
	#home .sec03 ul li,
	#home .sec04 ul li {
		width: 100%;
		max-width: 360px;
		margin: 0 auto 40px;
	}
	#home .sec03 ul li:last-child(),
	#home .sec04 ul li:last-child() {
		margin-right: 0;
	}
	#home .sec03 ul li .thumb_wrap div,
	#home .sec04 ul li .thumb_wrap div {
		width: 20%;
		max-width: 80px;
	}
	#home .sec03 ul li .thumb_wrap h3,
	#home .sec04 ul li .thumb_wrap h3 {
		width: 80%;
		margin-left: 10px;
		text-align: left;
		padding-left: 10px;
	}
	#home .sec05 ul {
		flex-direction: column;
	}
	#home .sec05 ul li {
		max-width: 360px;
		margin: 0 auto 20px;
	}
	.mt10 {
		margin-top: 5px !important;
	}
	.mt12 {
		margin-top: 6px !important;
	}
	.mt15 {
		margin-top: 7px !important;
	}
	.mt20 {
		margin-top: 10px !important;
	}
	.mt25 {
		margin-top: 10px !important;
	}
	.mt30 {
		margin-top: 15px !important;
	}
	.mt35 {
		margin-top: 15px !important;
	}
	.mt40 {
		margin-top: 20px !important;
	}
	.mt45 {
		margin-top: 20px !important;
	}
	.mt50 {
		margin-top: 25px !important;
	}
	.mt55 {
		margin-top: 25px !important;
	}
	.mt60 {
		margin-top: 30px !important;
	}
	.mt65 {
		margin-top: 30px !important;
	}
	.mt70 {
		margin-top: 35px !important;
	}
	.mt75 {
		margin-top: 35px !important;
	}
	.mt80 {
		margin-top: 40px !important;
	}
	.mt85 {
		margin-top: 40px !important;
	}
	.mt90 {
		margin-top: 45px !important;
	}
	.mt95 {
		margin-top: 45px !important;
	}
	.mt100 {
		margin-top: 50px !important;
	}
	.mt110 {
		margin-top: 50px !important;
	}
	.mt115 {
		margin-top: 50px !important;
	}
	.mt120 {
		margin-top: 50px !important;
	}
	.mt125 {
		margin-top: 50px !important;
	}
	.mt130 {
		margin-top: 50px !important;
	}
	.mt135 {
		margin-top: 50px !important;
	}
	.mt140 {
		margin-top: 50px !important;
	}
	.mt150 {
		margin-top: 50px !important;
	}
	.mt155 {
		margin-top: 50px !important;
	}
	.mt160 {
		margin-top: 50px !important;
	}
	.mt180 {
		margin-top: 50px !important;
	}
	.mt200 {
		margin-top: 80px !important;
	}
	.mr55 {
		margin-right: 25px !important;
	}
	.mb10 {
		margin-bottom: 5px !important;
	}
	.mb20 {
		margin-bottom: 10px !important;
	}
	.mb30 {
		margin-bottom: 15px !important;
	}
	.mb40 {
		margin-bottom: 20px !important;
	}
	.mb50 {
		margin-bottom: 25px !important;
	}
	.mb60 {
		margin-bottom: 30px !important;
	}
	.mb70 {
		margin-bottom: 35px !important;
	}
	.mb80 {
		margin-bottom: 40px !important;
	}
	.mb90 {
		margin-bottom: 45px !important;
	}
	.mb100 {
		margin-bottom: 50px !important;
	}
	.mb120 {
		margin-bottom: 60px !important;
	}
	.mb150 {
		margin-bottom: 70px !important;
	}
	.ml20 {
		margin-left: 10px !important;
	}
	.ml100 {
		margin-left: 50px !important;
	}
	.pt50 {
		padding-top: 25px !important;
	}
	.pt55 {
		padding-top: 25px !important;
	}
	.pt60 {
		padding-top: 30px !important;
	}
	.pt70 {
		padding-top: 35px !important;
	}
	.pt75 {
		padding-top: 35px !important;
	}
	.pt80 {
		padding-top: 40px !important;
	}
	.pt90 {
		padding-top: 45px !important;
	}
	.pt100 {
		padding-top: 50px !important;
	}
	.pt110 {
		padding-top: 50px !important;
	}
	.pt120 {
		padding-top: 50px !important;
	}
	.pt130 {
		padding-top: 50px !important;
	}
	.pt135 {
		padding-top: 50px !important;
	}
	.pt140 {
		padding-top: 50px !important;
	}
	.pt145 {
		padding-top: 50px !important;
	}
	.pt150 {
		padding-top: 50px !important;
	}
	.pt160 {
		padding-top: 50px !important;
	}
	.pt185 {
		padding-top: 50px !important;
	}
	.pb30 {
		padding-bottom: 15px !important;
	}
	.pb40 {
		padding-bottom: 20px !important;
	}
	.pb55 {
		padding-bottom: 25px !important;
	}
	.pb50 {
		padding-bottom: 25px !important;
	}
	.pb60 {
		padding-bottom: 30px !important;
	}
	.pb70 {
		padding-bottom: 35px !important;
	}
	.pb75 {
		padding-bottom: 35px !important;
	}
	.pb80 {
		padding-bottom: 40px !important;
	}
	.pb85 {
		padding-bottom: 45px !important;
	}
	.pb100 {
		padding-bottom: 50px !important;
	}
	.pb110 {
		padding-bottom: 50px !important;
	}
	.pb120 {
		padding-bottom: 50px !important;
	}
	.pb125 {
		padding-bottom: 50px !important;
	}
	.pb130 {
		padding-bottom: 50px !important;
	}
	.pb140 {
		padding-bottom: 50px !important;
	}
	.pb150 {
		padding-bottom: 50px !important;
	}
	.pb160 {
		padding-bottom: 50px !important;
	}
	.pb200 {
		padding-bottom: 80px !important;
	}
	.pb220 {
		padding-bottom: 110px !important;
	}
	.sp_mb0 {
		margin-bottom: 0 !important;
	}
	main nav.pankuzu ol li span {
		font-size: 13px;
		line-height: 1.3;
		display: inline-block;
	}
}
@media screen and (min-width: 376px) {
	.minw376none {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	.maxw375none {
		display: none;
	}
	address ul li:last-child a {
		font-size: clamp(26px, 8.53vw, 32px);
	}
}
@media screen and (max-width: 374px) {
	.maxw374none {
		display: none;
	}
	header .btn_contact a {
		font-size: clamp(12px, 3.74vw, 14px);
	}
}
@media screen and (max-width: 349px) {
	header .btn_contact a {
		max-width: 100px;
	}
	header {
		padding: 0 10px;
	}
}
@media screen and (max-width: 320px) {
}