@charset "UTF-8";
/**
 * set variables
 */ /* constance variable */
/* noto sans font weight */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* general method */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.flex_box, .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

/** -----------------------------------
 * general settings
 ** --------------------------------- */
html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans Japanese";
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

p, li, dt, dd, input, textarea, th, td {
  color: #000;
  line-height: 175%;
}

a {
  color: #444;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a > img {
  opacity: 1;
}
a:hover > img {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

.wrapper {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 1519px) {
  .wrapper {
    width: 95%;
  }
}

@media only screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 736px) {
  .sp {
    display: block !important;
  }
}

.spnav {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9998;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: liner;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: liner;
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: liner;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: liner;
}
@media only screen and (max-width: 768px) {
  .spnav {
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
  }
}
.spnav.open {
  left: 0;
}
.spnav .navigation {
  display: table;
  width: 100%;
  height: 100%;
}
.spnav .navigation .cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding-top: 1.875rem;
  vertical-align: middle;
}
.spnav .cell > ul {
  margin-bottom: 1.25rem;
  overflow: scroll;
}
.spnav .cell > ul.progenitor {
  height: 100%;
}
.spnav .cell > ul.progenitor > li > ul {
  display: none;
}
.spnav .cell > ul[class*=depth-] {
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
}
.spnav .cell > ul li {
  border-bottom: solid 1px white;
  letter-spacing: 0.07em;
  text-align: center;
}
.spnav .cell > ul li:last-child {
  border-bottom: none;
}
.spnav .cell > ul li.hasChild {
  position: relative;
}
.spnav .cell > ul li.hasChild:after {
  content: ">";
  display: block;
  position: absolute;
  right: 1.5em;
  top: 1em;
  color: #1F1713;
}
.spnav .cell > ul li > a {
  display: block;
  padding: 1em 1em;
  color: #1F1713;
  text-decoration: none;
}

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

/** -----------------------------------
 * header settings
 ** --------------------------------- */
header {
  margin-bottom: 5.25rem;
}
@media only screen and (max-width: 1599px) {
  header {
    margin-bottom: 3.125rem;
  }
}
header .logo {
  float: left;
  width: 19.6052631579%;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 1599px) {
  header .logo {
    margin-top: 1.125rem;
  }
}
@media only screen and (max-width: 736px) {
  header .logo {
    width: 60%;
  }
}
header .logo img {
  width: 100%;
}
header nav {
  float: right;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav ul {
  align-items: flex-end;
  margin-top: 2rem;
}
@media only screen and (max-width: 1599px) {
  header nav ul {
    margin-left: 1.1875rem;
  }
}
header nav li {
  font-size: 1rem;
  vertical-align: bottom;
}
@media only screen and (max-width: 1599px) {
  header nav li {
    font-size: 0.85rem;
  }
}
header nav li a {
  text-align: center;
}
header nav li a p {
  color: #444;
  font-size: 0.65rem;
}
header nav li a.current {
  color: rgba(230, 0, 16, 0.62);
  font-weight: bold;
  font-size: 18px;
}
header nav li a.current p {
  color: rgba(230, 0, 16, 0.62);
}

/** -----------------------------------
 * footer settings
 ** --------------------------------- */
.footer__top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4F8FB;
  padding: 72px 0;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .footer__top {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__top__content img {
  max-width: 100%;
}
.footer__bottom {
  background-color: #243F54;
}
.footer__bottom__wrapper {
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 1.625rem 0;
}
@media only screen and (max-width: 1519px) {
  .footer__bottom__wrapper {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .footer__bottom__wrapper {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  .footer__bottom__wrapper__txt {
    margin-left: 12px;
  }
}
.footer__bottom__wrapper__txt h1 {
  font-size: 2rem;
  color: #fff;
  margin-left: 0px;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .footer__bottom__wrapper__txt h1 {
    font-size: 1.5rem;
  }
}
.footer__bottom__wrapper__txt p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1rem;
}
.footer__bottom__wrapper__txt p a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .footer__bottom__wrapper__sitemap {
    margin-bottom: 32px;
  }
}
.footer__bottom__wrapper__sitemap table {
  width: 100%;
}
.footer__bottom__wrapper__sitemap tbody {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 1024px) {
  .footer__bottom__wrapper__sitemap tbody {
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer__bottom__wrapper__sitemap tbody {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .footer__bottom__wrapper__sitemap tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1rem;
    gap: 2rem;
  }
}
.footer__bottom__wrapper__sitemap tbody a {
  color: #fff;
}
.footer__bottom__wrapper__sitemap tr {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 480px) {
  .footer__bottom__wrapper__sitemap tr {
    margin-left: 12px;
  }
}
.footer__bottom__wrapper__sitemap tr > th {
  text-align: left;
  margin-bottom: 0.85rem;
  font-size: 16px;
  font-weight: 800;
  border-bottom: 1px solid #fff;
}
.footer__bottom__wrapper__sitemap tr > th.except {
  border-bottom: 0px;
}
.footer__bottom__wrapper__sitemap tr > td {
  margin-left: 14px;
  font-size: 16px;
}
.footer__bottom__wrapper__sitemap tr > td ::before {
  content: "•";
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .footer__bottom__wrapper__sitemap tr > td {
    margin-left: 12px;
  }
}
@media screen and (max-width: 480px) {
  .footer__bottom__wrapper__sitemap tr > td {
    font-size: 14px;
  }
}
.footer__bottom .copy {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  padding: 32px 0;
}
.footer__bottom .copy small {
  font-size: 0.75rem;
}
.footer p {
  font-size: 1rem;
  text-align: left;
}
@media only screen and (max-width: 1599px) {
  .footer p {
    font-size: 0.8125rem;
  }
}
.footer p img {
  display: inline-block;
  max-width: 289px;
  margin-left: 1.25em;
}
@media only screen and (max-width: 1599px) {
  .footer p img {
    max-width: 231px;
  }
}
@media only screen and (max-width: 736px) {
  .footer p img {
    max-width: 145px;
    margin-left: 0;
  }
}
.footer p.copy {
  margin-top: 1.875rem;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1599px) {
  .footer p.copy {
    margin-top: 1.125rem;
    font-size: 0.6875rem;
  }
}

.spnav .navigation .cell ul li a.current {
  color: rgba(230, 0, 16, 0.62);
  font-weight: bold;
  font-size: 18px;
}/*# sourceMappingURL=common.css.map */