@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.color1 {
  color: #D4A849;
}

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

html {
  scroll-behavior: smooth;
}
@media (max-width: 1920px) {
  html {
    font-size: 0.05vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.27vw;
  }
}

body {
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #232323;
  overflow-x: hidden;
  z-index: 0;
  background-color: white;
  line-height: 1.4;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  letter-spacing: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

figure,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  text-decoration: none;
  color: #333333;
}

.u-inner1 {
  max-width: 1120rem;
  margin: 0 auto;
}

.u-inner2 {
  max-width: 1520rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .u-inner1 {
    max-width: 92%;
  }
  .u-inner2 {
    max-width: 92%;
  }
}
.mv {
  padding: 102rem 0 120rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: white;
}
.mv .title {
  font-size: 50rem;
  font-weight: 700;
  color: #0b2c76;
  line-height: 1.9;
}
.mv .title span {
  color: white;
  background-color: #0b2c76;
  padding: 15rem 25rem;
  line-height: 1;
  margin-right: 25rem;
}
.mv .text {
  margin-top: 10rem;
}
.mv .text img {
  width: 359rem;
}
.mv_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.mv_img img {
  width: 1607rem;
}

.story {
  padding: 70rem 0;
  position: relative;
  z-index: 1;
  margin-top: -170rem;
}
.story .inner {
  max-width: 1320rem;
  margin: 0 auto;
}
.story .item {
  position: relative;
  padding-top: 300rem;
}
.story .item .area {
  max-width: 781rem;
}
.story .item .area_ttl {
  font-size: 58rem;
  font-weight: 700;
  color: white;
  line-height: 1.8;
  border-bottom: 5rem solid white;
  padding-bottom: 40rem;
}
.story .item .area_txt {
  font-size: 20rem;
  font-family: "Noto Sans JP", serif;
  color: white;
  line-height: 1.8;
  padding-top: 40rem;
}
.story .item .img1 {
  position: absolute;
  top: 42rem;
  right: -175rem;
}
.story .item .img1 img {
  width: 476rem;
}
.story .item .img2 {
  position: absolute;
  bottom: 42rem;
  right: -275rem;
}
.story .item .img2 img {
  width: 476rem;
}
.story_bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.quickly {
  background: url(../img/quickly_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 290rem 0 150rem;
  position: relative;
  z-index: 0;
}
.quickly .lead {
  background: #015EEA;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(1, 94, 234)), color-stop(79%, rgb(11, 44, 118)));
  background: linear-gradient(180deg, rgb(1, 94, 234) 0%, rgb(11, 44, 118) 79%);
  color: white;
  padding: 40rem 20rem;
  position: relative;
}
.quickly .lead::after {
  content: "";
  border-right: 100rem solid transparent;
  border-left: 100rem solid transparent;
  border-bottom: unset;
  border-top: 150rem solid #0B2C76;
  position: absolute;
  bottom: -99rem;
  left: calc(50% - 100rem);
}
.quickly .lead_ttl1 {
  font-size: 48rem;
  color: white;
  font-weight: 600;
  text-align: center;
}
.quickly .lead_ttl2 {
  font-size: 64rem;
  line-height: 1.15625;
  font-weight: 600;
  text-align: center;
  color: white !important;
}
.quickly .item {
  margin-top: 250rem;
}
.quickly .item .box {
  position: relative;
  background-color: rgba(195, 201, 215, 0.6588235294);
  padding: 90rem 110rem 85rem 40rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 115rem;
}
.quickly .item .box:first-child {
  margin-top: unset;
}
.quickly .item .box_img img {
  width: 560rem;
}
.quickly .item .box_line {
  position: absolute;
  top: -30rem;
  right: 60rem;
}
.quickly .item .box_line img {
  width: 437rem;
}
.quickly .item .box .area {
  max-width: 680rem;
}
.quickly .item .box .area_ttl {
  font-size: 55rem;
  line-height: 1.3090909091;
  color: #0b2c76;
  font-weight: 700;
  padding-bottom: 20rem;
  border-bottom: 1rem solid #515151;
}
.quickly .item .box .area_txt {
  font-size: 20rem;
  color: #0b2c76;
  font-family: "Noto Sans JP", serif;
  margin-top: 50rem;
  line-height: 1.8;
}
.quickly .item .box.right {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quickly .item .box.right .boxImg {
  left: unset;
  right: 40rem;
}
.quickly .item .box.reset .boxImg {
  margin-top: unset;
}
.quickly .item .boxImg {
  margin-top: -140rem;
}
.quickly .item .boxImg_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail {
  background: url(../img/detail_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 80rem 0;
  margin-top: 130rem;
  width: calc(100% - 56rem);
  position: relative;
}
.detail::after {
  content: "";
  border-right: unset;
  border-left: 400rem solid transparent;
  border-top: unset;
  border-bottom: 400rem solid #0b2c76;
  position: absolute;
  right: -56rem;
  bottom: -56rem;
  z-index: -1;
}
.detail .text {
  font-size: 20rem;
  line-height: 1.8;
  font-weight: 500;
}
.detail .text span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #faf9c1));
  background: linear-gradient(transparent 60%, #faf9c1 0%);
}

.shortest {
  padding: 120rem 0;
  background-color: #f3f5fa;
}
.shortest .lead_ttl {
  text-align: center;
  font-size: 46rem;
  line-height: 2.2;
  font-weight: 600;
}
.shortest .lead_ttl span {
  font-size: 54rem;
}
.shortest .lead_ttl .bgItem {
  color: white;
  background-color: #0b2c76;
  line-height: 1;
  padding: 10rem 25rem;
}
.shortest .lead_ttl .bgItem1 {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #faf9c1));
  background: linear-gradient(transparent 60%, #faf9c1 0%);
}
.shortest .lead_ttl .bgItem2 {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #f9dfe9));
  background: linear-gradient(transparent 60%, #f9dfe9 0%);
}
.shortest .item {
  margin-top: 90rem;
  position: relative;
}
.shortest .item_lead {
  font-size: 45rem;
  color: #0b2c76;
  font-weight: 600;
}
.shortest .item_lead span {
  font-size: 60rem;
}
.shortest .item .box {
  padding: 60rem 30rem 35rem;
  -webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.26);
          box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.26);
  margin-top: 15rem;
}
.shortest .item .box_ttl {
  font-size: 45rem;
  font-weight: 500;
}
.shortest .item .box_txt {
  font-size: 20rem;
  line-height: 1.8;
  margin-top: 30rem;
  font-family: "Noto Sans JP", serif;
}
.shortest .item .box_item {
  max-width: 680rem;
}
.shortest .item_img {
  position: absolute;
  right: -200rem;
  bottom: -11rem;
}
.shortest .item_img img {
  width: 597rem;
}

@media (max-width: 768px) {
  .mv {
    padding: 90rem 0 15rem;
  }
  .mv .title {
    font-size: 19rem;
  }
  .mv .title span {
    padding: 8rem 15rem;
    margin-right: 10rem;
  }
  .mv .text img {
    width: 100rem;
  }
  .mv_img {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mv_img img {
    width: 80%;
    min-height: 360rem;
  }
  .story {
    margin-top: unset;
    padding: 50rem 0;
    background-color: #0b2c76;
  }
  .story_bg {
    display: none;
  }
  .story .item {
    padding-top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .story .item .area {
    max-width: unset;
  }
  .story .item .area_ttl {
    font-size: 22rem;
    border-bottom: 1rem solid white;
    padding-bottom: 20rem;
  }
  .story .item .area_txt {
    padding-top: 20rem;
    font-size: 16rem;
  }
  .story .item .img1 {
    position: relative;
    top: unset;
    right: unset;
  }
  .story .item .img2 {
    position: relative;
    top: unset;
    right: unset;
    bottom: 23rem;
  }
  .story .itemImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 30rem;
  }
  .quickly {
    padding: 60rem 0;
  }
  .quickly .lead {
    padding: 10rem 5rem;
  }
  .quickly .lead_ttl1 {
    font-size: 22rem;
  }
  .quickly .lead_ttl2 {
    font-size: 17rem;
  }
  .quickly .lead::after {
    border-right: 10rem solid transparent;
    border-left: 10rem solid transparent;
    border-bottom: unset;
    border-top: 15rem solid #0B2C76;
    position: absolute;
    bottom: -9rem;
    left: calc(50% - 10rem);
  }
  .quickly .item {
    margin-top: 40rem;
  }
  .quickly .item .box {
    padding: 30rem 15rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30rem;
  }
  .quickly .item .box.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .quickly .item .box .area {
    padding-top: 40rem;
  }
  .quickly .item .box .area_ttl {
    font-size: 20rem;
  }
  .quickly .item .box .area_txt {
    font-size: 16rem;
    margin-top: 20rem;
  }
  .quickly .item .boxImg {
    margin-top: unset;
  }
  .detail {
    margin-top: 30rem;
    width: calc(100% - 20rem);
    padding: 30rem 15rem;
  }
  .detail .text {
    font-size: 16rem;
  }
  .detail::after {
    border-left: 200rem solid transparent;
    border-top: unset;
    border-bottom: 200rem solid #0b2c76;
    position: absolute;
    right: -15rem;
    bottom: -15rem;
  }
  .shortest {
    padding: 60rem 0;
  }
  .shortest .lead_ttl {
    font-size: 18rem;
  }
  .shortest .lead_ttl span {
    font-size: 22rem;
  }
  .shortest .item {
    margin-top: 50rem;
  }
  .shortest .item_lead {
    font-size: 18rem;
  }
  .shortest .item_lead span {
    font-size: 24rem;
  }
  .shortest .item .box {
    padding: 30rem 15rem;
  }
  .shortest .item .box_ttl {
    font-size: 20rem;
  }
  .shortest .item .box_txt {
    font-size: 16rem;
  }
  .shortest .item_img {
    position: relative;
    right: unset;
    bottom: unset;
    margin-top: 30rem;
  }
  .shortest .item_img img {
    width: 100%;
  }
}
.u-sp-block {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .u-sp-block {
    display: block;
  }
  .u-pc-block {
    display: none;
  }
}