@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;
  overflow: hidden;
  /* 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;
}


/* 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;
}

.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: 1200px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--std {
  margin: -10px;
}
.row--std .row__item {
  padding: 10px;
}
.row--wide {
  margin: -10px;
}
@media screen and (min-width: 768px) {
  .row--wide {
    margin: -20px;
  }
}
.row--wide .row__item {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .row--wide .row__item {
    padding: 20px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .row--sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .container--footer, .container--sub {
    max-width: 940px;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: relative;
  display: block;
  width: 100%;
  background: #43964E;
  z-index: 100;
}
.header__body {
  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;
  width: 100%;
  background: #43964E;
  padding: 15px 0;
}
@media screen and (min-width: 1200px) {
  .header__body {
    padding: 0;
  }
}
.header__body:before, .header__body:after {
  content: "";
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .header__body:before, .header__body:after {
    opacity: 1;
    visibility: visible;
  }
}
.header__body:before {
  background-image: url(../images/wabe-back/wave-header-pc.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: -32px;
  left: 0;
  width: 100%;
  height: 270px;
  z-index: 150;
}
@media screen and (max-width: 1199px) {
  .header__body:before {
    top: 30px;
    height: 140px;
    background-image: url(../images/wabe-back/wave-header-sp.png);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .header__body:before {
    top: 15px;
    height: 125px;
  }
}
.header__body:after {
  background-image: url(../images/flower-right.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 10px;
  right: 0;
  width: 130px;
  height: 130px;
  z-index: 300;
}
@media screen and (min-width: 768px) {
  .header__body:after {
    top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .header__body:after {
    top: 70px;
    right: 20px;
    width: 250px;
    height: 200px;
  }
}
.header__body--fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .header__body--close .header__title-en {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__body--close:before, .header__body--close:after {
    opacity: 0;
    visibility: hidden;
  }
}
.header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  width: 330px;
  margin-right: auto;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  .header__title {
    z-index: 200;
  }
}
.header__title-en {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .header__title-en {
    font-size: 3.5rem;
  }
}
.header__title-ja {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 0.5;
}
@media screen and (min-width: 1200px) {
  .header__title-ja {
    font-size: 1.4rem;
  }
}
.header__img {
  max-width: 175px;
  height: 45px;
  margin: auto;
}
.header__btn {
  position: relative;
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #141414;
  background: #715F4C;
  border-radius: 5px;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1199px) {
  .header__contact {
    display: none;
  }
}
.header__contact--pc-fixed {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .header__contact--pc-fixed {
    display: none;
  }
}
.header__contact .gnav-list__title-en {
  font-size: 2rem;
  line-height: 1.4;
}
.header__contact .gnav-list__title-ja {
  font-size: 0.7rem;
  line-height: 0.5;
}
.header__nav {
  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;
  z-index: 200;
}
@media screen and (max-width: 1199px) {
  .header__nav {
    width: 100%;
    z-index: 100;
  }
}
@media screen and (min-width: 1200px) {
  .header--fixed {
    position: fixed;
  }
}
.header--wide .header__body {
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  .header--wide .header__body {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header--wide .header__body--close {
    padding: 9px 20px;
  }
}

.menu-btn {
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn:after {
  content: "Menu";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transform: translate(-50%, -12px);
          transform: translate(-50%, -12px);
}
@media screen and (min-width: 768px) {
  .menu-btn:after {
    -webkit-transform: translate(-52%, 0);
            transform: translate(-52%, 0);
    bottom: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-btn:after {
    font-size: 2.5rem;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #fff;
}
.menu-btn__line:nth-child(1) {
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
}
.menu-btn__line:nth-child(2) {
  -webkit-transform: translate(-50%, -13px);
          transform: translate(-50%, -13px);
}
.menu-btn__line:nth-child(3) {
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
}
.menu-btn--open:after {
  content: "Close";
}
.menu-btn--open .menu-btn__line:nth-child(1) {
  -webkit-transform: translate(-50%, -13px) rotate(-45deg);
          transform: translate(-50%, -13px) rotate(-45deg);
}
.menu-btn--open .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn--open .menu-btn__line:nth-child(3) {
  -webkit-transform: translate(-50%, -13px) rotate(45deg);
          transform: translate(-50%, -13px) rotate(45deg);
}

@media screen and (max-width: 1199px) {
  .gnav {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    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%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .gnav {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 1199px) {
  .gnav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: -2;
  }
}
.gnav--open .gnav-list {
  width: 100%;
  height: 62%;
}
@media screen and (min-width: 768px) {
  .gnav--open .gnav-list {
    height: 39%;
  }
}
.gnav--open .gnav-list__item {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 1.5rem 0;
}

.gnav-list,
.gnav-other {
  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;
}
@media screen and (min-width: 1200px) {
  .gnav-list,
  .gnav-other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.gnav-list__item,
.gnav-other__item {
  text-align: left;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .gnav-list__item:hover,
  .gnav-other__item:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list__item + .gnav-list__item,
  .gnav-list__item + .gnav-other__item,
  .gnav-other__item + .gnav-list__item,
  .gnav-other__item + .gnav-other__item {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list__item--pc-none,
  .gnav-other__item--pc-none {
    display: none !important;
  }
  .gnav-list__item--pc-none .gnav-list__link,
  .gnav-list__item--pc-none .btn,
  .gnav-other__item--pc-none .gnav-list__link,
  .gnav-other__item--pc-none .btn {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .gnav-list__item--sptab-none,
  .gnav-other__item--sptab-none {
    display: none !important;
  }
  .gnav-list__item--sptab-none .gnav-list__link,
  .gnav-list__item--sptab-none .btn,
  .gnav-other__item--sptab-none .gnav-list__link,
  .gnav-other__item--sptab-none .btn {
    display: none !important;
  }
}
.gnav-list__link,
.gnav-other__link {
  position: relative;
  display: block;
  font-size: 2rem;
  text-decoration: none;
  padding: 10px;
  color: #141414;
}
@media screen and (min-width: 1200px) {
  .gnav-list__link,
  .gnav-other__link {
    color: #fff;
  }
}
.gnav-list__link--contact,
.gnav-other__link--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gnav-list__link--contact:after,
.gnav-other__link--contact:after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 2.4rem;
  line-height: 1.4;
  margin-left: 1.5rem;
}
.gnav-list__title,
.gnav-other__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .gnav-list__title,
  .gnav-other__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gnav-list__title-en,
.gnav-other__title-en {
  font-size: 2.5rem;
  font-weight: bold;
}
.gnav-list__title-ja,
.gnav-other__title-ja {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1199px) {
  .gnav-list__title-ja,
  .gnav-other__title-ja {
    color: rgba(20, 20, 20, 0.6);
  }
}

@media screen and (max-width: 1199px) {
  .gnav-list__item + .gnav-list__item {
    border-top: 1px solid rgba(68, 178, 198, 0.25);
  }
}

.gnav-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
}
.gnav-other__item {
  position: relative;
  width: 80px;
  text-align: center;
}
.gnav-other__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/button-brown.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 130px;
  height: 130px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gnav-other__item--menu:before {
  background-image: url(../images/button-green.png);
}
.gnav-other__link {
  color: #fff;
}
.gnav-other__link--access:before, .gnav-other__link--mail:before {
  font-family: "icomoon";
  display: block;
  font-size: 2.8rem;
  line-height: 1.3;
}
.gnav-other__link--access:before {
  content: "\e900";
}
.gnav-other__link--mail:before {
  content: "\e904";
}
@media screen and (min-width: 1200px) {
  .gnav-other {
    display: none;
  }
}
.gnav-other__title-en {
  font-size: 1.6rem;
}
@media screen and (min-width: 1200px) {
  .gnav-other__title-en {
    font-size: 2.5rem;
  }
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.hero__title-en {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .hero__title-en {
    font-size: 3.5rem;
  }
}
.hero__title-ja {
  font-size: 1.3rem;
  line-height: 0.5;
}
@media screen and (min-width: 1200px) {
  .hero__title-ja {
    font-size: 1.4rem;
  }
}
.hero:before {
  position: absolute;
  content: "";
  background-image: url(../images/flower-left.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 100px;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .hero:before {
    bottom: 10px;
    left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .hero:before {
    right: 20px;
    bottom: -30px;
    width: 250px;
    height: 250px;
  }
}
.hero--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 220px;
  background-image: url(../images/wabe-back/sub-wave-sp.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .hero--sub {
    height: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .hero--sub {
    height: 420px;
    background-image: url(../images/wabe-back/sub-wave-pc.png);
  }
}
.hero--sub:before {
  display: none;
}

.hero-sp {
  position: fixed;
  bottom: 0;
  display: block;
  width: 100%;
  height: 120px;
  padding: 15px;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero-sp {
    height: 125px;
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-sp {
    background-image: url(../images/wabe-back/wave-nav-sp.png);
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .hero-sp {
    display: none;
  }
}

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  padding: 80px 0;
}
.section__header {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
.section__title {
  font-size: 3.2rem;
  line-height: 1.2;
  color: #141414;
}
@media screen and (min-width: 1200px) {
  .section__title {
    font-size: 4.5rem;
  }
}
.section__title-en {
  font-size: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .section__title-en {
    font-size: 3.5rem;
  }
}
.section__title-ja {
  font-size: 1.5rem;
  color: #44B2C6;
  letter-spacing: 0.05em;
  margin-left: 1rem;
}
@media screen and (min-width: 1200px) {
  .section__title-ja {
    font-size: 1.8rem;
  }
}
.section__copy {
  font-size: 1.6rem;
  color: #43964E;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 1200px) {
  .section__copy {
    font-size: 1.8rem;
  }
}
.section__description {
  display: block;
  font-size: 1.6rem;
  font-family: "Sawarabi Gothic", sans-serif;
  color: #141414;
  line-height: 27px;
  letter-spacing: 0.04em;
}
.section__caption {
  display: block;
  text-align: center;
}
.section__caption--mini {
  font-size: 1.3rem;
}
.section__caption--gr {
  font-size: 1.8rem;
  color: #43964E;
}
.section__footer {
  display: block;
  padding: 3rem 0 0;
}
.section__footer--btn-center {
  text-align: center;
}
.section__footer--btn-right {
  text-align: right;
}
.section__blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0 0px;
}
@media screen and (max-width: 1199px) {
  .section__blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section__blog .aloha-btn {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .section__blog .aloha-btn {
    width: 65%;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .section__blog .aloha-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media screen and (max-width: 767px) {
  .section__blog .aloha-btn {
    padding: 10px 150px 10px 30px;
  }
}
.section__blog .aloha-btn:before {
  left: calc(100% - 165px);
}
.section__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .section__sns {
    gap: 5rem;
    margin-top: 4rem;
  }
}
.section .fb-container {
  width: 100%;
  max-width: 340px;
  margin: 6rem auto;
}
@media screen and (min-width: 768px) {
  .section .fb-container {
    width: 500px;
    max-width: 500px;
    margin: 8rem auto 6rem;
  }
}
.section .fb-page,
.section .fb_iframe_widget,
.section .fb_iframe_widget_fluid,
.section span,
.section iframe {
  height: 100%;
  max-height: 450px;
}
@media screen and (min-width: 768px) {
  .section .fb-page,
  .section .fb_iframe_widget,
  .section .fb_iframe_widget_fluid,
  .section span,
  .section iframe {
    max-height: 600px;
  }
}
.section__aloha {
  position: relative;
  background-image: url("../images/wabe-back/wave-sp-1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 275px;
  margin-top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section__aloha {
    height: 330px;
  }
}
@media screen and (min-width: 1200px) {
  .section__aloha {
    background-image: url("../images/wabe-back/wave-pc-1.png");
    height: 640px;
    margin-top: -8rem;
  }
}
.section__aloha:before, .section__aloha:after {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section__aloha:before {
  top: 44%;
  left: 50%;
  width: 125px;
  height: 65px;
  background-image: url("../images/aloha.png");
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .section__aloha:before {
    width: 195px;
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .section__aloha:before {
    width: 350px;
    height: 195px;
  }
}
.section__aloha:after {
  position: absolute;
  top: 55%;
  right: 20px;
  width: 150px;
  height: 150px;
  background-image: url("../images/flower-right.png");
}
@media screen and (min-width: 768px) {
  .section__aloha:after {
    top: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .section__aloha:after {
    right: 10%;
    width: 250px;
    height: 250px;
  }
}
.section__aloha--simple {
  background-image: url("../images/wabe-back/wave-3.png");
}
.section__aloha--simple::before {
  display: none;
}
.section__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;";
  border-radius: 10px;
}
.section--about, .section--feature {
  padding: 0 0 60px;
}
.section--about .section__img, .section--feature .section__img {
  height: 80%;
  -webkit-box-shadow: -13px 13px 0px #43964E;
          box-shadow: -13px 13px 0px #43964E;
}
@media screen and (max-width: 767px) {
  .section--about .section__img, .section--feature .section__img {
    height: 100%;
    display: block;
    width: 97%;
    margin-left: auto;
  }
}
.section--about .section__header:after {
  content: "";
  background-image: url("../svg/flower.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
}
.section--news {
  padding: 70px 0 100px;
}
.section--news .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .section--news .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section--news .section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section--news .section__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: left;
  margin-bottom: 0;
  padding-right: 4rem;
}
@media screen and (max-width: 1199px) {
  .section--news .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem;
    padding-right: 0;
  }
}
.section--sns {
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .section--sns {
    padding: 0 0 100px;
  }
}
.section--sns .section__copy {
  font-family: "Sawarabi Gothic";
}
.section--pickup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/wabe-back/wave-sp-2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 150px 0;
}
@media screen and (min-width: 768px) {
  .section--pickup {
    padding: 175px 0;
  }
}
@media screen and (min-width: 1200px) {
  .section--pickup {
    background-image: url("../images/wabe-back/wave-pc-2.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 250px 0;
  }
}
.section--pickup:before, .section--pickup:after {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .section--pickup:before, .section--pickup:after {
    width: 250px;
    height: 250px;
  }
}
.section--pickup:before {
  top: -25px;
  left: 20px;
  background-image: url("../images/flower-left.png");
}
@media screen and (min-width: 768px) {
  .section--pickup:before {
    top: -10%;
  }
}
.section--pickup:after {
  bottom: -25px;
  right: 20px;
  background-image: url("../images/flower-right.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .section--pickup:after {
    bottom: -10%;
  }
}
.section--footer {
  position: relative;
  padding: 0;
}
.section--center .section__title,
.section--center .section__copy,
.section--center .section__description {
  text-align: center;
}
.section--center .section__footer {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .section--reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.about__title {
  display: block;
  font-weight: normal;
  margin: 2rem 0;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .about__title {
    margin: 0 0 2rem;
  }
}
.about__title-ja, .about__title-copy {
  display: block;
}
.about__title-ja {
  font-size: 1.3rem;
}
.about__title-en {
  display: inline-block;
  font-size: 1.8rem;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: normal;
  color: #43964E;
}
.about__title-en:after {
  content: "";
  background: url(../images/wabe-line.png);
  background-repeat: repeat-X;
  display: block;
  width: 100%;
  height: 8px;
}
.about__title-copy {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.about .aloha-btn {
  width: 320px;
  margin: 5px auto;
}

/*  コンテンツC -２カラム以上(カード式)  */
.pickup-card {
  position: relative;
  display: block;
  width: 96%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .pickup-card {
    width: 100%;
  }
}
.pickup-card--lesson, .pickup-card--class {
  position: relative;
  -webkit-box-shadow: 13px 13px 0 rgba(67, 150, 78, 0.3);
          box-shadow: 13px 13px 0 rgba(67, 150, 78, 0.3);
  z-index: 1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .pickup-card--lesson:hover, .pickup-card--class:hover {
    -webkit-box-shadow: 8px 8px 0 rgba(67, 150, 78, 0.3);
            box-shadow: 8px 8px 0 rgba(67, 150, 78, 0.3);
  }
}
.pickup-card--class {
  -webkit-box-shadow: -13px 13px 0 rgba(68, 178, 198, 0.3);
          box-shadow: -13px 13px 0 rgba(68, 178, 198, 0.3);
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .pickup-card--class:hover {
    -webkit-box-shadow: -8px 8px 0 rgba(68, 178, 198, 0.3);
            box-shadow: -8px 8px 0 rgba(68, 178, 198, 0.3);
  }
}
.pickup-card__link, .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__box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 7px 15px;
}
@media screen and (min-width: 1200px) {
  .pickup-card__box {
    padding: 18px 25px;
  }
}
.pickup-card__box:after {
  position: absolute;
  bottom: 0;
  right: 30px;
  content: "\e901";
  font-family: "icomoon";
  font-size: 4rem;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .pickup-card__box:after {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .pickup-card__box:after {
    font-size: 10rem;
  }
}
.pickup-card__title {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.7;
}
@media screen and (min-width: 1200px) {
  .pickup-card__title {
    font-size: 3.5rem;
  }
}
.pickup-card__description {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1200px) {
  .pickup-card__description {
    font-size: 1.8rem;
  }
}
.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;
}

/*  コンテンツE  */
.guide-large-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  border-radius: 15px;
  background: #43964E;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .guide-large-card {
    height: 150px;
  }
}
.guide-large-card:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e901";
  font-family: "icomoon";
  font-size: 6rem;
  color: #fff;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .guide-large-card:before {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  .guide-large-card:hover {
    background: rgba(67, 150, 78, 0.9);
  }
  .guide-large-card:hover:before {
    -webkit-transform: translate(-25%, -50%);
            transform: translate(-25%, -50%);
  }
  .guide-large-card:hover .guide-large-card__thumbnail:before {
    -webkit-animation: mail 0.4s ease-in-out -0.5s infinite alternate;
            animation: mail 0.4s ease-in-out -0.5s infinite alternate;
  }
}
.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__box {
  color: #fff;
  text-align: center;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .guide-large-card__box {
    padding: 30px;
  }
}
.guide-large-card__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .guide-large-card__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .guide-large-card__title {
    font-size: 4.5rem;
  }
}
.guide-large-card__description {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.05em;
  line-height: 0;
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .guide-large-card__description {
    font-size: 1.8rem;
  }
}
.guide-large-card__thumbnail {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.guide-large-card__thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e904";
  font-family: "icomoon";
  color: #fff;
  font-size: 4.5rem;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%) rotate(15deg);
          transform: translate(-50%, -50%) rotate(15deg);
}
@media screen and (min-width: 768px) {
  .guide-large-card__thumbnail:before {
    font-size: 8rem;
  }
}
.guide-large-card__img {
  width: 100%;
  height: 100%;
  border-radius: 0 15px 15px 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

@-webkit-keyframes mail {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(5deg);
            transform: translate(-50%, -50%) rotateZ(5deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(15deg);
            transform: translate(-50%, -50%) rotateZ(15deg);
  }
}

@keyframes mail {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(5deg);
            transform: translate(-50%, -50%) rotateZ(5deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(15deg);
            transform: translate(-50%, -50%) rotateZ(15deg);
  }
}
/*********************/
/*  ボタン  */
/*********************/
.aloha-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  text-align: left;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  background: #43964E;
  border-radius: 10px;
  padding: 10px 50px;
  margin: 5px 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .aloha-btn {
    width: 30%;
    margin: 5px;
    padding: 15px 50px;
  }
}
.aloha-btn:before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 1;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.aloha-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 125px;
  height: 100%;
  border-radius: 0 15px 15px 0;
  background-image: url(../images/green-back.png);
  background-size: 115%;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .aloha-btn:hover {
    background: rgba(67, 150, 78, 0.9);
  }
  .aloha-btn:hover:before {
    -webkit-transform: translate(60%, -50%);
            transform: translate(60%, -50%);
  }
}
.aloha-btn--form {
  max-width: 500px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: normal;
  cursor: pointer;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .aloha-btn--form {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .aloha-btn--form {
    font-size: 1.8rem;
  }
}
.aloha-btn--form:before {
  font-size: 4rem;
  left: 60%;
  -webkit-transform: translate(60%, -50%);
          transform: translate(60%, -50%);
}
.aloha-btn--form:after {
  width: 30%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .aloha-btn--form:hover:before {
    -webkit-transform: translate(70%, -50%);
            transform: translate(70%, -50%);
  }
}
.aloha-btn--sub {
  font-size: 1.6rem;
  padding: 15px 105px 15px 20px;
}
@media screen and (min-width: 768px) {
  .aloha-btn--sub {
    padding: 15px 135px 15px 20px;
  }
}
.aloha-btn--sub:before {
  left: 60%;
  -webkit-transform: translate(60%, -50%);
          transform: translate(60%, -50%);
}
.aloha-btn--sub:after {
  width: 25%;
}
@media screen and (min-width: 1200px) {
  .aloha-btn--sub:after {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .aloha-btn--sub:hover:before {
    -webkit-transform: translate(70%, -50%);
            transform: translate(70%, -50%);
  }
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #666;
  padding: 15px 50px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .btn:hover {
    opacity: 0.7;
  }
}
.btn--header {
  height: 50px;
  padding: 15px;
  background: #43964E;
  color: #141414;
}
@media screen and (max-width: 1199px) {
  .btn--header {
    display: none;
  }
}
.btn--news {
  padding: 5px 42px 2px;
  margin-top: 3px;
  background: #44B2C6;
}
@media screen and (max-width: 1199px) {
  .btn--news {
    font-size: 1.5rem;
    padding: 5px 20px 2px;
  }
}
.btn--back {
  display: block;
  max-width: 500px;
  width: 100%;
  font-size: 1.6rem;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 auto;
  padding: 15px 25px;
}

/*********************/
/*  動画エリア  */
/*********************/
.top-movie-wrap {
  padding: 6rem 0;
}
@media screen and (max-width: 1199px) {
  .top-movie-wrap {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 1200px) {
  .top-movie-wrap {
    padding: 6rem 0 14rem;
  }
}

.top-movie {
  position: relative;
  margin: 0 auto;
  padding: 2rem;
  z-index: 0;
  background: url(../images/box.png) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .top-movie {
    padding: 4rem;
  }
}
.top-movie__content {
  padding: 1.5rem 1.5rem 1rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .top-movie__content {
    padding: 3rem 3rem 1.5rem;
  }
}
.top-movie__iframewrap {
  aspect-ratio: 16/9;
}
.top-movie__desc {
  margin: 1rem 0 0;
}
.top-movie iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.sns-btn {
  width: 60px;
  display: block;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .sns-btn {
    width: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .sns-btn {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .sns-btn:hover {
    opacity: 0.7;
  }
}
.sns-btn__txt {
  display: block;
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #2C2C2C;
  font-weight: 500;
  font-family: "Sawarabi Gothic";
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .sns-btn__txt {
    margin-top: 1rem;
  }
}

/*  ------サブページ------  */
.page-article {
  padding: 0rem 0 6rem;
  margin-top: -12rem;
}
@media screen and (min-width: 768px) {
  .page-article {
    padding: 0rem 0 10rem;
    margin-top: -10rem;
  }
}
.page-article__title {
  margin: 3rem 0;
  text-align: center;
}
.page-article__title-ja, .page-article__title-en {
  display: block;
}
.page-article__title-ja {
  font-size: 1.3rem;
  color: #43964E;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
  font-weight: normal;
}
@media screen and (min-width: 1200px) {
  .page-article__title-ja {
    font-size: 1.6rem;
  }
}
.page-article__title-en {
  font-size: 3rem;
  font-weight: bold;
  color: #141414;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .page-article__title-en {
    font-size: 4rem;
  }
}
.page-article__title:after {
  content: "";
  background: url(../svg/flower.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 40px;
  height: 40px;
}

/*********************/
/*  見出し  */
/*********************/
strong {
  color: #FF2A2A;
  font-size: 1.5rem;
  font-weight: normal;
}

.post-type-page p,
.post-type-news p {
  font-family: "Sawarabi Gothic";
  line-height: 1.8;
}
.post-type-page p:not(:first-child),
.post-type-news p:not(:first-child) {
  margin-top: 1rem;
}
.post-type-page a:not([class]),
.post-type-news a:not([class]) {
  color: #44B2C6;
  text-decoration: underline;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .post-type-page a:not([class]):hover,
  .post-type-news a:not([class]):hover {
    opacity: 0.7;
  }
}
.post-type-page .h1,
.post-type-page .h2,
.post-type-page .h3,
.post-type-page .h4,
.post-type-page .ul,
.post-type-page .table,
.post-type-page .table-definition,
.post-type-page .box,
.post-type-news .h1,
.post-type-news .h2,
.post-type-news .h3,
.post-type-news .h4,
.post-type-news .ul,
.post-type-news .table,
.post-type-news .table-definition,
.post-type-news .box {
  font-family: "Sawarabi Gothic", sans-serif;
  letter-spacing: 0.05em;
}
.post-type-page .h1:first-child,
.post-type-page .h2:first-child,
.post-type-page .h3:first-child,
.post-type-page .h4:first-child,
.post-type-page .ul:first-child,
.post-type-page .table:first-child,
.post-type-page .table-definition:first-child,
.post-type-page .box:first-child,
.post-type-news .h1:first-child,
.post-type-news .h2:first-child,
.post-type-news .h3:first-child,
.post-type-news .h4:first-child,
.post-type-news .ul:first-child,
.post-type-news .table:first-child,
.post-type-news .table-definition:first-child,
.post-type-news .box:first-child {
  margin-top: 0;
}
.post-type-page .h1,
.post-type-news .h1 {
  font-size: 2rem;
  font-weight: 500;
  background: #403326;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 1rem 1.5rem;
  margin: 4rem 0 1.5rem;
}
.post-type-page .h2,
.post-type-news .h2 {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  margin: 2.5rem 0 1.5rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page .h2,
  .post-type-news .h2 {
    margin: 3.5rem 0 1.5rem;
  }
}
.post-type-page .h2:after,
.post-type-news .h2:after {
  content: "";
  display: block;
  background: url(../svg/wabe-smallline-blue_long.svg);
  background-repeat: repeat-X;
  background-size: cover;
  width: 100%;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .post-type-page .h2:after,
  .post-type-news .h2:after {
    background: url(../svg/wabe-smallline-blue.svg);
    background-size: contain;
    height: 9px;
  }
}
.post-type-page .h3,
.post-type-news .h3 {
  display: table;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 3px solid #2c2c2c;
  letter-spacing: 0.05em;
  margin: 2rem 0 1.5rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page .h3,
  .post-type-news .h3 {
    margin: 3rem 0 1.5rem;
  }
}
.post-type-page .h4,
.post-type-news .h4 {
  display: table;
  font-size: 1.5rem;
  font-weight: 500;
  color: #403326;
  background: #D2C4AA;
  letter-spacing: 0.04em;
  margin: 2rem 0 1.5rem;
  padding: 5px 10px;
}
@media screen and (min-width: 1200px) {
  .post-type-page .h4,
  .post-type-news .h4 {
    margin: 3rem 0 1.5rem;
  }
}
.post-type-page .ul,
.post-type-news .ul {
  list-style: none;
  letter-spacing: 0.04em;
  margin: 1.5rem 0;
}
.post-type-page .ul li,
.post-type-news .ul li {
  position: relative;
  padding: 0 0 0 3rem;
  margin: 0 0 1rem;
}
.post-type-page .ul li::before,
.post-type-news .ul li::before {
  content: "\e903";
  font-family: "icomoon";
  font-size: 2rem;
  display: inline-block;
  color: #403326;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5;
}
.post-type-page .ul .ul,
.post-type-news .ul .ul {
  margin-top: 1rem;
}
.post-type-page .ol,
.post-type-news .ol {
  list-style: none;
  counter-reset: number 0;
  letter-spacing: 0.04em;
  margin: 1.5rem 0;
}
.post-type-page .ol li,
.post-type-news .ol li {
  position: relative;
  padding: 0 0 0 3.5rem;
  margin: 0 0 1rem;
}
.post-type-page .ol li::before,
.post-type-news .ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background: #43964E;
  position: absolute;
  top: 0;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  font-family: "Charmonman", sans-serif;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, 15%);
          transform: translate(-50%, 15%);
  padding-left: 0.5px;
  padding-top: 1px;
}
.post-type-page .ol .ol,
.post-type-news .ol .ol {
  margin-top: 1rem;
}
.post-type-page .list-underline,
.post-type-news .list-underline {
  list-style: none;
  margin: 2rem 0;
  counter-reset: number 0;
}
.post-type-page .list-underline__item,
.post-type-news .list-underline__item {
  position: relative;
  padding: 0 0 0 5.5rem;
  margin: 0 0 1.5rem;
  font-size: 1.6rem;
}
.post-type-page .list-underline__item:before, .post-type-page .list-underline__item:after,
.post-type-news .list-underline__item:before,
.post-type-news .list-underline__item:after {
  position: absolute;
  top: 0;
  height: 30px;
  line-height: 30px;
}
.post-type-page .list-underline__item:before,
.post-type-news .list-underline__item:before {
  left: 5px;
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  width: 35px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Charmonman";
  color: #fff;
  background: #43964E;
  border-radius: 5px;
  text-align: right;
  padding-right: 0.7rem;
  padding-top: 0.1rem;
}
.post-type-page .list-underline__item:after,
.post-type-news .list-underline__item:after {
  content: "";
  left: 0;
  width: 18px;
  border-radius: 5px 0 0 5px;
  background: url(../images/green-back.png);
  background-size: 280%;
  margin-right: auto;
}
.post-type-page .list-underline__text,
.post-type-news .list-underline__text {
  font-size: 1.6rem;
  font-family: "Sawarabi Gothic", sans-serif;
  color: #777;
  margin: 0 0 1rem;
}
.post-type-page .list-underline > p[class=list-underline__text],
.post-type-news .list-underline > p[class=list-underline__text] {
  margin: -1rem 0 2rem;
}
.post-type-page .list-ttl,
.post-type-news .list-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}
.post-type-page .table td > ul,
.post-type-page .table-definition td > ul,
.post-type-news .table td > ul,
.post-type-news .table-definition td > ul {
  margin-bottom: 0;
}
.post-type-page .table td > ul li:last-of-type,
.post-type-page .table-definition td > ul li:last-of-type,
.post-type-news .table td > ul li:last-of-type,
.post-type-news .table-definition td > ul li:last-of-type {
  margin-bottom: 0;
}
.post-type-page .table,
.post-type-news .table {
  width: 100%;
  margin: 2rem 0;
}
.post-type-page .table th,
.post-type-news .table th {
  font-weight: normal;
  border-right: 1px solid #bababa;
}
@media screen and (min-width: 1200px) {
  .post-type-page .table th,
  .post-type-news .table th {
    width: 20%;
  }
}
.post-type-page .table th,
.post-type-page .table td,
.post-type-news .table th,
.post-type-news .table td {
  border-top: 1px solid #bababa;
  padding: 1rem;
}
.post-type-page .table th:last-of-type,
.post-type-page .table td:last-of-type,
.post-type-news .table th:last-of-type,
.post-type-news .table td:last-of-type {
  border-bottom: 1px solid #bababa;
}
.post-type-page .table td,
.post-type-news .table td {
  color: #777;
}
.post-type-page .table-definition,
.post-type-news .table-definition {
  width: 100%;
  background: #f3f3f3;
  margin: 2rem 0;
}
@media screen and (max-width: 1199px) {
  .post-type-page .table-definition tr,
  .post-type-news .table-definition tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-type-page .table-definition th,
.post-type-news .table-definition th {
  font-weight: normal;
  text-align: center;
  padding: 1rem 1rem 0.5rem;
}
@media screen and (max-width: 1199px) {
  .post-type-page .table-definition th,
  .post-type-news .table-definition th {
    text-align: left;
    border-bottom: 1px solid #43964E;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .table-definition th,
  .post-type-news .table-definition th {
    width: 20%;
    border-right: 1px solid #43964E;
    padding: 1rem;
  }
}
.post-type-page .table-definition td,
.post-type-news .table-definition td {
  color: #777;
  padding: 0.5rem 1rem 1rem;
}
@media screen and (min-width: 1200px) {
  .post-type-page .table-definition td,
  .post-type-news .table-definition td {
    padding: 1rem;
  }
}
.post-type-page .box,
.post-type-news .box {
  background: #eee;
  border-radius: 10px;
  letter-spacing: 0.04em;
  margin: 2rem 0;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .box,
  .post-type-news .box {
    padding: 3rem 4rem;
  }
}
.post-type-page .hr,
.post-type-news .hr {
  background: url(../svg/wabe-bigline-blue.svg);
  background-repeat: repeat-X;
  background-size: contain;
  width: 100%;
  height: 19px;
  margin: 4rem 0;
}
.post-type-page .button-area,
.post-type-news .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .post-type-page .button-area,
  .post-type-news .button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-type-page .button-area br,
.post-type-news .button-area br {
  display: none;
}
.post-type-page .button,
.post-type-news .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: inline-block;
  max-width: 290px;
  width: 100%;
  color: #141414;
  margin: 5px;
  padding: 2rem 3.5rem 2rem 1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .post-type-page .button,
  .post-type-news .button {
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .button,
  .post-type-news .button {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .post-type-page .button:hover:before,
  .post-type-news .button:hover:before {
    top: -5px;
    bottom: -5px;
  }
}
.post-type-page .button:before,
.post-type-news .button:before {
  position: absolute;
  content: "";
  border-top: 1px solid #43964E;
  border-bottom: 1px solid #43964E;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.post-type-page .button:after,
.post-type-news .button:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "\e902";
  font-family: "icomoon";
  color: #43964E;
  margin-left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .button + .post-type-page .button,
  .post-type-page .button + .post-type-news .button,
  .post-type-news .button + .post-type-page .button,
  .post-type-news .button + .post-type-news .button {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .post-type-page .button:not(:first-child):not(:last-child):before,
  .post-type-news .button:not(:first-child):not(:last-child):before {
    border-top: none;
    border-bottom: none;
  }
}

.post-type-news {
  border-bottom: 1px solid rgba(68, 178, 198, 0.25);
  padding-bottom: 5rem;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem -1rem;
}
@media screen and (min-width: 1200px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
@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: 1200px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.5rem;
  font-weight: normal;
  color: #777;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}

/*********************/
/*  ページトップボタン　 */
/*********************/
.page-top {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 100px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #44B2C6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .page-top {
    font-size: 2.5rem;
  }
}
.page-top::before {
  position: absolute;
  top: -20px;
  left: 50%;
  height: 100px;
  content: "\e901";
  font-family: "icomoon";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  font-weight: normal;
  color: #44B2C6;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .page-top::before {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-top:hover {
    opacity: 0.7;
  }
  .page-top:hover::before {
    -webkit-transform: translate(-50%, -60%) rotate(-90deg);
            transform: translate(-50%, -60%) rotate(-90deg);
  }
}

/*********************/
/*  フッター  */
/*********************/
.footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 440px;
  background-image: url(../images/wabe-back/wave-footer-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .footer:before {
    height: 290px;
    background-image: url(../images/wabe-back/wave-footer-sp.png);
  }
}
.footer:after {
  position: absolute;
  top: 10%;
  left: 0px;
  content: "";
  width: 150px;
  height: 150px;
  background-image: url("../images/flower-left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .footer:after {
    top: 10%;
    left: 50px;
    content: "";
    width: 350px;
    height: 350px;
  }
}
.footer__sign-box {
  text-align: center;
}
.footer__menu, .footer__signature {
  background: #403326;
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .footer__menu, .footer__signature {
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu {
    padding: 80px 0 0;
  }
}
.footer__other {
  background: #403326;
  color: #fff;
  padding: 20px 0 150px;
}
@media screen and (min-width: 1200px) {
  .footer__other {
    padding: 30px 0 80px;
  }
}
.footer__logo, .footer__address {
  display: block;
}
.footer__logo {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__img {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fnav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .fnav-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fnav-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  list-style: none;
  white-space: nowrap;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .fnav-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.fnav-list__link {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  color: inherit;
  padding: 5px 15px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .fnav-list__link {
    padding: 15px;
  }
}
.fnav-list__link:hover {
  opacity: 0.6;
}

.other {
  display: block;
  text-align: center;
}
.other__copyright {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .other__copyright {
    text-align: center;
  }
}

.org {
  display: block;
  list-style: none;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .org {
    padding: 3rem 1rem;
    text-align: left;
  }
}
.org__name {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}
.org__addr, .org__mail {
  font-family: "Sawarabi Gothic";
  font-size: 1.5rem;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みSTEP */
.form-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .form-step {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.form-step__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  line-height: 1.2;
  list-style: none;
  color: #bababa;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 10px;
}
@media screen and (max-width: 1199px) {
  .form-step__item {
    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;
  }
}
@media screen and (min-width: 768px) {
  .form-step__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    line-height: 40px;
    padding-left: 15px;
  }
  .form-step__item br {
    display: none;
  }
}
.form-step__item + .form-step__item:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "\e902";
  font-family: "icomoon";
  color: #43964E;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  z-index: 1;
}
.form-step__item--active {
  color: #141414;
}

/* 申し込みフォーム */
.form {
  font-size: 1.6rem;
  color: #141414;
  margin: 1rem 0;
  /* フォーカス時プレースホルダカラー */
}
@media screen and (min-width: 1200px) {
  .form {
    font-size: 1.4rem;
  }
}
.form__row {
  border-top: 1px solid rgba(68, 178, 198, 0.25);
}
.form__row:first-of-type {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .form__row {
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
}
.form__required {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  color: #FF2A2A;
  margin-left: 1rem;
}
.form__required:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background: #FF2A2A;
  vertical-align: middle;
  margin-right: 1rem;
}
.form__item {
  color: #141414;
  margin: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .form__item br {
    display: none;
  }
}
.form__item:first-child {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .form__item:first-child {
    width: 25%;
    padding-top: 1rem;
  }
}
.form__item:last-child {
  position: relative;
}
@media screen and (min-width: 768px) {
  .form__item:last-child {
    width: 75%;
  }
}
.form__text, .form__textarea, .form__number, .form__email,
.form .mwform-radio-field-text {
  font-family: "Sawarabi Gothic", sans-serif;
  display: block;
  width: 100%;
  border: 1px solid #bababa;
  border-radius: 10px;
  padding: 15px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form__text:focus, .form__textarea:focus, .form__number:focus, .form__email:focus,
.form .mwform-radio-field-text:focus {
  border: 1px solid #43964E;
}
.form__radio {
  display: none;
}
.form__radio:checked + .mwform-radio-field-text {
  color: #43964E;
  border: 1px solid #43964E;
}
.form__radio:checked + .mwform-radio-field-text:before {
  opacity: 1;
}
.form__radio:checked + .mwform-radio-field-text:after {
  border: 1px solid #43964E;
}
.form .mwform-radio-field-text {
  position: relative;
  display: block;
  padding: 15px 15px 15px 40px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.form .mwform-radio-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid #bababa;
  border-radius: 50%;
  content: "";
  background: #fff;
  z-index: 0;
}
.form .mwform-radio-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 19px;
  width: 8px;
  height: 8px;
  background: #43964E;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.form .mwform-radio-field label {
  cursor: pointer;
}
.form__image {
  width: 100%;
}
.form__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0;
}
.form__button, .form__back, .form__submit {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 45px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #777;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.form__button:hover, .form__back:hover, .form__submit:hover {
  background: #666;
}
.form__button:visited, .form__back:visited, .form__submit:visited {
  background: #bababa;
}
.form ::-webkit-input-placeholder {
  color: #777;
}
.form ::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form :-ms-input-placeholder {
  color: #777;
}
.form :focus::-webkit-input-placeholder {
  color: #43964E;
}
.form :focus:-moz-placeholder {
  color: #43964E;
}
.form :focus::-moz-placeholder {
  color: #43964E;
}
.form a {
  cursor: pointer;
}

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

.mw_wp_form_confirm .form__required {
  display: none;
}
.mw_wp_form_confirm .form__item {
  font-family: "Sawarabi Gothic", sans-serif;
}
.mw_wp_form_confirm .form__item:first-child {
  padding-top: 0;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* デコレーション版 */
.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: 1200px) {
  .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;
  }
}
.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 #141414;
  background: #fff;
}
.deco-form__item {
  width: 100%;
  color: #141414;
  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: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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 (max-width: 1199px) {
  .deco-form__item--radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.deco-form__item--radio span.mwform-radio-field.vertical-item {
  display: inline-block;
  width: calc(50% - 1rem);
}
@media screen and (min-width: 1200px) {
  .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 #141414;
  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 #141414;
  background: #fff;
  outline: 0;
}
.deco-form__text, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  height: 5rem;
}
.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 {
  opacity: 1;
}
.deco-form__check:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #141414;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.deco-form .mwform-radio-field-text:hover {
  font-weight: bold;
  color: #fff;
  background: #666;
}
.deco-form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding-left: 20px;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .deco-form .mwform-checkbox-field-text {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .deco-form .mwform-checkbox-field-text {
    padding: 0px 30px 0 20px;
  }
}
.deco-form .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #666;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .deco-form .mwform-checkbox-field-text:before {
    top: 7px;
  }
}
.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-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: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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: #141414;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.deco-form-text-link:hover {
  opacity: 0.8;
}

.pryvacy-consent {
  text-align: center;
}
.pryvacy-consent .mwform-checkbox-field-text {
  display: inline-block;
}

.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;
}

/*  パンくず  */
.breadcrumb {
  margin-bottom: 5rem;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.breadcrumb-list__item:not(:first-child) {
  margin-left: 2rem;
}
.breadcrumb-list__item:not(:first-child):before {
  display: inline-block;
  content: "\e902";
  font-family: "icomoon";
  font-size: 1rem;
  color: #43964E;
  -webkit-transform: translateX(-7px) rotate(-90deg);
          transform: translateX(-7px) rotate(-90deg);
}
.breadcrumb-list__link {
  color: #666;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.breadcrumb-list__link:hover {
  opacity: 0.7;
}
/*  ページ送り  */
.pager-list,
.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;
}
.pager-list__item,
.single-pager-list__item {
  margin: 15px 5px 10px;
  list-style: none;
  position: relative;
  width: 47px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pager-list__item--prev, .pager-list__item--next,
.single-pager-list__item--prev,
.single-pager-list__item--next {
  border: none;
}
.pager-list__item--prev:hover, .pager-list__item--next:hover,
.single-pager-list__item--prev:hover,
.single-pager-list__item--next:hover {
  opacity: 0.7;
}
.pager-list__link,
.single-pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.pager-list__link--number,
.single-pager-list__link--number {
  border: 2px solid #43964E;
  border-radius: 8px;
  color: #43964E;
  text-align: center;
  font-size: 2rem;
}
.pager-list__link--number:hover,
.single-pager-list__link--number:hover {
  background: #43964E;
  color: #fff;
}
.pager-list__link--prev:before,
.single-pager-list__link--prev:before {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  color: #43964E;
  top: 50%;
  left: 50%;
  margin: 0 10px 1px 0;
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
          transform: translate(-50%, -50%) rotateZ(90deg);
}
.pager-list__link--next::after,
.single-pager-list__link--next::after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #43964E;
  margin: 0 10px 1px 0;
  -webkit-transform: translate(-50%, -50%) rotateZ(-90deg);
          transform: translate(-50%, -50%) rotateZ(-90deg);
}
.pager-list__link--active,
.single-pager-list__link--active {
  background: #43964E;
  border: none;
  color: #fff;
}
.pager-list__link--active:hover,
.single-pager-list__link--active:hover {
  background: rgba(67, 150, 78, 0.7);
}

.single-pager-list__item--back {
  text-align: center;
  background: #43964E;
  border: none;
  width: 200px;
  border-radius: 10px;
}
.single-pager-list__item--back:hover {
  background: rgba(67, 150, 78, 0.7);
}
.single-pager-list__link {
  color: #fff;
  font-weight: normal;
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
  border-right: 2px solid #44B2C6;
  border-left: 2px solid #44B2C6;
  padding: 0 3rem;
}
@media screen and (max-width: 1199px) {
  .news-list {
    border-top: 2px solid #44B2C6;
    border-bottom: 2px solid #44B2C6;
    border-right: none;
    border-left: none;
    padding: 2rem 0;
  }
}
.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(68, 178, 198, 0.2);
}
@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;
  }
}
.news-list__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #44b2c6;
  border-top: 1px solid #44b2c6;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
          transform: rotate(45deg) translate(-50%, 0);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .news-list__item:hover .news-list__post-title {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .news-list__item + .news-list__item {
    margin-top: 2rem;
  }
}
.news-list__item:last-of-type {
  border-bottom: none;
}
.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: 1rem;
}
@media screen and (min-width: 768px) {
  .news-list__time, .news-list__post-title {
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .news-list__time, .news-list__post-title {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 100%;
  }
}
.news-list__time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #141414;
}
@media screen and (min-width: 1200px) {
  .news-list__time {
    font-size: 1.7rem;
  }
}
.news-list__post-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  font-size: 1.5rem;
  font-family: "Sawarabi Gothic";
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #141414;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  padding-top: 0.4rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1199px) {
  .news-list--archive {
    border-top: none;
    border-bottom: none;
  }
  .news-list--archive .news-list__time,
  .news-list--archive .news-list__post-title {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 0.4rem 5rem 0 0;
  }
  .news-list--archive .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}

/*  カードタイプ  */
.news-card__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #141414;
  padding: 2rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.news-card__item:hover {
  opacity: 0.7;
}
.news-card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .news-card__time, .news-card__post-title {
    display: block;
  }
}
.news-card__time {
  font-size: 1.5rem;
  font-weight: bold;
  color: #141414;
}
@media screen and (min-width: 1200px) {
  .news-card__time {
    font-size: 1.7rem;
  }
}
.news-card__post-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #141414;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .news-card__post-title {
    display: block;
  }
}

.news-head {
  margin-bottom: 3rem;
}
.news-head__time {
  display: block;
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
  color: #141414;
  letter-spacing: 0.1em;
}
.news-head .h2 {
  margin-top: 1rem;
}

/*********************************************************/
/* 写真ギャラリー */
/*********************************************************/
.photoslider {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .photoslider {
    padding: 40px 30px 10px;
    background: #bababa;
  }
}

.photoslider:not(:first-child) {
  margin: 2rem auto;
  margin-bottom: 2rem;
}

.photoslider-nav {
  padding: 5px 0;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.photoslider-nav__item {
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  .photoslider-nav__item {
    padding: 20px 5px;
  }
}

@media screen and (min-width: 768px) {
  .photoslider-nav .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.photoslider-main {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.photoslider-main__item {
  width: 100%;
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .photoslider-main__item {
    margin: 0 70px;
  }
}
.photoslider-main .slick-arrow.slick-next {
  right: -20px;
}
@media screen and (min-width: 768px) {
  .photoslider-main .slick-arrow.slick-next {
    right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .photoslider-main .slick-arrow.slick-next {
    right: 70px;
  }
}
.photoslider-main .slick-arrow.slick-prev {
  left: -20px;
}
@media screen and (min-width: 768px) {
  .photoslider-main .slick-arrow.slick-prev {
    left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .photoslider-main .slick-arrow.slick-prev {
    left: 70px;
  }
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
}

.slide {
  position: relative;
  top: -20px;
}
.slide__item {
  position: relative;
  display: block;
  width: 100%;
}
.slide__item:nth-of-type(1), .slide__item:nth-of-type(2), .slide__item:nth-of-type(3), .slide__item:nth-of-type(4) {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .slide__item:nth-of-type(1), .slide__item:nth-of-type(2), .slide__item:nth-of-type(3), .slide__item:nth-of-type(4) {
    height: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .slide__item:nth-of-type(1), .slide__item:nth-of-type(2), .slide__item:nth-of-type(3), .slide__item:nth-of-type(4) {
    height: 600px;
  }
}
.slide__item:nth-of-type(1) {
  background-image: url(../images/slider/top-image07-sp.jpg);
}
@media screen and (min-width: 1200px) {
  .slide__item:nth-of-type(1) {
    background-image: url(../images/slider/top-image07-pc.jpg);
  }
}
.slide__item:nth-of-type(2) {
  background-image: url(../images/slider/top-image01-sp.jpg);
}
@media screen and (min-width: 1200px) {
  .slide__item:nth-of-type(2) {
    background-image: url(../images/slider/top-image01-pc.jpg);
  }
}
.slide__item:nth-of-type(3) {
  background-image: url(../images/slider/top-image02-sp.jpg);
}
@media screen and (min-width: 1200px) {
  .slide__item:nth-of-type(3) {
    background-image: url(../images/slider/top-image02-pc.jpg);
  }
}
.slide__item:nth-of-type(4) {
  background-image: url(../images/slider/top-image08-sp.jpg);
}
@media screen and (min-width: 1200px) {
  .slide__item:nth-of-type(4) {
    background-image: url(../images/slider/top-image08-pc.jpg);
  }
}
.slide__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  font-family: "object-fit: contain; object-position: top;";
}
.slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.slide li {
  font-size: 0;
  width: 30px;
  height: 5px;
  background-color: #fff;
  margin: 0 5px;
  -webkit-transition: all;
  transition: all;
}
.slide li.slick-active {
  background-color: #44B2C6;
  -webkit-transition: all;
  transition: all;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@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: 1200px) {
  .tab-only {
    display: none;
  }
}

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

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

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

@media screen and (min-width: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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;
}

: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 {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Charmonman", "Sawarabi Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #141414;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.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: 1200px) {
  .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);
}