﻿@charset "shift_jis";
/* RESET ------------------------------------------------------------------------ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
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;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, li {
  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;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* --------LINK-------------------------------------------------------------------------------------- */
a {
  transition: all .2s;
}
a:link {
  color: inherit;
  text-decoration: inherit;
}
a:visited {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
a:active {
  color: inherit;
  text-decoration: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.wrap {
  clear: both;
  box-sizing: content-box;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7%;
  padding-right: 7%;
}
@media screen and (min-width:768px) {
  html {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  body {
    color: #727171;
    font-size: 18px;
    line-height: 1.7;
  }
  .tm {
    font-size: 10px;
    vertical-align: text-top;
  }
  .pcVer {
    display: block;
  }
  .spVer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  body {
    color: #727171;
    font-size: 16px;
    line-height: 1.7;
  }
  .tm {
    font-size: 10px;
    vertical-align: text-top;
  }
  .pcVer {
    display: none;
  }
  .spVer {
    display: block;
  }
}
/*---------------------------------------------------------------------- HEADER -----------------------*/
@media screen and (min-width:768px) {
  #headerArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #logoMain {
    margin: 15px 0 15px 20px;
  }
  #logoMain img {
    height: auto;
    width: 183px;
  }
  #naviGlobal {
    margin-left: 30px;
    margin-right: 68px;
    padding-top: .5em;
    display: block !important;
    text-align: right;
  }
  #naviGlobal > ul {
    border-right: 1px solid #727171;
    font-size: 20px;
    letter-spacing: .1em;
    display: flex;
  }
  #naviGlobal > ul > li {
    border-left: 1px solid #727171;
    padding: 0 20px;
  }
  #naviGlobal > ul > li a {
    transition: .3s;
  }
  #naviGlobal > ul > li a:hover {
    opacity: .6;
  }
  #naviGlobal > p {
    padding-top: 1em;
    font-size: 12px;
  }
  #menu {
    display: none;
  }
  #headerArea .win_gray {
    position: relative;
    padding-right: 22px;
  }
  #headerArea .win_gray::after {
    position: absolute;
    top: 4px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../image/ic_win_gray.png) right center no-repeat;
    background-size: auto 12px;
    content: '';
  }
}
@media (max-width: 1078px) and (min-width: 768px) {
  #logoMain img {
    height: auto;
    width: 120px;
  }
  #lang {
    font-size: 16px;
    font-weight: bold;
    margin-left: auto;
    margin-right: 20px;
  }
  #naviGlobal {
    margin-left: 10px;
    margin-right: 30px;
  }
  #naviGlobal > ul {
    font-size: 16px;
  }
  #naviGlobal > ul > li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #headerArea {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #logoMain {
    margin: 18px 0 11px 35px;
    position: relative;
    z-index: 3;
  }
  #logoMain img {
    height: auto;
    width: 91px;
  }
  #lang {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 80px;
    top: 23px;
    z-index: 3;
  }
  #naviGlobal {
    background-color: #E7E6DB;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  #naviGlobal > ul {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: .1em;
    padding: 150px 80px 80px;
  }
  #naviGlobal > ul > li:after {
    background-color: #9E9E9F;
    content: "";
    display: block;
    margin-left: 12px;
    width: 1px;
    height: 50px;
  }
  #naviGlobal > ul > li:last-child {
    padding-bottom: 0;
  }
  #naviGlobal > ul > li:last-child:after {
    display: none;
  }
  #naviGlobal > ul > li a {
    transition: .3s;
  }
  #naviGlobal > ul > li a:hover {
    opacity: .6;
  }
  #naviGlobal > p {
    padding: 0 20px 30px;
    font-size: 12px;
  }
  #menu {
    border: 1px solid #9E9E9F;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 25px;
    margin-left: auto;
    position: relative;
    height: 36px;
    width: 36px;
    z-index: 3;
  }
  #menu .menu_trigger, #menu .menu_trigger > span, #menu .menu_trigger > span > span {
    transition: all .4s;
    box-sizing: border-box;
  }
  #menu .menu_trigger > span {
    position: absolute;
    right: 8px;
    top: 12px;
  }
  #menu .menu_trigger > span > span {
    position: absolute;
    right: 0;
    width: 18px;
    height: 1px;
    background-color: #535252;
  }
  #menu .menu_trigger > span > span:nth-of-type(1) {
    top: 0px;
  }
  #menu .menu_trigger > span > span:nth-of-type(2) {
    top: 5px;
  }
  #menu .menu_trigger > span > span:nth-of-type(3) {
    top: 10px;
  }
  #menu.active .menu_trigger > span > span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  #menu.active .menu_trigger > span > span:nth-of-type(2) {
    opacity: 0;
  }
  #menu.active .menu_trigger > span > span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
  }
  #headerArea .win_gray {
    position: relative;
    padding-right: 22px;
  }
  #headerArea .win_gray::after {
    position: absolute;
    top: 3px;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../image/ic_win_gray.png) right center no-repeat;
    background-size: auto 12px;
    content: '';
  }
}
/*---------------------------------------------------------------------- FOOTER -----------------------*/
@media screen and (min-width:768px) {
  .gfooter {
    line-height: 1;
    position: relative;
    z-index: 0;
    color: #000;
  }
  .gfooter .row-site-information {
    overflow: hidden;
    padding: 20px 50px;
    background: #fff;
  }
  .gfooter .logo {
    float: left;
    width: 115px;
    margin-top: 10px;
    margin-right: 20px;
  }
  .gfooter .copyright {
    font-size: 10px;
    float: left;
    padding: 18px 0 0;
  }
  .gfooter .policy-link-list {
    font-size: 10px;
    float: right;
    padding: 5px 0 0;
  }
  .gfooter .policy-link-list li {
    display: inline;
    float: left;
    margin-left: 20px;
  }
  .gfooter .policy-link-list li:first-child {
    margin-left: 0;
  }
  .gfooter .policy-link-list a {
    display: inline-block;
    padding-left: 10px;
    color: #000;
    background: url(../image/arrow_link.png) no-repeat 0 .25em;
  }
  /* 'D'style ver. */
  .gfooter .policy-link-leftfloat {
    font-size: 10px;
    padding: 0px 0 10px;
  }
  .gfooter .policy-link-leftfloat li {
    display: inline;
    float: left;
    margin-left: 20px;
  }
  .gfooter .policy-link-leftfloat li:first-child {
    margin-left: 0;
  }
  .gfooter .policy-link-leftfloat a {
    display: inline-block;
    padding-left: 10px;
    color: #000;
    background: url(../image/arrow_link.png) no-repeat 0 .25em;
  }
  .gfooter .policy-link-leftfloat a.win_gray {
    padding-right: 20px;
    position: relative;
  }
  .gfooter .policy-link-leftfloat a.win_gray::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 12px;
    background: url(../image/ic_win_gray.png) right center no-repeat;
    background-size: auto 10px;
    content: '';
  }
  .gfooter .dgaslogo-rightfloat {
    float: right;
  }
  .gfooter .dgaslogo-rightfloat li {
    display: inline;
    float: right;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .gfooter {
    line-height: 1;
    position: relative;
    z-index: 0;
    color: #000;
  }
  .gfooter .row-site-information {
    overflow: hidden;
    padding: 15px 0 10px;
    background: #fff;
  }
  .gfooter .dgaslogo-rightfloat {
    margin: 0 0 15px;
    text-align: center;
  }
  .gfooter .policy-link-leftfloat {
    font-size: 10px;
    overflow: hidden;
    margin-top: -5px;
    text-align: center;
  }
  .gfooter .policy-link-leftfloat li {
    display: inline-block;
    margin: 5px 5px 0;
  }
  .gfooter .policy-link-leftfloat a {
    display: inline-block;
    padding-left: 5px;
    color: #000;
    background: url(../image/sp_arrow_link.png) no-repeat 0 .25em;
    -webkit-background-size: 3px auto;
    -moz-background-size: 3px auto;
    background-size: 3px auto;
    -ms-background-size: 3px auto;
  }
  .gfooter .policy-link-leftfloat a.win_gray {
    padding-right: 15px;
    position: relative;
  }
  .gfooter .policy-link-leftfloat a.win_gray::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 10px;
    background: url(../image/ic_win_gray.png) right center no-repeat;
    background-size: auto 10px;
    content: '';
  }
  .gfooter .logo {
    display: none;
  }
  .gfooter .copyright {
    font-size: 10px;
    margin: 15px 0 0;
    text-align: center;
  }
}
/*---------------------------------------------------------------------- LAYOUT -----------------------*/
/*------------------------------------------ cont1 -----------------------*/
.cont1 .box1 {
  min-width: 1078px;
  background: url("../image/cont1.jpg") center / cover no-repeat;
  aspect-ratio: 2732 / 1924;
  position: relative;
}
.cont1 .box1 h1 {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  color: #fff;
  font-size: 5.85vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.cont1 .box1 h1 span {
  display: block;
  margin-bottom: .2em;
  color: #575757;
  font-size: 2.19vw;
  line-height: 2.2;
}
.cont1 .box1 h1 small {
  font-size: 4.39vw;
}
.cont1 .box1 h1 img {
  display: block;
  margin: .4em auto 0;
  width: 15.4vw;
}
.cont1 .box1 p {
  position: absolute;
  left: 16.83vw;
  top: 5%;
  color: #fff;
  font-size: 1.9vw;
  font-weight: bold;
  line-height: 1.6;
}
.cont1 .box2 {
  width: 67%;
  float: left;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.cont1 .box2 li {
  padding-left: 1.2em;
  position: relative;
}
.cont1 .box2 li:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: .8em;
  height: .8em;
  border-radius: 50%;
  background: #A1C354;
}
.cont1 figure.mb100 {
  margin-bottom: 100px;
  text-align: center;
}
.cont1 .figimg {
  width: 30%;
  float: right;
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}
.cont1 .box3 {
  clear: both;
  margin-bottom: 3em;
}
.cont1 .box3 dt {
  padding: 0 1em;
  margin-bottom: .8em;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
  background: #F0F0F0;
}
.cont1 .box4 {
  clear: both;
  margin-bottom: 3em;
}
.cont1 .box4 h2 {
  padding: 0 1em;
  margin-bottom: .8em;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
  background: #567B03;
}
.cont1 .box4 dl {
  display: flex;
  margin-bottom: .2em;
}
.cont1 .box4 dl dt {
  width: 8em;
}
.cont1 .box4 dl dd {
  flex: 1;
}
.cont1 .box4 dl dd a {
  text-decoration: underline;
}
.cont1 .box4 dl dd a:hover {
  opacity: .5;
}
.cont1 .box5 {
  clear: both;
  background: #E7F0D4;
  border: 3px solid #C4D993;
  margin-bottom: 100px;
}
.cont1 .box5 dt {
  padding: 0 1em;
  margin-bottom: .8em;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
  background: #567B03;
}
.cont1 .box5 dd {
  padding: 10px 100px 30px 0;
}
.cont1 .box5 dd ul {
  padding-left: 30px;
  background-color: #E7F0D4;
  background-image: linear-gradient(0deg, #fff 1px, transparent 1px);
  background-size: 100% 2em;
  line-height: 2;
}
.cont1 .box5 dd ul li {
  padding-left: 1.2em;
  position: relative;
}
.cont1 .box5 dd ul li:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: .8em;
  height: .8em;
  border-radius: 50%;
  background: #567B03;
}
.cont1 .box5 dd ul li a {
  text-decoration: underline;
}
.cont1 .box5 dd ul li a:hover {
  opacity: .5;
}
@media screen and (max-width: 1078px) {
  .cont1 .box1 h1 {
    top: 265px;
    font-size: 60px;
  }
  .cont1 .box1 h1 span {
    font-size: 24px;
  }
  .cont1 .box1 h1 small {
    font-size: 50px;
  }
  .cont1 .box1 h1 img {
    display: block;
    margin: .53em auto 0;
    width: 166px;
  }
  .cont1 .box1 p {
    left: 180px;
    top: 30px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .cont1 .box1 {
    min-width: inherit;
    background: url("../image/cont1-sp.jpg") center / cover no-repeat;
    aspect-ratio: 860 / 904;
  }
  .cont1 .box1 h1 {
    top: 36.2%;
    font-size: 8.37vw;
  }
  .cont1 .box1 h1 span {
    margin-bottom: .2em;
    font-size: 3.25vw;
    line-height: 1.4;
  }
  .cont1 .box1 h1 small {
    font-size: 5.58vw;
  }
  .cont1 .box1 h1 img {
    margin: .6em auto 0;
    width: 26.3vw;
    padding-left: 4vw;
  }
  .cont1 .box1 p {
    left: 6.97vw;
    top: 4vw;
    font-size: 4.18vw;
  }
  .cont1 .box2 {
    width: auto;
    float: none;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cont1 .box3 dt {
    margin-bottom: .8em;
    font-size: 18px;
  }
  .cont1 .box4 h2 {
    font-size: 18px;
  }
  .cont1 .box4 dl {
    display: flex;
    margin-bottom: .2em;
  }
  .cont1 .box4 dl dt {
    width: 6em;
  }
  .cont1 .box4 dl dd a:hover {
    opacity: 1;
  }
  .cont1 .box5 {
    margin-bottom: 50px;
  }
  .cont1 .box5 dt {
    font-size: 20px;
  }
  .cont1 .box5 dd {
    font-size: 16px;
    padding: 10px 50px 30px 0;
  }
}
/*------------------------------------------ cont2 -----------------------*/
.cont2 {
  margin-bottom: 100px;
  padding: 50px 0;
  background: linear-gradient(135deg, #e2eac4 0%, #f8fce8 100%);
  border-radius: 200px;
}
.cont2 h2 {
  margin-bottom: .2em;
  color: #93AC1B;
  font-size: 100px;
  line-height: 1.3;
}
.cont2 h2 small {
  display: block;
  font-size: 34px;
}
.cont2 h2 small span {
  font-size: 26px;
}
.cont2 .txt {
  margin-bottom: 1.5em;
}
.cont2 figure {
  padding: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
  margin-bottom: 50px;
}
.cont2 h3 {
  padding: 0 1em;
  margin-bottom: .8em;
  color: #93AC1B;
  font-size: 20px;
  background: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .cont2 {
    margin-bottom: 50px;
    padding: 50px 0 30px;
    border-radius: 70px;
  }
  .cont2 h2 {
    margin-bottom: .2em;
    font-size: 40px;
    line-height: 1.3;
  }
  .cont2 h2 small {
    font-size: 18px;
  }
  .cont2 h2 small span {
    font-size: 14px;
  }
  .cont2 .txt {
    margin-bottom: 1.5em;
  }
  .cont2 figure {
    padding: 10px;
    margin-bottom: 50px;
  }
  .cont2 h3 {
    padding: .5em 1em;
    margin-bottom: .8em;
    font-size: 18px;
    line-height: 1.4;
  }
}
/*------------------------------------------ cont3 -----------------------*/
.cont3 {
  margin-bottom: 100px;
  padding: 100px 0;
  background: linear-gradient(135deg, #e2eac4 0%, #f8fce8 100%);
  border-radius: 0 0 200px 200px;
}
.cont3 h2 {
  margin-bottom: .7em;
  color: #93AC1B;
  font-size: 100px;
  line-height: 1.3;
}
.cont3 h2 small {
  display: block;
  font-size: 34px;
}
.cont3 h2 small span {
  font-size: 26px;
}
.cont3 h3 {
  padding: 0 1em;
  margin-bottom: .8em;
  color: #93AC1B;
  font-size: 34px;
  background: #F8FAF1;
  line-height: 1.7;
  position: relative;
}
.cont3 h3 small {
  position: absolute;
  right: 30px;
  bottom: 1em;
  color: #575757;
  font-size: 12px;
  font-weight: normal;
}
.cont3 .txt {
  clear: both;
  margin-bottom: 1.5em;
}
.cont3 .txt2 {
  clear: both;
  margin-bottom: 1.5em;
  font-size: 16px;
}
.cont3 figure {
  padding: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
  margin-bottom: 50px;
}
.cont3 figure figcaption {
  color: #93AC1B;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .7em;
}
.cont3 figure figcaption small {
  font-size: 34px;
  font-weight: normal;
}
.cont3 figure.mb100 {
  margin-bottom: 100px;
}
.cont3 h4 {
  float: left;
  margin-bottom: 20px;
  color: #93AC1B;
  font-size: 34px;
}
.cont3 h4 .num {
  font-size: 60px;
  margin-right: .3em;
  line-height: 1;
}
.cont3 h4 small {
  font-size: 26px;
}
.cont3 .ttlsub {
  float: right;
  font-size: 12px;
  text-align: right;
  padding-top: 20px;
}
.cont3 .ttlsub span {
  display: inline-block;
  padding: 0 .7em;
  margin-bottom: .3em;
  color: #F9FBF3;
  font-size: 24px;
  font-weight: bold;
  background: #567B03;
  border-radius: 100px;
}
.cont3 .ttlsub2 {
  float: right;
  font-size: 12px;
  text-align: right;
  padding-top: 40px;
}
.cont3 h5 {
  clear: both;
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}
.cont3 h5 .ttl {
  padding-right: .5em;
  color: #93AC1B;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.cont3 h5 .line {
  display: block;
  flex: 1;
  height: 1px;
  background: #93AC1B;
}
.cont3 table {
  width: 100%;
  text-align: left;
  background: #fff;
  margin-bottom: 5px;
}
.cont3 table.mb30 {
  margin-bottom: 30px;
}
.cont3 table.mb100 {
  margin-bottom: 100px;
}
.cont3 table th {
  width: 9.5em;
  padding: 0 1em;
  color: #fff;
  font-weight: normal;
  background: #567B03
}
.cont3 table tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.cont3 table td {
  font-size: 16px;
  padding: 0 1.5em .2em;
  font-weight: normal;
}
.cont3 table tr:not(:last-child) td {
  border-bottom: 1px solid #ABAAAC;
}
.cont3 table tr td strong {
  color: #FF725E;
}
.cont3 .kome {
  font-size: 16px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cont3 {
    margin-bottom: 50px;
    padding: 50px 0;
    border-radius: 0 0 70px 70px;
  }
  .cont3 h2 {
    margin-bottom: .7em;
    font-size: 40px;
  }
  .cont3 h2 small {
    font-size: 18px;
  }
  .cont3 h2 small span {
    font-size: 14px;
  }
  .cont3 h3 {
    padding: .5em 1em;
    font-size: 18px;
    line-height: 1.4;
  }
  .cont3 h3 small {
    position: static;
    display: block;
    padding-top: .2em;
    font-size: 10px;
    text-align: right;
  }
  .cont3 .txt2 {
    font-size: 16px;
  }
  .cont3 figure {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .cont3 figure figcaption {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .cont3 figure figcaption small {
    font-size: 16px;
    font-weight: normal;
  }
  .cont3 figure.mb100 {
    margin-bottom: 50px;
  }
  .cont3 h4 {
    float: none;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
  }
  .cont3 h4 .num {
    font-size: 34px;
  }
  .cont3 h4 small {
    font-size: 16px;
  }
  .cont3 .ttlsub {
    float: none;
    font-size: 12px;
    margin-bottom: 20px;
    padding-top: 0;
    text-align: left;
  }
  .cont3 .ttlsub span {
    padding: 0 .7em;
    font-size: 18px;
  }
  .cont3 .ttlsub2 {
    float: none;
    font-size: 12px;
    text-align: left;
    padding-top: 0;
    margin-bottom: 1em;
  }
  .cont3 h5 .ttl {
    font-size: 18px;
  }
  .cont3 table.mb100 {
    margin-bottom: 50px;
  }
  .cont3 table th {
    display: block;
    width: auto;
    padding: .2em 1em;
  }
  .cont3 table tr:not(:last-child) th {
    border-bottom: none;
  }
  .cont3 table td {
    display: block;
    font-size: 16px;
    padding: .5em 1em;
  }
  .cont3 table tr:not(:last-child) td {
    border-bottom: 1px solid #ABAAAC;
  }
  .cont3 table tr td strong {
    color: #FF725E;
  }
  .cont3 .kome {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
/*------------------------------------------ cont4 -----------------------*/
.cont4 {
  margin-bottom: 100px;
}
.cont4 h2 {
  margin-bottom: .2em;
  color: #93AC1B;
  font-size: 100px;
  line-height: 1.3;
}
.cont4 h2 small {
  display: block;
  font-size: 34px;
}
.cont4 ol li {
  display: flex;
  border-bottom: 1px solid #93AC1B;
}
.cont4 ol li p.ttl {
  width: 16em;
  color: #93AC1B;
  font-size: 26px;
  font-weight: bold;
}
.cont4 ol li p.ttl .num {
  font-size: 32px;
  margin-right: .5em;
}
.cont4 ol li p.txt {
  flex: 1;
  padding: 1em 0;
  font-size: 16px;
}
.cont4 ol li p.txt small {
  font-size: 12px;
}
.cont4 p.txt small {
  font-size: 12px;
  float: right;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .cont4 {
    margin-bottom: 50px;
  }
  .cont4 h2 {
    font-size: 50px;
  }
  .cont4 h2 small {
    font-size: 18px;
  }
  .cont4 ol li {
    display: block;
  }
  .cont4 ol li p.ttl {
    width: auto;
    font-size: 18px;
  }
  .cont4 ol li p.ttl .num {
    font-size: 24px;
  }
  .cont4 ol li p.txt {
    flex: 1;
    padding: 0 0 1em;
    font-size: 16px;
  }
  .cont4 ol li p.txt small {
    font-size: 12px;
  }
  .cont4 p.txt small {
    float: none;
  }
}
/*------------------------------------------ cont5 -----------------------*/
.cont5 {
  padding: 70px 0 100px;
  background: linear-gradient(135deg, #F4EBBB 0%, #E4F5A7 100%);
}
.cont5 h2 {
  margin-bottom: .3em;
  color: #93AC1B;
  font-size: 100px;
  line-height: 1.3;
}
.cont5 h2 small {
  display: block;
  font-size: 34px;
}
.cont5 h2 small span {
  font-size: 26px;
}
.cont5 h2 sup {
  font-size: 20px;
  vertical-align: top;
}
.cont5 h3 {
  padding: 0 1em;
  margin-bottom: .8em;
  color: #93AC1B;
  font-size: 26px;
  background: #F8FAF1;
  line-height: 1.7;
  position: relative;
}
.cont5 .box1 {
  display: flex;
  justify-content: space-between;
}
.cont5 .box1:not(:last-child) {
  margin-bottom: 40px;
}
.cont5 .box1 figure {
  width: 44%;
}
.cont5 .box1 figure img {
  border-radius: 10px;
}
.cont5 .box1 div {
  width: 53.7%;
}
.cont5 .box1 div table {
  width: 100%;
  font-size: 16px;
  text-align: left;
  background: #fff;
}
.cont5 .box1 div table.mb30 {
  margin-bottom: 30px;
}
.cont5 .box1 div table th {
  width: 13em;
  padding: 0 .5em 0 1em;
  color: #fff;
  font-weight: normal;
  background: #93AC1B;
}
.cont5 .box1 div table tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.cont5 .box1 div table tr th small {
  font-size: 12px;
}
.cont5 .box1 div table td {
  vertical-align: middle;
  font-size: 16px;
  padding: 0 1em .2em;
  font-weight: normal;
}
.cont5 .box1 div table td.t-center {
  padding: 0 1em .2em;
  text-align: center;
}
.cont5 .box1 div table tr:not(:last-child) td {
  border-bottom: 1px solid #ABAAAC;
}
.cont5 .box1 div table td:not(:last-child) {
  border-right: 1px solid #ABAAAC;
}
@media screen and (max-width: 767px) {
  .cont5 {
    padding: 50px 0;
  }
  .cont5 h2 {
    margin-bottom: .3em;
    font-size: 40px;
  }
  .cont5 h2 small {
    font-size: 18px;
  }
  .cont5 h2 small span {
    font-size: 14px;
  }
  .cont5 h2 sup {
    font-size: 10px;
  }
  .cont5 h3 {
    padding: .5em 1em;
    font-size: 18px;
    line-height: 1.4;
  }
  .cont5 .box1 {
    display: block;
  }
  .cont5 .box1 figure {
    width: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .cont5 .box1 figure img {
    margin: -20% 0;
  }
  .cont5 .box1 div {
    width: auto;
  }
  .cont5 .box1 div table {
    font-size: 14px;
  }
  .cont5 .box1 div table.mb30 {
    margin-bottom: 20px;
  }
  .cont5 .box1 div table th {
    display: block;
    width: auto;
    padding: 0 1em;
  }
  .cont5 .box1 div table tr:not(:last-child) th {
    border-bottom: none;
  }
  .cont5 .box1 div table td {
    display: block;
    font-size: 14px;
    padding: .5em 1em;
    font-weight: normal;
  }
  .cont5 .box1 div table td.t-center {
    display: inline-block;
    width: calc(100% / 3);
    padding: 0 1em .2em;
    text-align: center;
  }
  .cont5 .box1 div table tr:not(:last-child) td {
    border-bottom: none;
  }
  .cont5 .box1 div table td:not(:last-child) {
    border-right: 1px solid #ABAAAC;
  }
}
/*------------------------------------------ Q&A -----------------------*/
#qandaSec {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6ebb4 20%, #f6ebb4 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6ebb4 20%, #f6ebb4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6ebb4 20%, #f6ebb4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6ebb4', GradientType=0);
  padding: 65px 68px 100px;
}
#qandaSec h2 {
  color: #633C13;
  font-size: 100px;
}
#qandaSec .qandaList dt:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #633C13;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}
#qandaSec .qandaList dt:nth-of-type(1):before {
  content: "Q1";
}
#qandaSec .qandaList dt:nth-of-type(2):before {
  content: "Q2";
}
#qandaSec .qandaList dt:nth-of-type(3):before {
  content: "Q3";
}
#qandaSec .qandaList dt:nth-of-type(4):before {
  content: "Q4";
}
#qandaSec .qandaList dt:nth-of-type(5):before {
  content: "Q5";
}
#qandaSec .qandaList dt:nth-of-type(6):before {
  content: "Q6";
}
#qandaSec .qandaList dt:nth-of-type(7):before {
  content: "Q7";
}
#qandaSec .qandaList dt:nth-of-type(8):before {
  content: "Q8";
}
#qandaSec .qandaList dt:nth-of-type(9):before {
  content: "Q9";
}
#qandaSec .qandaList dt:nth-of-type(10):before {
  content: "Q10";
}
#qandaSec .qandaList dt:nth-of-type(11):before {
  content: "Q11";
}
#qandaSec .qandaList dt:nth-of-type(12):before {
  content: "Q12";
}
@media screen and (min-width:768px) {
  #qandaSec .qandaList {
    margin: 30px auto 0;
    max-width: 900px;
  }
  #qandaSec .qandaList dt {
    cursor: pointer;
    color: #575757;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .1em;
    margin-top: 40px;
    padding: 10px 70px 15px 90px;
    border-bottom: 2px dotted #9E9E9F;
    position: relative;
  }
  #qandaSec .qandaList dt .bt {
    background-color: #9E9E9F;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #qandaSec .qandaList dt .bt span {
    background-color: #FFF;
    display: block;
    height: 2px;
    width: 17px;
    position: absolute;
    left: 8px;
    transition: .3s;
  }
  #qandaSec .qandaList dt .bt span:nth-child(1) {
    top: 15px;
  }
  #qandaSec .qandaList dt .bt span:nth-child(2) {
    transform: rotate(-90deg);
    top: 15px;
  }
  #qandaSec .qandaList dt.open .bt span:nth-child(2) {
    transform: rotate(0);
    top: 15px;
  }
  #qandaSec .qandaList dt:before {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 56px;
    content: "";
    display: block;
    height: 56px;
    width: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #qandaSec .qandaList dd {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .50);
    font-size: 18px;
    display: none;
    padding: 20px 90px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #qandaSec {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6ebb4 20%, #f6ebb4 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6ebb4 20%, #f6ebb4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6ebb4 20%, #f6ebb4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6ebb4', GradientType=0);
    padding: 32px 0 65px;
  }
  #qandaSec h2 {
    font-size: 40px;
  }
  #qandaSec .qandaList dt:before {
    font-size: 30px;
  }
  #qandaSec .qandaList {
    margin: 30px auto 0;
  }
  #qandaSec .qandaList dt {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    margin-top: 35px;
    padding: 10px 35px 10px 70px;
    border-bottom: 2px dotted #9E9E9F;
    position: relative;
  }
  #qandaSec .qandaList dt .bt {
    background-color: #9E9E9F;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  #qandaSec .qandaList dt .bt span {
    background-color: #FFF;
    display: block;
    height: 2px;
    width: 12px;
    position: absolute;
    left: 6px;
    transition: .3s;
  }
  #qandaSec .qandaList dt .bt span:nth-child(1) {
    top: 11px;
  }
  #qandaSec .qandaList dt .bt span:nth-child(2) {
    transform: rotate(-90deg);
    top: 11px;
  }
  #qandaSec .qandaList dt.open .bt span:nth-child(2) {
    transform: rotate(0);
    top: 11px;
  }
  #qandaSec .qandaList dt:before {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 47px;
    content: "";
    display: block;
    height: 47px;
    width: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #qandaSec .qandaList dd {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .50);
    font-size: 14px;
    display: none;
    padding: 16px 16px;
    margin-top: 8px;
  }
}
/*------------------------------------------ cont6 -----------------------*/
.cont6 {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.cont6 h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 80px;
}
.cont6 ul {
  display: flex;
  justify-content: space-between;
}
.cont6 ul li {
  width: 44.4%;
  font-size: 16px;
  text-align: left;
}
.cont6 ul li img {
  margin-bottom: .5em;
}
@media screen and (max-width: 767px) {
  .cont6 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .cont6 h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .cont6 ul {
    display: block;
  }
  .cont6 ul li {
    width: auto;
    margin-bottom: 30px;
  }
}
/*------------------------------------------ CONTACT -----------------------*/
#contactSec > .inner .popbg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .7);
  z-index: 99;
}
#contactSec > .inner .pop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 590px;
  background: #fff;
  z-index: 999;
}
#contactSec > .inner .pop h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
  background: #633C13;
}
#contactSec > .inner .popwrap {
  padding: 1.5em 1.5em 2em;
  color: #575757;
  font-size: 16px;
}
#contactSec > .inner .popwrap p {
  text-align: left;
  margin-bottom: 1.5em;
}
#contactSec > .inner .popwrap .btn {
  display: flex;
  justify-content: center;
}
#contactSec > .inner .popwrap .btn .close {
  display: inline-block;
  margin: 0 3px;
  width: 130px;
  line-height: 2.5;
  color: #633C13;
  border: 1px solid #633C13;
  cursor: pointer;
}
#contactSec > .inner .popwrap .btn .submit {
  display: inline-block;
  margin: 0 3px;
  width: 130px;
  line-height: 2.5;
  color: #fff;
  background: #633C13;
  border: 1px solid #633C13;
}
#contactSec > .inner .popwrap .btn .submit:hover {
  opacity: .5;
}
@media screen and (min-width:768px) {
  #contactSec {
    background-color: #574B45;
    padding: 55px 50px 75px;
  }
  #contactSec > .inner {
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    max-width: 595px;
  }
  #contactSec > .inner > h2 {
    font-size: 30px;
    letter-spacing: .1em;
  }
  #contactSec > .inner > .btn > span.win_wh {
    background: #d3edfb;
    background: -moz-linear-gradient(top, #d3edfb 0%, #2487bc 34%, #2487bc 100%);
    background: -webkit-linear-gradient(top, #d3edfb 0%, #2487bc 34%, #2487bc 100%);
    background: linear-gradient(to bottom, #d3edfb 0%, #2487bc 34%, #2487bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3edfb', endColorstr='#2487bc', GradientType=0);
    border: 2px solid #FFF;
    border-radius: 8px;
    font-size: 30px;
    font-weight: bold;
    display: block;
    padding: 10px 40px 10px 10px;
    margin-top: 45px;
    transition: .3s;
    cursor: pointer;
    position: relative;
  }
  #contactSec > .inner .btn > span.win_wh:after {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 38px;
    height: 38px;
    background: url('../image/ic_win_wh.png') right center no-repeat;
    background-size: auto 19px;
    content: '';
  }
  #contactSec > .inner .btn > span.win_wh:hover {
    opacity: .6;
  }
  #contactSec > .inner .btn > span.win_wh > span {
    background: url("../image/ic_arrow.png") left center no-repeat;
    background-size: auto 26px;
    display: inline-block;
    padding-left: 60px;
  }
  #contactSec > .inner > p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  #contactSec {
    background-color: #574B45;
    padding: 35px 40px 35px;
  }
  #contactSec > .inner {
    color: #FFF;
    text-align: center;
  }
  #contactSec > .inner h2 {
    font-size: 18px;
    letter-spacing: .3em;
  }
  #contactSec > .inner > .btn > span.win_wh {
    background: #d3edfb;
    background: -moz-linear-gradient(top, #d3edfb 0%, #2487bc 34%, #2487bc 100%);
    background: -webkit-linear-gradient(top, #d3edfb 0%, #2487bc 34%, #2487bc 100%);
    background: linear-gradient(to bottom, #d3edfb 0%, #2487bc 34%, #2487bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3edfb', endColorstr='#2487bc', GradientType=0);
    border: 2px solid #FFF;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 5px;
    padding: 10px 20px 10px 10px;
    transition: .3s;
    position: relative;
  }
  #contactSec > .inner > .btn > span.win_wh:after {
    position: absolute;
    top: 35%;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url('../image/ic_win_wh.png') right center no-repeat;
    background-size: auto 19px;
    content: '';
  }
  #contactSec > .inner > .btn > span.win_wh:hover {
    opacity: .6;
  }
  #contactSec > .inner > p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 25px;
  }
  #contactSec > .inner .pop {
    width: 90%;
  }
  #contactSec > .inner .pop h3 {
    font-size: 18px;
  }
}