@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  color: #000;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

.main {
  margin: 0 auto;
  padding-top: 8.75vw;
  position: relative;
  background-color: #f8f9fa;
}
.main::before {
  content: "";
  width: 17.86458333vw;
  height: 16.38020833vw;
  background-image: url("../../asset/img/info/img_info1.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 8.75vw;
  left: -0.6vw;
}
.main::after {
  content: "";
  width: 27.00520833vw;
  height: 12.31770833vw;
  background-image: url("../../asset/img/info/img_info2.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -2.3vw;
  right: 2.083333333vw;
}
.main.top {
  background-color: #fff;
}
.main.top::before, .main.top::after {
  content: none;
}
.main.article::before, .main.article::after {
  content: none;
}

.cookie_area {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #0E5CA7;
  font-size: 1.145833333vw;
  width: 100%;
  padding: 2.34375vw;
  z-index: 100;
  display: none;
}
.cookie_area .cookie__block01 {
  color: #fff;
  text-align: left;
  width: 80%;
  line-height: 1.5;
  margin: 0 auto;
  position: relative;
}
.cookie_area .cookie__btn {
  width: 1.145833333vw;
  position: absolute;
  right: -1.5vw;
  top: -1.5vw;
  cursor: pointer;
}
.cookie_area .cookie__btn img {
  width: 100%;
}

.bread__block {
  width: 75.83333333vw;
  margin: 0 auto 2.8125vw;
  background-color: #F8F9FA;
}
.bread__block ul {
  display: flex;
  padding: 0.78125vw 0;
}
.bread__block ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0.3645833333vw;
}
.bread__block ul li::after {
  content: "";
  width: 1.5625vw;
  height: 1.5625vw;
  background-image: url(../../asset/img/arrow_bread.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.bread__block ul li a {
  font-size: 0.9375vw;
  color: #0E5CA7;
  padding-right: 0.3645833333vw;
  position: relative;
}
.bread__block ul li a img {
  width: 1.614583333vw;
}
.bread__block ul li:last-child::after {
  content: none;
}
.bread__block ul li:last-child a {
  color: #000;
}

.title__block {
  margin: 0 auto;
  width: 60.9375vw;
  padding: 0 0 2.96875vw;
  position: relative;
}
.title__block .title__block--title01 {
  font-weight: 900;
  font-size: 2.65625vw;
  letter-spacing: 0.05em;
  text-align: center;
}
.title__block .title__block--link {
  font-size: 1.09375vw;
  line-height: 1.476;
  padding: 0.2083333333vw 2.083333333vw 0.2083333333vw 0.8854166667vw;
  box-sizing: border-box;
  border: solid #000 0.0520833333vw;
  position: absolute;
  top: 0.3vw;
  right: 0;
  border-radius: 0.3125vw;
}
.title__block .title__block--link::after {
  content: "";
  width: 1.614583333vw;
  height: 1.614583333vw;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("../../asset/img/arrow_title.svg"), url("../../asset/img/arrow_title_h.svg");
  background-size: cover, 0 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.title__block .title__block--link:hover {
  background-color: #0E5CA7;
  color: #fff;
  border: solid #0E5CA7 0.0520833333vw;
}
.title__block .title__block--link:hover::after {
  background-size: 0 0, cover;
}

.page__block {
  width: 100%;
  padding: 0 0 8.333333333vw 12.08333333vw;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 2;
}

.page__inner {
  background-color: #fff;
  padding: 4.583333333vw 0 4.583333333vw 7.447916667vw;
  box-sizing: border-box;
  border-radius: 1.8229vw 0 0 1.8229vw;
}

@media screen and (min-width: 768px) {
  .sp__only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 21.33333333vw;
  }
  .main::before {
    content: "";
    width: 41.33333333vw;
    height: 38vw;
    background-image: url("../../asset/img/info/img_info1_sp.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 29.75vw;
    left: -8.6vw;
  }
  .main::after {
    content: "";
    width: 62.06933333vw;
    height: 28.22133333vw;
    background-image: url("../../asset/img/info/img_info2_sp.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0vw;
    right: 2.666666667vw;
  }
  .bread__block {
    width: 100%;
    margin: 0 auto;
    background-color: #F8F9FA;
    position: relative;
    z-index: 2;
  }
  .bread__block ul {
    display: flex;
    padding: 3.466666667vw 2.666666667vw;
    box-sizing: border-box;
  }
  .bread__block ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 0.5333333333vw;
  }
  .bread__block ul li::after {
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    background-image: url(../../asset/img/arrow_bread.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
  }
  .bread__block ul li a {
    font-size: 3.466666667vw;
    color: #0E5CA7;
    padding-right: 0.5333333333vw;
  }
  .bread__block ul li a img {
    width: 6.4vw;
  }
  .bread__block ul li:last-child::after {
    content: none;
  }
  .bread__block ul li:last-child a {
    color: #000;
  }
  .title__block {
    margin: 0 auto;
    padding: 9.066666667vw 0 14.66666667vw;
    width: 74.4vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title__block .title__block--title01 {
    font-weight: 900;
    font-size: 5.866666667vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .title__block .title__block--link {
    font-size: 3.466666667vw;
    line-height: 1.4615;
    padding: 1.6vw 5.866666667vw 1.6vw 3.2vw;
    box-sizing: border-box;
    border: solid #000 0.2666666667vw;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    border-radius: 1.6vw;
    margin-left: 11.73333333vw;
  }
  .title__block .title__block--link::after {
    content: "";
    width: 6.933333333vw;
    height: 6.933333333vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url("../../asset/img/arrow_title.svg"), url("../../asset/img/arrow_title_h.svg");
    background-size: cover, 0 0;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .title__block .title__block--link:hover {
    background-color: #0E5CA7;
    color: #fff;
    border: solid #0E5CA7 0.2666666667vw;
  }
  .title__block .title__block--link:hover::after {
    background-size: 0 0, cover;
  }
  .page__block {
    width: 100%;
    padding: 0 0 26.66666667vw 0;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .page__inner {
    background-color: #fff;
    padding: 10.66666667vw 6.4vw;
    box-sizing: border-box;
    border-radius: 5.333333333vw 0 0 5.333333333vw;
  }
  .cookie_area {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #0E5CA7;
    font-size: 4vw;
    width: 100%;
    padding: 6.4vw;
    z-index: 100;
    display: none;
  }
  .cookie_area .cookie__block01 {
    color: #fff;
    text-align: left;
    width: 100%;
    line-height: 1.5;
    margin: 0 auto;
    position: relative;
  }
  .cookie_area .cookie__btn {
    width: 4vw;
    position: absolute;
    right: -4vw;
    top: -4vw;
    cursor: pointer;
  }
  .cookie_area .cookie__btn img {
    width: 100%;
  }
  .pc__only {
    display: none !important;
  }
}
header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  background-color: #fff;
  z-index: 100;
  height: 8.75vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header__logo {
  width: 19.79vw;
  margin-left: 5.05vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .header__logo img {
  width: 100%;
}
header .header__nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.75vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header__nav1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Roboto", sans-serif;
  padding: 2.0833333333vw 0;
}
header .header__nav1 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;
  margin-right: 3.4895vw;
}
header .header__nav1 ul li a {
  font-size: 1.1458vw;
  font-weight: 900;
  color: #000;
  position: relative;
}
header .header__nav1 ul li a:before {
  content: "";
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0E5CA7;
  top: 130%;
  left: 0;
  pointer-events: none;
}
header .header__nav1 ul li a:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
header .header__nav1 .contact__btn {
  font-size: 1.0416vw;
  background-color: transparent;
  height: 3.4895vw;
  width: 13.125vw;
  border-radius: 0 0 0 0.677vw;
  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-left: 2.1354vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
}
header .header__nav1 .contact__btn::before {
  content: "";
  background-color: #0E5CA7;
  height: 3.4895vw;
  width: 13.125vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translate(0);
          transform: translate(0);
  z-index: -1;
}
header .header__nav1 .contact__btn::after {
  content: "";
  background-color: #004369;
  height: 3.4895vw;
  width: 13.125vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  z-index: -1;
}
header .header__nav1 .contact__btn:hover::before {
  -webkit-transform: translate(100%);
          transform: translate(100%);
}
header .header__nav1 .contact__btn:hover::after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
header .header__nav--button {
  display: none;
}

.header__nav2 {
  display: none;
}

.header__nav2__bg {
  display: none;
}

@media screen and (max-width: 767px) {
  body.fixed {
    overflow: hidden;
  }
  header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    background-color: #fff;
    z-index: 100;
    height: 21.33333333vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header__logo {
    width: 55.22666667vw;
    margin-left: 4vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  header .header__logo img {
    width: 100%;
  }
  header .header__nav1 {
    display: none;
  }
  header .header__nav--button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2.666666667vw;
    cursor: pointer;
  }
  header .header__nav--button::before {
    content: "";
    width: 10.66666667vw;
    height: 10.66666667vw;
    background-image: url("../../asset/img/button_header_open.svg");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
  }
  .header__nav2__bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all ease-in-out 0.2s;
    pointer-events: none;
  }
  .header__nav2__bg .header__nav2 {
    display: block;
    position: absolute;
    width: 87.2vw;
    height: 83.8669950739%;
    overflow-y: scroll;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 5.333333333vw 0 0 0;
    box-sizing: border-box;
    padding: 0 2.666666667vw 0 6.4vw;
    transform: translate(90vw);
    transition: all ease-in-out 0.5s;
  }
  .header__nav2__bg .header__nav2 .header__nav2--head {
    height: 22.66666667vw;
    width: 88%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
  }
  .header__nav2__bg .header__nav2 .header__nav2--head .header__nav2--logo {
    width: 55.22666667vw;
  }
  .header__nav2__bg .header__nav2 .header__nav2--head .header__nav2--logo img {
    width: 100%;
  }
  .header__nav2__bg .header__nav2 .header__nav2--head .header__nav2--button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .header__nav2__bg .header__nav2 .header__nav2--head .header__nav2--button::before {
    content: "";
    width: 10.66666667vw;
    height: 10.66666667vw;
    background-image: url("../../asset/img/button_header_close.svg");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
  }
  .header__nav2__bg .header__nav2 .header__nav2--body {
    padding: 22.66666667vw 0;
  }
  .header__nav2__bg .header__nav2 .header__nav2--list {
    padding-right: 3.733333333vw;
    box-sizing: border-box;
  }
  .header__nav2__bg .header__nav2 .header__nav2--list li {
    margin-bottom: 8.533333333vw;
  }
  .header__nav2__bg .header__nav2 .header__nav2--list li a {
    font-weight: 700;
    font-size: 4.8vw;
    color: #000;
    border-bottom: #E9E9E9 solid 0.2666666667vw;
    display: block;
    padding-bottom: 2.666666667vw;
    box-sizing: border-box;
  }
  .header__nav2__bg .header__nav2 .contact__btn {
    border-radius: 1.6vw;
    background-color: #0E5CA7;
    width: 100%;
    height: 13.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    float: 500;
    font-size: 4.266666667vw;
  }
  .header__nav2__bg.active {
    opacity: 1;
    pointer-events: auto;
  }
  .header__nav2__bg.active .header__nav2 {
    transform: translate(0);
  }
}
footer {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
footer .footer__nav {
  width: 65.72916vw;
  margin: 0 auto;
  padding: 4.47916vw 0 4.16vw;
}
footer .footer__nav .footer__logo {
  margin: 0 0 2.65625vw 1.40625vw;
  width: 20.2083vw;
}
footer .footer__nav .footer__logo img {
  width: 100%;
}
footer .footer__nav .footer__links > ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer__nav .footer__links .footer__list01 {
  width: 16.822916vw;
}
footer .footer__nav .footer__links .footer__list01 > ul li {
  padding-bottom: 0.885416vw;
  border-bottom: 0.052083vw solid #EAEAEA;
  margin-bottom: 1.302083vw;
}
footer .footer__nav .footer__links .footer__list01 > ul li:last-child {
  margin-bottom: 0;
}
footer .footer__nav .footer__links .footer__list01 > ul li a {
  font-size: 1.0416vw;
  font-weight: 700;
  color: #000;
  display: block;
}
footer .footer__nav .footer__links .footer__list01 > ul li a:hover {
  color: #0E5CA7;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark .footer__mark01 {
  width: 22.89%;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark .footer__mark01:hover {
  opacity: 0.6;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark .footer__mark02 {
  width: 42.4%;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark .footer__mark02:hover {
  opacity: 0.6;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark .footer__mark03 {
  width: 25.1%;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark .footer__mark03:hover {
  opacity: 0.6;
}
footer .footer__nav .footer__links .footer__list01 .footer__mark img {
  width: 100%;
  height: auto;
}
footer .footer__nav .footer__links .footer__list02 {
  width: 16.822916vw;
}
footer .footer__nav .footer__links .footer__list02 > a {
  padding-bottom: 0.885416vw;
  border-bottom: 0.052083vw solid #EAEAEA;
  margin-bottom: 1.302083vw;
  font-size: 1.0416vw;
  font-weight: 700;
  color: #000;
  display: block;
}
footer .footer__nav .footer__links .footer__list02 > a:hover {
  color: #0E5CA7;
}
footer .footer__nav .footer__links .footer__list02 > ul li {
  margin-bottom: 0.78125vw;
}
footer .footer__nav .footer__links .footer__list02 > ul li:last-child {
  margin-bottom: 0;
}
footer .footer__nav .footer__links .footer__list02 > ul li a {
  font-size: 0.9375vw;
  color: #333333;
  display: block;
}
footer .footer__nav .footer__links .footer__list02 > ul li a:hover {
  color: #0E5CA7;
}
footer .footer__nav .footer__links .footer__list03 {
  width: 26.4583vw;
}
footer .footer__nav .footer__links .footer__list03 > a {
  padding-bottom: 0.885416vw;
  border-bottom: 0.052083vw solid #EAEAEA;
  margin-bottom: 1.302083vw;
  font-size: 1.0416vw;
  font-weight: 700;
  color: #000;
  display: block;
}
footer .footer__nav .footer__links .footer__list03 > a:hover {
  color: #0E5CA7;
}
footer .footer__nav .footer__links .footer__list03 > ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .footer__nav .footer__links .footer__list03 > ul > li {
  width: 10.05208333vw;
}
footer .footer__nav .footer__links .footer__list03 > ul > li:first-child {
  margin-right: 2.083vw;
  width: 13.95833333vw;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li {
  margin-bottom: 0.78125vw;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li:last-child {
  margin-bottom: 0;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li a {
  font-size: 0.9375vw;
  color: #333333;
  display: block;
  letter-spacing: 0.03em;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li a:hover {
  color: #0E5CA7;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li.footer__blank {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li.footer__blank::after {
  content: "";
  content: "";
  width: 1.1vw;
  height: 0.9vw;
  margin-left: 0.4vw;
  background-image: url("../../asset/img/icon_blank.svg"), url("../../asset/img/icon_blank_h.svg");
  background-size: contain, 0 0;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  display: inline-block;
}
footer .footer__nav .footer__links .footer__list03 > ul > li > ul li.footer__blank:hover::after {
  content: "";
  content: "";
  width: 1.1vw;
  height: 0.9vw;
  background-image: url("../../asset/img/icon_blank.svg"), url("../../asset/img/icon_blank_h.svg");
  background-size: 0 0, contain;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  display: inline-block;
}
footer .copyright {
  background-color: #333333;
  padding: 1.5625vw 0 1.822916vw;
}
footer .copyright ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.78125vw;
}
footer .copyright ul li {
  margin-right: 3.02083vw;
}
footer .copyright ul li a {
  color: #fff;
  font-size: 0.9375vw;
}
footer .copyright p {
  text-align: center;
  color: #fff;
  font-size: 0.9375vw;
}

@media screen and (max-width: 767px) {
  footer {
    background-color: #fff;
  }
  footer .footer__nav {
    width: 100%;
    margin: 0 auto;
    padding: 10.66666667vw 6.4vw 10.66666667vw;
  }
  footer .footer__nav .footer__logo {
    margin: 0 0 10.66666667vw;
    width: 60.696vw;
  }
  footer .footer__nav .footer__logo img {
    width: 100%;
  }
  footer .footer__nav .footer__links > ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .footer__nav .footer__links .footer__list01 {
    width: 100%;
  }
  footer .footer__nav .footer__links .footer__list01 > ul li {
    padding-bottom: 2.666666667vw;
    border-bottom: 0.2666666667vw solid #EAEAEA;
    margin-bottom: 5.333333333vw;
  }
  footer .footer__nav .footer__links .footer__list01 > ul li:last-child {
    margin-bottom: 0;
  }
  footer .footer__nav .footer__links .footer__list01 > ul li a {
    font-size: 3.733333333vw;
    font-weight: 700;
    color: #000;
    display: block;
  }
  footer .footer__nav .footer__links .footer__list01 > ul li a:hover {
    color: #0E5CA7;
  }
  footer .copyright {
    background-color: #333333;
    padding: 5.333333333vw 6.4vw 4vw;
  }
  footer .copyright ul {
    display: block;
    margin-bottom: 9.066666667vw;
  }
  footer .copyright ul li {
    margin-right: 0;
    margin-bottom: 5.333333333vw;
  }
  footer .copyright ul li:last-child {
    margin-bottom: 0;
  }
  footer .copyright ul li a {
    color: #fff;
    font-size: 3.466666667vw;
  }
  footer .copyright p {
    text-align: left;
    color: #fff;
    font-size: 3.466666667vw;
  }
}
.product__content {
  width: 60.9375vw;
}
.product__content .product__anc01 {
  display: grid;
  width: 100%;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 5.208333333vw;
}
.product__content .product__anc01 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F9FA;
  position: relative;
  width: 100%;
  height: 7.34375vw;
  border-radius: 0.625vw;
  font-size: 1.041666667vw;
  text-align: center;
  line-height: 1.4;
}
.product__content .product__anc01 li a::before {
  content: "";
  width: 1.614583333vw;
  height: 1.614583333vw;
  background-image: url("/asset/img/product/arrow_product_anc01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product__content .product__anc01 li a span {
  position: absolute;
  left: 0;
  top: 0.8854166667vw;
  color: #0E5CA7;
  font-family: "Roboto", sans-serif;
  padding-left: 0.9895833333vw;
}
.product__content .product__anc01 li a span::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 0.7291666667vw;
  height: 0.0520833333vw;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product__content .product__block01 {
  width: 100%;
  position: relative;
  padding-top: 3.125vw;
  box-sizing: border-box;
  margin: 0 auto 7.8125vw;
}
.product__content .product__block01:last-child {
  margin-bottom: 0;
}
.product__content .product__block02 {
  width: 56.77083333vw;
  margin: 0 auto 2.083333333vw 0;
  background-color: #F8F9FA;
  position: relative;
  padding: 3.125vw;
  border-radius: 0.625vw;
  box-sizing: border-box;
}
.product__content .product__image01 {
  width: 14.58333333vw;
  height: 14.58333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #fff;
  border-radius: 0.625vw;
  top: 0;
  right: 0;
  z-index: 2;
  box-shadow: 0 0 0.78125vw rgba(0, 0, 0, 0.16);
}
.product__content .product__image01 img {
  width: 13.02083333vw;
  height: 13.02083333vw;
}
.product__content .product__title01 {
  text-align: left;
  font-size: 2.239583333vw;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.5625vw;
  padding-bottom: 1.5625vw;
  border-bottom: solid rgba(51, 51, 51, 0.1) 0.0520833333vw;
  width: 40.10416667vw;
}
.product__content .product__text01 {
  font-size: 1.145833333vw;
  width: 40.10416667vw;
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 1.5625vw;
}
.product__content .product__text02 {
  font-size: 1.145833333vw;
  line-height: 1.8;
  letter-spacing: 0;
}
.product__content .product__text03 {
  font-size: 3.75vw;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #0E5CA7;
  position: absolute;
  left: 2.083333333vw;
  top: 0;
  z-index: 2;
}
.product__content .product__link01 {
  font-size: 1.145833333vw;
  width: 19.16666667vw;
  height: 3.854166667vw;
  border-radius: 2.708333333vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border: #000000 solid 0.0520833333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.product__content .product__link01::before {
  content: "";
  width: 2.083333333vw;
  height: 2.083333333vw;
  background-image: url("/asset/img/product/arrow_product_link01.svg");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.666666667vw;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.product__content .product__link01::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0E5CA7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(-100%);
  transition: 0.2s all ease;
  z-index: 0;
}
.product__content .product__link01 p {
  position: relative;
  z-index: 2;
}
.product__content .product__link01:hover {
  color: #fff;
}
.product__content .product__link01:hover::before {
  background-image: url("/asset/img/product/arrow_product_link01_w.svg");
}
.product__content .product__link01:hover::after {
  transform: translate(0);
}

@media screen and (max-width: 767px) {
  .product__content {
    width: 87.2vw;
  }
  .product__content .product__anc01 {
    display: block;
    width: 100%;
    margin: 0 auto 16vw;
  }
  .product__content .product__anc01 li {
    margin: 0 auto 3.733333333vw;
  }
  .product__content .product__anc01 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F9FA;
    position: relative;
    width: 100%;
    height: 24vw;
    border-radius: 3.2vw;
    font-size: 4vw;
    font-weight: 500;
  }
  .product__content .product__anc01 li a::before {
    content: "";
    width: 8.266666667vw;
    height: 8.266666667vw;
    background-image: url("/asset/img/product/arrow_product_anc01.svg");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .product__content .product__anc01 li a span {
    position: absolute;
    left: 0;
    top: 2.666666667vw;
    color: #0E5CA7;
    font-family: "Roboto", sans-serif;
    font-size: 5.333333333vw;
    padding-left: 5.333333333vw;
  }
  .product__content .product__anc01 li a span::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    width: 3.733333333vw;
    height: 0.2666666667vw;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .product__content .product__block01 {
    width: 100%;
    position: relative;
    padding-top: 6.933333333vw;
    box-sizing: border-box;
    margin: 0 auto 21.33333333vw;
  }
  .product__content .product__block01:last-child {
    margin-bottom: 0;
  }
  .product__content .product__block02 {
    width: 100%;
    margin: 0 auto 29.33333333vw;
    background-color: #F8F9FA;
    position: relative;
    padding: 8vw 5.333333333vw 24vw;
    border-radius: 3.2vw;
    box-sizing: border-box;
  }
  .product__content .product__image01 {
    width: 37.33333333vw;
    height: 37.33333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #fff;
    border-radius: 3.2vw;
    top: auto;
    right: 0;
    left: 0;
    bottom: 24.5vw;
    margin: auto;
    z-index: 2;
    box-shadow: 0 0 2.133333333vw rgba(0, 0, 0, 0.16);
  }
  .product__content .product__image01 img {
    width: 33.33333333vw;
    height: 33.33333333vw;
  }
  .product__content .product__title01 {
    text-align: left;
    font-size: 5.866666667vw;
    width: 100%;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 5.333333333vw;
    padding-bottom: 5.333333333vw;
    border-bottom: solid rgba(51, 51, 51, 0.1) 0.0520833333vw;
  }
  .product__content .product__text01 {
    font-size: 4vw;
    width: 100%;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 5.333333333vw;
  }
  .product__content .product__text02 {
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .product__content .product__text03 {
    font-size: 9.6vw;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    color: #0E5CA7;
    position: absolute;
    left: 5.333333333vw;
    top: 0;
    z-index: 2;
  }
  .product__content .product__link01 {
    font-size: 4vw;
    width: 100%;
    height: 13.33333333vw;
    border-radius: 13.86666667vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: #000000 solid 0.0520833333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
  }
  .product__content .product__link01::before {
    content: "";
    width: 7.466666667vw;
    height: 7.466666667vw;
    background-image: url("/asset/img/product/arrow_product_link01.svg");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 3.2vw;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
  }
  .product__content .product__link01::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0E5CA7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(-100%);
    transition: 0.2s all ease;
    z-index: 0;
  }
  .product__content .product__link01 p {
    position: relative;
    z-index: 2;
  }
  .product__content .product__link01:hover {
    color: #fff;
  }
  .product__content .product__link01:hover::before {
    background-image: url("/asset/img/product/arrow_product_link01_w.svg");
  }
  .product__content .product__link01:hover::after {
    transform: translate(0);
  }
}/*# sourceMappingURL=product.css.map */