@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
@import url("https://fonts.googleapis.com/css2?family=Amiri&display=swap");
header .headLogo a, header .headLink li a, .footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li a, footer .footCont ul li a, footer .copy {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/******* reset.scss *******/
html {
  font-size: 62.5%;
}

html,
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 180%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption, th {
  text-align: left;
}

td, th {
  vertical-align: top;
}

fieldset, img, abbr {
  border: none;
}

li {
  list-style-type: none;
}

strong {
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #00663A;
}

img {
  vertical-align: bottom;
}

*:focus {
  outline: none;
}

.sp {
  display: none !important;
}

.menuOpen {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  padding-top: 100px;
  overflow: hidden;
}

/******header******/
.headWrap {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  transition: all 0.6s;
}

header {
  height: 100px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
header .headLogo {
  position: absolute;
  top: 15px;
  left: 45px;
  z-index: 5;
}
header .headLogo a {
  color: #0A7545;
  display: flex;
  align-items: center;
  font-weight: 700;
  transition: opacity 0.6s;
  text-decoration: none;
}
header .headLogo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  header .headLogo a:hover {
    opacity: 1;
  }
}
header .spMenuBtn {
  display: none;
}
header .headLink {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
}
header .headLink li {
  background-color: #fff;
}
header .headLink li a {
  background-color: #0A7545;
  color: #fff;
  height: 67px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s;
  text-decoration: none;
}
header .headLink li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  header .headLink li a:hover {
    opacity: 1;
  }
}
header .headLink li:last-child a {
  background-color: #D9E7DE;
  color: #0A7545;
}
header .gNav {
  height: 60px;
  position: absolute;
  top: 24px;
  right: 240px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header .gNav li {
  line-height: 130%;
  margin-left: 20px;
}
header .gNav li:first-child {
  margin-left: 0;
}
header .gNav li a {
  font-weight: 600;
  transition: all 0.4s;
}
header .gNav li a:hover {
  color: #0A7545;
}
@media screen and (max-width: 1280px) {
  header .headLogo {
    left: 20px;
  }
  header .headLink {
    width: 170px;
  }
  header .gNav {
    right: 200px;
    width: 57vw;
  }
}
@media screen and (max-width: 1100px) {
  header .gNav {
    width: 45vw;
  }
}

/******footer******/
.footInfoArea {
  background-color: #333333;
  padding: 60px 0;
}
.footInfoArea .footInfoCont {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.footInfoArea .footInfoLinkArea {
  display: flex;
  width: 70%;
}
.footInfoArea .footInfoLinkArea .footInfoLink {
  width: 30%;
}
.footInfoArea .footInfoLinkArea .footInfoLink:first-of-type {
  margin-right: 2%;
}
.footInfoArea .footInfoLinkArea .footInfoLink li {
  margin-bottom: 10px;
}
.footInfoArea .footInfoLinkArea .footInfoLink li a {
  color: #fff;
  transition: opacity 0.6s;
  text-decoration: none;
}
.footInfoArea .footInfoLinkArea .footInfoLink li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .footInfoArea .footInfoLinkArea .footInfoLink li a:hover {
    opacity: 1;
  }
}
.footInfoArea .footInfoLinkArea .otherLinkArea {
  margin-left: auto;
  width: 33.8%;
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink {
  margin-bottom: 50px;
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li:first-child {
  margin-bottom: 15px;
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li a {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.6s;
  text-decoration: none;
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li a:hover {
    opacity: 1;
  }
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footContactLink li a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 5px;
  width: 24px;
  background-image: url("../img/common/icon01.png");
  position: absolute;
  top: 27px;
  right: 15px;
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footSnsLink {
  display: flex;
  justify-content: space-between;
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footSnsLink li a {
  color: #808080;
  display: inline-block;
  transition: opacity 0.6s;
  text-decoration: none;
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footSnsLink li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .footInfoArea .footInfoLinkArea .otherLinkArea .footSnsLink li a:hover {
    opacity: 1;
  }
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footSnsLink li a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  background-image: url("../img/common/fb_icon.png");
  display: inline-block;
  margin-right: 10px;
  vertical-align: -0.2em;
}
.footInfoArea .footInfoLinkArea .otherLinkArea .footSnsLink li:last-child a:before {
  background-image: url("../img/common/insta_icon.png");
}
.footInfoArea .footInfo {
  width: 26.5%;
}
.footInfoArea .footInfo h2 {
  color: #fff;
  font-size: 142%;
  font-weight: 600;
  margin-bottom: 20px;
}
.footInfoArea .footInfo dl {
  display: flex;
  margin-bottom: 10px;
}
.footInfoArea .footInfo dl dt {
  color: #fff;
  width: 30%;
}
.footInfoArea .footInfo dl dd {
  color: #fff;
  width: 70%;
}

footer {
  background-color: #ebebeb;
}
footer .footCont {
  box-sizing: border-box;
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 260px 45px 220px;
  position: relative;
  text-align: left;
}
footer .footCont .footLogo {
  position: absolute;
  top: 60px;
  left: 10px;
  width: 160px;
}
footer .footCont .footLogo img {
  width: 100%;
}
footer .footCont .footPict {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 151px;
}
footer .footCont .footPict img {
  width: 100%;
}
footer .footCont ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footCont ul.footLink2 {
  border-top: 1px solid #C5D2C8;
  margin-top: 15px;
  padding: 15px 0 0;
}
footer .footCont ul.footLink3 {
  border-top: 1px solid #C5D2C8;
  margin-top: 15px;
  padding: 15px 0 0;
}
footer .footCont ul.footLink3 li {
  width: 100%;
}
footer .footCont ul li {
  margin-bottom: 5px;
  width: 33.33%;
}
footer .footCont ul li a {
  display: block;
  line-height: 140%;
  padding: 0 5px 0 15px;
  position: relative;
}
footer .footCont ul li a:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  background-image: url("../img/common/icon03.png");
  position: absolute;
  top: 5px;
  left: 0px;
}
footer .copy {
  background-color: #317246;
  color: #fff;
  font-size: 75%;
  padding: 10px 0 8px;
  text-align: center;
}

/******main******/
.pageTop {
  background-color: #0A7545;
  cursor: pointer;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  transition: all 0.4s;
  width: 60px;
}
.pageTop.show {
  opacity: 1;
}
.pageTop i {
  color: #fff;
  font-size: 140%;
}

main {
  display: block;
  text-align: left;
}

.alCenter {
  text-align: center;
}

.alRight {
  text-align: right;
}

.pt0 {
  padding-top: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 75px !important;
}

.mb100 {
  margin-bottom: 95px !important;
}

.mb120 {
  margin-bottom: 115px !important;
}

.mb140 {
  margin-bottom: 135px !important;
}

.mb160 {
  margin-bottom: 155px !important;
}
