@charset "UTF-8";
/******* 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: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", 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 {
  font-weight: 400;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 150%;
  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: bold;
}

/* line 58, ../sass/_reset.scss */
a {
  color: #000;
  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;
}

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

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

/******header******/
/* line 21, ../sass/common.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
/* line 28, ../sass/common.scss */
header .headCont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 20px 40px;
  position: relative;
  transition: all 0.6s;
}
/* line 38, ../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: 65px;
  width: 261px;
  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 44, ../sass/common.scss */
header .spMenu {
  display: none;
}
/* line 47, ../sass/common.scss */
header .headNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: top 0.6s;
}
/* line 54, ../sass/common.scss */
header nav ul {
  display: flex;
}
/* line 56, ../sass/common.scss */
header nav ul li {
  font-size: 125%;
  letter-spacing: 0.1em;
}
/* line 59, ../sass/common.scss */
header nav ul li a {
  color: #333;
  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 67, ../sass/common.scss */
header .headSns {
  display: flex;
  align-items: center;
}
/* line 70, ../sass/common.scss */
header .headSns li {
  margin-left: 25px;
}
/* line 72, ../sass/common.scss */
header .headSns li:first-of-type {
  margin-left: 30px;
}
/* line 75, ../sass/common.scss */
header .headSns li a {
  color: #333;
  font-size: 145%;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 28, ../sass/_mixin.scss */
header .headSns li a:hover {
  opacity: 0.7;
}
/* line 82, ../sass/common.scss */
header.scroll {
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 84, ../sass/common.scss */
header.scroll .headCont {
  padding: 20px;
}
/* line 88, ../sass/common.scss */
header.scroll .headLogo a {
  background-image: url(../img/common/logo_scroll.png);
}
/* line 93, ../sass/common.scss */
header.scroll nav ul {
  border-right-color: #333;
}
/* line 96, ../sass/common.scss */
header.scroll nav ul li a {
  color: #333;
}
/* line 98, ../sass/common.scss */
header.scroll nav ul li a:after {
  background-color: #333;
}
/* line 107, ../sass/common.scss */
header.scroll .headSns li a {
  color: #333;
}
@media screen and (max-width: 1080px) {
  /* line 116, ../sass/common.scss */
  header nav ul li {
    margin-right: 20px;
  }
  /* line 122, ../sass/common.scss */
  header .headSns li {
    margin-left: 15px;
  }
  /* line 124, ../sass/common.scss */
  header .headSns li:first-child {
    margin-left: 20px;
  }
}

/******footer******/
/* line 134, ../sass/common.scss */
footer {
  background-color: #fff;
  position: relative;
}
/* line 137, ../sass/common.scss */
footer .footCont {
  background-color: #000;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
/* line 142, ../sass/common.scss */
footer .footCont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
/* line 148, ../sass/common.scss */
footer .footCont ul.footSns {
  margin: 0 auto 30px;
}
/* line 150, ../sass/common.scss */
footer .footCont ul.footSns li {
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 15px;
}
/* line 154, ../sass/common.scss */
footer .footCont ul.footSns li a {
  color: #fff;
  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 167, ../sass/common.scss */
footer .footCont ul.footNav li {
  margin-left: 45px;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
/* line 172, ../sass/common.scss */
footer .footCont ul.footNav li:before {
  background-color: #fff;
  content: "";
  height: 15px;
  display: block;
  transform: rotate(25deg);
  width: 1px;
  position: absolute;
  top: 3px;
  left: 0px;
}
/* line 181, ../sass/common.scss */
footer .footCont ul.footNav li:first-child {
  margin-left: 0;
  padding-left: 0;
}
/* line 184, ../sass/common.scss */
footer .footCont ul.footNav li:first-child:before {
  display: none;
}
/* line 188, ../sass/common.scss */
footer .footCont ul.footNav li a {
  color: #fff;
  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 196, ../sass/common.scss */
footer .footCont p {
  color: #fff;
}
/* line 200, ../sass/common.scss */
footer .footCopy {
  text-align: center;
}

/******main******/
/* line 208, ../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 208, ../sass/common.scss */
  main {
    background-size: 1920px;
  }
}
/* line 216, ../sass/common.scss */
main .grayBg {
  background-color: rgba(238, 238, 238, 0.9);
}
/* line 219, ../sass/common.scss */
main .secCont {
  max-width: 1200px;
  margin: 0 auto;
  padding: 155px 20px;
}
/* line 223, ../sass/common.scss */
main .secCont.wAll {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
/* line 228, ../sass/common.scss */
main .secCont.wAll .secCont {
  padding-bottom: 80px;
  padding-top: 80px;
}
/* line 233, ../sass/common.scss */
main .secCont.wAll section:last-of-type .secCont {
  padding-bottom: 155px;
}
/* line 238, ../sass/common.scss */
main .secCont h1 {
  margin: 0 auto 60px;
  text-align: center;
}
/* line 241, ../sass/common.scss */
main .secCont h1 span {
  color: #333;
  font-size: 425%;
  line-height: 130%;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  display: block;
}
/* line 252, ../sass/common.scss */
main p {
  margin-bottom: 60px;
}
/* line 255, ../sass/common.scss */
main .btn {
  margin: 0 auto;
  width: 400px;
}
/* line 258, ../sass/common.scss */
main .btn a,
main .btn button {
  background-color: #000;
  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,
main .btn button:hover {
  opacity: 0.7;
}
/* line 269, ../sass/common.scss */
main .btn a:after,
main .btn button: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 286, ../sass/common.scss */
span.small {
  font-size: 85%;
}
/* line 289, ../sass/common.scss */
span.keyColor01 {
  color: #333;
}

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

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

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

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

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

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

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

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

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

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

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