@charset "UTF-8";
/* media quary */
/*
Bootstrap4の設定例）
xs (Extra Small): ~575px
sm (Small): 576px~767px
md (Medium): 768px〜991px
lg (Large): 992px~1199px
xl (Extra Large): 1200px〜
*/
/*
茶//40220F
うす茶色//C9A063
table-text/7F4F21
black//231815
blue-test//36318F
blue-haikei//DFF2FC
アクセント//D31377
yle//FFF100
 */


article{max-width: none; width: 100%;}

* {
  box-sizing: border-box;
}

:root {
  font-size: 62.5%;
}

/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 2.1875;
  color: #000;
  font-weight: 400;
  font-feature-settings: "pkna";
  letter-spacing: 0.025em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h2, h3 {
  letter-spacing: 0.3em;
}

main {
  display: block;
}

address {
  font-style: normal;
}

a {
  color: #004AA1;
  text-decoration: none;
  transition: 0.4s;
}
a:link {
  color: #004AA1;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767.98px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

ul, ol {
  margin: 0;
  padding: 0;
}

ol {
  list-style-type: none;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 2em;
  margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
ol {
  list-style: none;
}

body button {
  border: none;
  padding: 0;
}
body button:focus {
  background: none;
}

@media screen and (max-width: 997.98px) {
  .u-sp-hidden {
    display: none;
  }
}

.u-pc-hidden {
  display: none;
}
@media screen and (max-width: 997.98px) {
  .u-pc-hidden {
    display: block;
  }
}

.u-hidden {
  display: none !important;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.c-scroll-box {
  overflow-x: auto;
  /* 横スクロールの指定 */
  overflow-scrolling: touch;
  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .c-scroll-box > img {
    width: auto;
    max-width: none;
    height: 463px;
    padding: 20px 0;
  }
}

/*スクロールバー全体の高さ*/
@media screen and (max-width: 767.98px) {
  .c-scroll-box::-webkit-scrollbar {
    height: 10px;
  }
}

/*スクロールバー全体の背景*/
@media screen and (max-width: 767.98px) {
  .c-scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
}

/*スクロールバーの動く部分*/
@media screen and (max-width: 767.98px) {
  .c-scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
}

/*スクロールバーの動く部分のホバー（マウスオーバー）*/
@media screen and (max-width: 767.98px) {
  .c-scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
}

.l-header {
  width: 100%;
}

.l-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.l-wrapper {
  box-sizing: border-box;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 120px;
}
@media screen and (max-width: 1439.98px) {
  .l-wrapper {
    padding: 0 8.3333333333vw;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 767.98px) {
  .l-wrapper {
    padding: 0 6.9444444444vw;
  }
}

.l-body {
  width: 100%;
  overflow: hidden;
}

.l-section {
  width: 100%;
  padding: 2.8rem 0;
}

.p-header {
  height: 264px;
  padding: 50px 0;
}
.p-header .l-wrapper {
  height: 100%;
}
@media screen and (max-width: 1439.98px) {
  .p-header {
    height: 18.3333333333vw;
    padding-top: 3.4722222222vw;
    padding-bottom: 3.4722222222vw;
  }
}

.p-footer {
  padding-top: 52px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1439.98px) {
  .p-footer {
    padding-top: 3.6111111111vw;
    padding-bottom: 7.6388888889vw;
  }
}
.p-footer .p-footer__head {
  text-align: center;
}
.p-footer .p-footer__head a {
  color: #000;
}
.p-footer .p-footer__head .p-footer__head-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  color: #002f7d;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer__head .p-footer__head-title {
    font-size: 1.7361111111vw;
    line-height: 1;
  }
}
.p-footer .p-footer__head .p-footer__head-item.-qr-image {
  width: 241px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer__head .p-footer__head-item.-qr-image {
    margin-top: 2.0833333333vw;
  }
}
.p-footer .p-footer-block + .p-footer-block {
  margin-top: 50px;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer-block + .p-footer-block {
    margin-top: 3.4722222222vw;
  }
}
.p-footer .p-footer-pay + .p-footer-block {
  margin-top: 85px;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer-pay + .p-footer-block {
    margin-top: 3.4722222222vw;
  }
}
.p-footer .p-footer-pay {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  padding: 21px 10px;
  text-align: center;
  color: #fff;
  margin: 25px auto 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  background: #e1041b;
  border-radius: 10px;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer-pay {
    border-radius: calc((10/1440)*100vw);
    margin-top: 1.7361111111vw;
    padding-top: 1.4583333333vw;
    padding-bottom: 1.4583333333vw;
    font-size: 1.7361111111vw;
    line-height: 1;
  }
}
.p-footer .p-footer-pay:before {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/footer/icon_arrow_light.svg);
  width: 10px;
  height: 15px;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer-pay:before {
    right: calc((18/1440)*100vw);
    width: 0.6944444444vw;
    height: 1.0416666667vw;
  }
}
.p-footer .p-footer-block {
  margin-top: 24px;
  padding: 21px 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  background: #000;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer-block {
    margin-top: 1.6666666667vw;
    padding-top: 1.4583333333vw;
    padding-bottom: 1.4583333333vw;
    font-size: 1.7361111111vw;
    line-height: 1;
  }
}
.p-footer .p-footer-block.-link {
  background: none;
  padding: 0;
}
.p-footer .p-footer-block a {
  display: block;
  padding: 21px 0;
  background: #000;
  color: #fff;
  transition: 0.4s;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer-block a {
    padding-top: 1.4583333333vw;
    padding-bottom: 1.4583333333vw;
  }
}
.p-footer .p-footer-block a:hover {
  opacity: 0.6;
}
.p-footer .p-footer__qr {
  margin-top: 24px;
  padding: 21px 0;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  background: #000;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer__qr {
    margin-top: 1.6666666667vw;
    padding-top: 1.4583333333vw;
    padding-bottom: 1.4583333333vw;
    font-size: 1.7361111111vw;
    line-height: 1;
  }
}
.p-footer .p-footer__text {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6428571429;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer__text {
    margin-top: 2.0833333333vw;
    font-size: 0.9722222222vw;
    line-height: 1.6428571429;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 767.98px) {
  .p-footer .p-footer__text {
    font-size: 1.7361111111vw;
    line-height: 1.52;
  }
}
.p-footer .p-footer__appeal {
  margin-top: 16px;
  letter-spacing: 0.001em;
  color: #002f7d;
  font-weight: 900;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer__appeal {
    margin-top: 1.1111111111vw;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 767.98px) {
  .p-footer .p-footer__appeal {
    margin-top: 2.6666666667vw;
  }
}
.p-footer .p-footer__appeal .p-footer__appeal-head {
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer__appeal .p-footer__appeal-head {
    font-size: 1.1805555556vw;
    line-height: 1;
  }
}
.p-footer .p-footer__appeal .p-footer__appeal-item {
  font-size: 25px;
  line-height: 1.52;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer__appeal .p-footer__appeal-item {
    font-size: 1.7361111111vw;
    line-height: 1.52;
  }
}
.p-footer .p-footer__banner {
  margin-top: 30px;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer__banner {
    margin-top: 2.0833333333vw;
  }
}
.p-footer .p-footer__banner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-footer .p-footer__banner ul {
    margin-top: 5.3333333333vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.98px) {
  .p-footer .p-footer__banner ul li {
    width: 33.3333%;
    padding: calc((10/375)*100vw) calc((20/375)*100vw);
  }
}
.p-footer .p-footer__banner ul li img {
  display: block;
}
.p-footer .p-footer__banner ul li + li {
  margin-left: 35px;
}
@media screen and (max-width: 1439.98px) {
  .p-footer .p-footer__banner ul li + li {
    margin-left: 2.4305555556vw;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 767.98px) {
  .p-footer .p-footer__banner ul li + li {
    margin-left: 0;
  }
}

.sec01 {
  position: relative;
}

.js-toggle .js-toggle-contents {
  display: none;
}

.p-card {
  display: flex;
  flex-direction: column;
}
.p-card .p-card__head {
  order: 1;
}
.p-card .p-card__text {
  order: 3;
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1439.98px) {
  .p-card .p-card__text {
    margin-top: 1.0416666667vw;
    font-size: 1.3888888889vw;
    line-height: 1.45;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 767.98px) {
  .p-card .p-card__text {
    margin-top: 2.0833333333vw;
  }
}
.p-card .p-card__text span {
  font-size: 14px;
  line-height: 1.6428571429;
}
@media screen and (max-width: 1439.98px) {
  .p-card .p-card__text span {
    font-size: 0.9722222222vw;
    line-height: 1.6428571429;
  }
}
.p-card .p-card__image {
  order: 2;
  margin-top: 18px;
  height: 249px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1439.98px) {
  .p-card .p-card__image {
    margin-top: 1.25vw;
    height: 17.2916666667vw;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 767.98px) {
  .p-card .p-card__image {
    margin-top: 2.5vw;
  }
}

.p-main-visual {
  position: relative;
  height: 1160px;
}
@media screen and (max-width: 1439.98px) {
  .p-main-visual {
    height: 80.5555555556vw;
  }
}
.p-main-visual .p-main-visual__inner {
  position: absolute;
  top: -212px;
  left: 0;
  width: 1534px;
  height: 1193px;
}
@media screen and (max-width: 1439.98px) {
  .p-main-visual .p-main-visual__inner {
    top: calc((-212/1440)*100vw);
    width: 106.5277777778vw;
    height: 82.8472222222vw;
  }
}
.p-station .p-station__title {
  color: #002f7d;
  font-weight: 900;
  text-align: center;
  font-size: 36px;
  line-height: 1.8611111111;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439.98px) {
  .p-station .p-station__title {
    font-size: 2.5vw;
    line-height: 1.8611111111;
  }
}
.p-station .p-station__list {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1439.98px) {
  .p-station .p-station__list {
    margin-top: 1.3888888889vw;
  }
}
.p-station .p-station__list li + li {
  margin-left: 30px;
}
@media screen and (max-width: 1439.98px) {
  .p-station .p-station__list li + li {
    margin-left: 1.3888888889vw;
  }
}
.p-station .p-station__list li {
  width: 188px;
}
@media screen and (max-width: 1439.98px) {
  .p-station .p-station__list li {
    width: 16.3888888889vw;
  }
}
.p-station .p-station__list li img {
  width: 100%;
}

.p-block .p-block__list {
  display: flex;
  justify-content: space-between;
  margin: 0 -48px;
}
@media screen and (max-width: 1439.98px) {
  .p-block .p-block__list {
    margin: 0 calc((-48/1440)*100vw);
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 767.98px) {
  .p-block .p-block__list {
    margin: 0 calc((-28/1440)*100vw);
  }
}
.p-block .p-block__list li {
  width: 50%;
  padding: 0 48px;
}
@media screen and (max-width: 1439.98px) {
  .p-block .p-block__list li {
    padding: 0 calc((48 / 1440) * 100vw);
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 767.98px) {
  .p-block .p-block__list li {
    padding: 0 calc((28 / 1440) * 100vw);
  }
}
.p-block .p-block__list li:first-child {
  position: relative;
}
.p-block .p-block__list li:first-child:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../_assets/img/index/icon_arrow_right01.svg);
  width: 25px;
  height: 51px;
}
@media screen and (max-width: 1439.98px) {
  .p-block .p-block__list li:first-child:before {
    right: calc((-12 / 1440) * 100vw);
    width: 1.7361111111vw;
    height: 3.5416666667vw;
  }
}
.p-block .p-block__item {
  position: relative;
  padding-left: 164px;
}
@media screen and (max-width: 1439.98px) {
  .p-block .p-block__item {
    padding-left: calc((164 / 1440) * 100vw);
  }
}
.p-block .p-block__item + .p-block__item {
  margin-top: 30px;
  border-top: 2px dashed #000;
  padding-top: 36px;
}
@media screen and (max-width: 1439.98px) {
  .p-block .p-block__item + .p-block__item {
    margin-top: 2.0833333333vw;
    border-top: calc((2 / 1440) * 100vw) dashed #000;
    padding-top: 2.5vw;
  }
}
.p-block .p-block__position {
  position: relative;
}
.p-block .p-block__pop01 {
  position: absolute;
  top: -176px;
  left: -248px;
  width: 227px;
  height: 227px;
}
@media screen and (max-width: 1439.98px) {
  .p-block .p-block__pop01 {
    top: calc((-176 / 1440) * 100vw);
    left: calc((-248 / 1440) * 100vw);
    width: 15.7638888889vw;
    height: 60.5333333333vw;
  }
}
.p-block .p-block__pop01 img {
  width: 100%;
}
.p-block .p-block__pop02 {
  position: absolute;
  top: -198px;
  left: -248px;
  width: 227px;
  height: 227px;
}
@media screen and (max-width: 1439.98px) {
  .p-block .p-block__pop02 {
    top: calc((-198 / 1440) * 100vw);
    left: calc((-248 / 1440) * 100vw);
    width: 15.7638888889vw;
    height: 60.5333333333vw;
  }
}
.p-block .p-block__pop02 img {
  width: 100%;
}
.p-block .p-block__inner {
  position: relative;
  max-width: 833px;
  width: 100%;
}
.p-block .p-block__text {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1439.98px) {
  .p-block .p-block__text {
    font-size: 1.3888888889vw;
    line-height: 1.45;
  }
}
.p-block .p-block__text span {
  font-size: 14px;
  line-height: 1.6428571429;
}
@media screen and (max-width: 1439.98px) {
  .p-block .p-block__text span {
    font-size: 0.9722222222vw;
    line-height: 1.6428571429;
  }
}
.p-block .p-block__image {
  margin-left: 60px;
  margin-top: 10px;
}
@media screen and (max-width: 1439.98px) {
  .p-block .p-block__image {
    margin-left: 4.1666666667vw;
    margin-top: 0.6944444444vw;
  }
}

.p-station + .p-block {
  margin-top: 254px;
}
@media screen and (max-width: 1439.98px) {
  .p-station + .p-block {
    margin-top: 17.6388888889vw;
  }
}

.p-benefits {
  position: relative;
  margin-top: 40px;
  padding-bottom: 84px;
}
@media screen and (max-width: 1439.98px) {
  .p-benefits {
    margin-top: 2.7777777778vw;
    padding-bottom: 5.8333333333vw;
  }
}
.p-benefits .p-benefits__pop {
  position: absolute;
  top: -248px;
  left: -78px;
  width: 227px;
  height: 227px;
}
@media screen and (max-width: 1439.98px) {
  .p-benefits .p-benefits__pop {
    top: calc((-248 / 1440) * 100vw);
    left: calc((-78 / 1440) * 100vw);
    width: 15.7638888889vw;
    height: 60.5333333333vw;
  }
}
.p-benefits .p-benefits__pop img {
  width: 100%;
}
.p-benefits .p-benefits__list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1439.98px) {
  .p-benefits .p-benefits__list {
    margin-top: 1.6666666667vw;
  }
}
.p-benefits .p-benefits__list li {
  width: 207px;
}
@media screen and (max-width: 1439.98px) {
  .p-benefits .p-benefits__list li {
    width: 14.375vw;
  }
}
.p-benefits .p-benefits__list li + li {
  margin-left: 38px;
}
@media screen and (max-width: 1439.98px) {
  .p-benefits .p-benefits__list li + li {
    margin-left: 2.6388888889vw;
  }
}

.c-circle-heading01 {
  padding: 12px 0;
  background: #9f8248;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439.98px) {
  .c-circle-heading01 {
    padding-top: 0.8333333333vw;
    padding-bottom: 0.8333333333vw;
    font-size: 1.7361111111vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1439.98px) and (max-width: 767.98px) {
  .c-circle-heading01 {
    letter-spacing: 0.01em;
    padding: calc((20 / 1440) * 100vw);
  }
}
.c-circle-heading01.-blue {
  background: #002f7d;
}
.c-circle-heading01 span {
  font-size: 17px;
  line-height: 1.7647058824;
}
@media screen and (max-width: 1439.98px) {
  .c-circle-heading01 span {
    font-size: 1.1805555556vw;
    line-height: 1.7647058824;
  }
}

.bg-blue {
  background: #d6eefb;
}

.c-logo {
  height: 100%;
}
.c-logo img {
  display: block;
  height: 100%;
  width: auto;
}