@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

table {
  width: 100%;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  padding-top: 85px;
}

.ft-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "メイリオ", Meiryo, Georgia, serif;
}

.ft-montserrat {
  font-family: "Montserrat", sans-serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

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

.wrapper {
  width: 100%;
}

.container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

@media print, (min-width: 768px) {
  .inner-ct {
    max-width: 75%;
    margin: 0 auto;
  }
}
/* RESPONSIVE
 * ----------------------------------------------- */
.sm {
  display: none !important;
}

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

  .sm {
    display: block !important;
  }

  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  html {
    font-size: 13.03781vw;
  }

  body {
    font-size: 0.24rem;
    padding-top: 50px;
  }

  .wrapper {
    min-width: 320px;
  }

  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .no-pd-sp {
    padding: 0 !important;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.l-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.l-header.is-scroll {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.navbar {
  height: 85px;
}
.navbar-nav .menu,
.navbar-nav .sns {
  display: inline-block;
  vertical-align: middle;
}
.navbar-nav .menu li,
.navbar-nav .sns li {
  display: inherit;
  vertical-align: middle;
}
.navbar-nav .menu {
  margin-right: 23px;
}
.navbar-nav .menu-item {
  margin-left: 26px;
}
.navbar-nav .menu-item:first-child {
  margin-left: 0;
}
.navbar-nav .menu-item a {
  display: block;
  color: #71563b;
  font-size: 13px;
  font-weight: bold;
}
.navbar-nav .menu-item.is-active a {
  color: #f3a7a5;
}

/* Header PC */
@media print, (min-width: 768px) {
  .navbar-logo {
    padding-left: 24px;
  }
  .navbar-logo .img-logo {
    position: relative;
    bottom: -3px;
  }
  .navbar-logo a {
    display: block;
  }
  .navbar-logo .recruitment {
    display: inline-block;
    margin-left: 15px;
  }
  .navbar-nav {
    display: block !important;
    height: auto !important;
    margin-left: auto;
  }
  .navbar-nav .sns {
    margin-right: 40px;
  }
  .navbar-nav .sns li {
    width: 30px;
    margin-left: 8px;
  }
  .navbar-nav .sns li:first-child {
    margin-left: 0;
  }
  .navbar-nav .menu-item:hover a {
    color: #f3a7a5;
  }
}
@media print, (min-width: 768px) and (max-width: 1080px) {
  .navbar-logo .recruitment,
  .navbar .sns {
    display: none;
  }
  .navbar .menu-item {
    margin-left: 15px;
  }
}
/* Header SP */
@media only screen and (max-width: 767px) {
  .navbar {
    height: 50px;
  }
  .navbar-nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
  }
  .navbar-nav .nav-inner {
    height: 100%;
    overflow-y: scroll;
  }
  .navbar-nav .menu,
  .navbar-nav .sns {
    background: #fff;
    display: block;
  }
  .navbar-nav .menu {
    margin: 0;
    border-bottom: 1px solid #71563b;
  }
  .navbar-nav .menu .menu-item {
    display: block;
    text-align: center;
    margin: 0;
  }
  .navbar-nav .menu .menu-item a {
    font-size: 0.32rem;
    border-top: 1px solid #71563b;
    padding: 0.266rem 0.2rem;
    background: url(../img/common/arrow_right.png) no-repeat right 7% center;
    background-size: 0.8rem auto;
  }
  .navbar-nav .menu .menu-item:hover a, .navbar-nav .menu .menu-item.is-active a {
    background-image: url(../img/common/arrow_right_p.png);
  }
  .navbar-nav .sns {
    border-bottom: 0.2rem solid #f3a7a5;
    text-align: center;
  }
  .navbar-nav .sns li {
    display: inline-block;
    width: 0.6rem;
    margin: 0 0.1rem;
    padding: 0.5rem 0;
  }
  .navbar-logo {
    margin-left: 7%;
    width: 50%;
    max-width: 250px;
  }
  .navbar-logo a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .navbar-logo .img-logo {
    width: 55%;
    position: relative;
    bottom: -3px;
  }
  .navbar-logo .recruitment {
    width: 45%;
    padding-left: 5%;
  }

  .hamburger-btn {
    display: block;
    height: 50px;
    width: 50px;
    overflow: visible;
    margin: 0;
    padding: 15px 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: #f3a7a5;
    position: relative;
    z-index: 9999;
  }

  .hamburger-box {
    position: relative;
    display: block;
    width: 25px;
    height: 20px;
    margin: 0 auto;
  }

  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    position: absolute;
    width: 100%;
    height: 1px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    background-color: #fff;
  }

  .hamburger-inner {
    top: 0;
    display: block;
  }
  .hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
  }
  .hamburger-inner:before {
    top: 9px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
  }
  .hamburger-inner:after {
    top: 18px;
  }

  .is-open .hamburger-inner {
    transform: translate3d(0, 9px, 0) rotate(45deg);
  }
  .is-open .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-9px, -7px, 0);
    opacity: 0;
  }
  .is-open .hamburger-inner:after {
    transform: translate3d(0, -18px, 0) rotate(-90deg);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar-nav .menu {
    margin-top: 4px;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
.l-footer {
  position: relative;
}
.l-footer .logo-footer .company-name {
  display: inline-block;
  margin-left: 10px;
}
.l-footer .copyright {
  font-size: 10px;
}
.l-footer .page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9990;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
}
.l-footer .page-top.show {
  visibility: visible;
  opacity: 1;
}
.l-footer .page-top.stuff {
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
}

@media print, (min-width: 768px) {
  .l-footer .footer-inner {
    height: 76px;
  }
  .l-footer .logo-footer {
    padding-left: 25px;
  }
  .l-footer .logo-footer a > img {
    position: relative;
    top: 2px;
  }
  .l-footer .copyright {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-inner {
    text-align: center;
    padding: 0.4rem 0 0.3rem;
  }

  .l-footer .page-top {
    width: 1.2rem;
    right: 0.5rem;
  }
  .menu-open .l-footer .page-top {
    display: none !important;
  }
  .l-footer .copyright {
    font-size: 0.18rem;
    margin-top: 0.3rem;
  }
  .l-footer .logo-footer img {
    width: 2.34rem;
  }
  .l-footer .logo-footer .company-name {
    width: 1.57rem;
  }
  .l-footer .logo-footer .company-name img {
    height: auto;
  }
}
/* FLEXBOX */
@media print, (min-width: 768px) {
  .d-md-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .align-items-md-center {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .justify-content-md-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

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

  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .align-items-md-end {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
.d-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-items-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.justify-content-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* COMMON TITLES
 * ----------------------------------------------- */
.sec-title {
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sec-ttl {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.sec-ttl > span {
  display: inline-block;
  min-width: 488px;
  color: #fff;
  font-weight: bold;
  padding: 4px;
  background: #f3a8a5;
}

.sec-pttl {
  text-align: center;
}
.sec-pttl > span {
  display: block;
  line-height: 1.2;
}
.sec-pttl .en {
  font-size: 18px;
  color: #71563b;
  margin-bottom: 7px;
}
.sec-pttl .jp {
  font-size: 28px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sec-ttl > span {
    padding-top: 7px;
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 0.32rem;
  }
  .sec-ttl > span {
    min-width: 6rem;
    padding: 0.1rem 0.3rem;
  }

  .sec-pttl .en {
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .sec-pttl .jp {
    font-size: 0.55rem;
  }
}
.sttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #f3a7a5;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .sec-title {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }

  .sttl {
    font-size: 0.5rem;
    margin-bottom: 1em;
  }
}
/* COMMON BUTTONS
 * ----------------------------------------------- */
.btn-submit,
.btn-back {
  display: inline-block;
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #71563b;
  cursor: pointer;
}

.btn-submit {
  background: #fdeba4 url(../img/common/arrow_right.png) no-repeat 92% 47%;
  background-size: auto 10px;
  border: 0;
}

.btn-back {
  border: 2px solid #71563b;
  background: #fff url(../img/common/arrow_left.png) no-repeat 8% 46%;
  background-size: auto 10px;
}

@media only screen and (max-width: 767px) {
  .btn-submit,
  .btn-back {
    font-size: 0.32rem;
    padding: 0.2rem 0.5rem;
    background-size: auto 0.2rem;
  }

  .btn-submit {
    background-position: right 0.2rem center;
  }

  button.btn-submit {
    height: 1.2rem;
  }
}
/* COMMON FORMS
 * ----------------------------------------------- */
.form-control {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #71563b;
  box-shadow: none;
  font-size: 1em;
  height: 30px;
  line-height: normal;
  background-color: #fff;
  padding: 5px 7px;
  color: #000;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  resize: none;
}

input[type='checkbox'],
input[type='radio'] {
  width: 1px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -999px;
}

.lbl-rad,
.lbl-chk {
  display: inline-block;
  font-size: 1em;
  line-height: 1.2;
  cursor: pointer;
  padding: 4px 0 4px 30px;
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 20px auto;
}

.lbl-rad {
  background-image: url(../img/common/ico_radio.png);
}

.lbl-chk {
  background-image: url(../img/common/ico_check.png);
}

input[type='radio']:checked + .lbl-rad {
  background-image: url(../img/common/ico_radio_checked.png);
}

input[type='checkbox']:checked + .lbl-chk {
  background-image: url(../img/common/ico_checked.png);
}

.list-radio-inline li,
.list-checkbox-inline li {
  display: inline-block;
  vertical-align: top;
}

.list-radio-inline li {
  min-width: 140px;
  margin-right: 10px;
}
.list-radio-inline li:last-child {
  margin-right: 0 !important;
}

.list-checkbox-inline li {
  margin: 13px 24px 13px 0;
}
.list-checkbox-inline li:last-child {
  margin-right: 0 !important;
}

@media print, (min-width: 768px) {
  .list-checkbox-inline {
    margin: -6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-control {
    height: 0.6rem;
    padding: 0.1rem 0.2rem;
  }

  .lbl-rad,
  .lbl-chk {
    padding: 0.06rem 0 0.06rem 0.44rem;
    background-position: 0 0.2em;
    background-size: 0.32rem auto;
  }

  .list-checkbox-inline {
    margin-top: -0.2rem;
  }
  .list-checkbox-inline li {
    margin: 0.2rem 0.2rem 0.2rem 0;
  }

  .list-radio-inline li {
    min-width: 0;
    margin-right: 0.4rem;
  }
}
/* COMMON PAGINATIONS
 * ----------------------------------------------- */
.mod-pagination {
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}
.mod-pagination .pager {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 10px;
  color: #71563b;
}
.mod-pagination .pager:hover, .mod-pagination .pager.current {
  color: #f3a7a5;
}
.mod-pagination .pager.dots:hover {
  color: #71563b;
}

@media only screen and (max-width: 767px) {
  .mod-pagination .pager {
    font-size: 0.32rem;
    margin: 0 0.5em;
  }
}
/* COMMON LAYOUT
 * ----------------------------------------------- */
/* Slick dots */
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.slick-dots button {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #f3a7a5;
  border: 0;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
}
.slick-dots .slick-active button,
.slick-dots li:hover button {
  background-color: #70553a;
}

/* mod about post */
.mod-about-post {
  position: relative;
}
.mod-about-post .img-about {
  position: relative;
  z-index: 10;
  top: -70px;
}
.mod-about-post .about-ttl {
  position: absolute;
  z-index: 99;
}
.mod-about-post .about-detail {
  position: relative;
}
.mod-about-post .about-detail .pea {
  position: absolute;
}
.mod-about-post.about01 .about-detail {
  background: rgba(253, 235, 164, 0.1);
}
.mod-about-post.about02 .about-detail {
  background: rgba(243, 167, 165, 0.1);
}

@media print, (min-width: 768px) {
  .mod-about-post {
    margin-bottom: 155px;
  }
  .mod-about-post:last-child {
    margin-bottom: 0;
  }
  .mod-about-post .img-about,
  .mod-about-post .about-detail {
    width: 50%;
  }
  .mod-about-post .about-detail {
    padding-left: 3.25%;
    padding-top: 13%;
  }
  .mod-about-post .about-detail:before, .mod-about-post .about-detail:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
  }
  .mod-about-post .about-ttl {
    top: -22px;
  }
  .mod-about-post.about01 .about-detail:before, .mod-about-post.about01 .about-detail:after {
    background: rgba(253, 235, 164, 0.1);
  }
  .mod-about-post.about01 .about-detail:after {
    width: 100%;
    left: 100%;
  }
  .mod-about-post.about01 .about-detail:before {
    width: 50%;
    right: 100%;
  }
  .mod-about-post.about01 .about-ttl {
    right: 12.5%;
  }
  .mod-about-post.about01 .pea {
    right: 16%;
    top: 22%;
  }
  .mod-about-post.about02 .about-detail {
    padding-left: 12.5%;
  }
  .mod-about-post.about02 .about-detail:before, .mod-about-post.about02 .about-detail:after {
    background: rgba(243, 167, 165, 0.1);
  }
  .mod-about-post.about02 .about-detail:after {
    width: 50%;
    left: 100%;
  }
  .mod-about-post.about02 .about-detail:before {
    width: 100%;
    right: 100%;
  }
  .mod-about-post.about02 .about-ttl {
    left: 12.5%;
  }
  .mod-about-post.about02 .pea {
    left: 8%;
    top: 70px;
  }
}
/* Mod about school */
.mod-about-school {
  position: relative;
}
.mod-about-school:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 24%;
  position: absolute;
  z-index: -1;
}
.mod-about-school.about01:before {
  background: #e5f4f7;
}
.mod-about-school.about02:before {
  background: #fef5f6;
}
.mod-about-school.about03:before {
  background: #fffdf1;
}
.mod-about-school.about04:before {
  background: #f5f9e8;
}

@media print, (min-width: 768px) {
  .mod-about-school {
    margin-bottom: 110px;
  }
  .mod-about-school .img-about {
    width: 37.7778%;
  }
  .mod-about-school .about-ttl {
    position: absolute;
    z-index: 99;
    top: 55px;
  }
  .mod-about-school .about-detail {
    padding-top: 19%;
    max-width: 62.2222%;
  }
  .mod-about-school .about-detail .pea {
    z-index: -1;
  }
  .mod-about-school.about01 .about-ttl {
    right: 9.7%;
  }
  .mod-about-school.about01:before {
    margin-right: -12.5%;
    bottom: -18%;
    right: 100%;
  }
  .mod-about-school.about01 .about-detail, .mod-about-school.about03 .about-detail {
    width: 62.2222%;
    padding-left: 5.1%;
  }
  .mod-about-school.about01 .pea, .mod-about-school.about03 .pea {
    position: absolute;
    right: 11%;
    top: 53%;
  }
  .mod-about-school.about02:before {
    left: 100%;
    bottom: -33%;
    margin-left: -12.5%;
  }
  .mod-about-school.about02 .about-detail {
    background: url(../img/top/thumb_pea04.png) no-repeat 0 center;
    background-size: 91px auto;
    padding-left: 12.5%;
  }
  .mod-about-school.about02 .about-ttl {
    right: 12.5%;
  }
  .mod-about-school.about03:before {
    right: 100%;
    top: -34%;
    margin-right: -12.5%;
  }
  .mod-about-school.about03 .about-ttl {
    right: 0;
  }
  .mod-about-school.about04:before {
    left: 100%;
    top: -34%;
    margin-left: -12.5%;
  }
  .mod-about-school.about04 .about-ttl {
    right: 12.5%;
  }
  .mod-about-school.about04 .about-detail {
    width: 37.5%;
  }
  .mod-about-school.about04 .pea {
    position: absolute;
    top: 46%;
    left: auto;
    margin-left: -115px;
  }
}
@media print, (min-width: 768px) and (max-width: 1080px) {
  .mod-about-school.about02 .about-detail, .mod-about-school.about04 .about-detail {
    width: 60%;
    padding-left: 0;
    background-position: 0 bottom;
  }

  .mod-about-school.about03 .about-detail .pea {
    right: 10px;
  }
  .mod-about-school.about04 .about-detail {
    padding-top: 24%;
  }
  .mod-about-school.about04 .about-detail .pea {
    margin-left: 0;
    top: 56%;
  }
  .mod-about-school.about02 .about-detail {
    padding-top: 25%;
  }
  .mod-about-school.about01 .about-detail {
    padding-top: 24%;
  }
  .mod-about-school.about01 .about-detail .pea {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-about-post {
    margin-bottom: 2rem;
  }
  .mod-about-post:last-child {
    margin-bottom: 0;
  }
  .mod-about-post .img-about {
    width: 70.5%;
    top: -1rem;
  }
  .mod-about-post .about-ttl {
    position: relative;
    width: auto;
    margin: -1.26rem 0.5rem 0;
  }
  .mod-about-post .about-detail {
    padding: 0.4rem 0.5rem 1rem;
    position: static;
    background-color: transparent !important;
  }
  .mod-about-post.about01 {
    background: rgba(253, 235, 164, 0.1);
  }
  .mod-about-post .pea.pumpkin {
    top: 11%;
    right: 8%;
    width: 12%;
  }
  .mod-about-post.about02 {
    background: rgba(243, 167, 165, 0.1);
  }
  .mod-about-post.about02 .img-about {
    margin-left: auto;
  }
  .mod-about-post .pea.circles {
    top: 17%;
    left: 10%;
    width: 8%;
  }
  .mod-about-post .pea.certificate {
    width: 15%;
    right: 11%;
    top: 23%;
  }
  .mod-about-post .pea.leaves {
    top: 20%;
    width: 13%;
    left: 13%;
  }

  .mod-about-school {
    margin-bottom: 1.2rem;
  }
  .mod-about-school:last-child {
    margin-bottom: 0.6rem;
  }
  .mod-about-school:before {
    width: 0;
    padding-bottom: 42.1%;
    padding-right: 42.1%;
  }
  .mod-about-school .img-about {
    width: 60.65%;
  }
  .mod-about-school .pea {
    position: absolute;
  }
  .mod-about-school .about-detail {
    padding: 0.35rem 0;
  }
  .mod-about-school .pea.labo {
    top: 32%;
    right: 16%;
    width: 15%;
  }
  .mod-about-school .pea.flower {
    width: 14%;
    left: 20%;
    top: 30%;
  }
  .mod-about-school .pea.shoes {
    top: 34%;
    right: 22%;
    width: 12%;
  }
  .mod-about-school .pea.voice {
    top: 34%;
    left: 22%;
    width: 12%;
  }
  .mod-about-school.about01:before, .mod-about-school.about03:before {
    top: -1rem;
    left: -0.5rem;
  }
  .mod-about-school.about02:before, .mod-about-school.about04:before {
    top: -0.9rem;
    right: -0.5rem;
  }
  .mod-about-school.about02 .img-about, .mod-about-school.about04 .img-about {
    margin-left: auto;
  }
  .mod-about-school.about02 .about-ttl, .mod-about-school.about04 .about-ttl {
    position: relative;
    margin-top: -1.2em;
    z-index: 99;
  }
}
/* Mod banner link */
.mod-banner-link .bnr-item {
  position: relative;
}
.mod-banner-link .bnr-img {
  position: relative;
}
.mod-banner-link .bnr-img figcaption {
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 12px;
  color: #71563b;
}
.mod-banner-link .bnr-img .u-white {
  color: #fff;
}
.mod-banner-link .bnr-btn {
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: -32px;
  padding: 20px 15px 20px 20px;
  z-index: 10;
}
.mod-banner-link .bnr-btn .bnr-ttl,
.mod-banner-link .bnr-btn .more-link {
  display: block;
}
.mod-banner-link .bnr-btn .bnr-ttl {
  letter-spacing: 0.1em;
  font-weight: bold;
}
.mod-banner-link .bnr-btn .more-link {
  width: 68px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 10px;
}

@media print, (min-width: 768px) {
  .mod-banner-link .bnr-item {
    width: 31.11111%;
  }
  .mod-banner-link .bnr-item .bnr-ttl {
    font-size: 16px;
  }
  .mod-banner-link .bnr-item .more-link {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
  }
}
@media print, (min-width: 768px) and (max-width: 1080px) {
  .mod-banner-link .bnr-item .bnr-btn {
    left: 5%;
    right: 5%;
    padding: 15px 10px;
    bottom: -25px;
  }
  .mod-banner-link .bnr-item .bnr-ttl {
    font-size: 1em;
  }
  .mod-banner-link .bnr-item .more-link {
    width: 58px;
  }
}
/* Mod list news */
.mod-list-news .news-item {
  border-bottom: 1px solid #b6a798;
  padding: 8px 0;
  color: #71563b;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}
.mod-list-news .news-item a {
  display: block;
  color: inherit;
  word-break: break-all;
}
.mod-list-news .news-item .date,
.mod-list-news .news-item .cat {
  display: inline-block;
  vertical-align: middle;
}
.mod-list-news .news-item .cat {
  font-weight: bold;
  background: #fdeba4;
  padding: 6px 10px;
  border-radius: 1px;
  line-height: 1.2;
  margin-left: 15px;
}

@media print, (min-width: 768px) {
  .mod-list-news {
    max-width: 75%;
    margin: 0 auto;
  }
  .mod-list-news .news-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 45px;
  }
  .mod-list-news .news-item .entry-meta {
    width: 170px;
  }
  .mod-list-news .news-item .news-ttl {
    width: calc(100% - 170px);
    padding-left: 5px;
  }
}
/* Text */
.cmn-txt {
  font-size: 1em;
  line-height: 2.7;
  font-weight: bold;
}

.cmn-txt-highlight {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 5px 15px;
}

@media only screen and (max-width: 767px) {
  .cmn-txt {
    line-height: 2;
  }

  .cmn-txt-highlight {
    font-size: 0.42rem;
    padding: 4px 10px;
  }

  .slick-dots li {
    margin: 0 0.3em;
  }
  .slick-dots button {
    width: 0.16rem;
    height: 0.16rem;
  }

  .mod-banner-link .bnr-item {
    margin-bottom: 1.5rem;
  }
  .mod-banner-link .bnr-item:last-child {
    margin-bottom: 0.5rem !important;
  }
  .mod-banner-link .bnr-item .bnr-btn {
    padding: 0.275rem 0.3rem;
    left: 5%;
    right: 5%;
    bottom: -0.5rem;
    -webkit-align-items: center;
    align-items: center;
  }
  .mod-banner-link .bnr-item .bnr-btn .bnr-ttl {
    font-size: 0.32rem;
  }
  .mod-banner-link .bnr-item .bnr-btn .more-link {
    width: 26.5%;
    padding: 0 0 3px 2px;
    background-size: auto 0.22rem;
  }
  .mod-banner-link .bnr-img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 53%;
  }
  .mod-banner-link .bnr-img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .mod-banner-link .bnr-img figcaption {
    font-size: 0.32rem;
  }

  .mod-list-news .news-item {
    padding: 0.2rem 0;
  }
  .mod-list-news .news-item .cat {
    padding: 0.3em 0.5em;
    margin-left: 0.6em;
  }
  .mod-list-news .news-item .news-ttl {
    margin-top: 0.4em;
  }
}
/* Banner */
.mod-bnr-cmn {
  position: relative;
  height: 598px;
}
.mod-bnr-cmn:before, .mod-bnr-cmn:after {
  content: "";
  position: absolute;
}
.mod-bnr-cmn:before {
  height: 468px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  right: 0;
  left: 50%;
  margin-left: -405px;
}
.mod-bnr-cmn:after {
  left: 0;
  right: 50%;
  margin-right: -270px;
  bottom: 0;
  height: 434px;
  background: #f8f7f5;
}
.mod-bnr-cmn .title {
  position: absolute;
  left: 50%;
  margin-left: -540px;
  bottom: 200px;
  z-index: 5;
}
.mod-bnr-cmn .title .txt-en {
  font-size: 18px;
  letter-spacing: -0.05em;
  color: #71563b;
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}
.mod-bnr-cmn .title .txt-jp {
  font-weight: bold;
  color: #fff;
  min-width: 332px;
  background: #9c8a76;
  font-size: 30px;
  letter-spacing: 0.1em;
  padding: 10px 22px;
  display: inline-block;
}
.mod-bnr-cmn.bg-pink:after {
  background: #fef5f6;
}
.mod-bnr-cmn.bg-pink .title .txt-jp {
  background: #f3a8a5;
}
.mod-bnr-cmn.bg-yellow:after {
  background: #fffcf1;
}
.mod-bnr-cmn.bg-yellow .title .txt-jp {
  background: #fdeba4;
  color: #71563b;
  min-width: 275px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mod-bnr-cmn .title .txt-jp {
    padding-bottom: 5px;
    padding-top: 15px;
  }
}
@media print, (min-width: 768px) and (max-width: 1080px) {
  .mod-bnr-cmn:before {
    left: 150px;
    margin-left: 0;
  }
  .mod-bnr-cmn:after {
    right: 150px;
    margin-right: 0;
  }
  .mod-bnr-cmn .title {
    left: 15px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mod-bnr-cmn {
    height: 4.4rem;
  }
  .mod-bnr-cmn:before {
    height: 3.6rem;
    left: 2.5rem;
    margin-left: 0;
  }
  .mod-bnr-cmn:after {
    right: 2.5rem;
    margin-right: 0;
    height: 3.1rem;
  }
  .mod-bnr-cmn .title {
    left: 0.5rem;
    margin-left: 0;
    bottom: 1.4rem;
  }
  .mod-bnr-cmn .title .txt-en {
    font-size: 0.26rem;
  }
  .mod-bnr-cmn .title .txt-jp {
    min-width: 3rem !important;
    font-size: 0.36rem;
    padding: 0.04rem 0.3rem;
  }
}
.cmn-mod .thumb img {
  display: block;
  width: 100%;
}
.cmn-mod .info {
  font-weight: bold;
}
.cmn-mod .ttl,
.cmn-mod .txt {
  color: #71563b;
}
.cmn-mod .desc {
  line-height: 2.28;
}
.cmn-mod.bg01 {
  background: #fdf1f1;
}
.cmn-mod.bg02 {
  background: #fef9e5;
}
.cmn-mod.bg03 {
  background: #daeff4;
}
.cmn-mod.bg04 {
  background: #eef6de;
}

.cmn-parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, (min-width: 768px) {
  .cmn-mod {
    padding: 66px 0;
  }
  .cmn-mod .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cmn-mod .thumb {
    width: 33.33333%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .cmn-mod .info {
    width: 62%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-top: 18px;
  }
  .cmn-mod .ttl {
    font-size: 22px;
    margin-bottom: 7px;
  }
  .cmn-mod .txt {
    font-size: 18px;
  }
  .cmn-mod .desc {
    font-size: 14px;
    margin-top: 27px;
  }
  .cmn-mod:nth-child(odd) .thumb {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .cmn-mod:nth-child(odd) .info {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .cmn-parallax {
    height: 527px;
  }
}
@media only screen and (max-width: 767px) {
  .cmn-mod {
    padding: 1rem 0;
  }
  .cmn-mod .thumb {
    margin-bottom: 0.4rem;
  }
  .cmn-mod .ttl {
    font-size: 0.32rem;
    margin-bottom: 0.1rem;
  }
  .cmn-mod .txt {
    font-size: 0.28rem;
  }
  .cmn-mod .desc {
    font-size: 0.24rem;
    margin-top: 0.35rem;
  }

  .cmn-parallax {
    height: 5rem;
  }
}
.mod-kv {
  position: relative;
  margin-bottom: 75px;
}
.mod-kv:before {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 12%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.mod-kv .img {
  position: relative;
  z-index: 19;
  width: 80%;
  margin-left: auto;
}

@media print, (min-width: 768px) {
  .mod-kv.small {
    margin-bottom: 60px;
  }
  .mod-kv.small .img {
    height: 0;
    overflow: hidden;
    padding-bottom: 14.8%;
  }
  .mod-kv.small .img > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 90%;
  }
}
@media only screen and (max-width: 767px) {
  .mod-kv {
    margin-bottom: 1rem;
  }
  .mod-kv .img {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
  }
  .mod-kv .img > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lbl-rad,
  .lbl-chk {
    background-position: 0 0;
  }

  .btn-submit {
    padding: 13px 30px 7px;
  }

  .mod-banner-link .bnr-item .bnr-ttl {
    position: relative;
    top: 3spx;
  }

  .cmn-txt-highlight {
    padding: 9px 15px 1px;
  }

  .mod-list-news .news-item .cat {
    padding: 6px 10px;
  }
}
/* PAGES
 * ----------------------------------------------- */
/* Keyvisual
 * ----------------------------------------------- */
.keyvisual {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 85px;
}
.keyvisual .anchor-news {
  position: absolute;
  bottom: 30px;
  left: 10px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.keyvisual .btn-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 35px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.keyvisual .btn-scroll .txt-scroll {
  color: #f3a7a5;
  line-height: 1;
}
.keyvisual .btn-scroll .indicator {
  position: absolute;
  width: 1px;
  height: 68px;
  position: absolute;
  left: 50%;
  top: 2em;
  background: #f3a7a5;
}

.slider-top .slide-img {
  width: 80%;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  outline: none;
}
.slider-top .slide-item01 .slide-img {
  background-image: url(../img/top/img_slide01.jpg);
}
.slider-top .slide-item02 .slide-img {
  background-image: url(../img/top/img_slide02.jpg);
}
.slider-top .slide-item03 .slide-img {
  background-image: url(../img/top/img_slide03.jpg);
}
.slider-top .slide-item04 .slide-img {
  background-image: url(../img/top/img_slide04.jpg);
}
.slider-top .slide-item05 .slide-img {
  background-image: url(../img/top/img_slide05.jpg);
}
.slider-top .slide-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-top .slide-inner .container {
  position: relative;
  height: 100%;
}
.slider-top .slide-item .slide-title {
  background: #f3a7a5;
  color: #fff;
}
.slider-top .slide-item .caption {
  margin-left: 22%;
  position: absolute;
  top: 150%;
}
.slider-top .slick-dots {
  position: absolute;
  top: 100%;
  right: 35px;
  margin-top: 20px;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .slider-top .slide-img {
    height: calc(100vh - 85px - 80px);
    min-height: 560px;
  }
}
@media print, (min-width: 768px) and (max-width: 840px) {
  .monica-kv {
    height: auto !important;
    padding: 15px 0 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .keyvisual {
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
  }
  .keyvisual .anchor-news {
    width: 1rem;
    left: 0.5rem;
    bottom: 0;
  }
  .keyvisual .btn-scroll {
    margin-bottom: 0.4rem;
  }
  .keyvisual .btn-scroll .txt-scroll {
    font-size: 0.16rem;
  }
  .keyvisual .btn-scroll .indicator {
    height: 0.68rem;
    top: 1.8em;
  }

  .slider-top .slide-img {
    width: 87%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66%;
  }
  .slider-top .slide-item .caption {
    margin-left: 17%;
    top: 135%;
    width: 55%;
  }
  .slider-top .slide-item:not(.slide-item05) .slide-img {
    background-position: 67% 0;
  }
  .slider-top .slick-dots {
    right: 0.5rem;
    margin-top: 0.3rem;
  }
}
/* SECTION ABOUT
 * ----------------------------------------------- */
.section-top-about {
  overflow: hidden;
  padding: 70px 0 30px;
  margin-bottom: 95px;
}

.section-about-school {
  overflow: hidden;
}

.top-bnr {
  margin-bottom: 90px;
}
.top-bnr img {
  width: 100%;
}

.monica-kv {
  background: url(../img/top/brn_monica.jpg) no-repeat left bottom;
  background-size: cover;
  margin: 140px 0 70px;
  padding: 85px 0 0;
  text-align: right;
}
.monica-kv .cmn-txt {
  display: inline-block;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0.1em;
  min-width: 40.75%;
  margin-bottom: 15px;
}
.monica-kv .cmn-txt-highlight {
  color: #71563b;
  background: #fff;
}
.monica-kv .caption {
  margin-top: 25px;
}

@media print, (min-width: 768px) {
  .section-about-school .mod-about-post.about02 .about-detail {
    margin-right: -6%;
    position: relative;
    width: 56%;
  }
  .section-about-school .mod-about-post.about02 .about-detail .pea {
    left: 2%;
    top: 23%;
  }
  .section-about-school .mod-about-post.about02 .cmn-txt {
    position: relative;
    z-index: 999;
  }
  .section-about-school .mod-about-post.about01 .about-ttl {
    right: 7.3%;
  }
  .section-about-school .mod-about-school.about02 .about-detail {
    margin-right: 1.5%;
  }
  .section-about-school .mod-about-school:last-child {
    margin-bottom: 140px;
  }

  .top-bnr.brn02 {
    margin-bottom: 220px;
  }

  .monica-kv {
    height: 528px;
  }
  .monica-kv .cmn-txt {
    font-size: 16px;
  }
}
@media print, (min-width: 1570px) {
  .monica-kv {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .monica-kv {
    margin: 1.1rem 0 0.4rem;
    text-align: right;
    padding: 10% 0 35%;
    background-image: url(../img/top/sp/bnr_monica.png);
  }
  .monica-kv .cmn-txt {
    display: block;
    padding: 0 5%;
    margin-bottom: 1em;
  }
  .monica-kv .cmn-txt-highlight {
    display: block;
    font-size: 0.52rem;
    font-feature-settings: "palt";
  }
  .monica-kv .caption {
    margin-top: 1em;
    width: 70%;
    margin-left: auto;
  }
}
/* section top contents */
.section-top-contents .sec-title {
  color: #f3a7a5;
}

.group-contents {
  position: relative;
  margin-bottom: 115px;
}
.group-contents:last-child {
  margin-bottom: 0;
}
.group-contents:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  z-index: -1;
}
.group-contents.bnr-type01:before {
  background: rgba(243, 167, 165, 0.15);
}
.group-contents.bnr-type01 .bnr-btn {
  color: #fff;
  background-color: #f3a7a5;
}
.group-contents.bnr-type01 .more-link {
  background-image: url(../img/common/arrow_right_w.png);
}
.group-contents.bnr-type02:before {
  background: rgba(253, 235, 164, 0.15);
}
.group-contents.bnr-type02 .bnr-btn {
  color: #71563b;
  background-color: #fdeba4;
}
.group-contents.bnr-type02 .more-link {
  background-image: url(../img/common/arrow_right.png);
}

@media print, (min-width: 768px) {
  .section-top-contents {
    padding: 50px 0 130px;
  }
  .section-top-contents .sec-title {
    margin-bottom: 60px;
  }
}
/* section top news */
.section-top-news {
  background: rgba(243, 167, 165, 0.1);
  padding: 55px 0 30px;
}
.section-top-news .sec-title {
  color: #71563b;
}
.section-top-news .btn {
  margin-top: 25px;
}
.section-top-news .btn a {
  display: inline-block;
  color: #f3a7a5;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background: #fff url(../img/common/arrow_right_thick.png) no-repeat right 10px center;
  background-size: auto 8px;
  padding: 16px 75px 16px 20px;
}

/* TOP SP */
@media only screen and (max-width: 767px) {
  .section-top-about {
    padding: 1rem 0 0.4rem;
    margin-bottom: 0.6rem;
  }
  .section-top-about .container {
    padding: 0;
  }

  .top-bnr {
    margin-bottom: 2rem;
  }

  .section-top-contents {
    padding: 0.5rem 0 0;
  }
  .section-top-contents .sec-title {
    margin-bottom: 0.4rem;
  }

  .group-contents {
    padding: 1rem 0;
    margin: 0;
  }
  .group-contents:before {
    top: 0;
    bottom: 0;
  }

  .section-top-news {
    padding: 0.9rem 0 1rem;
  }
  .section-top-news .btn {
    margin-top: 0.5rem;
  }
  .section-top-news .btn a {
    font-size: 1em;
    padding: 1.45em 5.5em 1.45em 1.2em;
    background-size: auto 0.6em;
  }
}
.brn-hope:before {
  background-image: url(../img/hope/bnr_banner01.jpg);
}

.section-hope-video img {
  display: block;
  width: 100%;
}
.section-hope-video .video {
  position: relative;
  display: block;
}
.section-hope-video .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print, (min-width: 768px) {
  .section-hope-video {
    padding: 102px 0 100px;
  }
  .section-hope-video .container {
    max-width: 830px;
  }
  .section-hope-video .video .play {
    width: 170px;
    margin-top: -14px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hope-video {
    padding: 1rem 0;
  }
  .section-hope-video .video .play {
    width: 2rem;
    margin-top: 0.05rem;
  }
}
@media print, (min-width: 768px) {
  .section-hope-kind .sec-ttl {
    margin-bottom: -22px;
  }
  .section-hope-kind .bg01 {
    padding-top: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hope-kind .sec-ttl {
    margin-bottom: -0.4rem;
  }
  .section-hope-kind .bg01 {
    padding-top: 1.2rem;
  }
}
.section-hope img {
  display: block;
  max-width: 100%;
}
.section-hope .title img {
  margin: 0 auto;
}
.section-hope .desc {
  font-weight: bold;
  line-height: 2.5;
}
.section-hope .logo {
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .section-hope {
    background: url(../img/hope/back01.jpg) no-repeat center center;
    background-size: 1304px auto;
    padding: 157px 0;
    min-height: 1258px;
    margin-bottom: 180px;
  }
  .section-hope .title {
    margin-bottom: 98px;
  }
  .section-hope .desc {
    font-size: 16px;
    margin-bottom: 92px;
  }
  .section-hope .logo {
    width: 156px;
  }
  .section-hope .mt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-hope {
    padding: 1.2rem 0;
  }
  .section-hope .title {
    margin-bottom: 0.6rem;
  }
  .section-hope .title img {
    width: 100%;
  }
  .section-hope .desc {
    font-size: 0.29rem;
    line-height: 2.4;
    margin-bottom: 0.6rem;
  }
  .section-hope .logo {
    width: 3.12rem;
  }
  .section-hope .thumb {
    margin-top: 0.27rem;
  }
  .section-hope .mt {
    margin-top: 0.27rem;
  }
}
.parallax-hope {
  background-image: url(../img/hope/bnr_banner02.jpg);
}

.fancybox-bg {
  background: #fff;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.fancybox-button {
  width: 60px;
  height: 60px;
  top: -60px;
  color: #000;
}

.fancybox-button:hover {
  color: #000;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  max-width: 855px;
  max-height: 514px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .fancybox-button {
    width: 1rem;
    height: 1rem;
    top: -1rem;
    padding: 0 0 0.05rem;
  }

  .fancybox-slide {
    padding: 0.5rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-hope-video .video {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .section-hope-video .video:hover {
    opacity: 0.8;
  }
}
.brn-support:before {
  background-image: url(../img/support/bnr_banner01.jpg);
}

@media print, (min-width: 768px) {
  .brn-support .title .txt-jp {
    min-width: 275px;
  }
}
.parallax-support {
  background-image: url(../img/support/bnr_banner02.jpg);
}

.section-support .box {
  background: #f4f9e8;
  line-height: 1.75;
}
.section-support .box .title {
  text-align: center;
}
.section-support .box .title > span {
  display: block;
  font-weight: bold;
}
.section-support .box .title > span.br {
  border-bottom: 6px solid #ddedbc;
  display: inline-block;
}
.section-support .box .ttl {
  text-align: center;
  overflow: hidden;
}
.section-support .box .ttl > span {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.section-support .box .ttl > span:before, .section-support .box .ttl > span:after {
  position: absolute;
  content: "";
  top: 50%;
  background: url(../img/support/dot.png) repeat-x 0 0;
}
.section-support .box .ttl > span:before {
  left: 100%;
}
.section-support .box .ttl > span:after {
  right: 100%;
  background-position: right 0;
}
.section-support .box .txt {
  letter-spacing: 0.14em;
  line-height: 1.2;
  font-style: italic;
  color: #8fc31f;
  text-align: center;
}
.section-support .box .pttl {
  background: #ddedbc;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.section-support .w-col {
  text-align: justify;
}
.section-support .w-col > li {
  background: #fff;
}

.item-cmn {
  line-height: 1.75;
  background: #fef5f6;
  font-weight: 500;
}
.item-cmn .ttl {
  border-bottom: 6px solid #ef8986;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.item-cmn img {
  display: block;
  width: 100%;
}
.item-cmn .caption {
  line-height: 1.95;
  font-weight: bold;
}
.item-cmn .desc {
  text-align: justify;
}

.clr-pink {
  color: #ec7774;
}

.item-cmn02 {
  background: #fffdf1;
}
.item-cmn02 .ttl {
  border-bottom-color: #fbb84f;
}

.item-cmn03 {
  background: #e5f4f7;
}
.item-cmn03 .ttl {
  border-bottom-color: #46b2c8;
}

.item-cmn04 {
  background: #f5f9e8;
}
.item-cmn04 .ttl {
  border-bottom-color: #add35a;
}

@media print, (min-width: 768px) {
  .section-support {
    padding: 130px 0;
  }
  .section-support .item-cmn {
    width: 37.5%;
    margin: 0 0 12.4% 12.4%;
  }
  .section-support .item-cmn:nth-child(4n+1) {
    margin-left: 0;
  }
  .section-support .item-cmn01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .section-support .box {
    margin-left: 12.4%;
    padding: 34px 46px;
  }
  .section-support .box .title {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .section-support .box .title > span.br {
    padding-bottom: 3px;
    margin-bottom: 9px;
  }
  .section-support .box .ttl {
    margin: 31px 0 30px;
  }
  .section-support .box .ttl > span {
    padding: 0 24px;
    font-size: 16px;
  }
  .section-support .box .ttl > span:before, .section-support .box .ttl > span:after {
    height: 5px;
    width: 1080px;
    margin-top: -3px;
    background-size: auto 5px;
  }
  .section-support .box .txt {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .section-support .box .pttl {
    font-size: 16px;
    padding: 1px 10px 0;
    margin-bottom: 12px;
  }
  .section-support .w-col > li {
    width: 30.12%;
    margin: 0 0 4.8% 3.8%;
    padding: 10px 25px 26px;
  }
  .section-support .w-col > li:nth-child(3n+1) {
    margin-left: 0;
  }

  .item-cmn {
    padding: 38px 50px 33px;
  }
  .item-cmn .ttl {
    font-size: 18px;
    margin-bottom: 9px;
    padding-bottom: 6px;
  }
  .item-cmn .thumb {
    margin-bottom: 13px;
  }
  .item-cmn .caption {
    font-size: 20px;
  }
  .item-cmn .desc {
    letter-spacing: -0.02em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-support .box .pttl {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .section-support {
    padding: 1rem 0;
  }
  .section-support .item-cmn {
    margin-bottom: 0.5rem;
  }
  .section-support .box {
    padding: 0.5rem;
  }
  .section-support .box .title {
    font-size: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .section-support .box .title > span.br {
    padding-bottom: 0.06rem;
    margin-bottom: 0.18rem;
    border-bottom-width: 2px;
  }
  .section-support .box .ttl {
    margin: 0.4rem 0;
  }
  .section-support .box .ttl > span {
    padding: 0 0.2rem;
    font-size: 0.28rem;
  }
  .section-support .box .ttl > span:before, .section-support .box .ttl > span:after {
    height: 3px;
    width: 767px;
    margin-top: -1px;
    background-size: auto 3px;
  }
  .section-support .box .txt {
    font-size: 0.28rem;
    margin-bottom: 0.12rem;
  }
  .section-support .box .pttl {
    font-size: 0.27rem;
    padding: 0 0.2rem;
    margin-bottom: 0.24rem;
  }
  .section-support .w-col > li {
    padding: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .section-support .w-col > li:last-child {
    margin-bottom: 0;
  }

  .item-cmn {
    padding: 0.5rem;
  }
  .item-cmn .ttl {
    font-size: 0.3rem;
    margin-bottom: 0.18rem;
    padding-bottom: 0.12rem;
    border-bottom-width: 2px;
  }
  .item-cmn .thumb {
    margin-bottom: 0.26rem;
  }
  .item-cmn .caption {
    font-size: 0.3rem;
  }
}
.brn-information:before {
  background-image: url(../img/information/bnr_banner01.jpg);
}

.section-info-anchor {
  padding: 124px 0 130px;
}
.section-info-anchor .container {
  max-width: 972px;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.section-info-anchor .js-scroll {
  position: relative;
  display: block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 403px;
  background: #f3a7a5;
}
.section-info-anchor .js-scroll:after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 24px;
  height: 15px;
  margin-top: -7px;
  background: url(../img/common/icn_down01.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.section-info-anchor .btn-black {
  background: #ddedbb;
  color: #000;
}
.section-info-anchor .btn-black:after {
  background-image: url(../img/common/icn_down02.png);
}

@media only screen and (max-width: 1110px) {
  .section-info-anchor .js-scroll {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .section-info-anchor {
    padding: 1rem 0 0.8rem;
  }
  .section-info-anchor .container {
    max-width: 100%;
    display: block;
  }
  .section-info-anchor .js-scroll {
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    padding: 0.2rem 0.7rem;
    text-align: center;
    font-size: 0.3rem;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .section-info-anchor .js-scroll:after {
    right: 0.4rem;
    width: 0.48rem;
    height: 0.3rem;
    margin-top: -0.15rem;
  }
  .section-info-anchor .btn-black {
    background: #ddedbb;
    color: #000;
  }
  .section-info-anchor .btn-black:after {
    background-image: url(../img/common/icn_down02.png);
  }
}
.sec-heading-cmn {
  background: #f3a7a5;
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  padding: 47px 15px;
}

@media only screen and (max-width: 767px) {
  .sec-heading-cmn {
    font-size: 0.5rem;
    padding: 0.4rem 0.5rem;
  }
}
.sec-info-tabs {
  position: relative;
}
.sec-info-tabs .item {
  display: block;
  *zoom: 1;
  text-align: center;
  font-size: 18px;
  width: 50%;
  padding: 35px 0 30px;
}
.sec-info-tabs .item:after {
  content: "";
  display: table;
  clear: both;
}
.sec-info-tabs .item .inner {
  width: 470px;
}
.sec-info-tabs .item .inner > span {
  display: block;
  line-height: 1;
}
.sec-info-tabs .item .en {
  letter-spacing: -0.05em;
  color: #71563b;
  margin-bottom: 11px;
}
.sec-info-tabs .item .jp {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
  position: relative;
  padding-bottom: 29px;
}
.sec-info-tabs .item .jp:after {
  content: "";
  position: absolute;
  left: 50%;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #71563b;
  margin-left: -15px;
  bottom: 0;
}
.sec-info-tabs .item01 {
  background: #fdeba4;
}
.sec-info-tabs .item01 .inner {
  padding-right: 207px;
  float: right;
}
.sec-info-tabs .item02 {
  background: #cceaf0;
}
.sec-info-tabs .item02 .inner {
  padding-left: 202px;
}

@media only screen and (max-width: 1110px) {
  .sec-info-tabs .item .inner {
    width: 100%;
  }
  .sec-info-tabs .item01 .inner {
    padding-right: 0;
    float: none;
  }
  .sec-info-tabs .item02 .inner {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-info-tabs {
    position: relative;
  }
  .sec-info-tabs .item {
    font-size: 0.3rem;
    width: 50%;
    padding: 0.4rem 0.5rem;
  }
  .sec-info-tabs .item .inner {
    width: 100%;
  }
  .sec-info-tabs .item .en {
    margin-bottom: 0.15rem;
  }
  .sec-info-tabs .item .jp {
    font-size: 0.35rem;
    padding-bottom: 0.4rem;
  }
  .sec-info-tabs .item .jp:after {
    border-left: 0.25rem solid transparent;
    border-right: 0.25rem solid transparent;
    border-top: 0.25rem solid #71563b;
    margin-left: -0.25rem;
  }
  .sec-info-tabs .item01 .inner {
    padding-right: 0;
    float: none;
  }
  .sec-info-tabs .item02 .inner {
    padding-left: 0;
  }
}
.section-info-content {
  background: #fffdf1;
}
.section-info-content .container {
  max-width: 840px;
  padding-top: 55px;
  padding-bottom: 104px;
}
.section-info-content .tag {
  display: inline-block;
  padding: 13px 17px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  background: #fdeba4;
}
.section-info-content .desc {
  font-size: 18px;
  line-height: 2.7;
  margin: 23px 0 56px;
}
.section-info-content .table-data {
  display: table;
  width: 100%;
  font-weight: 500;
  border-top: 2px solid #d0c7be;
  border-bottom: 2px solid #d0c7be;
  line-height: 1.75;
}
.section-info-content .table-data tr {
  display: table-row;
  background: url(../img/information/dot.png) repeat-x 0 bottom;
  background-size: 4px auto;
}
.section-info-content .table-data tr:last-child th,
.section-info-content .table-data tr:last-child td {
  background: none;
}
.section-info-content .table-data th,
.section-info-content .table-data td {
  display: table-cell;
  vertical-align: top;
  padding-top: 26px;
  padding-bottom: 24px;
}
.section-info-content .table-data th {
  width: 135px;
  padding-right: 10px;
  font-weight: bold;
  color: #71563b;
}
.section-info-content .table-data .ttl {
  color: #71563b;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-info-content .table-data .ol > li + li {
  margin-top: 26px;
}

.info-graduates {
  background: #f0f9fa;
}
.info-graduates .tag {
  background: #cceaf0;
}

@media only screen and (max-width: 767px) {
  .section-info-content .container {
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .section-info-content .tag {
    padding: 0.1rem 0.2rem;
    font-size: 0.3rem;
  }
  .section-info-content .desc {
    font-size: 0.3rem;
    line-height: 1.6;
    margin: 0.3rem 0 0.6rem;
  }
  .section-info-content .table-data {
    border-top: 1px solid #d0c7be;
    border-bottom: 1px solid #d0c7be;
    display: block;
    font-size: 0.28rem;
  }
  .section-info-content .table-data tr {
    background-size: 3px auto;
    display: block;
    padding: 0.3rem 0;
  }
  .section-info-content .table-data tr:last-child {
    background: none;
  }
  .section-info-content .table-data tr:last-child th,
  .section-info-content .table-data tr:last-child td {
    background: none;
  }
  .section-info-content .table-data th,
  .section-info-content .table-data td {
    display: block;
    padding: 0;
  }
  .section-info-content .table-data th {
    width: auto;
    padding-right: 0;
    margin-bottom: 0.1rem;
  }
  .section-info-content .table-data .ttl {
    margin-bottom: 0.1rem;
  }
  .section-info-content .table-data .ol > li + li {
    margin-top: 0.2rem;
  }
}
.section-info-flow {
  background: #f4f9e8;
}
.section-info-flow .w-col-2 {
  line-height: 1.46;
  text-align: center;
  font-weight: 500;
}
.section-info-flow .w-col-2 > li {
  position: relative;
}
.section-info-flow .w-col-2 > li:before {
  content: "";
  position: absolute;
}
.section-info-flow .w-col-2 .note {
  margin: 0 -28px;
}
.section-info-flow .step {
  height: 200px;
  background: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: table;
  width: 100%;
  padding-top: 63px;
  margin-bottom: 15px;
}
.section-info-flow .step .step-number {
  background: #ddedbb;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  padding: 2px 20px;
}
.section-info-flow .step .step-txt {
  font-size: 24px;
  display: block;
  margin-top: 6px;
  font-weight: 500;
}

.sec-faq-anchor .sec-heading-cmn {
  background: #ddedbb;
  color: #000;
}

@media print, (min-width: 768px) {
  .section-info-flow {
    padding: 90px 0 84px;
  }
  .section-info-flow .w-col-2 {
    max-width: 740px;
    margin: 55px auto 0;
  }
  .section-info-flow .w-col-2 > li {
    width: 200px;
    margin-left: 70px;
  }
  .section-info-flow .w-col-2 > li:before {
    top: 90px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ddedbb;
    left: -43px;
  }
  .section-info-flow .w-col-2 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .section-info-flow .w-col-2 > li:nth-child(3n+1):before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-info-flow {
    padding: 1rem 0;
  }
  .section-info-flow .w-col-2 {
    max-width: 100%;
    margin: 0.6rem auto 0;
  }
  .section-info-flow .w-col-2 > li {
    width: auto;
    margin: 0 0 0.8rem;
  }
  .section-info-flow .w-col-2 > li:last-child {
    margin-bottom: 0;
  }
  .section-info-flow .w-col-2 > li:before {
    top: -0.55rem;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-top: 0.3rem solid #ddedbb;
    left: 50%;
    margin-left: -0.2rem;
  }
  .section-info-flow .w-col-2 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .section-info-flow .w-col-2 > li:nth-child(3n+1):before {
    display: none;
  }
  .section-info-flow .w-col-2 .note {
    margin: 0;
  }
  .section-info-flow .step {
    width: 4rem;
    height: 4rem;
    padding-top: 1.4rem;
    margin: 0 auto 0.2rem;
  }
  .section-info-flow .step .step-number {
    font-size: 0.3rem;
    padding: 0.05rem 0.2rem;
  }
  .section-info-flow .step .step-txt {
    font-size: 0.28rem;
    margin-top: 0.1rem;
  }
}
.section-info-faq {
  background: #ddedbb;
  padding: 66px 0 55px;
}
.section-info-faq .container {
  max-width: 840px;
}
.section-info-faq .sec-pttl {
  border-bottom: 2px solid #fff;
  padding-bottom: 44px;
  margin-bottom: 34px;
}
.section-info-faq .title {
  font-size: 24px;
  font-weight: bold;
  padding-left: 33px;
  margin-bottom: 29px;
}
.section-info-faq .row {
  margin-bottom: 29px;
}
.section-info-faq .item-faq {
  background: #fff;
  margin-bottom: 2px;
  padding: 10px 40px 21px;
  font-weight: 500;
}
.section-info-faq .item-faq .faq {
  position: relative;
}
.section-info-faq .item-faq .faq:before {
  content: "";
  position: absolute;
  left: 5px;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-info-faq .item-faq .question {
  padding: 39px 40px 28px 62px;
  font-size: 20px;
  cursor: pointer;
}
.section-info-faq .item-faq .question:before {
  background-image: url(../img/information/icn_q.png);
  top: 35px;
}
.section-info-faq .item-faq .question:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 17px;
  background: url(../img/common/icn_expand_off.png) no-repeat 0 0;
  background-size: 100% 100%;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.section-info-faq .item-faq .question.is-active:after {
  background-image: url(../img/common/icn_expand_on.png);
}
.section-info-faq .item-faq .answer {
  border-top: 1px solid #ddedbb;
  padding: 22px 0 14px 59px;
  line-height: 1.75;
  text-align: justify;
}
.section-info-faq .item-faq .answer:before {
  background-image: url(../img/information/icn_a.png);
  top: 23px;
}
.section-info-faq .item-faq .js-accordion {
  display: none;
}

@media only screen and (max-width: 767px) {
  .section-info-faq {
    padding: 1rem 0;
  }
  .section-info-faq .container {
    max-width: 100%;
  }
  .section-info-faq .sec-pttl {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.6rem;
    margin-bottom: 0.5rem;
  }
  .section-info-faq .title {
    font-size: 0.32rem;
    padding-left: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .section-info-faq .row {
    margin-bottom: 0.4rem;
  }
  .section-info-faq .item-faq {
    margin-bottom: 1px;
    padding: 0 0.2rem;
  }
  .section-info-faq .item-faq .faq:before {
    left: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .section-info-faq .item-faq .question {
    padding: 0.2rem 0.5rem 0.2rem 0.75rem;
    font-size: 0.3rem;
  }
  .section-info-faq .item-faq .question:before {
    top: 0.12rem;
  }
  .section-info-faq .item-faq .question:after {
    width: 0.45rem;
    height: 0.24rem;
    margin-top: -0.12rem;
  }
  .section-info-faq .item-faq .answer {
    padding: 0.2rem 0 0.2rem 0.75rem;
    font-size: 0.28rem;
  }
  .section-info-faq .item-faq .answer:before {
    top: 0.2rem;
  }
}
.section-contact-cmn {
  background: #fef6f6;
  text-align: center;
  line-height: 1.43;
  padding: 70px 0 79px;
}
.section-contact-cmn .sec-pttl {
  margin-bottom: 31px;
}
.section-contact-cmn .caption {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}
.section-contact-cmn .ul-contact {
  display: inline-block;
  text-align: left;
  margin: 12px 0 20px;
}
.section-contact-cmn .ul-contact > li + li {
  margin-top: 3px;
}
.section-contact-cmn .ul-contact a {
  display: inline-block;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 44px auto;
  font-weight: 500;
  padding-left: 50px;
}
.section-contact-cmn .ul-contact .tell {
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  pointer-events: none;
  background-image: url(../img/common/icn_phone.png);
}
.section-contact-cmn .ul-contact .email {
  font-size: 24px;
  padding-top: 12px;
  padding-bottom: 7px;
  background-image: url(../img/common/icn_email.png);
}

@media only screen and (max-width: 767px) {
  .section-contact-cmn {
    padding: 1rem 0;
    font-size: 0.28rem;
  }
  .section-contact-cmn .sec-pttl {
    margin-bottom: 0.5rem;
  }
  .section-contact-cmn .caption {
    font-size: 0.3rem;
    margin-bottom: 0.6rem;
  }
  .section-contact-cmn .ul-contact {
    margin: 12px 0 20px;
  }
  .section-contact-cmn .ul-contact > li + li {
    margin-top: 0.05rem;
  }
  .section-contact-cmn .ul-contact a {
    background-size: 0.88rem auto;
    padding-left: 1rem;
  }
  .section-contact-cmn .ul-contact .tell {
    font-size: 0.45rem;
    padding-top: 0.15rem;
    padding-bottom: 0.2rem;
    pointer-events: visible;
  }
  .section-contact-cmn .ul-contact .email {
    font-size: 0.35rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-info-anchor .js-scroll {
    padding-bottom: 10px;
  }

  .sec-heading-cmn {
    padding-bottom: 42px;
  }
}
/* Page: NEWS
 * ----------------------------------------------- */
.section-news {
  background: rgba(243, 167, 165, 0.1);
  padding-bottom: 90px;
}
.section-news .mod-pagination {
  margin: 45px 0;
}
.section-news .back-link {
  padding-top: 40px;
}
.section-news .back-link a {
  display: inline-block;
  font-size: 30px;
  color: #f3a7a5;
}

.post-detail {
  border-top: 1px solid rgba(182, 167, 152, 0.7);
  border-bottom: 1px solid rgba(182, 167, 152, 0.7);
  padding: 25px 0 70px;
}
.post-detail .entry-meta {
  color: #71563b;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin-bottom: 25px;
}
.post-detail .img-feature {
  text-align: center;
}
.post-detail .post-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 30px 0 25px;
}

/* Reset Tiny MCE */
.detail-content p {
  font-size: 15px;
  line-height: 2;
  margin: 1.5em 0;
}
.detail-content ol,
.detail-content ul {
  padding-left: 40px;
}
.detail-content ol {
  list-style: decimal;
}
.detail-content ul {
  list-style: disc;
}
.detail-content h1,
.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5 {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.detail-content h2 {
  font-size: 20px;
}
.detail-content th,
.detail-content td {
  border: 1px solid;
  padding: 5px;
}
.detail-content figure {
  margin: 3.5em 0;
}

@media print, (min-width: 768px) {
  .post-detail {
    max-width: 75%;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-news {
    padding-bottom: 1.3rem;
  }
  .section-news .mod-pagination {
    margin: 0.6rem 0;
  }
  .section-news .back-link {
    padding-top: 0.6rem;
  }
  .section-news .back-link a {
    font-size: 0.5rem;
  }

  .post-detail {
    padding: 0.5rem 0;
  }
  .post-detail .entry-meta {
    margin-bottom: 0.4rem;
  }
  .post-detail .post-title {
    font-size: 0.4rem;
    margin: 1.5em 0 1em;
  }

  .detail-content p {
    line-height: 1.6;
    margin: 1em 0;
    font-size: 0.28rem;
  }
  .detail-content h2 {
    font-size: 0.32rem;
  }
  .detail-content figure {
    margin: 3em 0;
  }
}
/* Page: ENTRY
 * ----------------------------------------------- */
.section-entry {
  background: rgba(253, 235, 164, 0.15);
  padding-bottom: 90px;
}

.form-heading {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.form-heading .ttl {
  color: #71563b;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.form-heading .ttl:before {
  content: "ENTRY";
  display: block;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
}
.form-heading .form-warning {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 5px;
}

.entry-form .form-body {
  border-top: 2px solid rgba(113, 86, 59, 0.33);
  border-bottom: 2px solid rgba(113, 86, 59, 0.33);
  padding-bottom: 5px;
}
.entry-form table th,
.entry-form table td {
  border-bottom: 2px dotted rgba(113, 86, 59, 0.33);
  vertical-align: middle;
  padding: 20px 0 25px;
  text-align: left;
}
.entry-form table .valign-top {
  vertical-align: top;
  padding-top: 30px;
}
.entry-form table tr:last-child th,
.entry-form table tr:last-child td {
  border-bottom: 0;
}
.entry-form .form-label {
  display: block;
  font-weight: bold;
  color: #71563b;
}
.entry-form .form-label.mb15 {
  margin-bottom: 1em;
  padding-top: 5px;
}

.form-footer {
  margin-top: 100px;
  text-align: center;
}
.form-footer .btn {
  display: block;
  width: 280px;
  margin: 30px auto;
}
.form-footer .btn-submit {
  padding: 21px 100px 21px 0;
}
.form-footer .btn-back {
  line-height: 1.4;
  padding: 18px 0 18px 100px;
}

.form-complete .form-body {
  padding: 55px 0 40px;
  border-bottom: 0;
}
.form-complete .form-footer {
  border-bottom: 2px solid rgba(113, 86, 59, 0.33);
  margin-top: 0;
  padding-bottom: 60px;
}
.form-complete .form-footer .btn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.form-complete .lead {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #71563b;
  margin-bottom: 1.2em;
}
.form-complete .txt {
  line-height: 1.8;
}

.error {
  color: #e82205;
}

@media print, (min-width: 768px) {
  .entry-form table th,
  .entry-form table td {
    height: 80px;
  }
  .entry-form table th {
    width: 135px;
  }
  .entry-form table .pr5 {
    padding-right: 5%;
  }
  .entry-form .w-medium {
    width: 150px;
  }
  .entry-form .w-short {
    width: 66px;
  }
  .entry-form .w-xs {
    width: 45px;
  }
  .entry-form .block {
    width: 85%;
  }
  .entry-form .block.txt-area02 {
    width: 88%;
    height: 120px;
  }
  .entry-form .block.txt-area01 {
    height: 60px;
    margin-top: 8px;
  }
  .entry-form.form-confirm table th,
  .entry-form.form-confirm table td {
    padding: 22px 0;
  }
  .entry-form.form-confirm table th {
    width: 145px;
  }
  .entry-form.form-confirm .form-label.mb15 {
    margin-bottom: 1.8em;
  }

  .form-input {
    position: relative;
  }
  .form-input .error {
    /* position: absolute; */
    top: 100%;
    left: 0;
    margin-top: 2px;
  }
  .form-input .list-checkbox-inline + .error {
    margin-top: -10px;
  }

  .l-column-2 {
    margin-bottom: 28px;
  }
  .l-column-2 .col01,
  .l-column-2 .col02 {
    min-width: 45%;
  }

  .list-checkbox {
    margin: -13px 0;
  }
  .list-checkbox li {
    margin: 22px 0;
  }

  .form-complete .form-footer .btn {
    width: 355px;
    background-position: 95% 47%;
    padding-right: 75px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .entry-form .form-footer .btn-submit {
    padding: 25px 100px 17px 0;
  }
  .entry-form .form-footer .btn-back {
    padding: 22px 0 14px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-entry {
    padding-bottom: 1.7rem;
  }

  .form-heading {
    margin-bottom: 0.5rem;
  }
  .form-heading .ttl {
    font-size: 0.4rem;
  }
  .form-heading .ttl:before {
    font-size: 0.28rem;
  }
  .form-heading .form-warning {
    font-size: 0.28rem;
    margin-top: 0;
  }

  .entry-form table th,
  .entry-form table td {
    display: block;
    width: 100%;
    padding: 0.3rem 0;
    font-size: 0.28rem;
  }
  .entry-form table th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .entry-form .block {
    width: 100%;
  }
  .entry-form .w-short {
    width: 1.3rem;
  }
  .entry-form .w-xs {
    width: 1rem;
  }
  .entry-form .list-checkbox-column-2 li {
    margin-bottom: 0.2rem;
  }
  .entry-form .list-checkbox-column-2 li:last-child {
    margin-bottom: 0;
  }

  .form-footer {
    margin-top: 1rem;
  }
  .form-footer .btn {
    width: 90%;
    margin: 0.4rem auto;
  }
  .form-footer .btn-submit {
    padding: 0.35rem 1.5rem 0.35rem 0;
  }
  .form-footer .btn-back {
    padding: 0.35rem 0 0.35rem 1.5rem;
  }

  .form-input .error {
    margin-top: 0.1rem;
  }

  .form-complete .form-body {
    padding: 0.7rem 0 0.5rem;
  }
  .form-complete .lead {
    font-size: 0.32rem;
  }
  .form-complete .txt {
    font-size: 0.28rem;
    text-align: left;
  }
  .form-complete .form-footer {
    padding-bottom: 0.7rem;
  }
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(15px);
  }
}

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