@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url(https://db.onlinewebfonts.com/c/1dd1c7d8df011c2266f33ebd5927c0ab?family=DIN+2014+Demi);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
/* Font */
/* RESET CSS*/
* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

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

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

body {
  line-height: 1.5;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.bg-set {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* OPACITY & HOVER UNDERLINE */
.hvO {
  -webkit-transition: 0.15s ease opacity;
  -moz-transition: 0.15s ease opacity;
  -ms-transition: 0.15s ease opacity;
  -o-transition: 0.15s ease opacity;
  transition: 0.15s ease opacity;
}

.hvO:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.hvU:hover {
  text-decoration: underline;
}

.hvUa {
  position: relative;
}

.hvUa:before {
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #C1272D;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
  transition: width 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1000px) {
  .hvUa:before {
    display: none;
  }
}

.hvUa:hover:before {
  width: 100%;
}

strong,
b {
  font-weight: bold;
}

/* CONTAINER */
.cont {
  max-width: 1236px;
  width: 100%;
  margin: auto;
  padding: 0 18px;
}

@media screen and (min-width: 1400px) {
  .cont {
    max-width: 1160px;
  }
}

@media screen and (min-width: 1650px) {
  .cont {
    max-width: 1560px;
  }
}

@media screen and (max-width: 1200px) {
  .cont {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .cont {
    max-width: 100%;
    padding: 0 5%;
  }
}

.only-mobile {
  display: none;
}

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

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

.noOverflow {
  overflow: hidden;
}

.btn {
  width: 150px;
  height: 45px;
  background-color: #C1272D;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 45px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 1650px) {
  .btn {
    width: 200px;
    height: 60px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 125px;
    height: 40px;
  }
}

.btn:hover {
  background-color: #901d22;
  color: #FFF;
}

.btn i {
  position: absolute;
  right: 12px;
  top: 15.5px;
}

@media screen and (min-width: 1650px) {
  .btn i {
    right: 15px;
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btn i {
    top: 13px;
  }
}

/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
/* Font */
::selection {
  background-color: #cd5257;
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  letter-spacing: 1px;
  background-color: #fafafa;
}

@media screen and (min-width: 1650px) {
  body {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-color: #FFF;
  }
}

.headerBlock {
  margin-top: 78px;
}

@media screen and (max-width: 1000px) {
  .headerBlock {
    margin-top: 70px;
  }
}

.headerBlock.top {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .headerBlock.top {
    margin-top: 70px;
  }
}

.breadcrumb-area {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.breadcrumb-area .wrap {
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 0;
}

@media screen and (max-width: 1200px) {
  .breadcrumb-area .wrap {
    padding: 10px 5%;
  }
}

.breadcrumb-area .wrap .breadcrumb {
  margin: 0;
  margin-left: -10px;
  overflow: hidden;
  font-size: 13px;
  padding: 0;
  line-height: 22px;
}

.breadcrumb-area .wrap .breadcrumb li {
  float: left;
  margin-left: 10px;
}

.breadcrumb-area .wrap .breadcrumb li a {
  color: #009fb7;
}

/* HEADER */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
/* Font */
/*HEADER*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(230, 230, 230, 0.15);
  transition: all 0.3s ease;
  position: sticky;
}

@media screen and (max-width: 767px) {
  #header .cont {
    padding: 0 12px;
    padding-right: 0;
  }
}

#header .cont .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  #header .cont .inner {
    height: 60px;
  }
}

#header .cont .inner .logo a img {
  height: 65px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  #header .cont .inner .logo a img {
    height: 45px;
  }
}

#header .cont .inner nav {
  position: relative;
  flex: 1;
  padding-left: 1.5rem;
}

@media screen and (max-width: 1200px) {
  #header .cont .inner nav {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 1000px) {
  #header .cont .inner nav {
    display: none;
  }
}

#header .cont .inner nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}

#header .cont .inner nav ul li {
  position: relative;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

#header .cont .inner nav ul li a {
  transition: all 0.3s ease;
}

#header .cont .inner nav ul li a:hover {
  color: #47B39D;
}

#header .cont .inner nav ul li ul {
  display: block;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  visibility: hidden;
  background-color: #FFF;
  left: -24px;
  transition: all .4sease-in-out, visibility 0s .3s;
  padding-top: 27px;
  min-width: 175px;
}

#header .cont .inner nav ul li.hasChild:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all .4sease-in-out, visibility 0s;
}

#header .cont .inner nav ul li ul li a {
  padding: 0.25rem 0.5rem;
    display: block;
    transition: all 0.3s ease;
}

#header .cont .inner nav ul li ul li a:hover {
  background-color: #C0BC54;
    color: #FFF;
}

#header .cont .inner .iconNav .headerSpBtn {
  cursor: pointer;
  display: none;
  position: relative;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #333;
  border: none;
  text-align: center;
  outline: none;
  border-radius: 0;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 1000px) {
  #header .cont .inner .iconNav .headerSpBtn {
    display: block;
    z-index: 7;
  }
}

#header .cont .inner .iconNav .headerSpBtn > div {
  position: absolute;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.5px;
  background-color: #FFF;
  width: 30px;
  transition: all .2s ease-in-out;
}

#header .cont .inner .iconNav .headerSpBtn > div::after, #header .cont .inner .iconNav .headerSpBtn > div::before {
  position: absolute;
  display: inline-block;
  content: '';
  height: 1.5px;
  width: 100%;
  background-color: #FFF;
  transform-origin: center;
  transition: all .2s ease-in-out;
}

#header .cont .inner .iconNav .headerSpBtn > div::after {
  bottom: -10px;
  left: 0;
}

#header .cont .inner .iconNav .headerSpBtn > div::before {
  top: -10px;
  left: 0;
}

#header .cont .inner .iconNav .headerSpBtn._active > div {
  background-color: transparent;
}

#header .cont .inner .iconNav .headerSpBtn._active > div::after {
  transform: rotate(45deg);
  bottom: 0;
}

#header .cont .inner .iconNav .headerSpBtn._active > div::before {
  transform: rotate(-45deg);
  top: 0;
}

/* NAV SP */
.navSp {
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 5;
  overflow-y: auto;
  opacity: 1;
  visibility: hidden;
  transition: all 0.3s ease;
}

.navSp._active {
  top: 125px;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .navSp._active {
    top: 60px;
  }
}

.navSp._active.fixed {
  top: 80px;
}

@media screen and (max-width: 767px) {
  .navSp._active.fixed {
    top: 60px;
  }
}

.navSp .inner ul.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .navSp .inner ul.sns {
    gap: 1rem;
  }
}

.navSp .inner ul.sns li a {
  transition: all 0.3s ease;
}

.navSp .inner ul.sns li .ig,
.navSp .inner ul.sns li .fb {
  width: 30px;
}

@media screen and (max-width: 1200px) {
  .navSp .inner ul.sns li .ig,
  .navSp .inner ul.sns li .fb {
    width: 26px;
  }
}

.navSp .inner ul.sns li .yt {
  width: 44px;
}

@media screen and (max-width: 1200px) {
  .navSp .inner ul.sns li .yt {
    width: 38px;
  }
}

.navSp .inner .list-nav {
  margin-bottom: 30px;
}

.navSp .inner .list-nav li {
  border-bottom: 1px dashed #bbbbbb;
}

.navSp .inner .list-nav li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: normal;
  font-size: 15px;
  padding: 11.5px 15px;
}

.navSp .inner .list-nav li .linkSp span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    top: -3px;
    margin-right: 12px;
}

.navSp .inner .list-nav li.hasChild {
  position: relative;
}

.navSp .inner .list-nav li.hasChild a {
  display: inline-block;
}

.navSp .inner .list-nav li.hasChild a i {
  transition: all .2s;
  position: absolute;
  right: 0;
  top: 13px;
  z-index: -1;
}

.navSp .inner .list-nav li.hasChild a i._rotate {
  transform: rotate(180deg);
}

.navSp .inner .list-nav li.hasChild .childMenu {
  display: none;
}

.navSp .inner .list-nav li.hasChild .childMenu li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.navSp .inner .list-nav li.hasChild .childMenu li a {
  font-size: 14px;
}

/* FOOTER */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
/* Font */
/* SASS UNTUK FOOTER */
#footer {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  border-top: solid 8px #58656e !important;
  color: #333333;
}

#footer .footer-01 {
  background-color: #FFF;
  padding: 48px 0;
}

#footer .footer-01 .wrap {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 0;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  #footer .footer-01 .wrap {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-01 .wrap {
    margin-left: 12px;
    margin-right: 12px;
  }
}

#footer .footer-01 .wrap #footer-brand-area {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #58656e;
}

#footer .footer-01 .wrap #footer-brand-area .footer-logo {
  font-size: 24px;
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  #footer .footer-01 .wrap #footer-brand-area .footer-logo {
    width: 100%;
  }
}

#footer .footer-01 .wrap #footer-brand-area .footer-logo img {
  max-width: 245px;
  width: 100%;
}

#footer .footer-01 .wrap #footer-brand-area .footer-address {
  width: 50%;
  padding: 0 15px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #footer .footer-01 .wrap #footer-brand-area .footer-address {
    width: 100%;
    margin-top: 24px;
  }
}

#footer .footer-02 {
  color: #dddddd;
  background: #333333;
}

#footer .footer-02 .wrap {
  width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 0;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  #footer .footer-02 .wrap {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-02 .wrap {
    margin-left: 12px;
    margin-right: 12px;
  }
}

#footer .footer-02 .wrap .footer-copy {
  text-align: center;
  font-size: 12px;
}

/* MAINVISUAL */
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
/* Font */
/* SASS UNTUK MAINVISUAL */
#mainvisual {
  margin-top: 0;
  position: relative;
  padding: 2.5rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #mainvisual {
    padding: 2rem 0;
  }
}

#mainvisual h1 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 5px;
}

@media screen and (max-width: 767px) {
  #mainvisual h1 {
    font-size: 1.5rem;
  }
}

#mainvisual span {
  font-size: 14px;
  color: #808080;
}

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