@charset "utf-8";

/*--------------------------------------
  # WEBfont
--------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital@0;1&family=Noto+Sans+JP:wght@100..900&display=swap');

/*--------------------------------------
  # general
--------------------------------------*/

html {
  font-size: 62.5%;
  overflow-y: scroll !important;
  word-break: break-word;
  scroll-behavior: smooth;
}
body {
  margin: 0 !important;
  color: #333;
  font-size: 1.5rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2.0;
  letter-spacing: 0.02em;
  text-align: left;
}

@media (min-width: 950px) {
  html {
    scroll-padding-top: 90px;
  }
  body {
    font-size: 1.6rem;
  }
}

/*--------------------------------------
  # header
--------------------------------------*/

@media (max-width: 949px) {
  #header {
  }
  #header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 70px 0 15px;
  }
  #header .site-title a {
    display: block;
    width: 75px;
    height: 0;
    padding-top: 40px;
    background: url(../img/site-title_m.svg) no-repeat center;
    background-size: contain;
    overflow: hidden;
  }
  #header .global-nav-icon {
    position: fixed;
    top: 0;
    right: 0;
		background: rgba(255,255,255,0.9);
    z-index: 999;
  }
  body.open #header .global-nav-icon {
		background: none;
  }
  #header .global-nav-icon a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    transition: .2s;
  }
  body.scroll #header .global-nav-icon a {
    opacity: .6;
  }
  #header .global-nav-icon a .i {
    display: block;
    width: 30px;
    margin: 3.5px 0;
    border-bottom: 1px solid;
    transition: .2s;
  }
  #header .global-nav-icon a .i.m {
    width: 25px;
		margin-left: 5px;
  }
  body.open #header .global-nav-icon a {
    opacity: 1;
    transform: rotate(135deg);
  }
  body.open #header .global-nav-icon a .i {
    margin: 0;
  }
  body.open #header .global-nav-icon a .i.t {
    transform: rotate(90deg);
  }
  body.open #header .global-nav-icon a .i.m {
    border: none;
    opacity: 0;
  }
  body.open #header .global-nav-icon a .i.b {
    transform: translateY(-1px);
  }
  #header .global-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
		overflow-x: hidden;
    transition: 0.3s;
    z-index: 998;
  }
  body:not(.open) #header .global-nav {
    left: 100%;
  }
  #header .global-nav .global-nav-wrapper {
    min-height: 100%;
    background: rgba(255,255,255,0.95);
  }
	#header .global-nav .global-nav-inner {
		padding: 60px 40px;
	}
  #header .global-nav .nav-item {
    border-bottom: 1px solid #d1d1d1;
  }
  #header .global-nav .nav-item:first-child {
    border-top: 1px solid #d1d1d1;
  }
  #header .global-nav .nav-item-name {
    position: relative;
    display: block;
    padding: 15px 20px 15px 0;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
  }
  #header .global-nav .nav-item-name:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    opacity: 0.6;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.2s;
  }
  #header .global-nav .has-child .nav-item-name:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #header .global-nav .has-child:not(.open) .nav-item-name:after {
    transform: translate(-50%, -50%) rotate(135deg);
  }
  #header .global-nav .child-nav {
    clear: both;
    padding: 0 0 20px;
    overflow: hidden;
    transition: 0.2s;
  }
  #header .global-nav .nav-item:not(.open) .child-nav {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    opacity: 0;
  }
  #header .global-nav .child-nav a {
    position: relative;
    display: block;
    padding: 0.5em 0 0.5em 1.2em;
		color: #666;
		text-decoration: none;
  }
  #header .global-nav .child-nav a:before {
    content: '';
    position: absolute;
    top: 1.4em;
    left: 0;
    width: 0.8em;
    height: 1px;
		background: #666;
    opacity: 0.6;
  }
  #header .global-nav .inquiry-menu {
    clear: both;
    padding: 25px 0;
  }
  #header .global-nav .inquiry-menu-title {
    margin: -2px 0 15px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
  }
  #header .global-nav .inquiry-menu ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #header .global-nav .inquiry-menu ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin: 0 20px;
    font-size: 1.6rem;
    font-weight: 700;
    background: #ffff;
    text-decoration: none;
		border: 1px solid;
    line-height: 1.2;
  }
  #header .global-nav .inquiry-menu ul i {
    margin: 0.1em 0.3em 0 0;
    font-size: 130%;
  }
  #header .global-nav .inquiry-menu ul .tel a {
		margin: 0;
    background: none;
		border: none;
  }
  #header .global-nav .inquiry-menu ul .tel a > span {
		font-family: "Jost", sans-serif;
		font-size: min(7.8vw, 3.6rem);
		font-weight: 400;
		letter-spacing: 1.5px;
  }
  #header .global-nav .inquiry-menu ul .tel .sub {
		display: block;
		font-size: 1.1rem;
		letter-spacing: 0;
  }
  #header .global-nav .mini-menu {
    padding: 20px 0;
  }
  #header .global-nav .mini-menu ul li {
    margin: 0 0 10px;
    font-size: 1.3rem;
  }
}
@media (min-width: 950px) {
  #header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.7);
    line-height: 1.2;
    transition: 0.4s;
  }
  body:not(.scroll) #header {
    background: none;
  }
  #header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1480px;
    height: 80px;
    margin: 0 auto;
    padding: 0 min(6%, 80px);
  }
  #header .site-title {
    display: flex;
    align-items: center;
  }
  #header .site-title a {
    display: block;
    width: 100px;
    height: 0;
    padding-top: 55px;
    background: url(../img/site-title.svg) no-repeat center;
    background-size: contain;
    overflow: hidden;
    text-decoration: none;
    transition: 0.2s;
  }
  #header .site-title a:hover {
    opacity: 0.7;
  }
  #header .global-nav-icon {
    display: none;
  }
  #header .global-nav {
    display: flex;
    justify-content: right;
  }
  #header .global-nav ul.nav-wrapper {
    display: flex;
    justify-content: right;
    height: 80px;
  }
  #header .global-nav .nav-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 min(2.25vw, 25px);
  }
  #header .global-nav .nav-item:not(.inquiry):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(51,51,51,0.5);
    transition: 0.3s;
  }
  #header .global-nav .nav-item:hover:not(.inquiry):before,
  #header .global-nav .nav-item.current:not(.inquiry):before {
    height: 100%;
  }
  #header .global-nav .nav-item-name {
    position: relative;
    display: block;
    padding: 8px 0;
    color: #fff;
    font-size: 1.55rem;
    font-weight: 400;
    text-decoration: none;
    transition: 0.2s;
  }
  #header .global-nav .child-nav {
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    color: #333;
    font-size: 88%;
    white-space: nowrap;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transform: translateX(-50%);
    overflow: hidden;
    transition: 0.2s;
  }
  #header .global-nav .child-nav:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 9px 10px 9px;
    border-color: transparent transparent #fff transparent;
  }
  #header .global-nav .nav-item:not(:hover) .child-nav {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    opacity: 0;
  }
  #header .global-nav .child-nav ul {
    min-width: 100%;
    padding: 20px min(2.25vw, 25px);
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
  }
  #header .global-nav .child-nav li:not(:last-child) {
    margin-bottom: 18px;
  }
  #header .global-nav .child-nav a {
    position: relative;
    display: block;
    padding-left: 1em;
    text-decoration: none;
    transition: 0.2s;
  }
  #header .global-nav .child-nav a:before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 0.6em;
    height: 1px;
    background: #999;
  }
  #header .global-nav .child-nav a:hover {
    transform: translateX(8px);
  }
  #header .global-nav .nav-item.inquiry {
    padding-right: 0;
  }
  #header .global-nav .inquiry-menu-title,
  #header .global-nav .inquiry-menu ul .tel,
  #header .global-nav .inquiry-menu ul .line {
    display: none;
  }
  #header .global-nav .inquiry-menu ul li {
    position: relative;
    height: 45px;
		border: 1px solid #fff;
  }
  #header .global-nav .inquiry-menu ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: 0.3s;
  }
  #header .global-nav .inquiry-menu ul li:hover:before {
    height: 100%;
  }
  #header .global-nav .inquiry-menu ul a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 25px;
    color: #fff;
    font-size: 1.55rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2;
    transition: 0.2s;
  }
  #header .global-nav .inquiry-menu ul i {
    margin: 0.1em 0.5em 0 0;
    font-size: 110%;
  }
  #header .global-nav .inquiry-menu ul a:hover {
    color: #333;
  }
}

/*--------------------------------------
  # Contents
--------------------------------------*/

#contents {}

#main {}

/*--------------------------------------
  # Footer
--------------------------------------*/
#footer {
  position: relative;
}
#footer .footer-wrapper {
  position: relative;
  padding: 45px 25px 60px;
  background: #333;
}
#footer .information {
  margin-bottom: 35px;
  color: #fff;
  text-align: center;
}
#footer .information .site-title {
  margin-bottom: 0.5em;
  font-weight: 700;
}
#footer .information .site-title a {
  display: block;
  width: 116px;
  height: 0;
  margin: 0 auto;
  padding-top: 86px;
  background: url(../img/site-title.svg) no-repeat center 0;
  background-size: contain;
  overflow: hidden;
  transition: 0.2s;
}
#footer .information address {
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.6;
}
#footer .information address p {
  margin-bottom: 0;
}
#footer .copylight {
  color: #999;
  text-align: center;
  line-height: 1.2;
}
#footer .copylight small {
  font-size: 1.1rem;
}

@media (max-width: 949px) {
  #footer .footer-contact,
  #footer .footer-sitemap {
    display: none;
  }
}
@media (min-width: 950px) {
  #footer .footer-contact {
    position: relative;
    max-width: 1140px;
    margin: 0 auto -75px;
    padding: 0 min(6%, 80px);
    z-index: 1;
  }
  #footer .footer-contact ul {
    display: flex;
    gap: 1px;
    background: #d9d9d9;
  }
  #footer .footer-contact li {
    flex: 1;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  }
  #footer .footer-contact li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  }
  #footer .footer-contact li:not(.tel):hover:before {
    transform: scale(1.1);
    box-shadow: 0 30px 60px -8px rgb(0 0 0 / 15%);
    opacity: 1;
    z-index: 3;
  }
  #footer .footer-contact li a,
  #footer .footer-contact li.tel>span {
    position: relative;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
    color: #333;
    font-size: 2.4rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.4;
    z-index: 2;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  }
  #footer .footer-contact li i {
    margin: 0.1em 0.5em 0 0;
    font-size: 130%;
  }
  #footer .footer-contact li a:hover {
    background: none;
    transform: scale(1.1);
    z-index: 4;
  }
  #footer .footer-contact li.tel>span>span {
    font-family: "Jost", sans-serif;
    font-size: min(2.8vw, 3.8rem);
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
  #footer .footer-contact li.tel .sub {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  #footer .footer-wrapper {
    padding: 120px 0 5px;
  }
  #footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 min(6%, 80px);
  }
  #footer .information {
    text-align: left;
  }
  #footer .information .site-title {
    display: flex;
    gap: 30px;
  }
  #footer .information .site-title a {
    width: 136px;
    margin: 0;
    padding-top: 75px;
  }
  #footer .information .site-title a:hover {
    opacity: 0.7;
  }
  #footer .information address {
    margin-top: -45px;
    padding-left: 166px;
  }
  #footer .footer-sitemap {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
  }
  #footer .footer-sitemap ul {
    margin-left: min(4%, 60px);
  }
  #footer .footer-sitemap ul li {
    margin: 0 0 8px;
  }
  #footer .footer-sitemap ul li a {
    display: inline-block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
  }
  #footer .footer-sitemap ul li a:hover {
    transform: translateX(10px);
  }
  #footer .copylight {
    width: 100%;
    text-align: left;
  }
  #footer .copylight small {
    font-size: 1.2rem;
  }
}

/*--------------------------------------
  # fixed-nav
--------------------------------------*/
#fixed-nav {
  position: fixed;
  z-index: 990;
  transition: 0.2s;
}
#fixed-nav ul {
  display: flex;
}
#fixed-nav ul li a {
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
}
#fixed-nav ul li a .small {
	display: block;
	font-size: 1.0rem;
	font-weight: 300;
}
@media (max-width: 949px) {
  #fixed-nav {
    right: 0;
    bottom: 0;
    width: 100%;
  }
  body:not(.scroll) #fixed-nav {
    transform: translateY(100%);
  }
  #fixed-nav ul {
    height: 60px;
    color: #fff;
    background: #222;
  }
  #fixed-nav ul li {
    position: relative;
    flex: 1;
  }
  #fixed-nav ul li:not(first-child) {
    border-left: 1px solid rgba(255,255,255,0.2);
  }
  #fixed-nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.4rem;
  }
  #fixed-nav ul li.tel a {
    font-size: 1.6rem;
  }
  #fixed-nav ul i {
    margin: 0.1em 0.3em 0 0;
    font-size: 1.1em;
  }
  #fixed-nav li.pagetop {
    flex: none;
    width: 60px;
    background: rgba(255,255,255,0.04);
  }
  #fixed-nav li.pagetop i {
    margin: 0;
    font-size: 2.2rem;
  }
	div.pagetop {
		display: none;
	}
}
@media (min-width: 950px) {
  #fixed-nav {
		top: 50%;
		left: calc(100% - 50px);
		transform: translate(0, -50%);
  }
  /*body:not(.scroll) #fixed-nav {
    transform: translateX(100%);
  }*/
  #fixed-nav ul {
    flex-direction: column;
    gap: 8px;
  }
  #fixed-nav ul li {
		background: #222;
		color: #fff;
    font-size: 1.6rem;
    transition: all 0.3s ease 0s;
  }
  #fixed-nav ul li:not(.tel) a {
		display: flex;
    flex-direction: column;
		align-items: center;
    width: 50px;
    padding: 20px 10px;
  }
  #fixed-nav ul li:not(.tel) a > span {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  #fixed-nav ul li:not(.tel) a i {
    margin: 0 0 0.5em;
    font-size: 1.1em;
  }
	#fixed-nav li:not(.tel):hover {
		transform: translateX(-10px);
    filter: brightness(1.1);
	}
  #fixed-nav li.tel {
    overflow: hidden;
  }
	#fixed-nav li.tel:hover {
		transform: translateX(calc(-100% + 50px));
	}
	#fixed-nav li.tel a {
		display: flex;
		align-items: center;
		padding: 10px 0;
    background: var(--linkColor);
    color: #fff;
    font-size: 2.2rem;
	}
	#fixed-nav li.tel a .icon {
		display: flex;
    flex-direction: column;
    align-items: center;
		gap: 3px;
		width: 50px;
		font-size: 1.2rem;
		letter-spacing: 2px;
	}
	#fixed-nav li.tel a .icon i {
		font-size: 1.5em;
	}
	#fixed-nav li.tel a .text {
		flex: 1;
		padding-right: 20px;
		white-space: nowrap;
	}
	#fixed-nav ul li a .small {
		margin: 0.2em 0;
	}
	#fixed-nav li.pagetop {
		display: none;
	}
  div.pagetop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    transition: 0.2s 0.2s opacity, 0.2s transform;
    z-index: 990;
  }
  body:not(.scroll) div.pagetop {
    transform: translateX(999%);
    opacity: 0;
    transition: 0.2s opacity, 0.2s 0.2s transform;
  }
  div.pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #333;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
  }
  div.pagetop a:hover {
    opacity: 0.6;
    transform: scale(1.1);
  }
}

/*--------------------------------------
  # Common
--------------------------------------*/

/* basic
--------------------*/

@media (max-width: 949px) {
  .hide-m {
    display: none !important;
  }
}

@media (min-width: 950px) {
  .hide-d {
    display: none !important;
  }
}

@media (max-width: 949px) {

  input,
  select,
  textarea {
    font-size: 16px;
  }
}

/* Font size */
.mini {
  font-size: 80%;
}

.small {
  font-size: 87.5%;
}

.big {
  font-size: 118%;
}

.large {
  font-size: 138%;
}

/* Color */
.fc-red {
  color: #F00;
}

/* Space */
.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

/* link */
a {
  color: inherit;
  text-decoration: underline;
}
a.link-icon {
  position: relative;
  display: inline-block;
  padding-left: 0.75em;
  transition: 0.2s;
}
a.link-icon:before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #333;
}

@media (min-width: 950px) {

  a[href^="tel:"],
  a:hover {
    text-decoration: none;
  }
}

/* text */
p {
  margin-bottom: 1.6em;
}

p.aligncenter {
  text-align: center;
}

p.alignleft {
  text-align: left;
}

p.alignright {
  text-align: right;
}

/* align */
img.aligncenter,
img.alignleft,
img.alignright,
div.aligncenter,
div.alignleft,
div.alignright {
  display: block;
  margin: 0 auto 1.5em;
  text-align: center;
}

div.aligncenter img,
div.alignleft img,
div.alignright img {
  display: block;
  margin-bottom: 0.2em;
}

@media (min-width: 950px) {

  p.aligncenter-d {
    text-align: center;
  }

  img.aligncenter,
  img.alignleft,
  div.alignleft {
    float: left;
    clear: left;
    max-width: 35%;
    margin: 0 60px 60px 0;
  }

  img.alignright,
  div.alignright {
    float: right;
    clear: right;
    max-width: 35%;
    margin: 0 0 60px 60px;
  }
}

/* indent */

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-icon {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.indent-icon i {
  display: inline;
  margin-right: 0.4em;
}

/* List */
ul.reset,
ol.reset {
  list-style: none;
}

ul:not(.reset) {
  list-style: disc;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

ol:not(.reset) {
  list-style: decimal;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  overflow: hidden;
}

ul:not(.reset)>li,
ol:not(.reset)>li {
  margin: 0.1em 0;
}

ul:not(.reset) ul:not(.reset),
ol:not(.reset) ul:not(.reset) {
  list-style: circle;
  margin-bottom: 0;
}

/* Table */
table {
  width: 100%;
  margin: 0.8em 0 1.6em;
  background: #FFF;
  border-top: 1px solid #d1d1d1 !important;
	-webkit-text-size-adjust: 100%;
}
table caption {
  margin-bottom: 0.25em;
  font-weight: bold;
  text-align: left;
}
table th,
table td {
  padding: 15px;
  border-bottom: 1px solid #d1d1d1 !important;
}
table th:not(:last-child),
table td:not(:last-child) {
  border-right: 1px solid #d1d1d1;
}
table th {
  font-weight: 600;
  background: #ededed;
}
table.layout {
	width: auto;
	margin: 0;
	border: none !important;
}
table.layout th,
table.layout td {
	display: table-cell !important;
	width: auto !important;
	padding: 0 !important;
	border: none !important;
}
table.layout th {
	color: #333 !important;
  font-weight: 400;
	white-space: nowrap;
  background: none;
}
.tablepress {
	--text-color: #333 !important;
	--head-bg-color: #ededed !important;
}
.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>* {
  border-top: none !important;
}

@media (max-width: 949px) {
  .js-scrollable {
    position: relative;
    width: 100%;
    margin: 0.8em 0 1.6em;
    padding-bottom: 5px;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
  .js-scrollable>table {
    width: 200vw;
    margin: 0;
  }
  .js-scrollable::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .js-scrollable::-webkit-scrollbar-track {
    background: #EEE;
    border-radius: 5px;
  }
  .js-scrollable::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  table.sp-style th,
  table.sp-style td {
    display: block !important;
    width: 100%;
		padding: 10px 15px;
  }
  table.sp-style th {
    border: none !important;
  }
}
.js-scrollable div.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.js-scrollable div.scroll-hint-icon-wrap .scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  padding: 20px 10px 10px 10px;
  background: rgba(0,0,0,.7);
  text-align: center;
  border-radius: 5px;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity .3s;
  opacity: 0;
}
.js-scrollable div.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}
.js-scrollable div.scroll-hint-icon-wrap .scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.js-scrollable div.scroll-hint-icon-wrap .scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}
.js-scrollable div.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.js-scrollable div.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
.js-scrollable div.scroll-hint-icon-wrap .scroll-hint-text {
  color: #fff;
  font-size: 1.2rem;
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.clear {
  clear: both;
}

.anchor {
  display: block;
  transform: translateY(-30px);
}

a.link-mark {
  position: relative;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  text-decoration: none;
  line-height: 1.2;
}

a.link-mark::before {
  content: '\f054';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  color: #FFF;
  font-size: 11px;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  background: #61991e;
  border-radius: 100%;
}

a.link-mark span {
  display: block;
  text-decoration: underline;
}

a.link-mark:hover span {
  text-decoration: none;
}



/* faq */

.faq-block {
  margin-top: -10px;
}

.faq-block .faq-item {}

.faq-block .faq-item .faq-item-question {
  border-bottom: 1px solid #BBB;
}

.faq-block .faq-item .faq-item-question a {
  position: relative;
  display: block;
  padding: 13px 1.5em 13px 0;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0;
}

.faq-block .faq-item .faq-item-question a:before {
  content: "\f056";
  position: absolute;
  right: 0;
  top: 50%;
  color: #8c7038;
  font-family: "Font Awesome 6 Free";
  transform: translateY(-50%);
  transition: 0.2s;
}

.faq-block .faq-item:not(.open) .faq-item-question a:before {
  content: "\f055";
  color: #999;
}

.faq-block .faq-item .faq-item-answer {
  padding: 10px 0 30px;
  font-size: 1.4rem;
  border-bottom: 1px solid #BBB;
  overflow: hidden;
  transition: 0.2s;
}

.faq-block .faq-item:not(.open) .faq-item-answer {
  height: 0;
  padding: 0;
  border-bottom: 0;
  line-height: 0;
}

.faq-block .faq-item .faq-item-answer>*:last-child {
  margin-bottom: 0;
}

@media (min-width: 950px) {
  .faq-block {}

  .faq-block .faq-item {}

  .faq-block .faq-item .faq-item-question {}

  .faq-block .faq-item .faq-item-question a {
    padding: 16px 2em 16px 0;
    font-size: 1.8rem;
  }

  .faq-block .faq-item .faq-item-question a:before {
    font-size: 1.1em;
  }

  .faq-block .faq-item:not(.open) .faq-item-question a:before {}

  .faq-block .faq-item .faq-item-answer {
    padding: 15px 0 40px;
    font-size: 1.6rem;
  }

  .faq-block .faq-item:not(.open) .faq-item-answer {}

  .faq-block .faq-item .faq-item-answer>*:last-child {}
}

/* Tab Layout */
.tab-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 1.5em;
}
.tab-layout .tab-input {
  display: none;
}
.tab-layout .tab-label {
  order: -1;
  position: relative;
  flex: 1;
  padding: 12px 10px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  line-height: 1.6;
  letter-spacing: 1px;
  border: 1px solid #333;
  z-index: 2;
  opacity: 0.5;
  cursor: pointer;
}
.tab-layout .tab-label:not(:last-of-type) {
  margin-right: 10px;
}
.tab-layout .tab-content {
  position: relative;
  width: 100%;
  height: 0;
  /* overflow: hidden; */
  opacity: 0;
  z-index: 1;
}
.tab-layout .tab-content:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  display: block;
  width: 100vw;
  height: 1px;
  background: #333;
  transform: translateX(-50%);
}
.tab-layout .tab-input:checked+.tab-label {
  padding: 15px 10px;
  background: #fff;
  font-weight: 700;
  border-bottom: none;
  opacity: 1;
}
.tab-layout .tab-input:checked+.tab-label+.tab-content {
  height: auto;
  padding-top: 30px;
  opacity: 1;
  transition: .5s opacity;
}
@media (min-width: 950px) {
  .tab-layout .tab-label {
    padding: 15px 10px;
  }
  .tab-layout .tab-label:not(:last-of-type) {
    margin-right: 20px;
  }
  .tab-layout .tab-input:checked+.tab-label {
    padding: 20px 10px;
  }
  .tab-layout .tab-input:checked+.tab-label+.tab-content {
    padding-top: 80px;
  }
}