@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* *** */
html {
  font-size: 3.125vw;
}
@media screen and (min-width: 390px) {
  html {
    font-size: 2.673796791vw;
  }
}
@media screen and (min-width: 576px) {
  html {
    font-size: 1.736111111vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.302083333vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 1.008064516vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 1144px) {
  html {
    font-size: 10px;
  }
}

/* font */
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
}
body {
  background-color: #fff;
  color: var(--text-color);
  font-feature-settings: "palt";
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
}
.container {
  font-size: 1.4em;
  line-height: 1.75;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 576px) {
  .container {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .container {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 992px) {
  .container {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1144px) {
  .container {
    font-size: 1.6em;
  }
}
html,
body,
.container {
  height: 100%;
}
.container-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer {
  margin-top: auto;
}

/* .gutters */
.gutters {
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 576px) {
  .gutters {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .gutters {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 992px) {
  .gutters {
    padding-right: 1.75em;
    padding-left: 1.75em;
  }
}
@media screen and (min-width: 1144px) {
  .gutters {
    padding-right: 2em;
    padding-left: 2em;
  }
}

/* *** */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}
[class*="-heading"] > .heading-inner {
  display: inline-block;
}
em {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
}
strong {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
}
.marker {
  background-color: transparent;
  background-image: linear-gradient(transparent 77%, rgba(var(--yellow-rgb), .67) 0%);
}
.fz-normal {
  font-size: 1em;
}
.fz-large {
  font-size: 1.07em;
}
.fz-larger {
  font-size: 1.13em;
}
.fz-small {
  font-size: .91em;
}
.fz-smaller {
  font-size: .83em;
}
.fw-thin {
  font-weight: 100;
}
.fw-light {
  font-weight: 300;
}
.fw-regular {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-bold {
  font-weight: 700;
}
.fw-black {
  font-weight: 900;
}
.under-line {
  background-image: linear-gradient(transparent 77%, rgba(var(--red-rgb), .67) 0%);
}
sup {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  margin: 0 .17em auto;
  vertical-align: middle;
  position: relative;
  top: -.47em;
}
@media screen and (min-width: 576px) {
  sup {
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 992px) {
  sup {
    font-size: 1.1rem;
  }
}

/* clearfix */
[class*="-inner"]::after,
.cf::after,
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* link && pointer */
a {
  color: var(--text-link-color);
  transition: color .3s ease;
}
@media screen and (min-width: 992px) {
  a:hover {
    color: var(--text-link-hover-color);
  }
  a.btn-inner:hover {
    opacity: .77;
  }
}
a:focus {
  outline: 0;
  outline: none;
}
a.dec-none,
a.tel-num {
  color: var(--text-color);
  text-decoration: none;
}
.text-btn > a {
  background-color: var(--black);
  border-radius: 3em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 1.25em 2em 1.15em;
}
.text-btn > a .string {
  font-size: 1.125em;
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .07em;
  display: block;
  padding-left: .07em;
}
form :focus {
  outline: 2px solid var(--outline-color);
}
@media screen and (min-width: 992px) {
  a.tel-num-sp {
    color: var(--text-color);
    text-decoration: none;
  }
}
.pointer {
  cursor: pointer;
}

/* img */
img {
  border: 0;
  border: none;
  width: 100%;
  height: auto;
  min-height: 1%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;

  image-rendering: -webkit-optimize-contrast;
}
a img.transform {
  transition: transform .3s ease;
}
a.hover img.transform,
a:hover img.transform {
  opacity: .83;
  transform: scale(1.03);
}

/* list */
::marker {
  color: rgba(var(--black-rgb), .77);
}
nav li {
  position: relative;
}
nav li::before {
  position: absolute;
}
ul.list {
  margin: 1em 0;
  padding: 0 0 0 2em;
}
.list-before + ul.list {
  margin-top: 0;
}
ul.list > li {
  margin: 0;
  padding: 0;
}
ul.list > li:nth-child(n+2) {
  margin-top: .33em;
}
ul.style-none,
ol.style-none,
ul.check-list,
ul.contact,
ul.field,
ol.field,
ul.item,
ol.item,
ul.menu,
ul.nav,
ol.step {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.style-none + .style-none {
  margin: 2em 0 1em;
}
ul.style-none > li,
ol.style-none > li,
ul.check-list > li,
ul.contact > li,
ul.field > li,
ol.field > li,
ul.item > li,
ol.item > li,
ul.menu > li,
ul.nav > li,
ol.step > li {
  margin: 0;
  padding: 0;
}
ul > li > p,
ol > li > p {
  margin: 0;
}
ul > li > p.margin,
ol > li > p.margin {
  margin: 1em 0;
}
.style-none.type-1em > li {
  padding-left: 1em;
  position: relative;
}
.style-none.type-1em .symbol {
  text-align: center;
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 0;
}
.style-none.type-1em.triangle .symbol {
  text-align: center;
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: .3em;
  left: 0;
}
.style-none.type-1em.triangle .symbol::before {
  background-color: var(--ag_navy_blue);
  content: "";
  font-size: .7em;
  display: block;
  width: 1em;
  height: 1em;
  margin: .25em auto auto .3em;
  clip-path: polygon(0 0, 50% 50%, 0 100%);
}

/* ol.num-list */
ol.num-list {
  list-style-type: none;
  counter-reset: item;
  margin: 1em 0;
  padding: 0;
}
ol.num-list > li {
  margin: 0;
  padding: 0 0 0 2em;
  position: relative;
}
ol.num-list > li:nth-child(n+2) {
  margin-top: .25em;
}
ol.num-list > li::before {
  counter-increment: item;
  content: counter(item)".";
  font-size: 1em;
  text-align: center;
  display: block;
  width: 1.5em;
  position: absolute;
  left: 0;
}

/* ul.check-list */
ul.check-list > li {
  line-height: 1.5;
  margin: .5em 0;
  padding-left: 2em;
  position: relative;
}
ul.check-list > li::before,
ul.check-list > li::after {
  content: "";
  position: absolute;
}
ul.check-list > li::before {
  border: .2em solid rgba(var(--black-rgb), .77);
  display: block;
  width: .92em;
  height: .92em;
  top: .26em;
  left: 0;
  opacity: .83;
}
ul.check-list > li::after {
  border-bottom: .24em solid var(--black);
  border-left: .24em solid var(--black);
  display: block;
  width: 1.1em;
  height: .8em;
  top: 0;
  left: .01em;
  transform: rotate(-45deg);
}

/* .list-before | .list-after */
.list-before {
  margin-bottom: .5em;
}
.list-after {
  margin-top: .5em;
}

/* .rice */
ul.rice,
ol.rice {
  list-style-type: none;
  margin: 2em 0 1em;
  padding: 0;
}
ul.rice.attached,
ol.rice.attached {
  margin-top: .25em;
}
p.text-note.rice,
ul.rice > li,
ol.rice > li {
  padding-left: 1em;
  position: relative;
}
.rice span.symbol {
  text-align: center;
  display: block;
  width: 1em;
  position: absolute;
  left: 0;
}
ol.rice.num-inline > .list-inner {
  padding-left: 3em;
}
ol.rice.num-inline span.rice {
  text-align: center;
  display: block;
  width: 2.5em;
  position: absolute;
  left: .15em;
}

/* dl, dt, dd */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* others */
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.i-block,
.inline-block {
  white-space: nowrap;
  display: inline-block;
}
.d-block,
.display-block {
  display: block;
}
.d-none,
.display-none {
  display: none;
}
.nowrap {
  white-space: nowrap;
}

.narrow.before {
  display: inline-block;
  margin-left: -.5em;
}
.narrow.after {
  letter-spacing: -.5em;
}

/* .border */
.border {
  border: 1px solid var(--gray);
}
.border .text-text {
  margin: 0;
}

/* .lang-en */
.lang-en {
  font-size: 1.23em;
}

/* .em-px */
.em-px {
  font-size: 1em;
  display: block;
  width: 1em;
  height: 0;
  position: absolute;
}

/* .breadcrumb */
.breadcrumb .list {
  list-style-type: none;
  display: flex;
  margin: 1.5em 0 5em;
  padding: 0;
}
.breadcrumb .list-inner {
  padding: 1em;
  position: relative;
}
.breadcrumb .list-inner:first-child {
  padding-left: 0;
}
.breadcrumb .list-inner::before {
  content: "\f105";
  color: rgba(var(--black-rgb), .5);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.breadcrumb .list-inner:first-child::before {
  display: none;
}
.breadcrumb .text-link {
  font-size: .9em;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
}
.breadcrumb .current {
  color: rgba(var(--black-rgb), .67);
  font-weight: normal;
  font-weight: 400;
}

/* .header */
.header .nav-btn {
  width: 3em;
  height: 1.2em;
  position: fixed;
  top: 1.4em;
  right: 1em;
  z-index: 13;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .header .nav-btn {
    display: none;
  }
}
.header .nav-btn::before,
.header .nav-btn::after {
  background-color: #000;
  content: "";
  display: block;
  width: 100%;
  height: .14em;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
}
.header .nav-btn::before {
  top: 0;
  bottom: auto;
  transition: bottom .1s linear, transform .3s ease;
}
.header .nav-btn::after {
  top: auto;
  bottom: 0;
  transition: top .1s linear, transform .3s ease;
}
.sp-menu-open .header .nav-btn::before {
  top: 0;
  bottom: 0;
  transform: rotate(201.801409486352deg);
}
.sp-menu-open .header .nav-btn::after {
  top: 0;
  bottom: 0;
  transform: rotate(-201.801409486352deg);
}

/* .header .menu */
.header .menu a {
  text-align: center;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 991px) {
  .header .nav-bg {
    background-color: rgba(255, 255, 255, .95);
    width: 100%;
    height: 0;
    position: fixed;
    top: 4.25em;
    left: 0;
    z-index: 11;
    opacity: 0;
    transform: translateY(-100vh);
    transition: height .2s ease, opacity .1s linear, transform .3s ease;
  }
  .sp-menu-open .header .nav-bg {
    height: calc(100% - 4.25em);
    opacity: 1;
    transform: translateY(0);
  }
  .header .menu {
    width: 100%;
    position: fixed;
    top: 7.75em;
    left: 0;
    z-index: 15;
    opacity: 0;
    transform: translateY(-100vh);
    transition: opacity .1s linear, transform .3s ease;
  }
  .sp-menu-open .header .menu {
    opacity: 1;
    transform: translateY(0);
  }
  .header .menu-inner {
    padding-right: 2em;
    padding-left: 2em;
  }
  .header .menu-inner:nth-child(n+2) {
    border-top: 1px solid rgba(var(--gray-rgb), .9);
    margin: .5em;
  }
  .header .menu a {
    padding: 1em 0 .5em;
  }
}
@media screen and (min-width: 992px) {
  .header .nav-bg {
    display: none;
  }
  .header .menu {
    display: flex;
    position: fixed;
    top: .7em;
    right: .5em;
    z-index: 11;
  }
  .header .menu a {
    color: var(--text-color);
    margin: 0 .5em;
    padding: .5em;
    position: relative;
  }
}

/* .footer && .main */
.footer,
.main {
  min-height: 1%;
}
.footer > .footer-inner,
.main > .main-inner {
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
}
.header p,
.footer p {
  margin: 0;
}

/* .go-to-top */
.go-to-top a {
  background-color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 3em;
  height: 3em;
  position: fixed;
  right: .2em;
  bottom: 3.95em;
  z-index: 69;
  opacity: 0;
  transition: opacity .3s ease;
}
.fadein .go-to-top a {
  opacity: 1;
}
.absolute .go-to-top a {
  position: absolute;
}
.go-to-top a::before {
  background-image: linear-gradient(135deg, var(--navy_blue), var(--ag_navy_blue));
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  transition: opacity .3s ease;
}
.fadein .go-to-top a:hover::before {
  opacity: .77;
}
.go-to-top .icon-icon {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: .5em;
}
.go-to-top .arrow {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
@media screen and (min-width: 768px) {
  .go-to-top a {
    right: 1.5em;
    bottom: .2em;
  }
}
@media screen and (min-width: 992px) {
  .go-to-top a {
    right: 1.75em;
  }
}
@media screen and (min-width: 1144px) {
  .go-to-top a {
    right: 2em;
  }
}

/* .copyright */
.copyright {
  text-align: center;
  padding: 1em;
}
.copyright small {
  font-size: .87em;
}

/* *** exclusive to this site *** */
h1 {
  font-size: 2.125em;
  font-weight: bold;
  font-weight: 700;
}
.style-none.cell {
  line-height: 1.75;
  width: 97%;
  max-width: 930px;
  margin: 7em auto 3em;
}
.cell > .cell-inner {
  padding: 0 0 6.5em;
  position: relative;
}
.cell a {
  text-decoration: none;
}
.cell-heading {
  margin: 0 0 3em;
}
.cell-heading > .heading-inner {
  font-size: 1.75em;
  font-weight: bold;
  font-weight: 700;
}
.text-text {
  font-size: 1.25em;
  text-align: left;
}
.text-text.btn {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: .7em;
  text-align: center;
  width: 23em;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transition: .3s background-color ease;
}
a:hover .text-text.btn {
  background-color: #1e2e53;
}
.icon-icon {
  line-height: 0;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-left: .2em;
  vertical-align: baseline;
  position: relative;
  top: -.2em;
}


@media screen and (min-width: 576px) {
  .cell {
    display: flex;
    gap: 4em;
  }
  .cell-inner {
    width: calc(50% - 2em);
  }
}
