@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------
	margin
----------------------------------------------------------------*/
.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT55 {
  margin-top: 55px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT65 {
  margin-top: 65px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB55 {
  margin-bottom: 55px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB65 {
  margin-bottom: 65px !important;
}

/* padding */
.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT55 {
  padding-top: 55px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pT65 {
  padding-top: 65px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB55 {
  padding-bottom: 55px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.pB65 {
  padding-bottom: 65px !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: transparent;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background-color: transparent;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  background-color: transparent;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  background-color: transparent;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity 0.125s ease 0.275s;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity 0.125s ease 0.275s;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s ease-in 0.175s;
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s ease-in 0.175s;
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  -webkit-transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  -webkit-transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s linear 0.13s;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
}

.hamburger--stand .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
}

.hamburger--stand-r .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*** common ***/
body {
  color: #231815;
  font-size: 16px;
  line-height: 2em;
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.5em;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #231815;
}

.wrapper {
  background: url(../img/common/bg.gif);
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
}

.inner2 {
  width: 100%;
  max-width: 1360px;
  padding: 0 20px;
  margin: auto;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*** header ***/
.mainheader {
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-bottom: 3px;
}
.mainheader.change {
  background-color: rgba(255, 255, 255, 0.8);
}
.mainheader .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mainheader .logo {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainheader .logo:hover {
  opacity: 0.6;
}
.mainheader .logo img {
  height: 50px;
  padding-top: 3px;
}
.mainheader .header_arrowlink a {
  font-size: 14px;
  line-height: 1;
  position: relative;
  padding-left: 20px;
}
.mainheader .header_arrowlink a::before {
  content: "";
  display: block;
  background: url(../img/common/icon_arrow.png) no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
}
.mainheader .header_arrowlink a::after {
  content: "";
  display: block;
  background: url(../img/common/icon_arrow_on.png) no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
}
.mainheader .header_arrowlink a:hover::before {
  opacity: 0;
}
.mainheader .header_arrowlink a:hover::after {
  opacity: 1;
}
.mainheader .header_arrowlink {
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainheader .header_arrowlink li {
  margin-right: 20px;
}
.mainheader .header_arrowlink li:last-child {
  margin-bottom: 0;
}
.mainheader .head_contact {
  display: block;
  margin-right: 0;
  margin-left: 2%;
  position: relative;
  /*
  &:hover::after {
    opacity: 1;
  }
  &::after {
    @include anim;
    opacity: 0;
    content: url(../img/common/head_contact_on.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  */
}
.mainheader .head_contact img {
  position: relative;
  top: 0;
  left: 0;
  max-width: initial;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainheader .head_contact:hover img {
  opacity: 0.8;
}
.mainheader .head_tel {
  display: block;
  margin-right: 0;
  margin-left: 2%;
  position: relative;
  /*
  &:hover::after {
    opacity: 1;
  }
  &::after {
    @include anim;
    opacity: 0;
    content: url(../img/common/head_tel_on.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  */
}
.mainheader .head_tel img {
  position: relative;
  top: 0;
  left: 0;
  max-width: initial;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainheader .head_tel:hover img {
  opacity: 0.8;
}
.mainheader .hamburger {
  position: absolute;
  top: 7px;
  right: 20px;
  padding: 0;
  display: none;
}

.head_nav {
  position: fixed;
  width: 100%;
  top: 53px;
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.head_nav.change {
  background-color: rgba(255, 255, 255, 0.8);
}
.head_nav .nav_list {
  border-top: 2px dashed #cbaea6;
  border-bottom: 2px dashed #cbaea6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  font-size: 16px;
}
.head_nav .nav_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.head_nav .nav_list a:hover {
  color: #c47f6c;
}
.head_nav .nav_list .txt {
  display: inline-block;
  padding-left: 10px;
}

.mainfooter {
  background: url(../img/common/footer_bg.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 429px;
  min-height: 429px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}
.mainfooter .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.mainfooter a {
  color: #FFF;
}
.mainfooter .box1 .ttl {
  margin-bottom: 30px;
}
.mainfooter .box1 .ttl strong {
  font-size: 30px;
  display: block;
  padding-top: 10px;
}
.mainfooter .box1 p {
  margin-bottom: 20px;
  line-height: 36px;
}
.mainfooter .box1 p:last-child {
  margin-bottom: 0;
}
.mainfooter .box2 {
  margin-right: 0;
  margin-left: auto;
  list-style: disc;
}
.mainfooter .box2 li {
  margin-bottom: 5px;
}
.mainfooter .box2 li:last-child {
  margin-bottom: 0;
}
.mainfooter .box2 a:hover {
  text-decoration: underline;
}
.mainfooter .box3 {
  margin-right: 0;
  margin-left: 70px;
}
.mainfooter .box3 a {
  display: block;
  position: relative;
}
.mainfooter .box3 a img {
  position: relative;
  top: 0;
  left: 0;
}
.mainfooter .box3 a .footer_btn_on {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mainfooter .box3 a:hover .footer_btn_on {
  opacity: 1;
}

.top_move {
  cursor: pointer;
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .top_move {
    width: 60px;
    bottom: 25px;
    right: 10px;
  }
}
.top_move img {
  display: block;
}
.top_move .top_txt {
  position: relative;
  top: 0;
  left: 0;
}
.top_move .top_txt_on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_move:hover .top_txt_on {
  opacity: 1;
}

@media screen and (max-width: 990px) {
  .mainheader {
    height: 55px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
  }

  .mainheader .hamburger {
    display: block;
  }

  .head_nav {
    display: none;
    padding-top: 5px;
    position: fixed;
    top: 55px;
    z-index: 100;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
  }

  .head_nav .nav_list {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .head_nav .nav_list a {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    position: relative;
    padding-left: 50px;
    font-weight: bold;
  }

  .head_nav .nav_list a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .head_nav .nav_list li {
    margin-bottom: 35px;
  }

  .head_nav .nav_list li:last-child {
    margin-bottom: 0;
  }

  .mainheader .header_arrowlink {
    display: none;
  }

  .mainheader .head_tel,
.mainheader .head_contact {
    display: none;
  }

  .mainheader .logo img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mainfooter {
    background: url(../img/common/footer_bg.png) no-repeat;
    background-size: auto 100%;
    background-position: center center;
  }

  .mainfooter .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .mainfooter .box1 {
    width: 100%;
    padding-top: 100px;
    margin-bottom: 30px;
  }

  .mainfooter .box2 {
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 30px;
  }

  .mainfooter .box3 {
    margin-left: 0;
    padding-bottom: 60px;
  }
}
/*** END header ***/
@media only screen and (max-width: 767px) {
  .sec_contents {
    background: #fff;
    width: 90%;
    margin: 0 auto 60px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 0 0;
  }
}

.sec_in {
  max-width: 1100px;
  min-width: 950px;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media only screen and (max-width: 1024px) {
  .sec_in {
    min-width: 100%;
    padding: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .sec_in {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px 50px;
  }
}
.sec_in.sec_in_bg {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .sec_in.sec_in_bg {
    padding: 50px 20px;
  }
}

/*** END sec-in ***/
.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

.head_nav .nav_list .sp-nav {
  display: none;
}

@media screen and (max-width: 990px) {
  .head_nav .nav_list .sp-nav {
    display: block;
    font-size: 15px;
    margin-bottom: 28px;
  }
  .head_nav .nav_list .sp-nav li {
    display: inline-block;
    width: 48%;
  }
  .head_nav .nav_list .sp-nav li a {
    padding-left: 24px;
    position: relative;
    line-height: 1;
  }
  .head_nav .nav_list .sp-nav li a::before {
    content: "";
    display: block;
    background: url(../img/common/icon_arrow.png) no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .head_nav .nav_list .sp-nav li a::after {
    content: "";
    display: block;
    background: url(../img/common/icon_arrow_on.png) no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 0;
  }
}
/*** END swich ***/
.main_u_v {
  margin-top: 111px;
}
@media only screen and (max-width: 1024px) {
  .main_u_v {
    margin-top: 55px !important;
  }
}

.main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
@media only screen and (max-width: 767px) {
  .main_v_in {
    padding-bottom: 44%;
  }
}
.main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: auto;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.main_v_in h2 img {
  width: auto;
  height: 40px;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .main_v_in h2 {
    left: 20px;
    width: auto;
  }
  .main_v_in h2 img {
    width: auto;
    height: 7vw;
  }
}

/*** END main_v_in ***/
.topic_path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 50px;
  max-width: 1100px;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .topic_path {
    max-width: inherit;
    width: 90%;
    margin: 15px auto 30px;
  }
}
.topic_path li {
  margin-right: 10px;
  font-size: 12px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #c47f6c;
}
.topic_path li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px / 2);
  left: 0;
}
.topic_path li:first-child {
  padding-left: 0;
}
.topic_path li:first-child:before {
  display: none;
}
.topic_path li a {
  display: block;
  font-size: 12px;
}
.topic_path li a:hover {
  text-decoration: underline;
}

/*** END topic_path ***/
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .pagination ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagination ul li span,
.pagination ul a {
  display: inline-block;
  color: #578c4d;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 42px;
  width: 44px;
  height: 44px;
  margin: 0 8px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  border-radius: 50%;
  border: 3px solid #cbe8c5;
}
@media only screen and (max-width: 767px) {
  .pagination ul li span,
.pagination ul a {
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.pagination ul li span.next,
.pagination ul a.next {
  margin-left: 15px;
}
.pagination ul li span.prev,
.pagination ul a.prev {
  margin-right: 15px;
}
.pagination ul li span:hover, .pagination ul li span.current,
.pagination ul a:hover,
.pagination ul a.current {
  background: #578c4d;
  border: 1px solid #578c4d;
  color: #fff;
}

/*** END pagination ***/
.cp_ipselect {
  width: auto;
  margin-bottom: 15px;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 2px solid #a06c5f;
}
.cp_ipselect::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #a06c5f;
  border-radius: 2px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .cp_ipselect::before {
    top: 0.9em;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 13px solid #a06c5f;
  }
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 17px 38px 14px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #427414;
}
@media only screen and (max-width: 767px) {
  .cp_ipselect select {
    font-size: 15px;
    font-size: 4vw;
    padding: 12px 38px 12px 20px;
  }
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.archive select {
  color: #ac3f3f;
}

/*** END Pull down ***/
@media screen and (max-width: 767px) {
  .under_contents {
    overflow: hidden;
  }
}

.def_btn {
  background-color: #fff;
  position: relative;
  border: 1px solid #578c4d;
  width: 185px;
  height: 61px;
  line-height: 61px;
  color: #578c4d;
  display: block;
  text-align: left;
  padding-left: 4%;
  margin: 60px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.def_btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 18px / 2);
  right: 26px;
  width: 18px;
  height: 18px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/common/icon_arrow_news_on.png");
  background-size: 18px 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.def_btn:hover {
  background-color: #578c4d;
  color: #fff;
}
.def_btn:hover:after {
  background-image: url("../../assets/img/common/icon_arrow_news.png");
}
@media only screen and (max-width: 767px) {
  .def_btn {
    text-align: center;
    padding-left: 0;
    font-size: 15px;
    font-size: 4vw;
    height: 45px;
    line-height: 45px;
  }
  .def_btn:after {
    right: 15px;
    top: calc(50% - 13px / 2);
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}

/*** END def_btn ***/
.side_contents {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .side_contents {
    width: 100%;
    margin-bottom: 40px;
  }
}
.side_contents h4 {
  font-size: 24px;
  border-bottom: 3px solid #b29f9a;
  padding-bottom: 10px;
  color: #ac3f3f;
}
.side_contents > div:first-child {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .side_contents > div:first-child {
    margin-bottom: 0;
  }
}
.side_contents > div:first-child h4 {
  color: #427414;
}
.side_contents ul li {
  border-bottom: 1px solid #ddd;
}
.side_contents ul li a {
  padding: 15px 10px;
  font-size: 16px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.side_contents ul li a:hover {
  opacity: 0.7;
}

/*** END side_contents ***/
@media only screen and (max-width: 767px) {
  #NEWS_DETAILS .def_btn {
    margin-top: 20px;
  }
}
#NEWS_DETAILS .details_area {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  #NEWS_DETAILS .details_area {
    margin-bottom: 30px;
    padding: 15px;
  }
}
#NEWS_DETAILS .details_area .info_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #NEWS_DETAILS .details_area .info_head {
    margin: 10px 0 8px;
  }
}
#NEWS_DETAILS .details_area .info_head .time {
  margin-right: 8px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #NEWS_DETAILS .details_area .info_head .time {
    font-size: 11px;
    font-size: 2.9333333333vw;
    margin-right: 4px;
  }
}
#NEWS_DETAILS .details_area .info_head .cat {
  color: #fff;
  line-height: 1.2em;
  min-width: 105px;
  padding: 4px 0 2px;
  background-color: #ddd;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #NEWS_DETAILS .details_area .info_head .cat {
    font-size: 11px;
    font-size: 2.9333333333vw;
    min-width: auto;
    padding: 1px 5px;
  }
}
#NEWS_DETAILS .details_area h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #NEWS_DETAILS .details_area h3 {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 20px;
  }
}
#NEWS_DETAILS .details_item1 img {
  width: 100%;
}
#NEWS_DETAILS .details_item1 .main_img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #NEWS_DETAILS .details_item1 .main_img {
    margin-bottom: 20px;
  }
}
#NEWS_DETAILS .details_item1 .main_img img {
  height: 100%;
}
#NEWS_DETAILS .details_item1 .main_img + p {
  margin-bottom: 30px;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  #NEWS_DETAILS .details_item1 .main_img + p {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
}
#NEWS_DETAILS .details_item1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #NEWS_DETAILS .details_item1 ul {
    margin-bottom: 20px;
  }
}
#NEWS_DETAILS .details_item1 ul li {
  width: 48.5%;
}
#NEWS_DETAILS .details_item1 ul + p {
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  #NEWS_DETAILS .details_item1 ul + p {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.4em;
  }
}
#NEWS_DETAILS .details_item2 > p {
  margin-bottom: 50px;
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  #NEWS_DETAILS .details_item2 > p {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.4em;
    margin-bottom: 30px;
  }
}
#NEWS_DETAILS .details_item2 h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #NEWS_DETAILS .details_item2 h4 {
    font-size: 15px;
    font-size: 4vw;
  }
}
#NEWS_DETAILS .details_item2 h4:first-of-type {
  border-top: 1px solid #d7d7d7;
  padding-top: 15px;
}
#NEWS_DETAILS .details_item2 h4 + p {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  #NEWS_DETAILS .details_item2 h4 + p {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.4em;
  }
}

/*** END news_details ***/
@media screen and (max-width: 767px) {
  #TOP .mainheader {
    height: 65px;
  }
  #TOP .mainheader .hamburger {
    top: 22px;
  }
  #TOP .change .hamburger {
    top: 7px;
  }
  #TOP .head_nav {
    top: 65px;
  }
}
/*** END TOPpage_hamburger ***/
.linkTxt {
  display: inline-block;
  position: relative;
  padding: 0 28px 0 5px;
  margin-right: 10px;
  border-bottom: 1px solid #231815;
}

.linkTxt:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 16px / 2);
  right: 7px;
  background: url(../../assets/img/pre/aroow.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

/*** END other ***/
.mv {
  margin-top: 30px;
  /*height: calc(682 / 1400 * 100vw);*/
  position: relative;
}
.mv .swiper {
  mask-image: url("../img/top/mv_mask.png");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("../img/top/mv_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100%;
}
.mv .mv_waku {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.mv :root {
  --swiper-navigation-color: #ffffff;
  --swiper-pagination-color: #ffffff;
}
.mv .mv_news_wrapper {
  position: relative;
}
.mv .mv_news_h3 {
  z-index: 2;
  background-image: url("../img/top/mv_news_h3.png");
  background-repeat: no-repeat;
  height: 31px;
  width: 120px;
  position: absolute;
  top: -80px;
  left: 20px;
  color: #ffffff;
  font-size: 15px;
  margin-top: -31px;
}
.mv .mv_news {
  z-index: 2;
  width: 640px;
  position: absolute;
  top: -80px;
  font-size: 14px;
  border-radius: 20px;
  padding: 20px;
  background: #ffffff;
}
.mv .mv_news li {
  text-align: left;
}
.mv .mv_news li .mv_news_data {
  display: block;
  color: #c6bda8;
  width: 96px;
  float: left;
  background: url("../img/top/mv_news_border.png") no-repeat 90px 5px;
}
.mv .mv_news li .mv_news_title {
  float: left;
  padding-left: 15px;
  padding-right: 24px;
  background-image: url("../img/top/aroow02.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 0% bottom 50%;
  display: inline-block;
}
.mv .mv_area {
  margin: auto;
  position: relative;
  text-align: center;
  max-width: 1143px;
}
.mv .mv_img {
  margin: auto;
}
.mv .catch {
  position: absolute;
  top: 12px;
  left: 196px;
  width: 182px;
}
.mv .mv_btn1 {
  position: absolute;
  top: 430px;
  left: -30px;
  width: 273px;
  height: 112px;
  background: url(../img/top/mv_btn1.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mv .mv_btn1:hover {
  background: url(../img/top/mv_btn1_on.png) no-repeat;
  background-size: 100% 100%;
}
.mv .mv_btn1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.mv .mv_btn1 .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.mv .mv_btn1 .txt img {
  width: 156px;
}
.mv .mv_btn2 {
  position: absolute;
  top: 558px;
  left: 58px;
  width: 267px;
  height: 116px;
  background: url(../img/top/mv_btn2.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mv .mv_btn2:hover {
  background: url(../img/top/mv_btn2_on.png) no-repeat;
  background-size: 100% 100%;
}
.mv .mv_btn2 a {
  display: block;
  width: 100%;
  height: 100%;
}
.mv .mv_btn2 .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.mv .mv_btn2 .txt img {
  width: 156px;
}
@media screen and (max-width: 1200px) {
  .mv .catch {
    position: absolute;
    top: calc(12 / 1143 * 100vw);
    left: calc(196 / 1143 * 100vw);
    width: calc(182 / 1143 * 100vw);
  }
  .mv .mv_btn1 {
    top: calc(430 / 1143 * 100vw);
    left: calc(-30 / 1143 * 100vw);
    width: calc(273 / 1143 * 100vw);
    height: calc(112 / 1143 * 100vw);
  }
  .mv .mv_btn1 .txt {
    width: calc(156 / 1143 * 100vw);
  }
  .mv .mv_btn2 {
    top: calc(558 / 1143 * 100vw);
    left: calc(58 / 1143 * 100vw);
    width: calc(267 / 1143 * 100vw);
    height: calc(116 / 1143 * 100vw);
  }
  .mv .mv_btn2 .txt {
    width: calc(156 / 1143 * 100vw);
  }
  .mv .mv .mv_news li .mv_news_title {
    padding-left: 15px;
  }
}

.mv_wrapper {
  margin-bottom: 110px;
  padding-top: 90px;
  background-image: url("../img/top/mv_deco1.png"), url("../img/top/mv_deco2.png"), url("../img/top/mv_deco3.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left 12% top 32%, left 3% top 80%, right 2% top 50%;
}

.power {
  margin-bottom: 60px;
}
.power .power_head {
  text-align: center;
  margin-bottom: 90px;
  line-height: 36px;
}
.power .power_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
.power .power_list li:last-child {
  margin-bottom: 0;
}
.power .power_list li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.power .power_list .power_img {
  width: 48%;
  position: relative;
  top: -50px;
}
.power .power_list .power_txt {
  width: 48%;
}
.power .power_list .power_txt .power_txt_ttl {
  font-size: 26px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.power .power_list .power_txt .power_txt_ttl_1 {
  background: url(../img/common/border1.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.power .power_list .power_txt .power_txt_ttl_1 span {
  font-size: 20px;
  display: block;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .power .power_list .power_txt .power_txt_ttl_1 span {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.power .power_list .power_txt .power_txt_ttl_2 {
  background: url(../img/common/border2.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.power .power_list .power_txt .power_txt_ttl_3 {
  background: url(../img/common/border3.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.power .power_list .power_txt p {
  font-size: 16px;
  line-height: 36px;
}

.notice {
  background: url(../img/top/notice_bg.png);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 827px;
  min-height: 827px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice .notice_block {
  padding: 30px 0;
  background: url(../img/top/wood.png);
  background-size: cover;
  border-radius: 22px;
}
.notice .notice_ttl {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.notice .notice_ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 20, 9, 0.54);
}
.notice .notice_ttl img {
  position: relative;
  z-index: 2;
}
.notice .notice_ttl .notice_ttl_txt {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 24px 0;
}
.notice .notice_ttl .flag {
  position: absolute;
  bottom: 0;
  left: calc(90 / 1100 * 100vw);
}
.notice .notice_ttl .btn {
  margin-left: 2%;
}
.notice .notice_ttl .btn a {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  border: 2px dotted #FFF;
  color: #FFF;
  padding: 12px 25px 12px 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.notice .notice_ttl .btn a::before {
  content: "";
  display: block;
  background: url(../img/common/icon_arrow_white.png) no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 5px;
}
.notice .notice_ttl .btn a::after {
  content: "";
  display: block;
  background: url(../img/common/icon_arrow_white_on.png) no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.notice .notice_ttl .btn a:hover {
  background: #FFF;
  color: #c47f6c;
}
.notice .notice_ttl .btn a:hover::after {
  opacity: 1;
}
.notice .topics_list {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.notice .topics_list li {
  width: 32%;
  max-width: 303px;
  background: #FFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.notice .topics_list li > a {
  padding: 15px;
  display: block;
}
.notice .topics_list li:hover {
  -webkit-box-shadow: 0 0 20px #1b1b1b;
          box-shadow: 0 0 20px #1b1b1b;
  opacity: 0.6;
}
.notice .topics_list .timecat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.notice .topics_list .time {
  margin-right: 15px;
}
.notice .topics_list .cat {
  color: #FFF;
  background: gray;
  padding: 3px 20px;
}
.notice .topics_list .cat.cat1 {
  background: #f4999c;
}
.notice .topics_list .cat.cat2 {
  background: #98c890;
}
.notice .topics_list .cat.cat3 {
  background: #edc07b;
}
.notice .topics_list .listimg {
  margin-bottom: 10px;
  text-align: center;
}
.notice .topics_list .listimg img {
  width: 100%;
  height: auto;
}
.notice .topics_list .topics_txt {
  line-height: 22px;
}

.navlink {
  padding: 90px 0;
  background-image: url("../img/top/navlink_deco1.png"), url("../img/top/navlink_deco2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 1% top 100%, right 1% top 15%;
}
.navlink .navlink_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navlink .navlink_list li {
  position: relative;
  max-width: 320px;
}
.navlink .navlink_list li a {
  display: block;
  position: relative;
}
.navlink .navlink_list li:nth-child(2n) {
  padding-top: 30px;
}
.navlink .navlink_list .navbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 120px;
  right: -10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navlink .navlink_list .navbtn .navbtn_inner {
  position: relative;
  padding-top: 10px;
}
.navlink .navlink_list .navbtn .navbtn_inner::after {
  content: "";
  display: block;
  background: url(../img/common/icon_arrow_black.png) no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  margin: 10px auto 0;
}
.navlink .navlink_list .navbtn .navbtn_inner > img {
  position: relative;
  top: 0;
  left: 0;
}
.navlink .navlink_list .navbtn .navbtn_inner .navbtn_txt_on {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navlink .navlink_list .navbtn.navbtn1 {
  background: url(../img/top/navbtn1_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 189px;
  height: 186px;
}
.navlink .navlink_list .navbtn.navbtn2 {
  background: url(../img/top/navbtn2_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 198px;
  height: 196px;
}
.navlink .navlink_list .navbtn.navbtn3 {
  background: url(../img/top/navbtn3_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 181px;
  height: 187px;
}
.navlink .navlink_list .navbtn.navbtn4 {
  background: url(../img/top/navbtn4_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 191px;
  height: 189px;
}
.navlink .navlink_list a:hover .navbtn_inner > img:first-child {
  opacity: 0;
}
.navlink .navlink_list a:hover .navbtn_inner .navbtn_txt_on {
  opacity: 1;
}
.navlink .navlink_list a:hover .navbtn_inner::after {
  background: url(../img/common/icon_arrow_black_on.png) no-repeat;
  background-size: 100% 100%;
}
.navlink .navlink_list a:hover .navbtn.navbtn1 {
  background: url(../img/top/navbtn1_bg_on.png) no-repeat;
  background-size: 100% 100%;
}
.navlink .navlink_list a:hover .navbtn.navbtn2 {
  background: url(../img/top/navbtn2_bg_on.png) no-repeat;
  background-size: 100% 100%;
}
.navlink .navlink_list a:hover .navbtn.navbtn3 {
  background: url(../img/top/navbtn3_bg_on.png) no-repeat;
  background-size: 100% 100%;
}
.navlink .navlink_list a:hover .navbtn.navbtn4 {
  background: url(../img/top/navbtn4_bg_on.png) no-repeat;
  background-size: 100% 100%;
}

.access {
  padding: 90px;
}
.access .accessmap_txt {
  margin-bottom: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access .accessmap_txt img:first-child {
  padding-right: 10px;
  width: 30%;
}
.access .accessmap_txt img:nth-child(2) {
  width: 30%;
}
.access .accessmap_txt img:last-child {
  padding-left: 10px;
  width: 30%;
}
.access .map {
  width: 100%;
}

.insta_banner {
  text-align: center;
  margin-bottom: 110px;
}
.insta_banner a {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.insta_banner a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  #TOP .mainheader {
    background: none;
  }
  #TOP .mainheader .logo a {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 9px 0 0 -24px;
  }
  #TOP .mainheader .logo a img {
    width: 100%;
    height: auto;
    display: block;
  }
  #TOP .mainheader .logo .isSmall {
    width: 120px !important;
  }
  #TOP .change {
    background-color: rgba(255, 255, 255, 0.8);
  }
  #TOP .change .logo a {
    width: 200px;
    margin: 0;
  }

  .mv_wrapper {
    margin-bottom: 50px;
    padding-top: 80px;
    background-image: url(../img/top/mv_deco1_sp.png), url(../img/top/mv_deco2_sp.png), url(../img/top/mv_deco3_sp.png);
    background-size: 10%, 18%, 18%;
    background-position: left 21% top 15%, left 3% top 21%, right 4% top 15%;
  }

  .mv {
    margin-top: 0;
    padding-top: 34px;
  }
  .mv .swiper {
    margin-bottom: 45px;
  }
  .mv .mv_btn1 {
    width: 150px;
    height: 62px;
  }
  .mv .mv_btn1 .txt {
    width: 100px;
  }
  .mv .mv_btn2 {
    width: 150px;
    height: 65px;
    left: calc(284 / 1143 * 100vw);
  }
  .mv .mv_btn2 .txt {
    width: 100px;
  }
  .mv h3.mv_news_h3 {
    top: 0px;
    left: 30px;
    padding-top: 3px;
    font-size: 16px;
  }
  .mv .mv_news {
    width: 95%;
    position: relative;
    font-size: 16px;
    background: none;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    top: 0px;
  }
  .mv .mv_news li {
    padding-bottom: 15px;
  }
  .mv .mv_news li .mv_news_data {
    background: none;
  }
  .mv .mv_news li .mv_news_title {
    padding-left: 0;
  }

  .power .power_head {
    margin-bottom: 40px;
  }

  .power .power_list li {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    margin-bottom: 50px;
  }

  .power .power_list .power_txt {
    width: 100%;
  }

  .power .power_list .power_img {
    top: 0;
    margin-bottom: 20px;
  }

  .power .power_list .power_img {
    width: 100%;
  }

  .power .power_list .power_txt .power_txt_ttl {
    line-height: 36px;
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .notice .notice_ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .notice .notice_ttl .notice_ttl_txt {
    padding: 24px 20px;
  }

  .notice .notice_ttl .btn {
    margin-left: 0;
    padding-bottom: 20px;
  }

  .notice .notice_ttl .btn a {
    font-size: 16px;
    padding: 10px 25px 10px 15px;
  }

  .notice .notice_ttl .flag {
    position: absolute;
    bottom: 0;
    left: 10px;
  }

  .notice .topics_list {
    padding: 0 10px;
  }

  .notice .topics_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .notice .topics_list li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .notice .topics_list li:last-child {
    margin-bottom: 0;
  }

  .navlink {
    background: none;
  }

  .navlink .navlink_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .navlink .navlink_list li {
    width: 48%;
    margin-bottom: 90px;
  }

  .navlink .navlink_list li:nth-child(2n) {
    padding-top: 0;
  }

  .navlink .navlink_list .navbtn {
    top: auto;
    bottom: -80px;
    left: auto;
    right: -10px;
  }

  .navlink .navlink_list .navbtn .navbtn_inner {
    text-align: center;
  }

  .navlink .navlink_list .navbtn .navbtn_inner > img {
    width: 85%;
  }

  .navlink .navlink_list .navbtn.navbtn1 {
    width: 150px;
    height: 148px;
  }

  .navlink .navlink_list .navbtn.navbtn2 {
    width: 150px;
    height: 148px;
  }

  .navlink .navlink_list .navbtn.navbtn3 {
    width: 150px;
    height: 155px;
  }

  .navlink .navlink_list .navbtn.navbtn4 {
    width: 150px;
    height: 148px;
  }

  .access {
    padding: 0;
  }

  .access .accessmap_txt img:first-child {
    width: 20%;
  }

  .access .accessmap_txt img:nth-child(2) {
    width: 50%;
  }

  .access .accessmap_txt img:last-child {
    width: 20%;
  }

  .insta_banner {
    padding: 40px 20px 0;
  }
}
#NEWS .main_u_v {
  background: url("../../assets/img/news/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#NEWS .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#NEWS .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #NEWS .main_u_v {
    background: url("../../assets/img/news/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #NEWS .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #NEWS .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#NEWS .news_contents {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #NEWS .news_contents {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
#NEWS .news_contents .main_contents {
  width: 72%;
}
@media screen and (max-width: 767px) {
  #NEWS .news_contents .main_contents {
    width: 100%;
    margin-bottom: 40px;
  }
}
#NEWS .news_contents .main_contents .news_list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #NEWS .news_contents .main_contents .news_list {
    margin-bottom: 40px;
  }
}
#NEWS .news_contents .main_contents .news_list:after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}
#NEWS .news_contents .main_contents .news_list li {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 32%;
}
@media only screen and (max-width: 767px) {
  #NEWS .news_contents .main_contents .news_list li {
    width: 48.5%;
  }
}
#NEWS .news_contents .main_contents .news_list li:nth-child(n+4) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #NEWS .news_contents .main_contents .news_list li:nth-child(n+4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #NEWS .news_contents .main_contents .news_list li:nth-child(n+3) {
    margin-top: 12px;
  }
}
#NEWS .news_contents .main_contents .news_list li a {
  padding: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
@media only screen and (max-width: 767px) {
  #NEWS .news_contents .main_contents .news_list li a {
    padding: 15px;
  }
}
#NEWS .news_contents .main_contents .news_list li a:hover {
  opacity: 0.7;
}
#NEWS .news_contents .main_contents .news_list li img {
  width: 100%;
  height: auto;
}
#NEWS .news_contents .main_contents .news_list li .info_area {
  width: 100%;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  #NEWS .news_contents .main_contents .news_list li .info_area {
    padding-top: 0;
  }
}
#NEWS .news_contents .main_contents .news_list li .info_area .info_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #NEWS .news_contents .main_contents .news_list li .info_area .info_head {
    margin: 10px 0 8px;
  }
}
#NEWS .news_contents .main_contents .news_list li .info_area .info_head .time {
  margin-right: 8px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #NEWS .news_contents .main_contents .news_list li .info_area .info_head .time {
    font-size: 11px;
    font-size: 2.9333333333vw;
    margin-right: 4px;
  }
}
#NEWS .news_contents .main_contents .news_list li .info_area .info_head .cat {
  color: #fff;
  line-height: 1.2em;
  min-width: 105px;
  padding: 4px 0 2px;
  background-color: #ddd;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #NEWS .news_contents .main_contents .news_list li .info_area .info_head .cat {
    font-size: 11px;
    font-size: 2.9333333333vw;
    min-width: auto;
    padding: 1px 5px;
  }
}
#NEWS .news_contents .main_contents .news_list li .info_area h3 {
  color: #231815;
  font-size: 24px;
  line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
  #NEWS .news_contents .main_contents .news_list li .info_area h3 {
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: -0.06em;
    margin-bottom: 3px;
  }
}
#NEWS .news_contents .main_contents .news_list li .info_area h3 + p {
  line-height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #NEWS .news_contents .main_contents .news_list li .info_area h3 + p {
    font-size: 14px;
    font-size: 3.7333333333vw;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
  }
}

#PARENTS .main_u_v {
  background: url("../../assets/img/parents/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#PARENTS .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#PARENTS .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #PARENTS .main_u_v {
    background: url("../../assets/img/parents/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #PARENTS .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #PARENTS .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#PARENTS .news_contents {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #PARENTS .news_contents {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
#PARENTS .news_contents .main_contents {
  width: 71%;
}
@media screen and (max-width: 767px) {
  #PARENTS .news_contents .main_contents {
    width: 100%;
    margin-bottom: 40px;
  }
}
#PARENTS .news_contents .main_contents .news_list {
  margin-bottom: 60px;
}
#PARENTS .news_contents .main_contents .news_list li {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
#PARENTS .news_contents .main_contents .news_list li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #PARENTS .news_contents .main_contents .news_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
#PARENTS .news_contents .main_contents .news_list li a {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  #PARENTS .news_contents .main_contents .news_list li a {
    padding: 15px;
  }
}
#PARENTS .news_contents .main_contents .news_list li a:hover {
  opacity: 0.7;
}
#PARENTS .news_contents .main_contents .news_list li img {
  width: 43.2%;
  height: 100%;
}
#PARENTS .news_contents .main_contents .news_list li .info_area {
  width: 54%;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  #PARENTS .news_contents .main_contents .news_list li .info_area {
    padding-top: 0;
  }
}
#PARENTS .news_contents .main_contents .news_list li .info_area .info_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #PARENTS .news_contents .main_contents .news_list li .info_area .info_head {
    margin-bottom: 12px;
  }
}
#PARENTS .news_contents .main_contents .news_list li .info_area .info_head .time {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #PARENTS .news_contents .main_contents .news_list li .info_area .info_head .time {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
#PARENTS .news_contents .main_contents .news_list li .info_area .info_head .cat {
  color: #fff;
  line-height: 1.2em;
  min-width: 105px;
  padding: 2px 0 1px;
  background-color: #ddd;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #PARENTS .news_contents .main_contents .news_list li .info_area .info_head .cat {
    font-size: 11px;
    font-size: 2.9333333333vw;
    min-width: 60px;
    padding: 1px 10px;
  }
}
#PARENTS .news_contents .main_contents .news_list li .info_area h3 {
  color: #231815;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #PARENTS .news_contents .main_contents .news_list li .info_area h3 {
    font-size: 15px;
    font-size: 4vw;
  }
}
#PARENTS .news_contents .main_contents .news_list li .info_area h3:after {
  content: "";
  display: block;
  margin: 13px 0 15px;
  width: 100%;
  height: 9px;
  background-image: url("../../assets/img/news/ttl_border.jpg");
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #PARENTS .news_contents .main_contents .news_list li .info_area h3:after {
    height: 4px;
    margin: 8px 0;
  }
}
#PARENTS .news_contents .main_contents .news_list li .info_area h3 + p {
  line-height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #PARENTS .news_contents .main_contents .news_list li .info_area h3 + p {
    font-size: 14px;
    font-size: 3.7333333333vw;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
  }
}

#CONTACT .main_u_v {
  background: url("../../assets/img/contact/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#CONTACT .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#CONTACT .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #CONTACT .main_u_v {
    background: url("../../assets/img/contact/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #CONTACT .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #CONTACT .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#CONTACT .sec01 {
  text-align: center;
}
#CONTACT .sec01 .contact_tel {
  width: 60%;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6em;
  padding: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  #CONTACT .sec01 .contact_tel {
    width: 95%;
    font-size: 26px;
    padding: 30px 0;
  }
}
#CONTACT .sec01 .contact_tel span {
  font-weight: normal;
  font-size: 18px;
}
#CONTACT .form-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-area ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
#CONTACT .form-area ul li {
  width: 170px;
  margin: 0 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-area ul li {
    width: 25%;
    margin: 0;
  }
}
#CONTACT .form-area ul li:not(:last-child):before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 35px;
  top: calc(50% - 35px / 2);
  right: -47px;
  background-image: url("../../assets/img/contact/arrow.jpg");
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-area ul li:not(:last-child):before {
    width: 18px;
    height: 23px;
    right: -38%;
    top: calc(50% - 23px / 2);
  }
}
#CONTACT .form-area {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 30px;
  width: 1100px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1024px) {
  #CONTACT .form-area {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-area {
    margin-bottom: 30px;
    padding: 20px 20px 40px;
    width: 90%;
  }
}
#CONTACT .form-area .input-area dl {
  border-bottom: 1px solid #eee;
  margin-bottom: 28px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#CONTACT .form-area .input-area dl:first-child {
  border-top: 1px solid #eee;
  padding-top: 28px;
}
#CONTACT .form-area .input-area dl:last-child {
  border-bottom: none;
}
#CONTACT .form-area .input-area dl dt {
  width: 300px;
  text-align: left;
  line-height: 1.5em;
}
#CONTACT .form-area .input-area dl dt span {
  display: inline-block;
  margin-right: 15px;
}
#CONTACT .form-area .input-area dl dt .required {
  color: #fff;
  width: 60px;
  background: #f14a69;
  border-radius: 5px;
  padding: 5px 5px 3px;
  text-align: center;
}
#CONTACT .form-area .input-area dl dt .required.any {
  background: #acacac;
}
#CONTACT .form-area .input-area dl dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #CONTACT .form-area .input-area {
    width: 100%;
  }
  #CONTACT .form-area .input-area dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #CONTACT .form-area .input-area dl dt {
    width: auto;
    margin-bottom: 10px;
  }
  #CONTACT .form-area .input-area dl dt span {
    width: auto;
    margin-right: 10px;
  }
  #CONTACT .form-area .input-area dl dt .required {
    width: auto;
    padding: 3px 8px 1px;
  }
  #CONTACT .form-area .input-area dl dd {
    width: 100%;
  }
}
#CONTACT .form-area input[type=text], #CONTACT .form-area input[type=email], #CONTACT .form-area input[type=tel], #CONTACT .form-area input[type=number], #CONTACT .form-area input[name=zip] {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #f4f4f4;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1em;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
}
#CONTACT .form-area input::-webkit-input-placeholder {
  color: #bbb;
}
#CONTACT .form-area input::-moz-placeholder {
  color: #bbb;
}
#CONTACT .form-area input:-ms-input-placeholder {
  color: #bbb;
}
#CONTACT .form-area input::-ms-input-placeholder {
  color: #bbb;
}
#CONTACT .form-area input::placeholder {
  color: #bbb;
}
#CONTACT .form-area textarea {
  width: 100%;
  height: 160px;
  background: #f4f4f4;
  line-height: 1.4em;
  border: none;
  padding: 1em;
  outline: none;
  border-radius: 5px;
}
#CONTACT .form-area .coments {
  text-align: center;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-area .coments {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.6em;
  }
}
#CONTACT .form-area .btn_wrap {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin: 60px auto 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-area .btn_wrap {
    margin: 30px auto 0;
  }
}
#CONTACT .form-area .btn_wrap:after {
  content: "";
  position: absolute;
  top: calc(50% - 18px / 2);
  right: 26px;
  width: 18px;
  height: 18px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/common/icon_arrow_news_on.png");
  background-size: 18px 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #CONTACT .form-area .btn_wrap:after {
    right: 15px;
    top: calc(50% - 13px / 2);
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
#CONTACT .form-area .btn_wrap:hover {
  background-color: #fff;
  color: #578c4d;
}
#CONTACT .form-area .btn_wrap:hover:after {
  background-image: url("../../assets/img/common/icon_arrow_news.png");
}
#CONTACT .form-area .def_btn,
#CONTACT .form-area .u_btn {
  margin-top: 0;
  text-align: center;
  padding-right: 4%;
  padding-left: 0;
  width: 100%;
  font-size: 17px;
}
#CONTACT .form-area .u_btn {
  margin-top: 10px;
  width: 220px;
  text-align: center;
  padding-right: 0%;
}
#CONTACT .thanks-sec {
  text-align: center;
}
#CONTACT .thanks-sec .thanks-ttl {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #CONTACT .thanks-sec .thanks-ttl {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
#CONTACT .thanks-sec .thanks-ttl + p {
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  #CONTACT .thanks-sec .thanks-ttl + p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
#CONTACT .thanks-sec .def_btn {
  width: 185px;
  margin-top: 40px;
}

/*--------------------------------------------------------------
	フォーム関連
----------------------------------------------------------------*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=submit] {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  width: auto;
  height: auto;
}

#ABOUT .main_u_v {
  background: url("../../assets/img/about/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#ABOUT .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#ABOUT .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#ABOUT h3 {
  background: url("../../assets/img/about/border.png");
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
#ABOUT .sec01 {
  margin-bottom: 80px;
}
#ABOUT .sec01 .sec_in .sec01_txt {
  width: 49%;
  float: left;
  margin-right: 40px;
}
#ABOUT .sec01 .sec_in .sec01_pic {
  width: 45%;
  float: left;
}
#ABOUT .sec02 {
  clear: both;
}
#ABOUT .sec02 .education_policy_box {
  clear: both;
  margin-bottom: 80px;
}
#ABOUT .sec02 .education_policy_box:last-child {
  margin-bottom: 0px;
}
#ABOUT .sec02 .education_policy_txt {
  width: 47%;
  float: left;
}
#ABOUT .sec02 .education_policy_txt .education_policy_accent {
  color: #fd8520;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 30px;
}
#ABOUT .sec02 .pc .education_policy_box {
  margin-bottom: 80px !important;
}
#ABOUT .sec02 .sec_in .mR50 {
  margin-right: 50px;
}
#ABOUT .sec02 .sec_in .education_policy_txt h4 {
  text-align: center;
  margin-bottom: 70px;
  padding-top: 20px;
}
#ABOUT .sec02 .sec_in .education_policy_pic {
  width: 45%;
  float: left;
}
#ABOUT .sec03 .sec_in ul {
  background: #f7f4e8;
  border: 3px solid #eae8df;
  font-size: 20px;
  font-weight: 700;
  margin: 0 35px;
  padding: 50px 30px;
}
#ABOUT .sec03 .sec_in ul li {
  margin-bottom: 15px;
}
#ABOUT .sec03 .sec_in ul li:last-child {
  margin-bottom: 0px;
}
#ABOUT .sec04 .sec_in li {
  background: #f7f4e8;
  border: 3px solid #eae8df;
  margin: 0 35px;
  padding: 50px 30px;
  margin-bottom: 30px;
}
#ABOUT .sec04 .sec_in li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #ABOUT .pc {
    display: none !important;
  }
  #ABOUT .sp {
    display: inline !important;
  }
  #ABOUT .main_u_v {
    background: url("../../assets/img/about/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #ABOUT .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #ABOUT .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
  #ABOUT h3.sec_ttl {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #ABOUT h3.sec_ttl img {
    height: 25px;
  }
  #ABOUT .sec01 {
    margin-bottom: 50px;
  }
  #ABOUT .sec01 .sec_in {
    padding-bottom: 0px;
  }
  #ABOUT .sec01 .sec_in .sec01_txt {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  #ABOUT .sec01 .sec_in .sec01_pic {
    width: 100%;
    float: none;
  }
  #ABOUT .sec02 .sec_in .education_policy_txt {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #ABOUT .sec02 .sec_in .education_policy_txt h4 {
    margin-bottom: 30px;
    padding-top: 0px;
  }
  #ABOUT .sec02 .sec_in .education_policy_txt h4 img {
    height: 32px;
  }
  #ABOUT .sec02 .sec_in .education_policy_txt .education_policy_accent {
    margin-bottom: 20px;
  }
  #ABOUT .sec02 .sec_in .education_policy_pic {
    width: 100%;
    float: none;
  }
  #ABOUT .sec02 .sec_in .mR50 {
    margin-right: 0px;
  }
  #ABOUT .sec02 .education_policy_box {
    margin-bottom: 50px;
  }
  #ABOUT .sec02 .sp .education_policy_box {
    margin-bottom: 50px !important;
  }
  #ABOUT .sec03 .sec_in ul {
    margin: 0 10px;
    padding: 30px 20px;
    font-size: 16px;
  }
  #ABOUT .sec03 .sec_in ul li {
    margin-bottom: 20px;
    padding: 0;
  }
  #ABOUT .sec03 .sec_in ul li:last-child {
    margin-bottom: 0px;
  }
  #ABOUT .sec04 .sec_in li {
    margin: 0 10px 20px 10px;
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  #ABOUT .pc {
    display: inline !important;
  }
  #ABOUT .sp {
    display: none !important;
  }
}

#PRE .main_u_v {
  background: url("../../assets/img/pre/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#PRE .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#PRE .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #PRE .main_u_v {
    background: url("../../assets/img/pre/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #PRE .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #PRE .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#PRE .sec01 p {
  font-size: 22px;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  margin: 80px 0 60px;
}
@media only screen and (max-width: 767px) {
  #PRE .sec01 p {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.7em;
    margin: 0 0 30px;
  }
}
#PRE .sec01 p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f8f6a3));
  background: linear-gradient(transparent 70%, #f8f6a3 70%);
  display: inline-block;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  #PRE .sec01 p span {
    height: auto;
  }
}
#PRE .sec01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #PRE .sec01 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#PRE .sec01 ul li {
  margin: 0 2%;
  width: 26%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#PRE .sec01 ul li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #PRE .sec01 ul li {
    width: 48.5%;
    margin: 0;
  }
}
#PRE .sec02 .sec_in > div:not(:last-of-type) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec_in > div:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
#PRE .sec02 .sec02-box h3 {
  position: relative;
  margin: 0 auto 40px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box h3 {
    margin: 0 auto 25px;
  }
}
#PRE .sec02 .sec02-box h3 img {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box h3 img {
    width: 50%;
  }
}
#PRE .sec02 .sec02-box h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: 22px;
  top: calc(50% - 22px / 2);
  right: 0;
  left: 0;
  background: url("../../assets/img/pre/border.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box h3::before {
    background: url("../../assets/img/pre/border_sp.png") no-repeat center;
    background-size: contain;
  }
}
#PRE .sec02 .sec02-box h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box h4 {
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 1.6em;
    margin-bottom: 25px;
  }
}
#PRE .sec02 .sec02-box p {
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box p {
    line-height: 1.6em;
  }
}
#PRE .sec02 .sec02-box .info_list {
  width: 80%;
  margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box .info_list {
    width: 100%;
    margin: 30px auto 0;
  }
}
#PRE .sec02 .sec02-box .info_list dl {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box .info_list dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#PRE .sec02 .sec02-box .info_list dl:first-of-type {
  border-top: 1px solid #d7d7d7;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box .info_list dl:first-of-type {
    padding-top: 10px;
  }
}
#PRE .sec02 .sec02-box .info_list dl dt {
  background-color: #dbebd0;
  text-align: center;
  width: 20%;
  padding: 15px 0;
  font-weight: bold;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box .info_list dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 4px 0 2px;
    margin-left: 0;
  }
}
#PRE .sec02 .sec02-box .info_list dl dd {
  width: 72%;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box .info_list dl dd {
    width: 100%;
  }
}
#PRE .sec02 .sec02-box .pdf_btn {
  text-align: center;
  border: 2px solid #f2f2f2;
  width: 206px;
  display: block;
  background: #fff;
  height: 51px;
  line-height: 51px;
  position: relative;
  padding-right: 20px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box .pdf_btn {
    margin: 25px auto 0;
    width: 175px;
  }
}
#PRE .sec02 .sec02-box .pdf_btn:after {
  content: "";
  display: block;
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 30px;
  top: calc(50% - 29px / 2);
  right: 25px;
  background: url("../../assets/img/pre/icon_pdf.gif") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box .pdf_btn:after {
    right: 20px;
  }
}
#PRE .sec02 .sec02-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box ul {
    margin-top: 25px;
  }
}
#PRE .sec02 .sec02-box ul li {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  #PRE .sec02 .sec02-box ul li {
    width: 100%;
  }
  #PRE .sec02 .sec02-box ul li:not(:last-child) {
    margin-bottom: 25px;
  }
}
#PRE .sec02 .sec02-box ul li figcaption {
  text-align: center;
  background: #f7f1d7;
  border-radius: 50px;
  margin-top: 20px;
  padding: 7px 0;
}
#PRE .sec02 .sec02-box .coments {
  text-align: center;
  margin-top: 40px;
}
#PRE .sec02 .sec02-box .coments span {
  display: inline-block;
  position: relative;
  padding: 0 28px 0 5px;
  margin-right: 10px;
  border-bottom: 1px solid #231815;
}
#PRE .sec02 .sec02-box .coments span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 16px / 2);
  right: 7px;
  background: url("../../assets/img/pre/aroow.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
#PRE .sec02 .sec02-box span {
  display: inline-block;
  position: relative;
  padding: 0 28px 0 5px;
  margin-right: 10px;
  border-bottom: 1px solid #231815;
}
#PRE .sec03 h3 {
  position: relative;
  margin: 0 auto 40px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #PRE .sec03 h3 img {
    width: 60%;
    margin: 0 auto;
  }
}
#PRE .sec03 h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: 22px;
  top: calc(50% - 22px / 2);
  right: 0;
  left: 0;
  background: url("../../assets/img/pre/sec03_border.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #PRE .sec03 h3::before {
    background: url("../../assets/img/pre/sec03_border_sp.png") no-repeat center;
    background-size: contain;
  }
}
#PRE .sec03 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #PRE .sec03 ul li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#PRE .sec03 ul li:not(:last-of-type) {
  margin-bottom: 30px;
}
#PRE .sec03 ul li img {
  width: 12.4%;
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  #PRE .sec03 ul li img {
    width: 22%;
  }
}
#PRE .sec03 ul li p {
  width: 74%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  line-height: 2em;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #PRE .sec03 ul li p {
    width: 71%;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.6em;
    padding: 15px;
  }
}
#PRE .sec03 ul li p:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 26.6px 10px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -20px;
  top: calc(50% - 20px / 2);
}
@media only screen and (max-width: 767px) {
  #PRE .sec03 ul li p:before {
    top: 25px;
  }
}
#PRE .sec03 ul li:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  #PRE .sec03 ul li:nth-child(even) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#PRE .sec03 ul li:nth-child(even) img {
  margin-left: 4%;
}
@media only screen and (max-width: 767px) {
  #PRE .sec03 ul li:nth-child(even) img {
    margin: 0;
  }
}
#PRE .sec03 ul li:nth-child(even) p:before {
  content: none;
}
#PRE .sec03 ul li:nth-child(even) p:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 26.6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -20px;
  top: calc(50% - 20px / 2);
}
@media only screen and (max-width: 767px) {
  #PRE .sec03 ul li:nth-child(even) p:after {
    top: 25px;
  }
}

#CEREMONY .main_u_v {
  background: url("../../assets/img/ceremony/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#CEREMONY .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#CEREMONY .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #CEREMONY .main_u_v {
    background: url("../../assets/img/ceremony/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #CEREMONY .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #CEREMONY .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#CEREMONY .tab-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#CEREMONY .tab-type-list li {
  cursor: pointer;
  width: 260px;
  height: 74px;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .tab-type-list li {
    width: 31%;
    height: 9.5vw;
  }
}
#CEREMONY .tab-type-list li:nth-child(1) {
  background: url("../../assets/img/ceremony/tab1.jpg") no-repeat center;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .tab-type-list li:nth-child(1) {
    background: url("../../assets/img/ceremony/tab1_sp.png") no-repeat center;
    background-size: contain;
  }
}
#CEREMONY .tab-type-list li:nth-child(1):hover {
  background: url("../../assets/img/ceremony/tab1_on.jpg") no-repeat center;
}
#CEREMONY .tab-type-list li:nth-child(1).active {
  background: url("../../assets/img/ceremony/tab1_on.jpg") no-repeat center;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .tab-type-list li:nth-child(1).active {
    background: url("../../assets/img/ceremony/tab1_on_sp.png") no-repeat center;
    background-size: contain;
  }
}
#CEREMONY .tab-type-list li:nth-child(2) {
  margin: 0 2%;
  background: url("../../assets/img/ceremony/tab2.jpg") no-repeat center;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .tab-type-list li:nth-child(2) {
    background: url("../../assets/img/ceremony/tab2_sp.png") no-repeat center;
    background-size: contain;
    margin: 0 3.5%;
  }
}
#CEREMONY .tab-type-list li:nth-child(2):hover {
  background: url("../../assets/img/ceremony/tab2_on.jpg") no-repeat center;
}
#CEREMONY .tab-type-list li:nth-child(2).active {
  background: url("../../assets/img/ceremony/tab2_on.jpg") no-repeat center;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .tab-type-list li:nth-child(2).active {
    background: url("../../assets/img/ceremony/tab2_on_sp.png") no-repeat center;
    background-size: contain;
  }
}
#CEREMONY .tab-type-list li:nth-child(3) {
  background: url("../../assets/img/ceremony/tab3.jpg") no-repeat center;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .tab-type-list li:nth-child(3) {
    background: url("../../assets/img/ceremony/tab3_sp.png") no-repeat center;
    background-size: contain;
  }
}
#CEREMONY .tab-type-list li:nth-child(3):hover {
  background: url("../../assets/img/ceremony/tab3_on.jpg") no-repeat center;
}
#CEREMONY .tab-type-list li:nth-child(3).active {
  background: url("../../assets/img/ceremony/tab3_on.jpg") no-repeat center;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .tab-type-list li:nth-child(3).active {
    background: url("../../assets/img/ceremony/tab3_on_sp.png") no-repeat center;
    background-size: contain;
  }
}
#CEREMONY .panel-group {
  width: 100% !important;
}
#CEREMONY .panel-group .panel {
  display: none;
  position: relative;
}
#CEREMONY .panel-group .panel.show {
  display: block;
  -webkit-animation: news_list_animation 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  animation: news_list_animation 1s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
@-webkit-keyframes news_list_animation {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes news_list_animation {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
#CEREMONY .panel-group .panel > div:not(:last-of-type) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .panel-group .panel > div:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
#CEREMONY .sec01 h3 {
  position: relative;
  margin: 0 auto 40px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec01 h3 {
    margin: 0 auto 35px;
  }
}
#CEREMONY .sec01 h3 img {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec01 h3 img {
    width: 74%;
  }
}
#CEREMONY .sec01 h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: 22px;
  top: calc(50% - 22px / 2);
  right: 0;
  left: 0;
  background: url("../../assets/img/ceremony/border.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec01 h3::before {
    background: url("../../assets/img/ceremony/border_sp.png") no-repeat center;
    background-size: contain;
  }
}
#CEREMONY .sec01 .head_text {
  margin-bottom: 40px;
}
#CEREMONY .sec01 p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 80px 0 60px;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec01 p {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.6em;
    margin: 0 0 30px;
  }
}
#CEREMONY .sec02 .sec_in h3 {
  background: url("../../assets/img/ceremony/border2.png");
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 25px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in h3 {
    background: url("../../assets/img/ceremony/border2_sp.png");
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 9px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  #CEREMONY .sec02 .sec_in h3 img {
    height: 20px;
    width: auto;
  }
}
#CEREMONY .sec02 .sec_in .txt_c {
  text-align: center;
}
#CEREMONY .sec02 .sec_in .txt_link {
  display: inline-block;
  position: relative;
  padding: 0 28px 0 5px;
  margin-right: 10px;
  border-bottom: 1px solid #231815;
}
#CEREMONY .sec02 .sec_in .txt_link:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 16px / 2);
  right: 7px;
  background: url("../../assets/img/common/aroow.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
#CEREMONY .sec02 .sec_in .info_list {
  width: 85%;
  margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in .info_list {
    width: 100%;
    margin: 30px auto 0;
  }
}
#CEREMONY .sec02 .sec_in .info_list dl {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in .info_list dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#CEREMONY .sec02 .sec_in .info_list dl:first-of-type {
  border-top: 1px solid #d7d7d7;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in .info_list dl:first-of-type {
    padding-top: 10px;
  }
}
#CEREMONY .sec02 .sec_in .info_list dl dt {
  background-color: #dbebd0;
  text-align: center;
  width: 20%;
  padding: 15px 0;
  font-weight: bold;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in .info_list dl dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 4px 0 2px;
    margin-left: 0;
  }
}
#CEREMONY .sec02 .sec_in .info_list dl dd {
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in .info_list dl dd {
    width: 100%;
    font-size: 14px;
    font-size: 3.7333333333vw;
    display: block;
  }
}
#CEREMONY .sec02 .sec_in .contents1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
#CEREMONY .sec02 .sec_in .contents1 ul li:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in .contents1 ul li:not(:last-child) {
    margin-bottom: 60px;
  }
}
#CEREMONY .sec02 .sec_in .contents1 ul li:not(:last-child):before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 29px;
  bottom: -45px;
  left: 45px;
  background: url("../../assets/img/ceremony/arrrow.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in .contents1 ul li:not(:last-child):before {
    width: 21px;
    height: 16px;
    left: calc(50% - 21px / 2);
    bottom: -37px;
  }
}
#CEREMONY .sec02 .sec_in .contents1 ul li .step {
  width: 12%;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in .contents1 ul li .step {
    width: 21%;
  }
}
#CEREMONY .sec02 .sec_in .contents1 ul li .info_area {
  width: 86%;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in .contents1 ul li .info_area {
    padding-top: 0;
    width: 75%;
  }
}
#CEREMONY .sec02 .sec_in .contents1 ul li .info_area h4 {
  font-size: 34px;
  display: inline-block;
  border-bottom: 2px dotted;
  margin-bottom: 17px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in .contents1 ul li .info_area h4 {
    font-size: 19px;
    font-size: 5.0666666667vw;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #CEREMONY .sec02 .sec_in .contents1 ul li .info_area h4 + p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
#CEREMONY .sec02 .sec_in .contents1 ul li:nth-child(1) h4 {
  color: #68ab5d;
  border-color: #68ab5d;
}
#CEREMONY .sec02 .sec_in .contents1 ul li:nth-child(2) h4 {
  color: #4dbc97;
  border-color: #4dbc97;
}
#CEREMONY .sec02 .sec_in .contents1 ul li:nth-child(3) h4 {
  color: #5da2bd;
  border-color: #5da2bd;
}
#CEREMONY .sec02 .sec_in .contents1 ul li:nth-child(4) h4 {
  color: #7378c8;
  border-color: #7378c8;
}
#CEREMONY .sec02 .sec_in .contents1 ul li:nth-child(5) h4 {
  color: #cf67d3;
  border-color: #cf67d3;
}
#CEREMONY .sec02 .sec_in .contents1 ul li:nth-child(6) h4 {
  color: #f2607a;
  border-color: #f2607a;
}
#CEREMONY .sec02 .sec_in .contents3 .schedule_area {
  margin: 30px 0;
}
#CEREMONY .sec02 .sec_in .contents3 .schedule_area .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in .contents3 .schedule_area .schedule {
    font-size: 15px;
    font-size: 4vw;
  }
}
#CEREMONY .sec02 .sec_in .contents3 .schedule_area .schedule .day {
  text-align: center;
  padding: 16px 0 13px;
  width: 260px;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in .contents3 .schedule_area .schedule .day {
    width: 50%;
    padding: 4px 0;
  }
}
#CEREMONY .sec02 .sec_in .contents3 .schedule_area .schedule .time {
  background-color: #fff;
  border: 1px solid;
  padding: 15px 0;
  width: 260px;
}
@media only screen and (max-width: 767px) {
  #CEREMONY .sec02 .sec_in .contents3 .schedule_area .schedule .time {
    width: 50%;
    padding: 4px 0;
  }
}
#CEREMONY .sec02 .sec_in .contents3 .schedule_area .schedule.type1 {
  margin-bottom: 10px;
}
#CEREMONY .sec02 .sec_in .contents3 .schedule_area .schedule.type1 .day {
  background-color: #e6effa;
}
#CEREMONY .sec02 .sec_in .contents3 .schedule_area .schedule.type1 .time {
  border-color: #e6effa;
}
#CEREMONY .sec02 .sec_in .contents3 .schedule_area .schedule.type2 .day {
  background-color: #dcf3fa;
}
#CEREMONY .sec02 .sec_in .contents3 .schedule_area .schedule.type2 .time {
  border-color: #dcf3fa;
}

#LIFE .main_u_v {
  background: url("../../assets/img/life/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#LIFE .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#LIFE .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #LIFE .main_u_v {
    background: url("../../assets/img/life/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #LIFE .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #LIFE .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#LIFE .sec_ttl {
  position: relative;
  margin: 0 auto 80px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec_ttl {
    margin: 0 auto 25px;
  }
}
#LIFE .sec_ttl img {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec_ttl img {
    width: auto;
    height: 20px;
  }
}
v #LIFE .sec_ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: 22px;
  top: calc(50% - 22px / 2);
  right: 0;
  left: 0;
  background: url("../../assets/img/life/border2.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  v #LIFE .sec_ttl::before {
    background: url("../../assets/img/life/border2_sp.png") no-repeat center;
    background-size: contain;
  }
}
#LIFE .sec01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec01 ul {
    margin-bottom: 60px;
  }
}
#LIFE .sec01 ul li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 20px;
}
#LIFE .sec01 ul li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec01 ul li {
    width: 42%;
    margin-right: 15px;
  }
}
#LIFE .sec01 ul li:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec01 ul li:first-child {
    margin-bottom: 15px;
  }
}
#LIFE .sec01 ul li:first-child:nth-child(2) {
  margin-right: 0px;
  margin-bottom: 15px;
}
#LIFE .sec01 ul li:first-child:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec01 ul li:first-child:last-child {
    margin-right: 0px;
  }
}
#LIFE .sec01 .school_time {
  background: url("../../assets/img/life/border1.png") no-repeat center;
  background-size: contain;
  height: 209px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec01 .school_time {
    background: url("../../assets/img/life/border1_sp.png") no-repeat center;
    background-size: contain;
    height: 27vw;
  }
}
#LIFE .sec01 .school_time h3 {
  position: relative;
  margin: 0 auto 30px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec01 .school_time h3 {
    margin: 0 auto;
  }
}
#LIFE .sec01 .school_time h3 img {
  position: relative;
  top: -10px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec01 .school_time h3 img {
    width: auto;
    height: 20px;
    top: -11px;
  }
}
#LIFE .sec01 .school_time .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec01 .school_time .schedule {
    width: 80%;
    font-size: 15px;
    font-size: 4vw;
    margin: 0 auto;
  }
}
#LIFE .sec01 .school_time .schedule .day {
  text-align: center;
  padding: 2px 0 2px;
  width: 260px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec01 .school_time .schedule .day {
    width: 50%;
  }
}
#LIFE .sec01 .school_time .schedule .time {
  background-color: #fff;
  border: 2px solid;
  padding: 2px 0 2px;
  width: 260px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec01 .school_time .schedule .time {
    width: 50%;
  }
}
#LIFE .sec01 .school_time .schedule.type1 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec01 .school_time .schedule.type1 {
    margin-bottom: 7px;
  }
}
#LIFE .sec01 .school_time .schedule.type1 .day {
  background-color: #e6effa;
}
#LIFE .sec01 .school_time .schedule.type1 .time {
  border-color: #e6effa;
}
#LIFE .sec01 .school_time .schedule.type2 .day {
  background-color: #dcf3fa;
}
#LIFE .sec01 .school_time .schedule.type2 .time {
  border-color: #dcf3fa;
}
#LIFE .sec02 .schedule-list > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#LIFE .sec02 .schedule-list > dl:before {
  content: "";
  width: 6px;
  height: 100%;
  z-index: 1;
  left: 40px;
  position: absolute;
  background-color: #a7cea0;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl:before {
    content: none;
  }
}
#LIFE .sec02 .schedule-list > dl:not(:last-child) {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl:not(:last-child) {
    padding-bottom: 50px;
  }
}
#LIFE .sec02 .schedule-list > dl > dt {
  width: 95px;
  float: left;
  clear: both;
  line-height: 1em;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dt {
    position: absolute;
    width: 17%;
  }
}
#LIFE .sec02 .schedule-list > dl > dd {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd {
    padding-left: 0;
  }
}
#LIFE .sec02 .schedule-list > dl > dd > div:not(:first-child) {
  margin-top: 50px;
}
#LIFE .sec02 .schedule-list > dl > dd .sec02-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#LIFE .sec02 .schedule-list > dl > dd .sec02-box .info_area {
  width: 53%;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .sec02-box .info_area {
    width: 100%;
    margin-bottom: 25px;
  }
  #LIFE .sec02 .schedule-list > dl > dd .sec02-box .info_area.p_none {
    margin-bottom: 0;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .sec02-box .info_area h4 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .sec02-box .info_area h4 {
    padding-left: 20%;
    margin-bottom: 20px;
  }
  #LIFE .sec02 .schedule-list > dl > dd .sec02-box .info_area h4.p_none {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .sec02-box .info_area h4 img {
    width: auto;
    height: 17px;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .sec02-box .info_area h4 span {
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .sec02-box .info_area h4 span {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 3px;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .sec02-box .info_area h4 + p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .sec02-box .info_area h4 + p {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.6em;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .sec02-box .img_area {
  width: 42.8%;
}
#LIFE .sec02 .schedule-list > dl > dd .sec02-box .img_area.p_ab_item {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .sec02-box .img_area.p_ab_item {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .sec02-box .img_area {
    width: 100%;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .sec02-box .img_area .kouen_img {
  margin-top: -20%;
}
#LIFE .sec02 .schedule-list > dl > dd .morning_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 3px solid rgba(203, 203, 203, 0.3);
  background: #fff;
  padding: 30px 0;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .morning_list {
    padding: 0 20px;
    border: 1px solid rgba(203, 203, 203, 0.3);
  }
}
#LIFE .sec02 .schedule-list > dl > dd .morning_list li {
  width: 33.3333%;
  padding: 0 28px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .morning_list li {
    width: 100%;
    padding: 20px 0;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .morning_list li:not(:last-child) {
  border-right: 2px dotted #e8dbd8;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .morning_list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px dotted #e8dbd8;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .morning_list li h5 {
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .morning_list li h5 img {
    height: 25px;
    width: auto;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .linch_box {
  margin-top: 30px;
}
#LIFE .sec02 .schedule-list > dl > dd .linch_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .linch_box dl {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .linch_box dl dt {
  border: 2px solid #e59717;
  padding: 5px 10px;
  margin-right: 15px;
  color: #e59717;
  text-align: center;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .linch_box dl dt {
    width: 44%;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .linch_box dl dd {
  color: #e59717;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .linch_box dl dd {
    width: 60%;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .linch_box dl:first-child {
  margin-bottom: 10px;
}
#LIFE .sec02 .schedule-list > dl > dd .linch_box dl:first-child dt {
  border: 2px solid #f6792e;
  color: #f6792e;
}
#LIFE .sec02 .schedule-list > dl > dd .linch_box dl:first-child dd {
  color: #f6792e;
}
#LIFE .sec02 .schedule-list > dl > dd .custody {
  border: 3px solid rgba(203, 203, 203, 0.3);
  background: #fff;
  padding: 40px;
  margin-top: 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .custody {
    padding: 20px;
    border: 1px solid rgba(203, 203, 203, 0.3);
  }
}
#LIFE .sec02 .schedule-list > dl > dd .custody h5 {
  font-size: 26px;
  border-bottom: 2px dotted #81b778;
  padding-bottom: 20px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .custody h5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 17px;
    font-size: 4.5333333333vw;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #81b778;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .custody h5 span {
  display: inline-block;
  position: relative;
  padding: 0 28px 0 5px;
  margin-right: 10px;
  border-bottom: 1px solid #231815;
  font-size: 20px;
}
#LIFE .sec02 .schedule-list > dl > dd .custody h5 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 16px / 2);
  right: 7px;
  background: url("../../assets/img/pre/aroow.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .custody h5 a {
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 2px;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .custody h5 a:hover {
  border-color: #FFF;
}
#LIFE .sec02 .schedule-list > dl > dd .custody h6 {
  color: #78b96e;
  font-size: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .custody h6 {
    font-size: 15px;
    font-size: 4vw;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .custody .schedule_area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#LIFE .sec02 .schedule-list > dl > dd .custody .schedule_area2 .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 24px;
  text-align: center;
  width: 48.5%;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .custody .schedule_area2 .schedule {
    width: 100%;
    font-size: 15px;
    font-size: 4vw;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .custody .schedule_area2 .schedule .day {
  text-align: center;
  padding: 14px 0 10px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .custody .schedule_area2 .schedule .day {
    padding: 4px 0;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .custody .schedule_area2 .schedule .time {
  background-color: #fff;
  border: 2px solid;
  padding: 14px 0 10px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .custody .schedule_area2 .schedule .time {
    padding: 4px 0;
  }
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl > dd .custody .schedule_area2 .schedule.type3 {
    margin-bottom: 10px;
  }
}
#LIFE .sec02 .schedule-list > dl > dd .custody .schedule_area2 .schedule.type3 .day {
  background-color: #ceeec9;
}
#LIFE .sec02 .schedule-list > dl > dd .custody .schedule_area2 .schedule.type3 .time {
  border-color: #ceeec9;
}
#LIFE .sec02 .schedule-list > dl > dd .custody .schedule_area2 .schedule.type4 .day {
  background-color: #c9eee2;
}
#LIFE .sec02 .schedule-list > dl > dd .custody .schedule_area2 .schedule.type4 .time {
  border-color: #c9eee2;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec02 .schedule-list > dl.p_none {
    padding-bottom: 0;
  }
  #LIFE .sec02 .schedule-list > dl.p_none dd .info_area {
    margin-bottom: 15px;
  }
}
#LIFE .sec03 .sec_in > div:not(:last-of-type) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec03 .sec_in > div:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
#LIFE .sec03 .sec_in > div:nth-child(2) {
  -webkit-box-shadow: 12px 12px 0 0px rgba(255, 209, 212, 0.8);
          box-shadow: 12px 12px 0 0px rgba(255, 209, 212, 0.8);
}
@media only screen and (max-width: 767px) {
  #LIFE .sec03 .sec_in > div:nth-child(2) {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#LIFE .sec03 .sec_in > div:nth-child(3) {
  -webkit-box-shadow: 12px 12px 0 0px rgba(191, 226, 250, 0.8);
          box-shadow: 12px 12px 0 0px rgba(191, 226, 250, 0.8);
}
@media only screen and (max-width: 767px) {
  #LIFE .sec03 .sec_in > div:nth-child(3) {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#LIFE .sec03 .sec_in > div:nth-child(4) {
  -webkit-box-shadow: 12px 12px 0 0px rgba(182, 231, 165, 0.8);
          box-shadow: 12px 12px 0 0px rgba(182, 231, 165, 0.8);
}
@media only screen and (max-width: 767px) {
  #LIFE .sec03 .sec_in > div:nth-child(4) {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#LIFE .sec03 .sec03_box {
  background-color: #fff;
  padding: 40px;
  width: 990px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #LIFE .sec03 .sec03_box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #LIFE .sec03 .sec03_box {
    width: 100%;
    padding: 0;
  }
}
#LIFE .sec03 .sec03_box h4 {
  position: absolute;
  top: -50px;
  left: -30px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec03 .sec03_box h4 {
    position: static;
    width: 45%;
    margin: 0 auto 20px;
  }
}
#LIFE .sec03 .sec03_box h4 img {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec03 .sec03_box h4 img {
    width: 100%;
  }
}
#LIFE .sec03 .sec03_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  #LIFE .sec03 .sec03_box dl:first-of-type {
    padding-top: 100px;
  }
}
#LIFE .sec03 .sec03_box dl:not(:last-of-type) {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec03 .sec03_box dl:not(:last-of-type) {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
#LIFE .sec03 .sec03_box dl .sp-dt {
  display: none;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec03 .sec03_box dl .sp-dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#LIFE .sec03 .sec03_box dl .pc-dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec03 .sec03_box dl .pc-dt {
    display: none;
  }
}
#LIFE .sec03 .sec03_box dl dt {
  width: 30%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 207px;
}
@media only screen and (max-width: 767px) {
  #LIFE .sec03 .sec03_box dl dt {
    width: 100%;
    height: auto;
    font-size: 17px;
    font-size: 4.5333333333vw;
    text-align: center;
    margin-bottom: 10px;
  }
}
#LIFE .sec03 .sec03_box dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 69%;
}
@media only screen and (max-width: 1024px) {
  #LIFE .sec03 .sec03_box dl dd {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #LIFE .sec03 .sec03_box dl dd {
    width: 100%;
  }
  #LIFE .sec03 .sec03_box dl dd img {
    width: 47.5%;
  }
}

#SQUARE .main_u_v {
  background: url("../../assets/img/square/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#SQUARE .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#SQUARE .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #SQUARE .main_u_v {
    background: url("../../assets/img/square/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #SQUARE .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #SQUARE .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#SQUARE .sec01 h3 {
  text-align: center;
  margin-bottom: 80px;
}
#SQUARE .sec01 h3:before {
  background: none;
}
@media only screen and (max-width: 767px) {
  #SQUARE .sec01 h3 {
    margin-bottom: 30px;
    padding-top: 0px;
  }
}
#SQUARE .sec01 h3 img {
  margin: 0 auto;
}
#SQUARE .sec01 .sec01_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#SQUARE .sec01 .sec01_box:not(:last-of-type) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #SQUARE .sec01 .sec01_box:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#SQUARE .sec01 .sec01_box .info_area {
  width: 48%;
}
#SQUARE .sec01 .sec01_box .info_area .sec_num {
  position: absolute;
}
#SQUARE .sec01 .sec01_box .info_area .sec_num img {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #SQUARE .sec01 .sec01_box .info_area .sec_num img {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #SQUARE .sec01 .sec01_box .info_area {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#SQUARE .sec01 .sec01_box .info_area h4 {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px dotted;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 0.8em 0px 0.8em 100px;
}
@media only screen and (max-width: 767px) {
  #SQUARE .sec01 .sec01_box .info_area h4 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 10px;
    font-size: 5.33333vw;
    margin-bottom: 10px;
    padding: 1.2em 0 1.2em 80px;
  }
}
#SQUARE .sec01 .sec01_box .info_area h4.type1 {
  color: #68ab5d;
  border-color: #68ab5d;
}
#SQUARE .sec01 .sec01_box .info_area h4.type2 {
  color: #e6ac00;
  border-color: #e6ac00;
}
#SQUARE .sec01 .sec01_box .info_area h4.type3 {
  color: #f26e6c;
  border-color: #f26e6c;
}
#SQUARE .sec01 .sec01_box .info_area h4.type4 {
  color: #c87cf2;
  border-color: #c87cf2;
}
#SQUARE .sec01 .sec01_box .info_area h4.type5 {
  color: #6590c9;
  border-color: #6590c9;
}
#SQUARE .sec01 .sec01_box .info_area h4 span {
  margin-top: 20px;
  font-size: 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #SQUARE .sec01 .sec01_box .info_area h4 span {
    font-size: 15px;
    font-size: 4vw;
    font-size: 4vw;
    margin-top: 5px;
  }
}
#SQUARE .sec01 .sec01_box .info_area h4 + p span {
  display: inline-block;
  color: #fff;
  background-color: #edc815;
  padding: 5px 10px 3px;
  line-height: 1.4em;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #SQUARE .sec01 .sec01_box .info_area h4 + p span {
    padding: 1px 6px 2px;
  }
}
#SQUARE .sec01 .sec01_box .info_area h4 + p + p {
  margin-top: 20px;
}
#SQUARE .sec01 .sec01_box .img_area {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #SQUARE .sec01 .sec01_box .img_area {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
}
#SQUARE .ttl1 {
  font-size: 32px;
  color: #68ab5d;
  margin-bottom: 20px;
  border-bottom: 2px dotted;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #SQUARE .ttl1 {
    font-size: 5.3vw;
  }
}
#SQUARE .ttl2 {
  font-size: 24px;
  color: #68ab5d;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #SQUARE .ttl2 {
    font-size: 4.5vw;
  }
}
#SQUARE .ttl3 {
  font-weight: bold;
}
#SQUARE .text_contents {
  margin-bottom: 20px;
  padding-left: 20px;
}
#SQUARE .text_contents .txt_link {
  display: inline-block;
  position: relative;
  padding: 0 28px 0 5px;
  margin-right: 10px;
  border-bottom: 1px solid #231815;
}
#SQUARE .text_contents .txt_link:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1pc;
  height: 1pc;
  top: calc(50% - 1pc/2);
  right: 7px;
  background: url(../../assets/img/common/aroow.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
#SQUARE .curriculum_detail {
  margin-bottom: 80px;
  padding: 50px;
  border: 3px solid rgba(203, 203, 203, 0.3);
  background: #FFF;
}
#SQUARE .curriculum_detail h6 {
  padding-left: 30px;
}
#SQUARE .curriculum_detail p.text_contents {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #SQUARE .curriculum_detail {
    margin-bottom: 40px;
    padding: 20px;
  }
  #SQUARE .curriculum_detail h6 {
    padding-left: 10px;
  }
  #SQUARE .curriculum_detail p.text_contents {
    padding-left: 20px;
  }
}

#FACILITY .main_u_v {
  background: url("../../assets/img/facility/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#FACILITY .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#FACILITY .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #FACILITY .main_u_v {
    background: url("../../assets/img/facility/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #FACILITY .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #FACILITY .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#FACILITY .ttl {
  background: url("../../assets/img/facility/border.png");
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#FACILITY .img_area {
  text-align: center;
}

#RECRUIT .main_u_v {
  background: url("../../assets/img/recruit/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#RECRUIT .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#RECRUIT .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #RECRUIT .main_u_v {
    background: url("../../assets/img/recruit/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #RECRUIT .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #RECRUIT .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#RECRUIT .recruit_ttl {
  margin-bottom: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#RECRUIT .recruit_ttl img:first-child {
  padding-right: 10px;
  width: 30%;
}
#RECRUIT .recruit_ttl img:nth-child(2) {
  width: 30%;
  max-width: 192px;
}
#RECRUIT .recruit_ttl img:last-child {
  padding-left: 10px;
  width: 30%;
}
#RECRUIT .head_txt {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #RECRUIT .head_txt {
    padding: 10px 0 50px;
    text-align: left;
  }
}
#RECRUIT .recruit_greeting {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  #RECRUIT .recruit_greeting {
    font-size: 18px;
    padding: 0 0 10px 0;
  }
}
#RECRUIT .interview {
  margin-bottom: 60px;
}
#RECRUIT .interview p {
  max-width: 1000px;
  margin: 0 auto;
}
#RECRUIT .interview .question {
  color: #68ab5d;
  clear: both;
}
#RECRUIT .interview .question .question_ico {
  font-weight: 700;
  font-size: 22px;
  color: #68ab5d;
  display: inline-block;
  float: left;
  width: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #RECRUIT .interview .question .question_ico {
    display: inline;
    float: none;
  }
}
#RECRUIT .interview .question .question_txt {
  display: inline-block;
  float: left;
  width: 92%;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #RECRUIT .interview .question .question_txt {
    display: inline;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #RECRUIT .interview .question {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
#RECRUIT .interview .answer {
  margin-bottom: 30px;
}
#RECRUIT .interview .answer:last-child {
  margin-bottom: 0px;
  clear: both;
}
#RECRUIT .interview .answer span.answer_ico {
  font-weight: 700;
  font-size: 22px;
  color: #f2607a;
  display: inline-block;
  float: left;
  width: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #RECRUIT .interview .answer span.answer_ico {
    display: inline;
    float: none;
  }
}
#RECRUIT .interview .answer span.answer_txt {
  display: inline-block;
  float: left;
  width: 92%;
}
@media screen and (max-width: 767px) {
  #RECRUIT .interview .answer {
    font-size: 15px;
    display: inline;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #RECRUIT .txt_bosyu {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  #RECRUIT .txt_kengaku {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #RECRUIT .txt_entry {
    max-width: 210px;
  }
}
#RECRUIT .recruit_subttl {
  background: url("../../assets/img/recruit/border.png");
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
#RECRUIT .recruit_table {
  width: 87%;
  margin: auto;
  border-top: 1px solid #d7d7d7;
}
@media screen and (max-width: 767px) {
  #RECRUIT .recruit_table {
    width: 100%;
  }
}
#RECRUIT .recruit_table .bg_wrap {
  background: #dbebd0;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
}
#RECRUIT .recruit_table tr {
  border-bottom: 1px solid #d7d7d7;
}
#RECRUIT .recruit_table th {
  width: 290px;
  padding: 10px 0 10px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #RECRUIT .recruit_table th {
    width: 100%;
    display: block;
    padding: 0;
  }
}
#RECRUIT .recruit_table td {
  padding: 10px 50px 10px 50px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #RECRUIT .recruit_table td {
    padding: 15px 0;
    display: block;
  }
}
#RECRUIT .recruit_block {
  margin-bottom: 60px;
}
#RECRUIT .recruit_block:last-of-type {
  margin-bottom: 0;
}
#RECRUIT .form-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #RECRUIT .form-area ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}
#RECRUIT .form-area ul li {
  width: 170px;
  margin: 0 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #RECRUIT .form-area ul li {
    width: 25%;
    margin: 0;
  }
}
#RECRUIT .form-area ul li:not(:last-child):before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 35px;
  top: calc(50% - 35px / 2);
  right: -47px;
  background-image: url("../../assets/img/contact/arrow.jpg");
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #RECRUIT .form-area ul li:not(:last-child):before {
    width: 18px;
    height: 23px;
    right: -38%;
    top: calc(50% - 23px / 2);
  }
}
#RECRUIT .form-area {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 30px;
  width: 1100px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1024px) {
  #RECRUIT .form-area {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #RECRUIT .form-area {
    margin-bottom: 30px;
    padding: 20px 20px 40px;
    width: 100%;
  }
}
#RECRUIT .form-area .input-area dl {
  border-bottom: 1px solid #eee;
  margin-bottom: 28px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#RECRUIT .form-area .input-area dl:first-child {
  border-top: 1px solid #eee;
  padding-top: 28px;
}
#RECRUIT .form-area .input-area dl:last-child {
  border-bottom: none;
}
#RECRUIT .form-area .input-area dl dt {
  width: 300px;
  text-align: left;
  line-height: 1.5em;
}
#RECRUIT .form-area .input-area dl dt span {
  display: inline-block;
  margin-right: 15px;
}
#RECRUIT .form-area .input-area dl dt .required {
  color: #fff;
  width: 60px;
  background: #f14a69;
  border-radius: 5px;
  padding: 5px 5px 3px;
  text-align: center;
}
#RECRUIT .form-area .input-area dl dt .required.any {
  background: #acacac;
}
#RECRUIT .form-area .input-area dl dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #RECRUIT .form-area .input-area {
    width: 100%;
  }
  #RECRUIT .form-area .input-area dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #RECRUIT .form-area .input-area dl dt {
    width: auto;
    margin-bottom: 10px;
  }
  #RECRUIT .form-area .input-area dl dt span {
    width: auto;
    margin-right: 10px;
  }
  #RECRUIT .form-area .input-area dl dt .required {
    width: auto;
    padding: 3px 8px 1px;
  }
  #RECRUIT .form-area .input-area dl dd {
    width: 100%;
  }
}
#RECRUIT .form-area input[type=text], #RECRUIT .form-area input[type=email], #RECRUIT .form-area input[type=tel], #RECRUIT .form-area input[type=number], #RECRUIT .form-area input[name=zip] {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #f4f4f4;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1em;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
}
#RECRUIT .form-area input.txt_plus {
  width: 85%;
  margin-left: 5%;
}
#RECRUIT .form-area input::-webkit-input-placeholder {
  color: #bbb;
}
#RECRUIT .form-area input::-moz-placeholder {
  color: #bbb;
}
#RECRUIT .form-area input:-ms-input-placeholder {
  color: #bbb;
}
#RECRUIT .form-area input::-ms-input-placeholder {
  color: #bbb;
}
#RECRUIT .form-area input::placeholder {
  color: #bbb;
}
#RECRUIT .form-area .wrap_txt_plus p {
  margin-bottom: 10px;
}
#RECRUIT .form-area .wrap_txt_plus p:last-child {
  margin-bottom: 10px;
}
#RECRUIT .form-area textarea {
  width: 100%;
  height: 160px;
  background: #f4f4f4;
  line-height: 1.4em;
  border: none;
  padding: 1em;
  outline: none;
  border-radius: 5px;
}
#RECRUIT .form-area .coments {
  text-align: center;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  #RECRUIT .form-area .coments {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.6em;
  }
}
#RECRUIT .form-area .btn_wrap {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin: 60px auto 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #RECRUIT .form-area .btn_wrap {
    margin: 30px auto 0;
  }
}
#RECRUIT .form-area .btn_wrap:after {
  content: "";
  position: absolute;
  top: calc(50% - 18px / 2);
  right: 26px;
  width: 18px;
  height: 18px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/common/icon_arrow_news_on.png");
  background-size: 18px 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #RECRUIT .form-area .btn_wrap:after {
    right: 15px;
    top: calc(50% - 13px / 2);
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
#RECRUIT .form-area .btn_wrap:hover {
  background-color: #fff;
  color: #578c4d;
}
#RECRUIT .form-area .btn_wrap:hover:after {
  background-image: url("../../assets/img/common/icon_arrow_news.png");
}
#RECRUIT .form-area .def_btn,
#RECRUIT .form-area .u_btn {
  margin-top: 0;
  text-align: center;
  padding-right: 4%;
  padding-left: 0;
  width: 100%;
  font-size: 17px;
}
#RECRUIT .form-area .u_btn {
  margin-top: 10px;
  width: 220px;
  text-align: center;
  padding-right: 0%;
}
#RECRUIT .thanks-sec {
  text-align: center;
}
#RECRUIT .thanks-sec .thanks-ttl {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #RECRUIT .thanks-sec .thanks-ttl {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
#RECRUIT .thanks-sec .thanks-ttl + p {
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  #RECRUIT .thanks-sec .thanks-ttl + p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
#RECRUIT .thanks-sec .def_btn {
  width: 185px;
  margin-top: 40px;
}
#RECRUIT .conditions {
  position: relative;
}
#RECRUIT .conditions .mwform-radio-field {
  margin-right: 200px;
}
@media only screen and (max-width: 767px) {
  #RECRUIT .conditions .mwform-radio-field {
    padding: 6px 0 40px;
    display: inline-block;
    margin-left: 0;
    margin-right: 100px;
  }
}
#RECRUIT .conditions .radio-school-year {
  position: absolute;
  left: 90px;
  top: -4px;
}
#RECRUIT .conditions .radio-school-year input {
  width: 100px;
}
#RECRUIT .conditions .radio-year {
  position: absolute;
  left: 360px;
  top: -4px;
}
@media only screen and (max-width: 767px) {
  #RECRUIT .conditions .radio-year {
    position: absolute;
    left: 90px;
    top: 70px;
  }
}
#RECRUIT .conditions .radio-year input {
  width: 100px;
}
#RECRUIT .wrap_txt_plus div {
  margin-bottom: 20px;
}
#RECRUIT .wrap_txt_plus div:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  フォーム関連
----------------------------------------------------------------*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=submit] {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  width: auto;
  height: auto;
}

#INSTITUTION .main_u_v {
  background: url("../../assets/img/institution/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#INSTITUTION .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#INSTITUTION .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #INSTITUTION .main_u_v {
    background: url("../../assets/img/institution/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #INSTITUTION .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #INSTITUTION .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#INSTITUTION h3 {
  background: url("../../assets/img/ceremony/border2.png");
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 25px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #INSTITUTION h3 {
    background: url("../../assets/img/ceremony/border2_sp.png");
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 9px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  #INSTITUTION h3 img {
    height: 20px;
    width: auto;
  }
}
#INSTITUTION .img_area {
  position: relative;
}
#INSTITUTION .img_area img {
  display: block;
  margin: 0 auto;
}
#INSTITUTION .pin_list li {
  position: absolute;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #INSTITUTION .pin_list li {
    width: 21px;
    height: 32px;
  }
}
#INSTITUTION .pin_list img:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
#INSTITUTION .pin_list img:before {
  background: url("../../assets/img/institution/pin_on.png") no-repeat center;
  width: 56px;
  height: 85px;
  left: -3px;
  top: -6px;
}
@media only screen and (max-width: 767px) {
  #INSTITUTION .pin_list img:before {
    width: 26px;
    height: 37px;
    background-size: 26px 37px;
  }
}
#INSTITUTION .sec01 .pin_list li:nth-child(1) {
  top: -7.5%;
  left: 25%;
}
#INSTITUTION .sec01 .pin_list li:nth-child(2) {
  top: 26%;
  left: 42%;
}
#INSTITUTION .sec01 .pin_list li:nth-child(3) {
  bottom: 62%;
  left: 77%;
}
#INSTITUTION .sec01 .pin_list li:nth-child(4) {
  top: 60%;
  right: 35%;
}
#INSTITUTION .sec01 .pin_list li:nth-child(5) {
  bottom: 10%;
  right: 12%;
}
@media only screen and (max-width: 767px) {
  #INSTITUTION .sec01 .pin_list li:nth-child(1) {
    top: -14%;
    left: 17%;
  }
  #INSTITUTION .sec01 .pin_list li:nth-child(2) {
    top: 5%;
    left: 50%;
  }
  #INSTITUTION .sec01 .pin_list li:nth-child(3) {
    bottom: 85%;
    left: 79%;
  }
  #INSTITUTION .sec01 .pin_list li:nth-child(4) {
    top: 54%;
    right: 51%;
  }
  #INSTITUTION .sec01 .pin_list li:nth-child(5) {
    bottom: 5%;
    right: 10%;
  }
}
#INSTITUTION .sec02 .pin_list li:nth-child(1) {
  bottom: 70%;
  left: 77%;
}
#INSTITUTION .sec02 .pin_list li:nth-child(2) {
  top: 30%;
  left: 46%;
}
#INSTITUTION .sec02 .pin_list li:nth-child(3) {
  bottom: 70%;
  right: 67%;
}
@media only screen and (max-width: 767px) {
  #INSTITUTION .sec02 .pin_list li:nth-child(1) {
    bottom: 70%;
    left: 27%;
  }
  #INSTITUTION .sec02 .pin_list li:nth-child(2) {
    bottom: -7%;
    left: 44%;
  }
  #INSTITUTION .sec02 .pin_list li:nth-child(3) {
    bottom: 70%;
    left: 82%;
  }
}
@media only screen and (max-width: 500px) {
  #INSTITUTION .sec01 .pin_list li.mimosaroom {
    top: -7%;
    left: 20%;
  }
  #INSTITUTION .sec01 .pin_list li.playroom {
    top: 23%;
    left: 32%;
  }
  #INSTITUTION .sec01 .pin_list li.nurseryroom0101 {
    bottom: 88%;
    left: 82%;
  }
  #INSTITUTION .sec01 .pin_list li.playground01 {
    top: 60%;
    right: 55%;
  }
  #INSTITUTION .sec01 .pin_list li.playground02 {
    bottom: 5%;
    right: 3%;
  }
  #INSTITUTION .sec02 .pin_list li.nurseryroom0201 {
    bottom: 70%;
    left: 24%;
  }
  #INSTITUTION .sec02 .pin_list li.skyroom {
    bottom: 80%;
    left: 44%;
  }
  #INSTITUTION .sec02 .pin_list li.nurseryroom0202 {
    bottom: 70%;
    left: 82%;
  }
}

#GRADUATE .main_u_v {
  background: url("../../assets/img/graduate/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#GRADUATE .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#GRADUATE .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #GRADUATE .main_u_v {
    background: url("../../assets/img/graduate/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #GRADUATE .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #GRADUATE .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#GRADUATE .news_contents {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#GRADUATE .news_contents .main_contents {
  width: 71%;
}
#GRADUATE .news_contents .main_contents .news_list {
  margin-bottom: 60px;
}
#GRADUATE .news_contents .main_contents .news_list li {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
#GRADUATE .news_contents .main_contents .news_list li a {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#GRADUATE .news_contents .main_contents .news_list li a:hover {
  opacity: 0.7;
}
#GRADUATE .news_contents .main_contents .news_list li img {
  width: 43.2%;
  height: 100%;
}
#GRADUATE .news_contents .main_contents .news_list li .info_area {
  width: 54%;
  padding-top: 10px;
}
#GRADUATE .news_contents .main_contents .news_list li .info_area h3 + p {
  line-height: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#GRADUATE .news_contents .main_contents .news_list li .info_area h3 {
  color: #231815;
  font-size: 24px;
  font-weight: bold;
}
#GRADUATE .news_contents .main_contents .news_list li .info_area h3:after {
  content: "";
  display: block;
  margin: 13px 0 15px;
  width: 100%;
  height: 9px;
  background-image: url("../../assets/img/news/ttl_border.jpg");
  background-size: contain;
  vertical-align: middle;
}
#GRADUATE .news_contents .main_contents .news_list li .info_area .info_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
#GRADUATE .news_contents .main_contents .news_list li .info_area .info_head .time {
  margin-right: 10px;
}
#GRADUATE .news_contents .main_contents .news_list li .info_area .info_head .cat {
  color: #fff;
  line-height: 1.2em;
  min-width: 105px;
  padding: 2px 0 1px;
  background-color: #ddd;
  text-align: center;
}
#GRADUATE .news_contents .main_contents .news_list li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #GRADUATE .news_contents {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  #GRADUATE .news_contents .main_contents {
    width: 100%;
    margin-bottom: 40px;
  }
  #GRADUATE .news_contents .main_contents .news_list li .info_area {
    padding-top: 0;
  }
  #GRADUATE .news_contents .main_contents .news_list li .info_area h3 + p {
    font-size: 14px;
    font-size: 3.73333vw;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
  }
  #GRADUATE .news_contents .main_contents .news_list li .info_area h3 {
    font-size: 15px;
    font-size: 4vw;
  }
  #GRADUATE .news_contents .main_contents .news_list li .info_area h3:after {
    height: 4px;
    margin: 8px 0;
  }
  #GRADUATE .news_contents .main_contents .news_list li .info_area .info_head {
    margin-bottom: 12px;
  }
  #GRADUATE .news_contents .main_contents .news_list li .info_area .info_head .cat {
    font-size: 11px;
    font-size: 2.93333vw;
    min-width: 60px;
    padding: 1px 10px;
  }
  #GRADUATE .news_contents .main_contents .news_list li .info_area .info_head .time {
    font-size: 11px;
    font-size: 2.93333vw;
  }
  #GRADUATE .news_contents .main_contents .news_list li a {
    padding: 15px;
  }
  #GRADUATE .news_contents .main_contents .news_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}

#PRIVACY .main_u_v {
  background: url("../../assets/img/privacy/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#PRIVACY .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#PRIVACY .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #PRIVACY .main_u_v {
    background: url("../../assets/img/privacy/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #PRIVACY .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #PRIVACY .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#PRIVACY .sec01 .sec01_box h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
}
#PRIVACY .sec01 .sec01_box h4 {
  font-weight: 700;
}
#PRIVACY .sec01 .sec01_box p {
  margin-bottom: 1em;
}

#DOWNLOAD .main_u_v {
  background: url("../../assets/img/download/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#DOWNLOAD .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#DOWNLOAD .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #DOWNLOAD .main_u_v {
    background: url("../../assets/img/download/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #DOWNLOAD .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #DOWNLOAD .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#DOWNLOAD .sec01 .sec01_box li {
  margin-bottom: 20px;
}
#DOWNLOAD .sec01 .sec01_box li a {
  border: 2px solid #f2f2f2;
  width: 90%;
  height: 70px;
  display: block;
  background: #FFF;
  position: relative;
  margin: 0 auto;
  padding: 15px 0 15px 75px;
}
#DOWNLOAD .sec01 .sec01_box li a:hover {
  color: #c47f6c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#DOWNLOAD .sec01 .sec01_box li a:after {
  content: "";
  display: block;
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 30px;
  top: calc(50% - 29px/2);
  left: 30px;
  background: url(../../assets/img/download/icon_pdf.gif) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
#DOWNLOAD .sec01 .sec01_box li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #DOWNLOAD .sec01 .sec01_box li a {
    padding: 22px 0 22px 55px;
  }
  #DOWNLOAD .sec01 .sec01_box li a:after {
    left: 20px;
  }
}

#APPLICATION .main_u_v {
  background: url("../../assets/img/application/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#APPLICATION .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#APPLICATION .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #APPLICATION .main_u_v {
    background: url("../../assets/img/application/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #APPLICATION .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #APPLICATION .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}

#APPLICATION .form-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #APPLICATION .form-area ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
#APPLICATION .form-area ul li {
  width: 170px;
  margin: 0 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #APPLICATION .form-area ul li {
    width: 25%;
    margin: 0;
  }
}
#APPLICATION .form-area ul li:not(:last-child):before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 35px;
  top: calc(50% - 35px / 2);
  right: -47px;
  background-image: url("../../assets/img/application/arrow.jpg");
  background-size: contain;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  #APPLICATION .form-area ul li:not(:last-child):before {
    width: 18px;
    height: 23px;
    right: -38%;
    top: calc(50% - 23px / 2);
  }
}
#APPLICATION .form-area {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 30px;
  width: 1100px;
  margin: 0 auto 80px;
}

@media only screen and (max-width: 1024px) {
  #APPLICATION .form-area {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #APPLICATION .form-area {
    margin-bottom: 30px;
    padding: 20px 20px 40px;
    width: 90%;
  }
}
#APPLICATION .form-area .input-area dl {
  border-bottom: 1px solid #eee;
  margin-bottom: 28px;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#APPLICATION .form-area .input-area dl:first-child {
  border-top: 1px solid #eee;
  padding-top: 28px;
}

#APPLICATION .form-area .input-area dl:last-child {
  border-bottom: none;
}

#APPLICATION .form-area .input-area dl dt {
  width: 300px;
  text-align: left;
  line-height: 1.5em;
}

#APPLICATION .form-area .input-area dl dt span {
  display: inline-block;
  margin-right: 15px;
}

#APPLICATION .form-area .input-area dl dt .required {
  color: #fff;
  width: 60px;
  background: #f14a69;
  border-radius: 5px;
  padding: 5px 5px 3px;
  text-align: center;
}

#APPLICATION .form-area .input-area dl dt .required.any {
  background: #acacac;
}

#APPLICATION .form-area .input-area dl dd {
  width: 70%;
}

@media screen and (max-width: 767px) {
  #APPLICATION .form-area .input-area {
    width: 100%;
  }

  #APPLICATION .form-area .input-area dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #APPLICATION .form-area .input-area dl dt {
    width: auto;
    margin-bottom: 10px;
  }

  #APPLICATION .form-area .input-area dl dt span {
    width: auto;
    margin-right: 10px;
  }

  #APPLICATION .form-area .input-area dl dt .required {
    width: auto;
    padding: 3px 8px 1px;
  }

  #APPLICATION .form-area .input-area dl dd {
    width: 100%;
  }
}
#APPLICATION .form-area input[type=text],
#APPLICATION .form-area input[type=email],
#APPLICATION .form-area input[type=tel],
#APPLICATION .form-area input[type=number],
#APPLICATION .form-area input[name=zip] {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #f4f4f4;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
}

#APPLICATION .form-area input::-webkit-input-placeholder {
  color: #bbb;
}

#APPLICATION .form-area input:-ms-input-placeholder {
  color: #bbb;
}

#APPLICATION .form-area input::-ms-input-placeholder {
  color: #bbb;
}

#APPLICATION .form-area input::-moz-placeholder {
  color: #bbb;
}

#APPLICATION .form-area input::placeholder {
  color: #bbb;
}

#APPLICATION .form-area textarea {
  width: 100%;
  height: 160px;
  background: #f4f4f4;
  line-height: 1.4em;
  border: none;
  padding: 1em;
  outline: none;
  border-radius: 5px;
}

#APPLICATION .form-area .coments {
  text-align: center;
  line-height: 1.8em;
}

@media only screen and (max-width: 767px) {
  #APPLICATION .form-area .coments {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.6em;
  }
}
#APPLICATION .form-area .btn_wrap {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin: 60px auto 0;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #APPLICATION .form-area .btn_wrap {
    margin: 30px auto 0;
  }
}
#APPLICATION .form-area .btn_wrap:after {
  content: "";
  position: absolute;
  top: calc(50% - 18px / 2);
  right: 26px;
  width: 18px;
  height: 18px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/common/icon_arrow_news_on.png");
  background-size: 18px 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  #APPLICATION .form-area .btn_wrap:after {
    right: 15px;
    top: calc(50% - 13px / 2);
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
#APPLICATION .form-area .btn_wrap:hover {
  background-color: #fff;
  color: #578c4d;
}

#APPLICATION .form-area .btn_wrap:hover:after {
  background-image: url("../../assets/img/common/icon_arrow_news.png");
}

#APPLICATION .form-area .def_btn,
#APPLICATION .form-area .u_btn {
  margin-top: 0;
  text-align: center;
  padding-right: 4%;
  padding-left: 0;
  width: 100%;
  font-size: 17px;
}

#APPLICATION .form-area .u_btn {
  margin-top: 10px;
  width: 220px;
  text-align: center;
  padding-right: 0;
}

#APPLICATION .thanks-sec {
  text-align: center;
}

#APPLICATION .thanks-sec .thanks-ttl {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #APPLICATION .thanks-sec .thanks-ttl {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
#APPLICATION .thanks-sec .thanks-ttl + p {
  line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
  #APPLICATION .thanks-sec .thanks-ttl + p {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
#APPLICATION .thanks-sec .def_btn {
  width: 185px;
  margin-top: 40px;
}

#SPECIALTY .main_u_v {
  background: url("../../assets/img/privacy/main_v.jpg") no-repeat top center;
  height: auto;
  background-size: cover;
}
#SPECIALTY .main_u_v .main_v_in {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 7%;
}
#SPECIALTY .main_u_v .main_v_in h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  left: 0;
  width: 35%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #SPECIALTY .main_u_v {
    background: url("../../assets/img/privacy/main_v_sp.jpg") no-repeat center;
    background-size: cover;
    margin-top: 55px;
  }
  #SPECIALTY .main_u_v .main_v_in {
    padding-bottom: 24%;
  }
  #SPECIALTY .main_u_v .main_v_in h2 {
    left: 20px;
    width: 18.7%;
  }
}
#SPECIALTY .sec01 h3 {
  position: relative;
  margin: 0 auto 40px;
  display: block;
  text-align: center;
}
#SPECIALTY .sec01 h3 img {
  margin: 0 auto;
}
#SPECIALTY .sec01 h3:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: 22px;
  top: calc(50% - 22px / 2);
  right: 0;
  left: 0;
  background: url("../../assets/img/specialty/border.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
#SPECIALTY .sec01 .head_text {
  margin-bottom: 40px;
}
#SPECIALTY .sec01 .sec01_box {
  overflow: auto;
  margin-bottom: 100px;
}
#SPECIALTY .sec01 .sec01_box:last-child {
  margin-bottom: 0px;
}
#SPECIALTY .sec01 .sec01_box .guidance_list {
  float: left;
  width: 50%;
}
#SPECIALTY .sec01 .sec01_box h4 {
  margin-bottom: 34px;
}
#SPECIALTY .sec01 .sec01_box h5 {
  font-size: 22px;
  color: #c57134;
  padding: 0 66px;
  font-weight: 700;
  margin-bottom: 30px;
}
#SPECIALTY .sec01 .sec01_box .guidance_img {
  margin-bottom: 30px;
  padding: 0 66px;
}
#SPECIALTY .sec01 .sec01_box .guidance_txt {
  padding: 0 66px;
}
#SPECIALTY .sec01 .sec01_box p.extracurricular_txt {
  margin-bottom: 50px;
}
#SPECIALTY .sec01 .sec01_box .extracurricular_list {
  float: left;
  width: 50%;
}
#SPECIALTY footer {
  clear: both;
}
@media screen and (max-width: 767px) {
  #SPECIALTY .sec01 h3 {
    margin: 0 auto 25px;
  }
  #SPECIALTY .sec01 h3 img {
    width: 74%;
  }
  #SPECIALTY .sec01 h3:before {
    background: url("../../assets/img/specialty/border_sp.png") no-repeat center;
    background-size: contain;
  }
  #SPECIALTY .sec01 .head_text {
    margin-bottom: 50px;
  }
  #SPECIALTY .sec01 .sec01_box {
    margin-bottom: 0px;
  }
  #SPECIALTY .sec01 .sec01_box .guidance_list {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  #SPECIALTY .sec01 .sec01_box h4 {
    margin-bottom: 25px;
  }
  #SPECIALTY .sec01 .sec01_box h4 img {
    width: 50%;
  }
  #SPECIALTY .sec01 .sec01_box h5 {
    padding: 0 25px;
    margin-bottom: 25px;
  }
  #SPECIALTY .sec01 .sec01_box .guidance_img {
    margin-bottom: 25px;
    padding: 0 25px;
  }
  #SPECIALTY .sec01 .sec01_box .guidance_txt {
    padding: 0 25px;
  }
  #SPECIALTY .sec01 .sec01_box h4.extracurricular_title img {
    width: 100%;
  }
  #SPECIALTY .sec01 .sec01_box .extracurricular_list {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  #SPECIALTY .sec01 .sec01_box .extracurricular_list:last-child {
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=style.css.map */