@charset "UTF-8";
/*===============================================
 responsive setting
===============================================*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*===============================================
 responsive element
===============================================*/
.res-pc {
  display: inline !important;
}
@media only screen and (max-width: 767px) {
  .res-pc {
    display: none !important;
  }
}

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

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

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

.inline-block {
  display: inline-block;
}

img {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #5A3C1E;
  background: url(../img/common/bg_sp.png) no-repeat center top;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  body {
    background: url(../img/common/bg_pc.png) no-repeat center top;
    background-size: 100% auto;
    min-width: 1280px;
  }
}

html {
  font-size: 75%;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.btn-pink-arrow a {
  display: block;
  width: 70.6666666667vw;
  height: 14.6666666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #f28384;
  background: #fff;
  border-radius: 2vw;
  text-decoration: none;
  font-size: 4vw;
  font-weight: bold;
  color: #2c2842;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .btn-pink-arrow a {
    border: none;
    width: auto;
    height: auto;
    text-align: right;
    font-size: 1.6rem;
    background: none;
    margin-left: auto;
  }
}
.btn-pink-arrow a::after {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: url(../img/common/icon_circle_arrow_pink_right.png);
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .btn-pink-arrow a::after {
    width: 25px;
    height: 25px;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    margin-left: 22px;
  }
}

.btn_back_top {
  width: 84vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .btn_back_top {
    width: 300px;
  }
}
.btn_back_top a {
  width: 84vw;
  height: 14.6666666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4vw;
  color: #2c2842;
  border: 2px solid #2c2842;
  border-radius: 7.3333333333vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .btn_back_top a {
    width: 300px;
    height: 50px;
    font-size: 1.6rem;
    border-radius: 25px;
  }
}
.btn_back_top a::before {
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background: url(/asset/img/common/icon_circle_arrow_deep_prev.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 5.3333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .btn_back_top a::before {
    width: 13px;
    height: 13px;
    left: 20px;
  }
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
header .head-inner {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  header .head-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
}
header .head-inner h1 {
  width: 33.3333333333vw;
  margin: 0 auto;
  padding: 0.5em 0;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  header .head-inner h1 {
    max-width: 183px;
    width: 12.7083333333vw;
    padding: 0;
    margin: 0;
  }
}
header .head-inner h1 img {
  width: 100%;
  height: auto;
}
header .head-inner .menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 12vw;
  z-index: 150;
}
@media only screen and (max-width: 767px) {
  header .head-inner .menu-btn {
    display: block !important;
  }
}
@media print, screen and (min-width: 768px) {
  header .head-inner .menu-btn {
    width: 123px;
    height: 99px;
    background: url(/assets/img/common/bg_menu_02.png) no-repeat center center;
    background-size: 100% auto;
    padding: 20px 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
header .head-inner .menu-btn .hamburger-menu {
  width: 12vw;
  height: 12vw;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 3.0666666667vw 0;
  cursor: pointer;
  background: none;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .menu-btn .hamburger-menu {
    width: 40px;
    height: 40px;
    padding: 0;
  }
}
header .head-inner .menu-btn .hamburger-menu .line {
  display: block;
  width: 5.3333333333vw;
  height: 2px;
  background-color: #593E21;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .menu-btn .hamburger-menu .line {
    width: 40px;
  }
}
header .head-inner .menu-btn .hamburger-menu.active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  header .head-inner .menu-btn .hamburger-menu.active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
            transform: translateY(13px) rotate(45deg);
  }
}
header .head-inner .menu-btn .hamburger-menu.active .line:nth-child(2) {
  opacity: 0;
}
header .head-inner .menu-btn .hamburger-menu.active .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  header .head-inner .menu-btn .hamburger-menu.active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
            transform: translateY(-13px) rotate(-45deg);
  }
}
header .head-inner .head-content {
  display: none;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content {
    width: auto;
  }
}
header .head-inner .head-content .menu-back {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .menu-back {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
header .head-inner .head-content p.title {
  width: 46.1333333333vw;
  margin: 0 auto 4.4vw;
  padding-top: 3.7333333333vw;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content p.title {
    display: none;
  }
}
header .head-inner .head-content .info-side {
  width: 84vw;
  margin: 0 auto;
  padding: 6.6666666667vw 0 13.3333333333vw;
  background: #F7DB63;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side {
    width: auto;
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0 10.4166666667vw 0 0;
  }
}
@media print, screen and (min-width: 1300px) {
  header .head-inner .head-content .info-side {
    margin: 0 150px 0 0;
  }
}
header .head-inner .head-content .info-side nav {
  width: 59.4666666667vw;
  margin: 0 auto 3.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side nav {
    display: block;
    width: auto;
    margin: 0;
  }
}
header .head-inner .head-content .info-side nav ul.page-link {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side nav ul.page-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 30px;
    background: #FFF9E8;
    border-radius: 47px;
    padding: 15px 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  header .head-inner .head-content .info-side nav ul.page-link {
    gap: 50px;
  }
}
header .head-inner .head-content .info-side nav ul.page-link li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #593E21;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side nav ul.page-link li a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  header .head-inner .head-content .info-side nav ul.page-link li a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content .info-side nav ul.more-link {
    display: none;
  }
}
header .head-inner .head-content .info-side .btn-box {
  display: none;
}
header .head-inner .head-content .info-side .btn-box ul li {
  margin-bottom: 2.4vw;
}
header .head-inner .head-content .info-side .btn-box ul li:last-child {
  margin-bottom: 0;
}
header .head-inner .head-content.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: block;
  z-index: 140;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content.active {
    width: 100%;
    height: 100dvh;
  }
}
header .head-inner .head-content.active .menu-back {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
header .head-inner .head-content.active .info-side {
  width: 450px;
  height: 900px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 125;
}
header .head-inner .head-content.active .info-side nav {
  width: 92vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content.active .info-side nav {
    display: block;
    width: auto;
    margin: 0;
  }
}
header .head-inner .head-content.active .info-side nav ul.page-link {
  display: block;
  border-radius: 0;
  line-height: 2;
  margin-bottom: 20px;
  background: none;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content.active .info-side nav ul.page-link {
    line-height: 2;
    margin-bottom: 20px;
  }
}
header .head-inner .head-content.active .info-side nav ul.page-link li a {
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #593E21;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content.active .info-side nav ul.page-link li a {
    font-size: 2rem;
  }
}
header .head-inner .head-content.active .info-side nav ul.more-link {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content.active .info-side nav ul.more-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 2px solid #593E21;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content.active .info-side nav ul.more-link li {
    padding: 0 2em;
    border-right: 2px solid #593E21;
  }
}
header .head-inner .head-content.active .info-side nav ul.more-link li a {
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #593E21;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content.active .info-side nav ul.more-link li a {
    font-size: 2rem;
  }
}
header .head-inner .head-content.active .info-side nav .btn-box {
  width: 61.3333333333vw;
  margin-bottom: 0;
  display: block;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content.active .info-side nav .btn-box {
    width: 268px;
  }
}
header .head-inner .head-content.active .info-side nav .btn-box p {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content.active .info-side nav .btn-box p {
    margin-bottom: 20px;
  }
}
header .head-inner .head-content.active .info-side nav .btn-box p.btn a {
  width: 71.4666666667vw;
  height: 18.6666666667vw;
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 6.4vw;
  background: #583C1F;
  border-radius: 60px;
  color: #F7DB63;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content.active .info-side nav .btn-box p.btn a {
    width: 268px;
    height: 70px;
    font-size: 2.4rem;
  }
}
header .head-inner .head-content.active .info-side nav .btn-box p.btn a:after {
  content: "";
  display: block;
  width: 8.8vw;
  height: 8vw;
  background: url(/assets/img/common/icon_arrow_right_yellow_02.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-content.active .info-side nav .btn-box p.btn a:after {
    width: 33px;
    height: 30px;
  }
}
header .head-inner .head-content.active .info-side nav .btn-box p:first-child.btn a {
  background: #FFF9E8;
  color: #593E21;
}
header .head-inner .head-content.active .info-side nav .btn-box p:first-child.btn a:after {
  background: url(/assets/img/common/icon_arrow_right_brown_02.png) no-repeat center center;
  background-size: 100% auto;
}
header .head-inner .head-nav {
  display: none;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-nav {
    display: block;
    width: auto;
  }
}
header .head-inner .head-nav .info-side {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-nav .info-side {
    display: block;
    width: auto;
    border-radius: 0;
    background: none;
    padding: 0;
    margin: 0 10.4166666667vw 0 0;
  }
}
@media print, screen and (min-width: 1300px) {
  header .head-inner .head-nav .info-side {
    margin: 0 150px 0 0;
  }
}
header .head-inner .head-nav .info-side nav {
  width: 59.4666666667vw;
  margin: 0 auto 3.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-nav .info-side nav {
    display: block;
    width: auto;
    margin: 0;
  }
}
header .head-inner .head-nav .info-side nav ul.page-link {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-nav .info-side nav ul.page-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 30px;
    background: #FFF9E8;
    border-radius: 47px;
    padding: 15px 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  header .head-inner .head-nav .info-side nav ul.page-link {
    gap: 50px;
  }
}
header .head-inner .head-nav .info-side nav ul.page-link li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #593E21;
}
@media print, screen and (min-width: 768px) {
  header .head-inner .head-nav .info-side nav ul.page-link li a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  header .head-inner .head-nav .info-side nav ul.page-link li a {
    font-size: 1.6rem;
  }
}
footer {
  width: 100%;
  padding: 20vw 0 6.6666666667vw;
  position: relative;
  background: url(../img/common/bg_footer_s.png) no-repeat center top #583C1F;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  footer {
    padding: 8.3333333333vw 0 200px;
    background: url(../img/common/bg_footer.png) no-repeat top center;
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
footer .footer-inner .footer-content-upper .logo_side p.logo {
  line-height: 1;
  width: 33.7333333333vw;
  margin: 0 auto 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side p.logo {
    max-width: 253px;
    width: 100%;
    margin: 0 0 55px;
  }
}
footer .footer-inner .footer-content-upper .logo_side p.logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-content-upper .logo_side p.company {
  font-size: 5.3333333333vw;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .footer-inner .footer-content-upper .logo_side p.company {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side p.company {
    font-size: 2rem;
  }
}
footer .footer-inner .footer-content-upper .logo_side .info {
  width: 80vw;
  margin: 0 auto;
  margin-bottom: 5.3333333333vw;
}
@media only screen and (max-width: 767px) {
  footer .footer-inner .footer-content-upper .logo_side .info {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side .info {
    width: auto;
    margin: 0;
    margin-bottom: 40px;
  }
}
footer .footer-inner .footer-content-upper .logo_side .info p {
  font-size: 4vw;
  line-height: 2;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side .info p {
    font-size: 2rem;
  }
}
footer .footer-inner .footer-content-upper .logo_side .info p.tel {
  font-size: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side .info p.tel {
    font-size: 3rem;
  }
}
footer .footer-inner .footer-content-upper .logo_side .btn-box {
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side .btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
  }
}
footer .footer-inner .footer-content-upper .logo_side .btn-box p.btn a {
  width: 53.6vw;
  height: 14vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 5.3333333333vw;
  gap: 2em;
  background: #F7DB63;
  border-radius: 60px;
  color: #593E21;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side .btn-box p.btn a {
    width: 268px;
    height: 70px;
    font-size: 2.4rem;
  }
}
footer .footer-inner .footer-content-upper .logo_side .btn-box p.btn a:after {
  content: "";
  display: block;
  width: 5.8666666667vw;
  height: 5.3333333333vw;
  background: url(/assets/img/common/icon_arrow_right_brown_02.png) no-repeat center center;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .logo_side .btn-box p.btn a:after {
    width: 33px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-inner .footer-content-upper .logo_side .btn-box p:first-child.btn {
    margin-bottom: 1em;
  }
}
footer .footer-inner .footer-content-upper .logo_side .btn-box p:first-child.btn a {
  background: #FFF9E8;
}
footer .footer-inner .footer-content-upper .info-side {
  width: 84vw;
  margin: 0 auto;
  padding: 13.3333333333vw 0;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side {
    max-width: 330px;
    width: 25.78125vw;
    padding: 110px 0 0;
    margin: 0;
  }
}
footer .footer-inner .footer-content-upper .info-side nav {
  width: 59.4666666667vw;
  margin: 0 auto 3.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side nav {
    width: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-inner .footer-content-upper .info-side nav ul {
    text-align: center;
  }
}
footer .footer-inner .footer-content-upper .info-side nav ul li {
  line-height: 3;
}
footer .footer-inner .footer-content-upper .info-side nav ul li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 4.2666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side nav ul li a {
    font-size: 2rem;
  }
}
footer .footer-inner .footer-content-upper .info-side nav ul.more-link {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side nav ul.more-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 2px solid #fff;
    margin-top: 1em;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side nav ul.more-link li {
    line-height: 1.4;
    padding: 0 2em;
    border-right: 2px solid #fff;
  }
}
footer .footer-inner .footer-content-upper .info-side nav ul.more-link li a {
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side nav ul.more-link li a {
    font-size: 2rem;
  }
}
footer .footer-inner .footer-content-upper .info-side .social {
  width: 40vw;
  margin: 0 auto 10.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side .social {
    width: 186px;
    margin: 0 auto;
  }
}
footer .footer-inner .footer-content-upper .info-side .social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-inner .footer-content-upper .info-side .social ul li img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-content-upper .info-side .social ul li:nth-of-type(1) {
  width: 10.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side .social ul li:nth-of-type(1) {
    width: 32px;
  }
}
footer .footer-inner .footer-content-upper .info-side .social ul li:nth-of-type(2) {
  width: 10.1333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side .social ul li:nth-of-type(2) {
    width: 31px;
  }
}
footer .footer-inner .footer-content-upper .info-side .social ul li:nth-of-type(3) {
  width: 10.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-upper .info-side .social ul li:nth-of-type(3) {
    width: 30px;
  }
}
footer .footer-inner .footer-content-lower {
  padding: 6.6666666667vw 0 0;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-lower {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 22px 0 0;
  }
}
footer .footer-inner .footer-content-lower p.copyright {
  text-align: center;
  line-height: 1;
  font-size: 2.9333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-lower p.copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.2rem;
  }
}
footer .footer-inner .footer-content-lower ul {
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-lower ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    gap: 0 35px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
footer .footer-inner .footer-content-lower ul li {
  line-height: 2;
  text-align: center;
}
footer .footer-inner .footer-content-lower ul li a {
  text-decoration: none;
  color: #2c2842;
  font-size: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content-lower ul li a {
    font-size: 1.2rem;
  }
}
footer .footer-inner p.logo {
  line-height: 1;
  width: 50.9333333333vw;
  margin: 0 auto 11.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner p.logo {
    max-width: 349px;
    width: 27.265625vw;
    margin: 0 auto 55px;
  }
}
footer .footer-inner p.logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner p.pagetop {
  position: absolute;
  top: 5.3333333333vw;
  right: 4vw;
  width: 10.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner p.pagetop {
    top: 20px;
    right: 20px;
    width: 45px;
  }
}
footer .footer-inner p.pagetop img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-content {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1320px) {
  footer .footer-inner .footer-content {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .footer-inner .footer-content nav {
  margin-bottom: 14.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content nav {
    margin-bottom: 110px;
  }
}
footer .footer-inner .footer-content nav ul li {
  margin: 0 0 1em 0;
}
footer .footer-inner .footer-content nav ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  font-size: 4.8vw;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content nav ul li a {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info {
    text-align: left;
  }
}
@media print, screen and (min-width: 1000px) {
  footer .footer-inner .footer-content .footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
footer .footer-inner .footer-content .footer-info p.copyright {
  font-size: 2.6666666667vw;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info p.copyright {
    font-size: 12px;
  }
}
footer .footer-inner .footer-content .footer-info .footer-info-detail p.name {
  font-size: 4.5333333333vw;
  color: #fff;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info .footer-info-detail p.name {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
}
footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list {
  width: 64vw;
  margin: 0 auto 1em;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list {
    width: 580px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 0 1em;
  }
}
@media print, screen and (min-width: 1000px) {
  footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list {
    margin: 0;
  }
}
footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl {
    width: 50%;
    gap: 20px 20px;
  }
}
footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dt {
  width: 21.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dt {
    width: 70px;
  }
}
footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dt, footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dd {
  font-size: 3.2vw;
  color: #fff;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dt, footer .footer-inner .footer-content .footer-info .footer-info-detail .footer-info-list dl dd {
    font-size: 14px;
  }
}

#main-content .section .section-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.section-head {
  padding: 10.6666666667vw 0 13.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .section-head {
    padding: 110px 0 70px;
  }
}
.section-head .section-head-inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner {
    width: 100%;
    max-width: 1280px;
  }
}
.section-head .section-head-inner h2 {
  font-weight: 500;
  color: #2c2842;
  text-align: center;
  font-size: 5.3333333333vw;
  margin-bottom: 9.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner h2 {
    text-align: left;
    font-size: 5rem;
  }
}
.section-head .section-head-inner h2 span {
  display: block;
  color: #204795;
  font-family: "Barlow", sans-serif;
  font-size: 4vw;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner h2 span {
    font-size: 3rem;
  }
}
.section-head .section-head-inner .sh-breadcrumb {
  background: #fff;
  width: 92vw;
  margin: 0 auto;
  padding: 4.6666666667vw 4vw;
  position: relative;
  z-index: 5;
  border-radius: 1.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner .sh-breadcrumb {
    width: 100%;
    max-width: 1280px;
    padding: 28px 52px;
    border-radius: 5px;
  }
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2vw;
  color: rgba(44, 40, 66, 0.5);
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span {
    font-size: 1.2rem;
  }
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span::after {
  content: "›";
  margin-inline: 0.5rem;
  font-size: 1rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span::after {
    font-size: 1.4rem;
  }
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span.sh-link-home::before {
  content: "";
  background: url(/asset/img/common/icon_breadcrumb_home.png) no-repeat center center;
  background-size: 100% auto;
  width: 3.4666666667vw;
  height: 4vw;
  margin-right: 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span.sh-link-home::before {
    width: 14px;
    height: 16px;
    margin-right: 10px;
    margin-top: 4px;
  }
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span a {
  color: #2c2842;
  position: relative;
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.6666666667vw;
  display: block;
  width: 100%;
  height: 1px;
  background: #2c2842;
}
@media print, screen and (min-width: 768px) {
  .section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item span a::after {
    bottom: -3px;
  }
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item:last-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-head .section-head-inner .sh-breadcrumb .sh-breadcrumb_nav .sh-breadcrumb_list .sh-breadcrumb_list-item:last-of-type span::after {
  display: none;
}
.section-head.with-kv {
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .section-head.with-kv {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .section-head.with-kv .section-head-inner .section-head-inner-visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 480px;
    position: relative;
  }
}
.section-head.with-kv .section-head-inner .section-head-inner-visual .text {
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .section-head.with-kv .section-head-inner .section-head-inner-visual .text {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .section-head.with-kv .section-head-inner .section-head-inner-visual .text h2 {
    margin-bottom: 0;
  }
}
.section-head.with-kv .section-head-inner .section-head-inner-visual .text p {
  text-align: center;
  font-size: 3.4666666667vw;
  line-height: 1.9;
}
@media print, screen and (min-width: 768px) {
  .section-head.with-kv .section-head-inner .section-head-inner-visual .text p {
    margin-top: 40px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.section-head.with-kv .section-head-inner .section-head-inner-visual .kv {
  margin-bottom: 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .section-head.with-kv .section-head-inner .section-head-inner-visual .kv {
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top: 15%;
    width: 123.6vw;
    max-width: 927px;
    z-index: 6;
  }
}

.anim-fade {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.anim-fade.anim-on {
  opacity: 1;
}

.anim-fadeSlideUp {
  opacity: 0;
  -webkit-transform: translateY(5vh);
          transform: translateY(5vh);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.anim-fadeSlideUp.anim-on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.anim-fadeSlideLeft {
  opacity: 0;
  -webkit-transform: translateX(-5vh);
          transform: translateX(-5vh);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.anim-fadeSlideLeft.anim-on {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.anim-fadeSlideRight {
  opacity: 0;
  -webkit-transform: translateX(5vh);
          transform: translateX(5vh);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.anim-fadeSlideRight.anim-on {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes transform {
  0% {
    -webkit-transform: translateY(5vh);
            transform: translateY(5vh);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes transform {
  0% {
    -webkit-transform: translateY(5vh);
            transform: translateY(5vh);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ripple {
  position: fixed;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
}

.ripple1 {
  background-image: -webkit-radial-gradient(circle, rgb(244, 248, 170) 0%, rgba(255, 100, 100, 0) 80%);
  background-image: radial-gradient(circle, rgb(244, 248, 170) 0%, rgba(255, 100, 100, 0) 80%);
}

.ripple2 {
  background-image: -webkit-radial-gradient(circle, rgba(0, 150, 255, 0.6) 0%, rgba(0, 150, 255, 0) 80%);
  background-image: radial-gradient(circle, rgba(0, 150, 255, 0.6) 0%, rgba(0, 150, 255, 0) 80%);
}

.ripple1, .ripple2 {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.animate {
  -webkit-animation: expand 0.8s ease-out forwards;
          animation: expand 0.8s ease-out forwards;
}

.animate2 {
  -webkit-animation: expand2 1s ease-out forwards;
          animation: expand2 1s ease-out forwards;
}

@-webkit-keyframes expand {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 3000px;
    height: 3000px;
    opacity: 0.4;
  }
}

@keyframes expand {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 3000px;
    height: 3000px;
    opacity: 0.4;
  }
}
@-webkit-keyframes expand2 {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 4000px;
    height: 4000px;
    opacity: 1;
  }
}
@keyframes expand2 {
  from {
    width: 0;
    height: 0;
    opacity: 1;
  }
  to {
    width: 4000px;
    height: 4000px;
    opacity: 1;
  }
}