@charset "UTF-8";
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

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

/* color */ /* container */
/* font */
/* hover */
/* icon */
/* line */
/* @media */
/* container */
/* font */
@font-face {
  font-family: "APJapanesefont";
  src: url("../assets/font/anzu.woff") format("woff"), url("../assets/font/anzu.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Itim-Regular";
  src: url("../assets/font/Itim-Regular.woff") format("woff"), url("../assets/font/Itim-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "uzura";
  src: url("../assets/font/uzura.woff") format("woff"), url("../assets/font/uzura.eot") format("eot");
  font-display: swap;
}
/* hover */
/* icon */
/* line */
/* @media */
/* bullet-list */
/* card */
/* cards */
/* CTA */
/* datalist */
/* form */
/* grid-list */
/* map-fb */
/* media */
/* nav */
/* slider */
/* table */
/* tab-panel*/
/* youtube */
/* bullet-list */
.bullet-list {
  color: #252525;
}
.bullet-list > :last-child {
  margin-bottom: 0;
}
.bullet-list .sub--link-wrapper p {
  margin-bottom: 20px;
}
.bullet-list__title {
  text-align: center;
  color: #0a4867;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .bullet-list__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .bullet-list__title {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .bullet-list__title {
    font-size: 18px;
  }
}
.bullet-list__item {
  margin-bottom: 0.5em;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .bullet-list__item {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .bullet-list__item {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .bullet-list__item {
    font-size: 18px;
  }
}
.bullet-list__text {
  width: 90%;
  margin: 20px auto 0 auto;
}
.bullet-list__link {
  display: inline-block;
  font-size: 14px;
}
.bullet-list__link:focus, .bullet-list__link:hover {
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (min-width: 360px) {
  .bullet-list__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .bullet-list__link {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .bullet-list__link {
    font-size: 18px;
  }
}

/* card */
.card__img-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.card__img {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translateY(-50%);
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.card__img--link {
  box-sizing: border-box;
  box-shadow: 0 0 16px rgba(192, 192, 192, 0.2);
  border-radius: 8px;
  color: #252525;
}
.card__img--link:focus, .card__img--link:hover {
  transition: 0.25s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  cursor: pointer;
}
.card__img--link-text {
  margin-left: 1em;
  line-height: 1.3;
}
.card__body {
  padding: 5px 0px 5px 0px;
  text-align: left;
}
.card__body > *:last-child {
  margin-bottom: 0;
}
.card__title {
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-weight: bold;
  color: #252525;
}
.card__text {
  line-height: 1.5;
  text-align: left;
  font-size: 14px;
}
.card__number-buy-title {
  grid-column: 1/-1;
  grid-row: 1;
}
.card__number-buy-img {
  grid-column: 1/3;
  grid-row: 2;
}
.card__number-buy-list {
  grid-column: 3/-1;
  grid-row: 2;
  align-content: center;
}
.card__number-buy-text {
  grid-column: 1/-1;
  grid-row: 3;
}
.card__number-exp-01 {
  grid-column: 1/4;
  grid-row: 1;
}
@media screen and (min-width: 541px) {
  .card__number-exp-01 {
    grid-column: 1/3;
  }
}
.card__number-exp-02 {
  grid-column: 4/-1;
  grid-row: 1;
}
@media screen and (min-width: 541px) {
  .card__number-exp-02 {
    grid-column: 5/7;
  }
}
.card__number-exp-03 {
  grid-column: 1/4;
  grid-row: 6;
}
@media screen and (min-width: 541px) {
  .card__number-exp-03 {
    grid-column: 1/3;
    grid-row: 2;
    margin-top: 5px;
  }
}
.card__number-exp-04 {
  grid-column: 4/-1;
  grid-row: 6;
}
@media screen and (min-width: 541px) {
  .card__number-exp-04 {
    grid-column: 5/7;
    grid-row: 2;
    margin-top: 5px;
  }
}
.card__number-exp-05 {
  grid-column: 1/4;
  grid-row: 12;
}
@media screen and (min-width: 541px) {
  .card__number-exp-05 {
    grid-column: 1/3;
    grid-row: 3;
    margin-top: 5px;
  }
}
.card__number-exp-06 {
  grid-column: 4/-1;
  grid-row: 12;
}
@media screen and (min-width: 541px) {
  .card__number-exp-06 {
    grid-column: 5/7;
    grid-row: 3;
    margin-top: 5px;
  }
}
.card__number-exp-q-01 {
  grid-column: 1/-1;
  grid-row: 3;
}
@media screen and (min-width: 541px) {
  .card__number-exp-q-01 {
    grid-column: 3/5;
    grid-row: 1;
    margin-top: 15px;
  }
}
.card__number-exp-q-02 {
  grid-column: 1/-1;
  grid-row: 9;
}
@media screen and (min-width: 541px) {
  .card__number-exp-q-02 {
    grid-column: 3/5;
    grid-row: 2;
    margin-top: 15px;
  }
}
.card__number-exp-q-03 {
  grid-column: 1/-1;
  grid-row: 15;
}
@media screen and (min-width: 541px) {
  .card__number-exp-q-03 {
    grid-column: 3/5;
    grid-row: 3;
    margin-top: 15px;
  }
}

/* cards */
.cards {
  display: flex;
  flex-wrap: wrap;
}

.cards--col2 > .cards__item {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 541px) {
  .cards--col2 > .cards__item {
    width: 48.33333%;
    margin-right: 3.33333%;
  }
}
.cards--col2 > .cards__item:nth-of-type(2n) {
  margin-right: 0;
}

.cards--col3 > .cards__item {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 541px) {
  .cards--col3 > .cards__item {
    width: 48.33333%;
    margin-right: 3.33333%;
  }
}
@media screen and (min-width: 800px) {
  .cards--col3 > .cards__item {
    width: 31.707%;
    margin-right: 2.43902%;
  }
}
@media screen and (min-width: 541px) {
  .cards--col3 > .cards__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .cards--col3 > .cards__item:nth-of-type(2n) {
    margin-right: 2.43902%;
  }
}
@media screen and (min-width: 800px) {
  .cards--col3 > .cards__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.cards--col4 > .cards__item {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 541px) {
  .cards--col4 > .cards__item {
    width: 48.33333%;
    margin-right: 3.33333%;
  }
}
@media screen and (min-width: 1110px) {
  .cards--col4 > .cards__item {
    width: 23.78%;
    margin-right: 1.62602%;
  }
}
@media screen and (min-width: 541px) {
  .cards--col4 > .cards__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1110px) {
  .cards--col4 > .cards__item:nth-of-type(2n) {
    margin-right: 1.62602%;
  }
}
@media screen and (min-width: 1110px) {
  .cards--col4 > .cards__item:nth-of-type(4n) {
    margin-right: 0;
  }
}

.cards--grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 3.33333%;
}

.cards--mobile-only > .cards__item:last-child img {
  object-fit: contain;
  opacity: 0.3;
}
@media screen and (min-width: 800px) {
  .cards--mobile-only > .cards__item:last-child {
    display: none;
  }
}
@media screen and (max-width: 541px) {
  .cards--mobile-col2 > .cards__item {
    width: 48.33333%;
    margin-right: 3.33333%;
  }
  .cards--mobile-col2 > .cards__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* CTA */
.cta-area {
  text-align: center;
  background-color: rgba(246, 189, 114, 0.1);
}
.cta-area__title {
  color: #0a4867;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .cta-area__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .cta-area__title {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .cta-area__title {
    font-size: 18px;
  }
}
.cta-area__text {
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .cta-area__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .cta-area__text {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .cta-area__text {
    font-size: 18px;
  }
}
.cta-area__tel {
  font-size: 1.2rem;
}
@media screen and (min-width: 360px) {
  .cta-area__tel {
    font-size: 1.5rem;
  }
}

/* datalist */
.datalist > :last-child {
  margin-bottom: 0;
}
.datalist__header {
  border-left: 3px solid #6d95c0;
  padding-left: 0.3em;
  margin-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .datalist__header {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .datalist__header {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .datalist__header {
    font-size: 18px;
  }
}
.datalist__text {
  margin-bottom: 15px;
  padding-left: 15px;
  line-height: 2rem;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .datalist__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .datalist__text {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .datalist__text {
    font-size: 18px;
  }
}

/* form */
.form__title {
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .form__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .form__title {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .form__title {
    font-size: 18px;
  }
}
.form__input {
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 136, 204, 0.1);
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .form__input {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .form__input {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .form__input {
    font-size: 18px;
  }
}
@media screen and (min-width: 800px) {
  .form__input {
    width: 90%;
  }
}
.form__required {
  display: block;
  width: 48px;
  background-color: #CA4829;
  border-radius: 4px;
  color: #fff;
  padding: 4px;
  margin: 4px auto 0;
  font-size: 0.8rem;
}
.form__example {
  font-size: 0.9rem;
  color: rgba(192, 192, 192, 0.8);
}
.form__send {
  position: relative;
  display: flex;
  width: 100%;
  height: 128px;
  justify-content: center;
  align-items: center;
}
.form__send--btn {
  border: 2px solid #0a4867;
  background-color: #0a4867;
  box-shadow: 0 12px 16px rgba(192, 192, 192, 0.8);
  color: #fff;
  width: 380px;
  height: 88px;
  position: absolute;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
}
.form__send--btn-anime {
  opacity: 1;
  display: block;
  position: absolute;
  background-image: url("../assets/svg/icon/drone-mail.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  top: 25px;
  left: 118px;
}
.form__send--btn p {
  font-size: 1.5rem;
}
.form__send--btn-text {
  width: 380px;
  height: 88px;
  line-height: 88px;
  color: #fff;
  position: absolute;
  z-index: 103;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  font-weight: 700;
}
.form__send--btn.active .form__send--btn-anime {
  left: 200px;
  top: -750px;
  transition: left 6s cubic-bezier(0, 1.5, 0.5, -0.5) 0s, top 6s cubic-bezier(0.5, 1.5, 0.5, -1) 0s;
}
.form__error {
  display: block;
  width: 100%;
  padding: 4px;
  margin-top: 4px;
  font-size: 0.9rem;
  color: #CA4829;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .form__error {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .form__error {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .form__error {
    font-size: 18px;
  }
}
@media screen and (min-width: 800px) {
  .form__error {
    width: 90%;
  }
}
.form__error-title {
  padding: 4px;
  color: #CA4829;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .form__error-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .form__error-title {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .form__error-title {
    font-size: 18px;
  }
}
.form__error-title-box {
  text-align: center;
}
.form__error-send {
  color: #CA4829;
}

/* grid-list */
.grid-list {
  display: grid;
  grid-column-gap: 3em;
  grid-row-gap: 0.5em;
  grid-template-columns: repeat(2, 1fr);
  font-size: 12px;
  color: #252525;
}
@media screen and (min-width: 800px) {
  .grid-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1110px) {
  .grid-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-list__item-square {
  list-style-type: square;
  line-height: 1.1em;
}
.grid-list__item-square:last-child {
  list-style-type: none;
}

/* map-fb */
.map-fb-wrapper {
  display: block;
}
@media screen and (min-width: 800px) {
  .map-fb-wrapper {
    display: flex;
  }
}

.map-wrapper {
  max-width: 100%;
  flex-grow: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .map-wrapper {
    margin-right: 3.33333%;
    width: calc(100% + 340px + 3.33333%);
  }
}

.map {
  position: relative;
  border-radius: 8px;
  padding-top: 50%;
}
@media screen and (min-width: 800px) {
  .map {
    padding-top: 500px;
  }
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fb-wrapper {
  width: 100%;
  height: 100%;
  max-height: 500px;
}
@media screen and (min-width: 800px) {
  .fb-wrapper {
    max-width: 340px;
  }
}

.fb {
  display: none;
}
@media screen and (min-width: 360px) {
  .fb {
    display: block;
    position: relative;
    border-radius: 8px;
    padding-top: 100%;
  }
}
@media screen and (min-width: 360px) and (min-width: 800px) {
  .fb {
    padding-top: 500px;
  }
}
@media screen and (min-width: 360px) {
  .fb iframe {
    position: absolute;
    left: calc(50% - 170px);
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 360px) and (min-width: 800px) {
  .fb iframe {
    left: 0;
  }
}
.fb-logo {
  display: block;
}
@media screen and (min-width: 360px) {
  .fb-logo {
    display: none;
  }
}

/* media-half */
.media-half {
  display: block;
}
@media screen and (min-width: 541px) {
  .media-half {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 541px) {
  .media-half__img-wrapper {
    flex: 1;
  }
}
.media-half__img-wrapper-max {
  max-width: 150px;
  margin: auto;
}
@media screen and (min-width: 541px) {
  .media-half__img-wrapper-max {
    max-width: 250px;
  }
}
.media-half__img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (min-width: 541px) {
  .media-half__body {
    flex-shrink: 1;
    width: 48.33333%;
    margin-left: 3.33333%;
  }
}
.media-half__body > *:last-child {
  margin-bottom: 0;
}
.media-half__title-wrapper {
  text-align: end;
}
.media-half__title {
  padding-left: 1em;
  margin-bottom: -5px;
}
.media-half__sub-title {
  text-align: end;
  font-size: 0.7rem;
  margin-bottom: 5px;
}

.media {
  border-bottom: 1px solid rgba(10, 72, 103, 0.1);
  display: flex;
  max-width: 600px;
  justify-content: left;
  margin: 0 auto 0;
}
.media:focus, .media:hover {
  opacity: 0.5;
  cursor: pointer;
}
.media__body {
  flex-grow: 1;
}
.media__date {
  text-align: left;
  color: #C0C0C0;
  font-size: 1rem;
  margin-bottom: 10px;
}
.media__title {
  font-size: 14px;
  text-align: left;
  display: block;
  color: #252525;
}
@media screen and (min-width: 360px) {
  .media__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .media__title {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .media__title {
    font-size: 18px;
  }
}
.media__img-wrapper {
  margin-left: 3.33333%;
  width: 100px;
  height: 100px;
}
.media__img {
  object-fit: cover;
  width: 100%;
}

/* nav */
.nav-footer {
  display: grid;
  grid-row-gap: 1px;
  gap: 1px;
}
.nav-footer__link {
  padding-top: 10px;
  padding-bottom: 7px;
  display: block;
  background-color: rgba(109, 149, 192, 0.1);
  color: #252525;
  text-decoration: none;
  font-size: 14px;
}
.nav-footer__link:focus, .nav-footer__link:hover {
  color: rgba(218, 165, 32, 0.7);
  cursor: pointer;
}
@media screen and (min-width: 360px) {
  .nav-footer__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .nav-footer__link {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .nav-footer__link {
    font-size: 18px;
  }
}

.nav-ham {
  position: relative;
}
@media screen and (min-width: 800px) {
  .nav-ham {
    display: none;
  }
}
.nav-ham__list {
  margin-top: 40px;
  display: block;
}
.nav-ham__item {
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 1px;
}
.nav-ham__link {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 5px;
  display: block;
  color: #252525;
  text-decoration: none;
}
.nav-ham__link:focus, .nav-ham__link:hover {
  color: rgba(218, 165, 32, 0.7);
  cursor: pointer;
}
.nav-ham__bar-wrapper {
  background-color: transparent;
  width: 100%;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 101;
  border-color: transparent;
}
.nav-ham__bar-wrapper:focus, .nav-ham__bar-wrapper:hover {
  opacity: 0.5;
  cursor: pointer;
}
.nav-ham__bar-wrapper.nav-ham__close .nav-ham__bar-top {
  transform: translate(-50%, 10px) rotate(45deg);
  transition: transform 0.2s;
  z-index: 101;
  background-color: #fff;
}
.nav-ham__bar-wrapper.nav-ham__close .nav-ham__bar-middle {
  opacity: 0;
  transition: opacity 0.1s;
}
.nav-ham__bar-wrapper.nav-ham__close .nav-ham__bar-bottom {
  transform: translate(-50%, -10px) rotate(-45deg);
  transition: transform 0.2s;
  z-index: 101;
  background-color: #fff;
}
.nav-ham__bar {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #252525;
}
.nav-ham__bar-top {
  top: 17px;
}
.nav-ham__bar-middle {
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-ham__bar-bottom {
  bottom: 17px;
}
.nav-ham__ac-con {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
.nav-ham__inner {
  display: none;
  background-color: rgba(10, 72, 103, 0.9);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 30px;
  text-align: center;
  z-index: 100;
}

.nav-header {
  display: none;
}
@media screen and (min-width: 800px) {
  .nav-header {
    display: block;
  }
}
.nav-header__inner {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
}
.nav-header__item {
  margin: 0 auto;
}
.nav-header__link {
  font-size: 0.9rem;
  font-family: Helvetica, "游ゴシック Medium";
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 15px;
  color: #252525;
  text-decoration: none;
}
.nav-header__link:focus, .nav-header__link:hover {
  color: rgba(218, 165, 32, 0.7);
  cursor: pointer;
}
@media screen and (min-width: 1110px) {
  .nav-header__link {
    font-size: 0.9rem;
  }
}
.nav-header__link-ja {
  line-height: 1.3;
}
.nav-header__link-en {
  font-size: 0.9rem;
  font-family: "Itim-Regular", "游ゴシック Medium";
  color: #6d95c0;
}
.nav-header__link--contact {
  display: none;
  background-color: rgba(246, 189, 114, 0.2);
  border-radius: 30% 60% 70% 50%/70% 40% 70% 40%;
}
@media screen and (min-width: 1110px) {
  .nav-header__link {
    display: block;
  }
}
.nav-header__link--contact-label {
  display: none;
  background-color: rgba(246, 189, 114, 0.2);
  border-radius: 30% 60% 70% 50%/70% 40% 70% 40%;
  width: 100%;
  width: 128px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 102;
  border-color: transparent;
}
.nav-header__link--contact-label:focus, .nav-header__link--contact-label:hover {
  color: rgba(218, 165, 32, 0.7);
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  .nav-header__link--contact-label {
    display: block;
  }
}
@media screen and (min-width: 1110px) {
  .nav-header__link--contact-label {
    display: none;
  }
}

/* slider */
.swiper {
  height: 100%;
  position: relative;
}

.swiper-img {
  object-fit: contain;
  padding: 20px 40px 20px;
}

.swiper-button-prev::after {
  padding: 150px 60px;
  margin-right: 20px;
  color: #0a4867;
}

.swiper-button-next::after {
  padding: 150px 60px;
  margin-left: 20px;
  color: #0a4867;
}

span.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 20px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0a4867;
}

/* table */
.horizontal-table__inner {
  width: 100%;
  margin: auto;
}
.horizontal-table__row {
  border-bottom: 1px solid rgba(10, 72, 103, 0.1);
}
.horizontal-table__row:last-of-type {
  border-bottom: 0;
}
.horizontal-table__header {
  width: 23%;
  padding: 1em 0.5em 1em 0;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (min-width: 800px) {
  .horizontal-table__header {
    width: 37%;
  }
}
@media screen and (min-width: 360px) {
  .horizontal-table__header {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .horizontal-table__header {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .horizontal-table__header {
    font-size: 18px;
  }
}
.horizontal-table__text {
  padding: 20px 0px 20px 0px;
  padding: 1em 0 1em 0;
  line-height: 1.3;
  vertical-align: middle;
  color: #252525;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .horizontal-table__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .horizontal-table__text {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .horizontal-table__text {
    font-size: 18px;
  }
}

/* tab-panel */
.tab-panel__tab-group {
  display: flex;
  justify-content: center;
}
.tab-panel__tab-item {
  flex-grow: 1;
  padding: 20px;
  margin-left: 1px;
  list-style: none;
  border: solid 1px #0a4867;
  border-radius: 10px 10px 0px 0px;
  background: rgba(10, 72, 103, 0.9);
  text-align: center;
  color: #FCFAF2;
  cursor: pointer;
  font-family: "uzura", "游ゴシック Medium";
  font-weight: 600;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  .tab-panel__tab-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 490px) {
  .tab-panel__tab-item {
    font-size: 17px;
  }
}
@media screen and (min-width: 800px) {
  .tab-panel__tab-item {
    font-size: 18px;
  }
}
.tab-panel__tab-item.is-active {
  margin-bottom: -1px;
  background: #fff;
  border-bottom: transparent;
  color: #0a4867;
  transition: all 0.2s ease-out;
}
.tab-panel__panel-group {
  border-top: solid 1px #0a4867;
}
.tab-panel__panel-item {
  padding-top: 40px;
  margin-top: 20px;
  display: none;
  display: none;
}
.tab-panel__panel-item.is-show.is-show {
  display: block;
  display: block;
}
.tab-panel__panel-item-start {
  background-color: rgba(44, 173, 79, 0.4);
  padding: 15px;
}
.tab-panel__panel-item-power {
  background-color: rgba(0, 136, 204, 0.2);
  padding: 15px;
}
.tab-panel__panel-item-king {
  background-color: rgba(218, 165, 32, 0.2);
  padding: 15px;
}

/* youtube */
.youtube {
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.youtube__logo {
  position: absolute;
  z-index: 99;
  width: 68px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.youtube__3dots {
  position: absolute;
  z-index: 99;
  width: 18px;
  right: 6%;
  top: 10%;
}
.youtube__user-icon {
  position: absolute;
  z-index: 99;
  width: 40px;
  left: 3%;
  top: 5%;
  border-radius: 50%;
  border: solid 2px rgba(37, 37, 37, 0.1);
}