@charset "UTF-8";
/* Sass Document */


/* ------------------------------
	.mv
------------------------------ */
.p-mv img {
  width: 100%;
}

.p-opt01 {
  margin: 40px auto 40px;
  max-width: 1200px;
}


@media screen and (max-width: 767px) {
  .p-opt01 {
    margin: 0vw 0;
    padding: 0;
  }
}

/* ------------------------------
	.product
------------------------------ */
.p-products {
  background-image: url(../../images/bg_top-cv_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}

.p-products-btn {
  width: 740px;
  margin: 0 auto;
}

.p-products-btn-link {
  display: inline-block;
  transition: .3s;
  border-radius: 10px;
  /* box-shadow: 0 6px 10px rgba(0,0,0,0.3); */
}

.p-products-btn-link:hover {
  position: relative;
  box-shadow: none;
  transform: translate(0, 4px);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-products {
    background-image: url(../../images/bg_top-cv_sp.png);
    padding: 15px 30px;
  }

  .p-products-btn {
    width: 100%;
  }
}

/* ------------------------------
	.p-top-cv-btnarea
------------------------------ */

.p-top-cv-btnarea {
  background-image: url(../../images/bg_top-cv_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}

.p-top-cv-btn {
  width: 745px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-top-cv-btnarea {
    background-image: url(../../images/bg_top-cv_sp.png);
    padding: 15px 30px;
  }

  .p-top-cv-btn {
    width: 100%;
    text-align: center;
  }
}

/* ------------------------------
	.modal
------------------------------ */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.m-modal-area {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-modal-bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.m-modal-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  overflow-y: scroll;
  max-height: 90vh;
  width: 95%;
  max-width: 1400px;
}

.m-modal-contents-wrap {
  padding: 35px 50px 70px;
  background-color: #fff;
}

.m-modal-contents-wrap .txt {
  margin-top: 30px;
}

.m-modal-contents-close {
  cursor: pointer;
  margin: 0 0 0 auto;
  text-align: right;
  width: 50px;
  height: 50px;
  border: 1px solid #3a3a3a;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.m-modal-contents-close:before,
.m-modal-contents-close:after {
  content: "";
  display: block;
  background-color: #3a3a3a;
  width: 40px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m-modal-contents-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.m-modal-contents-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.m-modal-contents-box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.m-modal-contents-ttl-box {
  text-align: center;
}

.m-modal-contents-ttl {
  display: inline-block;
  font-size: 36px;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #0a3e86;
  text-align: center;
  position: relative;
}

.m-modal-contents-ttl:before {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  background: linear-gradient(to right, #0a3e86 50%, #f71d28 50%, #f71d28 100%);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.m-modal-contents-box-outer {
  display: flex;
  gap: 10px;
  margin-bottom: 35px;
}

.m-modal-contents-box-outer.break {
  flex-wrap: wrap;
}

.m-modal-contents-box {
  position: relative;
  margin: 60px 0 0;
}

.m-modal-contents-box-outer.break .m-modal-contents-box {
  max-width: calc(50% - 5px);
}

.m-modal-contents-box-outer.break .m-modal-contents-box:not(:nth-child(-n+2)) {
  margin-top: 0;
}

.m-modal-contents-box-wrap {
  display: flex;
  justify-content: space-between;
}

.noimg .m-modal-contents-box-wrap {
  flex-direction: column;
  height: 100%;
}

.m-modal-contents-left-wrap {
  padding: 35px 5px 45px 25px;
  width: 40%;
}

.noimg .m-modal-contents-left-wrap {
  width: 100%;
}

.m-modal-contents-left-ttl {
  font-size: 22px;
  font-weight: bold;
}

.m-modal-contents-list {
  margin: 20px 0 0;
}

.noimg .m-modal-contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.m-modal-contents-box-outer .noimg .m-modal-contents-list {
  display: block;
}

.m-modal-contents-list-item+.m-modal-contents-list-item {
  margin: 10px 0 0;
}

.noimg .m-modal-contents-list-item {
  width: calc(50% - 5px);
}

.m-modal-contents-box-outer .noimg .m-modal-contents-list-item {
  width: 100%;
}

.m-modal-contents-list-item-ttl {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 17px;
  background-image: url(../../images/icn_square.png);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center left;
}

.m-modal-contents-list-item-txt {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 0 0 0 17px;
}

.m-modal-contents-right-wrap {
  width: 57%;
}

.noimg .m-modal-contents-right-wrap {
  width: 100%;
}

.m-modal-contents-right-pic {
  width: 100%;
  margin: 0 0 0 auto;
  display: block;
  text-align: right;
}

.m-modal-contents-right-txt-box {
  padding: 20px;
}

.m-modal-contents-right-txt {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 10px 0 0;
}

.m-modal-contents-cv {
  margin: 35px 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #edf9f9;
  border: 2px solid #fff;
}

.m-modal-contents-cv-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px;
}

.m-modal-contents-cv-txt {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 20px 0 0;
}

.m-modal-contents-cv-txt-caution {
  font-size: 12px;
  line-height: 1.8;
  margin: 10px 20px 0 0;
  text-indent: -1em;
  padding-left: 1em;
}

.m-modal-contents-caution {
  margin: 40px 0 0;
}

.m-modal-contents-caution-ttl {
  font-size: 26px;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #0a3e86;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #cccccc;
}

.m-modal-contents-caution-list-item {
  margin: 30px 0 0;
}

.m-modal-contents-caution-list-item-ttl {
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.m-modal-contents-caution-list-sub {
  margin: 20px 0 0;
}

.m-modal-contents-caution-list-item-sub+.m-modal-contents-caution-list-item-sub {
  margin: 10px 0 0;
}

.m-modal-contents-caution-list-item-sub-txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.m-modal-contents-caution-list-item-txt {
  margin: 15px 0 0;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.m-modal-contents-table {
  margin: 50px 0 0;
}

.m-modal-contents-table-list-item {
  border: 1px solid #cccccc;
}

.m-modal-contents-table-list-item+.m-modal-contents-table-list-item {
  margin: 10px 0 0;
}

.m-modal-contents-table-list-item-wrap {
  display: flex;
}

.m-modal-contents-table-list-item-ttl-box {
  background-color: #e0e6ef;
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.m-modal-contents-table-list-item-ttl {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: bold;
}

.m-modal-contents-table-list-item-txt-box {
  padding: 15px 25px;
  width: calc(100% - 220px);
}


@media screen and (max-width: 767px) {

  .m-modal-contents {
    max-height: 82vh;

  }

  .m-modal-contents-wrap {
    padding: 12px 15px 35px;
  }

  .m-modal-contents-close {
    width: 29px;
    height: 29px;
    top: 10px;
    right: 10px;
  }

  .m-modal-contents-close:before,
  .m-modal-contents-close:after {
    width: 22px;
    height: 3px;
  }

  .m-modal-contents-box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  .m-modal-contents-ttl {
    font-size: 16px;
  }

  .m-modal-contents-ttl:before {
    width: 27px;
    height: 3px;
    bottom: -12px;
  }

  .m-modal-contents-box-outer {
    flex-direction: column;
    gap: 0;
  }

  .m-modal-contents-box-outer.break .m-modal-contents-box {
    max-width: 100%;
  }

  .m-modal-contents-box-outer.break .m-modal-contents-box:not(:nth-child(-n+2)) {
    margin-top: 25px;
  }

  .m-modal-contents-box {
    margin: 25px 0 0;
  }

  .m-modal-contents-box-wrap {
    padding: 0 0 15px;
    flex-direction: column;
  }

  .m-modal-contents-left-wrap {
    padding: 20px 8px;
    width: 100%;
  }

  .m-modal-contents-left-ttl {
    font-size: 18px;
  }

  .m-modal-contents-list {
    margin: 0;
  }

  .noimg .m-modal-contents-list {
    flex-direction: column;
    margin-top: 20px;
  }

  .m-modal-contents-list-item+.m-modal-contents-list-item {
    margin: 5px 0 0;
  }

  .noimg .m-modal-contents-list-item {
    width: 100%;
  }

  .m-modal-contents-list-item-ttl {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    padding: 0 0 0 15px;
  }

  .m-modal-contents-list-item-txt {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    padding: 0 0 0 15px;
  }


  .m-modal-contents-right-wrap {
    width: 100%;
  }

  .m-modal-contents-right-pic {
    width: 100%;
    margin: 0 0 0 auto;
    display: block;
    text-align: right;
  }

  .m-modal-contents-right-txt-box {
    padding: 0 22px;
  }

  .m-modal-contents-right-txt {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin: 10px 0 0;
  }

  .m-modal-contents-cv {
    margin: 10px 0 0;
    box-shadow: none;
    background-color: #fff;
    border: none;
  }

  .m-modal-contents-cv-wrap {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .m-modal-contents-cv-txt-box {
    order: 2;
  }

  .m-modal-contents-cv-txt {
    display: none;
  }

  .m-modal-contents-cv-txt {
    margin: 10px 0 0;
  }

  .m-modal-contents-caution {
    margin: 30px 0 0;
  }

  .m-modal-contents-caution-ttl {
    font-size: 21px;
    padding: 0 0 20px 0;
  }

  .m-modal-contents-caution-list-item {
    margin: 15px 0 0;
  }

  .m-modal-contents-caution-list-item-ttl {
    font-size: 16px;
  }

  .m-modal-contents-caution-list-sub {
    margin: 15px 0 0;
  }

  .m-modal-contents-caution-list-item-sub+.m-modal-contents-caution-list-item-sub {
    margin: 10px 0 0;
  }

  .m-modal-contents-caution-list-item-sub-txt {
    font-size: 14px;
    line-height: 1.2;
  }

  .m-modal-contents-caution-list-item-txt {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.2;
  }

  .m-modal-contents-table {
    margin: 35px 0 0;
  }

  .m-modal-contents-table-list-item {
    border: 1px solid #cccccc;
  }

  .m-modal-contents-table-list-item+.m-modal-contents-table-list-item {
    margin: 10px 0 0;
  }

  .m-modal-contents-table-list-item-wrap {
    flex-direction: column;
  }

  .m-modal-contents-table-list-item-ttl-box {
    background-color: #e0e6ef;
    width: 100%;
    padding: 5px 0;
  }

  .m-modal-contents-table-list-item-ttl {
    font-size: 16px;
    line-height: 1.3;
  }

  .m-modal-contents-table-list-item-txt-box {
    padding: 10px;
    width: 100%;
  }

  .m-modal-contents-table-list-item-txt {
    font-size: 14px;
    line-height: 1.2;
  }

}

/* ------------------------------
	.sec_ttl
------------------------------ */
.sec_ttl {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  font-size: 3.6rem;
  color: #0a3e86;
}

.sec_ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 6px;
  background: #0a3e86;
  border-left: 25px solid #0a3e86;
  border-right: 25px solid #f71d28;
}

.txt_blue {
  color: #0a3e86;
}


@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 2.4rem;
    padding-bottom: 1em;
    margin-bottom: 5vw;
  }

  .sec_ttl::before {
    height: 1.2vw;
    border-width: 5vw;
  }
}

/* ------------------------------
	.p-past-lineup
------------------------------ */
.p-past-lineup {
  padding: 50px 0 70px;
  background: url(../../images/bg_past-lineup_pc.png) no-repeat center bottom / cover;
}

.p-past-lineup .txt {
  letter-spacing: 0.09em;
}

.p-past-lineup-list {
  display: flex;
  align-items: end;
  gap: 60px;
  margin: 40px auto 60px;
}

.p-past-lineup-btnarea {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.p-past-lineup-btnarea li a {
  height: 100%;
}

.p-past-lineup-btnarea li a img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-past-lineup {
    padding: 6.666666vw 0 9.33333vw;
    background: url(../../images/bg_past-lineup_sp.png) no-repeat center bottom / cover;
  }

  .p-past-lineup .txt {
    letter-spacing: 0.07em;
  }

  .p-past-lineup-list {
    flex-direction: column;
    align-items: center;
    gap: 5.33333vw;
    margin: 5.33333vw auto 8vw;
  }

  .p-past-lineup-btnarea {
    flex-direction: column;
    gap: 10px;
    margin-top: 5vw;
  }

  .p-past-lineup-btnarea li a {
    height: auto;
  }

  .p-past-lineup-btnarea li a img {
    height: auto;
  }
}

/* ------------------------------
	.p-lineup
------------------------------ */
.p-lineup {
  position: relative;
  padding: 63px 0 48px;
}

.p-lineup::before {
  content: "";
  width: 100%;
  height: 36.4vw;
  max-height: 576px;
  background-image: url("../../images/bg_lineup_pc.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

.p-lineup .l-content-inner {
  position: relative;
}

.p-lineup .sec_ttl.left {
  padding-bottom: 40px;
  text-align: left;
  color: #fff;
}

.p-lineup .sec_ttl.left::before {
  right: auto;
  border-left-color: #fff;
}

.p-lineup .sec_ttl.left+.txt {
  margin-bottom: 40px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.8;
}

.shadow_box {
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.box_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.p-lineup .shadow_box+.shadow_box {
  margin-top: 75px;
}

.p-lineup .shadow_box .sec_ttl+.txt {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.p-lineup .flex {
  margin-bottom: 35px;
}

.lineup_images .img_wrap {
  position: relative;
}

.lineup_images .img_wrap.wide {
  padding-bottom: 40px;
  margin: 40px 0;
}

.lineup_images .img_wrap.wide .img {
  text-align: right;
  width: 92%;
  margin-left: auto;
}

.lineup_images .img_wrap .img img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.lineup_images .img_wrap .txt_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 120px;
  background: rgba(9, 57, 125, 0.5);
}

.lineup_images .img_wrap.small .txt_box {
  top: auto;
  right: auto;
  left: -20px;
  bottom: -20px;
}

.lineup_images .img_wrap .txt_box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 35px solid #f71d28;
  border-right: 35px solid transparent;
}

.lineup_images .img_wrap.wide .txt_box {
  top: auto;
  right: auto;
  width: 640px;
  height: auto;
  padding: 40px 0;
}

.lineup_images .img_wrap .ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.lineup_images .img_wrap .txt {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.plans {
  min-height: 448px;
  background: url(../../images/plans_bg.png) no-repeat center right;
  background-size: auto 100%;
}

.plans .ttl {
  margin-bottom: 15px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.6;
}

.plans ul .txt {
  padding-left: 15px;
  background: url(../../images/plans_ico01.png) no-repeat;
  background-position: left center;
  font-size: 1.8rem;
}

.plans ul .txt+.txt {
  margin-top: 10px;
}


@media screen and (max-width: 767px) {
  .p-lineup {
    padding: 8vw 0;
  }

  .p-lineup::before {
    background: url("../../images/bg_lineup_sp.png") no-repeat center top;
    background-size: cover;
    max-height: none;
    height: 162vw;
  }

  .box_inner {
    padding: 0 4vw;
  }

  .shadow_box {
    padding: 6vw 0;
  }

  .p-lineup .sec_ttl.left {
    padding-bottom: 1em;
  }

  .p-lineup .sec_ttl.left+.txt {
    font-size: 1.8rem;
    margin-bottom: 6vw;
  }

  .p-lineup .flex {
    margin-bottom: 3vw;
  }

  .p-lineup .flex+.txt {
    text-align: left;
    font-size: 1.5rem;
  }

  .lineup_images .flex .img_wrap {
    width: 92%;
    margin: 0 auto;
  }

  .lineup_images .img_wrap+.img_wrap {
    margin-top: 7vw;
  }

  .lineup_images .img_wrap .txt_box {
    width: 65%;
    height: 20vw;
  }

  .lineup_images .flex .img_wrap.small {
    padding-bottom: 10vw;
  }

  .lineup_images .img_wrap.small .txt_box {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 92%;
    height: auto;
    padding: 5vw 4vw;
  }

  .lineup_images .img_wrap.wide {
    padding: 0;
    margin: 7vw auto;
  }

  .lineup_images .img_wrap.wide .img {
    width: 100%;
  }

  .lineup_images .img_wrap.wide .txt_box {
    position: relative;
    width: 92%;
    padding: 5vw 4vw;
    margin: -6.5vw auto 0;
  }

  .lineup_images .img_wrap .txt_box::before {
    border-width: 6vw;
  }

  .lineup_images .flex .img_wrap .txt_box::before {
    border-width: 4vw;
  }

  .lineup_images .img_wrap .ttl {
    font-size: 2.0rem;
  }

  .lineup_images .img_wrap .txt {
    margin-top: 2vw;
    text-align: left;
  }

  .p-lineup .shadow_box+.shadow_box {
    margin-top: 6vw;
  }

  .plans {
    min-height: 0;
    padding-bottom: 10vw;
    background: url(../../images/plans_bg_sp.png) no-repeat center bottom;
    background-size: 100%;
  }

  .plans .ttl {
    margin-bottom: 0.5em;
    font-size: 1.9rem;
  }

  .plans ul .txt+.txt {
    margin-top: 0;
  }
}

/* ------------------------------
	.p-pickup
------------------------------ */
.p-pickup {
  padding: 70px 0;
}

.p-pickup-box {
  padding: 40px 50px 50px;
  background: url(../../images/bg_pickup_pc.png) repeat-y center top / 100%;
}

.p-pickup-box:not(:last-child) {
  margin-bottom: 30px;
}

.p-pickup-ttl {
  color: #fff;
  font-size: 24px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  width: fit-content;
  padding: 10px 15px;
  margin: 0 auto 20px;
  background: rgb(2, 45, 118);
  background: linear-gradient(90deg, rgba(2, 45, 118, 1) 0%, rgba(2, 56, 148, 1) 100%);
}

.p-pickup-ttl02 {
  color: #0a3e86;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.p-pickup-lead {
  color: #0a3e86;
  font-size: 26px;
  line-height: 1.7;
  font-family: "Noto Serif JP";
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.p-pickup-lead.tac {
  text-align: center;
}

.p-pickup-img {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.p-pickup-img02 {
  gap: 5px;
}

.p-pickup-img03 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  margin: 0 auto 40px;
}

.p-pickup-img-bottom-txt {
  font-size: 12px;
  text-align: right;
}

.p-pickup-btn {
  text-align: center;
}

.p-pickup-accordion-wrap {
  color: #0a3e86;
  font-size: 16px;
  letter-spacing: 0.08em;
  width: 710px;
  padding: 30px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #0a3e86;
}

.p-pickup-accordion-wrap p {
  color: inherit;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-pickup {
    padding: 10.6666666vw 0;
  }

  .p-pickup-box {
    padding: 5.33333vw 4vw;
    background: url(../../images/bg_pickup_sp.png) repeat-y center top / 100%;
  }

  .p-pickup-box:not(:last-child) {
    margin-bottom: 8vw;
  }

  .p-pickup-ttl {
    font-size: 4.2666666vw;
    text-align: center;
    padding: 2.666666vw;
    width: 100%;
    margin: 0 auto 4vw;
  }

  .p-pickup-ttl02 {
    font-size: 5.3333vw;
    margin-bottom: 5.3333vw;
  }

  .p-pickup-lead {
    font-size: 5.33333vw;
    line-height: 1.28;
    padding-bottom: 2.666666vw;
    margin-bottom: 5.33333vw;
  }

  .p-pickup-lead.tac {
    text-align: left;
  }

  .p-pickup-img {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    margin-bottom: 8vw;
  }

  .p-pickup-img img {
    width: 80%;
  }

  .p-pickup-img.w100 img {
    width: 100%;
  }

  .p-pickup-img02 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.3333vw;
  }

  .p-pickup-img02 img {
    width: calc(50% - 1.3333vw);
  }

  .p-pickup-img03 {
    gap: 3vw;
    margin: 0 auto 8vw;
  }

  .p-pickup-img-bottom-txt {
    font-size: 3.2vw;
  }

  .p-pickup-accordion-wrap {
    font-size: 4.266666vw;
    width: 100%;
    padding: 4vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.1);
  }

  .p-pickup-accordion-wrap p {
    line-height: 1.6875;
  }
}

/* ------------------------------
	.p-result
------------------------------ */
.p-result {
  position: relative;
  padding: 50px 0 0;
}

.p-result.pt50 {
  padding: 50px 0;
}

.p-result::before {
  content: "";
  width: 100%;
  height: 36.4vw;
  max-height: 573px;
  background-image: url("../../images/bg_result_pc.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

.p-result .l-content-inner {
  position: relative;
}

.p-result .box_inner {
  max-width: 1080px;
}

.p-result .flex+.flex {
  margin-top: 30px;
}

.p-result .flex>.txt {
  width: 530px;
}

.result_box_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.result_box {
  width: 240px;
  padding: 30px 0 25px;
  background: #fff;
  background: linear-gradient(#fff 50%, #e7ecf3 100%);
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.result_box+.result_box {
  margin-left: 20px;
}

.result_box .ico {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
}

.result_box .ico1 {
  background: url(../../images/result_ico01.png) no-repeat center center;
  background-size: 100%;
}

.result_box .ico2 {
  background: url(../../images/result_ico02.png) no-repeat center center;
  background-size: 100%;
}

.result_box .txt {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.6;
}

.result_box .txt .txt_blue {
  font-weight: bold;
}

.result_box .txt .big {
  font-size: 2.4rem;
}

.p-result-ttl01 {
  color: #0a3e86;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
  margin: 80px 0 35px;
  border-bottom: 1px solid #cccccc;
}

.p-result-ttl02 {
  color: #0a3e86;
  font-size: 2rem;
  line-height: 1.6;
  margin: 30px 0;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  grid-template-rows: 120px auto;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  min-height: 297px;
  margin-bottom: 60px;
}

.grid p {
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .p-result {
    padding: 6vw 0;
  }

  .p-result.pt50 {
    padding: 6vw 0;
  }

  .p-result::before {
    content: "";
    width: 100%;
    height: 270vw;
    max-height: none;
    background: url("../../images/bg_result_sp.png") no-repeat center top;
    background-size: 100%;
  }

  .p-result .box_inner {
    padding: 0;
  }

  .flex {
    flex-direction: column;
  }

  .p-result .flex>.txt {
    width: 100%;
  }

  .p-result .flex+.flex {
    margin-top: 6vw;
  }

  .p-result .flex .img+.img {
    margin-top: 4vw;
  }

  .result_box_wrap {
    margin-top: 6vw;
  }

  .result_box {
    width: 50%;
    padding: 6vw 0;
  }

  .result_box+.result_box {
    margin-left: 2%;
  }

  .result_box .ico {
    width: 16vw;
    height: 16vw;
    margin-bottom: 3vw;
  }

  .result_box .txt {
    font-size: 1.5rem;
  }

  .result_box .txt .big {
    font-size: 1.8rem;
  }

  .p-result-ttl01 {
    font-size: 2.1rem;
    line-height: 1.5;
    padding-bottom: 5.333333vw;
    margin: 10.6666vw 0 5.3333333vw;
  }

  .p-result-ttl02 {
    font-size: 1.9rem;
    line-height: 1.42;
    margin: 5.33333vw 0 4vw;
  }

  .grid {
    display: block;
    margin-bottom: 8vw;
  }

  .grid p {
    line-height: 1.6875;
    margin-top: 3.333333vw;
  }
}



/* ------------------------------
	.p-operating
------------------------------ */
.p-operating {
  padding: 50px 0 100px;
  background-image: url("../../images/bg_operating_pc.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.p-operating.bgwh {
  z-index: 1;
  isolation: isolate;
}

.p-operating .l-content-inner {
  position: relative;
}

.operating_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.p-operating .shadow_box {
  padding: 60px 0;
}

.p-operating .shadow_box.line {
  margin-top: 40px;
  border-left: 20px solid #0a3e86;
  padding-right: 20px;
}

.operating_wrap .lead_box {
  display: flex;
  justify-content: space-between;
}

.operating_wrap .lead_box .txt {
  width: 430px;
}

.operating_wrap .flex .img {
  flex-shrink: 0;
  margin-left: 35px;
}

.operating_ttl {
  padding-bottom: 15px;
  margin: 35px 0 20px;
  border-bottom: 1px solid #ccc;
  font-size: 2.6rem;
  line-height: 1.6;
}

.operating_ttl-mt0 {
  margin-top: 0;
}

.m-accordion {
  margin-top: 35px;
}

.leased {
  position: relative;
  margin-top: 150px;
}

.leased .txt_box {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  padding: 35px 40px;
  max-width: 830px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.leased .leased_ttl {
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.leased .img {
  margin-bottom: 30px;
}


@media screen and (max-width: 767px) {
  .p-operating {
    padding: 0 0 12vw;
    background: url("../../images/bg_operating_sp.png") no-repeat center bottom -66.6666vw;
    background-size: 100%;
  }

  .p-operating.bgwh {
    padding-top: 8vw;
    background: #fff url("../../images/bg_operating_sp.png") no-repeat center top 100vw;
  }

  .p-operating .shadow_box.line {
    border-width: 4vw;
    padding: 8vw 4vw;
  }

  .operating_wrap .lead_box {
    flex-direction: column;
  }

  .operating_wrap .lead_box .txt {
    width: 100%;
    margin-top: 4vw;
  }

  .operating_ttl {
    padding: 0 0 0.5em;
    margin-top: 7vw;
    margin-bottom: 0.8em;
    font-size: 2.1rem;
  }

  .operating_ttl-mt0 {
    margin-top: 0;
  }

  .operating_wrap .flex .img {
    margin-left: auto;
    margin-top: 5vw;
  }

  .m-accordion {
    margin-top: 4vw;
  }

  .leased {
    margin-top: 65vw;
    padding: 5vw 4vw !important;
    background: #e0e6ef;
  }

  .leased .txt_box {
    top: -55vw;
    width: 91%;
    padding: 5vw 4vw;
  }

  .leased .leased_ttl {
    margin-bottom: 0.6em;
    line-height: 1.6;
    font-size: 1.8rem;
  }
}



/* ------------------------------
	.p-voice
------------------------------ */
.p-voice {
  padding: 88px 0 0;
}

.p-voice .l-content-inner {
  background: url(../../images/voice_bg01.jpg) no-repeat;
  background-position: 20px 135px;
}

.p-voice .sec_ttl {
  margin-bottom: 140px;
}

.p-voice .voice_box {
  width: 100%;
  padding: 20px 0 30px 240px;
  margin-left: auto;
  max-width: 840px;
  background: #fff;
  border-bottom: 1px solid #cfcfcf;
}

.p-voice .voice_box+.voice_box {
  margin-top: 20px;
}

.p-voice .voice_box .ttl {
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.6rem;
}

.p-voice .voice_box .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #0a3e86;
}

.p-voice .voice_box .txt {
  line-height: 2;
}

.p-voice .voice_box:nth-child(1) {
  background: #fff url(../../images/voice_ico01.png) no-repeat;
  background-position: 85px center;
}

.p-voice .voice_box:nth-child(2) {
  background: #fff url(../../images/voice_ico02.png) no-repeat;
  background-position: 85px center;
}

.p-voice .voice_box:nth-child(3) {
  background: #fff url(../../images/voice_ico03.png) no-repeat;
  background-position: 85px center;
}

.p-voice .voice_box:nth-child(4) {
  background: #fff url(../../images/voice_ico04.png) no-repeat;
  background-position: 85px center;
}


@media screen and (max-width: 767px) {
  .p-voice {
    padding: 8vw 0 5vw;
  }

  .p-voice .sec_ttl {
    margin-bottom: 27vw;
  }

  .p-voice .l-content-inner {
    width: 100%;
    padding: 0 4vw;
    background: url(../../images/voice_bg01_sp.jpg) no-repeat;
    background-position: left 20vw;
    background-size: 80%;
  }

  .p-voice .voice_box {
    padding: 33vw 4vw 6vw;
  }

  .p-voice .voice_box+.voice_box {
    margin-top: 8vw;
  }

  .p-voice .voice_box {
    background-position: center 6vw !important;
    background-size: 22vw !important;
  }

  .p-voice .voice_box .ttl {
    margin-bottom: 0.5em;
    padding-left: 11vw;
  }

  .p-voice .voice_box .ttl::before {
    width: 8vw;
  }

  .p-voice .voice_box .txt {
    line-height: 1.8;
  }
}



/* ------------------------------
	.p-flow
------------------------------ */
.p-flow {
  padding: 100px 0 40px;
}

.p-flow img {
  display: block;
  margin: auto;
  width: 100px;
  max-width: 100px;
}

.p-flow .serif_box .txt {
  font-size: 2.6rem;
  font-weight: 600;
}

.p-flow .serif_box .txt+.txt {
  margin-top: 10px;
}

.flow_list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 36px 0;
  max-width: 800px;
  margin: auto;
}

.flow_list .flow_item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 35px;
  width: 100%;
  padding: 25px 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.flow_list .flow_item+.flow_item::before {
  position: absolute;
  top: -18px;
  left: 50%;
  content: "";
  display: block;
  width: 16px;
  height: 21px;
  background: url(../../images/flow_arw.png) no-repeat center center;
  background-size: 100%;
  transform: translateY(-50%);
}

.flow_list .flow_item .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.flow_list .flow_item .num {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  margin-right: 15px;
  vertical-align: text-bottom;
}

.flow_list .flow_item .txt {
  font-size: 1.4rem;
  line-height: 1.6;
}

.flow_list .flow_item .txt+.txt {
  margin-top: 0.5em;
}

.p-flow .serif_box {
  margin-top: 70px;
}


@media screen and (max-width: 767px) {
  .p-flow {
    padding: 8vw 0;
  }

  .flow_list {
    gap: 9.6vw 0;
  }

  .flow_list .flow_item {
    align-items: start;
    padding: 2.666666vw 4vw;
    box-shadow: 0 0 2.666666vw rgba(0, 0, 0, 0.1);
  }

  .flow_list .flow_item+.flow_item::before {
    top: -5vw;
    width: 5vw;
    height: 6vw;
  }

  .p-flow img {
    flex-shrink: 0;
    width: 16.66666vw;
    max-width: 16.66666vw;
  }

  .flow_list .flow_item .ttl {
    height: auto;
    margin: 0 0 0.5em;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: 1.8rem;
  }

  .flow_list .flow_item .txt+.txt {
    margin-top: 0.1em;
  }

  .flow_list .flow_item .num {
    position: relative;
    margin: 0 0.5em 0 0;
    font-size: 2.3rem;
    line-height: 1;
    vertical-align: bottom;
  }

  .txt-indent-sp {
    padding-left: 4rem;
  }

  .p-flow .serif_box {
    margin-top: 8vw;
  }

  .p-flow .serif_box .txt {
    font-size: 1.8rem;
    text-align: left;
  }

  .p-flow .serif_box .txt+.txt {
    margin-top: 3vw;
  }
}



/* ------------------------------
	.p-info
------------------------------ */
.p-info {
  padding: 40px 0 45px;
  background-color: #e0e6ef;
}

.p-info .info_box+.info_box {
  margin-top: 45px;
}

.p-info .info_ttl {
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.p-info .txt {
  font-size: 1.4rem;
}

.p-info .txt .under {
  text-decoration: underline;
}

.p-info li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-info li+li {
  margin-top: 1em;
}

.p-info .ttl {
  margin: 0 0 12px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.p-info .ttl.line {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3a3a3a;
}

.p-info .company_btn {
  font-size: 1.4rem;
  margin-top: 1.5em;
}

.p-info .company_btn a {
  text-decoration: underline;
}


@media screen and (max-width: 767px) {
  .p-info {
    padding: 10vw 0 0;
  }

  .p-info .info_ttl {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }

  .p-info .info_box+.info_box {
    margin-top: 10vw;
  }

  .p-info li+li {
    margin-top: 0.2em;
  }

  .p-info .ttl.line {
    padding-bottom: 0.4em;
    margin-bottom: 1.2em;
  }

  .p-info .ttl {
    margin-bottom: 0.8em;
  }

  .p-info .company_btn {
    font-size: 3.7vw;
    padding: 1em 0 2em;
    margin: 0;
    position: relative;
  }
}

.lineup_images {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;

}

.lineup_images .l-content-inner {
  position: relative;
}

.lineup_images::before {
  content: "";
  width: 100%;
  height: 36.4vw;
  max-height: 573px;
  /*
background-image: url("../../images/bg_result_pc.png");
background-repeat: no-repeat;
background-size: 100%;
background-position: top center;
*/
  position: absolute;
  top: 0;
  left: 0;
}

.lineup_images .flex {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .lineup_images {
    padding: 6vw 0 12vw;
  }

  .lineup_images::before {
    content: "";
    width: 100%;
    height: 270vw;
    max-height: none;
    /*
		background: url(../../images/bg_result_sp.png) no-repeat center top;
		background-size: 100%;
		*/
  }

  .lineup_images .box_inner {
    padding: 0;
  }

  .lineup_images .flex {
    margin-bottom: 3vw;
  }
}

.p-result {
  padding-top: 0;
  padding-bottom: 50px;
}

.p-result::before {
  content: none;
}


@media screen and (max-width: 767px) {

  .p-result {
    padding-bottom: 6vw;
  }

  .p-result .box_inner {
    padding: 0 4vw;
  }
}
