@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@400;500;700&display=swap");
/* Reset CSS - 2020.03
---------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, ruby, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption, canvas, embed, output, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-decoration: none;
  scroll-behavior: auto;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  line-height: 1;
  color: #333333;
  box-sizing: border-box;
}

body * {
  box-sizing: inherit;
  position: relative;
}

ol, ul {
  list-style: none;
}

hr {
  display: none;
}

address, em {
  font-style: normal;
}

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

input, button, textarea, select {
  -webkit-appearance: none;
  appearance: none;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

/* clearfix
---------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.fadeUp {
  opacity: 0;
  transform: translate(0, 100%);
  transition-delay: 0.1s;
  transition-duration: 0.6s;
  transition-property: transform, opacity;
  display: block;
}
.fadeUp.sec-ttl-child {
  transition-duration: 0.8s;
}
.fadeUp.show {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeUp.delay4 {
  transition-delay: 0.4s;
}
.fadeUp.delay6 {
  transition-delay: 0.6s;
}
.fadeUp.delay8 {
  transition-delay: 0.8s;
}
.fadeUp.delay12 {
  transition-delay: 1.2s;
}
.fadeUp.delay14 {
  transition-delay: 1.4s;
}
.fadeUp.delay16 {
  transition-delay: 1.6s;
}
.fadeUp.delay20 {
  transition-delay: 2s;
}

.fadeIn {
  opacity: 0;
  transition-delay: 0.5s;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.fadeIn.show {
  opacity: 1;
}

.fadeup-box {
  overflow: hidden;
  display: block;
}

* {
  color: #002754;
}

.noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

.mulish {
  font-family: "Mulish", sans-serif !important;
  letter-spacing: 0.02em;
}

.robot {
  font-family: "Roboto", sans-serif !important;
}

.ja {
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 0.04em !important;
}

.en {
  text-transform: uppercase;
}

/************************
/* common
/************************/
.grecaptcha-badge {
  visibility: hidden;
}

html,
body {
  color: #002754;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  position: relative;
  height: 100%;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

body {
  min-width: 960px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
.inner {
  max-width: 87.8477306003vw;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 959px) {
  .inner {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .inner {
    width: 90%;
    max-width: none;
  }
}

img {
  object-fit: cover;
}

p {
  line-height: 2.2;
  letter-spacing: 0.04em;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 600;
}

li,
dt,
dd {
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

section {
  padding: 120px 0 0;
}
section:last-of-type {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  section {
    padding: 80px 0 0;
  }
  section:last-of-type {
    padding-bottom: 80px;
  }
}

a {
  transition: all 0.3s;
}
a:hover {
  color: #0551AA;
}

/* GTranslate
=========================================== */
.gtranslate_wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
}
@media (max-width: 767px) {
  .gtranslate_wrapper {
    bottom: 10px;
    right: 10px;
  }
}

.gt_float_switcher {
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .gt_float_switcher {
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px !important;
  }
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px 7px !important;
  display: flex;
  gap: 6px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 3px 5px !important;
  }
}

.gt_float_switcher img {
  width: 30px !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .gt_float_switcher img {
    width: 26px !important;
  }
}

.gt-lang-code {
  font-size: 1.4rem !important;
  color: #002754;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .gt-lang-code {
    font-size: 1.2rem !important;
  }
}

.gt_float_switcher .gt_options a {
  padding: 8px 10px !important;
  font-size: 1.4rem !important;
  display: flex;
  align-items: center;
  gap: 2px;
}
@media (max-width: 767px) {
  .gt_float_switcher .gt_options a {
    padding: 6px 8px !important;
    font-size: 1.2rem !important;
  }
}

/* button
=========================================== */
a.round-button,
input.round-button {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
  max-width: 100%;
  width: 239px;
  height: 59px;
  border-radius: 30px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.04);
  background: -moz-linear-gradient(left, #4986CE, #0551AA, #49BECE, #075EC5);
  background: -webkit-linear-gradient(left, #4986CE, #0551AA, #49BECE, #075EC5);
  background: linear-gradient(to right, #4986CE, #0551AA, #49BECE, #075EC5);
  background-position: 0 50%;
  background-size: 200% auto;
}
@media (max-width: 767px) {
  a.round-button,
  input.round-button {
    font-size: 1.4rem;
    width: 220px;
    height: 50px;
  }
}
a.round-button::after,
input.round-button::after {
  position: absolute;
  right: 12px;
  width: 30px;
  height: 30px;
  content: "";
  background: url(../img/common/btn_icon_arrow.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  a.round-button::after,
  input.round-button::after {
    width: 24px;
    height: 24px;
  }
}
a.round-button:hover,
input.round-button:hover {
  background-position: 50% 100%;
}

a.round-button.reserve {
  width: 280px;
  background: -moz-linear-gradient(left, #FF9C27, #F45800, #FFC327, #F47500);
  background: -webkit-linear-gradient(left, #FF9C27, #F45800, #FFC327, #F47500);
  background: linear-gradient(to right, #FF9C27, #F45800, #FFC327, #F47500);
  background-position: 0 50%;
  background-size: 200% auto;
  padding-left: 35px;
}
a.round-button.reserve::after {
  display: none;
}
a.round-button.reserve::before {
  position: absolute;
  left: 70px;
  right: auto;
  width: 27px;
  height: 27px;
  content: "";
  background: url(../img/common/icon_reservation.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  a.round-button.reserve::before {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 340px) {
  a.round-button.reserve::before {
    left: 54px;
  }
}
a.round-button.reserve:hover {
  background-position: 50% 100%;
}

a.round-button.recruit {
  width: 280px;
  background: -moz-linear-gradient(left, #4986CE, #0551AA, #49BECE, #075EC5);
  background: -webkit-linear-gradient(left, #4986CE, #0551AA, #49BECE, #075EC5);
  background: linear-gradient(to right, #4986CE, #0551AA, #49BECE, #075EC5);
  background-position: 0 50%;
  background-size: 200% auto;
  padding-left: 35px;
}
a.round-button.recruit::after {
  display: none;
}
a.round-button.recruit::before {
  position: absolute;
  left: 70px;
  right: auto;
  width: 27px;
  height: 27px;
  content: "";
  background: url(../img/common/icon_recruit.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  a.round-button.recruit::before {
    width: 24px;
    height: 24px;
  }
}
a.round-button.recruit:hover {
  background-position: 50% 100%;
}

a.round-button.line {
  background: #06C755;
  width: 280px;
}
a.round-button.line::after {
  display: none;
}
a.round-button.line:hover {
  opacity: 0.8;
}

.text-link {
  display: inline-block;
  color: #0551AA;
  text-underline-offset: 3px;
  text-decoration: underline;
}

/* font size
=========================================== */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* flexbox
=========================================== */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.flex.center {
  justify-content: space-between;
}

.flex.flex-between {
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .flex.reverse {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .spFlexRow {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
/* title
=========================================== */
.sec-ttl {
  overflow: hidden;
  margin-bottom: 1em;
}
.sec-ttl span {
  display: block;
}
.sec-ttl .en {
  text-transform: uppercase;
  color: #0551AA;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1.4em;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-ttl .en {
    font-size: 1.2rem;
  }
}
.sec-ttl .en span {
  color: #0551AA;
}
.sec-ttl .ja {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.54;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-ttl .ja {
    font-size: 2rem;
  }
}

.block-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .block-title {
    margin-bottom: 32px;
  }
}
.block-title .en {
  display: inline-block;
  font-size: 1.1rem;
  color: #002754;
  font-weight: 600;
  border: solid 1px #e2e2e2;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .block-title .en {
    font-size: 1rem;
    margin-bottom: 8px;
    padding: 5px 8px;
  }
}
.block-title .ja {
  font-weight: 600;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .block-title .ja {
    font-size: 1.8rem;
  }
}

/* アコーディオンメニュー
=========================================== */
.toggle_title {
  position: relative;
  cursor: pointer;
}

.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: solid 1px #d6d6d6;
  display: block;
  width: 28px;
  height: 28px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

.toggle_btn:before,
.toggle_btn:after {
  display: block;
  content: "";
  background-color: #002754;
  position: absolute;
  width: 10px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle_btn:before {
  width: 1px;
  height: 10px;
}

.toggle_title.selected .toggle_btn:before,
.toggle_title_sp.selected .toggle_btn:before {
  content: normal;
}

.toggle_contents dd {
  display: none;
}

/* メニューを途中から固定表示する
=========================================== */
.fixed-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.fixed-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/************************
/* header
/************************/
header {
  position: fixed;
  height: 120px;
  width: 100%;
  z-index: 999;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box !important;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  header {
    height: 80px;
    padding: 0 20px;
  }
}
header.upMove {
  position: fixed;
  width: 100%;
  animation: upAnime 0.5s forwards;
}
@keyframes upAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
header.downMove {
  position: fixed;
  width: 100%;
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
header .logo {
  display: inline-block;
  z-index: 99;
  position: relative;
}
@media (max-width: 767px) {
  header .logo {
    width: 90px;
  }
}

/************************
/* nav
/************************/
header .nav-area {
  z-index: 2000;
  display: flex;
  column-gap: 40px;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  header .nav-area {
    column-gap: 10px;
  }
}
header .nav-area .round-button {
  width: 219px;
  height: 54px;
  padding-left: 35px;
}
header .nav-area .round-button:before {
  left: 40px;
}
@media (max-width: 767px) {
  header .nav-area .round-button {
    width: 128px;
    height: 41px;
    font-size: 1.1rem;
    padding-left: 25px;
  }
  header .nav-area .round-button::before {
    width: 27px;
    height: 18px;
    left: 13px;
  }
}
header .nav-area .round-button.hide {
  opacity: 0;
  transition: 0.3s all;
}
header .nav-area .toggle {
  display: inline-block;
  z-index: 999;
  cursor: pointer;
  width: 40px;
  height: 22px;
}
@media (max-width: 767px) {
  header .nav-area .toggle {
    width: 32px;
    height: 22px;
  }
}
header .nav-area .toggle span {
  position: absolute;
  background: #002754;
  width: 100%;
  height: 3px;
  transition: 0.3s all ease;
}
header .nav-area .toggle span:first-child {
  top: 0;
}
header .nav-area .toggle span:nth-child(2) {
  top: 8px;
}
header .nav-area .toggle span:last-child {
  top: 16px;
}
header .nav-area .toggle.active span {
  transition: 0.3s all ease;
  background: #fff !important;
}
header .nav-area .toggle.active span:first-child {
  transform: rotate(25deg);
  top: 8px;
}
header .nav-area .toggle.active span:nth-child(2), header .nav-area .toggle.active span:last-child {
  transform: rotate(-25deg);
  top: 8px;
}
header:not(.upMove) .nav-area .toggle span {
  background: #002754;
}

.toggle-menu {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  padding: 3.6603221083vw max(20px, 5.8565153734vw);
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: #002754;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: all 0.2s;
  transition-property: opacity;
}
@media (min-width: 1600px) {
  .toggle-menu {
    padding: 5.8565153734vw max(20px, 5.8565153734vw);
  }
}
@media (max-width: 767px) {
  .toggle-menu {
    background-attachment: fixed;
    background-position: top 50% left 30%;
    padding: 60px max(20px, 5.8565153734vw);
  }
}
.toggle-menu .menu-content {
  width: 100%;
  z-index: 20;
}
.toggle-menu .menu-content.flex {
  justify-content: space-around;
  align-items: stretch;
}
@media (max-width: 767px) {
  .toggle-menu .menu-content {
    max-width: 100%;
  }
}
.toggle-menu .menufadeUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition-delay: 0.3s;
  transition-duration: 0.8s;
  transition-property: transform, opacity;
  display: block;
  position: relative;
}
.toggle-menu.show {
  opacity: 1;
  visibility: visible;
}
.toggle-menu.show .menufadeUp {
  opacity: 1;
  transform: translate(0, 0);
  overflow: hidden;
}
.toggle-menu .menu-nav-wrapper {
  max-width: 50%;
  width: 640px;
}
@media (max-width: 767px) {
  .toggle-menu .menu-nav-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.toggle-menu .menu-nav-wrapper .menu-list {
  width: 100%;
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item {
  width: 100%;
  border-bottom: solid 1px #3E5B7B;
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item > a {
  position: relative;
  padding: 24px 30px 24px 0;
  display: block;
}
@media (max-width: 767px) {
  .toggle-menu .menu-nav-wrapper .menu-list > .menu-item > a {
    padding: 12px 30px 12px 0;
  }
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item > a .en {
  color: #fff;
  display: inline-block;
  font-size: 3rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .toggle-menu .menu-nav-wrapper .menu-list > .menu-item > a .en {
    font-size: 3rem;
    display: none;
  }
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item > a .ja {
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 12px;
  line-height: 1.6;
  font-weight: 600;
}
@media (max-width: 767px) {
  .toggle-menu .menu-nav-wrapper .menu-list > .menu-item > a .ja {
    margin-left: 0;
  }
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item-has-children > a:before {
  content: "";
  width: 2px;
  height: 16px;
  background: #fff;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item-has-children > a:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item-has-children > a.active:before {
  transform: rotate(90deg);
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item-has-children > a.active:after {
  transform: rotate(-180deg);
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item-has-children .sub-menu {
  padding-bottom: 16px;
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item-has-children .sub-menu li a {
  position: relative;
  display: block;
  padding: 8px 0;
  border: none;
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item-has-children .sub-menu li a span {
  color: #fff;
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item-has-children .sub-menu li a .en {
  display: none;
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item-has-children .sub-menu li a .ja {
  font-size: 1.4rem;
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item-has-children .sub-menu li a:before {
  content: "";
  border: 0;
  border-top: solid 2px #527093;
  border-right: solid 2px #527093;
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
.toggle-menu .menu-nav-wrapper .menu-list > .menu-item:not(.menu-item-has-children) > a:before {
  content: "";
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
@media (hover: hover) {
  .toggle-menu .menu-nav-wrapper .menu-list > .menu-item:not(.menu-item-has-children) > a:hover:before {
    transition: 0.3s all;
    right: 2px;
  }
}
.toggle-menu .menu-info-wrapper.flex {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .toggle-menu .menu-info-wrapper.flex {
    display: block;
  }
}
.toggle-menu .menu-info-wrapper .btn-area {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .toggle-menu .menu-info-wrapper .btn-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.toggle-menu .menu-info-wrapper .btn-area a {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.toggle-menu .menu-info-wrapper .btn-area a:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .toggle-menu .menu-info-wrapper .btn-area a {
    margin-bottom: 0;
    width: 48%;
    padding-left: 0;
  }
  .toggle-menu .menu-info-wrapper .btn-area a:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .toggle-menu .menu-info-wrapper .btn-area a.reserve {
    order: 2;
  }
  .toggle-menu .menu-info-wrapper .btn-area a.recruit {
    order: 1;
  }
}
@media print, screen and (max-width: 767px) {
  .toggle-menu .other-wrapper .tel-wrapper {
    text-align: center;
  }
}
.toggle-menu .other-wrapper .tel-wrapper .tel-link {
  display: inline-block;
  font-size: 2.8rem;
  position: relative;
  font-weight: 600;
  color: #fff;
  padding-left: 32px;
}
@media print, screen and (max-width: 767px) {
  .toggle-menu .other-wrapper .tel-wrapper .tel-link {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
.toggle-menu .other-wrapper .tel-wrapper .tel-link:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/icon_tel_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  vertical-align: middle;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.toggle-menu .other-wrapper ul {
  display: flex;
  column-gap: 16px;
  margin-top: 20px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .toggle-menu .other-wrapper ul {
    margin-top: 30px;
    justify-content: center;
  }
}
.toggle-menu .other-wrapper ul li {
  height: 30px;
  overflow: hidden;
}

/************************
/* sec-contact
/************************/
#sec-contact {
  position: relative;
  background: url(/wp-content/uploads/cta_bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  margin-top: 120px;
  padding-top: 120px;
}
@media (max-width: 767px) {
  #sec-contact {
    margin-top: 75px;
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
#sec-contact .content-wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media (max-width: 767px) {
  #sec-contact .content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
#sec-contact .sec-ttl {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #sec-contact .sec-ttl {
    margin-bottom: 40px;
  }
}
#sec-contact .sec-ttl .en, #sec-contact .sec-ttl .ja {
  color: #fff;
}
#sec-contact .sec-ttl .en span, #sec-contact .sec-ttl .ja span {
  color: #fff;
}
#sec-contact .text-area {
  width: 46%;
  max-width: 600px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4.39238653vw;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  #sec-contact .text-area {
    width: 100%;
    padding: 35px 30px;
  }
}
#sec-contact .text-area h3 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  #sec-contact .text-area h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
#sec-contact .text-area p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #sec-contact .text-area p {
    font-size: 1.4rem;
    text-align: left;
  }
}
#sec-contact .text-area.line-area .round-button.line {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (max-width: 767px) {
  #sec-contact .text-area.line-area .round-button.line {
    margin-top: 25px;
    height: 50px;
  }
}
#sec-contact .text-area.line-area ul.flex {
  margin-top: 2.196193265vw;
  margin-bottom: 2.196193265vw;
}
@media (max-width: 767px) {
  #sec-contact .text-area.line-area ul.flex {
    flex-direction: row;
    margin-top: 30px;
  }
}
#sec-contact .text-area.line-area ul.flex li {
  position: relative;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 600;
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  #sec-contact .text-area.line-area ul.flex li {
    width: 124px;
    font-size: 1.4rem;
  }
}
#sec-contact .text-area.line-area ul.flex li span {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
}
@media (max-width: 767px) {
  #sec-contact .text-area.line-area ul.flex li span {
    font-size: 1.1rem;
  }
}
#sec-contact .text-area.line-area ul.flex li:not(:last-child) {
  border-right: 1px solid #C0CAD6;
}
@media (max-width: 767px) {
  #sec-contact .text-area.line-area ul.flex li:not(:last-child) {
    border-right: none;
  }
}
#sec-contact .text-area.line-area ul.flex li:after {
  content: "";
  display: block;
  background-image: url(../img/common/line_icon_point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 93px;
  height: 48px;
  margin-top: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#sec-contact .text-area.line-area ul.flex li.icon_point:after {
  content: "";
  background-image: url(../img/common/line_icon_point.svg);
}
#sec-contact .text-area.line-area ul.flex li.icon_lottery:after {
  content: "";
  background-image: url(../img/common/line_icon_lottery.svg);
}
#sec-contact .text-area.line-area ul.flex li.icon_info:after {
  content: "";
  background-image: url(../img/common/line_icon_info.svg);
}
@media print, screen and (max-width: 767px) {
  #sec-contact .text-area.reserve-area.text-area p {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
#sec-contact .text-area.reserve-area .tel-link {
  font-size: 2.8rem;
  position: relative;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  #sec-contact .text-area.reserve-area .tel-link {
    font-size: 2rem;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}
#sec-contact .text-area.reserve-area .tel-link:before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  height: 29px;
  margin-right: 5px;
  vertical-align: middle;
}
@media print, screen and (max-width: 767px) {
  #sec-contact .text-area.reserve-area .tel-link:before {
    width: 20px;
    height: 20px;
  }
}
#sec-contact .text-area.reserve-area .round-button.reserve {
  margin: 44px auto 28px;
  text-align: center;
}
@media (max-width: 767px) {
  #sec-contact .text-area.reserve-area .round-button.reserve {
    margin-top: 25px;
    margin-bottom: 12px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

/************************
/* footer
/************************/
footer {
  margin: 0 auto;
  background: #002754;
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    max-width: none;
  }
}
footer .footer-wrapper {
  padding: 110px 0 80px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
@media (max-width: 767px) {
  footer .footer-wrapper {
    padding: 45px 0 35px;
    flex-direction: column;
    border-bottom: none;
  }
}
footer .footer-wrapper .logo-area {
  width: 274px;
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media (max-width: 767px) {
  footer .footer-wrapper .logo-area {
    width: 100%;
    margin-bottom: 40px;
  }
}
footer .footer-wrapper .nav-area {
  max-width: 800px;
  width: 70%;
}
@media (max-width: 767px) {
  footer .footer-wrapper .nav-area {
    width: 100%;
  }
}
footer .logo-flex-box {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media (max-width: 767px) {
  footer .logo-flex-box .company-logo {
    max-width: 144px;
  }
  footer .logo-flex-box .company-logo a {
    display: block;
  }
}
footer .logo-flex-box .sns-wrapper ul {
  display: flex;
  column-gap: 16px;
}
footer dl.f-text dt,
footer dl.f-text dd address p {
  color: #A1B4CA !important;
  font-size: 1.2rem;
}
footer dl.f-text dt a, footer dl.f-text dt a:active, footer dl.f-text dt a:link,
footer dl.f-text dd address p a,
footer dl.f-text dd address p a:active,
footer dl.f-text dd address p a:link {
  color: #A1B4CA !important;
  text-decoration: none !important;
}
footer dl.f-text dt a[href^="tel:"], footer dl.f-text dt a[href^="mailto:"],
footer dl.f-text dd address p a[href^="tel:"],
footer dl.f-text dd address p a[href^="mailto:"] {
  pointer-events: none;
  text-decoration: none;
  color: #A1B4CA;
}
@media screen and (max-width: 767px) {
  footer dl.f-text dt a[href^="tel:"], footer dl.f-text dt a[href^="mailto:"],
  footer dl.f-text dd address p a[href^="tel:"],
  footer dl.f-text dd address p a[href^="mailto:"] {
    pointer-events: auto;
    text-decoration: none;
    color: #A1B4CA;
  }
}
footer .f-nav-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  footer .f-nav-wrapper {
    width: 100%;
    margin-top: 30px;
    flex-direction: column;
  }
}
footer .f-copy-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 30px 5em 30px 0;
}
@media (max-width: 767px) {
  footer .f-copy-area {
    flex-direction: column;
    padding: 0 0 60px;
  }
}
footer .f-copy-area ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 767px) {
  footer .f-copy-area ul {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .f-copy-area ul > li {
  margin-top: 0;
  color: #fff;
}
footer .f-copy-area ul > li a {
  color: #fff;
  font-size: 1.2rem;
}
footer .f-copy-area ul > li a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  footer .f-copy-area ul > li a {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  footer .f-copy {
    text-align: center;
  }
}
footer .f-copy small {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .f-copy small {
    font-size: 0.9rem;
  }
}
footer .nav-area .footer-menu-nav-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  footer .nav-area .footer-menu-nav-wrapper {
    display: block;
  }
}
footer .nav-area .footer-menu-nav-wrapper .footer-menu {
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  footer .nav-area .footer-menu-nav-wrapper .footer-menu {
    width: 100%;
  }
}
footer .nav-area .footer-menu-nav-wrapper ul.menu > li.menu-item {
  display: block;
}
@media (max-width: 767px) {
  footer .nav-area .footer-menu-nav-wrapper ul.menu > li.menu-item {
    border-bottom: 1px solid #294A6F;
  }
}
footer .nav-area .footer-menu-nav-wrapper ul.menu > li.menu-item > a {
  display: block;
  padding: 4px 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  footer .nav-area .footer-menu-nav-wrapper ul.menu > li.menu-item > a {
    padding: 14px 0;
  }
}
footer .nav-area .footer-menu-nav-wrapper ul.menu > li.menu-item > a span {
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 767px) {
  footer .nav-area .footer-menu-nav-wrapper ul.menu li.menu-item-has-children > a {
    position: relative;
  }
  footer .nav-area .footer-menu-nav-wrapper ul.menu li.menu-item-has-children > a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: auto;
    transition: all 0.3s;
    transform: translateY(-50%) rotate(135deg);
  }
  footer .nav-area .footer-menu-nav-wrapper ul.menu li.menu-item-has-children > a.open:after {
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  footer .nav-area .footer-menu-nav-wrapper ul.menu li.menu-item-has-children ul.sub-menu {
    margin-bottom: 14px;
    display: none;
  }
}
footer .nav-area .footer-menu-nav-wrapper ul.menu li.menu-item-has-children ul.sub-menu li {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  footer .nav-area .footer-menu-nav-wrapper ul.menu li.menu-item-has-children ul.sub-menu li {
    margin-bottom: 8px;
  }
  footer .nav-area .footer-menu-nav-wrapper ul.menu li.menu-item-has-children ul.sub-menu li:last-child {
    margin-bottom: 0;
  }
}
footer .nav-area .footer-menu-nav-wrapper ul.menu li.menu-item-has-children ul.sub-menu li a {
  display: block;
  padding: 4px 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  footer .nav-area .footer-menu-nav-wrapper ul.menu li.menu-item-has-children ul.sub-menu li a {
    padding: 4px 0;
  }
}
footer .nav-area .footer-menu-nav-wrapper ul.menu li.menu-item-has-children ul.sub-menu li a span {
  font-size: 1.3rem;
  color: #A1B4CA;
}
footer .nav-area .footer-menu-nav-wrapper ul.menu li.menu-item-has-children ul.sub-menu li > ul.sub-menu {
  margin: 4px 0 !important;
}
footer .nav-area .footer-menu-nav-wrapper ul.menu li.menu-item-has-children ul.sub-menu li > ul.sub-menu > li {
  margin-bottom: 0;
}
footer .nav-area .footer-menu-nav-wrapper ul.menu li.menu-item-has-children ul.sub-menu li > ul.sub-menu > li a {
  padding-left: 1em;
}

/************************
/* 下層共通
/************************/
main:not(#front-page) {
  padding-top: 240px;
}
@media (max-width: 767px) {
  main:not(#front-page) {
    padding-top: 120px;
  }
}

main#single-post #sec-post {
  padding-top: 80px;
}
@media (max-width: 767px) {
  main#single-post #sec-post {
    padding-top: 60px;
  }
}

#under-mainTTL-flex {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #under-mainTTL-flex {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  #under-mainTTL {
    height: auto;
    width: 100%;
  }
}
#under-mainTTL .inner {
  width: 100% !important;
}
#under-mainTTL .under-title {
  text-align: left;
}
#under-mainTTL .under-title span {
  display: block;
}
#under-mainTTL .under-title .en {
  font-size: 7.2rem;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #0551AA;
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 767px) {
  #under-mainTTL .under-title .en {
    font-size: 4rem;
    margin-bottom: 12px;
  }
}
#under-mainTTL .under-title .en span {
  color: #0551AA;
}
#under-mainTTL .under-title .ja {
  font-size: 1.8rem;
  color: #002754;
  font-weight: 600;
}
@media (max-width: 767px) {
  #under-mainTTL .under-title .ja {
    font-size: 1.4rem;
  }
}

.pageTTLimg {
  max-width: calc(100% + (87.8477306003vw - 100%) / 2);
  margin-right: 0;
  margin-left: auto;
  position: relative;
  display: block;
}
@media (min-width: 768px) and (max-width: 959px) {
  .pageTTLimg {
    max-width: 910px;
  }
}
@media (max-width: 767px) {
  .pageTTLimg {
    max-width: 100%;
  }
}
.pageTTLimg figure {
  width: 100%;
  height: auto;
  margin-top: 70px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pageTTLimg figure {
    margin-top: 25px;
  }
}
.pageTTLimg figure img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  aspect-ratio: 1283/480;
}
@media (max-width: 767px) {
  .pageTTLimg figure img {
    aspect-ratio: 375/200;
  }
}

.breadcrumb {
  display: flex;
  gap: 10px;
  max-width: 87.8477306003vw;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 60px;
    font-size: 1.1rem;
    gap: 5px;
    justify-content: flex-start;
  }
}
.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb li span {
  color: #002754;
}
@media (max-width: 767px) {
  .breadcrumb li {
    gap: 5px;
  }
}
.breadcrumb li + li::before {
  content: "";
  border-top: 1px solid #d6d6d6;
  width: 12px;
  display: block;
}
@media (max-width: 767px) {
  .breadcrumb li + li::before {
    width: 5px;
  }
}
.breadcrumb a:hover span {
  color: #0551AA;
}

.news-single-post .breadcrumb {
  justify-content: flex-start;
}

/* リスト
=========================================== */
.asterisk {
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em;
}
.asterisk li {
  text-indent: -1.5em;
}
.asterisk li:before {
  content: "※";
  margin-right: 0.2em;
}

/* table
=========================================== */
table.table01 tr {
  margin-top: -1px;
}
table.table01 th {
  background: #F8F8F8;
  text-align: left;
  padding: 24px;
  vertical-align: middle;
  line-height: 2.2;
  border: 1px solid #e2e2e2;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  table.table01 th {
    font-size: 1.4rem;
    padding: 20px;
  }
}
table.table01 td {
  text-align: left;
  padding: 30px;
  vertical-align: middle;
  line-height: 2.2;
  border: 1px solid #e2e2e2;
  font-size: 1.5rem;
  margin-top: -1px;
}
@media (max-width: 767px) {
  table.table01 td {
    font-size: 1.4rem;
    padding: 20px;
  }
}

/* information
=========================================== */
.information {
  margin-bottom: 80px;
  background: #F8F8F8;
  padding: 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .information {
    margin-bottom: 40px;
    padding: 20px;
  }
}
.information h2 {
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .information h2 {
    font-size: 1.6rem;
  }
}
.information p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .information p {
    font-size: 1.4rem;
  }
}
.information p:not(:last-child) {
  margin-bottom: 1em;
}
.information p strong {
  font-weight: 600;
}

/* 検索結果
=========================================== */
#search-result h2 {
  font-size: 2rem;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 25px;
  text-align: left;
}
@media (max-width: 767px) {
  #search-result h2 {
    font-size: 1.8rem;
  }
}
#search-result ul li {
  width: 100%;
}
#search-result ul li a {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  padding: 25px 0;
  text-align: left;
  transition: all 0.3s;
}
#search-result ul li a:hover {
  background: #F8F8F8;
}

/* BIGHOLIDAYのダイビング共通リンク
=========================================== */
.bg_gray {
  background: #F8F8F8;
}

#divinglink h2.sec-ttl {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #divinglink h2.sec-ttl {
    margin-bottom: 40px;
  }
}
#divinglink ul.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  grid-template-areas: "concept concept concept request request request" "point point price price medical medical";
  aspect-ratio: 1200/447;
  -webkit-aspect-ratio: 1200/447;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #divinglink ul.grid {
    display: block;
    gap: 12px;
    aspect-ratio: unset !important;
  }
}
#divinglink ul.grid li.gridBox {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 200px !important;
}
@media (max-width: 767px) {
  #divinglink ul.grid li.gridBox {
    width: 100%;
    height: 100%;
    aspect-ratio: 335/120;
    -webkit-aspect-ratio: 335/120;
    min-height: unset !important;
    margin-bottom: 20px;
  }
  #divinglink ul.grid li.gridBox:last-child {
    margin-bottom: 0;
  }
}
#divinglink ul.grid li.gridBox.concept {
  grid-area: concept;
}
#divinglink ul.grid li.gridBox.request {
  grid-area: request;
}
#divinglink ul.grid li.gridBox.point {
  grid-area: point;
}
#divinglink ul.grid li.gridBox.price {
  grid-area: price;
}
#divinglink ul.grid li.gridBox.medical {
  grid-area: medical;
}
#divinglink ul.grid li.gridBox figure.thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#divinglink ul.grid li.gridBox figure.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#divinglink ul.grid li.gridBox a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#divinglink ul.grid li.gridBox a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  content: "";
  transition: all 0.3s;
  background: url(../img/common/btn_icon_arrow.svg) no-repeat center center/contain;
}
@media (max-width: 1200px) {
  #divinglink ul.grid li.gridBox a::after {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  #divinglink ul.grid li.gridBox a::after {
    right: 15px;
  }
}
#divinglink ul.grid li.gridBox .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 39, 84, 0.5);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 0 8%;
}
@media (max-width: 767px) {
  #divinglink ul.grid li.gridBox .info {
    gap: 12px;
  }
}
#divinglink ul.grid li.gridBox .info .en {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  #divinglink ul.grid li.gridBox .info .en {
    font-size: 1rem;
  }
}
#divinglink ul.grid li.gridBox .info .ja {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  padding-right: 40px;
  margin: 0;
}
@media (max-width: 1200px) {
  #divinglink ul.grid li.gridBox .info .ja {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  #divinglink ul.grid li.gridBox .info .ja {
    font-size: 1.6rem;
  }
}
#divinglink ul.grid li.gridBox a:hover .info {
  background-color: rgba(0, 39, 84, 0.1);
}

/* 当店について共通リンク
=========================================== */
#aboutlink h2.sec-ttl {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #aboutlink h2.sec-ttl {
    margin-bottom: 40px;
  }
}
#aboutlink ul.link-thumb-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  #aboutlink ul.link-thumb-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
#aboutlink ul.link-thumb-list li.item {
  width: calc((100% - 20px) / 2);
  position: relative;
  aspect-ratio: 590/215;
}
@media (max-width: 767px) {
  #aboutlink ul.link-thumb-list li.item {
    width: 100%;
    aspect-ratio: 335/120;
  }
}
#aboutlink ul.link-thumb-list li.item figure.thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#aboutlink ul.link-thumb-list li.item figure.thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#aboutlink ul.link-thumb-list li.item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#aboutlink ul.link-thumb-list li.item a::after {
  position: absolute;
  top: calc(50% - 25px);
  right: 20px;
  display: inline-block;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  content: "";
  transition: all 0.3s;
  background: url(../img/common/btn_icon_arrow.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  #aboutlink ul.link-thumb-list li.item a::after {
    top: calc(50% - 22px);
    right: 15px;
    width: 36px;
    height: 36px;
  }
}
#aboutlink ul.link-thumb-list li.item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 39, 84, 0.5);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 0 8%;
}
@media (max-width: 767px) {
  #aboutlink ul.link-thumb-list li.item .info {
    gap: 12px;
  }
}
#aboutlink ul.link-thumb-list li.item .info .en {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  #aboutlink ul.link-thumb-list li.item .info .en {
    font-size: 1rem;
  }
}
#aboutlink ul.link-thumb-list li.item .info .ja {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 767px) {
  #aboutlink ul.link-thumb-list li.item .info .ja {
    font-size: 1.6rem;
  }
}
#aboutlink ul.link-thumb-list li.item a:hover .info {
  background-color: rgba(0, 39, 84, 0.1);
}

/************************
/* 関連記事
/************************/
#relatedblog .inner {
  max-width: 1200px;
  background: #F8F8F8;
  padding: 70px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  #relatedblog .inner {
    padding: 40px 24px;
  }
}
#relatedblog .inner .flex {
  flex-direction: row;
  align-items: flex-start;
  z-index: 2;
}
@media (max-width: 767px) {
  #relatedblog .inner .flex {
    flex-direction: column;
    gap: 30px;
  }
}
#relatedblog .inner .flex .title-area {
  width: 334px;
}
@media (max-width: 767px) {
  #relatedblog .inner .flex .title-area {
    width: 100%;
  }
}
#relatedblog .inner .flex .title-area h3.sec-ttl .ja {
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  #relatedblog .inner .flex .title-area h3.sec-ttl .ja {
    font-size: 1.8rem;
  }
}
#relatedblog .inner .flex .title-area .sec-ttl {
  margin-bottom: 0;
}
#relatedblog .inner .flex .text-area {
  width: calc(100% - 332px - 80px);
}
@media (max-width: 767px) {
  #relatedblog .inner .flex .text-area {
    width: 100%;
  }
}
#relatedblog .inner .flex .text-area .relatedlist li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.04);
  padding: 24px 32px 24px 24px;
  position: relative;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #relatedblog .inner .flex .text-area .relatedlist li a {
    padding: 16px 32px 16px 16px;
  }
}
#relatedblog .inner .flex .text-area .relatedlist li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: #AFAFAF 2px solid;
  border-right: #AFAFAF 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  margin: auto;
  transition: all 0.3s;
}
#relatedblog .inner .flex .text-area .relatedlist li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #relatedblog .inner .flex .text-area .relatedlist li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/************************
/* 404 notfound
/************************/
#notfound {
  padding: 120px 0;
}
@media (max-width: 767px) {
  #notfound {
    padding: 80px 0;
  }
}
#notfound .page404__text {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  #notfound .page404__text {
    text-align: left;
  }
}
#notfound .round-button {
  margin: 0 auto;
}

/************************
/* 潜った回数ランキング
/************************/
#side_ranking {
  background-image: url(/wp-content/uploads/ranking_bg-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  max-width: 343px;
  width: 100%;
  padding: 30px 25px;
}
@media (max-width: 767px) {
  #side_ranking {
    max-width: 343px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 360px) {
  #side_ranking {
    padding: 30px 5px;
  }
}
#side_ranking .ranking_year {
  position: absolute;
  top: 10px;
  right: 10px;
}
#side_ranking .ranking_year > span.mulish {
  color: #fff;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  letter-spacing: -0.02em;
  line-height: 1;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #side_ranking .ranking_year > span.mulish {
    top: 40%;
  }
}
#side_ranking a.round-button.reserve {
  width: 286px;
  height: 42px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#side_ranking a.round-button.reserve:before {
  display: none;
}
#side_ranking a.round-button.reserve:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
  position: absolute;
  top: 17px;
  right: 17px;
}
#side_ranking .ranking_ttl {
  margin-bottom: 20px;
}
#side_ranking .ranking_ttl span {
  display: block;
  color: #fff;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#side_ranking .ranking_ttl span.en {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
#side_ranking .ranking_ttl span.en > span {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 5px;
}
#side_ranking .ranking_ttl span.ja {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
#side_ranking .ranking_list {
  margin-bottom: 30px;
}
#side_ranking .ranking_list li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
  position: relative;
}
#side_ranking .ranking_list li a:hover {
  opacity: 0.8;
}
#side_ranking .ranking_list li a .rank {
  width: 60px;
  color: #fff;
  font-size: 1rem;
  vertical-align: text-bottom;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  #side_ranking .ranking_list li a .rank {
    font-size: 0.9rem;
  }
}
#side_ranking .ranking_list li a .rank > .en {
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  #side_ranking .ranking_list li a .rank > .en {
    font-size: 1.8rem;
  }
}
#side_ranking .ranking_list li a .point {
  width: 136px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  #side_ranking .ranking_list li a .point {
    font-size: 1.2rem;
  }
}
#side_ranking .ranking_list li a .times {
  width: 52px;
  background: #fff;
  padding: 3px;
  display: inline-block;
  font-size: 0.8rem;
  color: #0551AA;
  vertical-align: text-bottom;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#side_ranking .ranking_list li a .times > .en {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  #side_ranking .ranking_list li a .times > .en {
    font-size: 1.1rem;
  }
}
#side_ranking .ranking_list li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #side_ranking .ranking_list li a:after {
    width: 6px;
    height: 6px;
  }
}
#side_ranking .ranking_list li.rank1 a .rank {
  width: 45px;
}
#side_ranking .ranking_list li.rank1 a .rank .icon_rank1 {
  display: block;
  width: 40px;
  height: 38px;
  content: "";
  background: url(../img/blogs/icon_rank1.svg) no-repeat center center/contain;
}
#side_ranking .ranking_list li.rank1 a .point {
  width: 151px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  #side_ranking .ranking_list li.rank1 a .point {
    font-size: 1.5rem;
  }
}
#side_ranking .ranking_list li.rank1 a .times > .en {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #side_ranking .ranking_list li.rank1 a .times > .en {
    font-size: 1.1rem;
  }
}

.mk-skill-meter .progress-outer.scroll-animated {
  height: 100% !important;
}

#contactus .inner #form-wrapper form.wpcf7-form div.wpcf7-response-output {
  border: none !important;
}/*# sourceMappingURL=common.css.map */