@charset "UTF-8";
@font-face {
  font-family: "Helvetica CE 55 Roman";
  src: url("font/HelvNeueCe55Roman/helvetica-neue-ce-55-roman.ttf") format("truetype"), url("font/HelvNeueCe55Roman/helvetica-neue-ce-55-roman.ttf") format("opentype");
}
@font-face {
  font-family: "Garamond Premier Pro";
  src: url("font/Garamond_Premier_Pro_Regular/Garamond_Premier_Pro_Regular.ttf") format("truetype"), url("font/Garamond_Premier_Pro_Regular/Garamond_Premier_Pro_Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Garamond Italic";
  src: url("font/Garamond_Italic/Garamond_Italic.ttf") format("truetype"), url("font/Garamond_Italic/Garamond_Italic.ttf") format("opentype");
}
html {
  font-size: 62.5%;
  color: #333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1000px;
  position: relative;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: auto;
    min-width: initial;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

a[href^="tel:"] {
  display: block;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a:hover {
  opacity: 0.8 !important;
}

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

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

.only-pc-tab {
  display: block;
}
@media screen and (max-width: 375px) {
  .only-pc-tab {
    display: none !important;
  }
}

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

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

.disp-no {
  display: none;
}

.img-fit {
  width: 100%;
  height: auto;
}

.img-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.side-margin {
  margin-right: auto;
  margin-left: auto;
}

.oh {
  overflow: hidden;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.float-clear {
  float: none;
  clear: both;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.t-center-pc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t-center-pc {
    text-align: justify;
  }
}

.t-just {
  text-align: justify;
}

.m-center {
  margin-right: auto;
  margin-left: auto;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.dbl {
  display: block;
}

.dinbl {
  display: inline-block;
}

.fsll {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .fsll {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .fsll {
    font-size: 2rem;
  }
}

.fsl {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .fsl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .fsl {
    font-size: 2rem;
  }
}

.fs2rem {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fs2rem {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .fs2rem {
    font-size: 1.6rem;
  }
}

.fss {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .fss {
    font-size: 1.1rem;
  }
}

.fs_SS {
  font-size: 1.4rem;
}

.lh18 {
  line-height: 1.8;
}

.lh2 {
  line-height: 2;
}

.lh1 {
  line-height: 1;
}

.lh0 {
  line-height: 0;
}

.les01 {
  letter-spacing: 0.1em;
}

.mt05em {
  margin-top: 0.5em;
}

.mt1em {
  margin-top: 1em;
}

.mt15em {
  margin-top: 1.5em;
}

.mt2em {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .mt2em {
    margin-top: 1em;
  }
}

.mt3em {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .mt3em {
    margin-top: 1.5em;
  }
}

.mt4em {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .mt4em {
    margin-top: 2em;
  }
}

.mt6em {
  margin-top: 6em;
}
@media screen and (max-width: 768px) {
  .mt6em {
    margin-top: 4em;
  }
}

.mb05em {
  margin-bottom: 0.5em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb15em {
  margin-bottom: 1.5em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

.mb4em {
  margin-bottom: 4em;
}

.mb8per {
  margin-bottom: 8%;
}

.ml0 {
  margin-left: 0 !important;
}

.ml1em, .ml1em-pc {
  margin-left: 1em;
}

.pdt1_5rem {
  padding-top: 1.5rem;
}

.pdt30 {
  padding-top: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt60 {
  padding-top: 60px;
}

.pdt80 {
  padding-top: 80px;
}

.pdt150 {
  padding-top: 150px;
}

.pdt155 {
  padding-top: 155px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .pdb60 {
    padding-bottom: 40px !important;
  }
}

.pdb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .pdb80 {
    padding-bottom: 60px !important;
  }
}

.pdb90 {
  padding-bottom: 90px;
}

.pdb130 {
  padding-bottom: 130px;
}

.pdb150 {
  padding-bottom: 150px;
}

.pdl2rem {
  padding-left: 2rem;
}

.pdl2rem {
  padding-left: 3rem;
}

.pdl4rem {
  padding-left: 3rem;
}

.pdl0 {
  padding-left: 0;
}

.pdr0 {
  padding-right: 0;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.font-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.noto-serif {
  font-family: "Noto Serif JP", serif !important;
}
.noto-serif.-mid {
  font-weight: 500;
}
.noto-serif.-bold {
  font-weight: 600;
}

.bg-base {
  background: #E6E6E6 !important;
}

.bg-white {
  background: #FFF !important;
}

.blue {
  color: #A71111 !important;
}

.white {
  color: white !important;
}

.orange {
  color: #E16400 !important;
}

.key {
  color: #770E0E !important;
}

.dark-gray {
  color: #333 !important;
}

.dropshadow {
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 0;
}
p.mb1em {
  margin-botom: 1em;
}
p.txt-indent {
  text-indent: 1em;
}
p.les-nomal {
  letter-spacing: normal;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .vertical {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 0;
}
hr.deco-line {
  background-color: #333;
  width: 30px;
  margin: 16px auto 0;
}
hr.deco-line.-w100 {
  width: 100%;
}
hr.-key {
  background-color: #770E0E;
}
hr.-grandeur {
  background-color: #007690;
}
hr.-gracier {
  background-color: #7C003A;
}
hr.-gentle {
  background-color: #002A9F;
}

a {
  color: #333;
  text-decoration: none;
}
a img:hover {
  opacity: 0.8 !important;
}

.section-inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .section-inner {
    width: auto;
    padding-right: 4%;
    padding-left: 4%;
  }
}
.section-inner.-w100p {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .section-inner.-w100p {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.section-inner.-w550 {
  width: 550px;
  max-width: 92%;
}
.section-inner.-w600 {
  width: 600px;
  max-width: 92%;
}
.section-inner.-w900 {
  width: 900px;
  max-width: 92%;
}
.section-inner.-w920 {
  width: 920px;
  max-width: 92%;
}
.section-inner.-w920-100p {
  width: 920px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
}
.section-inner.-w800 {
  width: 800px;
  max-width: 92%;
}
.section-inner.-w1200 {
  width: 1200px;
  max-width: 92%;
}
.section-inner.-w1200-100p {
  width: 1200px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
}
.section-inner.-pdt {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .section-inner.-pdt {
    padding-top: 40px;
  }
}
.section-inner.-sp-all {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .section-inner.-sp-all {
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.section-inner img {
  max-width: 100%;
  height: auto;
}

.inView_up, .inView_in {
  opacity: 0;
}

.animated.-slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.breadcrumb {
  display: block;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.breadcrumb a {
  text-decoration: underline !important;
}

nav.breadcrumb-nav {
  padding: 10px 0;
}
nav.breadcrumb-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  nav.breadcrumb-nav ul {
    width: auto;
    padding-right: 4%;
    padding-left: 4%;
  }
}
nav.breadcrumb-nav ul li {
  font-size: 1.5rem;
  display: inline-block;
  padding-right: 1em;
  color: #666;
}
nav.breadcrumb-nav ul i {
  padding-right: 1em;
}
nav.breadcrumb-nav ul i.fa-home {
  padding-right: 0.5em;
}

strong {
  font-weight: bold !important;
}

.f-small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}

.f-small_m {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}

p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}

span.-sup {
  display: inline-block !important;
  font-size: 1.2rem;
  vertical-align: super;
}

.d-inbl {
  display: inline-block !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1rem {
  margin-bottom: 1rem !important;
}

.mb2rem {
  margin-bottom: 2rem !important;
}

.mb3rem {
  margin-bottom: 3rem !important;
}

.mb4rem {
  margin-bottom: 4rem !important;
}

.mb5rem {
  margin-bottom: 5rem !important;
}

.mb6rem {
  margin-bottom: 6rem !important;
}

.mb7rem {
  margin-bottom: 7rem !important;
}

.mb8rem {
  margin-bottom: 8rem !important;
}

.mb9rem {
  margin-bottom: 9rem !important;
}

.mb10rem {
  margin-bottom: 10rem !important;
}

.mb11rem {
  margin-bottom: 11rem !important;
}

.mb12rem {
  margin-bottom: 12rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.m_all0 {
  margin: 0 !important;
}

.mt1rem {
  margin-top: 1rem !important;
}

.mt2rem {
  margin-top: 2rem !important;
}

.mt3rem {
  margin-top: 3rem !important;
}

.mt4rem {
  margin-top: 4rem !important;
}

.mt5rem {
  margin-top: 5rem !important;
}

.mt6rem {
  margin-top: 6rem !important;
}

.mt7rem {
  margin-top: 7rem !important;
}

.mt8rem {
  margin-top: 8rem !important;
}

.mt9rem {
  margin-top: 9rem !important;
}

.mt10rem {
  margin-top: 10rem !important;
}

.mt11rem {
  margin-top: 11rem !important;
}

.mt12rem {
  margin-top: 12rem !important;
}

.mt13rem {
  margin-top: 13rem !important;
}

.mt14rem {
  margin-top: 14rem !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1rem {
  padding-bottom: 1rem !important;
}

.pb2rem {
  padding-bottom: 2rem !important;
}

.pb3rem {
  padding-bottom: 3rem !important;
}

.pb4rem {
  padding-bottom: 4rem !important;
}

.pb5rem {
  padding-bottom: 5rem !important;
}

.pb6rem {
  padding-bottom: 6rem !important;
}

.pb7rem {
  padding-bottom: 7rem !important;
}

.pb8rem {
  padding-bottom: 8rem !important;
}

.pb9rem {
  padding-bottom: 9rem !important;
}

.pb10rem {
  padding-bottom: 10rem !important;
}

.pb11rem {
  padding-bottom: 11rem !important;
}

.pb12rem {
  padding-bottom: 12rem !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1rem {
  padding-top: 1rem !important;
}

.pt2rem {
  padding-top: 2rem !important;
}

.pt3rem {
  padding-top: 3rem !important;
}

.pt4rem {
  padding-top: 4rem !important;
}

.pt5rem {
  padding-top: 5rem !important;
}

.pt6rem {
  padding-top: 6rem !important;
}

.pt7rem {
  padding-top: 7rem !important;
}

.pt8rem {
  padding-top: 8rem !important;
}

.pt9rem {
  padding-top: 8rem !important;
}

.pt10rem {
  padding-top: 8rem !important;
}

.pt11rem {
  padding-top: 11rem !important;
}

.pt12rem {
  padding-top: 12rem !important;
}

.pt13rem {
  padding-top: 13rem !important;
}

.pt14rem {
  padding-top: 14rem !important;
}

.paddingall0 {
  padding: 0 !important;
}

.w500 {
  width: 500px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 550px) {
  .w500 {
    width: 100%;
  }
}

.mgn-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.bg-gray-light {
  background: #E6E6E6;
}

.gmap-outer {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .gmap-outer {
    width: 100%;
  }
}

.gmap {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #F5F5F5;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.anchor_pos {
  padding-top: 70px;
  margin-top: -70px;
  display: block;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.of_hide {
  overflow: hidden !important;
}

li a.hov_scale:hover img, div a.hov_scale:hover img, div.hov_scale:hover img {
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}

br.-tgl {
  display: block;
}
@media screen and (max-width: 500px) {
  br.-tgl {
    display: none;
  }
}

br.-h-tgl {
  display: none;
}
@media screen and (max-width: 768px) {
  br.-h-tgl {
    display: block;
  }
}

.space-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.flex-between {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flex-center {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flex-v-center {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 1.5rem;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.html5-video-player {
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  overflow: hidden !important;
}

.desc-tgl-br > br {
  display: block;
}
@media screen and (max-width: 768px) {
  .desc-tgl-br > br {
    display: none;
  }
}

.icon-sns-link {
  display: inline-block;
  margin: 0 0.5rem;
}

.icon-sns-link, .icon-sns-link img {
  width: 27px;
}

a.icon-sns-link:hover {
  cursor: pointer;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 92%;
  text-align: left;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 31rem;
  max-width: 92%;
  padding: 0 20px 0 12px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  line-height: 50px;
  background: #770E0E;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  z-index: 5;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.custom-options:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 47px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover, 　.custom-option.selection {
  background: #f9f9f9;
}

nav.bnr-admission {
  position: relative;
}

nav.bnr-admission .bnr-admission-text {
  color: #1680CD;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  width: 400px;
  max-width: 92%;
}
nav.bnr-admission .bnr-admission-text > * {
  text-align: center;
}
nav.bnr-admission .bnr-admission-text .main {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  nav.bnr-admission .bnr-admission-text .main {
    font-size: 4rem;
  }
}

header {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 500;
  background: #fff;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: 135px;
    z-index: 99;
    top: 0;
    left: 0;
    background: #fff;
  }
  header .por {
    width: 100%;
    height: 100%;
  }
}
header .header-inner {
  position: static;
}
@media screen and (max-width: 768px) {
  header .header-inner.-top > .flex-between {
    display: block !important;
  }
}
header .header-inner.-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 9.5rem;
}
@media screen and (max-width: 768px) {
  header .header-inner.-top {
    position: absolute;
    top: 0;
    height: 60px;
    z-index: 9999;
  }
}
header .header-inner.-top .header-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  header .header-inner.-top .header-desc {
    position: absolute;
    top: 8px;
    left: 16px;
  }
}
header .header-inner.-top .header-logo {
  padding: 0;
  width: 342px;
  height: auto;
  padding-left: calc(50% - 500px);
}
@media screen and (max-width: 870px) {
  header .header-inner.-top .header-logo {
    width: 265px;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner.-top .header-logo {
    width: calc(100% - 8rem);
    max-width: 400px;
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 1rem 0 0 1rem;
    position: fixed;
  }
}
header .header-inner.-top .header-logo a {
  display: block;
}
header .header-inner.-top .header-logo a img {
  width: 100%;
  height: auto;
}
header .header-inner.-bottom {
  padding-top: 95px;
  width: 1000px;
  max-width: 98%;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 768px) {
  header .header-inner.-bottom {
    padding-top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
}
header .header-inner.mean-container {
  opacity: 1;
}

.h_nav .header-logo a {
  width: 265px;
  max-width: calc(100% - 70px);
  position: fixed;
  z-index: 9999;
  height: auto;
  top: 1.5rem;
  left: 0.5rem;
}

.header-inner .header-inner-btnarea {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 768px) {
  .header-inner .header-inner-btnarea {
    position: relative;
    top: 7.5rem;
    max-width: 92%;
    margin: 0 auto;
    width: 290px;
  }
}

.header-inner .header-inner-btnarea-tail {
  background: #1680CD;
  position: absolute;
  left: 100%;
  width: calc(50vw - 600px) !important;
  height: 100%;
  max-width: 100px;
}

.header-inner .header-inner-btnarea nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-inner .header-inner-btnarea nav {
    margin: 0 auto 0.5rem auto;
    float: left;
  }
}

header {
  background: #fff;
  z-index: 99;
}

header > div {
  width: 1200px;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 768px) {
  header > div {
    width: 100%;
  }
}

#fix-btn-nav {
  visibility: hidden;
  position: fixed;
  top: 100px;
  right: 0;
  width: 100px;
}
@media screen and (max-width: 1200px) {
  #fix-btn-nav {
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
#fix-btn-nav.-fixed {
  visibility: visible;
  z-index: 999;
}
#fix-btn-nav ul {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  #fix-btn-nav ul {
    position: static;
  }
}
#fix-btn-nav li {
  float: none;
  position: absolute;
  right: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media screen and (max-width: 1200px) {
  #fix-btn-nav li {
    position: static;
  }
}
#fix-btn-nav li:hover {
  width: 90px;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  #fix-btn-nav li:hover {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  #fix-btn-nav li {
    float: left;
  }
}
#fix-btn-nav li.-recruit {
  margin-right: 0;
  top: 0;
}
#fix-btn-nav li.-contact {
  top: 100px;
}
#fix-btn-nav li a:hover {
  opacity: 0.8;
}

.btn-nav {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .btn-nav {
    display: none;
    position: static;
    width: 100%;
  }
}
.btn-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn-nav ul li {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #121212;
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .btn-nav ul li {
    width: 50%;
    height: 50px;
  }
}
.btn-nav ul li.-recruit {
  background: #C6434E;
  float: right;
}

.btn-nav ul li:hover {
  opacity: 0.8;
}

.btn-nav ul li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #fff;
  padding: 28px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .btn-nav ul li a {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    -js-display: flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.btn-nav ul li a img {
  width: 30px;
  height: auto;
  margin-bottom: 0.3rem;
  font-size: 3rem;
}

@media screen and (max-width: 1200px) {
  .btn-nav ul li a img {
    font-size: 2.4rem;
  }
}
.btn-nav ul li a span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .btn-nav ul li a span {
    display: inline;
    font-size: 1.6rem;
    white-space: nowrap;
    letter-spacing: normal;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    -js-display: flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    margin-left: 0.5rem;
  }
}
.g-nav {
  display: block;
  text-align: center;
}
.g-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
}
.g-nav ul li {
  display: block;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.g-nav ul li:hover {
  cursor: pointer;
}
.g-nav ul li:hover ul.sub-menu {
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
.g-nav ul li:not(.only-pc-submenu)::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #770E0E;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.g-nav ul li:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.g-nav ul li.-current::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.g-nav ul li.-w12per {
  min-width: 12%;
}
.g-nav ul li a, .g-nav ul li span {
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 3.3;
  position: relative;
  font-weight: 600;
  display: inline-block;
}
.g-nav ul li ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: block;
  position: absolute;
  top: 70px;
  height: auto;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.g-nav ul li ul.sub-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ccc;
  display: block;
  position: absolute;
  z-index: 1;
  top: -6px !important;
  right: 0;
  left: 0;
  margin: auto;
}
.g-nav ul li ul.sub-menu li {
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.g-nav ul li ul.sub-menu li a, .g-nav ul li ul.sub-menu li span {
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 1em 0.5em;
  font-weight: 500;
}
.g-nav ul li ul.sub-menu li:hover {
  opacity: 0.8 !important;
  font-weight: bold;
  font-weight: normal;
}
.g-nav ul li ul.sub-menu li:hover::after {
  display: none;
}

.g-nav ul li.only-pc-submenu.-about:hover + li.-about::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.g-nav ul li.only-pc-submenu.-news:hover + li.-news::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.mean-container ul li.-home span {
  display: inline !important;
}

.mean-container ul li.-home span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 24.25px;
  background-image: url("../img/common/icon-home.png");
  background-size: contain;
  vertical-align: bottom;
  margin-right: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.g-nav > .inner > ul li:not(:first-of-type):not(.only-pc-submenu):before {
  position: absolute;
  content: "";
  display: block;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
  background-color: #ccc;
  width: 50px;
  height: 1px;
  top: 45%;
  left: -25px;
}

.g-nav ul li ul.sub-menu {
  display: none;
}

.g-nav ul li.-home img {
  width: 22px;
  height: auto;
  margin-top: 1.5rem;
}

.g-nav ul li span.-en {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #770E0E !important;
  line-height: 1;
  height: auto;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .g-nav ul li span.-en {
    display: inline;
  }
}

li.only-pc-submenu {
  z-index: 1;
  position: absolute !important;
  top: 65px !important;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 9999;
}

#fix-g-nav li.only-pc-submenu {
  top: 50px !important;
}

li.only-pc-submenu.-active {
  visibility: visible;
  opacity: 1;
}

li.only-pc-submenu .submenu-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem;
}
@media screen and (max-width: 1024px) {
  li.only-pc-submenu .submenu-area {
    padding: 3rem 1.5rem;
  }
}

li.only-pc-submenu .submenu-area .submenu-title {
  width: 150px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: inline-block !important;
}

.submenu-title span {
  font-family: "Roboto", sans-serif !important;
  font-size: 3rem !important;
  font-weight: bold !important;
  color: #770E0E !important;
  position: relative !important;
  display: inline !important;
  line-height: 1.5 !important;
  height: 50px !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.submenu-title-line {
  position: relative;
}

.submenu-title-line span {
  position: absolute;
  content: "";
  display: block;
  background-color: #ccc;
  width: 2px;
  height: 50% !important;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(10deg) !important;
          transform: translate(0, -50%) rotate(10deg) !important;
}

li.only-pc-submenu .submenu-area .submenu-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 92%;
}

li.only-pc-submenu.-about .submenu-area .submenu-flex > .submenu-item {
  width: 23%;
  margin: 0 auto;
  position: relative;
}

li.only-pc-submenu.-news .submenu-area .submenu-flex > .submenu-item {
  width: 32%;
  margin: 0 auto;
  position: relative;
}

li.only-pc-submenu.-about div.submenu-item:nth-of-type(1), li.only-pc-submenu.-about div.submenu-item:nth-of-type(2), li.only-pc-submenu.-about div.submenu-item:nth-of-type(3), li.only-pc-submenu.-about div.submenu-item:nth-of-type(4) {
  border-bottom: 1px solid #A2A2A2;
}

li.only-pc-submenu.-news div.submenu-item {
  border-bottom: 1px solid #A2A2A2;
}

.submenu-item.-noline {
  border-bottom: unset !important;
}

.submenu-item a {
  width: 100%;
  text-align: left;
  padding-left: 0.1rem;
}

@media screen and (max-width: 800px) {
  li.only-pc-submenu.-news .submenu-item a {
    font-size: 1.3rem !important;
  }
}

.submenu-item a:after {
  position: absolute;
  top: 50%;
  right: -5px;
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: 300;
  font-size: 1.2rem;
  margin-left: 1rem;
  color: #770E0E;
  line-height: 0.4;
}

.mean-container ul li span.-en {
  display: inline !important;
}

.mean-container ul a.mean-expand, .mean-container ul span.mean-expand {
  color: #000 !important;
}

.mean-container .mean-bar li.-home img {
  width: 22px;
  height: auto;
}

.mean-container ul li span.-en {
  color: #770E0E;
}

#fix-g-nav {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.4);
  z-index: 99;
  font-weight: 500;
}
#fix-g-nav.-fixed {
  display: block;
  position: fixed;
}
@media screen and (max-width: 768px) {
  #fix-g-nav {
    display: none !important;
  }
}

#fix-g-nav ul.nav {
  height: 50px !important;
  width: 1200px;
  position: relative;
  max-width: 100%;
}

#fix-g-nav ul.nav li.only-pc-submenu .submenu-area {
  padding: 1rem 1.5rem;
  -webkit-box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.4);
}

section.pgimg {
  width: 100%;
  height: 167px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  section.pgimg {
    height: 150px;
  }
}
section.pgimg .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section.pgimg .inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #E2D3D3;
  opacity: 0.4;
  z-index: 1;
  position: absolute;
  top: 0;
}
section.pgimg .inner h2 {
  position: relative;
  z-index: 3;
}

section.pgimg img.pgimg-ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: auto;
  height: 100%;
}

.header-tel {
  height: 9.5rem;
  background: #1680CD;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 20rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header-tel {
    display: none !important;
  }
}

a.header-tel-link {
  text-decoration: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0;
  margin: 0 0.5rem;
}

.header-tel:before {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-bottom: 95px solid #1680CD;
}

.tel-time {
  font-size: 1.2rem;
  margin: 0 0.5rem;
}

#google_translate {
  width: 100%;
  margin-right: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #google_translate {
    margin-right: 0;
    float: right;
  }
}

.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}

.goog-te-gadget img {
  vertical-align: middle;
  border: none;
}

div#google_translate_element > div > div {
  display: block !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #770E0E;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 2.4rem;
  }
}

h2 {
  text-align: center;
}

h3 {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  display: block;
  margin: 0 auto 5rem auto;
  padding-top: 8rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.2rem;
  }
}

.single h3 {
  padding-top: 4rem;
}

h3 span.icon-stripe::before {
  content: "";
  display: inline-block;
  background-image: url("../img/common/icon-head.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 5px;
  width: 152px;
  height: 77px;
}
@media screen and (max-width: 1024px) {
  h3 span.icon-stripe::before {
    background-image: url("../img/common/icon-head-sp.png");
    width: 80px;
    height: 74px;
  }
}

h3 span:not(.icon-stripe)::after, h4:not(.-single) span:not(.icon-stripe-little)::after, .editor-area h2::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 0;
  margin-left: 2rem;
  border: 1px solid #770E0E;
}
@media screen and (max-width: 1024px) {
  h3 span:not(.icon-stripe)::after, h4:not(.-single) span:not(.icon-stripe-little)::after, .editor-area h2::after {
    width: 20px;
    margin-left: 1rem;
  }
}

article .editor-area h3 {
  position: relative;
}

article .editor-area h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: 1rem;
  border: 1px solid #770E0E;
}

h4, article .editor-area h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  margin-top: 7rem;
  margin-bottom: 4rem;
  font-size: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  h4, article .editor-area h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  h4, article .editor-area h2 {
    font-size: 2.1rem;
  }
}

article .editor-area h2 {
  text-align: left;
}

h4 span.icon-stripe-little::before {
  content: "";
  display: inline-block;
  background-image: url("../img/common/icon-head-little.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 5px;
  width: 64px;
  height: 54px;
}

h5 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  position: relative;
  font-size: 2rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.8rem;
  }
}

h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background: #E2D3D3;
  font-size: 1.8rem;
  padding: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 1.7rem;
  }
}

article .editor-area {
  font-family: "Noto Sans JP", sans-serif;
}
article .editor-area p {
  margin-bottom: 2.5rem;
}
article .editor-area a {
  color: #770E0E;
  text-decoration: underline;
}
article .editor-area figcaption {
  font-size: 1.1rem;
}

article .editor-area h2::before {
  content: "";
  display: inline-block;
  background-image: url("../img/common/icon-head-little.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 5px;
  width: 64px;
  height: 54px;
}

article .editor-area h3 {
  padding-top: 3rem;
}

article .editor-area h4 {
  margin-top: 4rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  article .editor-area h4 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  article .editor-area h4 {
    font-size: 1.9rem;
  }
}

.pagination {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.pagination ul.page-numbers {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 30px 0;
}
.pagination ul.page-numbers li {
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
.pagination ul.page-numbers li .current {
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  border: 1px solid #666;
  padding: 15px 18px;
  border-radius: 4px;
}
.pagination ul.page-numbers li a.dots, .pagination ul.page-numbers li span.dots {
  border-color: #fff;
}
.pagination ul.page-numbers li a {
  text-decoration: none;
  color: #000;
}
.pagination ul.page-numbers li a.prev, .pagination ul.page-numbers li a.next {
  background-color: #666;
  color: #fff;
  padding: 15px;
}
.pagination ul.page-numbers li .fa-angle-left {
  padding-right: 1em;
  color: #505050;
}
.pagination ul.page-numbers li .fa-angle-right {
  padding-left: 1em;
  color: #505050;
}

.post-navigation {
  margin-top: 30px;
  padding: 30px 0;
  overflow: hidden;
  border-top: solid 1px #ccc;
}
.post-navigation .screen-reader-text {
  display: none;
}
.post-navigation .nav-links a {
  display: block;
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .post-navigation .nav-links a {
    font-size: 1.5rem;
  }
}
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
  display: block;
  width: 50%;
  padding: 0 2%;
  margin: 0;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 46px;
}
.post-navigation .nav-links .nav-next a span {
  float: left;
  width: 90%;
  font-size: 1.4rem;
}
.post-navigation .nav-links .nav-next a::before {
  display: block;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  width: 10%;
  text-align: center;
}
.post-navigation .nav-links .nav-previous {
  float: right;
  border-left: 1px solid #ccc;
}
.post-navigation .nav-links .nav-previous a span {
  float: left;
  width: 90%;
  font-size: 1.4rem;
}
.post-navigation .nav-links .nav-previous a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  width: 10%;
  text-align: center;
}
.post-navigation .nav-links span.-ttl {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  color: #8C8278;
}

.pagination-btn-list {
  margin: 40px 0 0;
  font-family: "Noto Sans JP", sans-serif;
}
.pagination-btn-list h2 {
  display: none;
}
.pagination-btn-list .page-numbers {
  display: none;
}
.pagination-btn-list .page-numbers.prev, .pagination-btn-list .page-numbers.next {
  display: block;
  width: 420px;
  color: #333;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border-right: solid 4px rgba(0, 0, 0, 0.18);
  border-bottom: solid 4px rgba(0, 0, 0, 0.18);
  font-weight: 500;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .pagination-btn-list .page-numbers.prev, .pagination-btn-list .page-numbers.next {
    width: 100%;
    font-size: 1.2rem;
    background-size: 12px 10px;
  }
}
.pagination-btn-list .page-numbers.prev span, .pagination-btn-list .page-numbers.next span {
  display: block;
  width: 100%;
  padding: 1.2em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #333;
  border-radius: 4px;
  background-image: url("../img/common/arrow-btn-common.png");
  background-repeat: no-repeat;
  background-position: 94% 50%;
  text-indent: -1em;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  -webkit-transition: background-image 0.2s linear, color 0.2s linear;
  transition: background-image 0.2s linear, color 0.2s linear;
}
.pagination-btn-list .page-numbers.prev span:hover, .pagination-btn-list .page-numbers.next span:hover {
  background-color: #333;
  color: #fff;
  background-image: url("../img/common/arrow-btn-common-w.png");
}
.pagination-btn-list .page-numbers.prev {
  display: none;
}
.pagination-btn-list.-top .page-numbers.prev {
  display: none !important;
}
.pagination-btn-list.-bottom .page-numbers.next {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pagination ul.page-numbers li {
    margin: 0;
  }
}

.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  border: 1px solid #ccc;
  color: #666;
}

.pagination ul.page-numbers li .current {
  background-color: #E2D3D3;
  border-color: #ccc;
}

.pagination ul.page-numbers li a.prev, .pagination ul.page-numbers li a.next {
  background-color: #770E0E;
}

@media screen and (max-width: 768px) {
  .pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
    padding: 0.7rem 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .pagination ul.page-numbers li a.prev, .pagination ul.page-numbers li a.next {
    padding: 0.7rem;
  }
}

.pagination ul.page-numbers li a:hover {
  opacity: 0.8;
}

p.pagination-info {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  #header .mask {
    background: rgba(0, 0, 0, 0.4);
    top: 60px;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  a.meanmenu-reveal {
    display: none;
  }
  .mean-container .mean-bar {
    width: 100%;
    background: none;
    min-height: 60px;
    z-index: 999998;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: none;
    min-height: 60px;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #fff;
  }
  .meanmenu-reveal-btn {
    position: absolute;
    display: block;
    z-index: 99999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    background: #770E0E;
    position: fixed;
  }
  .meanmenu-reveal {
    width: 26px;
    height: 20px;
    margin: 13px 17px 27px 17px;
    display: block !important;
    position: relative;
  }
  .meanmenu-reveal:after {
    content: "MENU";
    position: absolute;
    bottom: -20px;
    color: #fff;
    font-size: 10px;
    width: 60px;
    left: -17px;
    text-align: center;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
  }
  .meanmenu-reveal.meanclose:after {
    content: "CLOSE";
  }
  .meanmenu-reveal span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
  }
  .meanmenu-reveal span:nth-of-type(1) {
    top: 0;
    background: #fff;
  }
  .meanmenu-reveal span:nth-of-type(2) {
    top: 8px;
    background: #fff;
  }
  .meanmenu-reveal span:nth-of-type(3) {
    top: 16px;
    background: #fff;
  }
  .meanmenu-reveal span:nth-of-type(1) {
    -webkit-animation: menu-ber01 0.75s forwards;
    animation: menu-ber01 0.75s forwards;
  }
  .meanmenu-reveal span:nth-of-type(2) {
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  .meanmenu-reveal span:nth-of-type(3) {
    -webkit-animation: menu-ber02 0.75s forwards;
    animation: menu-ber02 0.75s forwards;
  }
  .meanclose span:nth-of-type(1) {
    -webkit-animation: active-menu-ber01 0.75s forwards;
    animation: active-menu-ber01 0.75s forwards;
    top: -2px;
  }
  .meanclose span:nth-of-type(2) {
    opacity: 0;
  }
  .meanclose span:nth-of-type(3) {
    -webkit-animation: active-menu-ber03 0.75s forwards;
    animation: active-menu-ber03 0.75s forwards;
  }
  @-webkit-keyframes menu-ber01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-ber01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
              transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-ber02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-ber02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes active-menu-ber01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(10px) rotate(45deg);
    }
  }
  @keyframes active-menu-ber01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(10px) rotate(0);
              transform: translateY(10px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(10px) rotate(45deg);
              transform: translateY(10px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-ber03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
  }
  @keyframes active-menu-ber03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
              transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg);
    }
  }
  .mean-container .mean-nav {
    width: 100%;
    margin-top: 60px;
    max-height: 100vh;
    overflow-y: auto;
  }
  .mean-container .inner {
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
  }
  .mean-container ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    overflow-y: auto;
    position: relative;
    z-index: 99 !important;
    max-height: 100vh;
    max-height: calc(100vh - 60px);
    background: #F7F7F7;
  }
  .mean-container ul ul {
    padding-bottom: 0;
    margin-bottom: 0;
    background: #fff;
  }
  .mean-container ul li {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mean-container ul a, .mean-container ul span {
    display: block;
    width: 100%;
    padding: 1em;
    margin: 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mean-container ul li a, .mean-container ul li span {
    width: 100%;
    padding: 1em 16px;
    text-shadow: none !important;
    visibility: visible;
  }
  .mean-container ul.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
  }
  .mean-container ul a:hover, .mean-container ul span:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
  }
  .mean-container ul a.mean-expand, .mean-container ul span.mean-expand {
    width: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 0.2em;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
  }
  .mean-container ul a:hover, .mean-container ul span:hover {
    background: #E5E5E5;
    height: 100%;
  }
  .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
  }
  .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .mean-container .mean-bar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mean-container .mean-bar * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mean-remove {
    display: none !important;
  }
  .mean-container .inner > ul {
    height: calc(100vh - 60px);
  }
}
.mainimg {
  position: relative;
}

.mainimg .slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.mainimg .slider.slick-initialized {
  opacity: 1;
}
.mainimg .slider img {
  width: 100%;
  height: auto;
}
.mainimg .slider .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: -72px/2;
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
}
.mainimg .slider .slide-arrow.prev-arrow {
  left: -12px;
  background-image: url("../img/common/arrow-btn-back-w.png");
}
.mainimg .slider .slide-arrow.next-arrow {
  right: -12px;
  background-image: url("../img/common/arrow-btn-common-w.png");
}
.mainimg .slider .slide-arrow.prev-arrow:hover, .mainimg .slider .slide-arrow.next-arrow:hover {
  cursor: pointer;
}
.mainimg .slider-for .slick-list {
  overflow: visible;
}
.mainimg .slider-for .slick-slide.slick-current {
  background-color: #fff;
}
.mainimg .slider-for .slick-slide div {
  display: block;
  position: relative;
}
.mainimg .slider-for .slick-slide div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 2;
  opacity: 0.35;
}
.mainimg .slider-for .slick-slide.slick-current div::before {
  display: none;
}
.mainimg .slider-for .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.mainimg .slider-for .slick-slide a img:hover {
  opacity: 1;
}
.mainimg .slider-for .slick-slide.slick-current a img:hover {
  opacity: 0.8 !important;
}

.mainimg .slider button, .sec-top-pickup .slider button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mainimg-inner.top {
  width: 100%;
  line-height: 0;
  max-width: 2880px;
  overflow: hidden;
  margin: 0 auto;
}

.mainimg-inner.bottom {
  background: #770E0E;
}

.slider.slider-for, .slider.slider-nav {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .slider.slider-for, .slider.slider-nav {
    width: auto;
  }
}

.slider-nav .slick-slide {
  overflow: hidden;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .slider-nav .slick-slide {
    padding: 6px 0;
  }
}
.slider-nav .slick-slide:focus {
  outline: 0;
}

.mainimg .slick-initialized .slick-slide {
  line-height: 0;
}

.slider-nav .slick-slide-inner {
  display: block;
  height: 60px;
  position: relative;
  overflow-y: hidden;
  width: 94%;
  margin: 0 auto;
  border: solid 4px #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .slider-nav .slick-slide-inner {
    position: static;
    height: auto;
  }
}
.slider-nav .slick-slide .slick-slide-inner img {
  display: block;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .slider-nav .slick-slide .slick-slide-inner img {
    position: static;
  }
}

.slider-nav {
  background: #770E0E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slider-nav img {
  opacity: 0.6;
}
.slider-nav .slick-slide-inner {
  background: #fff;
  border: solid 4px #770E0E;
}
.slider-nav .slick-current {
  background: #770E0E;
}
.slider-nav .slick-current .slick-slide-inner {
  border: solid 4px #fff;
}
.slider-nav .slick-current img {
  opacity: 1;
}
.slider-nav .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
}

.slick-dots {
  position: relative;
  height: 30px;
  bottom: -20px;
}

.slick-dots li, .slick-dots li button {
  width: 53px;
  height: 7px;
}

.slick-dots li button {
  background: #E6E6E6;
}

.slick-dots li.slick-active button {
  background: #770E0E;
}

.slick-dots li button::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -10px;
  }
  .slick-dots li, .slick-dots li button {
    width: 35px;
    height: 5px;
  }
}
.slider-top-pickup .slick-dots {
  bottom: 40px;
}

.sec-top-pickup .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.mainimg {
  margin-top: 0;
}

.common-foot-area {
  display: block;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .common-foot-area {
    margin-top: 40px;
  }
}
.common-foot-area.mt0 {
  margin-top: 0;
}
.common-foot-area .foot-img {
  width: 100%;
  height: 260px;
  position: relative;
  background-image: url("../img/common/foot-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .common-foot-area .foot-img {
    height: 200px;
    background-attachment: scroll;
  }
}
.common-foot-area .bnr {
  display: block;
  margin: 0 auto 40px;
}
.common-foot-area .bnr img {
  width: 100%;
  height: auto;
}
.common-foot-area .concept-pg-nav {
  margin-top: 70px;
  padding-bottom: 100px;
}
.common-foot-area .concept-pg-nav.-concept {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .common-foot-area .concept-pg-nav.-concept {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .common-foot-area .concept-pg-nav {
    padding-bottom: 60px;
  }
}
.common-foot-area .concept-pg-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -70px;
}
@media screen and (max-width: 768px) {
  .common-foot-area .concept-pg-nav ul {
    margin-bottom: -30px;
  }
}
.common-foot-area .concept-pg-nav ul li {
  width: 48%;
  display: block;
  height: 230px;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .common-foot-area .concept-pg-nav ul li {
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .common-foot-area .concept-pg-nav ul li {
    width: 90%;
    margin: 0 auto 30px;
    height: 120px;
  }
}
.common-foot-area .concept-pg-nav ul li.-concept a span.-bg::before {
  background-image: url("../img/common/photo-concept.jpg");
}
.common-foot-area .concept-pg-nav ul li.-anshin a span.-bg::before {
  background-image: url("../img/common/photo-anshin.jpg");
}
.common-foot-area .concept-pg-nav ul li.-idea a span.-bg::before {
  background-image: url("../img/common/photo-idea.jpg");
}
.common-foot-area .concept-pg-nav ul li.-flow a span.-bg::before {
  background-image: url("../img/common/photo-flow.jpg");
}
.common-foot-area .concept-pg-nav ul li.-follow-up a span.-bg::before {
  background-image: url("../img/common/photo-follow-up.jpg");
}
.common-foot-area .concept-pg-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.common-foot-area .concept-pg-nav ul li a span.-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
}
.common-foot-area .concept-pg-nav ul li a span.-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  background-size: cover;
}
.common-foot-area .concept-pg-nav ul li a span.-txt {
  width: 85%;
  height: 70px;
  display: block;
  background: #fff;
  text-align: center;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: auto;
  bottom: -30px;
  line-height: 70px;
  background-image: url("../img/common/arrow-btn-common.png");
  background-repeat: no-repeat;
  background-position: 94% 50%;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .common-foot-area .concept-pg-nav ul li a span.-txt {
    font-size: 1.5rem;
    background-size: 12px 10px;
    height: 40px;
    line-height: 40px;
    bottom: -15px;
  }
}
.common-foot-area .concept-pg-nav ul li a:hover span.-bg::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .common-foot-area .concept-pg-nav ul li a:hover span.-bg::before {
    -webkit-transform: none;
            transform: none;
  }
}

.footer .foot-logo {
  width: 34.5rem;
  margin-bottom: 2.8rem;
  max-width: 92%;
}
@media screen and (max-width: 950px) {
  .footer .foot-logo {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.footer .foot-logo img {
  width: 100%;
}

.footer {
  background: #000;
  z-index: -1;
  padding: 60px 0 0;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer .section-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  width: 91%;
  padding-bottom: 0;
}

.footer small {
  display: block;
  text-align: right;
  clear: both;
}
@media screen and (max-width: 950px) {
  .footer small {
    text-align: center;
  }
}

.footer .f-content {
  width: 50%;
  float: left;
}

@media screen and (max-width: 950px) {
  .footer .f-content {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 950px) {
  .footer .f-content {
    text-align: center;
  }
}
.footer .f-content p {
  line-height: 1.5;
}

.footer .f-content .company-name {
  margin: 1.5em 0 0.5em;
}

.footer .f-content .company-name strong {
  font-size: 1.6rem;
  font-weight: bold;
}

.footer .f-content .company-address {
  margin-bottom: 1em;
  line-height: 2;
  font-size: 1.7rem;
}

.footer .f-content .foot-tel {
  margin-bottom: 2em;
}

.footer .f-content .foot-tel a {
  text-decoration: none;
  color: #fff;
}

.footer .f-content .foot-tel strong {
  font-size: 2rem;
  display: inline;
  font-weight: normal;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 950px) {
  .footer .f-content .foot-tel strong {
    font-size: 2rem;
  }
}
.footer .f-content .foot-tel strong i {
  background: #fff;
  color: #ce2c26;
  padding: 0.4em;
  display: inline-block;
  font-size: 75%;
  margin-right: 0.4em;
  border-radius: 50%;
}

.footer .f-nav {
  width: 50%;
  float: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media screen and (max-width: 950px) {
  .footer .f-nav {
    width: auto;
    float: none;
    margin-top: 4rem;
    margin-bottom: 6.5rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 500px) {
  .footer .f-nav {
    display: block;
    width: 200px;
    float: none;
    margin-top: 4rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.footer .f-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 200px;
}

.footer .f-nav ul a {
  text-decoration: none;
  line-height: 2.5em;
  font-weight: 500;
  font-size: 1.5rem;
}

.footer .f-nav ul .sub-menu a {
  font-weight: normal;
  font-size: 1.2rem;
}

.footer .f-nav ul .sub-menu li::before {
  content: "ー ";
  display: inline;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .footer .footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .copyright {
  width: 70%;
  line-height: 3rem;
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .footer .copyright {
    width: 100%;
  }
}
.btn {
  display: block;
  width: 218px;
  max-width: 92%;
  color: #fff;
  background: #770E0E;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
}
.btn span {
  display: block;
  width: 100%;
  padding: 1.3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .btn span {
    padding: 1rem 0;
  }
}
.btn span:hover {
  opacity: 0.8 !important;
  color: #fff;
}
.btn.-back span::after {
  content: " ";
}
.btn.-back span::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: 300;
  font-size: 2.5rem;
  margin-left: 1rem;
}
.btn.-down span::after {
  content: "\f107";
}

/* 左に三画形の縞があるボタン ここから！！！ */
.btn-flow {
  margin: 0 auto 50px;
  width: 324px;
  max-width: 92%;
  height: 56px;
  background: #1E597E;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.btn-flow:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.btn-flow .box {
  width: 25px;
  height: 56px;
  background: #1E597E;
  position: absolute;
  left: 0;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4;
}

.btn-flow .box_w {
  background: #fff;
}

/* ボックスの左側に三角形を作る */
.btn-flow .box:before {
  border-left: 25px solid #FFFFFF;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.btn-flow .box_w:before {
  border-left-color: #1E597E;
}

/* 最後のボックスにだけ、右側に付ける三角形を作成する */
.btn-flow .box_w:after {
  border-left: 25px solid #fff;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
}

.btn-flow span {
  width: 100%;
  text-align: center;
}

.btn-flow span::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: 300;
  font-size: 2.5rem;
  margin-right: 1rem;
}

/* 左に三画形の縞があるボタン ここまで！！！ */
.btn-flow.-long {
  width: 900px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .btn-flow.-long {
    max-width: 92%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.btn-flow.-long .box_w {
  background: rgba(255, 255, 255, 0.4);
}

.btn-flow.-long .box:before {
  border-left: 25px solid rgba(255, 255, 255, 0.4);
}

.btn-flow.-long .box_w:after {
  border-left: 25px solid rgba(255, 255, 255, 0.4);
}

.home.home main {
  padding-top: 4rem;
}

.home.home .sec-top-first {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .home.home .sec-top-first {
    margin-top: 0;
  }
}
.home.home h2.trape-large {
  position: relative;
  width: 300px;
  height: 170px;
  color: #fff;
  background: #770E0E;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .home.home h2.trape-large {
    width: 250px;
    height: 120px;
  }
}
@media screen and (max-width: 700px) {
  .home.home h2.trape-large {
    height: 80px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 580px) {
  .home.home h2.trape-large {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .home.home h2.trape-large {
    width: 250px;
  }
}
.home.home h2.trape-large:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 70px solid transparent;
  border-top: 170px solid #770E0E;
}
@media screen and (max-width: 900px) {
  .home.home h2.trape-large:after {
    border-right: 40px solid transparent;
    border-top: 120px solid #770E0E;
  }
}
@media screen and (max-width: 700px) {
  .home.home h2.trape-large:after {
    border-right: 20px solid transparent;
    border-top: 80px solid #770E0E;
  }
}
.home.home h2.trape-large img {
  width: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 700px) {
  .home.home h2.trape-large img {
    width: 12rem;
  }
}
.home.home .flex-message {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 480px) {
  .home.home .flex-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home.home .flex-message > div {
  padding-left: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .home.home .flex-message > div {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 700px) {
  .home.home .flex-message > div {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 580px) {
  .home.home .flex-message > div {
    font-size: 2.7rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .home.home .flex-message > div {
    font-size: 3rem;
    width: 100%;
    padding-left: 0;
    padding-top: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .home.home .flex-message > div > div {
    width: 100%;
  }
}
.home.home .ttl-only-text span.-en {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .home.home .ttl-only-text span.-en {
    font-size: 2.4rem;
  }
}
.home.home .ttl-only-text span.-ja {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .home.home .ttl-only-text span.-ja {
    font-size: 1.6rem;
  }
}
.home.home .ttl-only-text span.-sep {
  color: #707070;
  font-weight: 300;
}

.sec-top-pickup-inner, sec-top-movie-inner {
  position: relative;
}

.sec-top-pickup-inner::after, .sec-top-movie-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #04181F;
  opacity: 0.7;
  display: block;
}

.sec-top-movie-inner::after {
  background-color: #D8D8D8;
}

.slider-top-pickup, .slider-top-movie {
  position: relative;
  z-index: 10;
}

.item-pickup, .item-movie {
  margin: 1rem;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}

.top-about-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 925px) {
  .top-about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-about-item {
  position: relative;
  width: 64%;
  color: #fff;
  padding: 9rem 7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .top-about-item {
    padding: 7rem 4rem;
  }
}
@media screen and (max-width: 925px) {
  .top-about-item {
    padding: 6rem 3rem;
    width: 100%;
  }
}

.top-about-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #031622;
  opacity: 0.8;
  display: block;
}

.top-about-item-inner {
  position: relative;
  z-index: 10;
  width: 47rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 1024px) {
  .top-about-item-inner {
    width: 45rem;
  }
}
@media screen and (max-width: 925px) {
  .top-about-item-inner {
    width: 100%;
  }
}

.top-about-item-inner p {
  font-size: 1.7rem;
  line-height: 2.35;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 925px) {
  .top-about-item-inner p {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

.top-about-item-inner .linkarea-left {
  float: left;
  width: 50%;
  padding-left: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 550px) {
  .top-about-item-inner .linkarea-left {
    width: 100%;
  }
}
.top-about-item-inner .linkarea-right {
  float: right;
  width: 50%;
  padding-left: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 550px) {
  .top-about-item-inner .linkarea-right {
    width: 100%;
  }
}
.top-about-item-inner .linkarea-left a, .top-about-item-inner .linkarea-right a {
  font-weight: bold;
  color: white;
  text-decoration: underline;
  position: relative;
  line-height: 2.35;
}
.top-about-item-inner .linkarea-left a:before, .top-about-item-inner .linkarea-right a:before {
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: 300;
  font-size: 1.5rem;
  margin-left: 1rem;
  color: #A71111;
}

.top-about-img {
  display: block;
  width: 36%;
  position: absolute;
  right: 0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media screen and (max-width: 925px) {
  .top-about-img {
    display: none;
  }
}

.top-about-img-sp {
  display: none;
}
@media screen and (max-width: 925px) {
  .top-about-img-sp {
    display: block;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 3rem;
  }
}

.top-about-img img, .top-about-img-sp img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sec-top-about .ttl-only-text span.-en {
    display: block;
  }
  .sec-top-about .ttl-only-text span.-sep {
    display: none;
  }
  .sec-top-about .ttl-only-text span.-ja {
    display: block;
    margin-bottom: 3rem;
    font-size: 2rem !important;
  }
}

.top-join-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 650px) {
  .top-join-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.top-join-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}
@media screen and (max-width: 650px) {
  .top-join-img {
    width: 500px;
    max-width: 94%;
    margin: 0 auto;
  }
}

.top-join-svg, .top-join-svg svg {
  width: 75px;
}
@media screen and (max-width: 925px) {
  .top-join-svg, .top-join-svg svg {
    width: 45px;
  }
}

.top-join-item {
  padding-left: 40px;
  width: 60%;
}
@media screen and (max-width: 650px) {
  .top-join-item {
    width: 92%;
    padding-left: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 650px) {
  .top-join-item .btn-flow {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.top-join-msg {
  font-family: "Noto Serif JP", serif;
  color: #000;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2;
}

.top-join-msg br.tgl {
  display: block;
}
@media screen and (max-width: 650px) {
  .top-join-msg br.tgl {
    display: none;
  }
}

.top-join-txt {
  color: #000;
  font-size: 1.7rem;
  line-height: 2.35;
}

.sec-top-join .btn-flow span {
  text-align: right;
  padding-right: 2.5rem;
}

.shutter {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #1680CD;
  z-index: 99999;
  -webkit-animation: byeShutter 4s forwards;
  animation: byeShutter 4s forwards;
}

.logo {
  position: absolute;
  max-width: 92%;
  top: calc(50% - 25px);
  left: calc(50% - 75px);
  margin: auto;
  display: inline-block;
  width: 150px;
  height: auto;
}

@-webkit-keyframes byeShutter {
  40% {
    opacity: 1;
  }
  46% {
    opacity: 0.8;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes byeShutter {
  40% {
    opacity: 1;
  }
  46% {
    opacity: 0.8;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes logo {
  0% {
    opacity: 1;
  }
  55% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo {
  0% {
    opacity: 1;
  }
  55% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.contact-area {
  background: #1680CD;
  color: #fff;
}
.contact-area .contact-tel {
  padding: 40px 0;
  overflow: hidden;
}
.contact-area .contact-tel a {
  display: inline-block;
  color: #fff;
}
.contact-area .contact-tel .telbox {
  width: 300px;
  max-width: 100%;
  padding-left: 3.5rem;
}
.contact-area .contact-tel .telbox-inner {
  display: inline-block;
  border-left: 1px solid #fff;
  position: relative;
  padding-left: 1rem;
}
.contact-area .contact-tel .telbox-inner::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  content: "\f879";
  font-family: "FontAwesome";
  font-weight: 500;
  font-size: 4rem;
  padding-right: 1rem;
}
.contact-area .contact-tel .telno-large {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .contact-area .contact-tel .telno-large {
    font-size: 3.3rem;
  }
}
.contact-area .contact-tel .time-info {
  font-size: 1.5rem;
}
.contact-area .contact-tel p {
  font-size: 1.5rem;
  line-height: 1.5;
  width: 500px;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.contact-area div.wpcf7-validation-errors, .contact-area div.wpcf7-acceptance-missing {
  border: 2px solid #CE2C26 !important;
  color: #CE2C26;
}

.contact-important {
  border: solid 1px #ccc;
  padding: 2.4rem 1rem;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-important .-ttl {
  color: #CB2E1A;
  font-size: 2rem;
  font-weight: 500;
  display: block;
}

.single.recruit .contact-important {
  border: none;
  background: #fff;
}

.contact-form {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-collapse: collapse;
}
.contact-form .contact-submit-area {
  position: relative;
  margin-top: 3rem;
  width: 292px;
  height: 56px;
  max-width: 92%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.contact-form .contact-submit-area:after {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: 300;
  font-size: 2.5rem;
  margin-right: 1rem;
  color: #fff;
}
.contact-form .acceptance {
  border: solid 1px #ccc;
  background: #FFFFEF;
  padding: 2em 0 1em;
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  .contact-form .acceptance {
    padding: 1.5em 1em 0.5em;
  }
}
.contact-form form span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.5em;
}
.contact-form form span.wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 1em;
}
.contact-form form span.wpcf7-list-item.last {
  margin-bottom: 0;
}
.contact-form form .contact-policy-area {
  background-color: #E2D3D3;
  padding: 1rem;
}
.contact-form form .contact-policy-area a {
  text-decoration: underline;
}
.contact-form form dl {
  display: table-row;
  margin: 0;
  table-layout: fixed;
}
@media screen and (max-width: 1024px) {
  .contact-form form dl {
    display: block;
  }
}
.contact-form form dl.-first {
  border-top: none;
}
@media screen and (max-width: 1024px) {
  .contact-form form dl.-first {
    border-top: 1px solid #cccccc;
  }
}
.contact-form form dl.group-naiyou {
  border-top: 1px solid #cccccc;
}
.contact-form form dl dt, .contact-form form dl dd {
  display: table-cell;
  border-top: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
}
@media screen and (max-width: 1024px) {
  .contact-form form dl dt, .contact-form form dl dd {
    padding: 24px 0;
    margin: 0;
  }
}
.contact-form form dl dt {
  width: 310px;
  font-weight: bold;
  vertical-align: top;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .contact-form form dl dt {
    display: block;
    width: 100%;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.contact-form form dl dd {
  width: 670px;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .contact-form form dl dd {
    display: block;
    width: 100%;
    border-top: none;
  }
}
.contact-form form dl dd span.example {
  display: block;
  margin-top: 0.5em;
  color: #888;
}
.contact-form form dl.group-naiyou dt, .contact-form form dl.group-naiyou dd {
  border-top: none;
}
.contact-form form dl.group-naiyou.-address dt {
  border-bottom: none;
}
.contact-form form dl.group-naiyou.-address dd {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .contact-form form dl.group-naiyou.-address dd {
    border-bottom: 1px solid #ccc;
  }
}
.contact-form form dl dt .input-label {
  font-size: 1.7rem;
  padding: 4px 8px;
  border: 1px solid #ccc;
  margin-right: 1em;
}
.contact-form form dl dt .input-label.-required {
  color: #fff;
  background-color: #770E0E;
  border: none;
}
.contact-form form dd.-required input, .contact-form form dd.-required textarea {
  background-color: #E2D3D3;
}
.contact-form form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form form input[type=radio] {
  margin-right: 0.5em;
}
.contact-form form input[type=text], .contact-form form input[type=tel], .contact-form form input[type=email], .contact-form form input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 4px;
}
.contact-form form input[type=text].wpcf7c-conf, .contact-form form input[type=tel].wpcf7c-conf, .contact-form form input[type=email].wpcf7c-conf, .contact-form form input[type=url].wpcf7c-conf {
  background-color: transparent !important;
  border: none;
  cursor: auto;
}
.contact-form form input[type=text].wpcf7c-conf:focus, .contact-form form input[type=tel].wpcf7c-conf:focus, .contact-form form input[type=email].wpcf7c-conf:focus, .contact-form form input[type=url].wpcf7c-conf:focus {
  outline: none;
}
.contact-form form input.zip {
  width: 8em;
}
.contact-form form input.addr02 {
  margin-top: 1em;
}
.contact-form form input.sonota {
  margin-top: 1em;
}
.contact-form form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}
.contact-form form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 15px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 4px;
  resize: vertical;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-form form textarea.wpcf7c-conf {
  background-color: transparent !important;
  border: none;
  cursor: auto;
}
.contact-form form textarea.wpcf7c-conf:focus {
  outline: none;
}
.contact-form form .way span.wpcf7-list-item {
  display: inline-block;
  margin-right: 3em;
  margin-bottom: 0;
}
.contact-form form select {
  height: 28px;
}
.contact-form .wpcf7-confirm, .contact-form .wpcf7-back, .contact-form .wpcf7-submit {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  cursor: hand;
  font-size: 1.8rem;
  line-height: 1em;
  padding: 22px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 auto;
  text-align: left;
  -webkit-transition: background 0.5s ease-out, color 0.5s ease-out, border 0.5s ease-out;
  transition: background 0.5s ease-out, color 0.5s ease-out, border 0.5s ease-out;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact-form .wpcf7-confirm, .contact-form .wpcf7-back, .contact-form .wpcf7-submit {
    font-size: 1.6rem;
    width: 100%;
  }
}
.contact-form .wpcf7-submit {
  width: 100%;
  height: 56px;
  background: #770E0E;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 0;
}
.contact-form .wpcf7-submit:hover {
  background: #1680CD;
}
.contact-form .wpcf7-submit:disabled {
  opacity: 0.8 !important;
  background: #666;
  color: #fff;
  border: solid 2px #666 !important;
}
.contact-form .wpcf7-submit:disabled:hover {
  background: #666;
  color: #fff;
}
.contact-form .wpcf7-mail-sent-ok {
  display: none !important;
}

.contact-attention {
  border-radius: 10px;
  background: #fff;
  padding: 2.4rem 1rem;
}
.contact-attention span.-ttl {
  display: block;
  color: red;
  font-size: 2rem;
}
.contact-attention .-tgl {
  display: block;
}
@media screen and (max-width: 768px) {
  .contact-attention .-tgl {
    display: none;
  }
}

.deco-24hour {
  position: relative;
  color: #770E0E;
  font-size: 2.2rem;
  font-weight: 500;
  top: 6.5rem;
}
.deco-24hour:before {
  position: absolute;
  left: -1.5rem;
  bottom: 0;
  width: 0;
  height: 100%;
  content: "";
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  border-width: 0 0 0 2px;
  border-style: solid;
  border-color: #770E0E;
}
.deco-24hour:after {
  position: absolute;
  right: -1.2rem;
  bottom: 0;
  width: 0;
  height: 100%;
  content: "";
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  border-width: 0 0 0 2px;
  border-style: solid;
  border-color: #770E0E;
}

.page.thanks h3 {
  display: block;
}

.page.thanks h3 + p, .page.recruit-thanks h3 + p {
  margin-top: 7rem;
}

.flexbox-3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexbox-3 > * {
  width: calc(33.3% - 1.2rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  margin: 0.6rem;
}
@media screen and (max-width: 768px) {
  .flexbox-3 > * {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  .flexbox-3 > * {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .flexbox-3.-min2 > * {
    width: calc(50% - 1rem);
  }
}

.flexbox-3.-item2 > * {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 768px) {
  .flexbox-3.-item2 > * {
    width: calc(50% - 0.5rem);
  }
}

.flexbox-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexbox-2 > div:nth-of-type(odd) {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 768px) {
  .flexbox-2 > div:nth-of-type(odd) {
    width: 100%;
  }
}
.flexbox-2 > div:nth-of-type(even) {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 768px) {
  .flexbox-2 > div:nth-of-type(even) {
    width: 100%;
  }
}

.flexbox-2.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flexbox-2.-left-large {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flexbox-2.-left-large > div:nth-of-type(odd) {
  width: calc(55% - 1rem);
}
@media screen and (max-width: 768px) {
  .flexbox-2.-left-large > div:nth-of-type(odd) {
    width: 100%;
  }
}
.flexbox-2.-left-large > div:nth-of-type(even) {
  width: calc(45% - 1rem);
}
@media screen and (max-width: 768px) {
  .flexbox-2.-left-large > div:nth-of-type(even) {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .flexbox-2.-left-large > div:nth-of-type(even) img {
    width: 400px;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.flexbox-2.-history {
  border-bottom: 1px solid #1680CD;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flexbox-2.-history {
    padding-left: 0;
    padding-right: 0;
  }
}
.flexbox-2.-history > div:nth-of-type(1) {
  width: 220px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .flexbox-2.-history > div:nth-of-type(1) {
    width: 100%;
  }
}
.flexbox-2.-history > div:nth-of-type(2) {
  width: calc(100% - 220px);
}
@media screen and (max-width: 768px) {
  .flexbox-2.-history > div:nth-of-type(2) {
    width: 100%;
  }
}

.flexbox-3 > .item-news {
  padding: 0;
}

.item-news {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.item-news .inner {
  width: 100%;
  height: auto;
  padding-top: 75%;
}
.item-news .ttl-desc {
  width: 85%;
}
.item-news .ttl {
  position: relative;
  top: -20px;
  background: #fff;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .item-news .ttl {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.item-news .date-wrk {
  font-size: 1.3rem;
  display: inline-block;
  padding: 0.5rem 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .item-news .date-wrk {
    display: inline-block;
  }
}
.item-news .br-cat-date {
  display: none;
}
@media screen and (max-width: 768px) {
  .item-news .br-cat-date {
    display: block;
  }
}
.item-news .cat-wrk {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 0.5rem 1.2rem;
  margin: 0;
}
.item-news .h6-news {
  font-size: 2.2rem;
  font-weight: 400;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  background: transparent;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .item-news .h6-news {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.item-news.-archive {
  border: 1px solid #DDDDDD;
  margin-bottom: 3.5rem;
}
.item-news.-archive .inner {
  padding-top: 69%;
}
.item-news.-archive .ttl-desc {
  width: 100%;
}
.item-news.-archive .ttl {
  position: static;
  top: 0;
}
.item-news.-archive .cat-wrk {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
}
.item-news.-archive .h6-news {
  font-size: 1.7rem;
  font-weight: bold;
}
.item-news.-archive .date-wrk {
  position: relative;
  padding-left: 1.5rem;
}
.item-news.-archive .date-wrk:before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "FontAwesome";
  content: "\f017";
  font-weight: 300;
  font-size: 1.2rem;
  margin-right: 1rem;
  line-height: 0.4;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.flexbox-2.-admission {
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .flexbox-2.-admission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexbox-2.-admission:last-of-type {
  margin-bottom: 0;
}

.flexbox-2.-admission:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flexbox-2.-admission:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexbox-2.-admission > div.textbox {
  width: 58%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .flexbox-2.-admission > div.textbox {
    width: 100%;
  }
}

.flexbox-2.-admission > div:not(.textbox) {
  width: 42%;
}
@media screen and (max-width: 900px) {
  .flexbox-2.-admission > div:not(.textbox) {
    width: 100%;
  }
}

.flexbox-2.-admission:nth-of-type(odd) > div.textbox {
  width: calc(50% - 10rem) !important;
  margin-left: auto;
  margin-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .flexbox-2.-admission:nth-of-type(odd) > div.textbox {
    width: 50% !important;
  }
}
@media screen and (max-width: 900px) {
  .flexbox-2.-admission:nth-of-type(odd) > div.textbox {
    width: 100% !important;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}

.flexbox-2.-admission:nth-of-type(odd) > div.imgbox {
  text-align: right;
}

.flexbox-2.-admission:nth-of-type(even) > div.textbox {
  width: calc(50% - 10rem) !important;
  margin-right: auto;
  margin-left: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .flexbox-2.-admission:nth-of-type(even) > div.textbox {
    width: 50% !important;
  }
}
@media screen and (max-width: 900px) {
  .flexbox-2.-admission:nth-of-type(even) > div.textbox {
    width: 100% !important;
    margin-left: auto;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 650px) {
  .flexbox-2.-adm-commit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexbox-2.-adm-commit > div.imgbox {
  width: 29%;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 650px) {
  .flexbox-2.-adm-commit > div.imgbox {
    width: auto;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 2rem;
  }
}

.flexbox-2.-adm-commit > div.textbox {
  width: 66%;
  margin-left: auto;
  margin-right: 0;
  line-height: 2.33;
}
@media screen and (max-width: 650px) {
  .flexbox-2.-adm-commit > div.textbox {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 2;
  }
}

.bnr-insta-area {
  padding: 5rem 0;
  overflow: hidden;
  font-size: 1.7rem;
}
.bnr-insta-area .bnr-insta-area-inner {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.bnr-insta-area .bnr-insta-bg {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 115%;
  padding: 5rem 0;
}
.bnr-insta-area .insta-text {
  font-weight: bold;
}
.bnr-insta-area .insta-btn-flex, .bnr-insta-area .insta-btn-flex-inner {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 500px) {
  .bnr-insta-area .insta-btn-flex {
    display: block !important;
  }
}
.bnr-insta-area .logo-insta {
  width: 22rem;
  max-width: 50%;
}
@media screen and (max-width: 500px) {
  .bnr-insta-area .logo-insta {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.bnr-insta-area .icon-next {
  width: 2.2rem;
}
.bnr-insta-area .logo-insta img, .bnr-insta-area .icon-next img {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}
.bnr-insta-area .icon-next {
  line-height: 0;
}
.bnr-insta-area .btn-insta {
  border: 1px solid #fff;
  padding: 0.5rem 2rem;
  margin: 0 1.5rem;
}

.bnr-insta-area br {
  display: none;
}
@media screen and (max-width: 500px) {
  .bnr-insta-area br {
    display: block;
  }
}

.cmn-link-nav {
  background: #1B1B1B;
  padding-top: 5rem;
  padding-bottom: 10rem;
  color: #fff;
  font-size: 1.7rem;
}
@media screen and (max-width: 580px) {
  .cmn-link-nav {
    font-size: 1.6rem;
  }
}

.cmn-link-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -1rem;
}

.cmn-link-flex > * {
  display: block;
  width: calc(33.33% - 1.3rem);
}
@media screen and (max-width: 980px) {
  .cmn-link-flex > * {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 580px) {
  .cmn-link-flex > * {
    width: 100%;
  }
}

.cmn-link-flex > a {
  color: #fff;
  border: 1px solid #fff;
  line-height: 1.47;
  height: 13rem;
  padding: 0 2.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 980px) {
  .cmn-link-flex > a {
    height: 11rem;
    padding: 0 2rem;
  }
}

.cmn-link-flex > a:hover {
  cursor: pointer;
}

.cmn-link-flex > a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: 300;
  font-size: 3rem;
  margin-left: 1rem;
  color: #fff;
}

.cmn-link-flex.-year {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cmn-link-flex.-year > * {
  width: calc(20% - 0.8rem);
  margin-right: 1rem;
}
@media screen and (max-width: 800px) {
  .cmn-link-flex.-year > * {
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
  }
}

@media screen and (min-width: 801px) {
  .cmn-link-flex.-year > *:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .cmn-link-flex.-year > *:nth-of-type(2n) {
    margin-right: 0;
  }
  .cmn-link-flex.-year > *:nth-of-type(2n+1) {
    margin-right: 1rem;
  }
}
.cmn-link-flex.-year > a {
  line-height: 1.47;
  height: 6.5rem;
  padding: 0 2.8rem;
}

.cmn-link-flex > a:after {
  font-size: 2rem;
}

.page.about {
  font-size: 1.5rem;
  line-height: 2.33;
}
.page.about p {
  font-size: 1.5rem !important;
  line-height: 2.33 !important;
}
.page.about .flexbox-2 .youtube {
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.philo-item {
  margin-top: 3rem;
}

.philo-item:first-of-type {
  margin-top: 0;
}

.philo-ttl {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .philo-ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .philo-ttl {
    font-size: 2.1rem;
  }
}

.philo-text {
  font-size: 1.5rem;
  line-height: 2.69;
}

.philo-text.-small {
  font-size: 1.3rem;
}

.creed-ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #770E0E;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.sec-about-creeds .creed-ttl:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .sec-about-world .creed-ttl:first-of-type {
    margin-top: 0;
  }
}

.page.history .label-year {
  background: #1680CD;
  color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  -js-display: flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-align: center;
  font-family: "Garamond Premier Pro", "Noto Serif", serif;
  font-style: normal;
  font-weight: 400;
  margin-left: auto;
  margin-right: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .page.history .label-year {
    margin-top: 3rem;
    margin-bottom: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 120px;
    height: 120px;
  }
}
.page.history .label-year .-en, .page.history .label-year .-old {
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page.history .label-year .-en, .page.history .label-year .-old {
    font-size: 4rem;
  }
}
.page.history .label-year .-ja {
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page.history .label-year .-ja {
    font-size: 2rem;
  }
}
.page.history .history-cat-area {
  position: fixed;
  top: 15rem;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .page.history .history-cat-area {
    top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .page.history .history-cat-area {
    position: relative;
    top: 4rem;
  }
}
.page.history .history-cat-area-inner {
  border-box: box-sizing;
}
@media screen and (max-width: 768px) {
  .page.history .history-cat-area-inner {
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .page.history .history-cat-area-inner {
    width: 250px;
  }
}
.page.history .history-cat {
  background: #A7A7A7;
  font-size: 1.7rem;
  font-weight: 500;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 1.2rem 1.5rem 1.2rem 0.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .page.history .history-cat {
    display: inline-block;
    width: 100px;
    border-radius: 5px;
    padding: 1rem 0.5rem;
    font-size: 1.5rem;
    text-align: center;
    margin: 5px;
  }
}
.page.history .history-cat a {
  color: #fff;
}
.page.history .history-cat.-current {
  background: #1B1B1B;
}

.sec-member-head img {
  width: 100%;
  height: auto;
}

.sec-member-head #mainMemArea {
  margin-bottom: 10px;
  padding-top: 60px;
  margin-top: -60px;
}

.sec-member-head #subMemArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
}
@media screen and (max-width: 910px) {
  .sec-member-head #subMemArea {
    width: 630px;
  }
}
@media screen and (max-width: 690px) {
  .sec-member-head #subMemArea {
    width: 100%;
  }
}

.sec-member-head #subMemArea li {
  width: auto;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec-member-head #subMemArea li:hover {
  cursor: pointer;
}

.sec-member-head #subMemArea li.current {
  border: 1px solid #14dfff;
}

@media screen and (max-width: 768px) {
  .flexbox-2.-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flexbox-2.-member > div:first-of-type {
  position: relative;
  z-index: 2;
  top: 50%;
  background: #770E0E;
  opacity: 0.9;
  color: #fff;
  width: 50%;
  max-height: unset;
  padding: 1.4rem 2.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flexbox-2.-member > div:first-of-type {
    width: 500px;
    max-width: 100%;
    max-height: unset;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.flexbox-2.-member > div:last-of-type {
  width: 50%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media screen and (max-width: 768px) {
  .flexbox-2.-member > div:last-of-type {
    width: 500px;
    max-width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.flexbox-2.-member > .p-photo {
  height: 0;
  padding-top: 50%;
}
@media screen and (max-width: 768px) {
  .flexbox-2.-member > .p-photo {
    padding-top: 70%;
  }
}
@media screen and (max-width: 600px) {
  .flexbox-2.-member > .p-photo {
    padding-top: 90%;
  }
}

.p-jc-text {
  font-family: "Garamond Premier Pro", "Noto Serif", serif;
  font-size: 2rem;
  color: #163042;
}
@media screen and (max-width: 870px) {
  .p-jc-text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-jc-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 470px) {
  .p-jc-text {
    font-size: 1.2rem;
  }
}

.p-ttl {
  font-size: 2rem;
  font-weight: 500;
}

.p-name {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-name {
    font-size: 3rem;
  }
}

.p-company {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-company {
    font-size: 1.5rem;
  }
}

.sub-name {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sub-name {
    font-size: 1.7rem;
  }
}

.subContent {
  background: #770E0E;
  color: #fff;
}

.subContent:nth-of-type(even) {
  background: #4D0A0A;
}

.sec-member-committee {
  background: url("../img/members/bg-member.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 8rem 0;
}

.sec-member-committee::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 26, 29, 0.75);
}

.sec-member-committee span, .sec-member-committee a {
  position: relative;
  z-index: 50;
  color: #fff;
}

.sec-member-committee h4 {
  padding: 0;
  margin: 0;
}

.sec-member-committee h4 span::after {
  display: none !important;
}

.flexbox-2.-mem-commit {
  padding: 2rem 0;
  -webkit-box-pack: space_around;
  -webkit-justify-content: space_around;
      -ms-flex-pack: space_around;
          justify-content: space_around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -2.5rem;
}
@media screen and (max-width: 768px) {
  .flexbox-2.-mem-commit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexbox-2.-mem-commit div:first-of-type {
  width: 20%;
  border-right: 1px solid #fff;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .flexbox-2.-mem-commit div:first-of-type {
    width: auto;
    border-right: unset;
    margin: 2rem auto;
  }
}
.flexbox-2.-mem-commit div:last-of-type {
  width: 74%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .flexbox-2.-mem-commit div:last-of-type {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .flexbox-2.-mem-commit div:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 250px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.flexbox-2.-mem-commit div:last-of-type a {
  padding-left: 4rem;
  width: 250px;
  max-width: 43%;
  border-box: box-sizing;
  margin: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 840px) {
  .flexbox-2.-mem-commit div:last-of-type a {
    padding-left: 1rem;
    max-width: unset;
  }
}

.person-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.person-list > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #000;
  padding: 1.5rem 1rem;
  text-align: center;
  width: 100%;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  margin-bottom: 1rem;
}

.person-list > div.-label {
  background: #770E0E !important;
  color: #fff;
}

.person-list .item {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .person-list .item {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .person-list > div.-label .item {
    text-align: center;
  }
}

.person-list .item:first-of-type {
  width: 17%;
}
@media screen and (max-width: 768px) {
  .person-list .item:first-of-type {
    width: 35%;
  }
}
@media screen and (max-width: 500px) {
  .person-list .item:first-of-type {
    width: 100%;
  }
}

.person-list .item:nth-of-type(2) {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .person-list .item:nth-of-type(2) {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  .person-list .item:nth-of-type(2) {
    width: 100%;
  }
}

.person-list .item:nth-of-type(3) {
  width: 16%;
}
@media screen and (max-width: 768px) {
  .person-list .item:nth-of-type(3) {
    width: 35%;
  }
}
@media screen and (max-width: 500px) {
  .person-list .item:nth-of-type(3) {
    width: 100%;
  }
}

.person-list .item:last-of-type {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .person-list .item:last-of-type {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  .person-list .item:last-of-type {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .person-list > div.-label .item {
    display: inline;
    margin-right: 2rem;
  }
}

.sec-member-ex .flexbox-2 > div {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 940px) {
  .sec-member-ex .flexbox-2 > div {
    width: 100%;
  }
}

.ex-list-group h5 {
  margin: 3rem 0 1.5rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 5px solid #770E0E;
  padding-left: 0.8rem;
}

.ex-person-list {
  border-bottom: 1px solid #000;
  padding: 0.5rem 0;
  font-weight: 500;
}

.ex-person-list > div {
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .ex-person-list > div {
    display: block;
  }
}

.ex-person-ttl {
  width: 70%;
}
@media screen and (max-width: 500px) {
  .ex-person-ttl {
    width: 100%;
  }
}

.ex-person-name {
  width: 28%;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .ex-person-name {
    width: 100%;
    text-align: left;
  }
}

.sec-member-ex h4 {
  margin-top: 2rem;
}

.sec-member-ex .flexbox-2 > div:first-of-type .ex-list-group:first-of-type h5 {
  margin-top: 0;
}

#sec-member-chairman, #sec-member-committee, #sec-member-soshikizu, #sec-member-new {
  padding-top: 60px;
  margin-top: -60px;
}

.flexbox-5 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1000px;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 370px) {
  .flexbox-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexbox-5 > .pres-item {
  width: 170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  margin-right: calc(25% - 213px);
  margin-bottom: 4rem;
}
@media screen and (max-width: 980px) {
  .flexbox-5 > .pres-item {
    margin-right: calc(33.3% - 227px);
  }
}
@media screen and (max-width: 768px) {
  .flexbox-5 > .pres-item {
    margin-right: calc(50% - 255px);
  }
}
@media screen and (max-width: 570px) {
  .flexbox-5 > .pres-item {
    margin-left: calc(100% - 340px);
    margin-right: calc(100% - 340px);
  }
}
@media screen and (max-width: 370px) {
  .flexbox-5 > .pres-item {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 981px) {
  .pres-item:nth-of-type(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
  .pres-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 571px) and (max-width: 768px) {
  .pres-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 371px) and (max-width: 570px) {
  .pres-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .pres-item:nth-of-type(2n+1) {
    margin-left: 0;
    margin-right: 0;
  }
}
.pres-item {
  text-align: center;
}

.pres-item img {
  width: 154px;
  height: auto;
}

.pres-year {
  width: 170px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 0.5rem;
  white-space: nowrap;
  text-align: center;
}

.pres-year.-small {
  font-size: 1.3rem;
  line-height: 1.8;
}

.pres-name {
  padding-top: 0.5rem;
  font-weight: bold;
  font-size: 1.7rem;
  white-space: nowrap;
  text-align: center;
}

.pres-ttl {
  font-size: 8px;
  border-bottom: 1px solid #770E0E;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.single .blog-label {
  color: #fff;
  padding: 0 1.5rem;
  line-height: 2.3;
  display: inline-block;
  height: 35px;
  margin: 1rem;
}

.sec-adm-msg, .sec-adm-bus {
  position: relative;
  padding: 6rem 0;
  text-align: center;
}
.sec-adm-msg:after, .sec-adm-bus:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #031622;
  opacity: 0.8;
  display: block;
}

.sec-adm-bus {
  padding: 8rem 0;
}
.sec-adm-bus:after {
  background-color: #04181F;
  opacity: 0.7;
}

.sec-adm-msg-inner, .sec-adm-msg-inner a {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 2;
}
.sec-adm-msg-inner .-ttl, .sec-adm-msg-inner a .-ttl {
  font-size: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sec-adm-msg-inner .-ttl, .sec-adm-msg-inner a .-ttl {
    font-size: 2.2rem;
  }
}
.sec-adm-msg-inner .-text, .sec-adm-msg-inner a .-text {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-adm-msg-inner .-text, .sec-adm-msg-inner a .-text {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-adm-msg-inner br {
    display: none;
  }
}
.sec-adm-merit-inner {
  width: 1200px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 1024px) {
  .sec-adm-merit-inner {
    max-width: 92%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.sec-adm-merit-inner img {
  width: 480px;
  max-width: 100%;
  height: auto;
}

.sec-adm-merit-inner .textbox .-ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #770E0E;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.sec-adm-merit-inner .textbox .-text {
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .sec-adm-merit-inner .textbox .-text {
    line-height: 2;
  }
}

.sec-adm-policy .-ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #770E0E;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .sec-adm-policy .-ttl {
    font-size: 2.5rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-adm-policy .-ttl {
    font-size: 2.1rem;
    margin-top: 3rem;
  }
}

.sec-adm-policy-item:first-of-type .-ttl {
  margin-top: 0;
}

.sec-adm-bus-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 2;
}

.sec-adm-bus-inner a {
  position: relative;
  color: #fff;
  text-decoration: underline;
  font-size: 1.7rem;
  line-height: 1;
}

.sec-adm-bus-inner a:after {
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: 300;
  font-size: 1.5rem;
  margin-left: 1rem;
  display: inline;
  vertical-align: middle;
}

.sec-adm-commit h5 {
  font-size: 1.7rem;
  font-weight: 500;
  background: #770E0E;
  padding: 1rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  margin-top: 6rem;
}
.sec-adm-commit .-ttl {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
.sec-adm-commit .question {
  color: #770E0E;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 4rem;
  margin-bottom: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .sec-adm-commit .question {
    line-height: 1.5;
  }
}
.sec-adm-commit .answer {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec-adm-commit .answer {
    line-height: 1.5;
  }
}

.sec-adm-commit .person {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 600px) {
  .sec-adm-commit .person {
    margin-bottom: 2rem;
  }
}

.sec-adm-commit .person .infobox {
  width: 96%;
  margin-left: auto;
  background: #770E0E;
  color: #fff;
  padding: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .sec-adm-commit .person .infobox {
    position: relative;
    top: -3.5rem;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 4rem 2.5rem;
  }
}

.sec-adm-commit .person .infobox-inner {
  width: calc(100% - 170px);
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .sec-adm-commit .person .infobox-inner {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.sec-adm-commit .person .pic {
  width: 200px;
  height: 0;
  padding-top: 200px;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .sec-adm-commit .person .pic {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 300px;
    height: 0;
    padding-top: 300px;
    max-width: 96%;
  }
}

.sec-adm-commit .person .info {
  border-bottom: 1px solid #fff;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.svg-text.svg-text-join > svg {
  margin-top: 2rem;
}

.svg-text.svg-text-us > svg {
  margin-top: 4rem;
}

/* animation */
@media only screen and (min-width: 768px) {
  .wipein {
    position: relative;
    color: transparent;
  }
  .wipein:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    opacity: 1;
    left: 0;
    width: 0%;
    height: 100%;
    background: #770E0E !important;
  }
  .wipein.show {
    -webkit-animation: wipecolor 500ms ease-in-out forwards 1s;
    animation: wipecolor 500ms ease-in-out forwards 1s;
  }
  .wipein.show:before {
    -webkit-animation: wipebar 500ms ease-in-out forwards 1s;
    animation: wipebar 500ms ease-in-out forwards 1s;
  }
  .wipein.-fast.show, .wipein-rect.-fast.show {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }
  .wipein.-fast.show:before, .wipein-rect.-fast.show:before {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  @keyframes wipecolor {
    0% {
      color: transparent;
    }
    40% {
      color: transparent;
    }
    100% {
      color: #000;
    }
  }
  @-webkit-keyframes wipecolor {
    0% {
      color: transparent;
    }
    40% {
      color: transparent;
    }
    100% {
      color: #000;
    }
  }
  @keyframes wipebar {
    0% {
      width: 0%;
      left: 0;
      opacity: 1 !important;
    }
    50% {
      width: 100%;
      left: 0;
      opacity: 1 !important;
    }
    100% {
      width: 0%;
      left: 100%;
      opacity: 1 !important;
    }
  }
  @-webkit-keyframes wipebar {
    0% {
      width: 0%;
      left: 0;
      opacity: 1 !important;
    }
    50% {
      width: 100%;
      left: 0;
      opacity: 1 !important;
    }
    100% {
      width: 0%;
      left: 100%;
      opacity: 1 !important;
    }
  }
}
@media only screen and (min-width: 768px) {
  .wipein-rect {
    background: #E2D3D3;
  }
  .wipein-rect > * {
    position: relative;
    color: transparent;
    opacity: 0;
  }
  .wipein-rect:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    opacity: 1;
    left: 0;
    width: 0%;
    height: 100%;
    background: #770E0E !important;
  }
  .wipein-rect.show > * {
    -webkit-animation: wipecolor_rect 0.5s ease-in-out forwards 0.2s;
    animation: wipecolor_rect 0.5s ease-in-out forwards 0.2s;
  }
  .wipein-rect.show:after {
    -webkit-animation: wipebar_rect 0.5s ease-in-out forwards 0.2s;
    animation: wipebar_rect 0.5s ease-in-out forwards 0.2s;
  }
  @keyframes wipecolor_rect {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes wipecolor_rect {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes wipebar_rect {
    0% {
      width: 0%;
      left: 0;
      opacity: 1 !important;
    }
    50% {
      width: 100%;
      left: 0;
      opacity: 1 !important;
    }
    100% {
      width: 0%;
      left: 100%;
      opacity: 1 !important;
    }
  }
  @-webkit-keyframes wipebar_rect {
    0% {
      width: 0%;
      left: 0;
      opacity: 1 !important;
    }
    50% {
      width: 100%;
      left: 0;
      opacity: 1 !important;
    }
    100% {
      width: 0%;
      left: 100%;
      opacity: 1 !important;
    }
  }
  .wipein-svg-v > * {
    position: relative;
    color: transparent;
    opacity: 0;
  }
  .wipein-svg-v:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    opacity: 1;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff !important;
  }
  .wipein-svg-v.show > * {
    -webkit-animation: wipecolor_svg_v 1s ease-in-out forwards 1s;
    animation: wipecolor_svg_v 1s ease-in-out forwards 1s;
  }
  .wipein-svg-v.show:after {
    -webkit-animation: wipebar_svg_v 1s ease-in-out forwards 1s;
    animation: wipebar_svg_v 1s ease-in-out forwards 1s;
  }
  .wipein-svg-v.-delay.show {
    -webkit-animation-delay: 500ms !important;
    animation-delay: 500ms !important;
    -webkit-animation-duration: 500ms !important;
    animation-duration: 500ms !important;
  }
  .wipein-svg-v.-delay.show:before {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-animation-duration: 500mss !important;
    animation-duration: 500mss !important;
  }
  @keyframes wipecolor_svg_v {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes wipecolor_svg_v {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes wipebar_svg_v {
    0% {
      height: 0%;
      top: 0;
      opacity: 1 !important;
    }
    50% {
      height: 100%;
      top: 0;
      opacity: 1 !important;
    }
    100% {
      height: 0%;
      top: 100%;
      opacity: 1 !important;
    }
  }
  @-webkit-keyframes wipebar_svg_v {
    0% {
      height: 0%;
      top: 0;
      opacity: 1 !important;
    }
    50% {
      height: 100%;
      top: 0;
      opacity: 1 !important;
    }
    100% {
      height: 0%;
      top: 100%;
      opacity: 1 !important;
    }
  }
  .wipein-rect-ttl > * {
    position: relative;
    color: transparent;
    color: transparent;
    opacity: 0;
  }
  .wipein-rect-ttl:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    opacity: 1;
    left: 0;
    width: 0%;
    height: 100%;
    background: #770E0E !important;
  }
  .wipein-rect-ttl.show > * {
    -webkit-animation: wipecolor_rect_ttl 500ms ease-in-out forwards 0s;
    animation: wipecolor_rect_ttl 500ms ease-in-out forwards 0s;
  }
  .wipein-rect-ttl.show:before {
    -webkit-animation: wipebar_rect_ttl 500ms ease-in-out forwards 0s;
    animation: wipebar_rect_ttl 500ms ease-in-out forwards 0s;
  }
  @keyframes wipecolor_rect_ttl {
    0% {
      color: transparent;
      opacity: 0;
    }
    40% {
      color: transparent;
      opacity: 0;
    }
    100% {
      color: #333;
      opacity: 1;
    }
  }
  @-webkit-keyframes wipecolor_rect_ttl {
    0% {
      color: transparent;
      opacity: 0;
    }
    40% {
      color: transparent;
      opacity: 0;
    }
    100% {
      color: #333;
      opacity: 1;
    }
  }
  @keyframes wipebar_rect_ttl {
    0% {
      width: 0%;
      left: 0;
      opacity: 1 !important;
    }
    50% {
      width: 100%;
      left: 0;
      opacity: 1 !important;
    }
    100% {
      width: 0%;
      left: 100%;
      opacity: 1 !important;
    }
  }
  @-webkit-keyframes wipebar_rect_ttl {
    0% {
      width: 0%;
      left: 0;
      opacity: 1 !important;
    }
    50% {
      width: 100%;
      left: 0;
      opacity: 1 !important;
    }
    100% {
      width: 0%;
      left: 100%;
      opacity: 1 !important;
    }
  }
}/*# sourceMappingURL=style.css.map */