@charset "UTF-8";
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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 {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* 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 {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/*---------------------------------------------
    body
  ---------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  background: url(../images/common/mv.jpg);
  background-position: center;
  background-size: cover;
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

body * {
  box-sizing: border-box;
}

/*---------------------------------------------
    link
  ---------------------------------------------*/
a {
  -webkit-transition-duration: 0.5s;
  color: inherit;
  outline: none;
  text-decoration: none;
  transition-duration: 0.5s;
}

a img {
  transition-duration: 0.5s;
}

a img:hover {
  opacity: 0.8;
}

/*---------------------------------------------
    common
  ---------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
}

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

input[type=submit], input[type=reset], input[type=button], button {
  cursor: pointer;
}

ul {
  list-style: none;
}

@media screen and (max-width: 500px) {
  /* pcでのみ表示 */
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  /* spでのみ表示 */
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  /* pcでのみ表示 */
  .pcsmall {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  /* spでのみ表示 */
  .spsmall {
    display: none !important;
  }
}
input[type=submit],
input[type=button] {
  -moz-appearance: button;
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: border-box;
  appearance: button;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

::-moz-placeholder {
  color: #aaa;
}

::placeholder {
  color: #aaa;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}

.check .select::after {
  display: none;
}

label.error {
  color: #f00;
}

/*---------------------------------------------
    mv
---------------------------------------------*/
.mv {
  position: relative;
}
.mv img {
  width: 100%;
}

/*---------------------------------------------
    container
  ---------------------------------------------*/
.wrapper {
  background: url(../images/common/mv.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wrapper .main-logo {
  left: 12%;
  position: absolute;
  text-align: center;
  top: 160px;
}
.wrapper .main-logo > .bg-logo {
  margin-bottom: 24px;
  top: 140px;
  width: 600px;
}
@media screen and (max-width: 1280px) {
  .wrapper .main-logo > .bg-logo {
    width: 400px;
  }
}
.wrapper .main-logo > .bg-btn {
  bottom: 300px;
  margin: 0 auto;
  margin-bottom: 24px;
  width: 300px;
}
.wrapper .main-logo > .bg-catch {
  bottom: 220px;
  margin: 0 auto;
  width: 420px;
}
.wrapper .bg-flex {
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
}
.wrapper > .pc-gnav {
  background: #004FA2;
  bottom: 0;
  height: 60px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.wrapper > .pc-gnav nav {
  bottom: 10px;
  left: 6%;
  position: absolute;
}
.wrapper > .pc-gnav ul {
  display: flex;
  margin-bottom: 6px;
}
.wrapper > .pc-gnav ul li {
  margin-right: 2em;
}
.wrapper > .pc-gnav ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .wrapper > .pc-gnav ul li a {
    font-size: 1.4rem;
  }
}
.container {
  background: #fff;
  border-radius: 40px 40px 0 0;
  height: calc(100dvh - 60px);
  max-width: 500px;
  overflow: auto;
  position: fixed;
  right: 6%;
  top: 60px;
  width: 100%;
  z-index: 9999;
  -ms-overflow-style: none;
  overflow-x: hidden;
  scrollbar-width: none;
}
.container.open {
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .container {
    right: 2%;
  }
}
@media screen and (max-width: 1160px) {
  .container {
    border-radius: 0;
    height: 100dvh;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
    top: 0;
  }
}
.container .content::-webkit-scrollbar {
  display: none;
}

/*---------------------------------------------
    header
  ---------------------------------------------*/
header {
  background: rgba(255, 255, 255, 0.8);
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  header {
    height: 68px;
  }
}
header .inner {
  margin: 0 auto;
  width: 90%;
}
header .inner .logo {
  margin-left: 16px;
  margin-top: 20px;
  width: 200px;
}
@media screen and (max-width: 500px) {
  header .inner .logo {
    margin-top: 16px;
    width: 180px;
  }
}
header .inner .nav {
  align-items: center;
  border-radius: 40px 40px 0 0;
  display: block;
  flex-direction: column;
  height: 100svb;
  justify-content: center;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 99999999;
}
@media screen and (max-width: 500px) {
  header .inner .nav {
    position: fixed;
  }
}
header .inner .nav.open {
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
}
header .inner .nav__inner {
  background: #efefef;
  height: 100svb;
  overflow: auto;
  padding: 32px 15% 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 1160px) {
  header .inner .nav__inner {
    height: 100vh;
    padding: 24px 8% 0;
  }
}
header .inner .nav__inner .nav-logo {
  margin: 0 auto 24px;
  padding-top: 16px;
  width: 80px;
}
header .inner .nav__inner--list {
  border-bottom: #231815 solid 1px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
header .inner .nav__inner--list > li {
  margin-bottom: 14px;
}
@media screen and (max-width: 500px) {
  header .inner .nav__inner--list > li {
    margin-bottom: 8px;
  }
}
header .inner .nav__inner--list > li::before {
  background: url(../images/common/icon_ttl_b.svg) no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 33px;
  margin-right: 14px;
  position: relative;
  top: 8px;
  width: 31px;
}
header .inner .nav__inner--list > li.current::after {
  background: #ec6300;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  width: 8px;
}
header .inner .nav__inner--list > li ul {
  margin-left: 62px;
  margin-top: 16px;
  position: relative;
}
header .inner .nav__inner--list > li ul::before {
  background: #231815;
  content: "";
  display: inline-block;
  height: 81px;
  margin-right: 12px;
  position: absolute;
  top: -10px;
  width: 1px;
}
header .inner .nav__inner--list > li ul li::before {
  background: #231815;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 12px;
  position: relative;
  top: -7px;
  width: 50px;
}
header .inner .nav__inner .icon-list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
header .inner .nav__inner .icon-list li {
  height: auto;
  width: 32px;
}

/* ハンバーガーメニュー */
.toggle-btn {
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 5%;
  top: 18px;
  width: 50px;
  z-index: 999999999999;
}
@media screen and (max-width: 500px) {
  .toggle-btn {
    top: 10px;
  }
}
.toggle-btn span {
  background: #004fa2;
  border-radius: 4px;
  display: block;
  height: 3px;
  left: 5px;
  position: relative;
  top: 14px;
  transition: 0.2s;
  width: 32px;
}
.toggle-btn span::before {
  background: #004fa2;
  border-radius: 4px;
  content: "";
  display: block;
  height: 3px;
  left: 0px;
  position: absolute;
  top: 12px;
  transition: 0.3s;
  width: 27px;
}
.toggle-btn span::after {
  background: #004fa2;
  border-radius: 4px;
  content: "";
  display: block;
  height: 3px;
  left: 0px;
  position: absolute;
  top: 24px;
  transition: 0.3s;
  width: 22px;
}
.toggle-btn .close {
  background: transparent;
  border: none;
}
.toggle-btn .close::before, .toggle-btn .close::after {
  margin-top: 0;
}
.toggle-btn .close::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #004fa2;
  top: 10px;
}
.toggle-btn .close::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background: #004fa2;
  top: 10px;
  width: 27px;
}

.fixed {
  display: none;
}
@media screen and (max-width: 500px) {
  .fixed {
    animation: slideDown 0.4s ease forwards;
    background: #fff;
    border: #004fa2 solid 3px;
    border-radius: 50%;
    display: block;
    height: 60px;
    opacity: 0;
    position: fixed;
    right: 4%;
    top: 10px;
    transform: translateY(-20px); /* 初期状態（上に隠れてる） */
    width: 60px;
  }
}
.fixed span {
  left: 13px;
  top: 16px;
  width: 30px;
}
.fixed span::before {
  top: 10px;
  width: 25px;
}
.fixed span::after {
  top: 20px;
  width: 20px;
}
.fixed span.close::before {
  left: 1px;
  width: 27px;
}
.fixed span.close::after {
  left: 1px;
  width: 27px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hiding {
  animation: slideUp 0.4s ease forwards;
}

@keyframes slideUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
a {
  text-decoration: none;
}

/*---------------------------------------------
    footer
---------------------------------------------*/
footer {
  background: #000;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 500px) {
  footer {
    padding-top: 40px;
  }
}
footer .inner {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 500px) {
  footer .inner {
    width: 90%;
  }
}
footer .inner table {
  margin: 0 auto 16px;
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 1160px) {
  footer .inner table {
    max-width: 375px;
  }
}
footer .inner table tr th, footer .inner table tr td {
  border: #fff solid 1px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 4px 8px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  footer .inner table tr th, footer .inner table tr td {
    font-size: 1.3rem;
  }
}
footer .inner table tr th {
  font-size: 1.8rem;
}
footer .inner table tr th:first-child {
  font-size: 1.4rem;
}
footer .inner table tr th:last-child {
  font-weight: bold;
}
footer .inner table tr th img {
  height: auto;
  margin-right: 4px;
  position: relative;
  top: 2px;
  width: 20px;
}
footer .inner table tr td {
  font-size: 1.3rem;
}
footer .inner address {
  font-style: normal;
  margin-bottom: 8px;
}
@media screen and (max-width: 500px) {
  footer .inner address {
    font-size: 1.4rem;
  }
}
footer .inner .icon-list {
  border-bottom: #fff solid 1px;
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
footer .inner .icon-list li {
  height: auto;
  width: 26px;
}
footer .inner .bottom-txt {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

/*---------------------------------------------
    pagetop
---------------------------------------------*/
.pagetop {
  bottom: 60px;
  position: fixed;
  width: 500px;
  z-index: 10;
}
@media screen and (max-width: 1160px) {
  .pagetop {
    bottom: 60px;
    right: 4%;
    width: 50px;
  }
}
.pagetop a {
  float: right;
  margin-right: 20px;
  width: 50px;
}
@media screen and (max-width: 500px) {
  .pagetop a {
    float: none;
    margin-right: auto;
    width: 50px;
  }
}

/*---------------------------------------------
    fadein
---------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
@media screen and (min-width: 501px) {
  .fadein.pc {
    opacity: 1;
  }
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*---------------------------------------------
    loading
---------------------------------------------*/
/* 初期状態では非表示 */
#loading,
#loading-logo {
  display: none;
}

#loading {
  background: #fff;
  color: #fff;
  height: 100%;
  /*fixedで全面に固定*/
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100000000000000000000000000;
}

/* Loading画像中央配置 */
#loading-logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定 */
#loading-logo img {
  width: 500px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}