﻿/*
-------------------------------------------------------

 initialization

-------------------------------------------------------
*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;}
article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
  display: block;}
li { list-style: none;}
table,tr,th,td {border-collapse: collapse;}
img { vertical-align: top;border: none;}

/*
-------------------------------------------------------

 basic

-------------------------------------------------------
*/
html { overflow-y: scroll;}
body {
  letter-spacing: .06em;
  /* font-feature-settings: 'palt'; */
  background: #fff;
  color: #032022;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.0;
  *font-size: 100%;
  word-break: break-all;
   -webkit-text-size-adjust: 100%;}
html.osMac body, body.osMac {
  font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo","メイリオ", sans-serif;}
body.en {
  word-break: normal;}
a, a img {
  outline: none;}
a:link, a:visited { text-decoration: none;}
a:hover, a:active  { text-decoration: none;}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);}
.fix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;}
.fix{
  display: inline-block;}
* html .fix{
  height: 1%;}
.fix{
  display:block;}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;}
.fl { float: left;}
.fr { float: right;}
p { background-image: url("../img/touka.gif");}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
@media (max-width: 767px) {
  .mt0_sp {margin-top: 0 !important;}
  .mt10_sp {margin-top: 10px !important;}
  .mt20_sp {margin-top: 20px !important;}
  .mt30_sp {margin-top: 30px !important;}
  .mt40_sp {margin-top: 40px !important;}
  .mt50_sp {margin-top: 50px !important;}
}
.pcnone {
  display: none;
}
.spnone {
  display: initial;
}
@media (max-width: 767px) {
  .pcnone {
    display: initial;
  }
  .spnone {
    display: none;
  }
}

/*
-------------------------------------------------------

 common

-------------------------------------------------------
*/
#wrapper {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  background-image: -moz-linear-gradient( 176deg, rgb(181,225,241) 0%, rgb(213,239,190) 100%);
  background-image: -webkit-linear-gradient( 176deg, rgb(181,225,241) 0%, rgb(213,239,190) 100%);
  background-image: -ms-linear-gradient( 176deg, rgb(181,225,241) 0%, rgb(213,239,190) 100%);
}
.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #wrapper {
    background: #ddf2cb;
    background: -moz-linear-gradient(left,  #ddf2cb 0%, #cdebe5 100%);
    background: -webkit-linear-gradient(left,  #ddf2cb 0%,#cdebe5 100%);
    background: linear-gradient(to right,  #ddf2cb 0%,#cdebe5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf2cb', endColorstr='#cdebe5',GradientType=1 );
  }
  .inner {
    padding: 0 30px;
  }
}

/* sec01 */
#sec01 {
  background: url(../img/sec01_bg01.png) no-repeat top center, #fff;
  border-top: 8px solid #75b53f;
  padding: 50px 0 110px;
}
#sec01 .box01 {
  margin-top: 160px;
}
#sec01 .box01 h2 {
  margin-left: -35px;
}
#sec01 .box02 {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 51px 0px rgba(16, 89, 95, 0.2);
  padding: 60px 0;
  margin-bottom: 90px;
  margin-top: 10px;
}
#sec01 .box02 ul {
  display: flex;
  justify-content: center;
  gap: 80px;
}
#sec01 .box02 ul p {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 20px;
  font-weight: bold;
  color: #199da7;
  text-align: center;
  padding: 20px 0;
  background: url(../img/sec01_line01.png) no-repeat bottom 0.5rem center;
}
#sec01 .box02 ul+ul {
  margin-top: 10px;
}
#sec01 .box03 h2 {
  margin-bottom: 20px;
}
#sec01 .box03 p {
  line-height: 2;
}
@media (max-width: 767px) {
  #sec01 {
    background: url(../img/sec01_bg01_sp.png) no-repeat top center, #fff;
    border-top: 10px solid #75b53f;
    padding-top: 30px;
    padding-bottom: 150px;
  }
  #sec01 .box01 {
    margin-top: 120px;
  }
  #sec01 .box02 ul {
    padding: 0 60px;
    flex-wrap: wrap;
    gap: 40px 0;
    justify-content: space-between;
  }
  #sec01 .box02 ul+ul {
    margin-top: 40px;
  }
  #sec01 .box02 ul p {
    font-size: 26px;
  }
  #sec01 .box03 h2 {
    margin-left: -30px;
    margin-bottom: 30px;
  }
  #sec01 .box03 p {
    font-size: 24px;
  }
}

/* sec_adachi */
#sec_adachi {
  height: 200px;
  background: #91cacd;
  background: -moz-linear-gradient(top,  #91cacd 0%, #40aebf 100%);
  background: -webkit-linear-gradient(top,  #91cacd 0%,#40aebf 100%);
  background: linear-gradient(to bottom,  #91cacd 0%,#40aebf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91cacd', endColorstr='#40aebf',GradientType=0 );
}
#sec_adachi .inner {
  position: relative;
  height: 100%;
}
.sec_adachi_txt01 {
  position: absolute;
  top: -88px;
  left: 0;
}
.sec_adachi_name01 {
  position: absolute;
  right: 0;
  bottom: 25px;
}
@media (max-width: 767px) {
  #sec_adachi {
    height: 285px;
  }
  .sec_adachi_txt01 {
    top: auto;
    bottom: 0;
  }
  .sec_adachi_name01 {
    right: 20px;
    bottom: 50px;
  }
}

/* sec02 */
#sec02 {
  background: url(../img/sec02_bg01.png) no-repeat bottom center, #fff;
  padding: 160px 0 280px;
}
#sec02 p {
  line-height: 2.4;
}
#sec02 .box01 .txt01 {
  margin-top: -1rem;
  margin-right: 300px;
}
#sec02 .box01 .txt02 {
  margin-top: 1rem;
  margin-right: 430px;
}
#sec02 .box01 .txt03 {
  margin-top: 1rem;
  margin-right: 430px;
}
@media (max-width: 767px) {
  #sec02 {
    background: url(../img/sec02_bg01_sp.png) no-repeat bottom center, #fff;
    padding-bottom: 760px;
  }
  #sec02 p {
    font-size: 24px;
  }
  #sec02 .box01 .txt01 {
    margin-top: 1rem;
  }
  #sec02 .box01 .txt01,
  #sec02 .box01 .txt02,
  #sec02 .box01 .txt03 {
    margin-right: 0;
  }
}

/* sec03 */
#sec03 {
  height: 900px;
  background: #f5f7f7;
}
#sec03 .inner {
  position: relative;
}
#sec03 .box01 {
  position: absolute;
  top: -230px;
  left: 0;
  background: rgba(255,255,255,.9);
  box-shadow: 0px 10px 51px 0px rgba(16, 89, 95, 0.2);
  padding: 60px 80px 70px;
  border-top: 4px solid #75b53f;
}
#sec03 .box01 p {
  line-height: 2.3;
  font-size: 14px;
}
#sec03 .box01 .title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 0 20px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 20px;
  line-height: 1.8;
}
#sec03 .box01 .title::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient( 90deg, rgb(161,213,232) 0%, rgb(207,236,182) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(161,213,232) 0%, rgb(207,236,182) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(161,213,232) 0%, rgb(207,236,182) 100%);
}
#sec03 .box02 {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}
#sec03 .box02 ul>li+li {
  margin-top: 1rem;
}
#sec03 .btn_wrapper {
  margin-top: 45px;
  text-align: center;
}
@media (max-width: 767px) {
  #sec03 {
    height: 2600px;
  }
  #sec03 .box01 {
    width: 580px;
    top: -120px;
    left: 30px;
    padding: 65px 60px 70px;
  }
  #sec03 .box02 {
    font-size: 22px;
    display: block;
    line-height: 1.5;
  }
  #sec03 .box02 ul+ul {
    margin-top: 1rem;
  }
  #sec03 .box02 ul>li {
    text-indent: -1.5rem;
    padding-left: 1rem;
  }
  #sec03 .box01 .title {
    font-size: 28px;
  }
  #sec03 .box01 p {
    font-size: 22px;
  }
}

/* sec04 */
#sec04 {
  padding-bottom: 150px;
}
#sec04 h2 {
  text-align: center;
  margin-top: -80px;
  margin-bottom: 50px;
}
#sec04 h3 {
  line-height: 1.5;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 26px;
  text-align: center;
  background: url(../img/sec04_line01.png) no-repeat bottom 1rem center;
  padding-bottom: 2rem;
  margin-bottom: 10px;
}
#sec04 .box01 {
  padding: 60px 80px 50px;
  background: url(../img/sec04_mark01.png) no-repeat top 40px left 40px, url(../img/sec04_mark01.png) no-repeat bottom 20px right 30px, #fff;
  position: relative;
  margin-right: 10px;
}
#sec04 .box01::before {
  content: "";
  border: 1px solid #199da7;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
#sec04 figure {
  text-align: center;
  margin-bottom: 10px;
}
#sec04 .sec04_img01 {
  margin-left: 10px;
  margin-bottom: -30px;
}
#sec04 .box01 p {
  line-height: 2;
}
.gallery_list01>li+li {
  margin-top: 120px;
}
@media (max-width: 767px) {
  #sec04 h2 {
    margin-right: 25px;
  }
  #sec04 h3 {
    font-size: 32px;
    /* background-size: contain; */
  }
  #sec04 .sec04_img01 {
    margin-left: -10px;
  }
  #sec04 figure {
    margin-bottom: 30px;
  }
  #sec04 .box01 {
    padding: 100px 60px 90px;
    background: url(../img/sec04_mark01.png) no-repeat top 50px left 50px, url(../img/sec04_mark01.png) no-repeat bottom 50px right 50px, #fff;
  }
  #sec04 .box01 p {
    font-size: 24px;
  }
}

/* footer */
#foot {
	/* margin-top: 100px; */
	background-color: #4db4d3;
	border-top: solid 1px #e3e3e3;
	box-shadow: 0 1px 0 0 #ffffff inset; }
#foot .inner {
	padding: 15px 0;
	border-top: solid 1px #ffffff;
	position: relative;
	color: #ffffff; }
a.pagetop {
	width: 200px;
	height: 43px;
	/* padding: 11px 0 0 35px; */
	display: inline-block;
	background: url(../img/pagetop_bg01.png) no-repeat top center;
	position: absolute;
	right: 0;
	bottom: 100%;
	display: flex;
	align-items: center;
	justify-content: center; }
#foot .inner .footcont {
	padding: 15px 0 0 70px;
	font-size: 14px;
	font-size: 1.4rem; }
#foot .inner a {
	font-size: 14px;
	color: #ffffff; }
#foot .inner h2 {
	float: left; }
#foot .inner .footcont  ul {
	float: left; }
#foot .inner .footcont  ul li {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	font-size: 1.4rem; }
#foot .inner .footcont  ul li a:before {
	content: "";
	width: 0;
	height: 0;
	margin-right: 5px;
	display: inline-block;
	border: solid 6px transparent;
	border-left-color: #ffffff; }
#foot .inner small {
	line-height: 2;
	float: right;
	font-size: 14px; }
@media (max-width: 767px) {
	#foot .inner {padding: 0;}
	#foot .inner a {font-size: 20px !important;}
	a.pagetop {
		font-size: 20px !important;
		width: auto;
		height: auto;
		padding: 5% 0;
		text-align: center;
		position: static;
		display: block;
		background: #006989; }
	#foot .inner h2 {padding: 0 70px 0 35px;height: 100px;display: flex;align-items: center;}
	#foot .inner .footcont {padding: 0;display: flex;align-items: center;justify-content: space-between;height: 100px;}
	#foot .inner .footcont ul li {float: none; }
	#foot .inner .footcont ul {line-height: 1.5;float: none;}
	#foot .inner small {font-size: 18px;}
}