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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Universal inheritance
 */
*,
:before,
:after {
  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;
  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 */

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

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

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

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

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

[hidden][aria-hidden=false]:focus {
  clip: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row__item {
  width: 100%;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
.row__item--mobile-fifth {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--std {
  margin: -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 {
  justify-content: center;
}
.row--align-center {
  align-items: center;
}

.container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1000px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .container--main {
    max-width: calc(100vw + 83px * 2);
    padding-left: 83px;
    padding-right: 83px;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
  background: #e6f0b4;
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 0;
}
@media screen and (min-width: 1024px) {
  .header__body {
    padding: 0 30px 0 0;
  }
}
.header__title {
  font-size: 1.2rem;
  color: #8bb403;
  margin-left: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .header__title {
    font-size: 1.7rem;
    margin-left: 3.1rem;
  }
}
.header__link {
  background: #abcd03;
  padding: 13px;
}
@media screen and (min-width: 1024px) {
  .header__link {
    padding: 20px 25px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__img {
  max-width: 135px;
  height: 35px;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
@media screen and (min-width: 1024px) {
  .header__img {
    max-width: 175px;
    height: 45px;
  }
}
.header__btn {
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .header__btn {
    right: 20px;
  }
}
.header__contact {
  display: flex;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header--fixed {
  position: fixed;
  top: 0;
}

.contact-btn {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #666;
  background: #fff;
  border-radius: 10px;
  border-bottom: 5px solid #abcd03;
  text-align: center;
  line-height: 1.2;
  padding: 4px 11px;
  transition: 0.2s all;
}
@media screen and (max-width: 1023px) {
  .contact-btn {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .contact-btn {
    text-align: left;
    border-radius: 15px;
    padding: 10px 18px;
  }
}
.contact-btn:before {
  content: "";
  font-family: "icomoon";
  font-size: 2.1rem;
  font-weight: normal;
  color: #abcd03;
}
@media screen and (max-width: 1023px) {
  .contact-btn:before {
    display: block;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact-btn:before {
    margin-right: 1rem;
  }
}
.contact-btn__title {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .contact-btn__title {
    font-size: 1.5rem;
  }
}
.contact-btn__title-ja {
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .contact-btn__title-ja {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}
.contact-btn__title-num {
  color: #666;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .contact-btn__title-num {
    display: block;
  }
}
.contact-btn--tel {
  margin-right: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .contact-btn--tel {
    pointer-events: none;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact-btn--tel .contact-btn__title {
    font-size: 1.4rem;
    color: #abcd03;
  }
}
@media screen and (min-width: 1024px) {
  .contact-btn--login:hover, .contact-btn--logout:hover {
    margin-top: 3px;
    border-bottom: 2px solid #abcd03;
  }
}
.contact-btn--login:before {
  content: "";
}
.contact-btn--logout:before {
  content: "";
}

@media screen and (max-width: 1023px) {
  .gnav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .gnav {
    display: none;
  }
}

.gnav-list {
  display: flex;
  text-align: center;
  width: 100%;
}
.gnav-list__item {
  transition: 0.2s ease-out;
}
@media screen and (max-width: 1023px) {
  .gnav-list__item {
    flex: 1;
    font-size: 1.3rem;
    font-weight: bold;
  }
}
.gnav-list__item--home {
  background: #abcd03;
}
.gnav-list__item--check {
  background: #3784d1;
}
.gnav-list__item--news {
  background: #e5cc0f;
}
.gnav-list__link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 7px;
}
.gnav-list__link:before {
  content: "";
  font-family: "icomoon";
  font-size: 1.1rem;
  font-weight: normal;
  margin-right: 0.5rem;
}

/*********************/
/*  メインビジュアル  */
/*********************/
.hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 280px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 340px;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    height: 370px;
  }
}
.hero + .section {
  padding-top: 1rem;
}
.hero__logo {
  width: 205px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .hero__logo {
    width: 245px;
    height: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__logo {
    width: 325px;
    height: 82px;
  }
}
.hero__box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hero__message {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .hero__message {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .hero--sub {
    height: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .hero--sub {
    height: 320px;
  }
}

.hero-title {
  margin-top: 6.5rem;
}
@media screen and (min-width: 768px) {
  .hero-title {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero-title {
    margin-top: 8.5rem;
  }
}
.hero-title-en, .hero-title-ja {
  display: block;
  text-align: center;
}
.hero-title-en {
  font-weight: 400;
  font-size: 4rem;
  font-family: "Ubuntu", sans-serif;
  color: #0a5327;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .hero-title-en {
    font-size: 4.6rem;
  }
}
.hero-title-ja {
  font-weight: 600;
  font-size: 1.4rem;
  color: #abcd03;
  letter-spacing: 0.15em;
  margin-top: 8px;
}

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

/*********************/
/*  フッター  */
/*********************/
.footer {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer {
    flex-direction: row;
    justify-content: space-between;
    padding: 17px 50px;
  }
}
.footer__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.footer__item {
  color: #0a5327;
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .footer__item {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__item {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .footer__item + .footer__item {
    margin-left: 3rem;
  }
}
.footer__link {
  font-weight: bold;
  color: inherit;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .footer__link:hover {
    opacity: 0.7;
  }
}
.footer__link--outside:after {
  content: "";
  font-family: "icomoon";
  margin-left: 0.5rem;
}
.footer__copyright {
  font-size: 1.2rem;
  font-family: "Ubuntu", sans-serif;
}

/*********************/
/*  TOP  */
/*********************/
.section {
  display: block;
  width: 100%;
  background: #fff;
  padding: 0 0 60px;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 60px 0 0;
  }
}
.section__header {
  display: block;
}
.section__img {
  width: 100%;
}
.section__header {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.section__header:before, .section__header:after {
  content: "";
  display: block;
  height: 3px;
  background: #f1f1f1;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .section__header:before, .section__header:after {
    margin-top: 2.5rem;
  }
}
.section__header:before {
  width: 20px;
}
@media screen and (min-width: 1024px) {
  .section__header:before {
    width: 40px;
  }
}
.section__header:after {
  flex: auto;
}
.section__title {
  font-size: 2.6rem;
  line-height: 1.5;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 3.2rem;
    padding: 0 3rem;
  }
}
.section__title-en {
  display: block;
  font-size: 1.3rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  color: #abcd03;
}
@media screen and (min-width: 768px) {
  .section__title-en {
    font-size: 1.8rem;
  }
}
.section__title-ja {
  display: block;
  font-size: 1.7rem;
  color: #666;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .section__title-ja {
    font-size: 2.2rem;
  }
}
.section__description strong {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .section__description strong {
    margin-bottom: 2rem;
  }
}
.section__footer {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .section__footer {
    margin-top: 3rem;
  }
}
.section__footer--btn-center {
  text-align: center;
}
.section__footer--btn-right {
  text-align: right;
}
.section--menu {
  padding: 12rem 0 6rem;
}
@media screen and (min-width: 1024px) {
  .section--menu {
    padding: 16rem 0 6rem;
  }
}
.section--news {
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .section--contact {
    padding: 0 0 100px;
  }
}
@media screen and (min-width: 1024px) {
  .section--contact {
    padding: 0 0 120px;
  }
}
.section--footer {
  background: #e6f0b4;
  padding: 18px 23px 70px;
}
@media screen and (min-width: 1024px) {
  .section--footer {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .btn-area {
    display: flex;
  }
}

.menu-btn {
  position: relative;
  background: #abcd03;
  border-radius: 25px;
  border-bottom: 10px solid #8bb403;
  padding: 3rem 2.5rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .menu-btn {
    flex: 1;
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .menu-btn {
    padding: 5.3rem 3rem 5.3rem 4rem;
  }
  .menu-btn:hover {
    margin-top: 8px;
    border-bottom: 2px solid #8bb403;
  }
}
.menu-btn + .menu-btn {
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .menu-btn + .menu-btn {
    margin: 0 0 0 3rem;
  }
}
.menu-btn:before, .menu-btn:after {
  content: "";
  position: absolute;
}
.menu-btn:before {
  content: "";
  font-family: "icomoon";
  right: 18px;
  bottom: 10px;
  font-size: 1rem;
  color: #abcd03;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .menu-btn:before {
    right: 24px;
    bottom: 18px;
  }
}
.menu-btn:after {
  right: 15px;
  bottom: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .menu-btn:after {
    right: 20px;
    bottom: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
.menu-btn__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.menu-btn__title {
  position: relative;
  color: #fff;
  padding-left: 5.5rem;
}
@media screen and (min-width: 768px) {
  .menu-btn__title {
    padding-left: 6rem;
  }
}
.menu-btn__title:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 3.7rem;
  font-weight: normal;
}
.menu-btn__title-ja, .menu-btn__title-en {
  display: block;
}
.menu-btn__title-ja {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .menu-btn__title-ja {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .menu-btn__title-ja {
    font-size: 2.3rem;
  }
}
.menu-btn__title-en {
  font-size: 1.3rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .menu-btn__title-en {
    font-size: 1.5rem;
  }
}
.menu-btn__title--dl:before {
  content: "";
  font-family: "icomoon";
}
.menu-btn--dl {
  background: #ccde6f;
  border-bottom: 10px solid #abcd03;
}
@media screen and (min-width: 1024px) {
  .menu-btn--dl:hover {
    margin-top: 8px;
    border-bottom: 2px solid #abcd03;
  }
}

.contact {
  border: 3px solid #efe179;
  background: #fff;
  border-radius: 20px;
  padding: 25px 20px;
}
.contact__box {
  background: #fdfbe3;
  border-radius: 15px;
  text-align: center;
  padding: 25px 20px;
}
@media screen and (min-width: 1024px) {
  .contact__box {
    padding: 30px 20px;
  }
}
.contact__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #e5cc0f;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1024px) {
  .contact__title {
    font-size: 1.7rem;
  }
}
.contact__tel {
  color: #666;
  font-size: 2.8rem;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .contact__tel {
    font-size: 3.3rem;
  }
}
.contact__tel:before {
  content: "";
  font-family: "icomoon";
  font-size: 2.1rem;
  color: #abcd03;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .contact__tel:before {
    font-size: 2.5rem;
  }
}
.contact__time {
  font-size: 1.5rem;
  font-weight: bold;
}
.contact__time span {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}
.contact__description {
  display: flex;
  align-items: center;
  height: 100%;
  color: #d54725;
  font-weight: bold;
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .contact__description {
    padding: 4.4rem 3.7rem;
  }
}
.contact--sub {
  padding: 0;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .contact--sub {
    margin-top: 4rem;
  }
}

/*********************/
/*  ボタン  */
/*********************/
.btn-area {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .btn-area {
    flex-direction: column;
  }
}
.btn-area--center {
  justify-content: center;
}

.btn {
  position: relative;
  display: inline-block;
  min-width: 300px;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #8bb403;
  background: #e6f0b4;
  border-bottom: 5px solid #8bb403;
  border-radius: 15px;
  transition: 0.2s ease-out;
  cursor: pointer;
  padding: 1.5rem 3rem;
}
.btn + .btn {
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .btn + .btn {
    margin: 0 0 0 1rem;
  }
}
.btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #8bb403;
}

/*********************/
/*  状況確認ページ  */
/*********************/
.situation-box {
  background: #FAEADD;
  border-radius: 25px;
  margin-top: 5rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .situation-box {
    margin-top: 10rem;
  }
}
.situation-box__title {
  position: relative;
  font-size: 2.1rem;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
  background: #eb7d2c;
  padding: 1rem 5rem;
}
@media screen and (min-width: 768px) {
  .situation-box__title {
    font-size: 2.6rem;
    letter-spacing: 0.25em;
    padding: 1.7rem 2.5rem;
  }
}
.situation-box__title:before {
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translate(0, -50%);
  content: "";
  font-family: "icomoon";
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .situation-box__title:before {
    left: 2.3rem;
    font-size: 3.6rem;
  }
}
.situation-box__wrap {
  padding: 0 2.5rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .situation-box__wrap {
    padding: 0 3.5rem 1.5rem;
  }
}
.situation-box__wrap--pb {
  padding-bottom: 3.5rem;
}
.situation-box__last-datetime {
  display: block;
  text-align: right;
  padding: 1rem 0;
}
.situation-box__item {
  align-items: center;
  background: #fff;
  border-radius: 15px;
  padding: 15px 20px;
}
@media screen and (min-width: 1024px) {
  .situation-box__item {
    display: flex;
    padding: 25px;
  }
}
.situation-box__item + .situation-box__item {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .situation-box__item + .situation-box__item {
    margin-top: 1.5rem;
  }
}
.situation-box__sub-title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .situation-box__sub-title {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .situation-box__sub-title {
    flex: 0 0 214px;
    margin-bottom: 0;
  }
}
.situation-box__label {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .situation-box__label {
    flex: 0 0 100px;
    font-size: 1.3rem;
    margin: 0 2.5rem 0 2rem;
    padding: 9px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .situation-box__label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
}
.situation-box__label:before {
  display: block;
  font-size: 3.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .situation-box__label:before {
    margin-right: 1rem;
  }
}
.situation-box__label--one-week {
  background: #3784d1;
}
.situation-box__label--one-week:before {
  content: "◎";
}
.situation-box__label--month {
  background: #abcd03;
}
.situation-box__label--month:before {
  content: "○";
}
.situation-box__label--contact {
  background: #e5cc0f;
}
.situation-box__label--contact:before {
  content: "△";
}
.situation-box__ect-label {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #3784d1;
  border-radius: 10px;
  line-height: 1.4;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .situation-box__ect-label {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .situation-box__ect-label {
    flex: 0 0 295px;
    padding: 2.5rem 1.5rem;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .situation-box__txt-wrap {
    flex: 1 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .situation-box__txt-wrap {
    margin-top: 1rem;
  }
}
.situation-box__choice-txt {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .situation-box__choice-txt {
    font-size: 1.6rem;
  }
}
.situation-box--m-ect {
  background: #e6f0b4;
}
.situation-box--m-ect .situation-box__title {
  background: #abcd03;
}
.situation-box--m-ect .situation-box__title:before {
  content: "";
}
.situation-box--outpatient {
  background: #e4edf5;
}
.situation-box--outpatient .situation-box__title {
  background: #3784d1;
}
.situation-box--outpatient .situation-box__title:before {
  content: "";
}

.icon-list {
  list-style: none;
  line-height: 1.3;
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 1024px) {
  .icon-list {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem 0 0 0;
  }
}
.icon-list__item {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .icon-list__item {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .icon-list__item {
    margin-right: 2rem;
  }
}
.icon-list__item:before {
  font-size: 2.5rem;
  font-weight: bold;
  vertical-align: sub;
  margin-right: 8px;
}
.icon-list__item--one-week:before {
  content: "◎";
  color: #3784d1;
}
.icon-list__item--month:before {
  content: "○";
  color: #abcd03;
}
.icon-list__item--contact:before {
  content: "△";
  color: #e5cc0f;
}

/*  ------サブページ------  */
.page-article__title {
  color: #9f9f9f;
  margin: 3rem 0;
}
.page-article__title-ja, .page-article__title-en {
  display: block;
  text-align: center;
}
.page-article__title-ja {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .page-article__title-ja {
    font-size: 3.2rem;
  }
}
.page-article__title-en {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .page-article__title-en {
    font-size: 2rem;
  }
}

/*********************/
/*  見出し  */
/*********************/
.post-type-page {
  background: #fff;
  padding: 1rem 0 4rem;
}
@media screen and (min-width: 1024px) {
  .post-type-page {
    padding: 1rem 0 8rem;
  }
}
.post-type-page p:not([class]) {
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.post-type-page p:not([class]):not(:first-child) {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .post-type-page p:not([class]):not(:first-child) {
    margin-top: 2.5rem;
  }
}
.post-type-page a:not([class]) {
  color: #abcd03;
  text-decoration: none;
  border-bottom: 1px solid #abcd03;
  transition: 0.3s ease-out;
}
.post-type-page a:not([class]):hover {
  opacity: 0.6;
}
.post-type-page .txt-link {
  color: #abcd03;
  text-decoration: none;
  border-bottom: 1px solid #abcd03;
  transition: 0.3s ease-out;
}
.post-type-page .txt-link:hover {
  opacity: 0.6;
}
.post-type-page .strong {
  font-weight: 600;
  color: #0a5327;
}
.post-type-page .annotation {
  display: block;
  color: #D54725;
  font-weight: bold;
  margin-top: 1.5rem;
}
.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 .ol:first-child,
.post-type-page .table:first-child,
.post-type-page .box:first-child,
.post-type-page .goto:first-child,
.post-type-page .form-step:first-child {
  margin-top: 0;
}
.post-type-page .h2 {
  position: relative;
  width: 100%;
  padding: 3.5rem;
  margin: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-page .h2 {
    margin: 5rem 0 0;
  }
}
.post-type-page .h2__inner {
  position: absolute;
  top: 50%;
  left: 5%;
  display: inline-block;
  max-width: 80%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #666;
  background: #fff;
  padding: 0 1.5rem;
  letter-spacing: 0.15em;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .post-type-page .h2__inner {
    font-size: 2.2rem;
  }
}
.post-type-page .h2:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 100%;
  content: "";
  height: 3px;
  background: #f1f1f1;
  vertical-align: middle;
  transform: translateY(-50%);
  z-index: 0;
}
.post-type-page .h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #abcd03;
  border-bottom: 4px solid #e6f0b4;
  letter-spacing: 0.15em;
  line-height: 1.5;
  padding: 0 0 0.5rem;
  margin: 5rem 0 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .h3 {
    font-size: 2.2rem;
  }
}
.post-type-page .h3--dark {
  color: #0a5327;
}
.post-type-page .h4 {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  color: #0a5327;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0 0 0 3rem;
  margin: 4rem 0 0;
}
.post-type-page .h4::after {
  content: "";
  display: inline-block;
  background: #0a5327;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .h4::after {
    width: 17px;
    height: 17px;
  }
}
.post-type-page .h5 {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .h5 {
    font-size: 1.7rem;
  }
}
.post-type-page .ul {
  list-style: none;
  margin: 2rem 0 0;
}
.post-type-page .ul li {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 0 2.5rem;
  margin: 0 0 1.2rem;
}
.post-type-page .ul li::before {
  content: "";
  display: inline-block;
  background: #0a5327;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 10px;
  width: 9px;
  height: 9px;
  transform: translate(-50%, -50%);
}
.post-type-page .ul .ul {
  margin-top: 1rem;
}
.post-type-page .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 2rem 0 0;
}
.post-type-page .ol li {
  position: relative;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 0 0 3rem;
  margin: 0 0 1.2rem;
}
.post-type-page .ol li::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: 500;
  font-size: 1.9rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  color: #abcd03;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .ol li::before {
    top: 11px;
    left: 10px;
  }
}
.post-type-page .ol .ol {
  margin-top: 1rem;
}
.post-type-page .number-list {
  list-style: none;
  margin: 4rem 0 0;
  counter-reset: number 0;
}
.post-type-page .number-list li + li {
  margin: 2rem 0 0;
}
@media screen and (min-width: 1024px) {
  .post-type-page .number-list li + li {
    margin: 3rem 0 0;
  }
}
.post-type-page .number-list__title + p {
  margin-top: 0.5rem;
}
.post-type-page .number-list__title {
  position: relative;
  font-weight: bold;
  font-size: 1.7rem;
  color: #0a5327;
  letter-spacing: 0.1em;
  padding: 0 0 0 3.5rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .number-list__title {
    font-size: 1.8rem;
  }
}
.post-type-page .number-list__title::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.9rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  background: #abcd03;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .number-list__title::before {
    top: 50%;
  }
}
.post-type-page .table {
  width: 100%;
  margin: 3rem 0;
}
.post-type-page .table th {
  width: 30%;
  font-weight: 600;
  font-size: 1.5rem;
  background: #e6f0b4;
  color: #8bb403;
  letter-spacing: 0.05em;
}
.post-type-page .table th,
.post-type-page .table td {
  border: 1px solid #ccde6f;
  padding: 1rem 1.5rem;
}
.post-type-page .box {
  border-radius: 20px;
  background: #f9fced;
  margin: 5rem 0 0;
  padding: 3.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .box {
    padding: 4.5rem 5rem;
  }
}
.post-type-page .box__title {
  position: relative;
  font-weight: bold;
  font-size: 1.7rem;
  color: #0a5327;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-left: 3rem;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .box__title {
    font-size: 1.9rem;
  }
}
.post-type-page .box__title::after {
  content: "";
  display: inline-block;
  background: #0a5327;
  border-radius: 3px;
  position: absolute;
  top: 11px;
  left: 10px;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .post-type-page .box__title::after {
    top: 13px;
    width: 17px;
    height: 17px;
  }
}
.post-type-page .box--white {
  background: #fff;
  border: 3px solid #e5e5e5;
}
.post-type-page .box--white .box__title {
  color: #abcd03;
  border-bottom: 3px solid #e6f0b4;
  letter-spacing: 0.15em;
  padding-left: 0;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .box--white .box__title {
    font-size: 2.2rem;
  }
}
.post-type-page .box--white .box__title::after {
  display: none;
}
.post-type-page .attention {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  color: #0a5327;
}
@media screen and (min-width: 768px) {
  .post-type-page .attention {
    font-size: 2.4rem;
  }
}
.post-type-page .attention:before {
  content: "!";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1.5;
  border-radius: 50%;
  font-size: 2.8rem;
  font-weight: normal;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  background: #abcd03;
  letter-spacing: 0;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 1024px) {
  .post-type-page .attention:before {
    margin: 0 auto 2.3rem;
  }
}
.post-type-page .flow-list {
  position: relative;
  list-style: none;
  margin: 5rem 0 0;
  counter-reset: number 0;
}
.post-type-page .flow-list__item {
  position: relative;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 3.5rem 0 2rem 4.5rem;
}
@media screen and (min-width: 768px) {
  .post-type-page .flow-list__item {
    padding: 0 0 3.5rem 13rem;
  }
}
.post-type-page .flow-list__item:last-of-type {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .flow-list__item:last-of-type::after {
    border-left: none;
  }
}
.post-type-page .flow-list__item::before {
  counter-increment: number 1;
  content: "STEP " counter(number);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  box-shadow: 0 0 0 5px #fff;
  border-radius: 15px;
  color: #fff;
  background: #abcd03;
  letter-spacing: 0.07em;
  padding: 0 11px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .post-type-page .flow-list__item::before {
    top: -2px;
    padding: 2px 24px;
  }
}
.post-type-page .flow-list__item:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  height: 115%;
  border-left: 3px solid #abcd03;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .post-type-page .flow-list__item:after {
    top: -25px;
    height: 125%;
    left: 48px;
  }
}

/*********************/
/*  ボタン  */
/*********************/
.button-area {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .button-area {
    flex-direction: column;
  }
}
.button-area + .button-area {
  margin-top: 1.5rem;
}
.button-area--center {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .button-area .button {
    width: calc(100% / 3);
  }
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #8bb403;
  background: #e6f0b4;
  border-bottom: 5px solid #abcd03;
  border-radius: 15px;
  line-height: 1.6;
  transition: 0.2s ease-out;
  cursor: pointer;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .button {
    padding: 1.5rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .button:hover {
    margin-top: 3px;
    border-bottom: 2px solid #abcd03;
  }
}
@media screen and (max-width: 767px) {
  .button + .button {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .button + .button {
    margin-left: 1.5rem;
  }
}
.button:before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.button--login:before {
  content: "";
  left: 30px;
  font-family: "icomoon";
  font-size: 2.2rem;
  font-weight: normal;
}
.button--external {
  padding: 1.5rem 3rem 1.5rem 5rem;
}
.button--external:before {
  left: 25px;
  content: "";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 2rem;
  color: #8bb403;
}
.button--pdf {
  padding: 1.5rem 3rem 1.5rem 5.5rem;
}
.button--pdf:before {
  left: 30px;
  content: "PDF";
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
  border-radius: 2px;
  color: #8bb403 !important;
  background: #fff;
  padding: 0 5px;
}
.button--goto:before, .button--goto:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.button--goto:before {
  left: 20px;
  width: 25px;
  height: 25px;
  background: #fff;
}
.button--goto:after {
  top: calc(50% + 2px);
  left: 26px;
  content: "";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  color: #8bb403;
}
.button--goto:hover {
  margin-top: 3px;
  border-bottom: 2px solid #8bb403;
}
.button--vacant, .button--m-ect, .button--outpatient {
  color: #fff;
}
.button--vacant {
  background: #eb7d2c;
  border-bottom: 5px solid #ce671a;
}
.button--vacant:after {
  color: #eb7d2c;
}
@media screen and (min-width: 1024px) {
  .button--vacant:hover {
    border-bottom: 2px solid #ce671a;
  }
}
.button--m-ect {
  background: #abcd03;
  border-bottom: 5px solid #8bb403;
}
.button--m-ect:after {
  color: #abcd03;
}
.button--outpatient {
  background: #3784d1;
  border-bottom: 5px solid #386a9b;
}
.button--outpatient:after {
  color: #3784d1;
}
@media screen and (min-width: 1024px) {
  .button--outpatient:hover {
    border-bottom: 2px solid #386a9b;
  }
}
.button--strong {
  color: #fff;
  background: #abcd03;
  border-bottom: 5px solid #8bb403;
}
@media screen and (min-width: 1024px) {
  .button--strong:hover {
    border-bottom: 2px solid #8bb403;
  }
}
.button--strong:before {
  color: #fff;
}

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

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

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

/*  パンくず  */
.breadcrumb {
  background: #9f9f9f;
}
.breadcrumb-list {
  display: flex;
  padding: 1.5rem;
  flex-wrap: wrap;
  font-size: 1.3rem;
  justify-content: center;
  list-style: none;
}
.breadcrumb-list__item:not(:first-child):before {
  content: "";
  transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  margin: 0 1rem 0.2rem;
  border-right: 1px solid #fff;
}
.breadcrumb-list__link {
  transition: 0.3s ease-out;
  color: #fff;
}
.breadcrumb-list__link:hover {
  color: #666;
  opacity: 1;
}
/*  ページ送り  */
.pager-list,
.single-pager-list {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
}
.pager-list__item,
.single-pager-list__item {
  margin: 15px 5px 10px;
  list-style: none;
  position: relative;
  background: #e6f0b4;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  border-radius: 50%;
  overflow: hidden;
}
.pager-list__link,
.single-pager-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #abcd03;
  transition: 0.2s ease-out;
}
.pager-list__link:hover,
.single-pager-list__link:hover {
  background: #abcd03;
  color: #fff;
}
.pager-list__link--number,
.single-pager-list__link--number {
  text-align: center;
  font-size: 2rem;
}
.pager-list__link--prev:before,
.single-pager-list__link--prev:before {
  content: "";
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 10px 1px 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.pager-list__link--next::after,
.single-pager-list__link--next::after {
  content: "";
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pager-list__link--active,
.single-pager-list__link--active {
  background: #abcd03;
  color: #fff;
}

.single-pager-list__back {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #8bb403;
  background: #e6f0b4;
  border-bottom: 5px solid #8bb403;
  border-radius: 15px;
  transition: 0.2s ease-out;
  cursor: pointer;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .single-pager-list__back {
    padding: 1.5rem 3rem;
  }
}
.single-pager-list__back:hover {
  margin-top: 3px;
  border-bottom: 2px solid #8bb403;
}

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

/**************************/
/*  ページ内リンク  */
/**************************/
.goto {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .goto {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 60px;
  }
}
.goto__item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .goto__item {
    width: calc(100% / 3);
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .goto__item + .goto__item {
    margin-top: 1rem;
  }
}
.goto__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #8bb403;
  background: #e6f0b4;
  border-bottom: 5px solid #8bb403;
  border-radius: 15px;
  transition: 0.2s ease-out;
  cursor: pointer;
  padding: 1.5rem 1.5rem 1.5rem 6rem;
}
@media screen and (min-width: 768px) {
  .goto__link {
    padding: 1.5rem 3rem 1.5rem 6rem;
  }
}
.goto__link:before, .goto__link:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  content: "";
  border-radius: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.goto__link:before {
  left: 20px;
  width: 25px;
  height: 25px;
  background: #fff;
}
.goto__link:after {
  left: 26px;
  content: "";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  color: #8bb403;
}
.goto__link:hover {
  margin-top: 3px;
  border-bottom: 2px solid #8bb403;
}

/*********************/
/*  ニュース  */
/*********************/
/*  リストタイプ  */
.news-list {
  display: block;
  width: 100%;
}
.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.news-list__item + .news-list__item {
  margin-top: 2rem;
}
.news-list__item:hover .news-list__category {
  background: #fff;
}
.news-list__item:hover .news-list__category--vacant {
  color: #eb7d2c;
}
.news-list__item:hover .news-list__category--outpatient {
  color: #3784d1;
}
.news-list__item:hover .news-list__category--m-ect {
  color: #abcd03;
}
.news-list__item:hover .news-list__category--etc {
  color: #e5cc0f;
}
.news-list__item:hover .news-list__post-title {
  opacity: 0.7;
}
.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__category, .news-list__post-title {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .news-list__time, .news-list__category, .news-list__post-title {
    padding: 1rem 1.5rem;
  }
}
.news-list__time {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  color: #abcd03;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news-list__time {
    font-size: 1.7rem;
  }
}
.news-list__category {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  background: #e5e5e5;
  padding: 3px 15px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .news-list__category {
    padding: 5px 10px;
  }
}
.news-list__category--vacant {
  border: 2px solid #eb7d2c;
  background: #eb7d2c;
}
.news-list__category--outpatient {
  border: 2px solid #3784d1;
  background: #3784d1;
}
.news-list__category--m-ect {
  border: 2px solid #abcd03;
  background: #abcd03;
}
.news-list__category--etc {
  border: 2px solid #e5cc0f;
  background: #e5cc0f;
}
.news-list__time {
  flex: 0 0 110px;
}
.news-list__category {
  flex: 0 0 120px;
}
.news-list__post-title {
  flex: 1 0 0px;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: normal;
  color: #666;
  letter-spacing: 0.05em;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .news-list__post-title {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.refine {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem 5rem;
}
.refine__btn {
  width: calc(100% / 2 - 1rem);
  margin: 0.5rem 0.5rem;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .refine__btn {
    width: calc(100% / 4 - 1rem);
    margin: 1rem 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .refine__btn {
    width: calc(100% / 5 - 1rem);
  }
}
.refine__link {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  background: #e5e5e5;
  padding: 3px 15px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .refine__link {
    padding: 3px 22px;
  }
}
.refine__link--all {
  color: #666;
  border: 2px solid #e5e5e5;
}
.refine__link--all:hover {
  border: 2px solid #666;
}
.refine__link--vacant {
  border: 2px solid #eb7d2c;
  background: #eb7d2c;
}
.refine__link--vacant:hover {
  color: #eb7d2c;
}
.refine__link--outpatient {
  border: 2px solid #3784d1;
  background: #3784d1;
}
.refine__link--outpatient:hover {
  color: #3784d1;
}
.refine__link--m-ect {
  border: 2px solid #abcd03;
  background: #abcd03;
}
.refine__link--m-ect:hover {
  color: #abcd03;
}
.refine__link--etc {
  border: 2px solid #e5cc0f;
  background: #e5cc0f;
}
.refine__link--etc:hover {
  color: #e5cc0f;
}
.refine__link:hover {
  background: #fff;
}

.news-head {
  margin-bottom: 3rem;
}
.news-head__time {
  font-size: 1.7rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  color: #abcd03;
  letter-spacing: 0.05em;
}
.news-head__ctg {
  display: inline-block;
  min-width: 100px;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  background: #e5e5e5;
  padding: 0 15px;
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-head__ctg {
    padding: 3px 22px;
  }
}
.news-head__ctg--vacant {
  background: #3784d1;
}
.news-head__ctg--outpatient {
  background: #abcd03;
}
.news-head__ctg--m-ect {
  background: #eb7d2c;
}
.news-head__ctg--etc {
  background: #e5cc0f;
}

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

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

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

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

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

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

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }

  .sp-mt10 {
    margin-top: 1rem;
  }

  .sp-mt20 {
    margin-top: 2rem;
  }

  .sp-mt30 {
    margin-top: 3rem;
  }

  .sp-mt40 {
    margin-top: 4rem;
  }

  .sp-mt50 {
    margin-top: 5rem;
  }

  .sp-mt60 {
    margin-top: 6rem;
  }

  .sp-mt70 {
    margin-top: 7rem;
  }

  .sp-mt80 {
    margin-top: 8rem;
  }

  .sp-mt90 {
    margin-top: 9rem;
  }

  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }

  .tab-mt10 {
    margin-top: 1rem;
  }

  .tab-mt20 {
    margin-top: 2rem;
  }

  .tab-mt30 {
    margin-top: 3rem;
  }

  .tab-mt40 {
    margin-top: 4rem;
  }

  .tab-mt50 {
    margin-top: 5rem;
  }

  .tab-mt60 {
    margin-top: 6rem;
  }

  .tab-mt70 {
    margin-top: 7rem;
  }

  .tab-mt80 {
    margin-top: 8rem;
  }

  .tab-mt90 {
    margin-top: 9rem;
  }

  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1024px) {
  .pc-mt0 {
    margin-top: 0;
  }

  .pc-mt10 {
    margin-top: 1rem;
  }

  .pc-mt20 {
    margin-top: 2rem;
  }

  .pc-mt30 {
    margin-top: 3rem;
  }

  .pc-mt40 {
    margin-top: 4rem;
  }

  .pc-mt50 {
    margin-top: 5rem;
  }

  .pc-mt60 {
    margin-top: 6rem;
  }

  .pc-mt70 {
    margin-top: 7rem;
  }

  .pc-mt80 {
    margin-top: 8rem;
  }

  .pc-mt90 {
    margin-top: 9rem;
  }

  .pc-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }

  .sp-mb10 {
    margin-bottom: 1rem;
  }

  .sp-mb20 {
    margin-bottom: 2rem;
  }

  .sp-mb30 {
    margin-bottom: 3rem;
  }

  .sp-mb40 {
    margin-bottom: 4rem;
  }

  .sp-mb50 {
    margin-bottom: 5rem;
  }

  .sp-mb60 {
    margin-bottom: 6rem;
  }

  .sp-mb70 {
    margin-bottom: 7rem;
  }

  .sp-mb80 {
    margin-bottom: 8rem;
  }

  .sp-mb90 {
    margin-bottom: 9rem;
  }

  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }

  .tab-mb10 {
    margin-bottom: 1rem;
  }

  .tab-mb20 {
    margin-bottom: 2rem;
  }

  .tab-mb30 {
    margin-bottom: 3rem;
  }

  .tab-mb40 {
    margin-bottom: 4rem;
  }

  .tab-mb50 {
    margin-bottom: 5rem;
  }

  .tab-mb60 {
    margin-bottom: 6rem;
  }

  .tab-mb70 {
    margin-bottom: 7rem;
  }

  .tab-mb80 {
    margin-bottom: 8rem;
  }

  .tab-mb90 {
    margin-bottom: 9rem;
  }

  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0;
  }

  .pc-mb10 {
    margin-bottom: 1rem;
  }

  .pc-mb20 {
    margin-bottom: 2rem;
  }

  .pc-mb30 {
    margin-bottom: 3rem;
  }

  .pc-mb40 {
    margin-bottom: 4rem;
  }

  .pc-mb50 {
    margin-bottom: 5rem;
  }

  .pc-mb60 {
    margin-bottom: 6rem;
  }

  .pc-mb70 {
    margin-bottom: 7rem;
  }

  .pc-mb80 {
    margin-bottom: 8rem;
  }

  .pc-mb90 {
    margin-bottom: 9rem;
  }

  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

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

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* STEP */
.form-step {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 4rem 0;
}
@media screen and (min-width: 768px) {
  .form-step {
    margin: 6rem 0;
  }
}
.form-step__item {
  position: relative;
  color: #e6f0b4;
  font-weight: bold;
  line-height: 2;
  list-style: none;
}
.form-step__item + .form-step__item {
  margin-left: 55px;
}
@media screen and (min-width: 1024px) {
  .form-step__item + .form-step__item {
    margin-left: 55px;
  }
}
.form-step__item:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  background: #e6f0b4;
  text-align: center;
  border-radius: 50%;
}
.form-step__item:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 35px;
  width: 43px;
  height: 3px;
  background: #e6f0b4;
}
.form-step__item:last-of-type:after {
  display: none;
}
.form-step__item:nth-child(1):before {
  content: "1";
}
.form-step__item:nth-child(2):before {
  content: "2";
}
.form-step__item:nth-child(3):before {
  content: "3";
}
.form-step__item--active {
  color: #abcd03;
}
.form-step__item--active:before {
  background: #abcd03;
}

/* デコレーション版 */
form {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  form {
    margin-top: 4rem;
  }
}

.deco-form__wrap {
  border-radius: 20px;
  background: #fff;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .deco-form__wrap {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__wrap {
    padding: 2rem 4rem;
  }
}
.deco-form__row {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .deco-form__row {
    display: flex;
  }
}
.deco-form__row:first-of-type {
  padding: 0 0 15px;
}
.deco-form__row--column {
  flex-direction: column;
}
.deco-form__row--column .deco-form__item:first-child {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .deco-form__row--column .deco-form__item:first-child {
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(1) {
    width: 30.5%;
  }
}
.deco-form__row--file .deco-form__item:nth-child(2) {
  width: 100%;
  padding: 1.8rem 2rem;
  background: #f1f1f1;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #9f9f9f;
}
@media screen and (min-width: 768px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    width: 69.5%;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__row--file .deco-form__item:nth-child(2) {
    padding: 2rem;
  }
}
.deco-form__required, .deco-form__any {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #0a5327;
  padding: 5px 10px;
  border-radius: 15px;
  vertical-align: middle;
  margin: 0 1rem 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .deco-form__required, .deco-form__any {
    margin: 0 1rem 0 0;
  }
}
.deco-form__any {
  color: #0a5327;
  background: #ccde6f;
}
.deco-form__item {
  width: 100%;
  color: #0a5327;
  font-weight: bold;
  position: relative;
}
.deco-form__item:first-child {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .deco-form__item:first-child {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__item:first-child {
    width: 44%;
  }
}
.deco-form__item--select {
  position: relative;
}
.deco-form__item--select:before, .deco-form__item--select:after {
  position: absolute;
  display: block;
  content: "";
}
.deco-form__item--select:before {
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #666;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:before {
    width: 50px;
  }
}
.deco-form__item--select:after {
  top: 20px;
  right: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .deco-form__item--select:after {
    right: 9px;
  }
}
.deco-form__item--radio {
  display: flex;
  flex-wrap: wrap;
}
@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 #666;
  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%;
  background: #f1f1f1;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  outline: 0;
  padding: 5px 10px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .deco-form__text, .deco-form__textarea, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
    padding: 23px 20px;
  }
}
.deco-form__text:focus, .deco-form__textarea:focus, .deco-form__number:focus, .deco-form__email:focus, .deco-form__zip:focus {
  border: 2px solid #abcd03;
  background: #fff;
}
.deco-form__text, .deco-form__number, .deco-form__email, .deco-form__select, .deco-form__zip {
  height: 5rem;
}
.deco-form__small {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0;
  color: #abcd03;
}
@media screen and (min-width: 768px) {
  .deco-form__small {
    font-size: 1.5rem;
    width: 68%;
  }
}
.deco-form__small::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #f1f1f1;
  vertical-align: super;
  margin: 1.8rem 0.7rem 0 0;
}
.deco-form__select {
  cursor: pointer;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  text-overflow: "";
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
.deco-form__add {
  margin-left: 1rem;
}
.deco-form__check {
  display: none;
}
.deco-form__check:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.deco-form__radio {
  display: none;
}
.deco-form__radio:checked + .mwform-radio-field-text:before {
  opacity: 1;
}
.deco-form__radio:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 7px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.deco-form .mwform-radio-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  vertical-align: middle;
  cursor: pointer;
}
.deco-form .mwform-radio-field-text:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 2px solid #abcd03;
  border-radius: 50%;
  content: "";
  background: #e6f0b4;
  z-index: 0;
}
.deco-form .mwform-radio-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #0a5327;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
.deco-form .mwform-checkbox-field-text {
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding-left: 20px;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .deco-form .mwform-checkbox-field-text {
    margin-right: 20px;
  }
}
.deco-form .mwform-checkbox-field-text:before {
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #abcd03;
  background: #e6f0b4;
}
.deco-form .mwform-checkbox-field-text:after {
  transition: opacity 0.1s linear;
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 7px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 2px solid #0a5327;
  border-right: 2px solid #0a5327;
  opacity: 0;
}
.deco-form .mwform-checkbox-field label {
  cursor: pointer;
  display: inline-block;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 23px 35px;
}
.deco-form__image {
  width: 100%;
}
.deco-form__checkbox {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .deco-form__checkbox {
    margin-top: 1.5rem;
  }
}
.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;
  transform: rotate(45deg);
}
.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;
  transition: 0.2s ease-out;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .deco-form__back, .deco-form__submit {
    max-width: 430px;
  }
}
.deco-form__back:hover, .deco-form__submit:hover {
  opacity: 0.7;
}
.deco-form__button {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .deco-form__button {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .deco-form__button {
    margin-top: 4rem;
  }
}
.deco-form__button .button {
  display: inline-block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .deco-form__button .button {
    max-width: 440px;
  }
}
.deco-form ::-webkit-input-placeholder {
  color: #9f9f9f;
}
.deco-form ::-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}
.deco-form :-ms-input-placeholder {
  color: #9f9f9f;
}
.deco-form .error {
  color: #D54725;
  font-weight: bold;
}
.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 {
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .deco-form .vertical-item {
    width: calc(100% / 2);
  }
}
.deco-form__info-area {
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .deco-form__info-area {
    padding: 25px 0;
  }
}
.deco-form__info-item {
  background: #f1f1f1;
  margin-bottom: 1px;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .deco-form__info-item {
    display: flex;
    justify-content: flex-start;
    align-content: center;
  }
}
.deco-form__info-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .deco-form__info-title {
    width: 175px;
  }
}
.deco-form__info-txtbox {
  display: block;
  width: calc(100% - 175px);
  pointer-events: none;
}

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

.preview-txt {
  display: none;
}

.pryvacy-consent {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .pryvacy-consent {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 8rem;
  }
}
.pryvacy-consent .mwform-checkbox-field-text {
  display: inline-block;
  color: #0a5327;
  font-weight: bold;
}
.pryvacy-consent .preview-txt {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

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

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  font-size: 62.5%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Arial, "メイリオ", Meiryo, sans-serif;
  color: #666;
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1024px) {
  body {
    background: #FAFAFA;
  }
}

img {
  pointer-events: none;
}

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

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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