@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
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

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


/* 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: "dnp-shuei-gothic-gin-std", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

main {
  position: relative;
}

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

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

.font-ryumin {
  font-family: "a-otf-ryumin-pr6n", serif;
}

.font-gothic {
  font-family: "a-otf-gothic-bbb-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-futogo {
  font-family: "a-otf-futo-go-b101-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-lato {
  font-family: "Lato", sans-serif;
}

.font-lato-italic {
  font-family: "Lato Italic", sans-serif;
}

.font-shin {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
}

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

.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;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.container {
  overflow: hidden;
}

.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;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    position: static !important;
    top: auto !important;
  }

  .container {
    min-width: 1260px;
  }

  .wrapper {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .flex-desktop {
    display: flex;
    flex-wrap: wrap;
  }

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

  html {
    font-size: calc(100vw / 3.75);
  }

  body {
    font-size: 0.13rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .flex-mobile {
    display: flex;
    flex-wrap: wrap;
  }

  .image-common {
    width: 100%;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  header {
    padding: 30px 0 16px;
    position: relative;
    z-index: 2000;
    background: #fff;
  }
  header .wrapper {
    align-items: flex-start;
  }
  header .header-menu {
    justify-content: flex-end;
  }
  header .header-menu > li {
    margin-left: 64px;
  }
  header .header-menu > li:first-child {
    margin-left: 0;
  }

  .header-group {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
  }

  .header-link {
    letter-spacing: 0.075em;
    line-height: 1;
    margin-right: 26px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .header-link {
    padding-top: 2px;
  }
}
@media print, (min-width: 768px) {
  .header-link > li {
    padding: 0 26px;
    position: relative;
  }
  .header-link > li:after {
    content: "";
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-right: 1px solid #10060d;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .header-link > li:after {
    top: 1px;
    bottom: 2px;
  }
}
@media print, (min-width: 768px) {
  .header-link a {
    display: block;
    text-transform: uppercase;
  }

  .header-contact {
    background: #f7f9fa;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.075em;
    text-align: center;
    width: 200px;
    border-radius: 18px;
    display: block;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 5px 12px;
    background-size: 200% 200%;
    transition: background-position 0.26s;
    background-image: linear-gradient(to right, #00b3e6 50%, #f7f9fa 0%);
    background-position: right;
  }
  .is-mac .header-contact {
    padding-bottom: 4px;
  }
  .header-contact > span {
    display: block;
    position: relative;
    z-index: 2;
    transition: ease 0.26s;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .header-contact {
    padding-top: 9px;
    padding-bottom: 1px;
  }
}
@media print, (min-width: 768px) {
  .header-contact:hover {
    background-position: left;
  }
  .header-contact:hover > span {
    color: #fff;
  }
  .header-contact:hover:after {
    transition-delay: 0.23s;
    background-position: center 0;
  }
  .header-contact:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 12px;
    background: url(../img/common/arrow_icon_02.png) no-repeat center bottom;
    transform: translateY(-50%);
  }

  .header-logo {
    width: 180px;
    margin-top: 30px;
  }
  .header-logo a {
    display: block;
  }
  .header-logo img {
    width: auto;
  }

  .header-text {
    line-height: 1;
    font-size: 11px;
    text-align: center;
    margin: 4px -20px 0;
    display: block;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .header-text {
    margin-top: 7px;
  }
}

@media print, (min-width: 768px) {
  .header-right {
    flex: 1;
    padding-left: 20px;
  }

  .header-menu > li:hover .menu-link {
    color: #e51f1f;
  }
  .header-menu > li:hover .menu-link:after {
    transform: scale(1, 1);
  }
  .header-menu .menu-link {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #000;
    position: relative;
    display: block;
    transition: 0.26s ease;
    cursor: pointer;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .header-menu .menu-link {
    padding-top: 8px;
  }
}
@media print, (min-width: 768px) {
  .header-menu .menu-link.is-active {
    color: #e51f1f;
  }
  .header-menu .menu-link.is-active:after {
    transform: scale(1, 1);
  }
  .header-menu .menu-link:after {
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    background: #e51f1f;
    position: absolute;
    bottom: -2px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }

  .header-site {
    position: fixed;
    left: 0;
    min-width: 1260px;
    width: 100%;
    z-index: 100;
    top: 0;
    background: #fff;
    border-top: 2px solid #f1f1f1;
    display: none;
  }
  .header-site .wrapper {
    align-items: center;
    justify-content: space-between;
    padding: 17px 0;
  }
  .header-site .header-menu > li {
    margin-left: 98px;
  }
  .header-site .header-menu > li:first-child {
    margin-left: 0;
  }
  .header-site .logo {
    width: 106px;
  }
  .header-site .mega {
    padding-top: 18px;
    margin-top: -18px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    position: relative;
    z-index: 9;
  }
  header .wrapper {
    padding: 0.15rem 0.1rem 0.06rem;
  }
  header .header-logo {
    width: 2.1rem;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  header .header-logo img {
    width: 0.96rem;
    margin: 0 auto;
    display: block;
  }
  header .header-text {
    font-size: 0.11rem;
    white-space: nowrap;
  }

  .button-menu {
    position: absolute;
    right: 0;
    width: 0.58rem;
    height: 0.6rem;
    top: 50%;
    margin-top: -0.3rem;
  }
  .button-menu span {
    position: absolute;
    width: 0.18rem;
    left: 50%;
    margin-left: -0.09rem;
    height: 1px;
    background: #000;
  }
  .button-menu span:nth-child(1) {
    top: 0.23rem;
  }
  .button-menu span:nth-child(2) {
    top: 0.29rem;
  }
  .button-menu span:nth-child(3) {
    top: 0.35rem;
  }

  .navigation {
    border: 0.05rem solid #00b4e6;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    background: #fff;
    display: none;
  }
  .is-android .navigation {
    height: 100% !important;
  }
  .navigation .navigation-inner {
    overflow-y: auto;
    height: 100%;
  }
  .navigation .button-close {
    position: fixed;
    right: 0;
    top: 0.02rem;
    width: 0.58rem;
    height: 0.6rem;
  }
  .navigation .button-close:before {
    content: "";
    width: 0.18rem;
    position: absolute;
    background: #000;
    height: 1px;
    left: 50%;
    top: 50%;
    margin-left: -0.09rem;
    margin-top: -1px;
  }

  .navigation-menu {
    font-size: 0.15rem;
    letter-spacing: 0.2em;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.25rem 0.5rem 0.5rem;
  }
  .navigation-menu .menu-sub {
    font-size: 0.13rem;
    margin-top: -0.03rem;
  }
  .navigation-menu .menu-sub a {
    display: block;
    padding: 0.07rem 0 0.07rem 0.2rem;
    position: relative;
  }
  .navigation-menu .menu-sub a:before {
    content: "";
    width: 0.1rem;
    height: 1px;
    top: 50%;
    background: #e51f1f;
    left: 0;
    position: absolute;
  }
  .navigation-menu .menu-item {
    display: block;
    padding: 0.1rem 0;
  }
  .navigation-menu strong {
    font-weight: bold;
  }
}
.mega {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
  margin-top: -28px;
  padding-top: 28px;
}

.mega-inner {
  background: #e2e6ea;
  position: relative;
}
.mega-inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 50%;
  margin-right: 235px;
  background: #e27c77;
}
.mega-inner .wrapper {
  display: flex;
  align-items: center !important;
  position: relative;
  padding: 0;
  width: 1100px;
  margin: 0 auto;
}
.mega-inner .mega-right {
  flex: 1;
  padding: 40px 0 40px 42px;
}
.mega-inner .mega-left {
  width: 316px;
}
.mega-inner .mega-title {
  font-style: italic;
  color: #000;
  width: 170px;
  text-align: center;
}
.mega-inner .mega-title > span {
  display: block;
  line-height: 1.2;
}
.mega-inner .mega-title .english-text {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.mega-inner .mega-title .japan-text {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #8a8a8a;
  margin-top: 4px;
}
.mega-inner .mega-title .is-style {
  font-style: normal;
  letter-spacing: 0;
}

.mega-list {
  margin-left: -2px;
}
.mega-list .mega-item {
  width: 33.33333%;
  padding-left: 2px;
}
.mega-list a {
  display: block;
  position: relative;
}
.mega-list .mega-name {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.096em;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 5;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
}
.mega-list .mega-name > span {
  padding: 0 26px;
  display: block;
  position: relative;
}
.mega-list .mega-name > span:before, .mega-list .mega-name > span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #fff;
  width: 20px;
}
.mega-list .mega-name > span:before {
  left: 0;
}
.mega-list .mega-name > span:after {
  right: 0;
}

/* COMMON FOOTER
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .tel-common {
    pointer-events: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tel-common {
    display: inline-block;
  }
}

footer {
  background: #055892;
}
footer * {
  letter-spacing: 0.05em;
}
footer a {
  color: #fff;
}

.footer-item {
  line-height: 1.65;
  color: #fff;
  position: relative;
}
.footer-item:before {
  content: "";
  position: absolute;
}

.footer-facebook {
  background: #fff;
  color: #011c2e;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
.footer-facebook .facebook {
  color: #3b5a9a;
  background: url(../img/common/facebook_icon.png) no-repeat 0 center;
}

.copyright {
  display: block;
  color: #fff;
}

@media print, (min-width: 768px) {
  footer {
    padding: 20px 0 22px;
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .footer-column .column {
    width: 152px;
    border-left: 1px solid #04436e;
    padding: 12px 10px 0;
  }
  .footer-column .column:last-child {
    border-right: 1px solid #04436e;
    width: 492px;
  }

  .footer-item {
    font-size: 14px;
    padding-left: 25px;
    font-weight: 500;
    display: inline-block;
  }
  .footer-item:before {
    width: 18px;
    height: 18px;
    background: url(../img/common/arrow_icon_01.png) no-repeat 0 0;
    left: 0;
    top: 3px;
  }

  .footer-menu {
    font-size: 12px;
    margin: 10px -10px 0 0;
    padding-left: 25px;
  }
  .footer-menu > li + li {
    margin-top: 8px;
  }
  .footer-menu .is-space {
    letter-spacing: 0;
  }

  .footer-link {
    margin: -12px -10px 0;
  }
  .footer-link > li {
    padding: 12px 10px;
    border-right: 1px solid #04436e;
  }
  .footer-link > li:nth-child(3) {
    border-right: none;
  }
  .footer-link > li:last-child {
    border: none;
    padding-top: 6px;
    padding-bottom: 20px;
  }
  .footer-link .is-last {
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .footer-link .footer-item {
    letter-spacing: 0;
  }

  .footer-facebook {
    border: 1px solid #ececec;
    padding: 5px 10px;
  }
  .footer-facebook .facebook {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 6px;
  }

  .copyright {
    border-top: 1px solid #04436e;
    padding: 20px 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 0 0 0.2rem;
    font-size: 0.13rem;
  }
  footer .wrapper {
    padding: 0;
  }

  .footer-column .column {
    padding: 0 0.35rem;
    border-bottom: 1px solid #04436e;
  }
  .footer-column .column:last-child {
    padding: 0;
    border-bottom: none;
  }

  .footer-item {
    font-size: 0.15rem;
    padding: 0.15rem 0;
    font-weight: bold;
    display: block;
  }
  .footer-item.is-has:before {
    width: 0.2rem;
    height: 1px;
    top: 50%;
    right: -0.14rem;
    background: #fff;
  }

  .footer-menu {
    font-size: 0.14rem;
    margin-top: -0.13rem;
    padding-bottom: 0.12rem;
  }
  .footer-menu a {
    display: block;
    padding: 0.03rem 0.26rem 0.03rem 0.26rem;
    position: relative;
  }
  .footer-menu a:before {
    content: "";
    position: absolute;
    left: 0.02rem;
    width: 0.14rem;
    height: 1px;
    top: 50%;
    background: #fff;
  }

  .footer-link > li {
    border-bottom: 1px solid #04436e;
    padding: 0 0.35rem;
  }
  .footer-link > li:last-child {
    border: none;
  }
  .footer-link .column-facebook {
    border-top: 1px solid #04436e;
    margin: 0 -0.35rem;
    padding: 0.24rem 0.35rem 0.1rem;
  }

  .footer-facebook {
    padding: 0 0.12rem;
    font-family: "Noto Sans JP", sans-serif;
    justify-content: center;
  }
  .footer-facebook span {
    padding: 0.06rem 0 0.07rem;
  }
  .footer-facebook .facebook {
    font-size: 0.14rem;
    padding-left: 0.12rem;
    margin-left: 0.06rem;
    background-size: 0.07rem auto;
  }

  .copyright {
    font-family: "Noto Sans JP", sans-serif;
    padding: 0 0.2rem 0 0.35rem;
    letter-spacing: 0.03em;
  }
}
/* MODULES
 * ----------------------------------------------- */
/* COMMON BREADCRUMB
 * ----------------------------------------------- */
.breadcrumb-list {
  font-size: 13px;
  letter-spacing: 0.096em;
  font-weight: 300;
  /* color: #fff; */
  font-family: "Noto Sans JP", sans-serif;
}
.breadcrumb-list a {
  /* color: #fff; */
}
.breadcrumb-list > li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  padding-right: 25px;
}
.breadcrumb-list > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-list > li:last-child:before {
  display: none;
}
.breadcrumb-list > li:before {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/common/arrow_icon_05.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .breadcrumb-list > li:before {
    top: 7px;
  }
}
.is-ipad .breadcrumb-list > li:before {
  top: 6px;
}
.is-firefox .breadcrumb-list > li:before {
  top: 7px;
}

/* COMMON PAGINATION
 * ----------------------------------------------- */
.list-pager {
  display: flex;
  flex-wrap: wrap;
}
.list-pager .page-numbers {
  border: 1px solid #f1f1f1;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.list-pager .current,
.list-pager .page-numbers:hover {
  background: #055892;
  color: #fff;
}
.list-pager .dots {
  border: none;
  min-width: 0 !important;
  color: #666 !important;
  background: none !important;
  box-shadow: none !important;
}

@media print, (min-width: 768px) {
  .list-pager {
    font-family: "Noto Sans JP", sans-serif;
  }
  .list-pager > li {
    margin: 0 10px 10px 0;
  }
  .list-pager .page-numbers {
    height: 41px;
    min-width: 46px;
    font-size: 14px;
    border-radius: 3px;
    transition: 0.26s ease;
    padding: 0 10px 2px;
    box-shadow: 0 2px 0 #f1f1f1;
  }
  .list-pager .page-button a {
    padding: 0 20px 2px;
  }
}
@media only screen and (max-width: 767px) {
  .list-pager {
    padding: 0 0.15rem;
  }
  .list-pager > li {
    margin-bottom: 0.1rem;
    padding: 0 0.05rem;
    width: 20%;
  }
  .list-pager .page-numbers {
    height: 0.4rem;
    width: 100%;
    font-size: 0.14rem;
    border-radius: 0.03rem;
    padding: 0 0.1rem;
    box-shadow: 0 0.02rem 0 #f1f1f1;
  }
  .list-pager .page-button-prev {
    margin-bottom: 0.18rem;
  }
  .list-pager .page-button-next {
    margin-top: 0.08rem;
  }
  .list-pager .page-button {
    width: 100% !important;
  }
  .list-pager .page-button a {
    padding: 0 0.2rem;
  }
}
/* COMMON TITLE
 * ----------------------------------------------- */
.title-primary > span {
  display: block;
  line-height: 1.5;
  text-align: center;
}
.title-primary .english-text {
  letter-spacing: 0.1em;
  font-weight: 700;
}
.title-primary .japan-text {
  font-weight: bold;
  letter-spacing: 0.096em;
}

@media print, (min-width: 768px) {
  .title-primary .english-text {
    font-size: 14px;
  }
  .title-primary .japan-text {
    font-size: 32px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .title-primary .english-text {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .title-primary .english-text {
    font-size: 0.13rem;
  }
  .title-primary .japan-text {
    font-size: 0.2rem;
  }
}
/* COMMON BANNER
 * ----------------------------------------------- */
.common-banner {
  position: relative;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
}

.banner-title {
  color: #fff;
}
.banner-title .title-english {
  font-weight: 700;
}
.banner-title .title-japan {
  font-weight: bold;
}
.banner-title > span {
  letter-spacing: 0.096em;
  display: block;
}

.banner-text {
  color: #333;
}

.banner-tag-list .tag-text {
  background: #fff;
  color: #000;
  letter-spacing: 0.096em;
  line-height: 1.2;
  text-align: center;
  display: block;
}

@media print, (min-width: 768px) {
  .common-banner {
    height: 430px;
    background: no-repeat top center/cover;
  }

  .banner-content {
    padding: 22px 20px;
  }
  .banner-content .breadcrumb-list {
    margin-bottom: 50px;
  }

  .banner-title {
    margin-bottom: 15px;
  }
  .banner-title .title-english {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .banner-title .title-japan {
    font-size: 32px;
    margin-top: -7px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .banner-title .title-japan {
    margin-top: 0;
  }
}

@media print, (min-width: 768px) {
  .banner-text {
    width: 636px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.096em;
    line-height: 2.14;
  }
  .banner-text .image-text {
    margin: -8px 0 20px;
  }

  .banner-tag-list {
    margin-top: 14px;
  }
  .banner-tag-list > li {
    margin: 6px 6px 0 0;
    width: 150px;
  }
  .banner-tag-list .tag-text {
    font-size: 14px;
    padding: 6px 5px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .banner-tag-list .tag-text {
    padding-bottom: 2px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .common-banner:before {
    height: 1.55rem;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    background: no-repeat center 0/cover;
  }

  .banner-title {
    height: 1.55rem;
    padding: 0.4rem 0.2rem 0;
  }
  .banner-title .title-english {
    font-size: 0.13rem;
    margin-bottom: -0.02rem;
  }
  .banner-title .title-japan {
    font-size: 0.2rem;
  }

  .banner-text {
    padding: 0.17rem 0.2rem;
    background: #f5f4f4;
    font-size: 0.13rem;
    letter-spacing: 0.025em;
    line-height: 2;
  }
  .banner-text .image-text {
    margin: 0.02rem 0 0.06rem;
  }
  .banner-text .image-text img {
    width: 100%;
    display: block;
  }

  .banner-tag-list {
    margin: 14px 0 -0.32rem;
    border-left: 1px solid #e5e5e5;
  }
  .banner-tag-list > li {
    border: 1px solid #e5e5e5;
    border-top: none;
    border-left: none;
    width: 50%;
  }
  .banner-tag-list > li:nth-child(1), .banner-tag-list > li:nth-child(2) {
    border-top: 1px solid #e5e5e5;
  }
  .banner-tag-list .tag-text {
    font-size: 0.12rem;
    padding: 0.07rem 0.05rem;
    font-weight: 500;
  }
}
.button-primary {
  background: #f1f0ef;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  display: block;
  letter-spacing: 0.25em;
  transition: 0.3s ease;
}
.button-primary:before {
  content: "";
  position: absolute;
  left: -110%;
  transition: 0.3s ease;
  height: 100%;
  top: 0;
  background: #e22329;
  width: 100%;
  z-index: 0;
}
.button-primary:hover {
  color: #fff;
}
.button-primary:hover:before {
  left: 0;
}
.button-primary:hover > span:after {
  background: #fff;
}
.button-primary > span {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.button-primary > span:after {
  content: "";
  display: inline-block;
  background: #cbc8c5;
  height: 1px;
  transition: 0.3s ease;
}

@media print, (min-width: 768px) {
  .button-primary {
    font-size: 13px;
    letter-spacing: 0.25em;
  }
  .button-primary:before {
    content: "";
  }
  .button-primary > span {
    padding: 6px 0 6px 14px;
  }
  .button-primary > span:after {
    width: 100%;
    margin-left: 8px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .button-primary > span {
    padding-bottom: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .button-primary {
    font-size: 0.12rem;
  }
  .button-primary > span {
    padding: 0.02rem 0.15rem;
  }
  .button-primary > span:after {
    width: 0.15rem;
    position: absolute;
    right: 0;
    top: 50%;
  }
}
.photo-link {
  display: block;
  position: relative;
}
.photo-link img {
  display: block;
  width: 100%;
}
.photo-link .figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 5;
  color: #fff;
  letter-spacing: 0.096em;
}
.photo-link .figcaption span {
  display: inline-block;
  position: relative;
}
.photo-link .figcaption span:after, .photo-link .figcaption span:before {
  content: "";
  position: absolute;
  top: 50%;
  background: #fff;
  height: 1px;
}
.photo-link .figcaption span:after {
  right: 0;
}
.photo-link .figcaption span:before {
  left: 0;
}

.is-custom .photo-link:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.26s ease;
  top: 0;
}
.is-custom .photo-link:hover:after {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .photo-link-list {
    display: flex;
    margin-left: -2px;
  }
  .photo-link-list > li {
    width: 33.33333%;
    padding-left: 2px;
  }

  .photo-link .figcaption {
    font-size: 20px;
    padding-top: 28px;
  }
  .photo-link .figcaption span {
    padding: 0 40px;
  }
  .photo-link .figcaption span:after, .photo-link .figcaption span:before {
    width: 20px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .photo-link .figcaption span {
    padding-top: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .photo-link-list {
    padding: 0 0.2rem;
  }
  .photo-link-list > li {
    margin-bottom: 0.2rem;
  }
  .photo-link-list > li:last-child {
    margin-bottom: 0;
  }

  .photo-link .figcaption {
    font-size: 0.15rem;
  }
  .photo-link .figcaption span {
    padding: 0 0.2rem;
  }
  .photo-link .figcaption span:after, .photo-link .figcaption span:before {
    width: 0.1rem;
  }
}
.is-effect-scale {
  overflow: hidden;
}
.is-effect-scale .is-scale {
  transition: 0.8s cubic-bezier(0.16, 0.61, 0.43, 0.93);
  transform: scale(1);
  width: 100%;
  display: block;
}
.is-effect-scale:hover .is-scale {
  transform: scale(1.1);
}

.contact-recruit {
  display: block;
  color: #333;
  letter-spacing: 0.02em;
}
.contact-recruit.box-contact {
  background: #c6d2dd;
}
.contact-recruit.box-recruit {
  background: #e2e6ea;
}
.contact-recruit .contact-recruit-title {
  letter-spacing: 0.075em;
  font-style: italic;
  font-weight: 600;
}
.contact-recruit .link {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.contact-recruit .link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  background: #333;
}
.contact-recruit .caption {
  font-weight: 500;
}
.contact-recruit .is-margin {
  margin-left: -0.5em;
}

@media print, (min-width: 768px) {
  .section-contact-recruit {
    margin-top: 56px;
  }
  .section-contact-recruit .wrapper {
    justify-content: space-between;
  }

  .contact-recruit {
    font-size: 14px;
    line-height: 2.143;
    width: 525px;
    padding: 20px 36px 25px;
  }
  .contact-recruit.box-recruit {
    padding-left: 53px;
  }
  .contact-recruit .contact-recruit-title {
    font-size: 22px;
  }
  .contact-recruit .link {
    font-size: 13px;
    padding-right: 50px;
    margin-top: 14px;
  }
  .contact-recruit .link:after {
    width: 40px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .contact-recruit .link {
    padding-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .section-contact-recruit {
    margin: 0.2rem 0 0.05rem;
  }

  .contact-recruit {
    font-size: 0.13rem;
    line-height: 2;
    padding: 0.13rem 0.1rem 0.13rem 0.16rem;
    margin-bottom: 0.2rem;
  }
  .contact-recruit:last-child {
    margin-bottom: 0;
  }
  .contact-recruit .contact-recruit-title {
    font-size: 0.18rem;
    margin-bottom: 0.04rem;
  }
  .contact-recruit .link {
    font-size: 0.12rem;
    letter-spacing: 0.072em;
    padding-right: 0.5rem;
    margin-top: 0.03rem;
  }
  .contact-recruit .link:after {
    width: 0.4rem;
  }
}
/* PAGES
 * ----------------------------------------------- */

/* お問い合わせ基本
--------------------------------------------------------------*/
select, input, textarea {
    border: 1px solid #e2e2e2;
    padding: 16px 17px 15px 17px;
    width: 100%;
    box-sizing: border-box;
    background: #fbfbfb;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    resize: vertical;
}
::placeholder {
 color: #cccccc;
 font-size:  14px;
}
/* IE */
:-ms-input-placeholder {
 color: #cccccc;
 font-size:  14px;
}
/* Edge */
::-ms-input-placeholder {
 color: #cccccc;
 font-size:  14px;
}

@media (max-width: 750px) {
    select, input, textarea {
    border: 1px solid #cccccc;
    padding: 13px 17px;
    margin: 0;
    width: 100%;
    }
    ::placeholder {
    color: #cccccc;
    font-size:  14px;
    }
    /* IE */
    :-ms-input-placeholder {
    color: #cccccc;
    font-size:  14px;
    }
    /* Edge */
    ::-ms-input-placeholder {
    color: #cccccc;
    font-size:  14px;
    }
	.btn_box {
    width: 100%;
    text-align: center;
	margin: 20px 0 0 0;
	}
}


/* お問い合わせ　フォーム
--------------------------------------------------------------*/
.sec_mw_form .btn_box {
    width: 100%;
    text-align: center;
}
.sec_mw_form .btn_submit,
.sec_mw_form .btn_back  {
    background: #fff;
    border: 1px solid #cccccc;
    color: #000;
    line-height: 60px;
    width: 375px;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    margin: 0;
    padding: 0;
}
.mw_wp_form_confirm .sec_mw_form .btn {
	display: flex;
	justify-content: space-between;
	flex: 1;
}
.mw_wp_form_confirm .sec_mw_form .btn_submit,
.mw_wp_form_confirm .sec_mw_form .btn_back {
    width: 340px;
}
.sec_mw_form .btn_submit:hover,
.sec_mw_form .btn_back:hover {
    background: #00b4e6;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3em;
    cursor: pointer;
}
.sec_mw_form .form_cont > .flex {
	margin: 0 0 20px 0;
}
.sec_mw_form .form_name {
	width: 230px;
	margin: 15px 0;
}
.sec_mw_form .form_content,
.sec_mw_form .form_policy {
	flex: 1;
}
.sec_mw_form .form_policy {
	background: #fbfbfb;
	border: 1px solid #e8e8e8;
	padding: 12px 17px;
}
.mw_wp_form .error {
	margin: 7px 0 0 0;
	width: 100%;
}
.mw_wp_form .form_agreement .error {
}
.mw_wp_form .form_agreement .radio_wrap {
	display: block;
}

@media (max-width: 750px) {
	.sec_mw_form .btn,
	.sec_mw_form .btn {
    width: 100%;
    }
	.sec_mw_form .btn_submit,
	.sec_mw_form .btn_back  {
	line-height: 42px;
	width: 100%;
	}
	.mw_wp_form_confirm .sec_mw_form .btn {
	display: flex;
	justify-content: space-between;
	flex: 1;
	}
	.mw_wp_form_confirm .sec_mw_form .btn_submit,
	.mw_wp_form_confirm .sec_mw_form .btn_back {
	width: 150px;
	}
	.sec_mw_form .btn_submit:hover,
	.sec_mw_form .btn_back:hover {
	background: #918c7f;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.3em;
	cursor: pointer;
	}
	.sec_mw_form .form_cont > .flex {
	margin: 0 0 20px 0;
	display: block;
	}
	.sec_mw_form .form_name {
	width: 230px;
	margin: 15px 0 10px 0;
	}
	.sec_mw_form .form_content,
	.sec_mw_form .form_policy {
	flex: 1;
	}
	.sec_mw_form .form_policy {
	background: #fbfbfb;
	border: 1px solid #e8e8e8;
	padding: 12px 17px;
	}
	.mw_wp_form .error {
	margin: 7px 0 0 0;
	}
	.mw_wp_form .form_agreement .error {
	}
	.mw_wp_form .form_agreement .radio_wrap {
	display: block;
	}
}

.mw_wp_form_confirm .form_content  {
    border: 1px solid #e2e2e2;
    padding: 16px 17px 15px 17px;
    width: 100%;
    box-sizing: border-box;
    background: #fbfbfb;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    resize: vertical;
}
.mw_wp_form_confirm .radio_wrap {
    margin: 0;
}


/* お問い合わせ　カオリラ
--------------------------------------------------------------*/
.sec_contact {
	margin: 0;
	padding: 30px 0 60px 0;
	background: #f5f7f8;
}
.sec_contact .cont_title {
	text-align :center;
	padding: 40px 0 0 0;
	position: relative;
	z-index: 10;
}
.sec_contact .box {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 75px 150px;
	margin: 40px 0;
}
.sec_contact .lead {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 40px 0;
	line-height: 30px;
	margin: 40px 0 30px 0;
	color: #666666;
	letter-spacing: 0.05em;
}

@media (max-width: 750px) {
	.sec_contact {
	margin: 0;
	padding: 20px 0 0 0;
	}
	.sec_contact .cont_title {
	text-align :center;
	padding: 40px 0 0 0;
	position: relative;
	z-index: 10;
	width: 249px;
	margin: auto;
	}
	.sec_contact .box {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 30px 15px;
	margin: 0;
	}
	.sec_contact .lead {
	padding: 0 0 20px 0;
	margin: 10px 0 20px 0;
	letter-spacing: 0;
	line-height: 26px;
	}
}


.page_thanks {
	text-align :center;
}
.page_thanks h2 {
	font-size: 18px;
	margin: 0 0 20px 0
}
.page_thanks p {
	font-size: 15px;
	line-height: 26px;
}
.page_thanks .box {
	padding: 35px 80px;
	margin: 50px 0;
	border: 1px solid #ccc;
}
.page_thanks .btn {
	margin: 55px auto;
	width: 100%;
	text-align: center;
}
.page_thanks .btn a {
	display: block;
	background: #918c7f;
	color: #fff;
	border: 1px solid #cccccc;
	line-height: 60px;
	width: 375px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	margin: auto;
}

@media (max-width: 750px) {
	.page_thanks {
	text-align :center;
	}
	.page_thanks h2 {
	font-size: 14px;
	margin: 0 0 20px 0;
	}
	.page_thanks p {
	font-size: 13px;
	line-height: 26px;
	text-align: left;
	}
	.page_thanks .box {
	padding: 35px 15px;
	margin: 30px 0;
	border: 1px solid #ccc;
	}
	.page_thanks .btn {
	margin: 30px auto;
	width: 100%;
	text-align: center;
	}
	.page_thanks .btn a {
	display: block;
	background: #918c7f;
	color: #fff;
	border: 1px solid #cccccc;
	line-height: 45px;
	width: 300px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	margin: auto;
	}	
}


/* プライバシーポリシー　スクロール
--------------------------------------------------------------*/
.js-scrollbar > .scroll-element {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.js-scrollbar > .scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}
.js-scrollbar > .scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 3px;
}
.js-scrollbar > .scroll-element .scroll-element_outer {
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.js-scrollbar > .scroll-element .scroll-element_track, .js-scrollbar > .scroll-element .scroll-bar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.js-scrollbar > .scroll-element .scroll-element_track, .js-scrollbar > .scroll-element .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.js-scrollbar > .scroll-element .scroll-element_track {
	background-color: #fff;
}
.js-scrollbar > .scroll-element .scroll-bar {
	background-color: #333;
}
.js-scrollbar > .scroll-element:hover .scroll-bar, .js-scrollbar > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
}
.js-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px;
}
.js-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px;
}
.js-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px;
}
.js-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px;
}
.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
	}
.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0 10px 0 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}
.block-wrap {
	border: 1px solid #ccc;
	padding: 20px 9px 0 24px;
	background: #f2f3f3;
	margin: 32px 0 30px 0;
}
.wrap-in {
	font-size: 13px;
	line-height: 26px;
	height: 165px;
	overflow: scroll;
	padding-right: 10px;
	color: #666;
}
.wrap-in p {
    margin: 0 0 5px 0;
}
.wrap-in p span {
    display: block;
    font-weight: 600;
}
span.wpcf7-list-item {
	display: inline-block!important;
	margin: 0 0 0 26px!important;
}
.wrap-in .title {
	color: #000;
	font-weight: 500;
}
.wrap-in ol {
    counter-reset: item;
    margin: 0 0 20px 0;
}
.wrap-in ol li:before {
    counter-increment: item;
    content: counter(item)'.';

}


@media (max-width: 750px) {
	.block-wrap {
	margin: 10px 0 20px 0;
	}	
}



/* ラジオボタン
--------------------------------------------------------------*/
.radio_wrap {
    margin: 15px 0;
    letter-spacing: 0em;
}
.radio_wrap input {
  display: none;
}
.radio_wrap input + span {
  padding-left: 23px;
  position:relative;
  width: 33%;
}
.mw_wp_form .horizontal-item {
  margin: 0 0 10px 0!important;
  width: 30%;
}
.mw_wp_form .horizontal-item:nth-child(3),
.mw_wp_form .horizontal-item:nth-child(6) {
  margin: 0!important;
  width: 40%;
}
.radio_wrap input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}
.radio_wrap input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #ce0000;
  border-radius: 50%;
}
.radio_wrap input + span.error::before,
.radio_wrap input:checked + span.error::after {
	display: none;
}
.radio_wrap > span {
    justify-content: space-between;
}
.mw_wp_form_complete {
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  padding: 50px 0;
  margin: 30px 0 0 0;
}
.mw_wp_form_complete h2 {
  font-size: 20px;
  margin: 0 0 20px 0;
}
.mw_wp_form_complete p {
  
}

@media (max-width: 750px) {
	.radio_wrap,
	.radio_wrap > span {
	display: block;
	margin: 0 0 10px!important;
	}
	.mw_wp_form_confirm .radio_wrap {
	margin: 0!important;
	}
    .mw_wp_form .horizontal-item {
    width: 100%;
    }
    .mw_wp_form .horizontal-item:nth-child(3),
    .mw_wp_form .horizontal-item:nth-child(6) {
    width: 100%;
    }
}