/******* setting.scss *******/
/******* mixin.scss *******/
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic");
/* line 242, ../sass/_mixin.scss */
header nav ul li a, footer .footCont ul.footNav li a, footer .footCopy, main .secCont h1 span {
  font-family: 'Didact Gothic', sans-serif;
}

/******* reset.scss *******/
/* line 6, ../sass/_reset.scss */
html {
  font-size: 62.5%;
}

/* line 10, ../sass/_reset.scss */
html,
body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

/* line 22, ../sass/_reset.scss */
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, figure {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  line-height: 161%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* line 34, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 40, ../sass/_reset.scss */
caption, th {
  text-align: left;
}

/* line 43, ../sass/_reset.scss */
td, th {
  vertical-align: top;
}

/* line 47, ../sass/_reset.scss */
fieldset, img, abbr {
  border: none;
}

/* line 50, ../sass/_reset.scss */
li {
  list-style-type: none;
}

/* line 54, ../sass/_reset.scss */
strong {
  font-weight: 500;
}

/* line 58, ../sass/_reset.scss */
a {
  color: #62A676;
  text-decoration: underline;
}
/* line 61, ../sass/_reset.scss */
a:hover {
  text-decoration: none;
}

/* line 66, ../sass/_reset.scss */
img {
  vertical-align: bottom;
}

/* line 4, ../sass/common.scss */
.wrapper {
  margin: 0 auto;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1380px) {
  /* line 10, ../sass/common.scss */
  .wrapper:before {
    left: auto;
  }
}

/* line 16, ../sass/common.scss */
br.sp {
  display: none;
}

/* line 20, ../sass/common.scss */
img.sp {
  display: none;
}

/******header******/
/* line 26, ../sass/common.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  border-bottom: 5px solid #EEF5F0;
}
/* line 35, ../sass/common.scss */
header .headCont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  transition: all 0.6s;
}
/* line 44, ../sass/common.scss */
header .headLogo {
  margin: 0 80px 0 40px;
}
/* line 46, ../sass/common.scss */
header .headLogo a {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 70px;
  width: 300px;
  background-image: url(../img/common/logo.png);
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 28, ../sass/_mixin.scss */
header .headLogo a:hover {
  opacity: 0.7;
}
/* line 52, ../sass/common.scss */
header .spMenu {
  display: none;
}
/* line 55, ../sass/common.scss */
header .headNav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: top 0.6s;
}
/* line 63, ../sass/common.scss */
header nav ul {
  border-right: 1px dotted #fff;
  display: flex;
}
/* line 66, ../sass/common.scss */
header nav ul li {
  margin-right: 35px;
  letter-spacing: 0.1em;
}
/* line 69, ../sass/common.scss */
header nav ul li a {
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
  position: relative;
  transition: .3s;
}
/* line 214, ../sass/_mixin.scss */
header nav ul li a:after {
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
/* line 228, ../sass/_mixin.scss */
header nav ul li a.c:after, header nav ul li a:hover:after {
  width: 100%;
}
/* line 76, ../sass/common.scss */
header .contacArea {
  display: flex;
  flex-wrap: wrap;
}
/* line 80, ../sass/common.scss */
header .contacArea p a {
  display: block;
  padding: 20px 40px;
  height: 90px;
  box-sizing: border-box;
  background-color: #62A676;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
/* line 90, ../sass/common.scss */
header .contacArea p a strong {
  font-size: 161%;
  font-weight: normal;
}
/* line 94, ../sass/common.scss */
header .contacArea p a span {
  font-size: 64%;
}
/* line 97, ../sass/common.scss */
header .contacArea p a:hover {
  opacity: 0.6;
}
/* line 102, ../sass/common.scss */
header .contacArea p:last-child a {
  background-color: #84AC3A;
}
/* line 104, ../sass/common.scss */
header .contacArea p:last-child a::before {
  content: url("../img/common/headContactIcon.jpg");
  display: block;
}
@media screen and (max-width: 1080px) {
  /* line 115, ../sass/common.scss */
  header nav ul li {
    margin-right: 20px;
  }
  /* line 121, ../sass/common.scss */
  header .headSns li {
    margin-left: 15px;
  }
  /* line 123, ../sass/common.scss */
  header .headSns li:first-child {
    margin-left: 20px;
  }
}

/******footer******/
/* line 133, ../sass/common.scss */
#contactArea {
  background-color: #EEF5F0;
  margin-top: 10px;
}
/* line 136, ../sass/common.scss */
#contactArea .secCont {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0;
}
/* line 143, ../sass/common.scss */
#contactArea .secCont dl {
  width: 373px;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
}
/* line 150, ../sass/common.scss */
#contactArea .secCont dl dt {
  padding-bottom: 40px;
  border-bottom: 1px dotted #62A676;
  margin-bottom: 40px;
  font-size: 161%;
}
/* line 155, ../sass/common.scss */
#contactArea .secCont dl dt strong {
  font-size: 161%;
  color: #62A676;
}
/* line 161, ../sass/common.scss */
#contactArea .secCont dl dd a {
  text-decoration: none;
  transition: 0.3s;
}
/* line 164, ../sass/common.scss */
#contactArea .secCont dl dd a strong {
  font-size: 190%;
  font-weight: normal;
}
/* line 168, ../sass/common.scss */
#contactArea .secCont dl dd a:hover {
  opacity: 0.6;
}
/* line 173, ../sass/common.scss */
#contactArea .secCont dl dd.btn a {
  display: block;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #62A676;
  text-decoration: none;
  color: #fff;
}

/* line 189, ../sass/common.scss */
footer {
  position: relative;
}
/* line 191, ../sass/common.scss */
footer .footCont {
  margin: 0 auto 15px;
  padding: 80px 20px 70px;
}
/* line 194, ../sass/common.scss */
footer .footCont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #62A676;
  margin: 0 auto 40px;
}
/* line 203, ../sass/common.scss */
footer .footCont ul.footSns li {
  border: 1px solid #62A676;
  border-radius: 50%;
  margin: 0 15px;
}
/* line 207, ../sass/common.scss */
footer .footCont ul.footSns li a {
  font-size: 145%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 28, ../sass/_mixin.scss */
footer .footCont ul.footSns li a:hover {
  opacity: 0.7;
}
/* line 219, ../sass/common.scss */
footer .footCont ul.footNav li {
  margin-left: 45px;
  padding-left: 35px;
  position: relative;
}
/* line 223, ../sass/common.scss */
footer .footCont ul.footNav li:before {
  background-color: #333;
  content: "";
  height: 15px;
  display: block;
  transform: rotate(25deg);
  width: 1px;
  position: absolute;
  top: 3px;
  left: 0px;
}
/* line 232, ../sass/common.scss */
footer .footCont ul.footNav li:first-child {
  margin-left: 0;
  padding-left: 0;
}
/* line 235, ../sass/common.scss */
footer .footCont ul.footNav li:first-child:before {
  display: none;
}
/* line 239, ../sass/common.scss */
footer .footCont ul.footNav li a {
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: none;
  position: relative;
  transition: .3s;
}
/* line 214, ../sass/_mixin.scss */
footer .footCont ul.footNav li a:after {
  content: "";
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
/* line 228, ../sass/_mixin.scss */
footer .footCont ul.footNav li a.c:after, footer .footCont ul.footNav li a:hover:after {
  width: 100%;
}
/* line 246, ../sass/common.scss */
footer .footCont .comDetail {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
/* line 251, ../sass/common.scss */
footer .footCont .comDetail img {
  margin-right: 40px;
}
/* line 256, ../sass/common.scss */
footer .footCopy {
  text-align: center;
  background-color: #62A676;
  color: #fff;
  padding: 10px 0;
}

/******main******/
/* line 267, ../sass/common.scss */
main {
  background: url(../img/common/mainVisual.jpg) no-repeat 50% 0;
  background-size: contain;
  padding-top: 410px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  /* line 267, ../sass/common.scss */
  main {
    background-size: 1920px;
  }
}
/* line 275, ../sass/common.scss */
main .grayBg {
  background-color: rgba(238, 238, 238, 0.9);
}
/* line 278, ../sass/common.scss */
main .secCont {
  max-width: 1200px;
  margin: 0 auto;
  padding: 155px 0;
}
/* line 282, ../sass/common.scss */
main .secCont.wAll {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
/* line 287, ../sass/common.scss */
main .secCont.wAll .secCont {
  padding-bottom: 80px;
  padding-top: 80px;
}
/* line 292, ../sass/common.scss */
main .secCont.wAll section:last-of-type .secCont {
  padding-bottom: 155px;
}
/* line 297, ../sass/common.scss */
main .secCont h1 {
  margin: 0 auto 60px;
  text-align: center;
}
/* line 300, ../sass/common.scss */
main .secCont h1 span {
  color: #62A676;
  font-size: 425%;
  line-height: 130%;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  display: block;
}
/* line 311, ../sass/common.scss */
main p {
  margin-bottom: 60px;
}
/* line 314, ../sass/common.scss */
main .btn {
  margin: 0 auto;
  width: 400px;
  border-radius: 10px;
}
/* line 318, ../sass/common.scss */
main .btn a {
  background-color: #62A676;
  border-radius: 10px;
  color: #fff;
  font-size: 125%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  position: relative;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 28, ../sass/_mixin.scss */
main .btn a:hover {
  opacity: 0.7;
}
/* line 329, ../sass/common.scss */
main .btn a:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 10px;
  transform: rotate(-45deg);
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
}

/* line 346, ../sass/common.scss */
span.small {
  font-size: 85%;
}
/* line 349, ../sass/common.scss */
span.keyColor01 {
  color: #62A676;
}

/* line 354, ../sass/common.scss */
.alCenter {
  text-align: center;
}

/* line 358, ../sass/common.scss */
.alRight {
  text-align: right;
}

/* line 362, ../sass/common.scss */
.pt0 {
  padding-top: 0 !important;
}

/* line 366, ../sass/common.scss */
.mt0 {
  margin-top: 0 !important;
}

/* line 370, ../sass/common.scss */
.mb0 {
  margin-bottom: 0 !important;
}

/* line 374, ../sass/common.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 378, ../sass/common.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 382, ../sass/common.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 386, ../sass/common.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 390, ../sass/common.scss */
.mb60 {
  margin-bottom: 60px !important;
}

/* line 394, ../sass/common.scss */
.mb80 {
  margin-bottom: 75px !important;
}
