@charset "UTF-8";
/* ------------------------------------------------------------
// SCSS Imports
------------------------------------------------------------ */
/* ------------------------------------------------------------
style reset
------------------------------------------------------------ */
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,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th {
  font-weight: normal;
}

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

input,
button {
  margin: 0;
  padding: 0;
}

/* ------------------------------------------------------------
// header
------------------------------------------------------------ */
header .header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 72px;
  background: #ffffff;
  z-index: 500;
}
header .header-fixed .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  padding: 20px 40px;
}
header .header-fixed .logo img {
  max-width: 130px;
  min-width: 130px;
}
header .header-fixed .logo .txt {
  font-size: 13px;
  clear: #313c4d;
  line-height: 1.1;
}
header .header-fixed .logo .txt br {
  display: none;
}
header .header-fixed .header-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin-right: 72px;
}
header .header-fixed .header-btn .mypage a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 14px;
  width: 128px;
  height: 40px;
  border: 1px solid #313c4d;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
header .header-fixed .header-btn .mypage a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
header .header-fixed .header-btn .mypage a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header .header-fixed .header-btn .mypage a img {
  width: 14px;
}
header .header-fixed .header-btn .entry a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #ffffff;
  width: 128px;
  height: 40px;
  background: #313c4d;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
header .header-fixed .header-btn .entry a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(39, 172, 217);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
header .header-fixed .header-btn .entry a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header .header-fixed .header-btn .entry a:hover {
  color: #fff;
}
header .header-fixed .header-btn .sp-mypage {
  margin: 20px 0;
}
header .header-fixed .header-btn .sp-mypage a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 18px;
  color: #ffffff;
  width: 270px;
  height: 55px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  border-radius: 27px;
  overflow: hidden;
  z-index: 1;
}
header .header-fixed .header-btn .sp-mypage a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
header .header-fixed .header-btn .sp-mypage a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header .header-fixed .header-btn .sp-mypage a img {
  width: 20px;
}
header .header-fixed .header-btn .sp-entry {
  margin: 20px 0;
}
header .header-fixed .header-btn .sp-entry a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #313c4d;
  width: 270px;
  height: 55px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 27px;
  overflow: hidden;
  z-index: 1;
}
header .header-fixed .header-btn .sp-entry a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #313c4d;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
header .header-fixed .header-btn .sp-entry a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header .header-fixed .header-btn .sp-entry a:hover {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  header .header-fixed {
    height: 70px;
  }
  header .header-fixed .logo {
    gap: 20px;
    padding: 20px 15px;
  }
  header .header-fixed .logo img {
    max-width: 122px;
    min-width: 122px;
  }
  header .header-fixed .logo .txt br {
    display: inline;
  }
  header .header-fixed .logo .txt .line {
    display: none;
  }
  header .header-fixed .logo .txt .en {
    font-size: 9px;
  }
  header .header-fixed .header-btn .mypage {
    display: none;
  }
  header .header-fixed .header-btn .entry {
    display: none;
  }
}

/* ------------------------------------------------------------
// navigation
------------------------------------------------------------ */
.index-gnav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 68px;
  height: 60px;
  margin-top: -60px;
  padding: 0 20px;
  background: rgba(0, 146, 230, 0.9);
  z-index: 1;
}
.index-gnav li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  padding: 10px 0;
  position: relative; /* 疑似要素を使うために必要 */
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.index-gnav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0; /* 初期状態ではボーダーなし */
  height: 1px;
  background: #ffffff;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out; /* 幅をゆっくり変化 */
}
.index-gnav li a:hover::after {
  width: 100%; /* ホバー時にボーダーが伸びる */
}
.index-gnav li a.current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; /* 初期状態ではボーダーなし */
  height: 1px;
  background: #ffffff;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out; /* 幅をゆっくり変化 */
}
@media screen and (max-width: 767px) {
  .index-gnav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    height: auto;
    margin-top: 0;
    padding: 25px 20px;
  }
  .index-gnav li {
    width: 50%;
  }
}

.content-gnav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 68px;
  height: 60px;
  margin-top: -60px;
  padding: 0 20px;
  background: rgba(0, 146, 230, 0.9);
  z-index: 1;
}
.content-gnav li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  padding: 10px 0;
  position: relative; /* 疑似要素を使うために必要 */
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.content-gnav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0; /* 初期状態ではボーダーなし */
  height: 1px;
  background: #ffffff;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out; /* 幅をゆっくり変化 */
}
.content-gnav li a:hover::after {
  width: 100%; /* ホバー時にボーダーが伸びる */
}
.content-gnav li a.current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; /* 初期状態ではボーダーなし */
  height: 1px;
  background: #ffffff;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out; /* 幅をゆっくり変化 */
}
@media screen and (max-width: 767px) {
  .content-gnav {
    display: none;
  }
}

body.nav-open {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 997;
  display: none;
}

.sp-nav-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 52px;
  height: 52px;
  z-index: 999;
}
.sp-nav-btn:hover {
  cursor: pointer;
}
.sp-nav-btn span,
.sp-nav-btn span::before,
.sp-nav-btn span::after {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #303c4d;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.sp-nav-btn span {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sp-nav-btn span::before {
  content: "";
  -webkit-transform: translateY(-10px) rotate(0deg);
          transform: translateY(-10px) rotate(0deg);
}
.sp-nav-btn span::after {
  content: "";
  -webkit-transform: translateY(10px) rotate(0deg);
          transform: translateY(10px) rotate(0deg);
}

.sp-on span {
  background: transparent !important;
}
.sp-on span::before {
  -webkit-transform: rotate(45deg) !important;
          transform: rotate(45deg) !important;
}
.sp-on span::after {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}

nav .sp-gnav {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  max-height: 100vh;
  min-height: 100vh;
  background: #0092e6;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease;
  overflow-y: auto;
  z-index: 998;
}
nav .sp-gnav .logo {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  width: 100%;
  height: 70px;
  padding: 20px 15px;
  background: #ffffff;
  z-index: 999;
}
nav .sp-gnav .logo img {
  max-width: 122px;
  min-width: 122px;
}
nav .sp-gnav .logo .txt {
  font-size: 13px;
  clear: #313c4d;
  line-height: 1.1;
}
nav .sp-gnav .logo .txt br {
  display: none;
}
@media screen and (max-width: 767px) {
  nav .sp-gnav .logo .txt br {
    display: inline;
  }
  nav .sp-gnav .logo .txt .line {
    display: none;
  }
  nav .sp-gnav .logo .txt .en {
    font-size: 9px;
  }
}

.menu {
  list-style: none;
  margin-top: 70px;
  margin-bottom: 30px;
  padding: 0;
}
.menu li {
  position: relative;
}
.menu li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}
.menu li .toggle-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #0092e6;
  width: 60px;
  height: 60px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.menu li .toggle-icon::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.menu li .toggle-icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.menu li .toggle-icon.open::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.menu li .arrow-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #0092e6;
  width: 60px;
  height: 60px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu li .arrow-icon::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.submenu {
  list-style: none;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.submenu li {
  background: rgba(0, 129, 203, 0.97);
}
.submenu li a {
  font-size: 15px;
  padding: 0 0 0 2.5em;
}

.submenu.open {
  max-height: 500px;
}

/* ------------------------------------------------------------
// footer
------------------------------------------------------------ */
.footer-btn-1-wrap {
  padding: 49px 20px 45px;
  background: #f0f6f7;
}
.footer-btn-1-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.footer-btn-1-wrap ul li {
  position: relative;
  width: 50%;
  max-width: 400px;
}
.footer-btn-1-wrap ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 22px;
  color: #ffffff;
  width: 100%;
  height: 50px;
  padding: 11px 10px 12px 20px;
  background: #0092e6;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}
.footer-btn-1-wrap ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.footer-btn-1-wrap ul li a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.footer-btn-1-wrap ul li a img {
  width: 23px;
}
.footer-btn-1-wrap ul li .arrow-box {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 15px;
  z-index: 10;
}
.footer-btn-1-wrap ul li .arrow-box img {
  width: 12px;
}
@media print, screen and (max-width: 767px) {
  .footer-btn-1-wrap {
    padding: 40px 20px;
  }
  .footer-btn-1-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .footer-btn-1-wrap ul li {
    width: 100%;
    max-width: none;
  }
  .footer-btn-1-wrap ul li a {
    font-size: 18px;
  }
}

.footer-breadcrumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1100px;
  height: 50px;
  margin: 0 auto;
  background: #ffffff;
}
.footer-breadcrumb-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-breadcrumb-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #6b7d87;
}
.footer-breadcrumb-wrap ul li a {
  text-decoration: none;
  color: #6b7d87;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-breadcrumb-wrap ul li a:hover {
  color: #313b4c;
}
.footer-breadcrumb-wrap ul li:not(:last-child)::after {
  content: ">";
  margin: 0 8px;
  color: #666;
}
@media print, screen and (max-width: 767px) {
  .footer-breadcrumb-wrap {
    padding: 0 20px;
  }
}

.footer-btn-2-wrap {
  padding: 40px 20px;
  background: #313b4c;
}
.footer-btn-2-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 60px;
}
.footer-btn-2-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  max-width: 200px;
}
.footer-btn-2-wrap ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  max-width: 200px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
.footer-btn-2-wrap ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(39, 172, 217);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.footer-btn-2-wrap ul li a:hover {
  border: 1px solid rgb(39, 172, 217);
}
.footer-btn-2-wrap ul li a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media print, screen and (max-width: 767px) {
  .footer-btn-2-wrap {
    padding: 30px 20px;
  }
  .footer-btn-2-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-btn-2-wrap ul li {
    width: 100%;
    max-width: none;
  }
}

.footer-info-wrap {
  padding: 30px 20px;
  background: #f2f5f7;
}
.footer-info-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 4em;
}
.footer-info-wrap ul li a {
  font-size: 13px;
  color: #6b7d87;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-info-wrap ul li a:hover {
  color: #313b4c;
}
@media print, screen and (max-width: 767px) {
  .footer-info-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.6em;
  }
  .footer-info-wrap ul li {
    width: 100%;
  }
}

.footer-logo-wrap {
  text-align: center;
  padding: 40px 20px;
  background: #ffffff;
}
.footer-logo-wrap .logo {
  margin-bottom: 15px;
}
.footer-logo-wrap .logo img {
  width: 163px;
}
.footer-logo-wrap .copyright {
  font-size: 12px;
  color: #6b7d87;
}
@media print, screen and (max-width: 767px) {
  .footer-logo-wrap {
    padding: 40px 20px 80px;
  }
}

/* ------------------------------------------------------------
// html body
------------------------------------------------------------ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* ------------------------------------------------------------
// font select
------------------------------------------------------------ */
.caveat {
  font-family: "Caveat", cursive;
}

.poppins {
  font-family: "Poppins", cursive;
}

/* ------------------------------------------------------------
// img
------------------------------------------------------------ */
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* ------------------------------------------------------------
// iframe
------------------------------------------------------------ */
.google-maps iframe {
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------------------------------------------
// Device Specific Display
------------------------------------------------------------ */
.pc-only {
  display: block;
}

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

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
/* ------------------------------------------------------------
// link
------------------------------------------------------------ */
a,
a:hover,
a:visited,
a:active {
  color: #333333;
  text-decoration: none;
}

/* ------------------------------------------------------------
// table
------------------------------------------------------------ */
.table-stacked {
  width: 100%;
}
.table-stacked tr {
  display: grid;
  grid-template-columns: 203px auto;
}
.table-stacked tr th,
.table-stacked tr td {
  text-align: left;
  vertical-align: top;
  padding: 30px;
  border-bottom: 1px solid #dddddd;
}
.table-stacked tr th {
  font-size: 16px;
  font-weight: 700;
  background: #f0f6f7;
}
.table-stacked tr td {
  font-size: 15px;
  background: #ffffff;
}
.table-stacked tr:first-child th, .table-stacked tr:first-child td {
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .table-stacked tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
  }
  .table-stacked tr th,
  .table-stacked tr td {
    display: block;
    width: 100%;
    padding: 20px;
    border-bottom: none;
  }
}

/* ------------------------------------------------------------
// Back to Top
------------------------------------------------------------ */
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  opacity: 0;
  z-index: 10;
}
.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagetop a img {
  max-width: 45px;
}
@media print, screen and (max-width: 991px) {
  .pagetop a img {
    max-width: 40px;
  }
}

.pagetop.UpMove {
  -webkit-animation: UpAnime 1s forwards;
          animation: UpAnime 1s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.pagetop.DownMove {
  -webkit-animation: DownAnime 1s forwards;
          animation: DownAnime 1s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
}
/* ------------------------------------------------------------
// Common Content Styles
------------------------------------------------------------ */
.content-wrap {
  overflow: hidden;
}

.content-box {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-min-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ------------------------------------------------------------
// common
------------------------------------------------------------ */
main .page-ttl-wrap {
  padding: 120px 0 120px 0;
  height: 370px;
  background: url(../images/common/page-bg-pc.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  main .page-ttl-wrap {
    height: 210px;
  }
}
main .page-ttl-wrap h2 {
  position: relative;
}
main .page-ttl-wrap h2 .en {
  font-size: 80px;
  color: #0092e6;
  margin-left: -15px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media screen and (max-width: 1160px) {
  main .page-ttl-wrap h2 .en {
    margin-left: 0px;
  }
}
main .page-ttl-wrap h2 .jp {
  position: absolute;
  top: 75px;
  font-size: 40px;
  font-weight: 700;
  color: #0b1c26;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  main .page-ttl-wrap {
    padding: 90px 0 40px;
    background: url(../images/common/page-bg-sp.png) no-repeat center center/cover;
  }
  main .page-ttl-wrap h2 .en {
    font-size: 47px;
  }
  main .page-ttl-wrap h2 .jp {
    top: 45px;
    font-size: 23px;
    margin-left: 30px;
  }
}

main .page-subtitle-icon {
  text-align: center;
  margin-top: 60px;
}
main .page-subtitle-icon .icon {
  margin-bottom: 10px;
}
main .page-subtitle-icon .icon img {
  height: 48px;
}
main .page-subtitle-icon .txt {
  font-size: 32px;
  font-weight: 700;
  color: #0b1c26;
}
main .page-subtitle-icon .txt span {
  color: #0092e6;
}
@media screen and (max-width: 767px) {
  main .page-subtitle-icon {
    margin-top: 35px;
  }
  main .page-subtitle-icon .icon img {
    height: 28px;
  }
  main .page-subtitle-icon .txt {
    font-size: 27px;
  }
}

.page-subcategory-wrap {
  background: #f0f6f7;
}
.page-subcategory-wrap .page-subcategory-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.page-subcategory-wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 0;
  padding: 40px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-subcategory-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-subcategory-wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-subcategory-wrap ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background: #313c4d;
  border-radius: 50%;
}
.page-subcategory-wrap ul li a span img {
  width: 10px;
  height: 4px;
}
.page-subcategory-wrap ul li a br {
  display: none;
}
.page-subcategory-wrap ul li a:hover {
  color: #0092e6;
}
.page-subcategory-wrap ul li a.current {
  color: #0092e6;
}
@media screen and (max-width: 767px) {
  .page-subcategory-wrap {
    padding: 5px 0 0;
  }
  .page-subcategory-wrap ul {
    padding: 10px 20px 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-subcategory-wrap ul li {
    width: 50%;
    min-width: 200px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-subcategory-wrap ul li a {
    white-space: nowrap;
  }
}

.page-subcategory-bottom-wrap .page-subcategory-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.page-subcategory-bottom-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 40px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-subcategory-bottom-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-subcategory-bottom-wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-subcategory-bottom-wrap ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background: #313c4d;
  border-radius: 50%;
}
.page-subcategory-bottom-wrap ul li a span img {
  width: 10px;
  height: 4px;
}
.page-subcategory-bottom-wrap ul li a br {
  display: none;
}
.page-subcategory-bottom-wrap ul li a:hover {
  color: #0092e6;
}
.page-subcategory-bottom-wrap ul li a.current {
  color: #0092e6;
}
@media screen and (max-width: 767px) {
  .page-subcategory-bottom-wrap {
    padding: 5px 0 0;
  }
  .page-subcategory-bottom-wrap ul {
    gap: 20px 0;
    padding: 10px 20px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-subcategory-bottom-wrap ul li {
    width: 50%;
    min-width: 200px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page-subcategory-bottom-wrap ul li a {
    white-space: nowrap;
  }
}