@charset "utf-8";
/* Reset
----------------------------------------------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0
}
ul[role='list'], ol[role='list'] {
  list-style: none
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.5
}
h1, h2, h3, h4, button, input, label {
  line-height: 1.1
}
h1, h2, h3, h4 {
  text-wrap: balance
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor
}
img, picture {
  max-width: 100%;
  display: block
}
input, button, textarea, select {
  font: inherit
}
textarea:not([rows]) {
  min-height: 10em
}
:target {
  scroll-margin-block: 5ex
}
/* Break Point
----------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /*16px * 62.5% = 10px*/
}
body {
  font-size: 1.6rem;
  /*10px * 1.6 = 16px*/
}
.vpc1367_in {
  display: inline !important;
}
.vsp1367 {
  display: none !important;
}
.vsp1367_in {
  display: none !important;
}
@media screen and (max-width: 1367px) {
  .vsp1367 {
    display: block !important;
  }
  .vsp1367_in {
    display: inline !important;
  }
  .vpc1367, .vpc1367_in {
    display: none !important;
  }
}
.vpc1023_in {
  display: inline !important;
}
.vsp1023 {
  display: none !important;
}
.vsp1023_in {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .vsp1023 {
    display: block !important;
  }
  .vsp1023_in {
    display: inline !important;
  }
  .vpc1023, .vpc1023_in {
    display: none !important;
  }
}
.vpc767_in {
  display: inline !important;
}
.vsp767 {
  display: none !important;
}
.vsp767_in {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .vsp767 {
    display: block !important;
  }
  .vsp767_in {
    display: inline !important;
  }
  .vpc767, .vpc767_in {
    display: none !important;
  }
}
/* Common
----------------------------------------------------------------------------------------------------*/
body {
  background-color: #FFF;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit; /* 必要に応じて色も調整 */
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-height: 100%;
    position: relative;
  }
  body {
    margin: 0;
    padding: 0;
  }
}
/* リンクカラー */
a {
  color: #0a0a0a; /* default #0a0a0a */
}
/* テキストカラー */
.color-primary {
  color: #0080CB; /* default #1779ba */
}
.color-secondary {
  color: #003775; /* default #767676 */
}
.color-success {
  color: #009245; /* default #00913A */
}
.color-warning {
  color: #FF8B51; /* default #f29600 */
}
.color-alert {
  color: #C1272D; /* default #cc4b37 */
}
/* ボタンカラー */
.button {
  padding: 1rem;
  background-color: #666666; /* default #666666 */
  border: none;
  border-radius: 1rem;
  font-weight: bold;
  color: #fefefe;
  transition: 0.5s;
}
.button:hover, .button:focus {
  background-color: #333333; /* default #333333 */
  color: #fefefe;
}
.button.primary {
  background-color: #0080CB; /* default #1779ba */
  color: #FFF;
}
.button.primary:hover, .button.primary:focus {
  background-color: #14679e; /* default #14679e */
  color: #fefefe;
}
.button.secondary {
  background-color: #003775; /* default #767676 */
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e; /* default #5e5e5e */
  color: #fefefe;
}
.button.success {
  background-color: #009245; /* default #00913A */
  color: #fefefe;
}
.button.success:hover, .button.success:focus {
  background-color: #006934; /* default #006934 */
  color: #fefefe;
}
.button.warning {
  background-color: #FF8B51; /* default #f29600 */
  color: #fefefe;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00; /* default #cc8b00 */
  color: #fefefe;
}
.button.alert {
  background-color: #FF181D; /* default #cc4b37 */
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #009245; /* default #a53b2a */
  color: #fefefe;
}
a.button {
  text-decoration: none;
}
/* ラベルカラー */
.label {
  display: inline-block;
  padding: 0;
  border-radius: 5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  white-space: nowrap;
  cursor: default;
  background: #666666;
  color: #fefefe;
}
.label.primary {
  background: #255938; /* default #1779ba */
  color: #fefefe;
}
.label.secondary {
  background: #998675; /* default #767676 */
  color: #fefefe;
}
.label.success {
  background: #8BBF73; /* default #00913A */
  color: #fefefe;
}
.label.warning {
  background: #FF8B51; /* default #f29600 */
  color: #fefefe;
}
.label.alert {
  background: #FF181D; /* default #cc4b37 */
  color: #fefefe;
}
/* Text Decoration */
sup {
  font-size: 1rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-center img {
  margin-left: auto;
  margin-right: auto;
}
/* Text Marker */
.marker {
  text-decoration: underline;
  text-decoration-thickness: 1rem;
  text-decoration-color: rgba(255, 255, 0, 0.8);
  text-underline-offset: -0.5rem;
  text-decoration-skip-ink: none;
}
/* Anker Link */
.jump_point {
  display: block;
  padding-top: 14rem;
  margin-top: -14rem;
}
@media screen and (max-width: 767px) {
  .jump_point {
    display: block;
    padding-top: 8.5rem;
    margin-top: -8.5rem;
  }
}
/* Header
----------------------------------------------------------------------------------------------------*/
.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  width: 100%;
  height: 14rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.header-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 161.8rem;
  margin: 0 auto;
  padding-left: 2rem;
}
.header__logo img {
  width: 37rem;
}
.header-nav {
  max-width: 108rem;
}
.header-inner__nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 3rem;
  margin: 0;
}
.header-inner__nav li {
  padding: 0;
  list-style: none;
}
.header-inner__nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(13vw, 24.5rem);
  height: 8rem;
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.5s;
}
/*　ホバーアクション　*/
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(12.5em);
  }
}
.header-inner__nav li a {
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}
.header-inner__nav li a::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 5rem;
  display: block;
  position: absolute;
  top: 0;
  left: -10rem;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.header-inner__nav li a:hover {
  background-color: #006666;
  color: #fff;
}
.header-inner__nav li a:hover::before {
  transform: skewX(-45deg) translateX(40rem);
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header {
    z-index: 1000;
    height: 8.5rem;
    padding: 0 0 0 1rem;
  }
  .header-inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .header__logo {
    z-index: 999;
    margin-left: 0;
  }
  .header__logo img {
    width: 27rem;
    margin-top: 2rem;
  }
  .header__item {
    width: 100%;
  }
  .header-inner__nav li a {
    width: 24.5rem;
    color: #FFF;
  }
}
@media screen and (max-width: 767px) {
.header-inner {
  padding-left: 0.5rem;
  }
}
/* ハンバーガーメニュー（スマホのみ）
----------------------------------------------------------------------------------------------------*/
.nav-toggle, .nav-toggle-label {
  display: none; /* PC では非表示 */
}
@media screen and (max-width: 1024px) {
  /* チェックボックスを画面外へ */
  .nav-toggle {
    position: absolute;
    left: -9999px;
  }
  /* ハンバーガーアイコン表示 */
  .nav-toggle-label {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 32px;
    cursor: pointer;
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 1101;
  }
  .nav-toggle-label span {
    display: block;
    width: 100%;
    height: 4px;
    background: #4C4948;
    transition: transform .25s, opacity .25s;
  }
  .nav-toggle-label span:nth-child(2) {
    background: #357DCE;
  }
  /* ナビを縦方向のドロワーに変更（初期は閉じる） */
  .header-inner__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 75%;
    max-width: 345px;
    height: 100%;
    background: #4C4948;
    opacity: 1;
    padding: 80px 24px 24px; /* ハンバーガーと重ならないよう余白 */
    transform: translateX(100%);
    transition: transform .3s ease;
    box-shadow: -4px 0 12px rgba(0, 0, 0, .1);
    z-index: 1000;
    color: #FFF;
  }
  .header-inner__nav ul {
    flex-direction: column;
    gap: 1.25rem;
  }
  /* チェックが入ったらメニューを開き、アイコンを × 形状へ */
  .nav-toggle:checked ~ .header-inner__nav {
    transform: translateX(0);
  }
  .nav-toggle:checked + .nav-toggle-label span {
    background: #357DCE;
  }
  .nav-toggle:checked + .nav-toggle-label span:nth-child(1) {
    transform: translateY(20px) rotate(45deg);
  }
  .nav-toggle:checked + .nav-toggle-label span:nth-child(2) {
    opacity: 0;
  }
  .nav-toggle:checked + .nav-toggle-label span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  /* body のスクロールを止める */
  .nav-toggle:checked ~ .header-inner__nav, .nav-toggle:checked ~ * { /* チェックが入ったら */
    overscroll-behavior: contain;
  }
  body:has(#nav-toggle:checked) {
    overflow: hidden; /* 背景をスクロール不能に */
  }
}
/* Header scroll
----------------------------------------------------------------------------------------------------*/
/*　上に上がる動き　*/
.header.UpMove {
  animation: UpAnime 1s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    transform: translateY(-250px);
  }
}
/*　下に下がる動き　*/
.header.DownMove {
  animation: DownAnime 1s;
  /*animation: DownAnime 1s forwards;*/
}
@keyframes DownAnime {
  from {
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
  width: 100%;
  padding: 8rem 0 0;
  background: #006666;
  color: #FFF;
}
.footer__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: min(90vw, 136rem);
  margin: 0 auto;
  text-align: left;
}
.footer__item-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48.5rem;
}
.footer__item-right {
  width: 48.5rem;
}
.footer__item__address {
  margin-bottom: 2rem;
  font-size: 2rem;
}
.footer__item__address h4 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
.footer__item-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80rem;
  background-color: #00839E;
  padding: .5rem 2.5rem;
  margin: 10rem auto 0;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.footer__item-center a {
  padding: 1rem;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
}
.footer__item-center a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 3rem 0 0;
  }
  .footer__item {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
  }
  .footer__item-left {
    width: calc(100% - 4rem);
    padding: 0 3rem;
    background: none;
  }
  .footer__item-right {
    width: 100%;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__item {
    flex-direction: column;
  }
  .footer__item-left, .footer__item-right {
    width: 100%;
  }
  .footer__item-left {
    width: 100%;
    min-width: 33rem;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .footer__item-right {
    width: 100%;
    min-width: 33rem;
    margin: 0 auto;
  }
  .footer__item-center {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    padding: 1rem 0.5rem 2rem;
    margin: 5rem auto 0;
  }
  .footer__item__address {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .footer__item__address span {
    font-size: 1.2rem;
  }
  .footer__item__address h4 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
/* Footer Nav
----------------------------------------------------------------------------------------------------*/
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 76rem;
}
.footer__nav ul {
  width: 50%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer__nav ul ul {
  width: 100%;
}
.footer__nav li {
  padding: 0;
  margin-bottom: 1rem;
  list-style-type: none;
}
.footer__nav li a {
  width: 100%;
  padding: 1rem;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}
.footer__nav li a:hover {
  opacity: 0.5;
}
.footer__nav li li a {
  font-size: 1.8rem;
  font-weight: 500;
}
.footer__nav .footer__nav-list {
  width: calc(96% / 2);
  margin-bottom: 3rem;
}
.footer__nav .footer__sublist {
  margin-top: 1rem;
}
.footer__nav .footer__sublist a {
  border-left: none;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
}
.footer__nav .footer__sublist a:hover {
  opacity: 0.5;
}
.footer__nav .footer__nav-list .footer__masterlist {
  position: relative;
  padding-left: 15px;
}
.footer__nav .footer__nav-list .footer__masterlist:before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0.6rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FFF;
}
@media screen and (max-width: 1024px) {
  .footer__nav {
    justify-content: space-between;
    gap: 3rem;
    width: 100%;
    margin-bottom: 5rem;
  }
  .footer__nav .footer__nav-list {
    width: 100%;
    margin-bottom: 0;
  }
  .footer__nav .footer__sublist {
    width: 100%;
  }
}
/* Footer Copy
----------------------------------------------------------------------------------------------------*/
.footer-copy {
  padding: 0;
  color: #FFF;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    font-size: 1rem;
    text-align: center;
  }
}
/* Page Top
----------------------------------------------------------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #00839E;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  transition: 0.5s;
  border-radius: 8px;
}
.pagetop a:hover {
  display: block;
  background-color: #006666;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
/* Container
----------------------------------------------------------------------------------------------------*/
.container {
  width: 100%;
}
.contents {
  width: 100%;
  margin: 0 auto;
}
.main {
  background-color: #FFF;
  text-align: left;
}
/* Button
----------------------------------------------------------------------------------------------------*/
.sec-link__btn button,
.sec-link__btn a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 3rem;
  vertical-align: middle;
  text-decoration: none;
  background-color: #FFF;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more,
a.learn-more {
  width: 28rem;
  height: auto;
}
button.learn-more .circle,
a.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 5rem;
  height: 5rem;
  background: #00B2A9;
  border-radius: 3rem;
}
.resetbtn button.learn-more .circle {
  background: #646464;
}
button.learn-more .circle .icon,
a.learn-more .circle .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow,
a.learn-more .circle .icon.arrow {
  position: absolute;
  top: 18%;
  left: 2.2rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  background: none;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.8rem solid #fff;
  pointer-events: none;
}
button.learn-more .button-text,
a.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #00B2A9;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.resetbtn button.learn-more .button-text {
  color: #646464;
}
button:hover .circle,
a:hover .circle {
  width: 100%;
}
button:hover .button-text,
.resetbtn button:hover .button-text,
a:hover .button-text {
  color: #fff;
}