@charset "utf-8";
/* CSS Document */
/* 初期化 */
* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  color: #00aee5;
  overflow: hidden;
}
a:hover {
  color: #f90;
}

a:hover {
 opacity: 80%;
}
/* 基本タグ */
p {
  margin-bottom: 1em;
  line-height: 1.8em;
}
h3 {
  margin-bottom: 20px;
}
.bold {
  font-weight: bold;
}
p.indent {
  text-indent: -1em;
  margin-left: 1em;
}
p.indent2 {
  margin-left: 10px;
}
/* リスト */
ul.list {
  margin: 0 0 1.5em 1.5em;
}
.list li {
  list-style: disc;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
/* --------------------------------------------------

	基本レイアウト

-------------------------------------------------- */
html {
  font-size: 62.5%;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: .2px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333;
}
body {
  color: #111;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  background-color: #e1f5d2;
}
h2, h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
section {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}
#wrapper {
  margin: 0 auto;
  padding: 0 0 0 0;
  //max-width: 940px;
  text-align: left;
  /* background-image: url(../img/private/bg_t.gif); */
  background: #fff;
  /*background-repeat: repeat-x;
  -webkit-box-shadow: 0 0 5px 0 #999;
  -moz-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 15px 0 #6a6746;*/
}
.pc_block {
  display: block;
}
.sp_block {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* --------------------------------------------------

	ヘッダ

-------------------------------------------------- */
header {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  text-align: left;
}
#header_sp {
  width: 100%;
  /* z-index: 99999; */
  /*background-color: #FFFFFF;*/
  position: relative;
  top: 5px;
  overflow: hidden;
}
#header_sp #logo_sp picture {
  width: auto;
  float: left;
  /*  margin: 6px 2%;*/
}
#logo_sp {
  width: 70%;
}
/* --------------------------------------------------

	section 共通

-------------------------------------------------- */
.flex.btn_more_area {
  width: 100%;
  margin: 1rem auto;
  justify-content: space-between;
}
.flex.btn_more_area li {
  width: 50%;
  display: inline-block;
}
.btn_more {
  display: inline-block;
  border: 2px solid #0099CC;
  width: 120px;
  position: relative;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.btn_more p {
  display: inline-block;
  margin-bottom: 0;
}
.btn_more:after {
  display: inline-block;
  content: "";
  right: 2rem;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0099CC;
  border-right: 2px solid #0099CC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.white_area {
  margin: 5rem auto 2rem;
  max-width: 900px;
  background: #FFFFFF;
  padding: 30px;
}
.contact_area {
  position: relative;
  width: 100%;
}
.contact_area img {
  width: auto;
  margin: 1rem auto;
}
.web_contact_btn {
  position: absolute;
  bottom: 22px;
  right: 182px;
}
.web_contact_btn img:hover {
  transform: scale(1.05); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
.web_contact_btn img {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
.button_area {
  margin-bottom: 3rem;
}
.button_area a {
  position: relative;
  display: block;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #ccc;
  padding: 1rem 4rem 1rem 0;
  width: 100%;
  margin: 1rem auto;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 3px;
  box-shadow: 5px 5px rgb(169 187 102 / 30%);
}
.button_area p {
  display: inline-block;
  margin: 0 0 0 0rem;
}
.button_area a::before {
  content: '';
  display: inline-block;
  background: url(../img/private/tel_icon.png) no-repeat center right;
  width: 23px;
  height: 33px;
  vertical-align: middle;
  margin: 0 0 0 1vw;
}
.button_area a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 2rem;
  width: 12px;
  height: 12px;
  border-top: 3px solid #319f2f;
  border-right: 3px solid #319f2f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.green_area {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 12%, #F7FFD8 20%, #F7FFD8 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 3rem;
}
.green_area p.main_copy {
  display: block;
  width: 60%;
  margin: 0rem auto;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 600;
  padding: 0 4rem 2rem;
  letter-spacing: 1px;
}
.blue_area {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #A6DBED 20%, #A6DBED 100%) 0% 0% no-repeat padding-box;
}
ul li p strong {
  color: #CC8F00;
}
section[class^="section"] ul.list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  /*padding-left: 90px;*/
  margin-bottom: 2rem;
}
section[class^="section"] ul.list li img {
  display: inline-block;
  margin-right: 1rem;
  width: 82px;
}
section[class^="section"] ul li p {
  width: auto;
  display: inline-block;
  font-weight: 700;
}
section .cont_area {
  max-width: 940px;
  margin: 0 auto;
}
/* --------------------------------------------------
	section01
-------------------------------------------------- */
.section01 {
  display: block;
  background: linear-gradient(to bottom, #E7F9C8 0, #E7F9C8 31%, #ffffff 31%, #ffffff 100%);
}
.section01 h1 img {
  display: block;
  padding: 50px 0 0 40px;
}
.section01 h2 img {
  display: block;
  width: 622px;
  margin: 4px auto 0;
}
.section01 h3 {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}
.section01 h3 {
  width: max-content;
  font-size: 30px;
  line-height: 1.4;
  margin: 1rem auto 3rem;
}
.mv_area {
  background: url("../img/private/mv_bg03.png") no-repeat top center;
}
.border_box {
  position: relative;
  max-width: 800px;
  border: #999999 solid 4px;
  background-color: #fff;
  padding: 30px 40px 0;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 5rem auto;
}
.row_1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
.row_1 .col_2 {
  display: block;
  /*width: 50%;*/
}
.row_1 .col_2.img {
  display: block;
  width: 40%;
  margin-right: 5%;
}
.row_1 .col_2.img img {
  width: 100%;
}
.row_1 .col_2 p {
  display: block;
  margin: 1rem auto 3rem;
}
.section01 .row_1 .col_2.jituha_area p {
  display: block;
  width: 44rem;
  margin: 1rem auto 3rem;
}
.section01 .oamkase img {
  width: 628px;
  height: auto;
  margin: 1rem auto 0;
}
.section01 .row_1 .col_3 p {
  display: block;
  width: 29rem;
  margin: 1rem auto 3rem;
}
nav {
  margin: 2px auto;
  padding-left: 2px;
  width: 798px;
  height: 80px;
}
nav ul {
  /*position:absolute;*/
  /*top:439px;*/
  width: 100%;
  margin: 0 auto;
}
nav li {
  float: left;
  margin-right: 3px;
}
.section01 {
  text-align: left;
}
.sec01arrow {
  float: left;
  margin: 40px 10px 40px 80px;
}
.sec01list li {
  margin-top: 0px;
  margin-bottom: 14px;
}
/* --------------------------------------------------
	section02
-------------------------------------------------- */
.section02, .section04, .section06 {
  text-align: left;
  max-width: 740px;
  margin: 3rem auto 6rem;
}
.section02 ul {
  width: auto;
  margin: 0 auto 6rem 12%;
}
.section02 ul li img {
  display: inline-block;
  width: 82px;
}
.elder_area.flex {
  padding-left: 90px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elder_area .arrow_right {
  width: 30px;
}
.elder_area h3 {
  width: 200px;
  height: 200px;
  background: url(../img/private/elder_img.png) 97% bottom /80% no-repeat;
}
.elder_area .text_area {
  display: block;
  width: 60%;
  margin-left: 2rem;
}
/* --------------------------------------------------
	section03
-------------------------------------------------- */
.section03 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.section03 ul.flex li {
  width: 51%;
  margin-bottom: 2rem;
}
.section03 ul.flex li ul li {
  width: 100%;
  margin-bottom: 1rem;
}
.section03 ul.flex li ul.btn_more_area li {
  width: 50%;
  margin-bottom: 1rem;
  text-align: center;
}
.section03 ul.flex li.right {
  width: 44%;
  text-align: center;
}
.section03 ul.flex li.right img {
  display: block;
  margin: 0 auto;
}
.section03 ul.flex h3 img {
  max-width: 150px;
}
.section03 .white_area > h3 {
  display: block;
  width: max-content;
  font-size: 30px;
  text-align: left;
  line-height: 1.8;
  margin: 1rem auto 4rem;
}
.section03 .saiten .flex {
  padding: 6rem 0;
  background: url(../img/private/sec03_img01.jpg) no-repeat 0/54%;
  margin-bottom: 2rem;
  flex-wrap: nowrap;
}
.section03 .saiten ul {
  margin-bottom: 2rem;
}
.section03 .saiten .h3_area {
  width: 50%;
  display: block;
  margin: 0 1rem 9rem 10rem;
  color: #fff;
}
.section03 .saiten h3 {
  display: inline;
  font-size: 2rem;
  line-height: 2.2;
  padding: 0.4rem 2rem;
  margin: 0 auto 8rem;
  background: #0099CC;
  color: #fff;
}
.section03 .saiten .txt_area {
  width: 56rem;
  margin: 0;
  padding: 2rem;
  background: #fff;
}
.section03 .saiten ul {
  width: 100%;
  margin: 0 auto 4rem;
}
.section03 .saiten ul li {
  width: 48%;
  padding: 2rem 1rem;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
}
.section03 .saiten ul li h4 {
  font-size: 1.8rem;
  color: #CC8F00;
  line-height: 2;
}
.section03 .wagon {
  margin-bottom: 8rem;
  border: 3px solid #0099CC;
}
.section03 .wagon h3 {
  display: inline;
  width: 46rem;
  font-size: 21px;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.section03 .wagon ul.flex {
  width: 96%;
}
.section03 .wagon ul > li > p {
  margin-top: 2rem;
}
.section03 .wagon .flex {
  justify-content: center;
}
.section03 .wagon .flex li:first-child {
  padding-right: 8%;
  width: auto;
}
.section03 .wagon .flex .btn_more_area.right {
  text-align: right;
}
.section03 ul.dam .flex.btn_more_area {
  width: 100%;
  margin: 1rem auto;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* --------------------------------------------------
	section04
-------------------------------------------------- */
.section04 h2 {
  margin: 0 auto 2rem;
  text-align: center;
  text-indent: 2rem;
}
.section04 .flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 4rem;
}
.section04 ul.list li {
  padding-left: 20px;
  margin-bottom: 2rem;
}
.section04 ul.list li img {
  display: inline-block;
  width: 82px;
}
/* --------------------------------------------------
	section05
-------------------------------------------------- */
.section05 {
  margin: 20px auto 0;
  background: url(../img/private/section05_bg.jpg) no-repeat 0 0 / cover;
  padding: 2rem 0 3rem;
  text-align: center;
  overflow: hidden;
  background-color: #eee;
}
.section05 h3 {
  font-size: 1.6rem;
}
.section05 .alfa_area {
  display: block;
  text-align: left;
  margin: 2rem 21% 0 40%;
  background: rgb(255, 255, 255, 0.7);
  padding: 3rem 5rem 2rem;
  position: relative;
}
.section05 .alfa_area:before {
  position: absolute;
  width: 296px;
  height: 224px;
  left: -254px;
  top: 20px;
  content: "";
  background: url("../img/private/sec05_img01.png") no-repeat;
}
.section05 .button_area {
  width: 100%;
}
/* --------------------------------------------------
	section06
-------------------------------------------------- */
.section06 h2 {
  margin: 0 auto 2rem;
  text-align: center;
}
.section06 .flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 4rem;
  align-items: start;
}
.section06 .list {
  width: 90%;
  margin: 0 10% 2rem 0;
  text-align: center;
}
/* --------------------------------------------------
	section07
-------------------------------------------------- */
.section07 {
  margin: 20px auto 0;
  padding: 0 0 20px;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
}
.section07 h1 {
  padding: 0 0 1rem;
}
.section07 .container {
  background-color: #fff;
  margin: 10px auto 0px;
  border: solid 2px #CCCCCC;
  overflow: hidden;
}
.section07 .box01 {
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
  width: 443px;
}
.section07 h2 {
  color: #006699;
  margin: 0 0 2rem;
  font-weight: bold;
  /*padding:10px 0;*/
  text-align: left;
}
.section07 h2 span {
  font-size: 24px;
}
.section07 .box01 p {
  margin: 20px 20px 0px 0px;
}
.section07 .box02 {
  margin: 3rem auto;
  padding: 0px 0;
  text-align: left;
  width: 273px;
}
.section07 .box03 {
  text-align: left;
  clear: both;
}
.section07 .box03 dt {
  font-weight: 600;
  color: #36F;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #36F;
}
.section07 .box03 dd {
  margin: 2rem auto;
  align-items: flex-start;
  justify-content: space-around;
  padding-left: 3rem;
}
.section07 .box03 .phot span {
  width: 100%;
  display: block;
  margin: 1rem auto;
}
.fukidashi {
  width: 680px;
  padding: 20px 20px;
  margin: 20px 0 20px auto;
  background-color: #EAF1F1;
  border-radius: 5px;
  position: relative;
}
.section07 .box04 {
  padding: 10px 0;
  text-align: left;
}
.fukidashi:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -14px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 20px 6px 0;
  border-color: transparent #EAF1F1 transparent transparent;
  z-index: 0;
}
/* --------------------------------------------------
	section08
-------------------------------------------------- */
.section08 {
  width: 100%;
  margin: 2rem auto;
}
.section08 h2 {
  width: 100%;
  text-align: center;
  margin: 2rem auto;
}
.section08 .bnr_area {
  width: 560px;
  margin: 0 auto 2rem;
}
.section08 .bnr_area li {
  width: 48%;
}
.section08 p {
  width: 560px;
  margin: 0 auto 2rem;
}
.section08 .bnr_area li img {
  width: 100%;
}
.section09 {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
/*.section09 .btn {
  margin: 10px auto 7px;
  width: 628px;
}*/
.section09 p {
  line-height: 180%;
  text-align: left;
  margin: 10px 10px 70px 210px;
  width: 496px;
}
/*_____//コロナ気を付けてます_____*/
.section09 .h2_area {
  margin: 4rem auto 0;
  width: 74%;
  background: url(../img/private/sec09_h2_bg.png) repeat-x left center;
  text-align: center;
}
.section09 .h2_area h2 {
  letter-spacing: 0px;
  color: #0099CC;
  background: #fff;
  display: inline;
  padding: 0px 2rem;
  width: auto;
  text-align: center;
  font-size: 1.8rem;
}
.section09 .info_box {
  width: 80%;
  margin: 1rem auto;
}
.section09 .info_box p {
  letter-spacing: 0px;
  color: #0099CC;
  margin: 2rem 0;
  width: 80%;
}
/*_____コロナ気を付けてます_____*/
#footer {
  padding: 5px;
  font-size: 12px;
  position: relative;
  width: 100%;
  height: 40px;
  margin: 4rem auto 0;
  text-align: center;
  background: #4AB43A;
  color: #FFF;
}
/*////////// 共通 ////////////*/
/*a:hover img.btn {
  opacity: 0.8;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  position: relative;
}*/
.strong {
  color: #FF3300;
}
a.button, a:visited.button {
  color: #333;
  text-decoration: none;
}
a.button span {
  color: #319f2f;
}
.liner_y {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.imgp {
  display: block;
}
/*----------------------------------------------------------*/
/* タブレット用のCSS */
/*----------------------------------------------------------*/
@media only screen and (min-width:479px) and (max-width:768px) {
  .contact_area img {
    max-width: 715px;
    width: 100%;
    margin: 1rem auto;
  }
  .web_contact_btn {
    position: absolute;
    bottom: 14.5%;
    right: 17%;
  }
  #logo_sp {
    width: 86%;
  }
  .zdo_drawer_menu .zdo_drawer_button {
    right: 10px;
    left: auto;
  }
  #header_sp #logo_sp picture {
    width: auto;
    margin: 6px 0;
  }
}