@charset "UTF-8";
/* ===================================================================

 file name  :reset.css
 style info :リセットCSS v3

=================================================================== */
/* reset ---*/
* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  /* overflow-y: scroll; */
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  /* rem用基準を10px */
  font-size: 62.5%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

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

img,
abbr,
acronym,
fieldset {
  border: 0;
}

img {
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

sup {
  font-size: 62.5%;
  vertical-align: text-top;
}

/* ---------------------------------------------------------------------------
default
--------------------------------------------------------------------------- */
/* body */
body {
  position: relative;
  background: #f2f2f2;
  color: #000;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
}

html {
  font-size: 3.67vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(1.333333vw, 16px);
  }
}

@media screen and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}
/* link */
a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.u-img-w100 {
  width: 100%;
  height: auto;
}

.u-mb1 {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .u-mb-15--pc {
    margin-bottom: 1.5em;
  }
}
.u-cl-e50012 {
  color: #e50012;
}

.u-bold {
  font-weight: 700;
}

.u-fz136 {
  font-size: 136%;
  line-height: 1.1;
}

.u-uline {
  border-bottom: 1px solid currentColor;
}

.u-kenten {
  background: top left/1em 0.4em repeat-x radial-gradient(circle, currentColor 0.08em, #fff 0.08em);
  padding-top: 0.1em;
}
.u-kenten--half {
  background: top left/0.5em 0.4em repeat-x radial-gradient(circle, currentColor 0.08em, #fff 0.08em);
}

@media screen and (min-width: 768px) {
  .u-align-center--pc {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-fz160--pc {
    font-size: 160%;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

.u-disp-inline-block {
  display: inline-block;
}

.u-hover-uline--hide {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat right 100%/0 1px;
  background: linear-gradient(currentColor, currentColor) no-repeat right 100%/0 1px;
  -webkit-transition: background-size ease 0.4s;
  transition: background-size ease 0.4s;
}

@media (any-hover: hover) {
  .u-hover-uline--hide:hover {
    background-size: 100% 1px;
    background-position: left 100%;
  }
  .u-hover-opacity {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
  }
  .u-hover-opacity:hover {
    opacity: 0.7;
  }
}
/* ---------------------------------------------------------------------------
	囲み要素
--------------------------------------------------------------------------- */
.l-inner {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 870px;
    margin-inline: auto;
  }
}

/* ---------------------------------------------------------------------------
		#wrapper
			全体
--------------------------------------------------------------------------- */
.l-wrap img {
  width: 100%;
  height: auto;
}

/*
.toggleBtn
---------------------------*/
.toggleBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #003893;
  border: 1px solid #fff;
  height: 3.71429rem;
  aspect-ratio: 1/1;
  z-index: 10000;
  cursor: pointer;
}

.toggleBtn__mark {
  position: relative;
  cursor: pointer;
  height: 1.57143rem;
  width: 1.78571rem;
}

.toggleBtn__bar {
  position: absolute;
  left: 0;
  background-color: #fff;
  height: 0.14286rem;
  width: 100%;
}
.toggleBtn__bar:first-of-type {
  top: 0;
}
.is-gmenu-open .toggleBtn__bar:first-of-type {
  -webkit-transform: translateY(0.71429rem) rotate(45deg);
          transform: translateY(0.71429rem) rotate(45deg);
}
.toggleBtn__bar:nth-child(2) {
  top: 0.71429rem;
}
.is-gmenu-open .toggleBtn__bar:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.toggleBtn__bar:last-of-type {
  bottom: 0;
}
.is-gmenu-open .toggleBtn__bar:last-of-type {
  -webkit-transform: translateY(-0.71429rem) rotate(-45deg);
          transform: translateY(-0.71429rem) rotate(-45deg);
}

.toggleBtn__mark,
.toggleBtn__bar {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 0 0.71429rem;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 1.25rem;
    height: 3.125rem;
  }
}

.l-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0.71429rem;
  z-index: 10000;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media screen and (min-width: 768px) {
  .l-header__content {
    top: 0;
    left: 1.25rem;
  }
}

.l-header__logo,
.l-header__home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #2367a4;
  border-top: none;
  padding: 0.625rem 1.0625rem;
  border-radius: 0 0 20px 20px;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .l-header__logo,
  .l-header__home {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 0.5rem 0.85714rem;
  }
}
.l-header__home > p {
  font-size: 0.875rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .l-header__home > p {
    font-size: 0.78571rem;
  }
}
.l-header__img.renewal {
  margin-right: 0.9375rem;
  width: 3.95625rem;
}

@media only screen and (max-width: 767px) {
  .l-header__img.renewal {
    margin-right: 0.5rem;
    width: 2.26071rem;
  }
}
.l-header__img.nexco {
  width: 4.68125rem;
}

@media only screen and (max-width: 767px) {
  .l-header__img.nexco {
    width: 2.675rem;
  }
}
.l-header__img.navi {
  margin-right: 10px;
  width: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .l-header__img.navi {
    margin-right: 5px;
    width: 0.68571rem;
  }
}
.l-header__txt {
  position: relative;
  margin-right: 4.375rem;
}

@media only screen and (max-width: 767px) {
  .l-header__txt {
    margin-right: 1.42857rem;
  }
}
.l-header__txt::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2.1875rem;
  bottom: 0;
  margin: auto;
  background-color: #2367a4;
  height: 1.875rem;
  width: 2px;
}

@media only screen and (max-width: 767px) {
  .l-header__txt::after {
    right: -0.71429rem;
    height: 1.07143rem;
  }
}
.l-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .l-header__info {
    font-size: 0.85714rem;
    width: 100%;
  }
}
.l-header__txt {
  white-space: nowrap;
}

.l-header__detail {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .l-header__detail {
    width: 100%;
  }
}
.l-header__detail span {
  display: inline-block;
  white-space: nowrap;
  line-height: 1em;
  -webkit-animation: flowTxt 20s linear infinite;
          animation: flowTxt 20s linear infinite;
}

@media only screen and (max-width: 767px) {
  .l-header__detail span {
    -webkit-animation: flowTxt-sp 20s linear infinite;
            animation: flowTxt-sp 20s linear infinite;
    padding-left: 20%;
  }
}
/*-----------------------------------------------------------
アニメーション
-----------------------------------------------------------*/
@-webkit-keyframes flowTxt {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes flowTxt {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes flowTxt-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes flowTxt-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.l-header__btn {
  position: fixed;
  top: 0;
  right: 0;
  top: 0;
  right: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
@media print, screen and (min-width: 768px) {
  .l-header__btn {
    display: none;
  }
}

/*
.gnav
---------------------------*/
.gnav {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("../img/bg_mv_sp.webp");
    background-size: cover;
    padding: 0.71429rem;
    height: 100%;
    width: 100%;
    z-index: 9999;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .is-gmenu-open .gnav {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media only screen and (max-width: 767px) {
  .gnav__inner {
    padding-bottom: 1.5rem;
    background-color: #003893;
  }
}
.gnav__list1 {
  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;
  padding: 1.5rem 0 1.25rem;
}

@media only screen and (max-width: 767px) {
  .gnav__list1 {
    display: block;
    padding: 5.71429rem 1.25rem 3rem;
  }
}
.gnav__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .gnav__list2 {
    display: block;
  }
}
.gnav__item2 {
  margin-right: 4.125rem;
  text-align: center;
}
.gnav__item2 a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .gnav__item2 {
    margin-right: 0 !important;
  }
}
.gnav__item2:not(:last-of-type) {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .gnav__item2:not(:last-of-type)::after {
    content: "／";
    position: absolute;
    color: #2367a4;
    font-size: 1.125rem;
    font-weight: bold;
    right: -2.2rem;
    bottom: 0.1rem;
  }
}
.gnav__item2.contents .gnav__icon {
  width: 2.5rem;
}

.gnav__item2.car .gnav__icon {
  width: 2.5rem;
}

.gnav__item2 .gnav__txt {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .gnav__item2 .gnav__txt {
    font-size: 1.42857rem;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .gnav__item2 > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 2px solid #fff;
    padding: 1.42857rem 0 1.42857rem 2.85714rem;
  }
}
.gnav__icon {
  margin: 0 auto;
  width: 1.875rem;
  fill: #005bac;
}
@media screen and (min-width: 768px) {
  .gnav__icon {
    -webkit-transition: fill ease 0.4s;
    transition: fill ease 0.4s;
  }
  a:hover .gnav__icon {
    fill: #003893;
  }
}

@media all and (-ms-high-contrast: none) {
  .gnav__icon {
    height: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .gnav__icon {
    margin: 0 0.71429rem 0 0;
    width: 2.14286rem;
    fill: #fff;
  }
}
.gnav__txt {
  color: #2367a4;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .gnav__txt {
    -webkit-transition: color ease 0.4s;
    transition: color ease 0.4s;
  }
  a:hover .gnav__txt {
    color: #003893;
  }
}

@media only screen and (max-width: 767px) {
  .gnav__txt {
    color: #fff;
  }
}
.mv__guide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mv__guide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .mv__info {
    width: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .mv__info p {
    font-size: 0.7142857143rem;
    margin-top: 0.7142857143rem;
    text-align: center;
    font-weight: bold;
    margin-top: 2.49rem;
    color: #fff;
  }
}
.mv__info .mv__link {
  position: relative;
  background-color: #f2f2f2;
}

.mv__link {
  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;
  border-radius: 10px;
  height: 6.64rem;
  margin-top: 1.66rem;
}

@media only screen and (max-width: 767px) {
  .mv__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 4.2857142857rem;
    margin-top: 0.3571428571rem;
  }
}
.mv__link span {
  font-size: 1.992rem;
}

@media only screen and (max-width: 767px) {
  .mv__link span {
    font-size: 1.0714285714rem;
    margin-top: -1.2857142857rem;
    text-align: center;
    width: 100%;
  }
}
.mv__icon.time {
  margin-right: 0.83rem;
  width: 2.49rem;
}

@media only screen and (max-width: 767px) {
  .mv__icon.time {
    margin-right: 0;
    width: 1.0714285714rem;
  }
}
.mv__icon.link {
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 1.162rem;
}

.mv__logo {
  width: 13.695rem;
}

@media only screen and (max-width: 767px) {
  .mv__logo {
    width: 7.8571428571rem;
    margin-right: 2rem;
  }
}
/*
  main-contents
---------------------------*/
.main-contents {
  padding-top: 3rem;
}

/*
.l-footer
---------------------------*/
.l-footer {
  padding-block: 1.5em 0;
  background: #005bac;
}

.l-footer__btn-pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: 666;
}
@media screen and (min-width: 768px) {
  .l-footer__btn-pagetop {
    width: 70px;
    bottom: 140px;
  }
}
.l-footer__btn-pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}
.l-footer__btn-pagetop a {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
@media (any-hover: hover) {
  .l-footer__btn-pagetop a:hover {
    opacity: 0.8;
  }
}

.fnav__parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .fnav__parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fnav__item {
  padding: 0.3em 0;
  color: #fff;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .fnav__item {
    font-size: 0.875rem;
    border-top: none;
  }
}
.fnav__item a {
  display: block;
  padding-block: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fnav__item a {
    display: inline;
    padding-block: 0;
  }
}

@media screen and (min-width: 768px) {
  .fnav__item:not(:last-child)::after {
    content: "　｜　";
  }
}

.copyright {
  padding: 1.5em 1em 1em;
  font-size: 0.71rem;
  text-align: center;
  background: #1e2678;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 1rem;
    padding: 1.5em 1em;
    font-size: 0.75rem;
  }
}