@charset "UTF-8";
/* Scss Document */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Scss Document */
/*----------
all
----------*/
body {
  width: 100%;
  font-family: 'Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

body img {
  max-width: 100%;
}

body a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

body a:hover {
  opacity: 0.7;
}

body .wrapper {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  body .wrapper {
    width: 95%;
  }
}

body .wrapper02 {
  width: 790px;
  margin: 0 auto;
}

@media screen and (max-width: 790px) {
  body .wrapper02 {
    width: 95%;
  }
}

body .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pcOnly {
  display: inherit;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: inherit;
  }
}

/*----------
temp
----------*/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.mincho {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Medium','YuMincho','Yu Mincho','游明朝体','ＭＳ Ｐ明朝','MS PMincho',sans-serif;
}

.ant {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tit {
  color: #e66853;
  letter-spacing: 0.05em;
  font-size: 42px;
  font-weight: normal;
  position: relative;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .tit {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .tit {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .tit {
    font-size: 20px;
  }
}

.tit span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.075em;
  margin-top: 32px;
  padding-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .tit span {
    font-size: 13px;
    margin-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .tit span {
    font-size: 10px;
  }
}

.tit:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 1px;
  background-color: #e66853;
  margin-left: -24px;
}

@media screen and (max-width: 767px) {
  .tit:after {
    width: 32px;
    margin-left: -16px;
  }
}

.green {
  color: #006837;
}

.green:after {
  background: #006837;
}

.orange {
  color: #f7931e;
}

.orange:after {
  background: #f7931e;
}

.table {
  width: 100%;
  margin-bottom: 2em;
}

.table th, .table td {
  padding: 18px;
  border-bottom: 1px solid #fff;
}

.table th {
  color: #fff;
  text-align: left;
  background: #667b84;
}

.table td {
  background: #fafafa;
}

@media screen and (max-width: 640px) {
  .pcBr {
    display: none;
  }
}

/*----------
heroArea
----------*/
.heroArea {
  background: url(../images/bg_main.jpg) no-repeat center center;
  background-size: cover;
  /* width: 94%; */
  padding: 9% 0;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 640px) {
  .heroArea {
    /* padding: 50px 0; */
  }
}

@media screen and (max-width: 767px) {
  .heroArea > img {
    /* width: 80%; */
  }
}

.hero-merit {
  margin: 0 auto 2% auto;
  width: 50%;
}

.heroArea h1 {
  text-align: center;
}

.heroArea h1 img {
  margin: 0 auto;
}

.hero-txt01 {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.hero-txt02 {
  width: 65%;
  margin: 0 auto;
}

.hero-label {
  position: absolute;
  width: 20%;
  top: 16%;
  left: -20%;
}

@media screen and (max-width: 767px) {

  .hero-merit {
    margin: 0 auto 15% auto;
    width: 80%;
  }

  .hero-txt01 {
    width: 90%;
  }
  
  .hero-txt02 {
    width: 90%;
  }

  .hero-label {
    width: 20%;
    top: -45%;
    left: 5%;
  }

}

/*----------
sec01
----------*/
.sec01 {
  background: url(../images/bg_sec01.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 95px;
}

@media screen and (max-width: 640px) {
  .sec01 {
    padding-bottom: 50px;
  }
}

.sec01 .exp {
  font-size: 16px;
  letter-spacing: 0.075em;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .sec01 .exp {
    font-size: 12px;
  }
}

.sec01 h2 img {
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .sec01 h2 img {
    margin-top: -30px;
  }
}

.sec01 .img01 {
  margin-bottom: 40px;
}

.sec01 .secTxt {
  line-height: 2;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .sec01 .secTxt {
    font-size: 20px;
  }

  .sec01 .secTxt br {
    display: none;
  }

}

@media screen and (max-width: 640px) {
  .sec01 .secTxt {
    text-align: left;
    font-size: 18px;
  }
}

.sec01 .secTxt span {
  color: #006837;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 10px;
  background: url(../images/line_sec01.png) repeat-x bottom center;
}

@media screen and (max-width: 767px) {
  .sec01 .secTxt span {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .sec01 .secTxt span {
    font-size: 18px;
  }
}

/*----------
reasonSec
----------*/
.reasonSec {
  padding-bottom: 100px;
  background: url(../images/bg_paper.jpg) repeat center center;
}

@media screen and (max-width: 640px) {
  .reasonSec {
    padding-bottom: 50px;
  }
}

.reason-ttl {
  color: #fff;
  font-size: 36px;
  line-height: 1.6;
  padding: 28px 3%;
  background: #667b84;
  position: relative;
}

@media screen and (max-width: 767px) {
  .reason-ttl {
    padding: 20px 3%;
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) {
  .reason-ttl {
    font-size: 20px;
  }
}

.reason-ttl:after {
  content: "";
  margin-left: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #667b84 transparent transparent transparent;
  position: absolute;
  bottom: -24px;
  left: 50%;
}

@media screen and (max-width: 640px) {
  .reason-ttl:after {
    border-width: 12px 12px 0 12px;
    bottom: -12px;
  }
}

.reason-catch {
  padding-top: 58px;
  margin-bottom: 2em;
  line-height: 2;
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .reason-catch {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .reason-catch {
    padding-top: 30px;
    font-size: 15px;
  }
}

.reason-catch span {
  color: #f7931e;
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .reason-catch span {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .reason-catch span {
    font-size: 18px;
  }
}

.reason-catch02 {
  color: #c1272d !important;
  text-decoration: underline;
}

.reasonSec .reasonList {
  margin-bottom: 54px;
}

.reasonSec .reasonList li {
  padding: 28px  28px 28px 110px;
  margin: 0 0 20px 58px;
  border: 3px solid #c1272d;
  border-radius: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .reasonSec .reasonList li {
    padding: 28px  28px 28px 50px;
  }
}

@media screen and (max-width: 640px) {
  .reasonSec .reasonList li {
    margin: 0 0 20px 20px;
  }
}

.reasonSec .reasonList img {
  margin-top: -56px;
  position: absolute;
  top: 50%;
  left: -58px;
}

@media screen and (max-width: 767px) {
  .reasonSec .reasonList img {
    width: 70px;
    margin-top: -35px;
    left: -38px;
  }
}

@media screen and (max-width: 640px) {
  .reasonSec .reasonList img {
    width: 60px;
    top: 20px;
    left: -20px;
  }
}

.reasonSec .reason-list-ttl {
  color: #c1272d;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 767px) {
  .reasonSec .reason-list-ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .reasonSec .reason-list-ttl {
    font-size: 18px;
    line-height: 1.5;
  }
}

.reasonSec .reasonList p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .reasonSec .reasonList p {
    font-size: 16px;
  }
}

.reasonSec .gradTxt {
  font-size: 24px;
  font-weight: bold;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1.4;
  letter-spacing: 0.075em;
  margin-bottom: 1em;
  /* background: #8c720b;
  background: -moz-linear-gradient(45deg, #8c720b 0%, #c1ad51 50%, #8c720b 100%);
  background: -webkit-linear-gradient(45deg, #8c720b 0%, #c1ad51 50%, #8c720b 100%);
  background: -o-linear-gradient(45deg, #8c720b 0%, #c1ad51 50%, #8c720b 100%);
  background: linear-gradient(45deg, #8c720b 0%, #c1ad51 50%, #8c720b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c720b', endColorstr='#8c720b',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

@media screen and (max-width: 960px) {
  .reasonSec .gradTxt {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .reasonSec .gradTxt {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .reasonSec .gradTxt {
    font-size: 16px;
  }
}

.reasonSec .size01 {
  font-size: 34px;
}

@media screen and (max-width: 960px) {
  .reasonSec .size01 {
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) {
  .reasonSec .size01 {
    font-size: 20px;
  }
}

.reasonSec .size02 {
  font-size: 50px;
}

@media screen and (max-width: 960px) {
  .reasonSec .size02 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .reasonSec .size02 {
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) {
  .reasonSec .size02 {
    font-size: 24px;
  }
}

.reasonSec .expTxt01 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  margin-bottom: 1.6em;
}

@media screen and (max-width: 960px) {
  .reasonSec .expTxt01 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .reasonSec .expTxt01 {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .reasonSec .expTxt01 {
    text-align: left;
  }
  .reasonSec .expTxt01 br {
    display: none;
  }
}

.reasonSec .expTxt01 span {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .reasonSec .expTxt01 span {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .reasonSec .expTxt01 span {
    font-size: 17px;
  }
}

.reasonSec .expTxt02 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.075em;
  color: #006837;
}

.reasonSec .expTxt02 .-wrap {
  background-color: rgba(254, 242, 0,0.5);
  display: inline-block;
  padding: 0 3px;
  /* color: #fff; */
}

@media screen and (max-width: 960px) {
  .reasonSec .expTxt02 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .reasonSec .expTxt02 {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .reasonSec .expTxt02 {
    text-align: left;
  }
  .reasonSec .expTxt02 br {
    display: none;
  }
}

/*----------
contact
----------*/
.contact {
  background: url(../images/bg_contact01.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .contact {
    background: url(../images/bg_contact01.png) no-repeat 20% center;
    background-size: cover;
  }
}

.contact .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 48px;
}

@media screen and (max-width: 640px) {
  .contact .btnBox {
    display: block;
    padding-bottom: 30px;
  }
}

.contact .phone {
  text-align: center;
  margin-top: 48px;
  width: 48%;
}

@media screen and (max-width: 640px) {
  .contact .phone {
    width: 100%;
    margin-top: 15px;
  }
}

.contact .btn {
  text-align: center;
  margin-top: 48px;
  width: 48%;
  margin-left: 2%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .contact .btn {
    width: 100%;
    margin-left: 0;
  }
}

.contact .btn:after {
  content: "";
  background: url(../images/txt_contact02.png) no-repeat center center;
  background-size: contain;
  width: 360px;
  height: 78px;
  position: absolute;
  right: 0;
  top: -55px;
}

@media screen and (max-width: 960px) {
  .contact .btn:after {
    top: -28px;
    width: 200px;
    height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .contact h2 {
    text-align: center;
  }
}

/*----------
gardenArea
----------*/
.gardenArea {
  padding: 54px 0 48px;
  background: url(../images/bg_garden01.jpg) repeat center center;
}

.garden-ttl {
  color: #947722;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.3;
  margin-bottom: 1em;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .garden-ttl {
    font-size: 20px;
  }
}

.garden-ttl:before {
  content: "";
  width: 46px;
  height: 68px;
  background: url(../images/ico_garden_left.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -80px;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .garden-ttl:before {
    width: 23px;
    height: 34px;
  }
}

@media screen and (max-width: 640px) {
  .garden-ttl:before {
    display: none;
  }
}

.garden-ttl:after {
  content: "";
  width: 46px;
  height: 68px;
  background: url(../images/ico_garden_right.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -60px;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .garden-ttl:after {
    width: 23px;
    height: 34px;
  }
}

@media screen and (max-width: 640px) {
  .garden-ttl:after {
    display: none;
  }
}

.garden-ttl span {
  font-size: 48px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .garden-ttl span {
    font-size: 24px;
  }
}

.garden-catch {
  font-size: 20px;
  letter-spacing: 0.075em;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 48px;
}

@media screen and (max-width: 960px) {
  .garden-catch {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .garden-catch {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  .garden-catch {
    font-size: 14px;
  }
}

.garden-catch span {
  color: #e66853;
  font-size: 28px;
  font-weight: bold;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.075em;
}

@media screen and (max-width: 960px) {
  .garden-catch span {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .garden-catch span {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .garden-catch span {
    font-size: 16px;
  }
}

.gardenArea .gardenBox {
  background: url(../images/bg_garden02.png) no-repeat center bottom #fff;
  background-size: 100%;
  padding: 48px 48px 450px 48px;
  border-radius: 15px;
  position: relative;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1080px) {
  .gardenArea .gardenBox {
    padding: 5% 5% 40vw 5%;
  }
}

.gardenArea .gardenBox .flame {
  position: absolute;
  left: 25px;
  top: 48px;
}

@media screen and (max-width: 1080px) {
  .gardenArea .gardenBox .flame {
    width: 22%;
    top: 5%;
  }
}

.gardenArea .gardenBox .txt {
  text-align: right;
}

@media screen and (max-width: 1080px) {
  .gardenArea .gardenBox .txt {
    width: 75%;
    margin-left: 25%;
  }
}

.gardenArea .gardenBox .badge {
  position: absolute;
  left: 25px;
  top: 280px;
}

@media screen and (max-width: 1080px) {
  .gardenArea .gardenBox .badge {
    width: 50%;
    top: 40%;
  }
}

.gardenArea .exp {
  text-align: left;
  padding: 10px 0 0;
}

/*----------
mediaArea
----------*/
.mediaArea {
  padding-bottom: 54px;
  background: url(../images/bg_media.jpg) no-repeat center top;
  background-size: 100%;
}

.mediaArea .mediaBox01 {
  padding: 8px;
  width: 700px;
  margin: 60px auto 30px;
  background: #fff3d9;
  background: -moz-linear-gradient(top, #fff3d9 0%, #ebdfc7 100%);
  background: -webkit-linear-gradient(top, #fff3d9 0%, #ebdfc7 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff3d9), to(#ebdfc7));
  background: -o-linear-gradient(top, #fff3d9 0%, #ebdfc7 100%);
  background: linear-gradient(to bottom, #fff3d9 0%, #ebdfc7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3d9', endColorstr='#ebdfc7',GradientType=0 );
}

@media screen and (max-width: 767px) {
  .mediaArea .mediaBox01 {
    width: 95%;
  }
}

@media screen and (max-width: 640px) {
  .mediaArea .mediaBox01 {
    margin: 20px auto;
  }
}

.mediaArea .innerBox {
  color: #8c6920;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 20px;
  border: 1px solid #8c6920;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mediaArea .innerBox {
    font-size: 18px;
    padding: 20px 160px 20px 20px;
  }
}

@media screen and (max-width: 640px) {
  .mediaArea .innerBox {
    padding: 20px 80px 20px 20px;
  }
}

.mediaArea .innerBox:after {
  content: "";
  background: url(../images/pic_media01.png) no-repeat center center;
  background-size: contain;
  width: 164px;
  height: 208px;
  position: absolute;
  right: 10px;
  top: -55px;
}

@media screen and (max-width: 767px) {
  .mediaArea .innerBox:after {
    width: 140px;
  }
}

@media screen and (max-width: 640px) {
  .mediaArea .innerBox:after {
    width: 80px;
    height: 100px;
    top: 20%;
    right: 0px;
  }
}

.mediaArea .innerBox span {
  font-weight: bold;
}

.mediaArea .mediaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 36px;
}

@media screen and (max-width: 960px) {
  .mediaArea .mediaList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.mediaArea .mediaList li {
  color: #8c6920;
  line-height: 1.6;
  width: 200px;
  height: 200px;
  background: url(../images/ico_media.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 960px) {
  .mediaArea .mediaList li {
    width: 200px;
    height: 200px;
    margin: 5px;
  }
}

@media screen and (max-width: 640px) {
  .mediaArea .mediaList li {
    width: 45vw;
    height: 45vw;
    font-size: 14px;
    margin: 1vw;
  }
}

.mediaArea .mediaList li span {
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .mediaArea .mediaList li:last-child {
    margin-top: -3vw;
  }
}

.mediaArea .mediaList p {
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mediaArea .messageBox01 {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 2em;
}

@media screen and (max-width: 960px) {
  .mediaArea .messageBox01 {
    font-size: 16px;
  }
}

.mediaArea .messageBox02 {
  border: 2px solid #006837;
  padding: 30px 36px;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .mediaArea .messageBox02 {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .mediaArea .messageBox02 {
    padding: 5%;
  }
}

.mediaArea .messageBox02-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mediaArea .messageBox02-catch {
  font-size: 24px;
  color: #006837;
  font-weight: bold;
  text-align: center;
  margin: 0 0 3% 0;
  line-height: 1.6em;
}

.mediaArea .img {
  width: 30%;
}

.mediaArea .messageBox02-btn {
  display: block;
  font-size: 20px;
  background-color: #006837;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 0;
}

@media screen and (max-width: 960px) {
  .mediaArea .img {
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .mediaArea .img {
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
  }

  .mediaArea .messageBox02-col {
    display: block;
  }

}

.mediaArea .img img {
  display: block;
}

@media screen and (max-width: 767px) {
  .mediaArea .img img {
    display: inline;
    vertical-align: middle;
  }
}

.mediaArea .img img:first-child {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .mediaArea .img img:first-child {
    margin-right: 2em;
  }
}

.mediaArea .txt {
  width: 66%;
  margin-right: 5%;
  line-height: 1.8;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .mediaArea .txt {
    width: 100%;
  }
}

.mediaArea .txt p {
  margin-bottom: 1.5em;
}

.mediaArea p.sign {
  font-size: 15px;
  margin-bottom: 5%;
}

@media screen and (max-width: 640px) {
  .mediaArea p.sign {
    font-size: 13px;
  }
}

.mediaArea p.sign span {
  font-size: 28px;
  /* display: block; */
}

@media screen and (max-width: 640px) {
  .mediaArea p.sign span {
    font-size: 20px;
  }
}

/*----------
meritArea
----------*/
.meritArea {
  padding: 80px 0;
  background: url(../images/bg_garden01.jpg) repeat center center;
}

@media screen and (max-width: 640px) {
  .meritArea {
    padding: 40px 0;
  }
}

.meritArea .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.meritArea .meritList {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .meritArea .meritList {
    margin-top: 30px;
  }
}

.meritArea .meritList li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 46%;
  margin: 0 2% 20px 2%;
  padding: 35px;
  background: #fff;
  border-radius: 15px;
  position: relative;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .meritArea .meritList li {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .meritArea .meritList li {
    padding: 5% 10%;
  }
}

.meritArea .meritList li > img {
  position: absolute;
  top: -35px;
  left: -35px;
}

@media screen and (max-width: 960px) {
  .meritArea .meritList li > img {
    width: 100px;
    left: -25px;
  }
}

@media screen and (max-width: 640px) {
  .meritArea .meritList li > img {
    width: 70px;
    height: auto;
    top: -10px;
    left: -10px;
  }
}

.meritArea .meritList li:last-child {
  width: 100%;
}

.meritArea .meritList li:last-child .img {
  text-align: right;
  width: 50%;
}

@media screen and (max-width: 960px) {
  .meritArea .meritList li .flex {
    display: block;
  }
  .meritArea .meritList li .flex .innerBox {
    width: 100%;
  }
  .meritArea .meritList li .flex .img {
    width: 100%;
    text-align: center;
  }
}

.meritArea .merit-list-ttl {
  color: #e66853;
  font-size: 21px;
  font-weight: normal;
  margin-left: 45px;
  margin-bottom: 0.8em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
  .meritArea .merit-list-ttl {
    margin-left: 35px;
    font-size: 17px;
  }
}

.meritArea .meritList .txt {
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .meritArea .meritList .txt {
    font-size: 14px;
  }
}

.meritArea .meritList .img {
  text-align: center;
  vertical-align: bottom;
}

.meritArea .meritList .adjust {
  margin-top: 4em;
}

@media screen and (max-width: 960px) {
  .meritArea .meritList .adjust {
    margin-top: 0;
  }
}

.meritArea .meritList .innerBox {
  width: 48%;
}

/*----------
exampleArea
----------*/
.exampleArea {
  padding: 80px 0;
}

@media screen and (max-width: 640px) {
  .exampleArea {
    padding: 40px 0;
  }
}

.exampleArea .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .exampleArea .flex {
    display: block;
  }
}

.exampleArea .exampleTable {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .exampleArea .exampleTable {
    width: 100%;
  }
}

.exampleArea .exampleTable caption {
  text-align: left;
}

.exampleArea .exampleTable th, .exampleArea .exampleTable td {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.exampleArea .exampleTable th {
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.075em;
  width: 160px;
}

.exampleArea .exampleTable td {
  text-align: left;
}

.exampleArea .pic {
  margin-top: 40px;
  position: relative;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .exampleArea .pic {
    width: 100%;
    margin-top: 60px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 640px) {
  .exampleArea .pic {
    width: 95%;
    margin-left: 5%;
  }
}

.exampleArea .badge {
  display: block;
  position: absolute;
  left: -40px;
  top: -40px;
  width: 140px;
}


@media screen and (max-width: 640px) {
  .exampleArea .badge {
    width: 100px;
    top: -20px;
    left: -15px;
  }
}

.example-list {
  margin: 100px 0 0 0;
}

.example-list-item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}

.example-list-item img {
  width: 100%;
}

.example-list-img {
  width: 40%;
  flex-shrink: 0;
  position: relative;
}

.example-list-info {
  width: 50%;
}

.example-list .-label {
  width: 80%;
  margin: 0 0 3% 0;
}

.example-list .-catch {
  color: #d00;
  font-size: 20px;
  margin: 0 0 2% 0;
  font-weight: bold;
}

.example-list .-copy {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {

  .example-list {
    margin: 10% 5% 0 5%;
  }

  .example-list-item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 0 0 10% 0;
  }

  .example-list-item img {
    width: 100%;
  }
  
  .example-list-img {
    width: 100%;
    flex-shrink: 0;
    position: relative;
    margin: 0 0 3% 0;
  }
  
  .example-list-info {
    width: 100%;
  }
  
  .example-list .-label {
    width: 80%;
    margin: 0 auto 3% auto;
  }
  
  .example-list .-catch {
    font-size: 18px;
    margin: 0 0 2% 0;
  }

}


/*----------
flowArea
----------*/
.flowArea {
  background: url(../images/bg_paper02.jpg) repeat center center;
  padding: 80px 0;
}

@media screen and (max-width: 640px) {
  .flowArea {
    padding: 40px 0;
  }
}

.flowArea h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .flowArea h2 {
    margin-bottom: 30px;
  }
}

.flowArea .flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flowArea .flowList li {
  letter-spacing: 0.075em;
  width: 25.33333%;
  background: url(../images/ico_flow01.png) no-repeat right center;
  background-size: contain;
  margin-bottom: 10px;
  padding: 20px 4%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .flowArea .flowList li {
    width: 42%;
  }
}

@media screen and (max-width: 640px) {
  .flowArea .flowList li {
    width: 100%;
    background: none;
  }
}

@media screen and (max-width: 640px) {
  .flowArea .flowList li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #cccccc transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
  }
}

.flowArea .flow-list-ttl {
  color: #006837;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 1em;
}

.flowArea .flowList li p {
  line-height: 1.6;
}

.flowArea .flowList li:after {
  content: "";
  width: 93%;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .flowArea .flowList li:after {
    width: 100%;
  }
}

.flowArea .flowList li:last-child {
  background: url(../images/ico_flow02.png) no-repeat right center;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .flowArea .flowList li:last-child {
    background: none;
  }
}

@media screen and (max-width: 640px) {
  .flowArea .flowList li:last-child:before {
    display: none;
  }
}

.flowArea .caution {
  color: #c1272d;
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .flowArea .caution {
    font-size: 11px;
  }
}

.flowArea .txt {
  margin: 40px 0 0;
}

.flowArea .flow-pamph {
  width: 70%;
  margin: 4% auto 0 auto;
}

@media screen and (max-width: 640px) {
}

/*----------
supportArea
----------*/
.supportArea {
  padding: 80px 0;
}

@media screen and (max-width: 640px) {
  .supportArea {
    padding: 40px 0;
  }
}

.supportArea .supportBox {
  background: #faf1e5;
  border-radius: 15px;
  padding: 40px 40px 70px 40px;
  margin: 30px 5% 60px;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .supportArea .supportBox {
    margin: 30px 0 60px;
  }
}

@media screen and (max-width: 960px) {
  .supportArea .supportBox {
    max-width: 640px;
    margin: 30px auto 60px;
    padding: 40px;
  }
}

@media screen and (max-width: 640px) {
  .supportArea .supportBox {
    padding: 8%;
  }
}

.supportArea .supportBox .supportList {
  color: #5c4a37;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 200px 0 0;
}

@media screen and (max-width: 960px) {
  .supportArea .supportBox .supportList {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .supportArea .supportBox .supportList {
    padding: 0;
    font-size: 16px;
  }
}

.supportArea .supportBox .supportList li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.8;
  margin-bottom: 1em;
}

.supportArea .supportBox .img {
  position: absolute;
  right: 40px;
  top: 20px;
}

@media screen and (max-width: 960px) {
  .supportArea .supportBox .img {
    text-align: center;
    position: relative;
    right: 0;
    top: 0;
  }
}

.supportArea .supportTit {
  color: #fff;
  font-size: 30px;
  text-align: center;
  background: #f7931e;
  margin: 40px 0 30px;
  padding: 10px 0;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .supportArea .supportTit {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .supportArea .supportTit {
    font-size: 18px;
  }
}

.supportArea .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .supportArea .flex {
    display: block;
  }
}

.supportArea .box {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .supportArea .box {
    width: 100%;
  }
}

.supportArea .box table {
  width: 100%;
  margin-bottom: 2em;
}

.supportArea .box table th, .supportArea .box table td {
  padding: 18px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .supportArea .box table th, .supportArea .box table td {
    padding: 14px;
  }
}

.supportArea .box table th {
  color: #fff;
  text-align: left;
  background: #667b84;
}

.supportArea .box table td {
  background: #fafafa;
}

.supportArea .pic {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .supportArea .pic {
    width: 100%;
    margin: 1em 0;
  }
}

.supportArea .orangeTit {
  color: #f7931e;
  font-size: 20px;
  border-left: 5px solid #f7931e;
  padding: 4px 20px;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .supportArea .orangeTit {
    font-size: 18px;
    padding: 2px 15px;
  }
}

.supportArea .orangeTit + p {
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .supportArea .orangeTit + p {
    font-size: 15px;
  }
}

.supportArea .note {
  background: #fafafa;
  margin-top: 10px;
  padding: 25px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.supportArea .note span {
  color: #f7931e;
  font-weight: bold;
}

.voiceArea {
  padding: 80px 0;
  background: #fcf4f2;
}

@media screen and (max-width: 767px) {
  .voiceArea {
    padding: 40px 0;
  }
}

.voiceArea .flLeft {
  float: left;
}

@media screen and (max-width: 767px) {
  .voiceArea .flLeft {
    float: none;
  }
}

.voiceArea .flRight {
  float: right;
}

@media screen and (max-width: 767px) {
  .voiceArea .flRight {
    float: none;
  }
}

.voice-ttl {
  color: #947722;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1.3;
  margin-bottom: 1em;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .voice-ttl {
    font-size: 24px;
  }
}

.voice-ttl:before {
  content: "";
  width: 46px;
  height: 68px;
  background: url(../images/ico_garden_left.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -80px;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .voice-ttl:before {
    width: 23px;
    height: 34px;
  }
}

@media screen and (max-width: 640px) {
  .voice-ttl:before {
    display: none;
  }
}

.voice-ttl:after {
  content: "";
  width: 46px;
  height: 68px;
  background: url(../images/ico_garden_right.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -60px;
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .voice-ttl:after {
    width: 23px;
    height: 34px;
  }
}

@media screen and (max-width: 640px) {
  .voice-ttl:after {
    display: none;
  }
}

.voice-ttl span {
  font-size: 48px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .voice-ttl span {
    font-size: 28px;
  }
}

.voiceArea .voiceList {
  width: 960px;
  margin: 20px auto;
}

@media screen and (max-width: 960px) {
  .voiceArea .voiceList {
    width: 95%;
  }
}

.voiceArea .voiceList li {
  padding: 25px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .voiceArea .voiceList li {
    padding: 10px;
  }
}

@media screen and (max-width: 640px) {
  .voiceArea .voiceList li {
    padding: 10px 0;
  }
}

.voiceArea .voiceList .ico {
  width: 145px;
  height: 145px;
  position: absolute;
  top: 50%;
  margin-top: -72.5px;
}

@media screen and (max-width: 960px) {
  .voiceArea .voiceList .ico {
    width: 105px;
    height: 105px;
    margin-top: -52.5px;
  }
}

@media screen and (max-width: 767px) {
  .voiceArea .voiceList .ico {
    display: none;
  }
}

.voiceArea .voiceList .ico.flLeft {
  left: 0;
}

@media screen and (max-width: 767px) {
  .voiceArea .voiceList .ico.flLeft {
    left: auto;
  }
}

.voiceArea .voiceList .ico.flRight {
  right: 0;
}

@media screen and (max-width: 767px) {
  .voiceArea .voiceList .ico.flRight {
    right: auto;
  }
}

.voiceArea .voiceList .txt {
  position: relative;
  font-size: 24px;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.6;
  background: #fff;
  padding: 25px;
  width: 75%;
  border-radius: 10px;
}

@media screen and (max-width: 960px) {
  .voiceArea .voiceList .txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .voiceArea .voiceList .txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .voiceArea .voiceList .txt {
    font-size: 15px;
    padding: 15px;
  }
}

.voiceArea .voiceList .txt.flRight:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -12.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 20px 12.5px 0;
  border-color: transparent #fff transparent transparent;
}

@media screen and (max-width: 767px) {
  .voiceArea .voiceList .txt.flRight:after {
    display: none;
  }
}

.voiceArea .voiceList .txt.flLeft:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -12.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 20px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 767px) {
  .voiceArea .voiceList .txt.flLeft:after {
    display: none;
  }
}

/*----------
companyArea
----------*/
.companyArea {
  padding: 80px 0;
  background: url(../images/bg_company.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .companyArea {
    padding: 40px 0;
  }
}

.companyArea .companyBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #006837;
  padding: 70px 100px;
  background: #fff;
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .companyArea .companyBox {
    padding: 50px 5%;
  }
}

@media screen and (max-width: 640px) {
  .companyArea .companyBox {
    padding: 30px 5%;
  }
}

.companyArea .companyTable {
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .companyArea .companyTable {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .companyArea .companyTable {
    margin-top: 30px;
  }
}

.companyArea .companyTable th, .companyArea .companyTable td {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .companyArea .companyTable th, .companyArea .companyTable td {
    padding: 10px 0;
  }
}

.companyArea .companyTable th {
  color: #006837;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .companyArea .companyTable th {
    width: 25%;
  }
}

.companyArea .companyTable td {
  padding-left: 50px;
}

@media screen and (max-width: 640px) {
  .companyArea .companyTable td {
    padding-left: 5%;
  }
}

/*----------
propertyArea
----------*/
.propertyArea {
  padding: 80px 0;
  line-height: 1.7;
}

@media screen and (max-width: 640px) {
  .propertyArea {
    padding: 40px 0;
  }
}

.propertyArea .box {
  padding: 20px 0 0;
}

.propertyArea h3 {
  color: #006837;
  font-size: 20px;
  margin-bottom: 1em;
}

.propertyArea table {
  width: 100%;
  margin: 1em 0;
}

.propertyArea table th, .propertyArea table td {
  font-size: 14px;
  padding: 10px;
}

.propertyArea table th {
  width: 100px;
}

.propertyArea .note {
  background: #fafafa;
  padding: 20px;
  margin: 0 0 2em;
}

/*----------
faqArea
----------*/
.faqArea {
  padding: 80px 0;
  background: url(../images/bg_paper02.jpg) repeat center center;
}

@media screen and (max-width: 640px) {
  .faqArea {
    padding: 40px 0;
  }
}

.faqArea h2 {
  margin-bottom: 40px;
}

.faqArea .ques,
.faqArea .ans {
  line-height: 1.7;
  position: relative;
  padding-left: 80px;
}

.faqArea .ques {
  color: #006837;
  font-size: 25px;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 960px) {
  .faqArea .ques {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  .faqArea .ques {
    font-size: 16px;
  }
}

.faqArea .ques:before {
  content: url(../images/ico_faq01.png);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.faqArea .ans {
  font-size: 16px;
  margin: 40px 0 60px;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 640px) {
  .faqArea .ans {
    font-size: 15px;
    margin: 20px 0 30px;
  }
}

.faqArea .ans:before {
  content: url(../images/ico_faq02.png);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*----------
contactArea
----------*/
.contactArea {
  padding: 80px 0;
}

@media screen and (max-width: 640px) {
  .contactArea {
    padding: 40px 0;
  }
}

.contactArea .pt20 {
  padding-top: 20px;
}

.contactArea input {
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contactArea input[type="text"], .contactArea input[type="mail"] {
  font-size: 18px;
  width: 90%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px;
}

@media screen and (max-width: 767px) {
  .contactArea input[type="text"], .contactArea input[type="mail"] {
    width: 100%;
    padding: 6px;
  }
}

.contactArea input[type="text"].range01 {
  width: 80px;
  margin-left: 5px;
}

.contactArea input[type="text"].range02 {
  width: 100%;
}

.contactArea input[type="text"].range03 {
  width: 110px;
  margin-left: 5px;
}

.contactArea label {
  display: inline-block;
}

.contactArea textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 18px;
  padding: 4px;
  width: 100%;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .contactArea textarea {
    padding: 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.contactArea .checkbox {
  display: none;
}

.contactArea .checkbox + .checkbox-icon {
  position: relative;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: bold;
}

.contactArea .checkbox + .checkbox-icon:before {
  content: "\f380";
  font-family: "Ionicons";
  color: #ccc;
  font-size: 22px;
  margin-right: 10px;
}

.contactArea .checkbox:checked + .checkbox-icon:before {
  content: "\f2b9";
  color: #17bcdf;
}

.contactArea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 17px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: transparent;
  padding: 4px;
  width: 70px;
  position: relative;
  background: url(../images/ico_select.png) no-repeat 90% center;
}

@media screen and (max-width: 767px) {
  .contactArea select {
    padding: 6px;
    width: 20%;
  }
}

.contactArea .contactTable {
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 30px;
}

.contactArea .contactTable .guideBox {
  padding: 10px 0 15px;
}

.contactArea .contactTable th, .contactArea .contactTable td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .contactArea .contactTable th, .contactArea .contactTable td {
    width: 100%;
    display: list-item;
    list-style: none;
    padding: 10px;
    font-size: 16px;
  }
}

.contactArea .contactTable th {
  color: #667b84;
  font-size: 18px;
  text-align: left;
  background: #fafafa;
  width: 265px;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .contactArea .contactTable th {
    width: 100%;
  }
}

.contactArea .contactTable th.top {
  vertical-align: top;
}

.contactArea .contactTable th.required:after {
  content: "必須";
  color: #c1272d;
  letter-spacing: 0.1em;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.contactArea .contactTable .txt {
  color: #667b84;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #667b84;
  margin-bottom: 10px;
}

.contactArea .contactTable .year {
  width: 100px;
}

.contactArea .contactTable .time p {
  color: #667b84;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0 10px;
}

.contactArea .agree {
  text-align: center;
  margin: 30px 0;
}

.contactArea .agree label {
  vertical-align: middle;
}

.contactArea .agree .checkbox-icon:before {
  display: inline-block;
  line-height: 0;
  padding-top: 5px;
  position: relative;
  top: 3px;
}

.contactArea .agree .checkbox-icon {
  line-height: 0;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
}

.contactArea input[type="submit"],
.contactArea input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contactArea input[type="submit"]::-webkit-search-decoration,
.contactArea input[type="button"]::-webkit-search-decoration {
  display: none;
}

.contactArea input[type="submit"]::focus,
.contactArea input[type="button"]::focus {
  outline-offset: -2px;
}

.contactArea .btnBox {
  text-align: center;
}

.contactArea .submit {
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  width: 280px;
  background: #e66853;
  padding: 10px 0;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 50px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contactArea .submit:hover {
  opacity: 0.7;
}

footer {
  color: #fff;
  background: #006837;
}

footer .totop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  padding: 0;
}

footer p {
  text-align: center;
  padding: 20px 0;
}

footer .footLink {
  border-bottom: 1px dotted #fff;
}

footer .footLink a {
  color: #fff;
  font-size: 14px;
  margin: 0 1em;
  text-decoration: none;
}

footer .copy {
  font-size: 12px;
}



/* result */

.result {
  background-color: #f6f5f7;
}

.result-wrapper {
  padding: 5% 0;
}

.result-deco01 {
  width: 20%;
  margin: 0 auto 2% auto;
}

.result-ttl {
  font-size: 20px;
  text-align: center;
  margin: 0 0 2% 0;
}

.result-subttl {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #5d3719;
  margin: 0 0 5% 0;
  display: flex;
  justify-content: center;
}

.result-subttl .-deco {
  width: 10%;
  margin: 0 2%;
}

.result-item {
  width: 80%;
  margin: 0 auto 5% auto;
}

.result-item:last-child {
  margin: 0 auto;
}

.result-item .-label {
  width: 40%;
  margin: 0 auto 3% auto;
}

.result-main {
  display: flex;
  margin: 0 0 4% 0;
}

.result-main-img {
  width: 35%;
  margin: 0 2% 0 0;
}

.result-main-img02 {
  width: 65%;
  margin: 0 2% 0 0;
}

.result-main-copy {
  width: 100%;
}

.result-main-copy-catch {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6em;
  /* text-indent: -1em;
  padding: 0 0 0 1em; */
  margin: 0 0 2% 0;
}

.result-main-copy-name {
  /* text-indent: 1.2em; */
  /* line-height: 1.6em; */
}

.result-copy {
  /* text-align: center; */
  line-height: 1.6em;
  display: flex;
  justify-content: space-between;
  margin: 0 0 5% 0;
}

.result-copy-item {
  width: 31%;
  /* margin: 0 0 1.6em 0; */
}

.result-copy-q {
  font-weight: bold;
}

.result-copy-a {
  margin: 0 0 1.6em 0;
}

.result-copy-a:last-child {
  margin: 0;
}

.result-img02 {
  display: none;
}

@media screen and (max-width: 767px) {

  .result-wrapper {
    padding: 10% 0;
  }

  .result-deco01 {
    width: 40%;
    margin: 0 auto 2% auto;
  }
  
  .result-ttl {
    font-size: 16px;
    margin: 0 0 4% 0;
  }
  
  .result-subttl {
    font-size: 20px;
    margin: 0 0 5% 0;
  }
  
  .result-subttl .-deco {
    width: 14%;
  }
  
  .result-item {
    width: 100%;
  }

  .result-item .-label {
    width: 70%;
    margin: 0 auto 5% auto;
  }

  .result-main {
    display: block;
    margin: 0 0 4% 0;
  }
  
  .result-main-img {
    width: 40%;
    margin: 0 auto 5% auto;
  }

  .result-main-img02 {
    display: none;
  }

  .result-img02 {
    display: block;
    width: 100%;
    margin: 5% 0 0 0;
  }

  .result-main-copy-catch {
    font-size: 20px;
    margin: 0 0 2% 0;
  }

  .result-main-copy-catch br {
    display: none;
  }

  .result-main-copy-name {
    font-size: 13px;
    text-indent: 0;
    /* padding: 0 0 0 1.6em; */
    line-height: 1.6em;
  }
  
  .result-copy {
    display: block;
  }
  
  .result-copy-item {
    width: 100%;
    margin: 0 0 1em 0;
  }

  .result-copy-item:last-child {
    margin: 0;
  }


}


/* exam */

.exam {
  background-color: #eee9dd;
}

.exam-wrapper {
  padding: 5% 0;
}

.exam-deco01 {
  width: 20%;
  margin: 0 auto 4% auto;
}

.exam-ttl {
  font-size: 26px;
  text-align: center;
  margin: 0 0 2% 0;
}

.exam-item {
  width: 80%;
  margin: 0 auto 6% auto;
}

.exam-item .-label {
  width: 40%;
  margin: 0 auto 3% auto;
}

.exam-main {
  display: flex;
}

.exam-item:nth-child(odd) .exam-main {
  flex-direction: row-reverse;
}

.exam-main-img {
  width: 30%;
  margin: 0 4% 0 0;
  position: relative;
}

.exam-item:nth-child(odd) .exam-main-img {
  margin: 0 0 0 4%;
}

.exam-main-img .-label {
  position: absolute;
  top: -30px;
  left: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #f00;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  line-height: 1.2em;
}

.exam-main-copy {
  width: 100%;
}

.exam-main-copy-catch {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0 0 2% 0;
}

.exam-main-copy-name {
  margin: 0 0 4% 0;
  line-height: 1.6em;
}

.exam-main-copy-copy {
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {

  .exam-wrapper {
    padding: 10% 0;
  }

  .exam-deco01 {
    width: 30%;
    margin: 0 auto 6% auto;
  }

  .exam-ttl {
    font-size: 20px;
    text-align: center;
    margin: 0 0 2% 0;
  }
  
  .exam-item {
    width: 100%;
    margin: 0 0 10% 0;
  }

  .exam-item .-label {
    width: 70%;
    margin: 0 auto 5% auto;
  }

  .exam-item:last-child {
    margin: 0;
  }
  
  .exam-main {
    display: block;
  }
  
  .exam-item:nth-child(odd) .exam-main {
    flex-direction: row-reverse;
  }

  .exam-main-img {
    width: 30%;
    margin: 0 auto 5% auto;
    position: relative;
  }
  
  .exam-item:nth-child(odd) .exam-main-img {
    margin: 0 auto 5% auto;
  }
  
  .exam-main-img .-label {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
  }

  .exam-main-copy-catch {
    font-size: 20px;
    margin: 0 0 2% 0;
  }
  
  .exam-main-copy-name {
    margin: 0 0 4% 0;
    padding: 0 0 0 1.4em;
  }
  
  .exam-main-copy-copy {
    line-height: 1.6em;
  }
  

}