@charset "UTF-8";
/* Global Remedies
******************/
/* Use border-box by default, globally */
*, ::before, ::after {
  box-sizing: border-box;
}

/*
* Consistent line spacing...
* CSS Inline Layout Module Level 3: https://drafts.csswg.org/css-inline-3/#line-sizing-property
*/
html {
  line-sizing: normal;
}

/* Remove the tiny space around the edge of the page */
body {
  margin: 0;
}

/* Headings
***********/
/* Switch to rem units for headings */
/* @@@ Initial values are based on existing browser defaults */
h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

/* Keep h1 margins consistent, even when nested */
h1 {
  margin: 0.67em 0;
}

/* Typography
*************/
/* Overflow by default is bad */
pre {
  white-space: pre-wrap;
}

/*
* 1. Solid, thin horizontal rules
* 2. Remove Firefox `color: gray`
* 3. Remove default `1px` height, and common `overflow: hidden`
*/
hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

/* Embedded Elements
********************/
/*
* 1. Block display is usually what we want
* 2. Remove strange space-below when inline
* 3. Responsive by default
*/
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

/*
* Maintain intrinsic aspect ratios when `max-width` is applied
* (iframe, embed, and object have no intrinsic ratio, set height explicitly)
*/
img, svg, video, canvas {
  height: auto;
}

/*
* There is no good reason elements default to 300px,
* and audio files are unlikely to come with a width attribute
*/
audio {
  width: 100%;
}

/* Old Browsers
***************/
/* Remove the border on images inside links in IE 10 and earlier */
img {
  border-style: none;
}

/* Hide the overflow in IE 10 and earlier */
svg {
  overflow: hidden;
}

/* Default block display on HTML5 elements */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/*
* 1. Add the correct box sizing in IE 10
* 2. Remove the padding in IE 10
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/*レスポンシブ対応。カラム数とカラム間marginを自由に設定するMixin*/
/*一列組のみ、記事が増え、2段、3段になるカラム組には適さない*/
/*参考→　https://qiita.com/noqua/items/0dc04aa528269db41a07　*/
html {
  font-size: 62.5%;
  font-weight: 400;
  color: #333333;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-family: "Humanist_777 BT W01 Light", FOT-筑紫ゴシック Pr5 R, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (max-width: 620px) {
  body {
    letter-spacing: 0.05em;
    line-height: 1.6em;
  }
}

h1, h2, h3, h4 {
  font-family: "Humanist_777 BT W01 Roman", FOT-筑紫ゴシック Pr5 R, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.2s all ease-out;
}

a:hover {
  opacity: 0.6;
}

select::-ms-expand {
  display: none;
}

:focus {
  outline: none;
}
@media all and (min-width: 981px) {
  :focus {
    opacity: 0.6;
  }
}

label {
  cursor: pointer;
}

input, textarea {
  -webkit-appearance: none;
          appearance: none;
  background-color: none;
  border: none;
  border-radius: 0;
  line-height: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Humanist_777 BT W01 Light", FOT-筑紫ゴシック Pr5 R, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

th {
  font-weight: normal;
}

::selection {
  color: #fff;
  background: #333;
}

::-moz-selection {
  color: #fff;
  background: #333;
}

ol, ul {
  list-style: none;
  padding: 0;
}

section {
  margin: 80px 0 80px 0;
}
@media all and (max-width: 980px) {
  section {
    margin: 80px 0 80px 0;
  }
}
@media all and (max-width: 620px) {
  section {
    margin: 80px 0 80px 0;
  }
}

p {
  margin: 0 0 20px;
}
@media all and (max-width: 620px) {
  p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
}

/******************
structure
******************/
.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
}

.contents {
  padding: 0 0 50px 300px;
  width: 100%;
  min-height: calc(100vh - 70px);
}
@media all and (max-width: 980px) {
  .contents {
    padding: 0 0 50px;
  }
}
@media all and (max-width: 620px) {
  .contents {
    padding: 0 0 50px;
  }
}

@media all and (min-width: 981px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media all and (max-width: 980px) {
  .inner {
    padding: 0 15px;
  }
}
@media all and (max-width: 620px) {
  .inner {
    padding: 0 10px;
  }
}

.contents-wrapper {
  max-width: 920px;
  margin: 0 auto;
  flex-direction: row;
}
@media all and (max-width: 980px) {
  .contents-wrapper {
    flex-wrap: wrap;
  }
}
.contents-wrapper p a {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  color: #333;
  transition: 0.2s all ease-out;
  padding: 0 0 2px 0;
}

.js-fadeIn {
  opacity: 0;
  transition: 0.5s 0.2s;
}

.js-fadeIn.animation {
  opacity: 1;
}

.button-basic {
  display: block;
  text-decoration: none;
  background: none;
  background: #eee;
  color: #eee;
  position: relative;
  text-align: center;
  font-family: "Humanist_777 BT W01 Light", FOT-筑紫ゴシック Pr5 R, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0 0 30px;
  text-decoration: none !important;
}
@media all and (min-width: 981px) {
  .button-basic:hover {
    border-color: #eee;
  }
}
.button-basic::after {
  position: absolute;
  top: 52%;
  right: 13px;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url(/img/arrow.svg) no-repeat;
  width: 10px;
  height: 10px;
}

.button-basic2 {
  display: block;
  text-decoration: none;
  background: none;
  background: #eee;
  color: #eee;
  position: relative;
  text-align: center;
  font-family: "Humanist_777 BT W01 Light", FOT-筑紫ゴシック Pr5 R, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0 0 30px;
  text-decoration: none !important;
}
@media all and (min-width: 981px) {
  .button-basic2:hover {
    border-color: #eee;
  }
}

.button-basic3 {
  display: block;
  text-decoration: none;
  background: none;
  background: #eee;
  color: #eee;
  position: relative;
  text-align: center;
  font-family: "Humanist_777 BT W01 Light", FOT-筑紫ゴシック Pr5 R, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0 0 30px;
  text-decoration: none !important;
}
@media all and (min-width: 981px) {
  .button-basic3:hover {
    border-color: #eee;
  }
}

.pankuzu {
  position: relative;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center;
  padding: 0 0 0 20px;
}
@media all and (max-width: 620px) {
  .pankuzu {
    padding: 0 0 0 10px;
  }
}
.pankuzu ol {
  width: 100%;
  max-width: 1100px;
  list-style: none;
  margin: 5px auto 3px auto;
  position: static;
  text-align: left;
}
.pankuzu li {
  margin-right: 10px;
  vertical-align: middle;
  display: inline;
}
.pankuzu li + li::before {
  display: inline-block;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  margin: 0 10px 0 0;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  vertical-align: 0.2em;
}
.pankuzu li a {
  color: #333333;
}
.pankuzu li a.home {
  vertical-align: -0.3em;
}

.pagenation {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px 0;
  border-top: 1px solid #9fa0a0;
}
.pagenation a {
  text-decoration: none;
}
@media all and (min-width: 981px) {
  .pagenation a:hover {
    opacity: 0.6;
  }
}
.pagenation .page-next {
  padding: 5px 15px;
  text-align: center;
}
.pagenation ol {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
.pagenation li + li {
  padding: 10px;
  color: #5b5a5a;
}
.pagenation li span {
  border-top: 1px solid #000;
  display: inline-block;
  margin: -1px 0 0 0;
  padding: 10px;
}

.pager {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 980px) {
  .pager {
    margin-bottom: 40px;
  }
}

.pulldown {
  position: relative;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.pulldown label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  border: solid 1px #9fa0a0;
  cursor: pointer;
}
.pulldown input {
  display: none;
  margin: 0;
}
.pulldown .archive-list {
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  transition: 0.2s all ease-out;
}
.pulldown .archive-list ul {
  position: relative;
  border: solid 1px #9fa0a0;
  border-bottom: 0;
  width: 100%;
  top: -15px;
  margin: 0;
  padding: 0;
}
.pulldown .archive-list li {
  border-bottom: solid 1px #9fa0a0;
  cursor: pointer;
  margin: 0;
  padding: 15px 10px 10px;
  width: 100%;
}
.pulldown .archive-list li a {
  display: block;
  color: #333333;
  width: 100%;
  height: 100%;
}
.pulldown input:checked ~ .archive-list {
  padding: 10px 0;
  height: auto;
  opacity: 1;
  transition: 0.2s all ease-out;
}

strong {
  font-family: "Humanist_777 BT W01 Roman", FOT-筑紫ゴシック Pr5 R, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.secondary-page {
  margin: 140px auto 100px;
}
@media all and (max-width: 980px) {
  .secondary-page {
    margin: 100px auto 80px;
  }
}

img.r {
  float: right;
  border: none;
  margin: 0 0 25px 2px;
  vertical-align: top;
}

img.l {
  float: left;
  margin: 0 2px 25px 0;
  vertical-align: top;
}

img.c {
  display: block;
  text-align: center;
  margin: 0 auto 25px auto;
}

/******************
  header
******************/
.site-title a {
  padding: 30px 0 28px;
}
@media all and (max-width: 980px) {
  .site-title a {
    padding: 15px 0 10px;
  }
}

.header {
  transition: 0.3s;
  position: fixed;
  font-family: "Humanist_777 BT W01 Light", FOT-筑紫ゴシック Pr5 R, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  z-index: 10000;
  background: #fff;
  height: 100%;
}
@media all and (min-width: 981px) {
  .header {
    max-width: 300px;
  }
}
@media all and (max-width: 980px) {
  .header {
    height: 60px;
  }
}
.header h1 {
  transition: 0.2s ease-in-out;
  position: absolute;
  left: 70px;
  width: 166px;
  z-index: -1;
  margin: 0;
}
@media all and (min-width: 981px) {
  .header h1 {
    top: 5%;
  }
}
@media all and (max-width: 980px) {
  .header h1 {
    width: 90px;
    left: 15px;
  }
}
.header h1 a {
  display: block;
}
.header li {
  list-style-type: none;
}
@media all and (max-width: 980px) {
  .header li {
    position: relative;
  }
}
.header li li:last-child {
  border-bottom: none;
}

@media all and (max-width: 980px) {
  .header.hide {
    transform: translateY(-100%);
  }
}

.fix {
  overflow: hidden;
}

@media all and (min-width: 981px) {
  .menu-unit {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
  }
}

@media all and (min-width: 981px) {
  .main-menu {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 70px 0 0 0;
  }
}
@media all and (max-width: 980px) {
  .main-menu {
    font-size: 30px;
    font-size: 3rem;
    text-align: left;
    margin: 0;
    max-width: 310px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
}
@media all and (max-width: 620px) {
  .main-menu {
    text-align: center;
    max-width: 100%;
  }
}
@media all and (min-width: 981px) {
  .main-menu li {
    margin: 0 9px;
  }
}
@media all and (max-width: 980px) {
  .main-menu li {
    margin-left: 90px;
    border-left: 1px solid #333;
    padding-left: 20px;
  }
}
@media all and (max-width: 620px) {
  .main-menu li {
    border: none;
    margin: 0;
    padding: 0;
  }
}
@media all and (min-width: 981px) {
  .main-menu li .crr {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
}
@media all and (max-width: 980px) {
  .main-menu li .crr {
    opacity: 0.6;
  }
}
.main-menu a {
  padding: 15px 0 10px;
  display: block;
}
@media all and (max-width: 980px) {
  .main-menu a {
    padding: 20px 0;
    margin: 0;
  }
}
.main-menu .current-menu-item {
  opacity: 0.6;
}
.main-menu::before {
  font-size: 14px;
  font-size: 1.4rem;
}
@media all and (max-width: 980px) {
  .main-menu::before {
    content: "contents";
    position: absolute;
    left: 0;
    top: 18px;
  }
}
@media all and (max-width: 620px) {
  .main-menu::before {
    display: none;
  }
}

.sns-menu {
  display: flex;
}
@media all and (min-width: 981px) {
  .sns-menu {
    margin-left: -5px;
  }
}
@media all and (max-width: 980px) {
  .sns-menu {
    position: absolute;
    left: 20px;
    bottom: 0;
  }
}
.sns-menu li {
  margin: 0;
}
.sns-menu li a {
  display: block;
  padding: 23px 15px;
}
.sns-menu li img {
  width: 20px;
  height: 20px;
}

@media all and (min-width: 981px) {
  #top-head.fixed #global-nav ul li a {
    padding: 30px 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* header */
#global-nav ul {
  list-style: none;
}

/* Fixed */
@media all and (min-width: 981px) {
  #top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 60px;
    transition: 0.2s ease-in-out;
  }
}

@media all and (min-width: 981px) {
  #top-head.fixed .site-title {
    width: 150px;
    transition: 0.2s ease-in-out;
  }
  #top-head.fixed .site-title a {
    padding: 15px 0;
  }
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 101;
  padding: 0;
}
@media all and (min-width: 981px) {
  #nav-toggle:focus {
    opacity: 0.6;
  }
}

#nav-toggle div {
  position: relative;
  width: 32px;
  margin: 0 auto;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #333;
  transition: 0.2s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: -9px;
}

#nav-toggle span:nth-child(2) {
  top: 0;
}

#nav-toggle span:nth-child(3) {
  top: 7px;
  height: 0;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 980px) {
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }

  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
  }

  #mobile-head {
    background: #fff;
    width: 100%;
    z-index: 999;
    position: relative;
  }

  #top-head.fixed .logo,
#top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }

  #global-nav {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100vh;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
  }

  #nav-toggle {
    display: block;
  }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    background: #333;
    top: 0;
    transform: rotate(-45deg);
  }

  .open #nav-toggle span:nth-child(2) {
    background: #333;
    top: 0;
    transform: rotate(45deg);
  }

  .open #nav-toggle span:nth-child(3) {
    display: none;
  }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    opacity: 1;
    transition: 0.2s ease-in-out;
    visibility: visible;
  }
}
@supports (-webkit-touch-callout: none) {
  @media all and (max-width: 620px) {
    .main-menu {
      top: 45%;
    }
  }

  @media all and (max-width: 620px) {
    .sns-menu {
      bottom: 60px;
    }
  }
}
.footer {
  font-family: "Humanist_777 BT W01 Light", FOT-筑紫ゴシック Pr5 R, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 60px;
}
@media all and (min-width: 981px) {
  .footer {
    z-index: 10000;
    position: fixed;
    bottom: 30px;
  }
  .footer .inner {
    padding: 0 70px;
  }
  .footer p {
    margin: 0 0 15px 0;
  }
}
@media all and (max-width: 980px) {
  .footer {
    height: 60px;
  }
  .footer .footer-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
  }
  .footer .footer-menu p {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

#goto_top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#goto_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #eee;
  transition: 0.3s;
}
#goto_top a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-top: -2px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(135deg);
  transition: 0.3s;
}

.contact-direct-wrapper {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin: 80px 0;
}
@media all and (max-width: 980px) {
  .contact-direct-wrapper {
    display: inherit;
  }
}
.contact-direct-wrapper .contact-direct {
  width: 50%;
  text-align: center;
}
@media all and (max-width: 980px) {
  .contact-direct-wrapper .contact-direct {
    width: 100%;
  }
}
.contact-direct-wrapper .contact-direct dt {
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contact-direct-wrapper .contact-direct .time {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (max-width: 980px) {
  .contact-direct-wrapper .contact-direct .time {
    margin-bottom: 70px;
  }
}
.contact-direct-wrapper .button-direct {
  display: block;
  text-decoration: none;
  background: none;
  background: #eee;
  color: #eee;
  position: relative;
  text-align: center;
  font-family: "Humanist_777 BT W01 Light", FOT-筑紫ゴシック Pr5 R, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  @icnlude appearance;
  font-size: 14px;
  font-size: 1.4rem;
  width: 280px;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  display: inline-block;
}
@media all and (max-width: 980px) {
  .contact-direct-wrapper .button-direct {
    margin: 0 auto;
  }
}
.contact-direct-wrapper .button-direct .mail-link::before {
  display: inline-block;
  content: "";
  background: url(/img/mail_icon.svg) no-repeat;
  width: 1.5em;
  height: 1.5em;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.contact-direct-wrapper .button-direct .tel-link::before {
  display: inline-block;
  content: "";
  background: url(/img/tel_icon.svg) no-repeat;
  width: 1.5em;
  height: 1.5em;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.contact-form label {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
}
.contact-form .contact-form-title {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.contact-form .form-label {
  width: 200px;
  float: left;
  line-height: 40px;
}
@media all and (max-width: 980px) {
  .contact-form .form-label {
    float: none;
    line-height: 1.4em;
  }
}
.contact-form .form-contents {
  width: 780px;
  margin-left: 200px;
  margin-bottom: 40px;
}
@media all and (max-width: 980px) {
  .contact-form .form-contents {
    width: 100%;
    margin: 10px 0 30px 0;
  }
}
.contact-form .form-contents p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #df0024;
  margin-left: -7px;
}
.contact-form .form-input {
  width: 100%;
  height: 40px;
  border: 1px solid #a0a0a0;
  padding-left: 10px;
}
.contact-form .form-textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #a0a0a0;
  padding-left: 10px;
}
.contact-form .post {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
  letter-spacing: 0.1em;
}
.contact-form .required {
  color: #ed1b23;
  padding: 0 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-form .form-post {
  width: 200px;
  height: 40px;
  border: 1px solid #a0a0a0;
  padding-left: 10px;
}
.contact-form ::placeholder {
  color: #acacac;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-form:focus {
  outline: 1px solid #ed1b23;
  outline-offset: 2px;
}
.contact-form .button-send {
  display: block;
  text-decoration: none;
  background: none;
  background: #eee;
  color: #eee;
  position: relative;
  text-align: center;
  font-family: "Humanist_777 BT W01 Light", FOT-筑紫ゴシック Pr5 R, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  @icnlude appearance;
  transition: 0.2s all ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  width: 240px;
  height: 50px;
  margin-left: 200px;
  display: inline-block;
  letter-spacing: 0.5em;
}
@media all and (max-width: 980px) {
  .contact-form .button-send {
    margin: 0 auto;
  }
}
.contact-form .button-send2 {
  display: block;
  text-decoration: none;
  background: none;
  background: #eee;
  color: #eee;
  position: relative;
  text-align: center;
  font-family: "Humanist_777 BT W01 Light", FOT-筑紫ゴシック Pr5 R, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  @icnlude appearance;
  transition: 0.2s all ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  width: 240px;
  height: 50px;
  margin: 0 10px 0 0;
  display: inline-block;
}
@media all and (max-width: 620px) {
  .contact-form .button-send2 {
    display: block;
    margin: 0 0 20px 0;
  }
}

.step {
  margin: 0 0 60px 0;
}
.step ul {
  overflow: hidden;
}
.step li {
  width: 33%;
  float: left;
  color: #aaa;
  text-decoration: none;
  padding: 6px 0;
  background: #eee;
  position: relative;
  display: block;
  text-align: center;
}
.step li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #eee;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.step li li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.step li.crr {
  background: #888;
  color: #fff;
}
.step li.crr:after {
  border-left: 30px solid #888;
}
.step lili:first-child {
  padding: 6px 0 6px 30px;
}
.step li.sec {
  padding: 6px 0 6px 50px;
}
.step li:last-child {
  padding: 6px 30px 6px 50px;
}
.step lili:last-child:after, .step lili:last-child:before {
  border: 0;
}

#formArea table {
  width: 100%;
  font-size: 1.4rem;
  margin: 30px 0;
  border-top: 1px solid #a0a0a0;
  border-collapse: collapse;
}

#formArea form {
  max-width: 640px;
}

#formArea th {
  padding: 15px;
  width: 150px;
  text-align: left;
}
@media all and (min-width: 981px) {
  #formArea th {
    border-bottom: 1px solid #a0a0a0;
  }
}
@media all and (max-width: 980px) {
  #formArea th {
    padding: 15px 0 0 0;
    width: 100%;
    display: block;
  }
}

#formArea td {
  padding: 15px;
  border-bottom: 1px solid #a0a0a0;
}
@media all and (max-width: 980px) {
  #formArea td {
    display: block;
    padding: 15px 0 15px 0;
  }
}

/*Checkboxes styles*/
input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}

input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #a0a0a0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.12s, border-color 0.08s;
}

input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-color: #333;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}

.slider01 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider01 .slick-slide img {
  width: auto;
  height: 100vh;
  -webkit-backface-visibility: hidden;
}
@media all and (max-width: 980px) {
  .slider01 .slick-slide img {
    width: 100%;
    object-fit: cover;
  }
}

@supports (-webkit-touch-callout: none) {
  .slider01 .slick-slide img {
    height: -webkit-fill-available;
  }
}
.slide-dots {
  position: absolute;
}
@media all and (min-width: 981px) {
  .slide-dots {
    right: 30px;
    bottom: 10px;
  }
}
@media all and (max-width: 980px) {
  .slide-dots {
    right: 10px;
    bottom: 10px;
  }
}
.slide-dots li {
  display: inline-block;
  margin: 0 5px;
}
@media all and (max-width: 620px) {
  .slide-dots li {
    margin: 0;
  }
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.slide-dots li.slick-active button:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
}

.top-scroll {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50px;
  display: flex;
}
@media all and (max-width: 620px) {
  .top-scroll {
    left: 20px;
  }
}
.top-scroll .line {
  width: 1px;
  height: 143px;
  margin: 0 auto;
}
.top-scroll .scroll {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
}