@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

:root {
  interpolate-size: allow-keywords;
  --color-base: #000;
  --color-gray: #f5f5f5;
  --color-hover: #55565a;
  --color-blue: #02b2ba;
  --color-yellow: #ffdc4a;
  --color-orange: #fe9f4d;
  --color-btnorange: #fbae17;
  --color-blue-rgb: 2, 178, 186;
  --font-family: "Noto Sans JP","-apple-system","BlinkMacSystemFont","Segoe UI","Hiragino Sans","Hiragino Kaku Gothic ProN","Meiryo", sans-serif;
  --cubic-bezier: cubic-bezier(.4,.4,0,1);
  --max-w: 1240px;
  --max-s: 1140px;
  --hd-h: 80px;
}
@media screen and (max-width: 767.98px) {
  :root {
    --hd-h: 50px;
  }
}

@view-transition {
  navigation: auto;
}
html {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  font-size: 2.6vw;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scroll-padding-top: var(--hd-h);
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 3.73vw;
    font-size: min(3.73vw, 16px);
  }
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  color: var(--color-base);
  font-size: 1rem;
  background: #fff;
  word-break: normal;
}

ul, ol, li {
  list-style: none;
}

a {
  color: var(--color-base);
  text-decoration: none;
}

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

img[src$=".svg"] {
  width: 100%;
}

svg:not(:root) {
  overflow: hidden;
  max-width: 100%;
}

.ib {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .only-pc {
    display: none;
  }
}
/* header */
.g-hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
}
.g-hd_wrap {
  display: flex;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  height: var(--hd-h);
  align-items: center;
}
.g-hd_id {
  width: 25%;
  max-width: 120px;
}
.g-hd_btn, .g-hd_menu {
  margin-left: auto;
}
.g-hd_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 2em;
  font-weight: 700;
  color: #fff;
  border-radius: 0.5rem;
  background-color: var(--color-blue);
  transition: background-color 0.2s ease-in-out;
}
@media (any-hover: hover) {
  .g-hd_btn a:hover {
    background-color: var(--color-hover);
  }
}
.g-hd_menu {
  position: relative;
  width: 2rem;
  z-index: 50;
}
.g-hd_menu_btn {
  display: block;
  position: relative;
  padding-bottom: 100%;
  cursor: pointer;
}
.g-hd_menu_btn::before, .g-hd_menu_btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-blue);
  transition: all 0.3s;
}
.g-hd_menu_btn::before {
  top: 16%;
}
.g-hd_menu_btn::after {
  bottom: 16%;
}
.g-hd_menu_btn i {
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background-color: var(--color-blue);
  transition: opacity 0.4s;
}
@media print, screen and (min-width: 768px) {
  .g-hd_btn + .g-hd_menu {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .g-hd_id {
    max-width: 90px;
  }
  .g-hd_btn + .g-hd_menu {
    margin-left: 1.5rem;
  }
  .g-hd_btn a {
    font-size: 0.875rem;
    padding: 0.375em 0.75em;
  }
}

.g-nav {
  position: absolute;
  top: 0;
  width: 400px;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-y: auto;
  z-index: 10;
  background-color: #e7f4f5;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  transform: translateY(-120%);
  transition: transform 0.4s 0.2s ease-in-out;
}
.g-nav_menu {
  overflow: hidden;
  overflow: clip;
  height: 0;
  opacity: 0;
  transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.4s ease-in-out;
}
.g-nav_menu_list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.g-nav_menu_list a {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.g-nav_menu_list a > * {
  pointer-events: none;
}
.g-nav_menu_list .main {
  font-weight: 700;
  min-width: 13em;
}
.g-nav_menu_list .en {
  display: inline-flex;
  align-items: center;
  font-size: 0.65rem;
  color: var(--color-blue);
}
.g-nav_menu_list .en::before {
  content: "(";
  flex-shrink: 0;
}
.g-nav_menu_list .en::after {
  content: ")";
  flex-shrink: 0;
}
.g-nav_id {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: var(--hd-h);
  padding: 0 1rem;
}
.g-nav_id > .id {
  display: block;
  width: calc(100% - 4rem);
  max-width: 120px;
}
.g-nav_sns_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.g-nav_sns_list > li {
  width: calc(50% - 0.5rem);
}
.g-nav_sns_list a {
  display: block;
  padding: 0.5rem;
  background-color: rgba(var(--color-blue-rgb), 0.15);
  border-radius: 0.5rem;
}
.g-nav_submenu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 0px;
  margin-top: 1.5rem;
  text-align: center;
  padding: 0 4%;
  font-size: 0.875rem;
  line-height: 1.1;
}
.g-nav_submenu_list > li {
  display: inline-block;
  margin-left: -1px;
  padding: 0 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}
.g-nav_close {
  margin-top: 1.5rem;
  text-align: center;
}
.g-nav_close_btn {
  padding: 0.625rem 4.5rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 700;
  font-size: 0.9375rem;
  border-radius: 100vh;
}
@media print, screen and (min-width: 768px) {
  .g-nav {
    right: 2%;
  }
  .g-nav_submenu_list.only-sp {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .g-nav {
    left: 0;
    width: 100%;
    height: 100dvh;
  }
  .g-nav_id {
    padding: 0 4%;
  }
  .g-nav_id > .id {
    width: 25%;
  }
  .g-nav_menu_list a {
    padding: 0.5rem 4%;
  }
  .g-nav_sns_list {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (any-hover: hover) {
  .g-nav a {
    transition: opacity 0.3s ease-in-out;
  }
  .g-nav a:hover {
    opacity: 0.6;
  }
}

body.menu-active .g-hd_menu_btn::before {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
body.menu-active .g-hd_menu_btn::after {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}
body.menu-active .g-hd_menu_btn i {
  opacity: 0;
}
body.menu-active .g-nav {
  transform: translateY(0);
  transition: transform 0.4s ease-in-out;
}
body.menu-active .g-nav_menu {
  padding-bottom: 2rem;
  height: auto;
  opacity: 1;
  transition: height 0.4s 0.2s ease-in-out, opacity 0.4s 0.2s ease-in-out, padding 0.4s 0.2s ease-in-out;
}

/* footer */
.g-ft {
  padding: 5rem 0 2.5rem;
  text-align: center;
  border-top: 0.25rem solid #b8e2e4;
  background-color: var(--color-gray);
}
.g-ft_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--color-blue);
  gap: 2rem;
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
.g-ft_nav .col {
  min-width: 10rem;
}
.g-ft_nav_ttl {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
}
.g-ft_nav_ttl > span {
  background-color: #fff;
}
.g-ft_nav_list {
  color: var(--color-blue);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}
.g-ft_nav_list > li {
  display: flex;
  align-items: center;
}
.g-ft_nav_list > li::before {
  content: "·";
  margin-right: 0.125em;
  flex-shrink: 0;
}
.g-ft_nav_list > li + li {
  margin-top: 0.25em;
}
.g-ft_nav_list > li .main, .g-ft_nav_list > li .en {
  display: inline-block;
}
.g-ft_nav_list > li .main {
  padding-right: 0.5em;
}
.g-ft_nav_list > li .en::before {
  content: "(";
}
.g-ft_nav_list > li .en::after {
  content: ")";
}
.g-ft_nav_list > li a {
  display: flex;
  color: var(--color-blue);
  transition: color 0.3s ease-in-out;
}
.g-ft_nav_sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 1em;
}
.g-ft_nav_sub a {
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.g-ft_bottom {
  font-size: 0.75rem;
  padding-left: 4%;
  padding-right: 4%;
}
@media print, screen and (min-width: 768px) {
  .g-ft_bottom {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 4rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .g-ft {
    padding: 3rem 0 1.5rem;
  }
  .g-ft_bottom {
    margin-top: 1.5rem;
  }
  .g-ft_nav_sub {
    gap: 0.5em 0.75em;
  }
  .g-ft .copyright {
    margin-top: 0.5rem;
  }
}
@media (any-hover: hover) {
  .g-ft_nav_list a:hover {
    color: var(--color-hover);
  }
  .g-ft_nav_sub a:hover {
    color: var(--color-blue);
  }
}

/* parts */
.main-contents {
  padding-top: var(--hd-h);
}

.container {
  width: 92%;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}
.container._narrow {
  max-width: var(--max-s);
}

.btn-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  border-radius: 0.5rem;
  font-weight: 700;
  background-color: var(--color-yellow);
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  border-radius: 0.5rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-btnorange);
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .btn-yellow:hover {
    color: #fff;
    background-color: var(--color-blue);
  }
  .btn-orange:hover {
    background-color: var(--color-blue);
  }
}

.text-blue {
  color: var(--color-blue);
}
.text-white {
  color: #fff;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.faq-list {
  border-top: 1px solid var(--color-blue);
}
.faq-list_item {
  position: relative;
  border-bottom: 1px solid var(--color-blue);
}
.faq-list_label {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-hover);
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.faq-list_label i {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
.faq-list_label i::before, .faq-list_label i::after {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
}
.faq-list_label i::before {
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: scaleY(0.5);
}
.faq-list_label i::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: scaleX(0.5);
}
.faq-list_label .q {
  width: calc(100% - 2rem);
  padding-left: 1rem;
}
.faq-list_answer {
  padding-left: 3rem;
  line-height: 1.75;
  overflow: hidden;
  overflow: clip;
  height: 0;
  opacity: 0;
  transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out, padding 0.2s ease-in-out;
}
.faq-list_check {
  position: absolute;
  -webkit-apperance: none;
  apperance: none;
  opacity: 0;
  pointer-events: none;
}
.faq-list_check:checked ~ .faq-list_label {
  color: var(--color-blue);
}
.faq-list_check:checked ~ .faq-list_label i {
  transform: rotate(45deg);
}
.faq-list_check:checked ~ .faq-list_answer {
  padding-bottom: 1.5rem;
  opacity: 1;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .faq-list_label {
    font-size: 1.125rem;
  }
}

/* loader */
.loader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10001;
  background-color: #fff;
  transition: opacity 0.5s 0.3s var(--cubic-bezier), visibility 0.5s 0.3s var(--cubic-bezier);
}
.loader .logo {
  display: block;
  width: 25%;
  max-width: 150px;
}

body.loaded .loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* animation */
.js-scrView._fadeIn {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.js-scrView._fadeUp {
  opacity: 0;
  transform: translateY(2rem);
  transition: transform 1.6s var(--cubic-bezier), opacity 0.8s ease-in-out;
}
.js-scrView._zoomIn {
  opacity: 0;
  transform: scale(0.75);
  transition: transform 1.6s var(--cubic-bezier), opacity 0.8s ease-in-out;
}

body.loaded .js-scrView._fadeIn.active, body.loaded .js-scrView._fadeUp.active, body.loaded .js-scrView._zoomIn.active {
  opacity: 1;
  transform: none;
}