@charset "UTF-8";
body {
  padding-top: 120px;
  background: #FFF5D7;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .9375rem;
  font-weight: 300;
  color: #6B5D48;
}
@media screen and (max-width: 1679px) {
  body {
    font-size: .875em;
  }
}
@media screen and (max-width: 1279px) {
  body {
    padding-top: 60px;
  }
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: inherit;
}

th, td {
  vertical-align: top;
  font-weight: inherit;
}

a {
  color: #6B5D48;
}
a:hover {
  text-decoration: none;
}

em, th {
  font-style: normal;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .hide--768 {
    display: none;
  }
}
@media screen and (min-width: 580px) {
  .hide--min580 {
    display: none;
  }
}
/* ----------------------------------------
  Components
---------------------------------------- */
/* Button Design
------------------------------ */
.button {
  display: inline-block;
  padding: 0 1.5em;
  border-radius: 5em;
  border-style: solid;
  border-width: 2px;
  line-height: 1.8;
  font-weight: 400;
}
.button--blue-blue {
  border-color: #4DB6E8;
  background-color: #4DB6E8;
  color: #fff;
  transition: .3s;
}
@media screen and (min-width: 1280px) {
  a:hover .button--blue-blue, .button--blue-blue:hover {
    background-color: #fff;
    color: #4DB6E8;
  }
}
.button--blue-white {
  border-color: #4DB6E8;
  background-color: #fff;
  color: #4DB6E8;
  transition: .3s;
}
@media screen and (min-width: 1280px) {
  a:hover .button--blue-white, .button--blue-white:hover {
    background-color: #4DB6E8;
    color: #fff;
  }
}
.button--brown-brown {
  border-color: #6B5D48;
  background-color: #6B5D48;
  color: #fff;
  transition: .3s;
}
@media screen and (min-width: 1280px) {
  a:hover .button--brown-brown, .button--brown-brown:hover {
    background-color: #fff;
    color: #6B5D48;
  }
}
.button--brown-white {
  border-color: #6B5D48;
  background-color: #fff;
  color: #4DB6E8;
  transition: .3s;
}
@media screen and (min-width: 1280px) {
  a:hover .button--brown-white, .button--brown-white:hover {
    background-color: #6B5D48;
    color: #fff;
  }
}
.button--white-blue {
  border-color: #fff;
  background-color: #4DB6E8;
  color: #fff;
  transition: .3s;
}
@media screen and (min-width: 1280px) {
  a:hover .button--white-blue, .button--white-blue:hover {
    border-color: #4DB6E8;
    background-color: #fff;
    color: #4DB6E8;
  }
}
.button--white-brown {
  border-color: #fff;
  background-color: #6B5D48;
  color: #fff;
  transition: .3s;
}
@media screen and (min-width: 1280px) {
  a:hover .button--white-brown, .button--white-brown:hover {
    border-color: #6B5D48;
    background-color: #fff;
    color: #6B5D48;
  }
}
.button--white-white_blue {
  border-color: #fff;
  background-color: #fff;
  color: #4DB6E8;
  transition: .3s;
}
@media screen and (min-width: 1280px) {
  a:hover .button--white-white_blue, .button--white-white_blue:hover {
    background-color: #4DB6E8;
    color: #fff;
  }
}
.button--brown-nobg {
  border-color: #6B5D48;
  background-color: transparent;
  color: #6B5D48;
  transition: .3s;
}
@media screen and (min-width: 1280px) {
  a:hover .button--brown-nobg, .button--brown-nobg:hover {
    background-color: #6B5D48;
    color: #fff;
  }
}
.button:not(.button--no-arrow)::after {
  content: "";
  display: inline-block;
  vertical-align: -.2em;
  width: 1.2em;
  height: 1.2em;
  margin: 0 -.25em 0 .25em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: margin .3s;
}
@media screen and (min-width: 1280px) {
  a:hover .button::after, .button:hover::after {
    margin: 0 -.55em 0 .55em;
  }
}
.button--blue01a::after {
  background-image: url("/resource/images/common/arrow__blue01a.svg");
}
.button--blue01b::after {
  background-image: url("/resource/images/common/arrow__blue01b.svg");
}
.button--blue01c::after {
  background-image: url("/resource/images/common/arrow__blue01c.svg");
}
.button--blue01d::after {
  background-image: url("/resource/images/common/arrow__blue01d.svg");
}
.button--blue02a::after {
  background-image: url("/resource/images/common/arrow__blue02a.svg");
}
.button--blue02b::after {
  background-image: url("/resource/images/common/arrow__blue02b.svg");
}
.button--blue02c::after {
  background-image: url("/resource/images/common/arrow__blue02c.svg");
}
.button--blue02d::after {
  background-image: url("/resource/images/common/arrow__blue02d.svg");
}
.button--brown01a::after {
  background-image: url("/resource/images/common/arrow__brown01a.svg");
}
.button--brown01b::after {
  background-image: url("/resource/images/common/arrow__brown01b.svg");
}
.button--brown01c::after {
  background-image: url("/resource/images/common/arrow__brown01c.svg");
}
.button--brown01d::after {
  background-image: url("/resource/images/common/arrow__brown01d.svg");
}
.button--brown02a::after {
  background-image: url("/resource/images/common/arrow__brown02a.svg");
}
.button--brown02b::after {
  background-image: url("/resource/images/common/arrow__brown02b.svg");
}
.button--brown02c::after {
  background-image: url("/resource/images/common/arrow__brown02c.svg");
}
.button--brown02d::after {
  background-image: url("/resource/images/common/arrow__brown02d.svg");
}

/* Button Size
------------------------------ */
.button {
  /* large */
  /* middle */
}
.button--large {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  border-style: solid;
  border-width: 3px;
  border-radius: 20em;
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .button--large {
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .button--large:hover {
    transform: translateY(3px);
    box-shadow: none;
  }
}
.button--large::after {
  position: absolute;
  top: calc(50% - .6em);
  right: 2em;
}
@media screen and (max-width: 579px) {
  .button--large::after {
    right: 1.5em;
  }
}
.button--large__text {
  padding-left: .2em;
  line-height: 1.4;
  font-size: 1.34em;
  font-weight: 500;
  letter-spacing: .2em;
}
@media screen and (max-width: 579px) {
  .button--large__text {
    padding-left: .1em;
    font-size: 1.1em;
    letter-spacing: .1em;
  }
}
.button--large__text * {
  display: inline-block;
}
.button--large .button {
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .button--large .button {
    position: static;
    transform: translateY(-0.25em);
    font-size: .8em;
  }
}
.button--middle {
  padding: .2em 2.5em;
  font-size: 1.13em;
  letter-spacing: .1em;
}
@media screen and (max-width: 579px) {
  .button--middle {
    width: 100%;
    max-width: 300px;
    padding: .2em 2em;
  }
}

/* Link Text
------------------------------ */
.link-text {
  text-decoration: underline;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .link-text:hover {
    text-decoration: none;
  }
}
.link-text--blue {
  color: #4DB6E8;
}

/* Anchor
------------------------------ */
.anchor-point {
  position: absolute;
  top: -120px;
  left: 0;
  width: 0;
  height: 120px;
}
@media screen and (max-width: 1279px) {
  .anchor-point {
    top: -60px;
    height: 60px;
  }
}

/* Layout
------------------------------ */
.page__contents {
  position: relative;
  font-size: 1.3em;
}
@media screen and (min-width: 1280px) {
  .page__contents {
    min-height: 800px;
  }
}
@media screen and (max-width: 1279px) {
  .page__contents {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 579px) {
  .page__contents {
    padding-bottom: 0;
    font-size: 1em;
  }
}

.section {
  position: relative;
}
.section:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 579px) {
  .section:not(:last-child) {
    margin-bottom: 15vw;
  }
}
.section--bg-white {
  padding: 100px 0;
  background: #fff;
}
@media screen and (max-width: 579px) {
  .section--bg-white {
    padding: 15vw 0;
  }
}
.section__inner {
  margin-right: auto;
  margin-left: auto;
}
.section__inner--large {
  width: 90%;
  max-width: 1200px;
}
.section__inner--middle {
  width: 90%;
  max-width: 980px;
}
.section__header {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: .2em;
}
@media screen and (max-width: 579px) {
  .section__header {
    font-size: 1.6em;
  }
}
.section__title--l {
  margin-bottom: 1.5em;
  padding: .4em 1em .45em;
  border-radius: .4em;
  background: #4DB6E8;
  line-height: 1.4;
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: .2em;
  color: #fff;
}
@media screen and (max-width: 579px) {
  .section__title--l {
    margin-bottom: 1em;
    letter-spacing: .1em;
  }
}
.section__title--m {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: .1em;
  color: #4DB6E8;
}
.section__title--s {
  margin-bottom: 1em;
  line-height: 1.4;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: .1em;
  color: #6B5D48;
}
.section__title--xs {
  margin-bottom: .5em;
  font-size: .9em;
  font-weight: 700;
  color: #4DB6E8;
}
.section__lead {
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 1.16em;
}
.section__lead span {
  display: inline-block;
  margin-bottom: .4em;
  border-bottom: solid 2px #6B5D48;
  font-weight: 500;
  letter-spacing: .1em;
}
.section__text--m {
  line-height: 1.85;
  font-size: 1em;
}
.section__text--m:not(:last-child) {
  margin-bottom: 1em;
}
.section__text--kome {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.85;
}
.section__text--kome:not(:last-child) {
  margin-bottom: 1em;
}
.section__list--01:not(:last-child) {
  margin-bottom: 1em;
}
.section__list--01 li {
  position: relative;
  padding-left: 1.25em;
  line-height: 1.85;
}
.section__list--01 li:not(:last-child) {
  margin-bottom: .4em;
}
.section__list--01 li::before {
  content: "●";
  position: absolute;
  display: inline-block;
  left: 0;
  margin-right: .25em;
}
.section__list--02 {
  border: solid 1px #6B5D48;
  border-radius: .6em;
}
.section__list--02:not(:last-child) {
  margin-bottom: 1em;
}
.section__list--02 dt {
  padding: .5em 1em;
  background: rgba(107, 93, 72, 0.2);
}
.section__list--02 dt:first-child {
  border-radius: .6em .6em 0 0;
}
.section__list--02 dd {
  padding: .5em 1em 1em;
}
.section__list--03 {
  margin-left: 1.25em;
}
.section__list--03:not(:last-child) {
  margin-bottom: 1em;
}
.section__list--03 li {
  list-style-type: decimal;
  padding-left: .5em;
}
.section__list--04:not(:last-child) {
  margin-bottom: 1em;
}
.section__list--04 dt {
  position: relative;
  margin-top: .5em;
  margin-bottom: .25em;
  padding-left: 1.5em;
}
.section__list--04 dt > span:first-child {
  position: absolute;
  left: 0;
}
.section__list--04 dd {
  margin-left: 1.5em;
}
.section__list--05:not(:last-child) {
  margin-bottom: 1em;
}
.section__list--05 li {
  padding-left: 1em;
  text-indent: -1em;
}
.section__list--05 li::before {
  content: "・";
}
.section__list--06 {
  margin-left: 1.25em;
}
.section__list--06:not(:last-child) {
  margin-bottom: 1em;
}
.section__list--06 > li {
  list-style-type: decimal;
  margin-top: .5em;
}
.section__image--xl {
  width: 100%;
  margin: 3em auto;
}
.section__image--xl:last-child {
  margin-bottom: 0;
}
.section__image--l {
  width: 100%;
  max-width: 900px;
  margin: 2em auto;
}
.section__image--l:last-child {
  margin-bottom: 0;
}
.section__hr {
  margin: 1em 0;
  border: none;
  border-top: solid 1px;
}
.section__hr--brown {
  border-color: rgba(107, 93, 72, 0.5);
}
.section__border {
  padding: 1em;
  border: solid 1px #6B5D48;
  border-radius: .4em;
}

.lower-section:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 579px) {
  .lower-section:not(:first-child) {
    margin-top: 12vw;
  }
}
.lower-section .lower-section:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width: 579px) {
  .lower-section .lower-section:not(:first-child) {
    margin-top: 8vw;
  }
}

/* Custom Layout
------------------------------ */
.u--mt_1em {
  margin-top: 1em;
}

.u--ta_center {
  text-align: center;
}

.u--fs_larger {
  font-size: larger;
}

.u--fs_smaller {
  font-size: smaller;
}

.u--fc_blue {
  color: #4DB6E8;
}

.u--fc_red {
  color: #c00;
}

.u--fc_white {
  color: #fff;
}

.u--fw_300 {
  font-weight: 300;
}

.u--fw_400 {
  font-weight: 400;
}

.u--fw_500 {
  font-weight: 500;
}

.u--fw_700 {
  font-weight: 700;
}

/* ----------------------------------------
  Background
---------------------------------------- */
/* ----------------------------------------
  Bg Cloud
---------------------------------------- */
@keyframes fuwafuwa2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
.bg-cloud {
  position: relative;
}
.bg-cloud__item {
  position: absolute;
  width: 45vw;
  min-width: 600px;
  max-width: 867px;
  height: 24vw;
  min-height: 324px;
  max-height: 467px;
}
.bg--noimg .bg-cloud__item {
  display: none;
}
@media screen and (max-width: 768px) {
  .bg-cloud__item {
    display: none;
  }
}
.bg-cloud__item figure {
  position: absolute;
  animation-timing-function: ease-in-out;
}
.bg-cloud__item figure:first-child {
  top: 0;
  left: 0;
  width: 58%;
}
.bg-cloud__item figure:nth-child(2) {
  bottom: 67px;
  right: 0;
  width: 39%;
}
.bg-cloud__item figure:last-child {
  bottom: 0;
  left: 15%;
  width: 32%;
}
.bg-cloud__item--img01 {
  top: 0;
  right: 2%;
}
.bg-cloud--top .bg-cloud__item--img01 {
  top: 8%;
  right: 2%;
}
.bg-cloud__item--img01 figure:first-child {
  animation: 6s fuwafuwa2 infinite;
}
.bg-cloud__item--img01 figure:nth-child(2) {
  animation: 3s fuwafuwa2 infinite;
  animation-delay: 2s;
}
.bg-cloud__item--img01 figure:last-child {
  animation: 4s fuwafuwa2 infinite;
}
.bg-cloud__item--img02 {
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}
.bg-cloud--top .bg-cloud__item--img02 {
  top: 38%;
  left: 2%;
  transform: translateY(0);
}
.bg-cloud__item--img02 figure:first-child {
  animation: 3s fuwafuwa2 infinite;
  animation-delay: 2s;
}
.bg-cloud__item--img02 figure:nth-child(2) {
  animation: 4s fuwafuwa2 infinite;
}
.bg-cloud__item--img02 figure:last-child {
  animation: 6s fuwafuwa2 infinite;
}
.bg-cloud__item--img03 {
  bottom: 20px;
  right: 2%;
}
.bg-cloud--top .bg-cloud__item--img03 {
  bottom: 15%;
  right: 2%;
}
.bg-cloud__item--img03 figure:first-child {
  animation: 6s fuwafuwa2 infinite;
}
.bg-cloud__item--img03 figure:nth-child(2) {
  animation: 3s fuwafuwa2 infinite;
  animation-delay: 2s;
}
.bg-cloud__item--img03 figure:last-child {
  animation: 4s fuwafuwa2 infinite;
}

/* ----------------------------------------
  Header
---------------------------------------- */
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.header__base {
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF5D7;
}
.header__inner {
  width: 92%;
  height: 120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .header__inner {
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    width: 100%;
  }
}
.header__block--logo {
  width: 330px;
}
@media screen and (max-width: 1679px) {
  .header__block--logo {
    width: 20%;
  }
}
@media screen and (max-width: 1279px) {
  .header__block--logo {
    position: relative;
    z-index: 101;
    width: 100%;
    height: 60px;
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__block--logo img {
    width: auto;
    height: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .header__block--nav {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    opacity: 0;
    transition: opacity .5s;
  }
  .header__block--nav.is-opened {
    top: 0;
    opacity: 1;
  }
}
@media screen and (max-height: 600px) {
  .header__block--nav {
    justify-content: flex-start;
    padding-top: 60px;
  }
}
.header__navs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: .5em;
}
@media screen and (max-width: 1279px) {
  .header__navs {
    position: relative;
    order: 2;
    flex-direction: column;
  }
}
.header__nav--01, .header__nav--02 {
  display: flex;
}
.header__nav--01 li, .header__nav--02 li {
  margin-right: 1em;
}
@media screen and (max-width: 1279px) {
  .header__nav--01 li:last-child, .header__nav--02 li:last-child {
    margin-right: 0;
  }
}
.header__nav--01 {
  font-weight: 300;
}
@media screen and (max-width: 1279px) {
  .header__nav--01 {
    margin-top: 1em;
  }
}
.header__nav--01 li a::after {
  content: "";
  display: inline-block;
  vertical-align: -.3em;
  width: 1.4em;
  height: 1.4em;
  background: url("/resource/images/common/arrow__brown01a.svg") center center/contain no-repeat;
}
.header__nav--02 {
  letter-spacing: .2em;
}
@media screen and (max-width: 1279px) {
  .header__nav--02 {
    display: block;
    margin-bottom: 1em;
    text-align: center;
  }
  .header__nav--02 li {
    margin: 0;
    padding: 1.5em 0 0;
  }
}
.header__tel {
  margin-top: -.2em;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: .1em;
}
.header__g-nav {
  position: relative;
  order: 1;
}
.header__g-nav-overlay {
  display: none;
}
@media screen and (max-width: 1279px) {
  .header__g-nav-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #FFF5D7;
    opacity: .9;
  }
}
.header__g-nav-btn {
  display: none;
}
@media screen and (max-width: 1279px) {
  .header__g-nav-btn {
    position: fixed;
    display: block;
    top: 10px;
    right: 4%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .header__g-nav-btn span {
    position: absolute;
    display: block;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    width: 30px;
    height: 2px;
    line-height: 0;
    border-radius: 1px;
    background: #6B5D48;
  }
  .header__g-nav-btn span::before, .header__g-nav-btn span::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 30px;
    height: 2px;
    line-height: 0;
    border-radius: 1px;
    background: #6B5D48;
    transition: transform .3s;
  }
  .header__g-nav-btn span::before {
    top: -8px;
  }
  .header__g-nav-btn span::after {
    top: 8px;
  }
  .header__g-nav-btn.is-opened span {
    background: #FFF5D7;
  }
  .header__g-nav-btn.is-opened span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .header__g-nav-btn.is-opened span::after {
    top: 0;
    transform: rotate(-45deg);
  }
}

/* ----------------------------------------
  GLobal Nav
---------------------------------------- */
.global-nav {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  .global-nav {
    display: block;
    text-align: center;
  }
}
.global-nav li a {
  display: block;
  padding: 0 1em;
  border-left: solid 2px #6B5D48;
  line-height: 1.4;
  font-size: 1.13em;
  font-weight: 500;
  letter-spacing: .1em;
  transition: color .3s;
}
@media screen and (max-width: 1679px) {
  .global-nav li a {
    font-size: 1em;
  }
}
@media screen and (max-width: 1279px) {
  .global-nav li a {
    padding: 1em 0;
    border: none;
  }
}
@media screen and (min-width: 1280px) {
  .global-nav li a:hover {
    color: #4DB6E8;
  }
}
.global-nav li:last-child a {
  border-right: solid 2px #6B5D48;
}
@media screen and (max-width: 1279px) {
  .global-nav li:last-child a {
    border-right: none;
  }
}

/* ----------------------------------------
  Footer
---------------------------------------- */
.footer {
  padding: 100px 0 calc((3.8em * 1.2) + 50px);
}
@media screen and (max-width: 579px) {
  .footer {
    padding: 15vw 0 calc(3.57em + 5vw);
  }
}
.footer__logo {
  width: 30%;
  max-width: 330px;
  margin: 0 auto 3em;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 60%;
  }
}
@media screen and (max-width: 579px) {
  .footer__logo {
    margin-bottom: 1.5em;
  }
}
.footer__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__list {
  width: calc(90% / 3);
  border-top: solid 1px #6B5D48;
}
@media screen and (max-width: 579px) {
  .footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    border-top: none;
  }
  .footer__list:first-child li:nth-child(-n + 2) {
    border-top: solid 1px #6B5D48;
  }
}
@media screen and (max-width: 579px) {
  .footer__list li {
    width: calc(96% / 2);
  }
}
.footer__list li a {
  position: relative;
  display: block;
  padding: .75em 0 .75em 2em;
  border-bottom: solid 1px #6B5D48;
  font-weight: 300;
  transition: color .3s;
}
@media screen and (max-width: 1023px) {
  .footer__list li a {
    font-size: .9em;
  }
}
@media screen and (max-width: 579px) {
  .footer__list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: .8em;
  }
}
@media screen and (min-width: 1280px) {
  .footer__list li a:hover {
    color: #4DB6E8;
  }
}
.footer__list li a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: calc(50% - .6em);
  left: 0;
  width: 1.2em;
  height: 1.2em;
  background: url("/resource/images/common/arrow__blue02d.svg") center center/contain no-repeat;
}
.footer__copyright {
  margin-top: 50px;
  line-height: 1.5;
  text-align: center;
  font-size: .8em;
}
.footer__copyright span {
  display: inline-block;
}
@media screen and (max-width: 579px) {
  .footer__copyright {
    margin-top: 15vw;
    margin-right: 50px;
  }
}

.pagetop {
  position: fixed;
  bottom: 5.5em;
  right: 2em;
  max-width: 6vw;
}
@media screen and (max-width: 579px) {
  .pagetop {
    bottom: 4.5em;
    right: 1.5em;
    max-width: 3em;
  }
}
@media screen and (min-width: 1280px) {
  .pagetop a {
    transition: opacity .3s;
  }
  .pagetop a:hover {
    opacity: .7;
  }
}

.chat {
  position: fixed;
  bottom: 10em;
  right: 1.5em;
  max-width: 6vw;
  cursor: pointer;
}
@media screen and (max-width: 579px) {
  .chat {
    bottom: 8em;
    max-width: 3em;
  }
}
@media screen and (min-width: 1280px) {
  .chat {
    transition: opacity .3s;
  }
  .chat:hover {
    opacity: 0.7;
  }
}

/* ----------------------------------------
  Fixed Information
---------------------------------------- */
.fixed-info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4DB6E8;
  color: #fff;
}
.fixed-info__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}
.fixed-info__switch {
  position: relative;
  padding: 1em;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: .2em;
  cursor: pointer;
}
@media screen and (max-width: 579px) {
  .fixed-info__switch {
    padding: 3vw;
    font-size: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .fixed-info__switch::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4DB6E8;
    mix-blend-mode: multiply;
    opacity: 0;
    transition: opacity .3s;
  }
  :hover > .fixed-info__switch::before {
    opacity: .3;
  }
}
.fixed-info__switch::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 1em);
  right: 2em;
  width: 2em;
  height: 2em;
  background: url("/resource/images/common/arrow__white02a.svg") center center/contain no-repeat;
  transform: rotate(-90deg);
}
.fixed-info__switch.is-opened::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4DB6E8;
  mix-blend-mode: multiply;
  opacity: .2;
}
.fixed-info__switch.is-opened::after {
  transform: rotate(90deg);
}
.fixed-info__title {
  position: relative;
  transition: opacity .3s;
}
.fixed-info__title::before {
  content: "";
  display: inline-block;
  vertical-align: -.4em;
  width: 1.6em;
  height: 1.6em;
  margin-right: .75em;
  background: url("/resource/images/common/icon_info_white.svg") center center/contain no-repeat;
}
.fixed-info__body {
  height: 0;
  transition: height .3s;
}
@media screen and (max-width: 1279px) {
  .fixed-info__body {
    transition: height .5s;
  }
}
.fixed-info__body.is-opened {
  height: 285px;
}
@media screen and (max-width: 1679px) {
  .fixed-info__body.is-opened {
    height: 267px;
  }
}
@media screen and (max-width: 1279px) {
  .fixed-info__body.is-opened {
    height: 233px;
  }
}
@media screen and (max-width: 1023px) {
  .fixed-info__body.is-opened {
    height: 398px;
  }
}
@media screen and (max-width: 579px) {
  .fixed-info__body.is-opened {
    height: 373px;
  }
}
@media screen and (max-width: 1279px) {
  .fixed-info__body {
    font-size: .86em;
  }
}
.fixed-info__inner {
  padding-top: 20px;
}
.fixed-info__items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 3em;
}
@media screen and (max-width: 1023px) {
  .fixed-info__items {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.fixed-info__item--time-table {
  width: 40%;
}
.fixed-info__item--buttons {
  width: 25%;
  margin-top: 1.925em;
}
.fixed-info__item--links {
  width: 27%;
  margin-top: 1.925em;
}
@media screen and (max-width: 1023px) {
  .fixed-info__item--time-table {
    width: 100%;
  }
  .fixed-info__item--buttons {
    width: 48%;
    margin-top: 1em;
  }
  .fixed-info__item--links {
    width: 48%;
    margin-top: 1em;
  }
}
@media screen and (max-width: 579px) {
  .fixed-info__item--buttons {
    width: 100%;
  }
  .fixed-info__item--links {
    display: none;
  }
}
.fixed-info__buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .fixed-info__buttons {
    display: block;
    height: auto;
  }
}
.fixed-info__button {
  position: relative;
  display: block;
  padding: .1em 2em .1em 1em;
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
}
.fixed-info__button::after {
  position: absolute;
  top: calc(50% - .6em);
  right: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  :not(:last-child) > .fixed-info__button {
    margin-bottom: 1em;
  }
}
.fixed-info__line {
  font-weight: 500;
  color: #fff;
}
.fixed-info__line::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2.4em;
  height: 2.4em;
  margin-right: .5em;
  background: url("/resource/images/common/icon_line.svg") center center/contain no-repeat;
}
.fixed-info__links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .fixed-info__links {
    display: block;
    height: auto;
  }
}
.fixed-info__links li {
  position: relative;
  height: 100%;
}
.fixed-info__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 2.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #fff;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .fixed-info__link {
    position: static;
    padding-top: .5em;
    padding-bottom: .5em;
  }
}
:last-child > .fixed-info__link {
  border-bottom: solid 1px #fff;
}
.fixed-info__link::before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - .7em);
  left: 0;
  width: 1.4em;
  height: 1.4em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.fixed-info__link--tel::before {
  background-image: url("/resource/images/common/icon_tel.svg");
}
.fixed-info__link--mail::before {
  background-image: url("/resource/images/common/icon_mail.svg");
}
.fixed-info__link--map::before {
  background-image: url("/resource/images/common/icon_map.svg");
}
.fixed-info__link--recruit::before {
  background-image: url("/resource/images/common/arrow__blue02c.svg");
}
.fixed-info__link em {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: .1em;
}

/* ----------------------------------------
  Time Table
---------------------------------------- */
.time-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: .5rem;
}
.time-table caption {
  caption-side: top;
  padding: 0 0 0.25em;
  font-weight: 500;
  color: #fff;
}
.time-table tr > * {
  padding: .75em;
  border: solid 1px #6B5D48;
  line-height: 1.4;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 579px) {
  .time-table tr > * {
    padding: .5em;
    font-size: .9em;
  }
}
.time-table thead th {
  background-color: #6B5D48;
  color: #fff;
}
.time-table thead th:not(:last-child) {
  border-right-color: #fff;
}
.time-table thead th + th {
  border-left: none;
}
.time-table thead th:first-child {
  border-top-left-radius: .5rem;
}
.time-table thead th:last-child {
  border-top-right-radius: .5rem;
}
.time-table tbody {
  background: #fff;
  color: #6B5D48;
}
.time-table tbody tr > * {
  border-top: none;
}
.time-table tbody tr td {
  border-left: none;
}
.time-table tbody tr th {
  font-size: 1.2em;
  font-weight: 400;
}
.time-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: .5rem;
}
.time-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: .5rem;
}
.time-table + small {
  display: block;
  margin-top: .75em;
  line-height: 1.6;
  font-size: .9em;
}

/*# sourceMappingURL=base.css.map */
