@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
table {
  font-size: inherit;
  font: 100%;
}

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

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

.Mincho {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

/* list */
ol,
ol li,
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* reset.css */
/* global reset */
html {
  overflow-y: scroll;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

caption, th {
  text-align: left;
}

fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

/* html5tag */
header, footer, nav, section, article, figure, aside {
  display: block;
  margin: 0;
  padding: 0;
}

html, body, p, h1, h2, h3, h4, h5, h6, div, span, ul, ol, li, dl, dt, dd, table, th, td, input, textarea, section, article, nav, a {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

header, footer, nav, section, article, figure, aside {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* clearfix */
.clearfix {
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  *overflow: hidden;
  *zoom: 1;
}

/* hides from ie-mac \*/
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* end hide from ie-mac */
.clear {
  clear: both;
}

html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

/* font */
body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #001428;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 1.5rem;
    line-height: 3.2rem;
  }
}

/* link */
a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus,
a:active,
input,
textarea {
  outline: none;
}

a:hover,
a:hover img,
a:hover {
  opacity: 0.8;
}

/* for responsive */
.pc {
  display: block;
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

.t-center {
  text-align: center;
}

.mgt20 {
  margin-top: 20px;
}

.mv-content {
  height: 833px;
  width: 100%;
  background-image: url("../../assets/images/mv-bg.jpg");
  background-size: cover;
  background-position: top center;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .mv-content {
    height: 387px;
    background-image: url("../../assets/images/mv-bg-sp.jpg");
    background-size: cover;
  }
}
.mv-content h1 {
  position: absolute;
  left: 10%;
  bottom: 140px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  line-height: 8rem;
}
@media only screen and (max-width: 750px) {
  .mv-content h1 {
    left: 3%;
    font-size: 12vw;
    line-height: 14vw;
    bottom: 40px;
  }
}
.mv-content h1 small {
  font-size: 3.2rem;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .mv-content h1 small {
    margin-left: 90px;
    font-size: 6vw;
  }
}
.mv-content h1 small::before {
  position: absolute;
  content: "";
  width: 81px;
  height: 1px;
  background-color: #888888;
  left: -60px;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (max-width: 750px) {
  .mv-content h1 small::before {
    width: 61px;
    left: -50px;
  }
}

.section-content {
  width: 90%;
  margin: auto;
}

.mgb50 {
  margin-bottom: 50px;
}

.w1440 {
  width: 90%;
  max-width: 1440px;
  margin: auto;
}

.txt-intro {
  text-align: center;
  padding: 90px 0 130px 0;
}
@media only screen and (max-width: 750px) {
  .txt-intro {
    text-align: left;
    padding: 30px 0;
  }
}
.txt-intro .fz32-min {
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txt-intro .fz32-min {
    text-align: center;
    font-size: 5vw;
    line-height: 8vw;
    margin-bottom: 20px;
  }
}
.txt-intro h2 {
  max-width: 858px;
  width: 100%;
  font-size: 5rem;
  line-height: 69px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  padding: 40px 0;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  margin: auto;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .txt-intro h2 {
    text-align: center;
    font-size: 5.5vw;
    line-height: 8.5vw;
    padding: 15px 0;
    margin-bottom: 20px;
  }
}
.txt-intro h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #888888;
  top: 3px;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .txt-intro h2::before {
    content: inherit;
  }
}
.txt-intro h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #888888;
  bottom: 3px;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .txt-intro h2::after {
    content: inherit;
  }
}

.line-tt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .line-tt {
    margin-left: 10px;
  }
}
.line-tt::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 52px;
  background-color: #888888;
  left: -10px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 750px) {
  .line-tt::before {
    height: 100%;
  }
}
.line-tt.two-line::before {
  top: 32px !important;
}
@media only screen and (max-width: 750px) {
  .line-tt.two-line::before {
    top: 50% !important;
  }
}

.bg-01 {
  background-image: url(../images/bg-color-box-1.png);
  background-repeat: no-repeat;
  background-position: top -60px left -80px;
  background-size: 598px 1048px;
}
@media only screen and (max-width: 750px) {
  .bg-01 {
    background-size: 90%;
    background-position: top 0 left -80px;
  }
}

.bg-02 {
  background-image: url(../images/bg-color-box-2.png);
  background-repeat: no-repeat;
  background-position: top 0px right -80px;
  background-size: 598px 1048px;
}
@media only screen and (max-width: 750px) {
  .bg-02 {
    background-size: 90%;
    background-position: top 0px right -80px;
  }
}

.bg-03 {
  background-image: url(../images/bg-color-box-3.png);
  background-repeat: no-repeat;
  background-position: top 180px center;
  background-size: 830px 2145px;
}
@media only screen and (max-width: 750px) {
  .bg-03 {
    background-size: 90%;
    background-position: top right -80px;
  }
}

.bg-04 {
  background-image: url(../images/bg-color-box-4.png);
  background-repeat: no-repeat;
  background-position: top -60px left -80px;
  background-size: 647px 848px;
}
@media only screen and (max-width: 750px) {
  .bg-04 {
    background-image: none;
  }
}

.w1155 {
  width: 90%;
  max-width: 1155px;
  margin: auto;
}

.fz32 {
  font-size: 3.2rem;
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .fz32 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

.h2-fz40 {
  font-size: 4rem !important;
  line-height: 5.5rem !important;
}
@media only screen and (max-width: 750px) {
  .h2-fz40 {
    font-size: 3rem !important;
    line-height: 4.3rem !important;
  }
}

.line-tt-long {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .line-tt-long {
    margin-left: 20px;
  }
  .line-tt-long::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 32px;
    background-color: #888888;
    left: -10px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
.line-tt-long::before {
  position: absolute;
  content: "";
  width: 81px;
  height: 1px;
  background-color: #888888;
  left: -60px;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 750px) {
  .line-tt-long::before {
    content: inherit;
  }
}

@media only screen and (max-width: 750px) {
  .content-01 {
    margin-top: 30px;
  }
}
.content-01 .txt-cont {
  max-width: 650px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  .content-01 .txt-cont {
    padding: 0;
  }
}
.content-01 .txt-cont .txt-box {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.content-01 .txt-cont h2 {
  font-size: 5rem;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .content-01 .txt-cont h2 {
    font-size: 3rem;
  }
}
.content-01 .img-cont img {
  width: 100%;
  max-width: 354px;
}
@media only screen and (max-width: 750px) {
  .content-01 .img-cont {
    margin-top: 30px;
  }
}
.content-01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .content-01 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-box {
  margin-top: 150px;
}
@media only screen and (max-width: 750px) {
  .content-box {
    margin-top: 80px;
  }
}
.content-box .txt-cont {
  max-width: 650px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  .content-box .txt-cont {
    padding: 0;
  }
}
.content-box .txt-cont h2 {
  font-size: 5rem;
  line-height: 6rem;
  text-align: left;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .content-box .txt-cont h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.content-box .img-cont img {
  width: 100%;
  max-width: 678px;
}
@media only screen and (max-width: 750px) {
  .content-box .img-cont {
    margin-top: 30px;
  }
}
.content-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .content-box .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-box .txt-w {
  max-width: 526px;
  width: 100%;
}

.content-07 .flex,
.content-05 .flex,
.content-03 .flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.content-05 .img-cont img {
  margin-top: 120px;
}
@media only screen and (max-width: 750px) {
  .content-05 .img-cont img {
    margin-top: inherit;
  }
}

.content-09 .img-cont,
.content-06 .img-cont,
.content-04 .img-cont {
  margin-left: 12%;
  padding-right: 40px;
}
.content-09 .img-cont img,
.content-06 .img-cont img,
.content-04 .img-cont img {
  width: 100%;
  max-width: 380px;
}
.content-09 .flex,
.content-06 .flex,
.content-04 .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.content-09 .txt-cont .txt-w {
  max-width: 415px;
  width: 100%;
}
.content-09 .txt-cont .txt-w li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #888888;
}
.content-09 .txt-cont .txt-w li:last-child {
  border-bottom: 1px solid rgba(136, 136, 136, 0);
}
.content-09 .txt-cont .txt-w li span {
  width: 100px;
}

@media only screen and (max-width: 750px) {
  .content-02 .flex,
  .content-04 .flex,
  .content-06 .flex,
  .content-08 .flex,
  .content-09 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.content-10 {
  margin-bottom: 230px;
}
@media only screen and (max-width: 750px) {
  .content-10 {
    margin-bottom: 100px;
  }
}
.content-10 .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-10 .txt-box .txt-w {
  max-width: 597px;
}
.content-10 .img-cont {
  margin-right: 9%;
  padding-left: 40px;
  display: -ms-inline-grid;
  display: inline-grid;
}
.content-10 .img-cont img {
  width: 100%;
  max-width: 380px;
}
.content-10 .img-cont img + img {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .content-10 .img-cont img + img {
    margin-top: 10px;
  }
}

footer {
  background-color: #01162B;
  border-top: 1px solid #888;
  padding: 60px 0;
  font-size: 1.4rem;
}
footer .content-footer {
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  footer {
    padding: 40px 0 80px 0;
  }
}
footer .flex-logo {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 856px;
}
@media only screen and (max-width: 750px) {
  footer .flex-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
  }
}
footer h2 {
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  footer h2 {
    font-size: 2rem;
  }
}
footer .box-logo {
  max-width: 292px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  footer .box-logo {
    margin: auto;
    text-align: center;
    padding: 0 20px;
  }
}
footer .btn {
  margin-top: 10px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  border: 1px solid #888888;
  padding: 10px 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 750px) {
  footer .btn {
    max-width: 312px;
    width: 100%;
  }
}
footer .btn p {
  display: contents;
}
footer .btn::after {
  content: "";
  position: absolute;
  background-image: url(../images/icon-new-window.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100%;
  top: 50%;
  right: 20%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (max-width: 750px) {
  footer .logo-center {
    margin-top: 40px;
  }
}
footer .logo-center img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
footer .logo-01 {
  max-width: 292px;
  width: 100%;
  margin-bottom: 20px;
}
footer .logo-02 {
  max-width: 198px;
  width: 100%;
  margin-bottom: 10px;
}