/* =============================================
   base.css - 新規ページ用マスターCSS
   共通コンポーネント（ヘッダー、ナビ、フッター等）の
   ベーススタイルを集約。
   ============================================= */

/* -----------------------------------------
   1. @font-face
   ----------------------------------------- */
@font-face {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url(/common/fonts/FjallaOne.woff2) format("woff2"),
    url(/common/fonts/FjallaOne.ttf) format("truetype");
  unicode-range:
    U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url(/common/fonts/FjallaOne.woff2) format("woff2"),
    url(/common/fonts/FjallaOne.ttf) format("truetype");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: icomoon;
  src: url(/common/fonts/icomoon.eot?vjh3z5);
  src: url(/common/fonts/icomoon.eot?vjh3z5#iefix) format("embedded-opentype"),
    url(/common/fonts/icomoon.ttf?vjh3z5) format("truetype"),
    url(/common/fonts/icomoon.woff?vjh3z5) format("woff"),
    url(/common/fonts/icomoon.svg?vjh3z5#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-favorite:before {
  content: "\e9d9";
}

/* -----------------------------------------
   2. CSS Reset / Normalize
   ----------------------------------------- */
article,
details,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
a,
article,
audio,
b,
body,
canvas,
caption,
center,
code,
dd,
details,
div,
dl,
dt,
em,
embed,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
s,
section,
small,
span,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -----------------------------------------
   3. Base Typography
   ----------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  line-height: 1;
  font-family:
    -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue",
    HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo,
    sans-serif;
  font-size: 1.4rem;
  color: #424242;
  font-feature-settings: "palt";
  letter-spacing: 0.8px;
}
.selector,
_:lang(x)::-ms-backdrop {
  font-family: "Segoe UI", Meiryo, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.navi__favorite__list li a:hover,
.sns__item a:hover span {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}

/* -----------------------------------------
   4. Utility Classes
   ----------------------------------------- */
.hidden,
.sp-only {
  display: none !important;
}
.fancybox-is-hidden,
.hidden,
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.fancybox-container,
.fancybox-slide {
  -webkit-backface-visibility: hidden;
}
.fancybox-container,
.fancybox-thumbs {
  -webkit-tap-highlight-color: transparent;
}
.pc-only {
  display: inline-block !important;
}
.clear {
  clear: both;
}
.js-disabled {
  background: #848484 !important;
}

/* -----------------------------------------
   5. Layout Framework
   ----------------------------------------- */
.inner,
.l-header__wrapper,
.l-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.inner,
.l-wrapper {
  width: calc(100% - 40px);
}
.l-body {
  position: relative;
  width: 100%;
}
.l-body.is-fixed {
  position: fixed;
}
.l-body--home {
  overflow-x: hidden;
}
.l-header {
  z-index: 5000;
  width: 100%;
}
.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-footer {
  margin-top: 60px;
}
.l-pc-2col__ft-search-area,
.l-pc-2col__ft-search-purpose {
  margin-bottom: 20px;
}
.l-wide {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  width: 100vw;
}

/* -----------------------------------------
   6. Header
   ----------------------------------------- */
.header-logo a {
  display: block;
  padding: 10px;
}
.header-logo img {
  width: 80px;
}

/* -----------------------------------------
   7. Navigation System
   ----------------------------------------- */
.navi {
  color: #3c3c3c;
}
.navi__favorite {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  line-height: 1.5;
  letter-spacing: 1px;
}
.navi__favorite__btn {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #ff7f00 0, #ff9e3d 100%);
  height: 30px;
  position: relative;
  z-index: 11;
}
.navi__favorite__btn:hover + .navi__favorite__detail {
  display: block;
}
.navi__favorite__btn a::before {
  position: absolute;
  left: -30px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border: 15px solid;
  border-color: #ff7f00 #ff7f00 transparent transparent;
}
.navi__favorite__btn a {
  display: block;
  padding: 7px 26px 8px 20px;
  line-height: 1;
  position: relative;
}
.navi__favorite__btn a i {
  margin-right: 5px;
}
.navi__favorite__btn a i::before {
  content: "\e9d9";
}
.navi__favorite__detail::before,
.navi__favorite__detail__inner::before,
.navi__favorite__title::after,
.pagetop:before {
  content: "";
}
.navi__favorite__detail {
  position: relative;
  display: none;
}
.navi__favorite__detail:hover {
  display: block;
}
.navi__favorite__detail::before {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 180px;
  padding-top: 15px;
}
.navi__favorite__detail__inner {
  position: absolute;
  right: 0;
  width: 100%;
  background: #e7e7e7;
  padding: 20px 20px 15px;
  box-sizing: border-box;
  z-index: 10;
  margin-top: 12px;
  color: #424242;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.navi__favorite__btn-2,
.navi__favorite__title::after {
  background: linear-gradient(
    to right,
    #008faf 0,
    #0196af 25%,
    #03a9b0 63%,
    #07c8b1 100%
  );
}
.navi__favorite__detail__inner::before {
  position: absolute;
  top: -14px;
  right: 77px;
  margin-left: -15px;
  border: 8px solid transparent;
  border-bottom: 8px solid #e7e7e7;
  z-index: 2;
}
.navi__favorite__title {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 5px;
  line-height: 1.5em;
  position: relative;
  margin-bottom: 15px;
}
.navi__favorite__title span {
  font-size: 12px;
}
.navi__favorite__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}
.navi__favorite__list {
  padding: 0 20px;
  list-style: disc;
  position: relative;
  margin-bottom: 20px;
}
.navi__favorite__list li {
  line-height: 1.5em;
  font-size: 12px;
}
.navi__favorite__btn-2 {
  width: 250px;
  margin: 0 auto 10px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.navi__favorite__btn-2:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}
.navi__favorite__btn-2 a {
  display: block;
  padding: 10px;
}
.navi__favorite__text {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

/* -----------------------------------------
   8. SP Menu Button
   ----------------------------------------- */
.sp-menu-btn {
  width: 60px;
  height: 50px;
  position: relative;
  z-index: 6000;
}
.sp-menu-btn span {
  display: block;
  background: #707070;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sp-menu-btn span:nth-child(1) {
  -webkit-transform: translate(-50%, -8px);
  -ms-transform: translate(-50%, -8px);
  transform: translate(-50%, -8px);
}
.sp-menu-btn span:nth-child(2) {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.sp-menu-btn span:nth-child(3) {
  -webkit-transform: translate(-50%, 8px);
  -ms-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px);
}
.sp-menu-btn.is-opend span {
  width: 22px;
  margin-left: 3px;
  background: #fff;
}
.sp-menu-btn.is-opend span:nth-child(1) {
  -webkit-transform: translate(-50%, -8px) rotate(45deg);
  -ms-transform: translate(-50%, -8px) rotate(45deg);
  transform: translate(-50%, -8px) rotate(45deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.sp-menu-btn.is-opend span:nth-child(2) {
  opacity: 0;
}
.sp-menu-btn.is-opend span:nth-child(3) {
  -webkit-transform: translate(-50%, 8px) rotate(-45deg);
  -ms-transform: translate(-50%, 8px) rotate(-45deg);
  transform: translate(-50%, 8px) rotate(-45deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

/* -----------------------------------------
   9. SP Favorite Button
   ----------------------------------------- */
.sp-favorite__btn {
  position: absolute;
  right: 60px;
  font-size: 1rem;
  bottom: 9px;
  text-align: center;
  color: #ff9e3d;
}
.sp-favorite__btn i {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 3px;
}
.sp-favorite__btn i:before {
  font-family: icomoon !important;
  content: "\e9d9";
  display: inline-block;
  height: 15px;
  font-size: 15px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.sp-favorite__btn span {
  display: block;
}
.sp-favorite__detail {
  position: absolute;
  width: 100%;
  left: 0;
  top: 38px;
  display: none;
}

/* -----------------------------------------
   10. Footer Components
   ----------------------------------------- */
.copyright,
.footer,
.pagetop {
  color: #fff;
  text-align: center;
}
.footer-logo,
.footer-navi,
.sns {
  font-size: 1.2rem;
}
.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 0;
}
.banners,
.sns {
  -webkit-box-align: center;
}
.banners__item a,
.banners__item img {
  display: block;
}
.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0;
}
.sns__item img,
.sns__item span {
  display: inline-block;
  vertical-align: middle;
}
.sns__item img {
  width: 20px;
  margin: 5px 5px 5px 0;
}
.sns__item a:hover span {
  line-height: 1.5;
}
.footer {
  padding: 50px 0 35px;
  background: #848484;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-logo .footer-logo__image {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.footer-logo img {
  display: block;
  margin: 0 auto 23px;
}
.footer-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-navi:not(:last-child) {
  margin-bottom: 38px;
}
.footer-navi--sm {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.footer-navi__item:not(:last-child)::after {
  content: "/";
}
.footer-navi__item a {
  display: inline-block;
  padding: 8px 10px;
}
.copyright {
  background: #5e5e5e;
  padding: 22px 0;
  font-size: 1rem;
}

/* -----------------------------------------
   11. Pagetop Button
   ----------------------------------------- */
.pagetop {
  font-family: "Fjalla One", sans-serif;
  display: none;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#008faf),
    color-stop(25%, #0196af),
    color-stop(63%, #03a9b0),
    to(#07c8b1)
  );
  background: -webkit-linear-gradient(
    left,
    #008faf 0,
    #0196af 25%,
    #03a9b0 63%,
    #07c8b1 100%
  );
  background: linear-gradient(
    to right,
    #008faf 0,
    #0196af 25%,
    #03a9b0 63%,
    #07c8b1 100%
  );
  width: 70px;
  height: 70px;
  position: fixed;
  right: 0;
  font-size: 1rem;
  padding-top: 45px;
  z-index: 1000;
}
.pagetop:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  -ms-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* -----------------------------------------
   12. Breadcrumb / Smartbar
   ----------------------------------------- */
.smartbar {
  display: none;
}
.breadcrumb {
  background: #e2e2e2;
  font-size: 1rem;
  line-height: 1.2;
  padding: 10px 0;
}
.breadcrumb__item {
  display: inline;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  margin: 0 5px;
}

/* -----------------------------------------
   13. Common Components
   ----------------------------------------- */

/* Article */
.article {
  padding: 16px 6px;
  background: #fff;
  margin-bottom: 40px;
}

/* Heading 3 */
.heading-3 {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.heading-3:before {
  content: "";
  display: inline-block;
}
.heading-3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#008faf),
    color-stop(25%, #0196af),
    color-stop(63%, #03a9b0),
    to(#07c8b1)
  );
  background: -webkit-linear-gradient(
    left,
    #008faf 0,
    #0196af 25%,
    #03a9b0 63%,
    #07c8b1 100%
  );
  background: linear-gradient(
    to right,
    #008faf 0,
    #0196af 25%,
    #03a9b0 63%,
    #07c8b1 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
}
.heading-3--area:before {
  width: 13px;
  height: 18px;
  margin-right: 8px;
  background: url(../img/icon_pin.svg) center/contain no-repeat;
}
.heading-3--purpose:before {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url(../img/icon_purpose.svg) center/contain no-repeat;
}

/* Heading 7 */
.heading-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.heading-7:before {
  content: "";
  display: block;
  margin-right: 13px;
  width: 23px;
  height: 23px;
}
.heading-7--table:before {
  background: url(../img/icon_table.svg) center/contain no-repeat;
}
.heading-7--image:before {
  background: url(../img/icon_image.svg) center/contain no-repeat;
}

/* Heading 8 */
.heading-8 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 12px;
}
.heading-8 span {
  line-height: 1;
  color: #fff;
  font-size: 1rem;
  padding: 7px 20px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#008faf),
    color-stop(25%, #0196af),
    color-stop(63%, #03a9b0),
    to(#07c8b1)
  );
  background: -webkit-linear-gradient(
    left,
    #008faf 0,
    #0196af 25%,
    #03a9b0 63%,
    #07c8b1 100%
  );
  background: linear-gradient(
    to right,
    #008faf 0,
    #0196af 25%,
    #03a9b0 63%,
    #07c8b1 100%
  );
  display: inline-block;
  margin-bottom: 15px;
}
.heading-8 span.icon__new {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a40a1c),
    to(#f4525c)
  );
  background: -webkit-linear-gradient(left, #a40a1c 0, #f4525c 100%);
  background: linear-gradient(to right, #a40a1c 0, #f4525c 100%);
  margin-right: 10px;
}
.heading-8 h1 {
  display: inline-block;
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1;
}
.section-title i,
.section-title-en {
  margin-bottom: 20px;
  text-align: center;
}
.section-title-en {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 1rem;
}
.section-title i {
  display: inline-block;
  font-size: 40px;
  color: #00b2b0;
}
.section-title i.st-icon-pin {
  background: url(../img/icon_pin_2.svg) center/contain no-repeat;
  width: 37px;
  height: 37px;
}
.section-title i.st-icon-pen {
  background: url(../img/icon_pen.svg) center/contain no-repeat;
  width: 37px;
  height: 37px;
}
.section-title-ja {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
}

/* Buttons */
.buttons {
  margin: 8px auto 15px;
}
.buttons__item:not(:last-child) {
  margin-bottom: 10px;
}
.button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 1.6rem;
  font-weight: 700;
  width: 220px;
  height: 40px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#008faf),
    color-stop(25%, #0196af),
    color-stop(63%, #03a9b0),
    to(#07c8b1)
  );
  background: -webkit-linear-gradient(
    left,
    #008faf 0,
    #0196af 25%,
    #03a9b0 63%,
    #07c8b1 100%
  );
  background: linear-gradient(
    to right,
    #008faf 0,
    #0196af 25%,
    #03a9b0 63%,
    #07c8b1 100%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  border: none;
}
.button--lg {
  width: 100%;
}
.button--contact,
.button--orange {
  background: linear-gradient(to right, #ec1959 0, #ff822f 100%);
}
.button--contact {
  position: relative;
  width: 100%;
}
.button--contact span {
  display: block;
}
.button--contact-2 {
  width: 100%;
}
.button--contact-2 > span,
.button--contact-2 > span > span {
  display: inline-block;
}
.button--contact-2 > span > span span {
  display: block;
}
.button--contact-2 > span > span span:first-child {
  font-size: 1.1rem;
  margin-bottom: -5px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.button--contact span::before,
.button--contact-2 > span::before {
  font-family: icomoon !important;
  content: "\e923";
  display: inline-block;
  height: 20px;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 10px;
}
.button--contact__text {
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: underline;
}
.button--contact__text:hover {
  text-decoration: none;
}
.button--contact__text-2 {
  font-size: 1.2rem;
}
.button--arrow-2 {
  position: relative;
  height: 60px;
  padding-bottom: 15px;
}
.button--arrow-2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 13px;
  height: 13px;
  background: url(../img/icon_arrow_2.svg) center/contain no-repeat;
}
.button--search {
  margin-top: 12px;
  width: 100%;
}
.button--360url {
  width: 100%;
  margin: 30px auto;
}
.button-balloon-wrapper {
  margin: 35px auto 0;
  text-align: center;
}
.button-balloon-wrapper--last {
  margin: 35px auto 50px;
  text-align: center;
}
.button-balloon {
  display: inline-block;
  background: #fff;
  border: 1px solid #fe0e2a;
  padding: 3px 10px;
  font-size: 0.95rem;
  color: #fe0e2a;
  border-radius: 20px;
  position: relative;
  font-weight: 700;
}
.button-balloon::after,
.button-balloon::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
}
.button-balloon::before {
  bottom: -8px;
  border: 4px solid;
  border-color: #fff transparent transparent;
  z-index: 1;
}
.button-balloon::after {
  bottom: -10px;
  border: 5px solid;
  border-color: #fe0e2a transparent transparent;
}
.button-balloon + .button {
  margin-top: 8px;
}

/* Post Tab Bar */
.post-tab-bar {
  height: 3px;
  background: #ccc;
  margin: 0 auto;
  position: relative;
}
.post-tab-bar::after {
  content: "";
  display: block;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition-duration: 0.3s;
  transition-property: left;
  transition-timing-function: ease-in-out;
  background: #00b2b0;
  height: 3px;
}
.post-tab-bar.is-switch::after {
  left: 50%;
}

/* Area / Purpose (Footer Search) */
.area-1,
.purpose-1__item {
  line-height: 1.4;
}
.area-1 {
  margin-bottom: 16px;
}
.area-1 a {
  text-decoration: underline;
}
.area-1__head {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.area-1__content {
  font-size: 1rem;
  line-height: 1.4;
}
.area-1__detail li {
  display: inline;
}
.area-1__detail li:not(:last-child):after {
  content: "｜";
  display: inline-block;
}
.purpose-1__item {
  margin-bottom: 16px;
}
.purpose-1__item a {
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
}
.purpose-1__item span {
  display: block;
  font-size: 1rem;
}

/* Search Box */
.search-box__detail__head {
  font-weight: 700;
  font-size: 1.4rem;
}
.search-box__detail__head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.search-box__detail__head a:before {
  margin-right: 8px;
  -webkit-box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #707070;
  box-sizing: border-box;
  background: url(../img/icon_plus.svg) center no-repeat;
}
.search-box__detail__head.is-opend a:before {
  background: url(../img/icon_minus.svg) center no-repeat;
}

/* Consultation */
.consultation {
  padding: 15px 0 30px;
}
.consultation__heading {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.33333;
  text-align: center;
  margin-bottom: 30px;
}
.consultation__image {
  display: none;
}
.consultation__heading i {
  content: "";
  display: block;
  background: url(../img/icon_consultation.svg) center no-repeat;
  width: 48px;
  height: 48px;
  margin: 0 auto 25px;
}
.consultation__text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* =============================================
   Desktop (min-width: 769px)
   ============================================= */
@media screen and (min-width: 769px) {
  /* Layout */
  .inner,
  .l-header__wrapper,
  .l-wrapper {
    max-width: 1240px;
  }
  .l-header__wrapper {
    width: calc(100% - 40px);
    height: 120px;
  }
  .l-body {
    min-width: 980px;
  }
  .l-header {
    margin-bottom: 10px;
  }
  .l-footer {
    margin-top: 0;
  }
  .l-pc-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-pc-2col__ft-search-area {
    width: 56.45%;
  }
  .l-pc-2col__ft-search-purpose {
    width: 40%;
  }
  .l-search {
    padding-bottom: 40px;
  }

  /* Header */
  .header-logo a {
    padding: 0;
  }
  .header-logo img {
    width: auto;
  }
  .footer-logo a:hover,
  .footer-navi__item a:hover {
    text-decoration: underline;
  }

  /* Navigation */
  .navi__favorite {
    display: block;
  }
  .navi__favorite__detail__inner {
    width: 400px;
  }
  .navi__favorite__detail__inner::before {
    top: -29px;
    right: 14px;
    margin-left: -15px;
    border-width: 16px;
    border-bottom: 16px solid #e7e7e7;
  }
  .navi:not(.navi--pc-side) .navi__main {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
  }
  .navi:not(.navi--pc-side) .navi__main span {
    letter-spacing: -0.1em;
  }
  .navi:not(.navi--pc-side) .navi__main__item.side-only {
    display: none;
  }
  .navi:not(.navi--pc-side) .navi__main__item a {
    padding: 20px 10px;
    display: block;
    position: relative;
  }
  .navi:not(.navi--pc-side) .navi__main__item a:hover {
    color: #0191af;
  }
  .navi:not(.navi--pc-side) .navi__main__item a:hover::before {
    content: "";
    position: absolute;
    bottom: 8px;
    height: 3px;
    left: 5px;
    width: calc(100% - 35px);
    background-color: #0191af;
  }
  .navi:not(.navi--pc-side)
    .navi__main__item:nth-last-child(2)
    a:hover::before {
    width: 100%;
  }
  .navi:not(.navi--pc-side) .navi__main__item a::after {
    content: "/";
    padding-left: 20px;
    color: #000000;
  }
  .navi:not(.navi--pc-side) .navi__main__item:nth-last-child(2) a {
    padding-right: 0;
  }
  .navi:not(.navi--pc-side) .navi__main__item:nth-last-child(2) a::after {
    content: none;
  }
  .navi:not(.navi--pc-side) .navi__sns,
  .navi:not(.navi--pc-side) .navi__sub {
    display: none;
  }
  .navi.is-side-opend {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 4999;
  }
  .navi--pc-side {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#008faf),
      color-stop(25%, #0196af),
      color-stop(63%, #03a9b0),
      to(#07c8b1)
    );
    background: -webkit-linear-gradient(
      left,
      #008faf 0,
      #0196af 25%,
      #03a9b0 63%,
      #07c8b1 100%
    );
    background: linear-gradient(
      to right,
      #008faf 0,
      #0196af 25%,
      #03a9b0 63%,
      #07c8b1 100%
    );
    color: #fff;
    overflow-y: scroll;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .navi--pc-side .navi__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    width: 100%;
    height: 100%;
    min-height: 570px;
    padding: 140px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navi--pc-side .navi__main {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .navi--pc-side .navi__main__item a {
    display: block;
    padding: 22px 0;
  }
  .navi--pc-side .navi__main__item.side-only {
    display: block;
  }
  .navi__main__item--favorite i::before {
    content: "\e9d9";
    margin-right: 5px;
  }
  .navi--pc-side .navi__sub {
    font-size: 1.2rem;
  }
  .navi--pc-side .navi__sub__item a {
    display: block;
    padding: 10px 0;
  }
  .navi--pc-side .navi__sns {
    margin-top: 40px;
  }
  .navi--pc-side .navi__sns__item a {
    display: block;
  }
  .navi--pc-side .navi__sns__item img {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
  }
  .navi--pc-side .navi__sns__item span {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
  }

  /* SP Menu Button (Desktop) */
  .sp-favorite__btn,
  .sp-menu-btn:not(.sp-menu-btn--pc) {
    display: none;
  }
  .sp-menu-btn--pc {
    margin-left: 21px;
  }
  .sp-menu-btn span {
    width: 40px;
    height: 4px;
  }
  .sp-menu-btn span:nth-child(1) {
    -webkit-transform: translate(-50%, -16px);
    -ms-transform: translate(-50%, -16px);
    transform: translate(-50%, -16px);
  }
  .sp-menu-btn span:nth-child(3) {
    -webkit-transform: translate(-50%, 16px);
    -ms-transform: translate(-50%, 16px);
    transform: translate(-50%, 16px);
  }
  .sp-menu-btn.is-opend span {
    background: #707070;
    width: 46px;
    margin-left: 7px;
  }
  .sp-menu-btn.is-opend span:nth-child(1) {
    -webkit-transform: translate(-50%, -16px) rotate(45deg);
    -ms-transform: translate(-50%, -16px) rotate(45deg);
    transform: translate(-50%, -16px) rotate(45deg);
  }
  .sp-menu-btn.is-opend span:nth-child(3) {
    -webkit-transform: translate(-50%, 16px) rotate(-45deg);
    -ms-transform: translate(-50%, 16px) rotate(-45deg);
    transform: translate(-50%, 16px) rotate(-45deg);
  }

  /* Banners / SNS / Footer (Desktop) */
  .banners__item a,
  .footer-logo img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .banners {
    margin-top: 50px;
  }
  .banners__item {
    width: 165px;
    margin: 0 15px;
  }
  .banners__item:nth-child(4n) {
    margin-right: 0;
  }
  .banners__item a:hover {
    opacity: 0.7;
  }
  .sns {
    font-size: 1.6rem;
  }
  .sns__item {
    margin: 0 15px;
  }
  .sns__item img {
    width: 32px;
  }
  .footer {
    background: #848484;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    margin-top: 20px;
  }
  .footer-logo {
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
  .footer-logo img,
  .footer-navi:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer-navi {
    font-size: 1.4rem;
  }
  .footer-navi--sm {
    width: 100%;
  }
  .footer-navi__item a {
    padding: 0 20px;
  }
  .copyright {
    font-size: 1.2rem;
    padding: 18px 0;
  }

  /* Pagetop (Desktop) */
  .pagetop {
    width: 100px;
    height: 100px;
    font-size: 1.2rem;
    padding-top: 62px;
  }
  .pagetop:hover:before {
    margin-top: -5px;
  }
  .pagetop:before {
    top: 34px;
  }

  /* Smartbar (Desktop) */
  .smartbar {
    width: 100%;
    padding: 15px 0;
    -webkit-box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 5000;
  }
  .smartbar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .smartbar__content {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* Breadcrumb (Desktop) */
  .breadcrumb {
    padding: 17px 0;
    font-size: 1.4rem;
  }

  /* Article (Desktop) */
  .article {
    padding: 36px 40px;
  }

  /* Headings (Desktop) */
  .heading-3 {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 28px;
  }
  .heading-3--area:before {
    width: 14px;
    height: 20px;
    margin-right: 16px;
  }
  .heading-3--purpose:before {
    width: 19px;
    height: 18px;
    margin-right: 10px;
  }
  .heading-7 {
    font-size: 2rem;
    margin-bottom: 31px;
  }
  .heading-7:before {
    width: 32px;
    height: 32px;
    margin-right: 17px;
  }
  .heading-8 {
    font-size: 2.8rem;
    padding-right: 200px;
    margin-bottom: 35px;
  }
  .heading-8 span {
    vertical-align: middle;
    font-size: 1.6rem;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .section-title {
    margin-bottom: 55px;
  }
  .section-title-en {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .section-title i {
    margin-bottom: 30px;
  }
  .section-title i.st-icon-pin {
    width: 45px;
    height: 45px;
  }
  .section-title-ja {
    font-size: 2.2rem;
  }

  /* Area / Purpose (Desktop) */
  .area-1 a:hover,
  .purpose-1__item a:hover {
    text-decoration: none;
  }
  .area-1 {
    display: flex;
    margin-bottom: 14px;
  }
  .area-1__head {
    margin-bottom: 0;
    width: 248px;
    font-size: 1.4rem;
  }
  .area-1__content {
    width: calc(100% - 248px);
    font-size: 1.4rem;
    padding-top: 2px;
  }
  .purpose-1__item a {
    font-size: 1.6rem;
  }
  .purpose-1__item {
    margin-bottom: 18px;
  }
  .purpose-1__item span {
    padding-left: 1em;
    font-size: 1.2rem;
  }

  /* Buttons (Desktop) */
  .buttons {
    display: flex;
    justify-content: center;
    margin: 15px auto;
  }
  .buttons__item {
    width: 400px;
    margin-bottom: 0;
  }
  .button {
    cursor: pointer;
    font-size: 2.4rem;
    width: 440px;
    height: 70px;
  }
  .button:hover {
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.45);
  }
  .button--360url {
    width: 640px;
  }
  .button--contact,
  .button--contact-2 {
    width: 385px;
  }
  .button--contact__text {
    font-size: 1.6rem;
  }
  .button--contact__text-2 {
    font-size: 1.4rem;
  }
  .button--contact span::before,
  .button--contact-2 > span::before {
    font-size: 26px;
    margin-right: 13px;
  }
  .button--contact-2 > span > span span:first-child {
    font-size: 1.6rem;
    margin-bottom: -4px;
  }
  .button--arrow-2 {
    height: 80px;
    padding-bottom: 20px;
    margin: 20px auto 0;
  }
  .button--arrow-2:after {
    right: 12px;
    width: 20px;
    height: 20px;
  }
  .button--search {
    width: 100%;
    margin-top: 25px;
    height: 70px;
  }
  .button--sm-search {
    font-size: 1.6rem;
    width: 175px;
    height: 50px;
    margin: 0;
    font-weight: 700;
  }
  .button-balloon-wrapper {
    margin: 60px auto 0;
    width: 800px;
  }
  .button-balloon-wrapper--last {
    margin: 60px auto 90px;
    width: 800px;
  }
  .button-balloon {
    padding: 6px 16px;
    font-size: 1.4rem;
    border-width: 2px;
  }
  .button-balloon::before {
    border-width: 10px;
    bottom: -16px;
  }
  .button-balloon::after {
    border-width: 8px;
    bottom: -16px;
  }
  .button-balloon + .button {
    margin-top: 15px;
  }
  .post-tab-bar,
  .post-tab-bar::after {
    height: 5px;
  }

  /* Search Box (Desktop) */
  .search-box__detail__head {
    font-size: 1.8rem;
  }
  .search-box__detail__head a {
    padding: 12px 0;
  }
  .search-box__detail__head a:before {
    width: 22px;
    height: 22px;
    margin-right: 12px;
  }

  /* Consultation (Desktop) */
  .consultation {
    margin-top: 40px;
    padding: 20px 0;
    margin-bottom: 60px;
    background: #f7f7f7;
    display: flex;
  }
  .consultation__image {
    padding: 0 20px;
    width: 904px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .consultation__image img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
  .consultation__heading {
    font-size: 2.6rem;
    margin-top: 30px;
    margin-bottom: 26px;
  }
  .consultation__text {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 37px;
    color: #424242;
    padding: 0 20px;
  }
  .consultation__heading i {
    display: inline-block;
    background: url(../img/icon_consultation.svg) center no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 10px -8px 0;
    background-size: cover;
  }
}

/* =============================================
   Mobile (max-width: 768px)
   ============================================= */
@media screen and (max-width: 768px) {
  /* Layout */
  .l-header,
  .l-search,
  .navi {
    position: fixed;
    width: 100%;
    left: 0;
  }
  .inner,
  .l-wrapper {
    max-width: 560px;
  }
  .sp-only {
    display: inline-block !important;
  }
  .pc-only {
    display: none !important;
  }
  .l-search,
  .navi {
    display: none;
  }
  .l-header {
    top: 0;
    background: #fff;
  }
  .l-search {
    top: 92px;
    height: calc(100% - 92px);
    background: #fff;
    z-index: 1200;
    padding: 15px 0 50px;
    overflow: scroll;
  }

  /* Navigation (Mobile) */
  .navi {
    z-index: 5000;
    height: 100%;
    top: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#008faf),
      color-stop(25%, #0196af),
      color-stop(63%, #03a9b0),
      to(#07c8b1)
    );
    background: -webkit-linear-gradient(
      left,
      #008faf 0,
      #0196af 25%,
      #03a9b0 63%,
      #07c8b1 100%
    );
    background: linear-gradient(
      to right,
      #008faf 0,
      #0196af 25%,
      #03a9b0 63%,
      #07c8b1 100%
    );
    color: #fff;
    overflow: auto;
  }
  .navi__wrapper {
    width: 100%;
    padding: 50px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navi__main {
    font-size: 2.1rem;
    font-weight: 700;
  }
  .navi__sns__item span,
  .navi__sub {
    font-size: 1.2rem;
  }
  .navi__main__item a {
    display: block;
    padding: 22px 0;
  }
  .navi__main__item--favorite i::before {
    content: "\e9d9";
    margin-right: 5px;
  }
  .navi__sub__item a {
    display: block;
    padding: 10px 0;
  }
  .navi__sns {
    margin-top: 20px;
  }
  .navi__sns__item a {
    display: block;
  }
  .navi__sns__item img,
  .navi__sns__item span {
    display: inline-block;
    vertical-align: middle;
  }
  .navi__sns__item img {
    width: 24px;
  }

  /* Banners (Mobile) */
  .banners__item {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 19px;
  }
  .banners__item:nth-child(even) {
    margin-right: 0;
  }

  /* SP Refine Button (Mobile) */
  .sp-refine-btn {
    background: #fff;
    border: 1px solid #cfcfcf;
    width: 100%;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    z-index: 1500;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    left: 0;
  }
  .sp-refine-btn:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/icon_search.svg) center/contain no-repeat;
    margin-right: 10px;
  }

  /* Head Fixed Cancel (Mobile) */
  .head-fixed-cancel .l-header {
    position: relative;
  }
  .head-fixed-cancel .l-body {
    padding-top: 0;
  }

  /* SNS YouTube (Mobile) */
  .navi_wrapper .sns__icon-youtube-menu {
    margin-bottom: 100px;
    margin-top: 20px;
  }
}

/* =============================================
   Small Mobile (max-width: 576px)
   ============================================= */
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .sns .sns__icon-youtube {
    margin-right: 4px;
    margin-top: 10px;
  }
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
}
