@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row__item {
  width: 100%;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
.row__item--mobile-fifth {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--std {
  margin: -18px;
}
.row--std .row__item {
  padding: 18px;
}
.row--people-card {
  margin: -18px;
}
@media screen and (min-width: 768px) {
  .row--people-card {
    margin: -47px;
  }
}
.row--people-card .row__item {
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .row--people-card .row__item {
    padding: 47px;
  }
}
.row--wide {
  margin: -18px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -20px;
  }
}
.row--wide .row__item {
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 20px;
  }
}
.row--award {
  margin: -15px;
}
@media screen and (min-width: 768px) {
  .row--award {
    margin: -70px;
  }
}
.row--award .row__item {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .row--award .row__item {
    padding: 70px;
  }
}
.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1064px;
  }
}
@media screen and (min-width: 1024px) {
  .container--min {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1024px) {
  .container--wide {
    max-width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .container--sub {
    max-width: initial;
    padding-left: 12.3rem;
  }
}
@media screen and (min-width: 1380px) {
  .container--sub {
    max-width: 1327px;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 100;
}
.header__body {
  padding: 18px;
}
@media screen and (min-width: 1024px) {
  .header__body {
    padding: 0;
  }
}
.header__logo {
  display: inline-block;
  padding: 18px;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 142px;
    height: 156px;
    background: #30363C;
    padding: 35px 37px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header__logo:hover svg {
    opacity: 0.4;
  }
}
.header__logosvgpc {
  display: none;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .header__logosvgpc {
    display: block;
  }
  .header__logosvgpc svg {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .header__logosvgpc path {
    fill: #FFF;
    width: 68px;
    height: 86px;
  }
}
.header__logosvg {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .header__logosvg {
    display: none;
  }
}
.header__logosvg path {
  fill: #30363C;
}
.header__logosvg.background--dark path {
  fill: #fff;
}
.header__entry {
  display: inline-block;
}
.header__entrylink {
  display: inline-block;
  position: relative;
  padding-bottom: 2rem;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  margin: 2rem 0 2rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .header__entrylink {
    margin: 5rem 0 5rem 1rem;
  }
}
.header__entrylink span {
  display: inline-block;
  font-size: 8.5rem;
  font-weight: normal;
  letter-spacing: 0;
  font-family: adobe-handwriting-ernie, sans-serif;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .header__entrylink span {
    font-size: 4.7rem;
  }
}
.header__entrylink::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -10px;
  background: #C3FC1D;
  height: 13px;
  width: calc(100% + 20px);
  z-index: 1;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
@media screen and (max-width: 767px) {
  .header__entrylink::before {
    height: 8px;
    width: calc(100% + 10px);
    left: -5px;
  }
}
.header__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 47px;
  height: 60px;
  margin: 0;
}
.header__img--sub {
  width: 156px;
  height: 40px;
}
.header__btn {
  position: fixed;
  display: block;
  top: 28px;
  right: 28px;
}
@media screen and (min-width: 1024px) {
  .header--fixed .header__logo {
    background: none;
  }
  .header--fixed .header__logosvgpc path {
    fill: #30363C;
  }
}
@media screen and (min-width: 1024px) {
  .header--open .header__logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header--open .header__logo path {
    fill: #fff;
  }
}

@-webkit-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .home .header__logo {
    background: #30363C url(../images/block-logo_white.svg) 50% 50%/68px 86px no-repeat;
  }
  .home .header__logo:hover {
    opacity: 0.8;
  }
  .home .header__logosvgpc {
    display: none;
  }
}
.home .header--open .header__logo {
  background-color: rgba(0, 0, 0, 0);
}

.menu-btn {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #30363C;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.menu-btn::after {
  content: "";
  display: block;
  width: 85px;
  height: 73px;
  background: url(../images/menu-bg.png) 0 0/contain no-repeat;
  position: absolute;
  top: 55%;
  left: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 1;
}
.menu-btn::before {
  content: "MENU";
  font-family: gill-sans-nova, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.23em;
  line-height: 2;
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 12px;
  z-index: 2;
  color: #30363C;
}
.menu-btn__line {
  position: absolute;
  top: 42%;
  left: 32%;
  display: block;
  width: 20px;
  height: 2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #30363C;
  z-index: 3;
}
.menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.menu-btn__line:nth-child(2) {
  top: 42%;
}
.menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.menu-btn.background--dark {
  border: 1px solid #fff;
}
.menu-btn.background--dark::before {
  color: #fff;
}
.menu-btn.background--dark .menu-btn__line {
  background: #fff;
}
.menu-btn--open {
  border: 1px solid rgba(0, 0, 0, 0) !important;
}
.menu-btn--open::before {
  content: "CLOSE";
  padding-left: 8px;
  color: #30363C !important;
}
.menu-btn--open::after {
  visibility: visible;
  opacity: 1;
}
.menu-btn--open .menu-btn__line {
  background: #30363C !important;
}
.menu-btn--open .menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.menu-btn--open .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn--open .menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .menu-btn:hover {
    border: 1px solid rgba(0, 0, 0, 0) !important;
  }
  .menu-btn:hover::before {
    color: #30363C !important;
  }
  .menu-btn:hover::after {
    visibility: visible;
    opacity: 1;
  }
  .menu-btn:hover .menu-btn__line {
    background: #30363C !important;
  }
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: url(../images/repeat02.png) 50% 50%/40px 40px repeat;
  padding: 38px 37px 25px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1024px) {
  .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gnav--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .gnav__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 641px;
    padding: 2.5rem 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .gnav__item + .gnav__item {
    margin-top: 1.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .gnav__item + .gnav__item {
    border-left: 1px solid #999D9F;
  }
}
.gnav__logo {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .gnav__logo {
    display: none;
  }
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .gnav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gnav-list__item {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .gnav-list__item {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-list__item:last-child {
    width: 100%;
  }
}
.gnav-list__link {
  position: relative;
  display: inline-block;
  font-family: gill-sans-nova, sans-serif;
  font-size: 2rem;
  text-decoration: none;
  padding: 5px 0;
  color: #fff;
  text-align: left;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.gnav-list__link:hover {
  color: #C3FC1D;
}

.gnav-child {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .gnav-child {
    display: none;
  }
}
.gnav-child__item {
  text-align: left;
  margin: 1.5rem 0;
}
.gnav-child__item .gnav-child__link + .gnav-child__link {
  position: relative;
  margin-left: 3rem;
}
.gnav-child__item .gnav-child__link + .gnav-child__link:before {
  position: absolute;
  right: 100%;
  display: inline-block;
  content: "/";
  color: #999D9F;
  padding-right: 1rem;
}
.gnav-child__link {
  color: #999D9F;
  font-family: gill-sans-nova, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.05em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.gnav-child__link:hover {
  color: #C3FC1D;
}

.header-news {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .header-news {
    border: none;
    padding: 0 0 5rem;
  }
}
.header-news__head {
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.header-news__list .header-news__item {
  margin-top: 1.3rem;
}
.header-news__list .header-news__item:first-of-type {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .header-news__list .header-news__item:first-of-type {
    margin-top: 2.7rem;
  }
}
.header-news__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .header-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.header-news__item:hover {
  opacity: 0.7;
}
.header-news__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.header-news__time {
  color: #959595;
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .header-news__time {
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  .header-news__time {
    width: 5em;
  }
}
.header-news__title {
  color: #fff;
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .header-news__title {
    line-height: 1.7;
  }
}
@media screen and (min-width: 1024px) {
  .header-news__title {
    margin-left: 3rem;
  }
}

.header-access {
  padding: 3rem 0 2rem;
}
@media screen and (min-width: 1024px) {
  .header-access {
    border-top: 1px solid #999D9F;
    padding: 7rem 0 1.3rem;
  }
}
.header-access__head {
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .header-access__head {
    color: #999D9F;
    font-size: 1.7rem;
    line-height: 2.4;
    letter-spacing: 0.05em;
  }
}
.header-access__address {
  color: #fff;
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 2.1;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .header-access__address {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}
.header-access__tel {
  margin-top: 2.5rem;
}
.header-access__tellink {
  display: inline-block;
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.3rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .header-access__tellink {
    pointer-events: none;
  }
}
.header-access__tellink:after {
  display: inline-block;
  font-family: "icomoon";
  content: "\e900";
  font-size: 1.9rem;
  line-height: 1;
  margin-left: 1rem;
}

.header-other__official {
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .header-other__official {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.header-other__official:hover {
  opacity: 0.7;
}
.header-other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
}
.header-other__item {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.header-other__item + .header-other__item {
  margin-left: 3rem;
}
.header-other__item:hover {
  opacity: 0.7;
}
.header-other__link {
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

/*********************/
/*  フッター  */
/*********************/
.footertop {
  display: block;
  width: 100%;
}
.footertop__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 767px) {
  .footertop__inner {
    display: block;
  }
}
.footertop__inner::before {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e905";
  font-family: "icomoon";
  font-weight: normal;
  color: #fff;
  font-size: 4rem;
  width: 90px;
  height: 90px;
  line-height: 88px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .footertop__inner::before {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 1.4rem;
    right: 1.8rem;
  }
}
.footertop__entry {
  position: relative;
  padding: 12rem 0;
  margin: 0 auto;
  width: 100%;
  background: url(../images/repeat02.png) 50% 50%/40px 40px repeat;
  height: 370px;
}
@media screen and (max-width: 767px) {
  .footertop__entry {
    padding: 4.2rem 0;
    text-align: center;
    height: 246px;
  }
}
@media screen and (min-width: 768px) {
  .footertop__entry {
    padding: 12rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .footertop__entry:hover .footertop__inner::before {
    color: #C3FC1D;
    border-color: #C3FC1D;
  }
}
.footertop__title {
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1.1rem;
  display: block;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footertop__title {
    font-size: 1.5rem;
    text-align: left;
    margin: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .footertop__title {
    font-size: 2rem;
    margin: 0 8rem 0 0;
  }
}
.footertop__entrytxt {
  display: inline-block;
  position: relative;
  padding-bottom: 2rem;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.footertop__entrytxt span {
  display: inline-block;
  font-size: 11rem;
  font-weight: normal;
  letter-spacing: 0;
  font-family: adobe-handwriting-ernie, sans-serif;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .footertop__entrytxt span {
    font-size: 6.2rem;
  }
}
.footertop__entrytxt::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -25px;
  background: #C3FC1D;
  height: 15px;
  width: calc(100% + 50px);
  z-index: 1;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
}
.footertop__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.footertop__other {
  padding: 7rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 767px) {
  .footertop__other {
    padding: 0.7rem 0 0.8rem;
    display: block;
    text-align: center;
    background: #F1F1F1;
  }
}
.footertop__logo {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footertop__logo {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .footertop__logo {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .footertop__logo:hover {
    opacity: 0.5;
  }
}
.footertop__logoimg {
  display: inline-block;
  width: 177px;
  height: auto;
}
.footertop__copyright {
  display: inline-block;
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #30363C;
}

/*********************/
/*  TOP  */
/*********************/
@media screen and (min-width: 1024px) {
  .scrollsnap-page {
    padding: 31px;
    margin-bottom: 237px;
  }
}
@media screen and (max-width: 1023px) {
  .scrollsnap-page {
    margin: 18px;
    border: 2px solid #fff;
  }
  .scrollsnap-page + .scrollsnap-page {
    margin: 34px 18px 18px;
  }
}
.scrollsnap-page--footer {
  border: none;
}
@media screen and (max-width: 767px) {
  .scrollsnap-page--footer {
    margin: 2.2rem 0 0 !important;
  }
}
.scrollsnap-page--footer .fp-tableCell {
  border: none;
}
@media screen and (max-width: 1023px) {
  .scrollsnap-page--fv {
    margin-bottom: 20rem;
  }
}

@media screen and (min-width: 1024px) {
  .fp-tableCell {
    border: 3px solid #fff;
  }
}

.section {
  position: relative;
  display: block;
  width: 100%;
}
.section .container {
  position: relative;
  z-index: 2;
}
.section__contents {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section__contents {
    max-width: 600px;
    margin: 0 0 0 auto;
  }
}
.section__titleen {
  display: block;
  position: relative;
  text-align: center;
  font-family: adobe-handwriting-ernie, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 96px;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section__titleen {
    font-size: 65px;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .section__titleen {
    text-align: left;
  }
}
.section__titleen::before {
  content: "";
  display: block;
  width: 227px;
  height: 151px;
  background: url(../images/handbg.png) 0 0/contain no-repeat;
  position: absolute;
  top: -68px;
  left: 35%;
  -webkit-transform: rotate(-5deg) translateX(-50%);
          transform: rotate(-5deg) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section__titleen::before {
    width: 334px;
    height: 222px;
    top: -78px;
    left: 11%;
  }
}
.section__titleen--wa {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section__titleen--wa {
    font-size: 45px;
    white-space: nowrap;
    -webkit-transform: rotate(-7deg) translateX(-10px);
            transform: rotate(-7deg) translateX(-10px);
  }
  .section__titleen--wa::before {
    top: -68px;
    left: 50%;
    -webkit-transform: rotate(2deg) translateX(-50%);
            transform: rotate(2deg) translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .section__titleen--wa {
    font-size: 78px;
  }
}
.section__title {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section__title {
    padding-bottom: 1rem;
  }
}
.section__titletxt {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.23em;
  line-height: 1.2;
  color: #30363C;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(40%, #c3fc1d), to(#c3fc1d));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40%, #c3fc1d 40%, #c3fc1d 100%);
}
@media screen and (max-width: 767px) {
  .section__titletxt {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section__titletxt span {
    display: inline-block;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
  .section__titletxt span::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -10px;
    background: #C3FC1D;
    height: 18px;
    width: calc(100% + 20px);
    z-index: -1;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
  }
}
.section__desc {
  display: block;
  color: #30363C;
  font-weight: 500;
  color: #30363C;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section__desc {
    font-size: 1.4rem;
    margin-top: 30px;
    line-height: 1.8;
  }
}
.section__btn {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .section__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.section__headtxt {
  display: inline-block;
  position: absolute;
  top: -202px;
  left: 100px;
  font-family: adobe-handwriting-ernie, sans-serif;
  letter-spacing: 0;
  font-size: 78px;
  line-height: 1;
  padding: 101px 0 0 117px;
  width: 726px;
  height: 251px;
  background: url(../images/handbg.png) 0 0/contain no-repeat;
}
.section__airport {
  position: relative;
  max-width: 1304px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section__airport {
    width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .section__airport {
    margin-top: 8rem;
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .section__airport {
    margin-top: 0;
  }
}
.section__airportimg {
  width: 100%;
  max-width: 1136px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .section__airportimg {
    margin-left: -47px;
    margin-top: -9px;
    width: 468px;
    -webkit-transform: rotate(13deg);
            transform: rotate(13deg);
  }
}
.section__copy {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .section__copy {
    font-size: 2.2rem;
    position: absolute;
    top: 6%;
    left: 0;
  }
}
@media screen and (min-width: 1300px) {
  .section__copy {
    top: auto;
    left: auto;
    bottom: 35rem;
    right: 4rem;
  }
}
.section__copy strong {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .section__copy strong {
    font-size: 3.8rem;
    line-height: 1;
  }
}
.section__check {
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  padding: 16px 0 0 96px;
  width: 266px;
  height: 73px;
  display: block;
  color: #30363C;
  margin: -2rem 0 0 4rem;
}
@media screen and (min-width: 768px) {
  .section__check {
    padding: 28px 0 0 142px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 2.4rem;
    width: 390px;
    height: 140px;
    margin: 0;
  }
}
@media screen and (min-width: 1300px) {
  .section__check {
    bottom: 12rem;
    right: 18rem;
  }
  .section__check:hover .search-icon {
    color: #30363C;
    background: rgba(0, 0, 0, 0);
  }
}
.section__check::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Check!";
  font-family: gill-sans-nova, sans-serif;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 104px;
  height: 104px;
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .section__check::before {
    width: 76px;
    height: 76px;
    font-size: 1.3rem;
    padding-top: 84px;
  }
}
.section__check::after {
  position: absolute;
  top: -38px;
  left: -14px;
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #30363C;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
@media screen and (max-width: 767px) {
  .section__check::after {
    -webkit-transform: rotate(-59deg);
            transform: rotate(-59deg);
    top: -38px;
    left: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .section__check::after {
    top: -16px;
    left: -73px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.section__peopletitle {
  display: block;
  text-align: center;
  font-family: adobe-handwriting-ernie, sans-serif;
  letter-spacing: 0;
  font-size: 96px;
  line-height: 1;
  padding: 0 0 4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section__peopletitle {
    font-size: 56px;
    padding: 4rem 0 3rem;
  }
}
.section__footer {
  text-align: center;
  position: relative;
  z-index: 2;
}
.section--vision {
  padding: 126px 24px 50px;
}
@media screen and (min-width: 768px) {
  .section--vision {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .section--vision {
    padding: 0;
  }
}
.section--vision .section__cloudleft {
  position: absolute;
  z-index: 1;
  top: -150px;
  left: -15px;
  height: auto;
  width: 173px;
  display: block;
}
@media screen and (min-width: 768px) {
  .section--vision .section__cloudleft {
    width: 842px;
    left: -300px;
  }
}
@media screen and (min-width: 1024px) {
  .section--vision .section__cloudleft {
    left: -45px;
  }
}
.section--vision .section__cloudright {
  position: absolute;
  z-index: 1;
  top: -200px;
  right: -15px;
  height: auto;
  width: 173px;
  display: block;
}
@media screen and (min-width: 768px) {
  .section--vision .section__cloudright {
    width: 699px;
    right: -300px;
  }
}
@media screen and (min-width: 1024px) {
  .section--vision .section__cloudright {
    right: -45px;
  }
}
.section--wa {
  padding: 126px 24px 50px;
}
@media screen and (min-width: 768px) {
  .section--wa {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .section--wa {
    padding: 40px 0;
  }
}
.section--people {
  padding: 0 0 2rem;
  max-width: inherit;
}
@media screen and (min-width: 768px) {
  .section--people {
    padding: 5rem 2rem;
  }
}
.section--people .section__cloudleft {
  position: absolute;
  z-index: 1;
  bottom: -23px;
  left: -15px;
  height: auto;
  width: 173px;
  display: block;
}
@media screen and (min-width: 768px) {
  .section--people .section__cloudleft {
    bottom: -140px;
    width: 363px;
    left: -300px;
  }
}
@media screen and (min-width: 1024px) {
  .section--people .section__cloudleft {
    left: -45px;
  }
}
.section--people .section__cloudright {
  position: absolute;
  z-index: 1;
  top: -36px;
  right: -15px;
  height: auto;
  width: 280px;
  display: block;
}
@media screen and (min-width: 768px) {
  .section--people .section__cloudright {
    top: -120px;
    width: 916px;
    right: -300px;
  }
}
@media screen and (min-width: 1024px) {
  .section--people .section__cloudright {
    right: -45px;
  }
}

.search-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  line-height: 102px;
  font-family: "icomoon";
  font-weight: normal;
  color: #fff;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #30363C;
  border: 1px solid #30363C;
  text-align: center;
  font-size: 3rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .search-icon {
    width: 76px;
    height: 76px;
    line-height: 74px;
    font-size: 2.5rem;
  }
}

/*  コンテンツC -２カラム以上(カード式)  */
.pickup-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pickup-card:hover {
  opacity: 0.7;
}
.pickup-card__link, .pickup-card__thumbnail, .pickup-card__img, .pickup-card__box, .pickup-card__title, .pickup-card__description, .pickup-card__btn {
  display: block;
  width: 100%;
}
.pickup-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.pickup-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #666;
  padding: 10px 40px;
  margin-top: 1.8rem;
}
.pickup-card__box {
  padding: 25px 25px 30px;
}
@media screen and (min-width: 1024px) {
  .pickup-card__box {
    padding: 25px 30px 35px;
  }
}
.pickup-card__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .pickup-card__title {
    font-size: 2rem;
  }
}
.pickup-card__description {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .pickup-card__description {
    font-size: 1.4rem;
  }
}
.pickup-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.pickup-card__btn--center {
  text-align: center;
}
.pickup-card__btn--right {
  text-align: right;
}

/*  コンテンツD  */
.guide-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.guide-card:hover {
  opacity: 0.7;
}
.guide-card__link, .guide-card__thumbnail, .guide-card__img, .guide-card__box, .guide-card__title, .guide-card__description, .guide-card__btn {
  display: block;
  width: 100%;
}
.guide-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.guide-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #666;
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-card__box {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .guide-card__box {
    padding: 25px 30px;
  }
}
.guide-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .guide-card__title {
    font-size: 2rem;
  }
}
.guide-card__description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .guide-card__description {
    font-size: 1.4rem;
  }
}
.guide-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.guide-card__btn--center {
  text-align: center;
}
.guide-card__btn--right {
  text-align: right;
}
.guide-card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/*  コンテンツE  */
.guide-large .row__item:nth-child(odd) .guide-large-card--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .guide-large .row__item:nth-child(odd) .guide-large-card--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .guide-large .row__item .guide-large-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.guide-large-card {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.guide-large-card:hover {
  opacity: 0.7;
}
.guide-large-card__link, .guide-large-card__thumbnail, .guide-large-card__img, .guide-large-card__box, .guide-large-card__title, .guide-large-card__description, .guide-large-card__btn {
  display: block;
  width: 100%;
}
.guide-large-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.guide-large-card__more {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #666;
  padding: 8px 30px;
  margin-top: 1.5rem;
}
.guide-large-card__box {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .guide-large-card__box {
    padding: 25px 30px;
  }
}
.guide-large-card__title {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .guide-large-card__title {
    font-size: 2rem;
  }
}
.guide-large-card__description {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .guide-large-card__description {
    font-size: 1.4rem;
  }
}
.guide-large-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.guide-large-card__btn--center {
  text-align: center;
}
.guide-large-card__btn--right {
  text-align: right;
}
.guide-large-card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/*  コンテンツF  */
.pickup-small-card {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pickup-small-card:hover {
  opacity: 0.7;
}
.pickup-small-card__link, .pickup-small-card__thumbnail, .pickup-small-card__img, .pickup-small-card__box, .pickup-small-card__title, .pickup-small-card__description, .pickup-small-card__btn {
  display: block;
  width: 100%;
}
.pickup-small-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.pickup-small-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: #666;
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.pickup-small-card__box {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .pickup-small-card__box {
    padding: 30px;
  }
}
.pickup-small-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.pickup-small-card__description {
  margin-top: 1rem;
}
.pickup-small-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.pickup-small-card__btn--center {
  text-align: center;
}
.pickup-small-card__btn--right {
  text-align: right;
}
.pickup-small-card--mini {
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .pickup-small-card--mini {
    padding: 25px;
  }
}
.pickup-small-card--mini .pickup-small-card__title {
  font-size: 1.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .pickup-small-card--mini .pickup-small-card__title {
    margin-top: 2rem;
  }
}
.pickup-small-card--mini .pickup-small-card__description {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .pickup-small-card--mini .pickup-small-card__description {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}

/*  MAXパーツ  */
.contents-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.contents-card:hover {
  opacity: 0.7;
}
.contents-card__link, .contents-card__thumbnail, .contents-card__img, .contents-card__box, .contents-card__title, .contents-card__description, .contents-card__btn {
  display: block;
  width: 100%;
}
.contents-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.contents-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: #666;
  padding: 10px 40px;
  margin-top: 1.5rem;
}
.contents-card__box {
  padding: 15px 20px 25px;
}
@media screen and (min-width: 1024px) {
  .contents-card__box {
    padding: 20px 20px 30px;
  }
}
.contents-card__title {
  font-size: 2rem;
  font-weight: bold;
}
.contents-card__description {
  margin-top: 1rem;
}
.contents-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.contents-card__btn--center {
  text-align: center;
}
.contents-card__btn--right {
  text-align: right;
}
.contents-card__time, .contents-card__category, .contents-card__post-title {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contents-card__time, .contents-card__category, .contents-card__post-title {
    display: block;
  }
}
.contents-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #30363C;
}
@media screen and (min-width: 768px) {
  .contents-card__time {
    font-size: 1.7rem;
  }
}
.contents-card__time--inline {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contents-card__time--inline {
    width: 140px;
    height: 25px;
    line-height: 25px;
  }
}
.contents-card__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: #30363C;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #30363C;
  background: #ddd;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contents-card__category {
    width: 100px;
    height: 30px;
    font-size: 1.3rem;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .contents-card__category {
    margin-left: 1rem;
  }
}
.contents-card__category--inline {
  display: inline-block;
}
.contents-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #30363C;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .contents-card__post-title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contents-card__post-title--ellipsis {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.contents-card__post-title--bordered {
  -webkit-box-shadow: 0 0 0 1px #999;
          box-shadow: 0 0 0 1px #999;
}
.contents-card--mini {
  padding: 25px;
}
.contents-card--mini .contents-card__title {
  margin-top: 2rem;
}
.contents-card--rounded {
  border-radius: 10px;
  overflow: hidden;
}
.contents-card--bordered {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}
.contents-card--horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/*********************/
/*  ボタン  */
/*********************/
.btn {
  display: block;
  color: #fff;
  background: #30363C;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  width: 224px;
  height: 50px;
  border: 1px solid #30363C;
  line-height: 48px;
  text-align: center;
  border-radius: 100px;
}
.btn--center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .btn {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .btn:hover {
    background: rgba(0, 0, 0, 0);
    color: #30363C;
  }
}

.pickup {
  color: #fff;
  background: #30363C;
  border-radius: 2rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pickup:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  .pickup {
    position: absolute;
    top: calc(100% + 3rem);
    display: block;
    width: 100%;
    padding: 2rem;
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) {
  .pickup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3rem;
    padding: 3rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .pickup__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.pickup__body {
  position: relative;
  padding-right: 5rem;
}
@media screen and (min-width: 1024px) {
  .pickup__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
.pickup__body::before {
  content: "\e907";
  font-family: "icomoon";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(5deg);
          transform: translateY(-50%) rotate(5deg);
}
@media screen and (min-width: 1024px) {
  .pickup__body::before {
    font-size: 3rem;
  }
}
.pickup__name {
  font-family: adobe-handwriting-ernie, sans-serif;
  font-size: 2.4rem;
}
.pickup__date {
  font-family: gill-sans-nova, sans-serif;
  color: #999;
}
/*  ------サブページ------  */
.main--page {
  position: relative;
  padding: 18px;
}
.main--page::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background: none;
  border: 2px solid #fff;
  pointer-events: none;
}

.page-article {
  padding: 5rem 0 6rem;
}
.page-article .container {
  position: relative;
  z-index: 2;
}
.page-article__title {
  color: #999;
  margin: 3rem 0;
}
.page-article__title-ja, .page-article__title-en {
  display: block;
  text-align: center;
}
.page-article__title-ja {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .page-article__title-ja {
    font-size: 3.2rem;
  }
}
.page-article__title-en {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .page-article__title-en {
    font-size: 2rem;
  }
}
.page-article--whatsawing {
  padding-top: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-article--whatsawing {
    padding-top: 13rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-article--whatsawing {
    padding-top: 5rem;
  }
}
.page-article--whatsawing .container {
  position: relative;
  z-index: 2;
}
.page-article--people {
  position: relative;
}
.page-article--people .container {
  position: relative;
  z-index: 2;
}
.page-article--people .page-article__cloud01 {
  width: 200px;
  height: auto;
  display: block;
  position: absolute;
  top: -100px;
  right: -40px;
}
@media screen and (min-width: 768px) {
  .page-article--people .page-article__cloud01 {
    top: -280px;
    width: 569px;
  }
}
.page-article--people .page-article__cloud02 {
  width: 200px;
  height: auto;
  display: block;
  position: absolute;
  top: 40%;
  left: -40px;
}
@media screen and (min-width: 768px) {
  .page-article--people .page-article__cloud02 {
    width: 598px;
  }
}
@media screen and (max-width: 767px) {
  .page-article--people .page-article__cloud02 {
    display: none;
  }
}
.page-article--people .page-article__cloud03 {
  width: 200px;
  height: auto;
  display: block;
  position: absolute;
  bottom: -50px;
  right: -40px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (min-width: 768px) {
  .page-article--people .page-article__cloud03 {
    width: 553px;
  }
}

/*********************/
/*  見出し  */
/*********************/
.post-type-page p {
  line-height: 1.8;
  font-weight: 500;
}
.post-type-page p:not(:first-child) {
  margin-top: 1.4rem;
}
.post-type-page a:not([class]) {
  color: #999;
  text-decoration: none;
  border-bottom: 1px solid #999;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.post-type-page a:not([class]):hover {
  opacity: 0.7;
}
.post-type-page .h2:first-child,
.post-type-page .h3:first-child,
.post-type-page .h4:first-child,
.post-type-page .h5:first-child,
.post-type-page .ul:first-child,
.post-type-page .ol:first-child,
.post-type-page .table:first-child,
.post-type-page .box:first-child {
  margin-top: 0;
}
.post-type-page .h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 4rem 0 2rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .post-type-page .h2 {
    font-size: 2.6rem;
    margin: 8rem 0 2rem;
  }
}
.post-type-page .h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 4rem 0 1.6rem;
  border-bottom: 3px solid #30363C;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .post-type-page .h3 {
    font-size: 2rem;
    margin: 4.3rem 0 0.8rem;
  }
}
.post-type-page .h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 3rem 0 0;
  padding-left: 10px;
  border-left: 4px solid #30363C;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .post-type-page .h4 {
    font-size: 1.7rem;
    margin: 4rem 0 0;
  }
}
.post-type-page .h5 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  padding: 0 0 0 2rem;
  margin: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .h5 {
    font-size: 1.6rem;
  }
}
.post-type-page .h5::after {
  content: "";
  display: inline-block;
  background: #30363C;
  position: absolute;
  top: 6px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
.post-type-page .strong {
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #c3fc1d), to(#c3fc1d));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, #c3fc1d 50%, #c3fc1d 100%);
}
.post-type-page .txtlink {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  border-bottom: 1px solid #30363C;
  color: #30363C;
}
.post-type-page .small {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #999d9f;
}
.post-type-page .ul {
  list-style: none;
  margin: 1.5rem 0;
}
@media screen and (min-width: 1024px) {
  .post-type-page .ul {
    margin: 2rem 0 1rem;
  }
}
.post-type-page .ul li {
  position: relative;
  padding: 0 0 0 1rem;
  margin: 0 0 0.5rem;
}
.post-type-page .ul li::before {
  content: "";
  display: inline-block;
  background: #30363C;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.post-type-page .ul .ul {
  margin-top: 1rem;
}
.post-type-page .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .post-type-page .ol {
    margin: 5rem 0 3rem;
  }
}
.post-type-page .ol li {
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0 0 0.5rem;
}
.post-type-page .ol li::before {
  counter-increment: number 1;
  content: counter(number) " .";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  color: #30363C;
}
.post-type-page .ol .ol {
  margin-top: 1rem;
}
.post-type-page .ol-comment-list {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .post-type-page .ol-comment-list {
    margin: 5rem 0 3rem;
  }
}
.post-type-page .ol-comment-list li {
  position: relative;
  padding: 0 0 0 5.5rem;
  margin: 4.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .ol-comment-list li {
    padding: 0 0 0 5.5rem;
    margin: 4.5rem 0 0;
  }
}
.post-type-page .ol-comment-list li::before {
  counter-increment: number 1;
  content: counter(number);
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 0;
  font-weight: 500;
  color: #30363C;
  border: solid 1px #30363C;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-page .ol-comment-list .ol {
  margin-top: 1rem;
}
.post-type-page .flowlist {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .flowlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-page .flowlist {
    margin: 5rem 0 3rem;
  }
}
.post-type-page .flowlist__item {
  position: relative;
  padding: 3rem 0;
  margin: 0 0 1.3rem 1.4rem;
  border: 1px solid #30363C;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .post-type-page .flowlist__item {
    font-size: 1.9rem;
    width: 100%;
    margin: 0 0 0 3.7rem;
    padding: 0;
    height: 159px;
    line-height: 159px;
  }
  .post-type-page .flowlist__item:first-child {
    margin-left: 0;
  }
}
.post-type-page .flowlist__item::before {
  counter-increment: number 1;
  content: "0" counter(number) ".";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: -14px;
  font-weight: normal;
  font-size: 2.4rem;
  font-family: adobe-handwriting-ernie, sans-serif;
  text-align: left;
  color: #30363C;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .post-type-page .flowlist__item::before {
    font-size: 3.7rem;
  }
}
.post-type-page .list-underline {
  list-style: none;
  margin: 5rem 0 0;
  counter-reset: number 0;
}
.post-type-page .list-underline__item {
  position: relative;
  padding: 1rem 0 1rem 3.5rem;
  margin: 0 0 1.5rem;
  font-weight: bold;
  font-size: 1.9rem;
  border-bottom: 1px solid #666;
}
.post-type-page .list-underline__item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  border: 1px solid #666;
  position: absolute;
  top: 25px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  color: #666;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .list-underline__item::before {
    top: 50%;
    left: 10px;
  }
}
.post-type-page .list-underline__text {
  font-size: 1.6rem;
  color: #666;
}
.post-type-page .list-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}
.post-type-page .table {
  width: 100%;
  margin: 3rem 0;
}
.post-type-page .table th {
  background: #999;
  color: #fff;
}
.post-type-page .table th,
.post-type-page .table td {
  border: 1px solid #666;
  padding: 1rem;
}
.post-type-page .hr {
  border-bottom: 1px solid #d8d8d8;
  padding: 3rem 0;
}
.post-type-page .box {
  border: 1px solid #30363C;
  margin: 3rem 0 0;
  padding: 3rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .box {
    margin: 4rem 0 0;
    padding: 6rem 5.5rem;
  }
}
.post-type-page .box__title {
  font-weight: bold;
  font-size: 2.1rem;
  margin: 0 0 1rem;
  line-height: 1.3em;
}
.post-type-page .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .post-type-page .button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-type-page .button {
  display: inline-block;
  padding: 2rem 3rem;
  background: #ddd;
  color: #666;
  font-weight: bold;
  font-size: 1.8rem;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  cursor: pointer;
  margin-bottom: 1.5rem;
  text-align: center;
}
.post-type-page .button:hover {
  background: #666;
  color: #ddd;
}
@media screen and (min-width: 768px) {
  .post-type-page .button + .post-type-page .button {
    margin-left: 1.5rem;
  }
}

/*********************/
/*  扉  */
/*********************/
.children-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  padding: 20px;
}
.children-card:hover {
  opacity: 0.7;
}
.children-card__link, .children-card__thumbnail, .children-card__img, .children-card__title, .children-card__description, .children-card__bt {
  display: block;
  width: 100%;
}
.children-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.children-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.children-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #666;
  padding: 5px 60px;
  margin-top: 1.5rem;
}
.children-card__title {
  padding: 1rem 0;
}
.children-card__title-ja, .children-card__title-en {
  display: block;
  color: #30363C;
}
.children-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}
.children-card__title-en {
  font-size: 1.6rem;
}
.children-card__description {
  color: #30363C;
  line-height: 1.7;
  margin-top: 1rem;
}

.thumbnail-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.thumbnail-card:hover {
  opacity: 0.7;
}
.thumbnail-card__link, .thumbnail-card__thumbnail, .thumbnail-card__img, .thumbnail-card__box, .thumbnail-card__title, .thumbnail-card__description {
  display: block;
  width: 100%;
}
.thumbnail-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.thumbnail-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.thumbnail-card__more {
  display: inline-block;
  font-size: 1.6rem;
  color: #666;
  border: 1px solid #666;
  padding: 5px 60px;
  margin-top: 1.5rem;
}
.thumbnail-card__box {
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .thumbnail-card__box {
    padding: 20px;
  }
}
.thumbnail-card__title {
  padding: 1rem 0;
}
.thumbnail-card__title-ja, .thumbnail-card__title-en {
  display: block;
  color: #30363C;
}
.thumbnail-card__title-ja {
  font-size: 2rem;
  font-weight: bold;
}
.thumbnail-card__title-en {
  font-size: 1.6rem;
}
.thumbnail-card__description {
  color: #30363C;
  line-height: 1.7;
}

.underline-txt {
  position: relative;
  z-index: 2;
}
.underline-txt__txt {
  display: inline;
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 0.13em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(40%, #c3fc1d), to(#c3fc1d));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40%, #c3fc1d 40%, #c3fc1d 100%);
}
@media screen and (min-width: 1024px) {
  .underline-txt__txt {
    font-size: 4.7rem;
    letter-spacing: 0.23em;
  }
}
.underline-txt__txt span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .underline-txt--min .underline-txt__txt {
    font-size: 2.7rem;
    line-height: 2.2;
  }
}

.vmv-section {
  position: relative;
}
.vmv-section .container {
  position: relative;
  z-index: 2;
}
.vmv-section + .vmv-section {
  padding-top: 150px;
}
@media screen and (min-width: 768px) {
  .vmv-section + .vmv-section {
    padding-top: 200px;
  }
}
.vmv-section__title {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
.vmv-section__title::before {
  content: attr(data-en) " ";
  display: block;
  background: url(../images/handbg.png) 0 0/contain no-repeat;
  font-family: adobe-handwriting-ernie, sans-serif;
  font-size: 65px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .vmv-section__title::before {
    font-size: 96px;
  }
}
.vmv-section__title--right {
  text-align: right;
}
.vmv-section__title--right::before {
  background-position: center right;
}
.vmv-section__copy {
  max-width: 774px;
  margin-left: auto;
  margin-right: auto;
}
.vmv-section__desc {
  display: block;
  margin-top: 3.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.3;
  max-width: 774px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .vmv-section__desc {
    margin-top: 7.7rem;
    font-size: 2.5rem;
  }
}
.vmv-section--value .vmv-section__title {
  text-align: left;
}
.vmv-section--value .vmv-section__title::before {
  right: auto;
  left: -50px;
}
.vmv-section__cloud01 {
  width: 200px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
}
@media screen and (min-width: 768px) {
  .vmv-section__cloud01 {
    width: 553px;
  }
}
.vmv-section__cloud02 {
  width: 200px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
}
@media screen and (min-width: 768px) {
  .vmv-section__cloud02 {
    width: 569px;
  }
}
.vmv-section__cloud03 {
  width: 200px;
  height: auto;
  display: block;
  position: absolute;
  top: 20%;
  right: -40px;
}
@media screen and (min-width: 768px) {
  .vmv-section__cloud03 {
    width: 598px;
  }
}
.vmv-section__sky04 {
  width: 200px;
  height: auto;
  display: block;
  position: absolute;
  top: 25%;
  left: -40px;
}
@media screen and (min-width: 768px) {
  .vmv-section__sky04 {
    width: 560px;
  }
}
.vmv-section__cloud05 {
  width: 200px;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: -40px;
}
@media screen and (min-width: 768px) {
  .vmv-section__cloud05 {
    width: 265px;
  }
}
.vmv-section__cloud06 {
  width: 200px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
}
@media screen and (min-width: 768px) {
  .vmv-section__cloud06 {
    width: 569px;
  }
}
.vmv-section__cloud07 {
  width: 200px;
  height: auto;
  display: block;
  position: absolute;
  top: 20%;
  left: -40px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (min-width: 768px) {
  .vmv-section__cloud07 {
    width: 569px;
  }
}
.vmv-section__cloud08 {
  width: 200px;
  height: auto;
  display: block;
  position: absolute;
  bottom: 30%;
  right: -40px;
}
@media screen and (min-width: 768px) {
  .vmv-section__cloud08 {
    width: 598px;
  }
}
.vmv-section__cloud09 {
  width: 200px;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: -40px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (min-width: 768px) {
  .vmv-section__cloud09 {
    width: 598px;
  }
}

.value-list {
  position: relative;
  z-index: 2;
  list-style: none;
  counter-reset: number 0;
  max-width: 774px;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .value-list {
    margin-top: 100px;
  }
}
.value-list__item {
  position: relative;
}
.value-list__item + .value-list__item {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .value-list__item + .value-list__item {
    margin-top: 6.4rem;
  }
}
.value-list__title {
  font-size: 2.5rem;
  font-weight: 500;
  vertical-align: sub;
}
@media screen and (max-width: 767px) {
  .value-list__title {
    font-size: 1.8rem;
    padding-bottom: 0.6rem;
    padding-left: 0.5rem;
  }
}
.value-list__title::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  font-weight: normal;
  font-size: 54px;
  letter-spacing: 0.1em;
  line-height: 0;
  font-family: adobe-handwriting-ernie, sans-serif;
}
@media screen and (max-width: 767px) {
  .value-list__title::before {
    font-size: 35px;
  }
}
.value-list__desc {
  display: block;
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2 !important;
}

.aboutus-section + .aboutus-section {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .aboutus-section + .aboutus-section {
    margin-top: 15rem;
  }
}
.aboutus-section__title {
  display: block;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .aboutus-section__title {
    margin-bottom: 6rem;
  }
}
.aboutus-section__titleen {
  font-family: adobe-handwriting-ernie, sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 2rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .aboutus-section__titleen {
    font-size: 6rem;
  }
}
.aboutus-section__titleja {
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .aboutus-section__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .aboutus-section__contents {
    width: 1050px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .aboutus-section__item {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .aboutus-section__item + .aboutus-section__item {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .aboutus-section__item + .aboutus-section__item {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .aboutus-section__item--txt {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1100px) {
  .aboutus-section__item--txt {
    padding: 0 15rem 0 0;
  }
}
.aboutus-section__desc {
  margin-top: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .aboutus-section__desc {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .aboutus-section__desc {
    max-width: 445px;
  }
}
.aboutus-section__imgwrap {
  position: relative;
  display: block;
  width: calc(100% + 36px);
  padding-bottom: 18px;
}
.aboutus-section__imgcloud {
  width: 100%;
  max-width: 569px;
  height: auto;
  display: block;
  position: absolute;
  bottom: -5%;
  right: -24%;
}
@media screen and (min-width: 768px) {
  .aboutus-section__imgcloud {
    right: -143px;
  }
}
.aboutus-section__namewrap {
  max-width: 530px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
.aboutus-section__name {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  border: 3px solid #fff;
  padding: 0 10px;
  line-height: 1.3;
  margin-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .aboutus-section__name {
    font-size: 3rem;
  }
}
.aboutus-section__position {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  .aboutus-section__position {
    padding-top: 1.8rem;
    font-size: 1.6rem;
  }
}
.aboutus-section__img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 0 auto;
}
.aboutus-section--yabe {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .aboutus-section--yabe {
    margin-bottom: 15rem;
  }
}
.aboutus-section--yabe .aboutus-section__contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.aboutus-section--yabe .aboutus-section__imgwrap {
  margin-left: -38px;
}
.aboutus-section--yabe .aboutus-section__imgcloud {
  right: auto;
  left: -39%;
  bottom: -4%;
}
@media screen and (min-width: 768px) {
  .aboutus-section--yabe .aboutus-section__imgcloud {
    left: -257px;
    right: auto;
  }
}
.aboutus-section--yabe .aboutus-section__img {
  margin: 0 auto 0 0;
}
.aboutus-section--yabe .aboutus-section__namewrap {
  left: auto;
  right: 0;
  text-align: right;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aboutus-section--yabe .aboutus-section__item--txt {
    padding: 0 0 0 5rem;
  }
}
@media screen and (min-width: 1230px) {
  .aboutus-section--yabe .aboutus-section__item--txt {
    padding: 0 0 0 15rem;
  }
}

.window::after {
  content: "\e901";
  font-family: "icomoon";
  font-weight: normal;
  margin-left: 1rem;
}

.people-card {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .people-card:hover .people-card__nametxt {
    color: #30363C;
  }
  .people-card:hover .namebg {
    width: 235px;
    opacity: 1;
  }
  .people-card:hover .people-card__illustleft,
  .people-card:hover .people-card__illustright {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.people-card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.people-card__name {
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .people-card__name {
    top: -14px;
    left: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .people-card__name {
    top: 0;
    left: 30px;
  }
}
.people-card__nametxt {
  position: relative;
  font-family: adobe-handwriting-ernie, sans-serif;
  letter-spacing: 0;
  font-size: 3.6rem;
  color: #30363C;
  line-height: 1;
  font-weight: normal;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .people-card__nametxt {
    color: #fff;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
.people-card__thumbnail {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 146.4%;
}
.people-card__thumbnail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  z-index: 2;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .people-card__thumbnail::before {
    opacity: 0.15;
  }
}
.people-card__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  z-index: 1;
}
.people-card__box {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  font-family: gill-sans-nova, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 2;
}
.people-card__year {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
}
.people-card__categories {
  display: block;
}
.people-card__category {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 500;
  text-transform: capitalize;
}
.people-card__category + .people-card__category::before {
  display: inline-block;
  content: "/";
  margin: 0 5px;
  font-weight: bold;
}
.people-card__illustleft {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 10%;
  left: -38px;
  z-index: 2;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.people-card__illustright {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 5%;
  right: -38px;
  z-index: 2;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.namebg {
  display: inline-block;
  position: absolute;
  top: -41px;
  left: -59px;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .namebg {
    top: -32px;
    left: -32px;
  }
  .namebg svg {
    width: 188px;
    height: 91px;
  }
}
@media screen and (min-width: 1024px) {
  .namebg {
    opacity: 0;
    width: 0;
    top: -41px;
    left: -59px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .namebg svg {
    width: 235px;
    height: 114px;
  }
}
.namebg--sales-reader svg,
.namebg--sales-reader path, .namebg--sales svg,
.namebg--sales path, .namebg--field-sales svg,
.namebg--field-sales path, .namebg--inside-sales svg,
.namebg--inside-sales path, .namebg--support svg,
.namebg--support path {
  fill: #FE7296;
}
.namebg--engineer svg,
.namebg--engineer path {
  fill: #50C7FF;
}
.namebg--web-designer svg,
.namebg--web-designer path, .namebg--video-creater svg,
.namebg--video-creater path {
  fill: #EFED42;
}

.people-container {
  margin: 0 auto;
  padding-left: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .people-container {
    padding: 0;
    max-width: 956px;
  }
}
.people-container--whatsawing {
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .people-container--whatsawing {
    padding: 0;
  }
}

.people-wrap {
  width: calc(100% + 20px);
}
@media screen and (min-width: 768px) {
  .people-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.people-wrap .slick-list {
  overflow: inherit;
}
@media screen and (min-width: 768px) {
  .people-wrap--whatsawing {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .people-wrap--whatsawing .people-item {
    margin: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .people-wrap .people-card__category {
    font-size: 1.5rem;
  }
  .people-wrap .people-card__categories {
    white-space: nowrap;
  }
}

.people-item {
  margin-right: 2rem;
  width: 271px !important;
}
@media screen and (min-width: 768px) {
  .people-item {
    margin: 0;
    width: 100%;
  }
  .people-item + .people-item {
    margin-left: 2rem;
  }
}

.people-section {
  position: relative;
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .people-section {
    padding: 36px 18px;
  }
}
.people-section--head::before, .people-section--head::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.people-section--head::before {
  left: 0;
  top: 30%;
  width: 126px;
  height: 117px;
  background: url(../images/sub/people01.png) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .people-section--head::before {
    top: -25%;
    left: -30%;
    width: 544px;
    height: 508px;
  }
}
@media screen and (min-width: 1024px) {
  .people-section--head::before {
    top: -6%;
    left: -20%;
  }
}
@media screen and (min-width: 1300px) {
  .people-section--head::before {
    left: 0;
    top: 16%;
  }
}
.people-section--head::after {
  right: 0;
  top: 25%;
  width: 129px;
  height: 129px;
  background: url(../images/sub/people02.png) 0 0/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .people-section--head::after {
    top: 0;
    right: -30%;
    width: 570px;
    height: 573px;
  }
}
@media screen and (min-width: 1024px) {
  .people-section--head::after {
    top: 10%;
    right: -20%;
  }
}
@media screen and (min-width: 1300px) {
  .people-section--head::after {
    right: 0;
    top: 25%;
  }
}
.people-section--profile {
  position: relative;
}
.people-section--profile::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 36px);
  max-width: 952px;
  height: calc(100% - 72px);
  background: #000 url(../images/repeat/dot01.png) 0 0/8px 8px repeat;
  opacity: 0.04;
  z-index: 1;
  -webkit-transform: translate(calc(-50% + 18px), calc(-50% + 18px));
          transform: translate(calc(-50% + 18px), calc(-50% + 18px));
}
.people-section--body {
  position: relative;
}

.people-head {
  position: relative;
  width: 100%;
}
.people-head__imgwrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 154%;
}
@media screen and (min-width: 768px) {
  .people-head__imgwrap {
    padding-bottom: 55%;
  }
}
.people-head__imgwrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  z-index: 1;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  .people-head__imgwrap::before {
    opacity: 0.15;
  }
}
.people-head__img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.people-head__img--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .people-head__img--sp {
    display: none;
  }
}
.people-head__img--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .people-head__img--pc {
    display: block;
  }
}
.people-head__name {
  position: absolute;
  bottom: 0;
  right: 22px;
}
.people-head__name .namebg {
  top: -15px;
  right: -43px;
  left: auto;
}
@media screen and (min-width: 768px) {
  .people-head__name .namebg {
    top: 2px;
    right: -55px;
  }
}
@media screen and (min-width: 1024px) {
  .people-head__name .namebg {
    opacity: 1;
    width: inherit;
  }
}
.people-head__name .namebg svg {
  width: 110px;
  height: 73px;
}
@media screen and (min-width: 768px) {
  .people-head__name .namebg svg {
    width: 209px;
    height: 139px;
  }
}
.people-head__nametxt {
  position: relative;
  font-family: adobe-handwriting-ernie, sans-serif;
  letter-spacing: 0;
  font-size: 6.2rem;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  z-index: 3;
  width: 230px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .people-head__nametxt {
    font-size: 13rem;
    width: 477px;
  }
}
.people-head__nametxt::before {
  content: "";
  display: block;
  width: 230px;
  height: 54px;
  border: 3px solid #fff;
  position: absolute;
  top: 36%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .people-head__nametxt::before {
    width: 477px;
    height: 94px;
  }
}
.people-head__box {
  display: block;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 100px;
  right: 22px;
  font-family: gill-sans-nova, sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .people-head__box {
    padding-right: 493px;
    bottom: 65px;
  }
}
.people-head__year {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
}
.people-head__categories {
  display: block;
  line-height: 1;
}
.people-head__category {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 500;
  text-transform: capitalize;
}
.people-head__category + .people-head__category::before {
  display: inline-block;
  content: "/";
  margin: 0 5px;
  font-weight: bold;
}
.people-head__illustleft {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 40%;
  left: -20px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .people-head__illustleft {
    left: 40px;
    width: 120px;
    height: 120px;
  }
}
.people-head__illustright {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 20%;
  right: -20px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .people-head__illustright {
    right: 40px;
    width: 120px;
    height: 120px;
  }
}

.people-profile {
  border: 1px solid #999d9f;
  padding: 22px;
  position: relative;
  max-width: 952px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .people-profile {
    padding: 48px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .people-profile {
    padding: 48px 100px;
  }
}
.people-profile::before {
  content: "Profile";
  display: inline-block;
  font-family: adobe-handwriting-ernie, sans-serif;
  color: #30363C;
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 0;
  position: absolute;
  top: -14px;
  left: 1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .people-profile::before {
    font-size: 3.8rem;
  }
}

.profile-list {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .profile-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.profile-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .profile-list__item {
    width: 50%;
  }
  .profile-list__item:nth-child(3), .profile-list__item:nth-child(4) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .profile-list__item + .profile-list__item {
    margin-top: 1rem;
  }
}
.profile-list__title {
  width: 165px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #999d9f;
}
.profile-list__desc {
  width: calc(100% - 165px);
  padding-left: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #30363C;
}

.people-body {
  border: 2px solid #fff;
  padding: 6rem 22px 5rem;
}
@media screen and (min-width: 768px) {
  .people-body {
    border: 3px solid #fff;
  }
}
.people-body__btn {
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .people-body__btn {
    margin: 6rem auto 0;
  }
}

.body-list {
  list-style: none;
}
.body-list__item + .body-list__item {
  margin-top: 8rem;
}
@media screen and (min-width: 1024px) {
  .body-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
  }
}
.body-list__item--img {
  max-width: 1140px;
}
.body-list__title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3.8rem;
}
@media screen and (min-width: 1024px) {
  .body-list__title {
    width: calc(100% - 700px);
  }
}
.body-list__desc {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .body-list__desc {
    width: 700px;
    font-size: 1.5rem;
  }
}
.body-list__subimg {
  display: block;
  max-width: 100%;
  height: auto;
}

.interview-footer {
  position: relative;
  background: #E2E2E2;
  padding: 8rem 0;
  margin-top: 3rem;
  margin-left: -40px;
  width: calc(100% + 80px);
}
@media screen and (min-width: 1024px) {
  .interview-footer {
    padding: 3rem 0;
    margin-top: 8rem;
  }
  .interview-footer:hover .interview-footer__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.interview-footer__categories {
  display: block;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .interview-footer__categories {
    position: absolute;
    top: 70px;
    left: 5%;
    text-align: left;
  }
}
.interview-footer__category {
  font-family: gill-sans-nova, sans-serif;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: capitalize;
  color: #30363C;
  text-align: center;
}
.interview-footer__category + .interview-footer__category::before {
  display: inline-block;
  content: "/";
  margin: 0 5px;
  font-weight: bold;
}
.interview-footer__imgwrap {
  position: relative;
  max-width: 429px;
  width: 100%;
  height: 0;
  padding-bottom: 68.5%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 450px) {
  .interview-footer__imgwrap {
    padding-bottom: 294px;
  }
}
.interview-footer__imgwrap::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: url(../images/next-people.png) 0 0/contain no-repeat;
  z-index: 2;
}
.interview-footer__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 15%;
     object-position: center 15%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 1;
}
.interview-footer__name {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .interview-footer__name {
    position: absolute;
    top: 120px;
    left: 15%;
  }
}
.interview-footer__name::before {
  content: "";
  display: block;
  width: 230px;
  height: 54px;
  border: 3px solid #fff;
  position: absolute;
  top: 36%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .interview-footer__name::before {
    width: 371px;
    height: 94px;
  }
}
.interview-footer__nametxt {
  display: block;
  text-align: center;
  position: relative;
  font-family: adobe-handwriting-ernie, sans-serif;
  letter-spacing: 0;
  font-size: 6.2rem;
  color: #30363C;
  line-height: 1;
  font-weight: normal;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .interview-footer__nametxt {
    font-size: 13rem;
  }
}
.interview-footer__arrow {
  display: block;
  margin: 0 auto;
  width: 230px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: gill-sans-nova, sans-serif;
  color: #30363C;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .interview-footer__arrow {
    width: 284px;
    position: absolute;
    top: 115px;
    left: 72%;
  }
}
.interview-footer__arrow::after {
  content: "\e907";
  font-family: "icomoon";
  font-weight: normal;
  margin-left: 5rem;
  font-size: 6rem;
  display: inline-block;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .interview-footer__arrow::after {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .interview-footer__arrow::after {
    font-size: 13rem;
  }
}
.interview-footer__link {
  display: block;
}

.recruit-card-wrap {
  display: block;
}
.recruit-card-wrap__item + .recruit-card-wrap__item {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .recruit-card-wrap__item + .recruit-card-wrap__item {
    margin-top: 1.3rem;
  }
}

.recruit-card {
  position: relative;
  background: #30363C;
  padding: 2.5rem 2.8rem;
  border: 1px solid #30363C;
}
@media screen and (min-width: 1024px) {
  .recruit-card {
    padding: 4.8rem 2.8rem;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .recruit-card:hover {
    background: rgba(0, 0, 0, 0);
  }
  .recruit-card:hover .recruit-card__jobs {
    color: #30363C;
  }
  .recruit-card:hover::after {
    color: #30363C;
  }
}
.recruit-card::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  content: "\e907";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 2.7rem;
  display: inline-block;
  -webkit-transform: translateY(-50%) rotate(5deg);
          transform: translateY(-50%) rotate(5deg);
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .recruit-card::after {
    font-size: 5rem;
    right: 3rem;
  }
}
.recruit-card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit-card__jobs {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  display: block;
  color: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .recruit-card__jobs {
    display: inline-block;
    margin-right: 2rem;
  }
}
.recruit-card__employment {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  color: #999d9f;
}
@media screen and (min-width: 768px) {
  .recruit-card__employment {
    display: inline-block;
  }
}

.joblist-archive {
  margin-top: 11.8rem;
}
.joblist-archive .container {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .recruit-dl {
    border-top: 1px solid #d8d8d8;
  }
}
.recruit-dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #999d9f;
  padding-top: 2rem;
}
.recruit-dl dd {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #30363C;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 768px) {
  .recruit-dl dd {
    padding: 2rem 2rem 2rem 20rem;
    margin-top: -4.4rem;
  }
}

.post-section {
  margin-top: 4rem;
}

.widebtn {
  margin-top: 3.2rem;
}
.widebtn__link {
  display: block;
  text-align: center;
  color: #fff;
  background: #30363C;
  border-radius: 100px;
  padding: 3.5rem 0;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  border: 1px solid #30363C;
}
@media screen and (min-width: 1024px) {
  .widebtn__link {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .widebtn__link:hover {
    background: rgba(0, 0, 0, 0);
    color: #30363C;
  }
  .widebtn__link:hover::after {
    color: #30363C;
  }
}
.widebtn--value {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .widebtn--value {
    margin-top: 15rem;
  }
}
.widebtn--value .widebtn__link {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0;
  font-family: adobe-handwriting-ernie, sans-serif;
  padding: 1.5rem 0;
  vertical-align: middle;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .widebtn--value .widebtn__link {
    max-width: 553px;
    padding: 3.5rem 0 3.5rem 10rem;
    font-size: 3.4rem;
  }
}
.widebtn--value .widebtn__link::after {
  content: "\e907";
  font-family: "icomoon";
  font-weight: normal;
  margin-left: 1.5rem;
  font-size: 3rem;
  display: inline-block;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  line-height: 1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .widebtn--value .widebtn__link::after {
    font-size: 6rem;
    margin-left: 4rem;
  }
}

.whatsawing-title {
  display: block;
  position: relative;
  text-align: left;
  font-family: adobe-handwriting-ernie, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 78px;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .whatsawing-title {
    font-size: 39px;
    margin-bottom: 4.5rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 374px) {
  .whatsawing-title {
    font-size: 30px;
  }
}
.whatsawing-title::before {
  content: "";
  display: block;
  width: 227px;
  height: 151px;
  background: url(../images/handbg.png) 0 0/contain no-repeat;
  position: absolute;
  top: -68px;
  left: 6rem;
  -webkit-transform: rotate(-5deg) translateX(-50%);
          transform: rotate(-5deg) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .whatsawing-title::before {
    width: 334px;
    height: 222px;
    top: -110px;
    left: 6rem;
  }
}

.whatsawing-copy {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .whatsawing-copy {
    font-size: 1.5rem;
  }
}
.whatsawing-copy strong {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .whatsawing-copy strong {
    font-size: 1.8rem;
  }
}

.whatawing {
  position: relative;
}
@media screen and (min-width: 768px) {
  .whatawing {
    padding: 0 0 15rem;
  }
}
.whatawing__imgwrap {
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
  z-index: 2;
}
.whatawing__img {
  width: 100%;
  min-width: 465px;
  max-width: 1136px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .whatawing__img {
    width: 100%;
  }
}

.whatawing-list {
  list-style: none;
  counter-reset: number 0;
}
.whatawing-list__item {
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 1023px) {
  .whatawing-list__item + .whatawing-list__item {
    margin-top: 4.8rem;
  }
}
.whatawing-list__item::before {
  counter-increment: number 1;
  content: counter(number) "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 43px;
  height: 43px;
  line-height: 41px;
  border-radius: 50%;
  border: 1px solid #30363C;
  text-align: center;
  font-weight: 500;
  font-weight: gill-sans-nova, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #30363C;
  background: #fff;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .whatawing-list__item::before {
    top: 30px;
  }
}
.whatawing-list__item--de .whatawing-list__title::before {
  background: #efed42;
}
@media screen and (min-width: 768px) {
  .whatawing-list__item--de {
    position: absolute !important;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .whatawing-list__item--de {
    bottom: auto;
    top: 60%;
  }
}
.whatawing-list__item--te .whatawing-list__title::before {
  background: #50c7ff;
}
@media screen and (min-width: 768px) {
  .whatawing-list__item--te {
    position: absolute !important;
    top: -13rem;
    right: 0;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .whatawing-list__item--te {
    top: -10rem;
  }
}
.whatawing-list__item--ma .whatawing-list__title::before {
  background: #fc7296;
}
@media screen and (min-width: 768px) {
  .whatawing-list__item--ma {
    position: absolute !important;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .whatawing-list__item--ma {
    bottom: auto;
    top: 63%;
    right: 5%;
  }
}
.whatawing-list__title {
  position: relative;
  display: inline-block;
  font-family: gill-sans-nova, sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #30363C;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .whatawing-list__title {
    font-size: 4.4rem;
  }
}
.whatawing-list__title span {
  position: relative;
  z-index: 2;
}
.whatawing-list__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -10px;
  height: 18px;
  width: calc(100% + 20px);
  z-index: -1;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .whatawing-list__title::before {
    height: 28px;
    bottom: 3px;
    left: 0;
  }
}
.whatawing-list__tagwrap {
  position: relative;
  display: block;
  margin-top: 1rem;
  max-width: 280px;
  z-index: 2;
}
.whatawing-list__tag {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .whatawing-list__tag {
    font-size: 1.4rem;
  }
}
.whatawing-list__tag::before {
  content: "#";
}
.whatawing-list__btnwrap {
  position: relative;
  display: block;
  margin-top: 2rem;
  width: 164px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .whatawing-list__btnwrap {
    width: 365px;
  }
}
.whatawing-list__btn {
  display: block;
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #30363C;
  text-align: center;
  border: 1px solid #30363C;
  border-radius: 50px;
  height: 40px;
  line-height: 38px;
}
@media screen and (min-width: 1024px) {
  .whatawing-list__btn {
    display: inline-block;
    font-size: 1.5rem;
    height: 45px;
    line-height: 43px;
    width: 172px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .whatawing-list__btn:hover {
    background: #30363C;
    color: #fff;
  }
}
.whatawing-list__btn + .whatawing-list__btn {
  margin-top: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .whatawing-list__btn + .whatawing-list__btn {
    margin: 0 0 0 1.5rem;
  }
}

.what-jobs__title {
  display: block;
}
.what-jobs__blockwrap {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .what-jobs__blockwrap {
    margin-top: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .what-jobs__block {
    width: 50%;
  }
  .what-jobs__block--wide {
    width: 100%;
  }
}

.block-item {
  position: relative;
  text-align: center;
  padding: 3.8rem 0;
}
@media screen and (min-width: 768px) {
  .block-item {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}
.block-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url(../images/line.png) 0 0/133px 4px repeat-x;
}
.block-item--nonborder {
  padding-bottom: 0;
}
.block-item--nonborder::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .block-item--01 {
    width: 53%;
    padding-right: 2rem;
  }
  .block-item--01::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: url(../images/line02.png) 0 0/4px 133px repeat-y;
  }
}
@media screen and (min-width: 768px) {
  .block-item--02 {
    width: 47%;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .block-item--03 {
    width: 47%;
    padding-right: 2rem;
  }
  .block-item--03::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: url(../images/line02.png) 0 0/4px 133px repeat-y;
  }
}
@media screen and (min-width: 768px) {
  .block-item--04 {
    width: 53%;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .block-item--tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block-item__title {
  position: relative;
  display: inline-block;
  border: 3px solid #fff;
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 3rem;
  padding: 0 1rem;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .block-item__title {
    font-size: 2.3rem;
    margin-bottom: 6rem;
  }
}
.block-item__img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 295px;
  z-index: 2;
}
.block-item__img + .block-item__img {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .block-item__img--01 {
    max-width: 469px;
  }
}
@media screen and (min-width: 768px) {
  .block-item__img--02 {
    max-width: 570px;
  }
}
@media screen and (min-width: 768px) {
  .block-item__img--03 {
    max-width: 359px;
  }
}
@media screen and (min-width: 768px) {
  .block-item__img--04 {
    max-width: 497px;
  }
}
@media screen and (min-width: 768px) {
  .block-item__img--05 {
    max-width: 1027px;
  }
}
@media screen and (min-width: 768px) {
  .block-item__img--06 {
    max-width: 513px;
  }
}
@media screen and (min-width: 768px) {
  .block-item__img--07 {
    max-width: 513px;
  }
}
.block-item__inner {
  position: relative;
  padding: 3.8rem 0;
}
.block-item__inner + .block-item__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url(../images/line.png) 0 0/133px 4px repeat-x;
}
@media screen and (min-width: 768px) {
  .block-item__inner + .block-item__inner {
    padding-left: 1.5rem;
  }
  .block-item__inner + .block-item__inner::before {
    width: 4px;
    height: 100%;
    background: url(../images/line02.png) 0 0/4px 133px repeat-y;
  }
}

.jobs-link {
  list-style: none;
  border-top: 1px solid #d8d8d8;
  margin-top: 5rem;
}
.jobs-link__item {
  position: relative;
  padding: 3rem 0;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 1024px) {
  .jobs-link__item {
    padding: 3rem 5rem;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .jobs-link__item:hover {
    background: #30363C;
  }
  .jobs-link__item:hover .jobs-link__title {
    color: #fff;
  }
  .jobs-link__item:hover .jobs-link__txt {
    color: #fff;
  }
  .jobs-link__item:hover .jobs-link__link::before {
    color: #fff;
  }
}
.jobs-link__title {
  display: block;
  font-size: 2.9rem;
  font-weight: bold;
  font-family: gill-sans-nova, sans-serif;
  color: #30363C;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .jobs-link__title {
    font-size: 5.5rem;
    line-height: 1.5;
  }
}
.jobs-link__txt {
  display: block;
  font-size: 1.3rem;
  font-weight: book;
  font-family: gill-sans-nova, sans-serif;
  color: #999d9f;
  letter-spacing: 0.25em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.jobs-link__link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.jobs-link__link::before {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e905";
  font-family: "icomoon";
  font-weight: normal;
  color: #30363C;
  font-size: 1.9rem;
  width: 66px;
  height: 66px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #D8D8D8;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .jobs-link__link::before {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 1.3rem;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .jobs-link__link::before {
    right: 5rem;
  }
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  height: 515px;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 970px;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    height: calc(100vh - 60px);
  }
}
.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero--sub {
  padding-top: 10rem;
  height: auto;
  overflow: inherit;
}
@media screen and (max-width: 1023px) {
  .hero--sub {
    padding-top: 15rem;
  }
}
.hero--sub .container {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .hero--sub {
    padding-top: 22rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero--wa {
    padding-top: 7rem;
  }
  .hero--wa .container--sub {
    padding-left: 18.3rem;
  }
}
.hero__airport {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .hero__airport {
    top: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__airport {
    top: 53%;
  }
}
.hero__airport::before {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  border-radius: 50%;
  background: #fff;
  z-index: 4;
  width: 185px;
  height: 185px;
}
@media screen and (min-width: 768px) {
  .hero__airport::before {
    top: 40%;
    width: 350px;
    height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__airport::before {
    top: 44%;
    width: 395px;
    height: 395px;
  }
}
.hero__airport::after {
  position: absolute;
  top: 45%;
  left: 50%;
  content: "";
  display: block;
  border-radius: 50%;
  background: repeating-linear-gradient(to right, #30363C, #30363C 1px, white 1px, white 2px);
  z-index: 3;
  -webkit-transform: translate(calc(-50% + 12px), calc(-50% + 9px));
          transform: translate(calc(-50% + 12px), calc(-50% + 9px));
  width: 185px;
  height: 185px;
}
@media screen and (min-width: 768px) {
  .hero__airport::after {
    top: 40%;
    width: 350px;
    height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__airport::after {
    top: 44%;
    width: 395px;
    height: 395px;
    -webkit-transform: translate(calc(-50% + 25px), calc(-50% + 15px));
            transform: translate(calc(-50% + 25px), calc(-50% + 15px));
  }
}
.hero__airportimg {
  position: relative;
  max-width: 1081px;
  width: 467px;
  height: auto;
  display: block;
  z-index: 5;
  margin: -4rem auto 0;
}
@media screen and (min-width: 768px) {
  .hero__airportimg {
    width: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__airportimg {
    width: 1046px;
  }
}
.hero__title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
}
.hero__titleimg {
  height: auto;
  width: 310px;
}
@media screen and (min-width: 768px) {
  .hero__titleimg {
    width: 491px;
  }
}
.hero__letsenjoylove {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  font-family: adobe-handwriting-ernie, sans-serif;
  font-size: 4.7rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #C3FC1D;
  -webkit-transform: translate(calc(-50% + 396px), calc(-50% - 231px));
          transform: translate(calc(-50% + 396px), calc(-50% - 231px));
}
@media screen and (max-width: 1023px) {
  .hero__letsenjoylove {
    display: none;
  }
}
.hero__dots {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 50%;
  height: auto;
  width: 296px;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .hero__dots {
    top: 38%;
    width: 550px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__dots {
    top: 51%;
    width: 643px;
  }
}
.hero__3color {
  position: absolute;
  z-index: 7;
  bottom: -58px;
  right: -63px;
  height: auto;
  width: 236px;
  display: block;
}
@media screen and (min-width: 768px) {
  .hero__3color {
    width: 354px;
    bottom: -78px;
    right: -83px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__3color {
    bottom: -54px;
    right: auto;
    left: -137px;
  }
}
.hero__cloudleft {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -15px;
  height: auto;
  width: 173px;
  display: block;
}
@media screen and (min-width: 768px) {
  .hero__cloudleft {
    width: 352px;
    left: -300px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__cloudleft {
    left: -45px;
  }
}
.hero__cloudright {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -15px;
  height: auto;
  width: 173px;
  display: block;
}
@media screen and (min-width: 768px) {
  .hero__cloudright {
    width: 621px;
    right: -300px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__cloudright {
    right: -45px;
  }
}
.hero__illust {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: auto;
  width: 100%;
  display: block;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .hero__illust {
    width: 180px;
  }
}
.hero__illust--01 {
  -webkit-transform: translate(calc(-50% - 105px), calc(-50% - 127px));
          transform: translate(calc(-50% - 105px), calc(-50% - 127px));
}
@media screen and (min-width: 768px) {
  .hero__illust--01 {
    -webkit-transform: translate(calc(-50% - 254px), calc(-50% - 302px));
            transform: translate(calc(-50% - 254px), calc(-50% - 302px));
  }
}
@media screen and (min-width: 1024px) {
  .hero__illust--01 {
    -webkit-transform: translate(calc(-50% - 280px), calc(-50% - 230px));
            transform: translate(calc(-50% - 280px), calc(-50% - 230px));
  }
}
.hero__illust--02 {
  -webkit-transform: translate(calc(-50% - 138px), calc(-50% + 21px)) rotate(-22deg);
          transform: translate(calc(-50% - 138px), calc(-50% + 21px)) rotate(-22deg);
}
@media screen and (min-width: 768px) {
  .hero__illust--02 {
    -webkit-transform: translate(calc(-50% - 280px), calc(-50% + 31px)) rotate(-22deg);
            transform: translate(calc(-50% - 280px), calc(-50% + 31px)) rotate(-22deg);
  }
}
@media screen and (min-width: 1024px) {
  .hero__illust--02 {
    -webkit-transform: translate(calc(-50% - 464px), calc(-50% + 48px)) rotate(-22deg);
            transform: translate(calc(-50% - 464px), calc(-50% + 48px)) rotate(-22deg);
  }
}
.hero__illust--03 {
  -webkit-transform: translate(calc(-50% + 10px), calc(-50% - 168px));
          transform: translate(calc(-50% + 10px), calc(-50% - 168px));
}
@media screen and (min-width: 768px) {
  .hero__illust--03 {
    -webkit-transform: translate(calc(-50% + 2px), calc(-50% - 369px));
            transform: translate(calc(-50% + 2px), calc(-50% - 369px));
  }
}
@media screen and (min-width: 1024px) {
  .hero__illust--03 {
    -webkit-transform: translate(calc(-50% + 33px), calc(-50% - 175px));
            transform: translate(calc(-50% + 33px), calc(-50% - 175px));
  }
}
.hero__illust--04 {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero__illust--04 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .hero__illust--04 {
    display: block;
    -webkit-transform: translate(calc(-50% - 94px), calc(-50% + 235px));
            transform: translate(calc(-50% - 94px), calc(-50% + 235px));
  }
}
.hero__illust--05 {
  -webkit-transform: translate(calc(-50% + 115px), calc(-50% - 131px));
          transform: translate(calc(-50% + 115px), calc(-50% - 131px));
}
@media screen and (min-width: 768px) {
  .hero__illust--05 {
    -webkit-transform: translate(calc(-50% + 224px), calc(-50% - 289px));
            transform: translate(calc(-50% + 224px), calc(-50% - 289px));
  }
}
@media screen and (min-width: 1024px) {
  .hero__illust--05 {
    -webkit-transform: translate(calc(-50% + 329px), calc(-50% - 102px));
            transform: translate(calc(-50% + 329px), calc(-50% - 102px));
  }
}
.hero__illust--06 {
  -webkit-transform: translate(calc(-50% - 84px), calc(-50% + 86px));
          transform: translate(calc(-50% - 84px), calc(-50% + 86px));
}
@media screen and (min-width: 768px) {
  .hero__illust--06 {
    -webkit-transform: translate(calc(-50% - 143px), calc(-50% + 164px));
            transform: translate(calc(-50% - 143px), calc(-50% + 164px));
  }
}
@media screen and (min-width: 1024px) {
  .hero__illust--06 {
    -webkit-transform: translate(calc(-50% + 125px), calc(-50% + 299px));
            transform: translate(calc(-50% + 125px), calc(-50% + 299px));
  }
}
.hero__illust--07 {
  -webkit-transform: translate(calc(-50% + 130px), calc(-50% + 34px));
          transform: translate(calc(-50% + 130px), calc(-50% + 34px));
}
@media screen and (min-width: 768px) {
  .hero__illust--07 {
    -webkit-transform: translate(calc(-50% + 229px), calc(-50% + 90px));
            transform: translate(calc(-50% + 229px), calc(-50% + 90px));
  }
}
@media screen and (min-width: 1024px) {
  .hero__illust--07 {
    -webkit-transform: translate(calc(-50% + 417px), calc(-50% + 134px));
            transform: translate(calc(-50% + 417px), calc(-50% + 134px));
  }
}
.hero__illust--08 {
  -webkit-transform: translate(calc(-50% + 50px), calc(-50% + 108px));
          transform: translate(calc(-50% + 50px), calc(-50% + 108px));
}
@media screen and (min-width: 768px) {
  .hero__illust--08 {
    -webkit-transform: translate(calc(-50% + 73px), calc(-50% + 185px));
            transform: translate(calc(-50% + 73px), calc(-50% + 185px));
  }
}
@media screen and (min-width: 1024px) {
  .hero__illust--08 {
    -webkit-transform: translate(calc(-50% + 285px), calc(-50% + 251px));
            transform: translate(calc(-50% + 285px), calc(-50% + 251px));
  }
}

.hero-title {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .hero-title {
    padding-bottom: 11rem;
  }
}
.hero-title-en {
  display: inline-block;
  border: 2px solid #fff;
  font-family: adobe-handwriting-ernie, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 67px;
  height: 54px;
  font-size: 4.7rem;
  text-transform: capitalize;
}
@media screen and (max-width: 374px) {
  .hero-title-en {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .hero-title-en {
    font-size: 10rem;
    line-height: 129px;
    height: 94px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-title-en {
    font-size: 10rem;
  }
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.message {
  padding: 18px;
}
@media screen and (min-width: 768px) {
  .message {
    padding-left: 20px;
  }
}
.message__title {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .message__title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .message__title {
    font-size: 6rem;
    margin: 0 auto;
  }
}
.message__description {
  font-size: 1.2rem;
  margin: 2rem auto;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .message__description {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .message__description {
    font-size: 2.4rem;
  }
}

.dots-wrap {
  position: relative;
}

.dots01 {
  position: absolute;
  display: block;
  background: url(../images/repeat/dot01.png) 50% 50%/8px 8px repeat;
  z-index: 1;
  pointer-events: none;
}
.dots01--whatsaw-02 {
  width: 114px;
  height: 114px;
  top: 15.5%;
  left: -40px;
}
@media screen and (min-width: 768px) {
  .dots01--whatsaw-02 {
    top: 26%;
    left: 0;
  }
}
.dots01--whatsaw-03 {
  width: 88px;
  height: 88px;
  top: 27%;
  left: -27px;
}
@media screen and (min-width: 768px) {
  .dots01--whatsaw-03 {
    display: none;
  }
}
.dots01--whatsaw-06 {
  width: 114px;
  height: 114px;
  top: 20%;
  left: -40px;
}
@media screen and (min-width: 768px) {
  .dots01--whatsaw-06 {
    top: auto;
    bottom: 12%;
    left: -25px;
  }
}
.dots01--whatsaw-07 {
  width: 88px;
  height: 88px;
  bottom: 17%;
  left: -40px;
}
@media screen and (min-width: 768px) {
  .dots01--whatsaw-07 {
    display: none;
  }
}
.dots01--top-04 {
  width: 114px;
  height: 114px;
  top: 16px;
  left: -20px;
}
@media screen and (min-width: 768px) {
  .dots01--top-04 {
    top: 12%;
    left: -40px;
  }
}
.dots01--top-06 {
  width: 88px;
  height: 88px;
  bottom: -16px;
  left: -60px;
}
@media screen and (min-width: 768px) {
  .dots01--top-06 {
    bottom: -40px;
    left: -40px;
  }
}
.dots01--profile-01 {
  display: none;
  width: 114px;
  height: 114px;
  top: -4px;
  left: -20px;
}
@media screen and (min-width: 1024px) {
  .dots01--profile-01 {
    display: block;
  }
}
.dots01--joblist-03 {
  width: 114px;
  height: 114px;
  top: 22%;
  left: -20px;
}
.dots01--joblist-05 {
  width: 114px;
  height: 114px;
  top: 31%;
  left: -20px;
}
.dots01--news-03 {
  width: 114px;
  height: 114px;
  top: 75%;
  left: -20px;
}
.dots01--news-05 {
  width: 114px;
  height: 114px;
  top: 31%;
  left: -20px;
}
.dots01--aboutus-02 {
  width: 88px;
  height: 88px;
  top: 18%;
  left: 0;
}

.dots02 {
  position: absolute;
  display: block;
  background: url(../images/repeat/dot02.png) 50% 50%/17px 17px repeat;
  z-index: 1;
  pointer-events: none;
}
.dots02--whatsaw-04 {
  display: none;
}
@media screen and (min-width: 768px) {
  .dots02--whatsaw-04 {
    display: block;
    width: 120px;
    height: 120px;
    top: 8%;
    left: 0;
  }
}
.dots02--whatsaw-08 {
  display: none;
}
@media screen and (min-width: 768px) {
  .dots02--whatsaw-08 {
    display: block;
    width: 120px;
    height: 120px;
    top: 10%;
    left: -22px;
  }
}
.dots02--top-02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .dots02--top-02 {
    top: 65%;
    display: block;
    width: 130px;
    height: 130px;
    right: -88px;
  }
}

.dots03 {
  position: absolute;
  display: block;
  background: #30363C url(../images/repeat/dot03.png) 50% 50%/16px 16px repeat;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
}
.dots03--whatsaw-01 {
  width: 252px;
  height: 252px;
  top: 11%;
  right: -200px;
}
@media screen and (min-width: 768px) {
  .dots03--whatsaw-01 {
    display: none;
  }
}
.dots03--whatsaw-05 {
  width: 252px;
  height: 252px;
  top: 0;
  right: -200px;
}
@media screen and (min-width: 768px) {
  .dots03--whatsaw-05 {
    top: 63%;
    right: -126px;
  }
}
.dots03--top-05 {
  width: 252px;
  height: 252px;
  top: 300px;
  right: -194px;
}
@media screen and (min-width: 768px) {
  .dots03--top-05 {
    top: 500px;
    right: -100px;
  }
}
.dots03--top-07 {
  width: 252px;
  height: 252px;
  display: none;
}
@media screen and (min-width: 768px) {
  .dots03--top-07 {
    opacity: 1;
    display: block;
    background: rgba(0, 0, 0, 0) url(../images/repeat/dot03.png) 50% 50%/16px 16px repeat;
    top: -20px;
    left: -125px;
  }
}
.dots03--profile-02 {
  width: 252px;
  height: 252px;
  top: 0;
  right: -200px;
}
@media screen and (min-width: 768px) {
  .dots03--profile-02 {
    top: -9rem;
    right: -126px;
  }
}
.dots03--joblist-02 {
  width: 252px;
  height: 252px;
  top: 0;
  right: -200px;
}
@media screen and (min-width: 768px) {
  .dots03--joblist-02 {
    top: -9rem;
    right: -126px;
  }
}
.dots03--joblist-04 {
  width: 252px;
  height: 252px;
  top: 27%;
  right: -200px;
}
@media screen and (min-width: 768px) {
  .dots03--joblist-04 {
    right: -126px;
  }
}
.dots03--news-02 {
  width: 252px;
  height: 252px;
  top: 50%;
  right: -200px;
}
@media screen and (min-width: 768px) {
  .dots03--news-02 {
    right: -126px;
  }
}
.dots03--news-04 {
  width: 252px;
  height: 252px;
  top: 27%;
  right: -200px;
}
@media screen and (min-width: 768px) {
  .dots03--news-04 {
    right: -126px;
  }
}

.dots04 {
  position: absolute;
  display: block;
  background: url(../images/repeat/dot04.png) 0 0/20px 20px repeat;
  z-index: 1;
  pointer-events: none;
}
.dots04--top-01 {
  width: 57px;
  height: 57px;
  top: 58%;
  right: -57px;
}
@media screen and (min-width: 768px) {
  .dots04--top-01 {
    width: 120px;
    height: 120px;
    right: -20px;
  }
}
.dots04--top-03 {
  display: none;
}
@media screen and (min-width: 768px) {
  .dots04--top-03 {
    top: 27%;
    left: -63px;
    display: block;
    width: 120px;
    height: 120px;
  }
}
.dots04--joblist-01 {
  display: none;
}
@media screen and (min-width: 768px) {
  .dots04--joblist-01 {
    top: 35%;
    left: -40px;
    display: block;
    width: 120px;
    height: 120px;
  }
}
.dots04--news-01 {
  display: none;
}
@media screen and (min-width: 768px) {
  .dots04--news-01 {
    top: 35%;
    left: -40px;
    display: block;
    width: 120px;
    height: 120px;
  }
}
.dots04--aboutus-01 {
  display: none;
}
@media screen and (min-width: 768px) {
  .dots04--aboutus-01 {
    top: 15rem;
    left: 0;
    display: block;
    width: 120px;
    height: 120px;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1024px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: #30363C;
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 1024px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*  パンくず  */
.breadcrumb {
  background: #999;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.breadcrumb-list__item:not(:first-child):before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  margin: 0 1rem 0.2rem;
  border-right: 1px solid #fff;
}
.breadcrumb-list__link {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #fff;
}
.breadcrumb-list__link:hover {
  color: #666;
  opacity: 1;
}
/*  ページ送り  */
.pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
.pager-list__item {
  margin-left: 1rem;
  list-style: none;
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 40px;
  font-weight: bold;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-family: gill-sans-nova, sans-serif;
}
.pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pager-list__link--number {
  color: #30363C;
  text-align: center;
  font-size: 1.5rem;
  border: solid 1px #30363C;
  border-radius: 20px;
}
.pager-list__link--prev {
  background-color: #DEDEDE;
  border-radius: 20px;
}
.pager-list__link--prev:before {
  content: "\e905";
  font-family: "icomoon";
  font-weight: normal;
}
.pager-list__link--next {
  background-color: #DEDEDE;
  border-radius: 20px;
}
.pager-list__link--next::after {
  content: "\e906";
  font-family: "icomoon";
  font-weight: normal;
}
.pager-list__link:hover {
  opacity: 0.6;
}
.pager-list__link--active {
  color: #fff;
  background-color: #30363C;
  border-radius: 20px;
  text-align: center;
  font-size: 1.7rem;
}

.single-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
.single-pager-list__item {
  list-style: none;
  position: relative;
  max-width: 760px;
  font-weight: bold;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.single-pager-list__link {
  display: inline-block;
  color: #30363C;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #30363C;
  border-radius: 25px;
  background: #fff;
  padding: 0.4rem 4.4rem;
}
.single-pager-list__link--number {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .single-pager-list__link--number {
    font-size: 2rem;
  }
}
.single-pager-list__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 3px solid #fff;
  margin: 0 10px 1px 0;
  border-right: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.single-pager-list__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  border-top: 3px solid #fff;
  margin: 0 10px 1px 0;
  border-right: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.single-pager-list__link:hover {
  opacity: 0.6;
}

.single-items .single-pager-list__item {
  width: 100%;
}
.single-items .single-pager-list__link {
  width: 100%;
  padding: 1.1rem 4.4rem;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  color: #666;
  background: #fff;
  border: 1px solid #666;
  text-align: center;
  line-height: 1;
  opacity: 0;
  z-index: 500;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 40px;
    height: 40px;
    bottom: 30px;
  }
}
.page-top--fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
.goto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .goto {
    border: 1px solid #999;
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .goto {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 60px;
  }
}
.goto__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .goto__item:not(:first-child) {
    border-top: 1px solid #999;
  }
}
@media screen and (min-width: 768px) {
  .goto__item {
    width: 33.3333333333%;
    padding: 8px;
  }
}
.goto__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.8rem;
  color: #999;
  text-align: center;
  line-height: 28px;
  background: #ddd;
  padding: 10px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media screen and (min-width: 768px) {
  .goto__link {
    border: 1px solid #999;
    border-radius: 12px;
  }
}
.goto__link:hover {
  color: #fff;
  background: #999;
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
}
.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: solid 1px #D8D8D8;
  padding: 0 0 1rem 0;
  margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-list__item {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .news-list__item:hover {
    opacity: 0.5;
  }
}
.news-list__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-list__time, .news-list__post-title {
  padding: 0.7rem 0;
}
@media screen and (min-width: 768px) {
  .news-list__time, .news-list__post-title {
    padding: 1rem 1.2rem 1rem 0;
  }
}
.news-list__time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #999D9F;
  letter-spacing: 0.08em;
  padding: 0.7rem 0;
}
@media screen and (min-width: 768px) {
  .news-list__time {
    font-size: 1.5rem;
    padding: 1rem 2.4rem 1rem 0;
  }
}
.news-list__post-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 500;
  color: #30363C;
  padding: 0.7rem 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .news-list__post-title {
    font-size: 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 1rem 0;
  }
}

.news-head {
  padding-bottom: 2rem;
}
.news-head .h2 {
  margin-top: 1rem !important;
}
.news-head__time {
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #999D9F;
  letter-spacing: 0.08em;
  padding: 0.7rem 0;
}
@media screen and (min-width: 768px) {
  .news-head__time {
    font-size: 1.5rem;
    padding: 1rem 2.4rem 1rem 0;
  }
}
.news-head .h2 {
  font-size: 2.1rem;
  padding: 0;
  margin: 2.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .news-head .h2 {
    font-size: 2.6rem;
    margin: 3.6rem 0 0;
  }
}

.news-body {
  padding: 3.5rem 0;
  margin-bottom: 3.5rem;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (min-width: 768px) {
  .news-body {
    padding: 5rem 0;
    margin-bottom: 6rem;
  }
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1024px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みSTEP */
.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-step__descriptopn {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .form-step__descriptopn {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: 2.6rem !important;
  }
}
.form-step__item {
  position: relative;
  line-height: 1.2;
  background: url(../images/step-back.png) center no-repeat;
  border: solid 1px #999D9F;
  list-style: none;
  font-weight: 500;
  text-align: center;
  padding: 1rem 1.4rem;
  margin: -1px;
}
@media screen and (min-width: 768px) {
  .form-step__item {
    line-height: 40px;
    font-size: 1.6rem;
    padding: 1.5rem 3.5rem;
    margin: 0;
  }
}
.form-step__item:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: -38px;
  background: #9A9D9F;
  border-top: solid 1px #9A9D9F;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .form-step__item:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .form-step__item:before {
    width: 25px;
  }
}
.form-step__item:nth-child(1):before {
  border-color: transparent transparent transparent #eee;
}
.form-step__item:nth-child(2):before {
  border-color: transparent transparent transparent #ddd;
}
@media screen and (min-width: 768px) {
  .form-step__item:nth-child(2) {
    margin-left: 2.5rem;
  }
}
.form-step__item:nth-child(3):before {
  display: none;
}
@media screen and (min-width: 768px) {
  .form-step__item:nth-child(3) {
    margin-left: 2.5rem;
  }
}
.form-step__item--active {
  background: #D8D8D8;
}
.form-step__num {
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.4rem;
  margin-right: 0.7rem;
}
@media screen and (min-width: 768px) {
  .form-step__num {
    font-size: 2.1rem;
    margin-right: 1.2rem;
  }
}
.form-step__text {
  font-size: 1.1rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .form-step__text {
    font-size: 1.9rem;
  }
}

.form-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 4rem 0 2rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .form-title {
    font-size: 2.6rem;
    margin: 8rem 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .form-title {
    font-size: 2.5rem;
  }
}

/* 申し込みフォーム */
.form {
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #30363C;
  padding: 3.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .form {
    padding: 2.5rem 0 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .form {
    padding: 0 0 0 9rem;
  }
}
@media screen and (max-width: 767px) {
  .form__row {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form__text {
  display: inline-block;
  font-size: 1.6rem;
  color: #30363C;
  letter-spacing: 0.03em;
}
.form__required, .form__any {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  vertical-align: text-top;
  padding: 0 0.5rem;
  margin: 0 0 1rem 1rem;
}
@media screen and (min-width: 1024px) {
  .form__required, .form__any {
    font-size: 1.3rem;
    padding: 0.4rem 0.9rem;
  }
}
.form__required {
  color: #fff;
  background: #30363C;
}
.form__any {
  color: #30363C;
  border: solid 1px #30363C;
}
.form__item {
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .form__item {
    margin: 0;
  }
}
.form__item:first-child {
  margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .form__item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 25%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 1.4rem;
    margin: 3rem 2rem 3rem 0;
  }
}
.form__item:last-child {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .form__item:last-child {
    width: 75%;
    margin: 3rem 0;
  }
}
.form__item .comments {
  display: block;
  font-size: 1.2rem;
  color: #999D9F;
  margin-top: 0.7rem;
}
@media screen and (min-width: 768px) {
  .form__item .comments {
    font-size: 1.3rem;
    margin-top: 1.3rem;
  }
}
.form__item--icon {
  position: relative;
}
.form__item--icon::before {
  position: absolute;
  content: "\e906";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.2rem;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}
.form__text, .form__number, .form__email, .form__zip {
  width: 100%;
  height: 45px;
  background: #fff;
  padding: 16.5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form__text, .form__number, .form__email, .form__zip {
    height: 60px;
  }
}
.form__zip {
  display: inline-block;
  width: 220px;
  margin-bottom: 1rem;
}
.form__textarea {
  width: 100%;
  height: 135px;
  background: #fff;
  padding: 16.5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form__textarea {
    height: 180px;
  }
}
.form__select {
  position: relative;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #30363C;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 150px;
  height: 45px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .form__select {
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .form__select {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .form__select--birthday {
    width: 50%;
  }
  .form__select--birthday:first-child {
    width: 100%;
  }
}
.form__select--box {
  width: 200px;
}
.form .birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .form .birthday {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.form .birthday__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .form .birthday__item {
    width: 48%;
  }
  .form .birthday__item:first-child {
    width: 100%;
  }
  .form .birthday__item:last-child {
    margin-left: 1rem;
  }
}
.form .birthday__item--month {
  margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .form .birthday__item--month {
    margin: 0 2rem;
  }
}
.form .birthday__item--date {
  margin: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .form .birthday__item--date {
    margin: 0;
  }
}
.form .birthday__item::before {
  position: absolute;
  content: "\e906";
  font-size: 1.2rem;
  font-family: "icomoon";
  font-weight: normal;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}
.form__radio, .form__check {
  display: none;
}
.form__radio:checked + .mwform-radio-field-text, .form__check:checked + .mwform-radio-field-text {
  color: #fff;
  background: #30363C;
}
.form__radio:checked + .mwform-radio-field-text:before, .form__check:checked + .mwform-radio-field-text:before {
  opacity: 1;
}
.form__radio:checked + .mwform-checkbox-field-text, .form__check:checked + .mwform-checkbox-field-text {
  color: #fff;
  background: #30363C !important;
}
.form__radio:checked + .mwform-checkbox-field-text:after, .form__check:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 30px;
  width: 10px;
  height: 15px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #30363C;
  border-right: 2px solid #30363C;
}
@media screen and (min-width: 768px) {
  .form__radio:checked + .mwform-checkbox-field-text:after, .form__check:checked + .mwform-checkbox-field-text:after {
    top: 21px;
    left: 39px;
  }
}
.form .mwform-radio-field {
  display: inline-block;
}
.form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  font-weight: 500;
  color: #30363C;
  background: #D8D8D8;
  padding: 0.8rem 3rem 0.8rem 5rem;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .form .mwform-radio-field-text {
    padding: 1.6rem 4rem 1.6rem 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .form .mwform-radio-field-text:hover {
    opacity: 0.7;
  }
}
.form .mwform-radio-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 13px;
  left: 30px;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  content: "";
  background: #fff;
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .form .mwform-radio-field-text:after {
    top: 18px;
    left: 40px;
    width: 25px;
    height: 25px;
  }
}
.form .mwform-radio-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  left: 25px;
  width: 11px;
  height: 11px;
  background: #30363C;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .form .mwform-radio-field-text:before {
    top: 23px;
    left: 33px;
    width: 15px;
    height: 15px;
  }
}
.form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-checkbox-field-text:before {
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 27px;
  height: 27px;
  background: #fff;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}
.form .horizontal-item + .horizontal-item {
  margin-left: 20px;
}
.form__media {
  padding: 1rem 0 0 0;
}
.form__media label {
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .form__media label {
    padding: 0.8rem 2.4rem 0.8rem 0.8rem;
  }
}
.form .media-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .media-wrap__choice {
  opacity: 1;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #4b4d4e;
  margin: 0 0 0 1.8rem;
}
@media screen and (min-width: 768px) {
  .form .media-wrap__choice {
    font-size: 1.3rem;
    margin: 0 0 0 3rem !important;
  }
}
.form .pryvacy {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .form .pryvacy {
    margin-top: 8.3rem;
  }
}
.form .pryvacy__discription {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .form .pryvacy__discription {
    font-size: 1.5rem;
    text-align: center;
  }
}
.form .pryvacy__link {
  position: relative;
  color: #30363C;
  border-bottom: solid 1px #30363C;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  margin-top: 2.7rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .form .pryvacy__link {
    font-size: 1.5rem;
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .form .pryvacy__link:hover {
    opacity: 0.7;
  }
}
.form .pryvacy__link::before {
  position: absolute;
  content: "\e901";
  font-family: "icomoon";
  font-size: 1.2rem;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.form .pryvacy__consent {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .form .pryvacy__consent {
    text-align: center;
  }
}
.form .pryvacy__consent .preview-txt {
  display: block;
}
.form .pryvacy .mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  background: #D8D8D8;
  padding: 1rem 2.8rem 1rem 5.8rem;
  margin-top: 3rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .form .pryvacy .mwform-checkbox-field-text {
    padding: 1.8rem 4.2rem 1.7rem 7.2rem;
    margin-top: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .form .pryvacy .mwform-checkbox-field-text:hover {
    opacity: 0.7;
  }
}
.form .pryvacy .mwform-checkbox-field-text:before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 25px;
  width: 19px;
  height: 19px;
  background: #fff;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (min-width: 768px) {
  .form .pryvacy .mwform-checkbox-field-text:before {
    left: 30px;
    width: 27px;
    height: 27px;
  }
}
.form__image {
  width: 100%;
}
.form__checkbox--region:after {
  border-radius: 6px;
}
.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form__btn-wrap {
  display: block;
  text-align: center;
  margin: 6rem auto 0;
}
.form__button, .form__submit {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  background: #30363C;
  border: 1px solid #30363C;
  border-radius: 47px;
  min-width: 216px;
  padding: 13px 40px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .form__button, .form__submit {
    width: 100%;
    max-width: 100%;
    padding: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .form__button, .form__submit {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .form__button:hover, .form__submit:hover {
    background: rgba(0, 0, 0, 0);
    color: #30363C;
  }
}
.form__back {
  color: #30363C;
  border-bottom: solid 1px #30363C;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  margin-top: 4.6rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .form__back:hover {
    opacity: 0.7;
  }
}
.form ::-webkit-input-placeholder {
  color: #999;
}
.form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: #999;
}
.form a {
  cursor: pointer;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .page-id-20 .hero-title-en {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .page-id-22 .hero-title-en,
  .page-id-122 .hero-title-en {
    font-size: 5.5rem;
  }
}
.page-id-22 .comments,
.page-id-122 .comments {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-id-22 .birthday,
  .page-id-122 .birthday {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media screen and (max-width: 767px) {
  .page-id-22 .birthday__item,
  .page-id-122 .birthday__item {
    width: auto !important;
  }
  .page-id-22 .birthday__item--month, .page-id-22 .birthday__item--date,
  .page-id-122 .birthday__item--month,
  .page-id-122 .birthday__item--date {
    margin-top: 0 !important;
    margin-left: 1rem;
  }
}
.page-id-22 .birthday__item::before,
.page-id-122 .birthday__item::before {
  display: none;
}
.page-id-22 .form__required, .page-id-22 .form__any,
.page-id-122 .form__required,
.page-id-122 .form__any {
  display: none;
}
.page-id-22 .form__media,
.page-id-122 .form__media {
  padding: 0;
}
.page-id-22 .form__item--age::before,
.page-id-122 .form__item--age::before {
  display: none;
}
.page-id-22 .form__item:first-child,
.page-id-122 .form__item:first-child {
  padding: 0;
}
.page-id-22 .form__item--icon::before,
.page-id-122 .form__item--icon::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-id-24 .hero-title-en {
    font-size: 5.5rem;
  }
}

.form-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #707070;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form-block__item {
    padding: 3rem 3.8rem;
  }
}
.form-block__item + .form-block__item {
  margin-top: 5px;
}
.form-block__title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form-block__title {
    width: 160px;
  }
}
.form-block__desc {
  font-size: 1.5rem;
  font-weight: 500;
  color: #999d9f;
}
@media screen and (max-width: 767px) {
  .form-block__desc {
    padding-left: 2.3rem;
  }
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* デコレーション版 */
.deco-form__wrap {
  border: 3px solid #666;
  border-radius: 20px;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .deco-form__wrap {
    padding: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__wrap {
    padding: 8rem;
  }
}
.deco-form__row {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .deco-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(1) {
    width: 30.5%;
  }
}
.deco-form__row--file .deco-form__item:nth-child(2) {
  width: 100%;
  padding: 1.8rem 2rem;
  background: #eee;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #999;
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    width: 69.5%;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    padding: 2rem;
  }
}
.deco-form__required, .deco-form__any {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #666;
  padding: 7px 10px;
  vertical-align: middle;
  margin: 0 0 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .deco-form__required, .deco-form__any {
    margin: 0 1rem 0.5rem;
  }
}
.deco-form__any {
  color: #666;
  border: 1px solid #30363C;
  background: #fff;
}
.deco-form__item {
  width: 100%;
  color: #30363C;
  position: relative;
  margin: 3px 0;
}
.deco-form__item:first-child {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .deco-form__item:first-child {
    width: 44%;
  }
}
.deco-form__item--select {
  position: relative;
}
.deco-form__item--select:before, .deco-form__item--select:after {
  position: absolute;
  display: block;
  content: "";
}
.deco-form__item--select:before {
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #666;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:before {
    width: 50px;
  }
}
.deco-form__item--select:after {
  top: 20px;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:after {
    right: 9px;
  }
}
.deco-form__item--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .deco-form__item--radio {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.deco-form__item--radio span.mwform-radio-field.vertical-item {
  display: inline-block;
  width: calc(50% - 1rem);
}
@media screen and (min-width: 768px) {
  .deco-form__item--radio span.mwform-radio-field.vertical-item {
    max-width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__item--radio span.mwform-radio-field.vertical-item {
    width: calc(25% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  .deco-form__item--norequired {
    padding-left: 7rem;
    width: calc(44% - 3rem) !important;
  }
}
.deco-form__policy {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #30363C;
  padding: 15px 20px;
  margin: 2rem 0;
}
.deco-form__text, .deco-form__textarea, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #30363C;
  background: #fff;
  outline: 0;
}
.deco-form__text, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  height: 5rem;
}
.deco-form__small {
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #999;
}
@media screen and (min-width: 768px) {
  .deco-form__small {
    width: 68%;
    white-space: nowrap;
  }
}
.deco-form__small::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #eee;
  vertical-align: super;
  margin: 1.8rem 0.7rem 0 0;
}
.deco-form__select {
  cursor: pointer;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  text-overflow: "";
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
.deco-form__add {
  margin-left: 1rem;
}
.deco-form__check {
  display: none;
}
.deco-form__check:checked + .mwform-radio-field-text:before {
  border-width: 13px;
}
.deco-form__check:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.deco-form__check:checked + .mwform-checkbox-field-text:before {
  background: #666;
}
.deco-form__radio {
  display: none;
}
.deco-form__radio:checked + .mwform-radio-field-text {
  font-weight: bold;
  color: #fff;
  background: #666;
}
.deco-form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 10px 20px 10px 50px;
  vertical-align: middle;
  cursor: pointer;
}
.deco-form .mwform-radio-field-text:before {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #666;
  background: #fff;
}
.deco-form .mwform-radio-field label,
.deco-form .mwform-checkbox-field label {
  cursor: pointer;
}
.deco-form__image {
  width: 100%;
}
.deco-form__checkbox--region:after {
  border-radius: 5px;
}
.deco-form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.deco-form__button, .deco-form__back, .deco-form__submit {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #666;
  padding: 18px 30px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .deco-form__button, .deco-form__back, .deco-form__submit {
    max-width: 430px;
  }
}
.deco-form__button:hover, .deco-form__back:hover, .deco-form__submit:hover {
  opacity: 0.7;
}
.deco-form .mw-wp-form_image img {
  max-width: 100%;
  height: auto;
}
.deco-form span.mwform-checkbox-field.vertical-item {
  display: inline-block;
}
.deco-form .vertical-item {
  margin-top: 0 !important;
  margin-bottom: 5px;
}
.deco-form__info-area {
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .deco-form__info-area {
    padding: 25px 0;
  }
}
.deco-form__info-item {
  background: #eee;
  margin-bottom: 1px;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .deco-form__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.deco-form__info-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .deco-form__info-title {
    width: 175px;
  }
}
.deco-form__info-txtbox {
  display: block;
  width: calc(100% - 175px);
  pointer-events: none;
}

.deco-form-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.deco-form-birth__item {
  position: relative;
  display: block;
  width: 100%;
}
.deco-form-birth__item:before, .deco-form-birth__item:after {
  position: absolute;
  display: block;
  content: "";
}
.deco-form-birth__item:before {
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #666;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .deco-form-birth__item:before {
    width: 50px;
  }
}
.deco-form-birth__item:after {
  top: 20px;
  right: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .deco-form-birth__item:after {
    right: 9px;
  }
}
.deco-form-birth--year, .deco-form-birth--month {
  margin-right: 1rem;
}
.deco-form-text-link {
  color: #30363C;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.deco-form-text-link:hover {
  opacity: 0.8;
}

.preview-txt {
  display: none;
}

.mw_wp_form_preview .preview-txt {
  display: inline-block;
}
.mw_wp_form_preview .pryvacy-consent {
  display: none;
}
.mw_wp_form_preview .deco-form__required,
.mw_wp_form_preview .deco-form__any,
.mw_wp_form_preview .deco-form__small,
.mw_wp_form_preview .deco-form__item--select:before,
.mw_wp_form_preview .deco-form__item--select:after,
.mw_wp_form_preview .deco-form-birth__item:before,
.mw_wp_form_preview .deco-form-birth__item:after {
  display: none;
}
.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) {
  background: none;
  padding: 0;
}
.mw_wp_form_preview .deco-form__row--file .deco-form__item:nth-child(2) a {
  color: #30363C;
  text-decoration: none;
  border-bottom: none;
  pointer-events: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  font-size: 62.5%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: ryo-gothic-plusn, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Arial, "メイリオ", Meiryo, sans-serif;
  color: #30363C;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
body::before {
  background: url(../images/repeat01.png) 50% 50%/40px 40px repeat;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: -2;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

img {
  pointer-events: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img.aligncenter {
    margin: 2em auto;
  }
}

.video-wrap {
  max-width: 1200px;
  padding: 30px 15px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .video-wrap {
    padding: 30px 240px;
  }
}

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

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}