@charset "utf-8";

/* ------------------------------
    reset
------------------------------ */

html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 768px) {
	html {
    font-size: calc(100vw * 10 / 450);
	}
}
*, *::before, *::after {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	-webkit-text-size-adjust: 100%;
}
input, button, textarea, select  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}
select::-ms-expand {
	display: none;
}
button:hover {
	cursor: pointer;
}
a {
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
img, object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

@media screen and (min-width : 769px) {

	a:hover {
		opacity: .6;
		cursor: pointer;
	}

}


/* ------------------------------
    base
------------------------------ */

body {
	color: #000;
	font-size: 1.0rem;
	text-align: left;
}
section {
	position: relative;
}
main {
	display: block;
}
.wrap {
	width: 1020px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
p,th,td,dt,dd,li,input,button,textarea {
	font-size: 1.6rem;
	line-height: 1.8;
}
.h-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)translateZ(0);
}
.v-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)translateZ(0);
}
.hv-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)translateZ(0);
}
.flex {
	display: flex;
	justify-content: space-between;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.preload *, .preload *::before, .preload *::after {
	transition: none !important;
}

@media screen and (min-width : 769px) {

	.fade {
		transition: opacity 0.3s ease;
	}
	.fade:hover {
		opacity: .6;
		cursor: pointer;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}

}

@media screen and (max-width : 768px) {

	body {
		min-width: inherit;
	}
	.wrap {
		width: 90%;
		padding: 0;
	}
	main {
		/*padding-top: 60px;*/
	}
	input,textarea,select,.select {
		font-size: max(1.6rem,16px)!important;
	}

}

/* ------------------------------
    header
------------------------------ */

#header {
	position: relative;
	width: 100%;
	z-index: 1000;
	background: #fff;
}
#header .wrap {
	width: 100%;
	max-width: inherit;
	height: 140px;
	padding: 0 5vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width : 768px) {
	#header .wrap {
		height: 7rem;
	}
}


/* ------------------------------
    footer
------------------------------ */

#footer {
	background: #04a876;
	padding: 2rem 0;
}
#footer .copy {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width : 768px) {
	#footer .copy {
		font-size: 1.2rem;
	}
}


/* ------------------------------
    main
------------------------------ */

/* sec_mv */

#sec_mv img{
	width: 100%;
}

@media screen and (max-width : 768px) {
	#sec_mv {
		height: 70vw;
	}
	#sec_mv img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

/* sec_cta */

.sec_cta {
	background: #04a876;
	padding: 2.5rem 0 1rem;
}
.sec_cta .flex {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3rem;
}

@media screen and (max-width : 768px) {
	.sec_cta .flex {
		gap: 2rem;
	}
}

/* sec_01 */

#sec_01 {
	padding: 8rem 0;
	text-align: center;
}
#sec_01 ._02 {
	margin-top: 4rem;
	padding-right: 8rem;
}
#sec_01 ._03,
#sec_01 ._04 {
	margin-top: 8rem;
}

@media screen and (max-width : 768px) {
	#sec_01 {
		padding: 4rem 0;
	}
	#sec_01 ._02 {
		margin-top: 2rem;
		padding-right: 4rem;
	}
	#sec_01 ._03,
	#sec_01 ._04 {
		margin-top: 4rem;
	}
}

/* sec_02 */

#sec_02 {
	background: #f2f2f2;
	padding: 6rem 0;
	text-align: center;
}
#sec_02 ._01 {
	margin-bottom: 4rem;
}
#sec_02 ._02,
#sec_02 ._03,
#sec_02 ._04 {
	margin-top: 2rem;
}

@media screen and (max-width : 768px) {
	#sec_02 {
		padding: 4rem 0;
	}
}

/* sec_company */

#sec_company {
	padding: 8rem 0;
}
#sec_company .ttl {
	color: #04a876;
	font-size: 4.5rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5em;
}
#sec_company .flex {
	justify-content: flex-start;
}
#sec_company .flex .map {
	flex: 0 0 auto;
	margin-right: 6rem;
}
#sec_company .flex .map iframe {
	width: 48rem;
	height: 100%;
}
#sec_company .flex .detail {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 0;
}
#sec_company .flex .detail dt {
	flex: 0 0 auto;
	width: 6.5em;
	font-size: 2.4rem;
	font-weight: bold;
}
#sec_company .flex .detail dt span {
	display: inline-block;
	position: relative;
	padding: 0 .5em;
}
#sec_company .flex .detail dt span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	border-radius: 100px;
	background: #04a876;
}
#sec_company .flex .detail dd {
	font-size: 2.0rem;
	width: calc( 100% - 9em );
	padding-top: .2em;
}

@media screen and (max-width : 768px) {
	#sec_company {
		padding: 6rem 0;
	}
	#sec_company .ttl {
		font-size: 3.0rem;
	}
	#sec_company .flex {
		display: block;
	}
	#sec_company .flex .map {
		margin: 0 0 3rem;
	}
	#sec_company .flex .map iframe {
		width: 100%;
		height: 60vw;
	}
	#sec_company .flex .detail {
		gap: 2rem 0;
	}
	#sec_company .flex .detail dt {
		font-size: 2.0rem;
	}
	#sec_company .flex .detail dd {
		font-size: 1.7rem;
	}
}


/* ------------------------------
    responsive
------------------------------ */

@media screen and (min-width : 769px) {

	.sp {
		display:none!important;
	}

}

@media screen and (max-width : 768px) {

	.pc {
		display:none!important;
	}

}


/* ------------------------------
    clearfix
------------------------------ */

.cf {
  zoom:1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
