@charset "utf-8";

/************  0719追加 **/
.voice{
  background:#fdeff2;
  padding: 30px;
  border-radius: 40px;
}

.voice h2{
  text-align: center;
  margin: 0 0 40px 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
}

.voice ul{
  display: block;
}


.voice ul li{
  width: 100%;
  margin: 0 0 50px 0;
}

.voice ul li h3{
  text-align: left;
  text-decoration: none;
  line-height: 1.3em;
  margin: 0 0 10px 0;  
}

.voice ul li h3 span{
  font-size: 12px;
}

.voice ul li p{
  text-align: left;
}

.voice ul li p span{
  font-size: 13px;
  color:#666;
}


@media screen and (min-width: 768px) {
  .voice{
    padding: 60px;
  }

  .voice ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;;
    margin: 0 0 30px 0
  }
  .voice ul li{
    width: 48%;
  }
}


/************************/

/************  0722追加 **/
.option_0722{
  margin: 20px 0;
}

.option_0722 figure{
  border: 1px solid #146033;
  padding: 2%;
  margin: 0 0 20px 0;
  color: #666;
}

.option_0722 figure dt{
  font-size: 20px;
}

.option_0722 figure dd{
  font-size: 16px;
  margin: 0 0 10px 0;
}

.option_0722 figure dd a{
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #146033;
  padding: 10px;
}

.option_0722 figure dd span{
  display: inline-block;
  width: 150px;
}

@media screen and (min-width: 768px) {

  .option_0722{
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
  }

  .option_0722 figure{
    width: 48%;
    padding: 6px;
  }

}


/************************/

hr{
	margin: 40px 0;
	background: #62a27e;
	padding: 1px 0;
}

section {
  padding: 30px 0;
}
.wrap {
  max-width: 90%;
  margin: 0 auto;
}
header img.logo {
  width: 40%;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1;
}
header img.contact {
  width: 35%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
.firstview {
  height: 90vh;
  background: url(../img/background.jpg) center center / cover no-repeat fixed;
}
.firstview .wrap {
  background: #fff;
  width: 150%;
  height: 90vh;
  position: absolute;
  top: 0;
  left: -65%;
}
.firstview h1 {
  display: block;
  max-width: 45%;
  height: 90vh;
  padding: 60px 0;
  z-index: 1;
  position: absolute;
  left: 75%;
}
.sectiongreen01 {
  background: #146033;
}
.sectiongreen02 {
  background: #62a27e;
}
.sectiongreen01 .wrap {
  background: #fff;
  padding: 20px;
}
.sectiongreen01 .wrap h2, .sectiongreen01 .wrap h3, .sectiongreen01 .wrap p, .flow h2, .sectiongreen02 h2, .information h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sectiongreen01 .wrap h2, .sectiongreen01 .wrap p {
  text-align: center;
  margin: 0 0 20px 0;
}
.flexli li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0
}
.flexli li h3 {
  width: 8%;
  font-size: 20px;
  line-height: 1.6em;
  writing-mode: vertical-rl;
}
.flexli li h3::before {
  font-size: 16px;
  background: #146033;
  padding: 4px;
  color: #fff;
  margin: 0 0 6px 0;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center;
}
.flexli li h3.otetsudai_a::before {
  content: 'A';
}
.flexli li h3.otetsudai_b::before {
  content: 'B';
}
.flexli li h3.otetsudai_c::before {
  content: 'C';
}
.flexli li h3.otetsudai_d::before {
  content: 'D';
}
.flexli li figure {
  width: 90%;
}
.flexli li figure img {
  margin: 0 0 10px 0;
}
.flexli li figure figcaption {
  font-size: 15px;
  line-height: 1.4em;
}
.flexli li figure figcaption span {
  font-size: 11px;
  color: #444;
}
.flow h2 {
  color: #fff;
  background: #62a27e;
  text-align: center;
  margin: 0 0 20px 0;
}
.flow img {
  margin: 0 0 10px 0;
}
.flow li {
  margin: 0 0 30px 0;
}
.flow figcaption {
  display: flex;
}
.flow figcaption a {
  color: #62a27e;
  font-weight: bold;
  font-size: 120%
}
.flow figcaption::before {
  font-size: 16px;
  text-align: center;
  background: #fff;
  padding: 4px;
  color: #62a27e;
  font-weight: bold;
  margin: 6px 10px 0 0;
  border-radius: 30px;
  width: 32px;
  height: 28px;
  box-shadow: 0px 0px 0px 3px #62a27e;
}
.flow figcaption.flow01::before {
  content: '01';
}
.flow figcaption.flow02::before {
  content: '02';
}
.flow figcaption.flow03::before {
  content: '03';
}
.sectiongreen02 img {
  margin: 0 0 20px 0;
}
.sectiongreen02 h2 {
  margin: 0 0 10px 0;
  color: #62a27e;
}
.sectiongreen02 h2 span {
  background: #fff;
  padding: 4px;
}
.sectiongreen02 p {
  font-size: 14px;
}
.sectiongreen02 p span {
  font-size: 12px;
}
.information img {
  margin: 0 0 20px 0;
}
.information p {
  font-size: 14px;
  margin: 0 0 10px 0;
}
.information h3 {
  font-size: 18px;
  text-align: center;
  color: #146033;
  text-decoration: underline;
  margin: 40px 0 0 0;
}

.information h3 + p{
  text-align: center;
}

.mitsumori{
  border:1px solid #146033;
  border-radius: 30px;
  padding: 8%;
}

.mitsumori li{
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.mitsumori li:first-child,.mitsumori li:last-child{
  font-size: 16px;
  font-weight: bold;
}

.mitsumori li:last-child{
  color:#146033;
}

.mitsumori li:last-child span{font-size: 12px;}

.mitsumori .flex_mit{
  display: flex;
  justify-content: space-between;
}

.mitsumori .flex_mit div + div,.mitsumori .flex_mit dd + dd{text-align: right}
.mitsumori .flex_mit dd{
  font-size: 12px;
  color: #888;
}

.mitsumori p{font-size: 12px;}

footer{
  text-align: center;
  padding: 4px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .wrap {
    max-width: 980px;
  }

.firstview {
  background: url(../img/background_pc.jpg) center center / cover no-repeat fixed;
}  
.firstview .wrap {
 background: none;
  width: 160px;
  height: auto;
  position: relative;
  top: 0;
  left: -25%;
}
.firstview h1 {
  max-width: 160px;
  position: relative;
  height: auto;
}
  
  
  
  header img.logo{
  width: 200px;
}
  
  header img.contact {
  width: 350px;
}
  
  .flexli{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .flexli li{
    width: 48%;
  }
  
  .flow ul{
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
  }
  
  .flow li{
    width: 30%;
  }
  
  .sectiongreen02 .wrap,.pcflex{
    display: flex;
    align-items: center;
    justify-content: center;}
  
  .sectiongreen02 .wrap img,.pcflex img{width: 30%; margin: 0 30px 0 0;}
  .sectiongreen02 .wrap div,.pcflex div{width: 40%;}
  
  .mitsumori {
    width: 80%;
    margin: 0 auto;
}
}