@charset "UTF-8";

/*font-family: 'Noto Sans JP', sans-serif;
font-family: "Alan Sans", sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/*================================ base ================================*/
html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  border: 15px solid #298848;
  max-width: 1920px;
  min-width: 1200px;
  margin: auto;
  color: #3c342f;
  background-color: #f8f6f3;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  overflow-x: hidden;
}
.inner {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
}
a:link, a:visited, a:active {
  color: #333;
}
a:hover {
  color: #333;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.bld {
  font-weight: bold;
}
.bld_L {
  font-weight: bold;
  font-size: 3rem;
}
.floatL {
  float: left;
  padding-right: 20px;
}
.floatR {
  float: right;
  padding-left: 20px;
}
a {
  transition: 1s;
  text-decoration: none;
}
a:hover {
  opacity: .7;
  transition: 1s;
}
a img {
  transition: 1s;
}
a img:hover {
  opacity: .7;
  transition: 1s;
}
p {
	margin-bottom: 1rem;
}
h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 2.5rem;
	position: relative;
	padding-top: 60px;
	margin-bottom: 40px;
	font-weight: 500;
}
h2:before {
  position: absolute;
  content: "";
  display: block;
  width: 35px;
  height: 20px;
  background-image: url("../images/h2-img.svg");
  background-repeat: no-repeat;
  background-position: top center;
	background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.btn_more a {
  display: block;
  background: #fff;
  width: 250px;
  height: 50px;
  text-decoration: none;
  border: 1px solid #333;
  font-size: 1.4rem;
  text-align: center;
  line-height: 44px;
  background-image: url("../images/btn_arrow.svg");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: top 19px right 5px;
  transition: 1s;
}
.btn_more a:hover {
  background: #333;
  color: #fff;
  background-image: url("../images/btn_arrow.svg");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: top 19px right 5px;
  transition: 1s;
  opacity: 1;
}

.sp {
  display: none;
}
.pc {
  display: block;
}
/*======================sp======================*/
@media print, screen and (max-width: 767px) {
  body {
    min-width: 100%;
    width: 100%;
    font-size: 1.4rem;
      border: 10px solid #298848;
          box-sizing: border-box;
  }
  .inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
h2 {
  font-size: 1.8rem;
  position: relative;
  padding-top: 60px;
  margin-bottom: 0;
}
h2:before {
  width: 50px;
  height: 22px;
}
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
.btn_more a {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 38px;
  background-position: top 15px right 5px;
}
}


/*================================ header ================================*/
header {
  background: url("../images/bg_header.png") no-repeat right bottom;
  background-size: 35% auto;
  padding-bottom: 100px;
  padding-top: 50px;
}
header .inner {
	padding: 80px 0;
}
header h1 img { 
  width: 500px;
  margin-bottom: 15px;
}
header p {
  font-weight: bold;
  line-height: 1.8;
  font-size: 2rem;
}

@media print, screen and (max-width: 767px) {
header {
padding-top: 0;
padding-bottom: 0;
}
header .inner {
padding: 40px 0;
}
header h1 img {
width: 70%;
margin-bottom: 0;
}
header p {
font-size: 1.5rem;
}
}


/*================================ company ================================*/
.company {
background: #fff;
position: relative;
}
.company .inner {
padding-top: 150px;
}
.company:before {
content: "COMPANY";
font-size: 15rem;
display: block;
width: 900px;
height: 1px;
font-weight: 300;
color: #abd7c2;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
font-family: "Alan Sans", sans-serif;
opacity: .5;
}
.company table {
text-align: left;
border-top: 1px solid #3c342f;
border-bottom: 1px solid #3c342f;
margin: 0 auto 50px;
border-spacing: 0;
}
.company table th,
.company table td {
  padding: 15px;
  border-bottom: 1px solid #d9e0ea;
}
.company table th {
width: 20%;
background-color: #f8f6f3;
}
.company table td {
width: 80%;
}
.company table tr:last-child th,
.company table tr:last-child td {
  border-bottom: none;
}
.gmap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%;
	margin: 0 0 50px;
	border: 1px solid #eee;
}
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media print, screen and (max-width: 767px) {
.company:before {
font-size: 6rem;
top: 0;
width: 100%;
}
.company .inner {
 padding-top: 45px;
padding-bottom: 5px;
}
.company table {
	width: 100%;
}
.company table th,
.company table td {
display:block;
width: 100%;
box-sizing: border-box;
padding: 5px;
border: none;
}
.company table th {
text-align: center;
}
}


/*================================ contact ================================*/
.contact {
background-size: 100% auto;
position: relative;
}
.contact .inner {
padding-top: 150px;
padding-bottom: 60px;
}

.contact:before {
position: absolute;
display: block;
content: "CONTACT";
top: 50px;
left: 50%;
width: 900px;
height: 120px;
transform: translateX(-50%);
font-family: "Alan Sans", sans-serif;
font-weight: 300;
line-height: 1;
font-size: 12rem;
color: #298848;
}

.contact h2 {
/*line-height: 1.2;
padding-top: 76px;
margin-bottom: 60px;*/
}
.contact-wrap {
display :flex;
gap: 50px;
justify-content: center;
text-align: left;
margin-bottom: 50px;
}
.contact-wrap .tel a {
font-family: "Alan Sans", sans-serif;
font-size: 4.6rem;
color: #298848;
position: relative;
padding-left: 40px;
font-weight: 400;
}
.contact-wrap .tel a:before {
content: "";
display: block;
width: 30px;
height: 40px;
/*background: red;*/
position: absolute;
top: 11px;
left: 0;
background-image: url("../images/icon_tel.svg");
background-repeat: no-repeat;
background-size: auto 100%;
}


@media print, screen and (max-width: 767px) {
.contact .inner {
	padding-top: 45px;
    padding-bottom: 30px;
}
.contact:before {
width: 100%;
height: 50px;
font-size: 6rem;
top: 15px;
}
.contact-wrap {
width: 100%;
flex-wrap: wrap;
margin-bottom: 20px;
gap: 0;
}
.contact .tel,
.contact .other {
width: 100%;
}
.contact .tel {
margin-bottom: 20px;
text-align: center;
}
.contact-wrap .tel a {
	font-size: 3.5rem;
}
.contact-wrap .tel a:before {
    top: 6px;
}
}


/*================================ footer ================================*/
footer {
padding-bottom: 30px;
}
footer small {
padding-top: 30px;
display: block;
font-size: 1.2rem;
}

@media print, screen and (max-width: 767px) {
footer {
    padding-bottom: 20px;
}
footer small {
padding-top: 0;
font-size: 1rem;
}
}


