* {
  padding: 0;
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

li {
  list-style-type: none;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
[v-cloak] {
  visibility: hidden;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.l-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 25px;
  }
}

.c-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  padding: 35px 45px 0;
}
@media screen and (max-width: 1000px) {
  .c-header {
    padding: 35px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    padding-top: 18px;
    display: block;
  }
}
.c-header.is-show {
  position: fixed;
}
.c-header.is-show .c-header__logo__black {
  display: block;
}
.c-header.is-show .c-header__logo__white {
  display: none;
}
.c-header.is-show .c-header__link li a {
  color: #000000;
}
.c-header.is-show .c-header__link li a span:before {
  background-image: url(/assets/images/icon07.svg);
}
.c-header.is-show .c-header__bnt {
  border-color: #04386E;
  background: #04386E;
}
@media screen and (min-width: 768px) {
  .c-header.is-show .c-header__bnt:hover {
    background: #ffffff;
  }
}
.c-header__logo {
  pointer-events: all;
}
.c-header__logo__black {
  display: none;
}
.c-header__logo img {
  height: 45px;
  width: auto;
}
@media screen and (max-width: 920px) {
  .c-header__logo img {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__logo img {
    height: 33px;
    margin-top: 2px;
  }
}
.c-header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .c-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #04386E;
    overflow: auto;
    opacity: 0;
    transition: 300ms;
    pointer-events: none;
    z-index: 99;
    display: block;
  }
  .c-header__nav.is-show {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (min-width: 768px) {
  .c-header__nav__logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-header__nav__logo {
    padding: 18px 0 0 20px;
    display: inline-block;
  }
  .c-header__nav__logo img {
    height: 33px;
    margin-top: 2px;
  }
}
.c-header__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-header__link {
    display: block;
    padding: 84px 0 0 38px;
  }
}
.c-header__link li + li {
  margin-left: 24px;
}
@media screen and (max-width: 1000px) {
  .c-header__link li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header__link li + li {
    margin-left: 0;
    margin-top: 32px;
  }
}
.c-header__link li a {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  display: block;
  position: relative;
  opacity: 1 !important;
}
@media screen and (min-width: 768px) {
  .c-header__link li a:hover span:first-child {
    opacity: 0;
  }
  .c-header__link li a:hover span:last-child {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-header__link li a {
    text-align: left;
  }
}
.c-header__link li a span:first-child {
  font-size: 1.8rem;
  letter-spacing: 1.08px;
  display: block;
  line-height: 1;
  transition: 300ms;
  opacity: 1;
  font-family: "sofia-pro", sans-serif;
}
@media screen and (max-width: 1000px) {
  .c-header__link li a span:first-child {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-header__link li a span:first-child {
    font-size: 1.8rem;
    letter-spacing: 1.08px;
    color: rgba(255, 255, 255, 0.5);
  }
}
.c-header__link li a span:last-child {
  font-size: 1.5rem;
  letter-spacing: 0px;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  line-height: 1;
  opacity: 0;
  transition: 300ms;
  margin: 0 -20px;
}
.c-header__link li a span:last-child::before {
  content: "";
  display: block;
  background: url(/assets/images/icon06.svg);
  background-size: 9px 7px;
  width: 9px;
  height: 7px;
  position: absolute;
  left: calc(50% - 5px);
  top: 22px;
}
@media screen and (max-width: 767px) {
  .c-header__link li a span:last-child::before {
    display: none;
  }
  .c-header__link li a span:last-child {
    opacity: 1;
    position: relative;
    font-size: 2.6rem;
    letter-spacing: 0px;
    margin: 13px 0 0 -3px;
  }
}
.c-header__bnt {
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 40px;
  width: 148px;
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 1.08px;
  font-weight: bold;
  opacity: 1 !important;
  margin-left: 34px;
  font-family: "sofia-pro", sans-serif;
  padding-bottom: 3px;
}
@media screen and (max-width: 1000px) {
  .c-header__bnt {
    margin-left: 20px;
    width: 130px;
    height: 45px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__bnt:hover {
    background: #ffffff;
    color: #04386E;
  }
}
@media screen and (max-width: 767px) {
  .c-header__bnt {
    display: none;
  }
}
.c-header__copyright {
  font-size: 1.1rem;
  letter-spacing: 0.22px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "sofia-pro", sans-serif;
  padding: 124px 25px 40px;
}

.c-footer {
  background: #04386E;
}
.c-footer__contact {
  padding: 77px 0 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .c-footer__contact {
    padding: 43px 0 60px;
  }
}
.c-footer__contact .c-title1 span {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-footer__contact .c-title1__jp {
    font-size: 2.8rem;
    margin-top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__contact .c-title1__jp {
    font-size: 2.1rem;
    margin-top: 8px;
  }
}
.c-footer__f {
  padding: 37px 0 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-footer__f {
    padding: 19px 0 20px;
    display: block;
  }
}
.c-footer__link {
  display: flex;
  flex-wrap: wrap;
}
.c-footer__link li + li {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .c-footer__link li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 350px) {
  .c-footer__link li + li {
    margin-left: 10px;
  }
}
.c-footer__link a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  letter-spacing: -0.28px;
}
.c-footer__copyright {
  font-family: "sofia-pro", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    font-size: 1.1rem;
    letter-spacing: 0.22px;
    margin-top: 19px;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1__en {
  font-size: 2.4rem;
  letter-spacing: 0.96px;
  color: #04386E;
  font-weight: bold;
  display: block;
  font-family: "sofia-pro", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title1__en {
    font-size: 1.8rem;
    letter-spacing: 0.72px;
  }
}
.c-title1__jp {
  font-size: 3.6rem;
  letter-spacing: 0px;
  line-height: 48px;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-title1__jp {
    font-size: 2.4rem;
    letter-spacing: 0px;
    line-height: 34px;
    margin-top: 10px;
  }
}

.c-title2 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 2rem;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
.c-icon00 {
  position: fixed;
  pointer-events: all;
  z-index: 999;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: url(/assets/images/open.svg) no-repeat center #04386E;
}
@media screen and (min-width: 768px) {
  .c-icon00 {
    display: none;
  }
}
.c-icon00.is-active {
  background: url(/assets/images/close.svg) no-repeat center #04386E;
}

/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.7rem;
  letter-spacing: -0.34px;
  line-height: 31px;
}
@media screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.5rem;
    letter-spacing: -0.3px;
    line-height: 28px;
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
.c-img01 {
  position: relative;
}
.c-img01 img {
  width: 100%;
}
.c-img01__tit {
  position: absolute;
  bottom: 42px;
  left: 55px;
  font-size: 4.2rem;
  letter-spacing: 0px;
  line-height: 54px;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-img01__tit {
    left: 25px;
    bottom: 21px;
    font-size: 2.4rem;
    letter-spacing: 0px;
    line-height: 32px;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  border-top: 1px solid rgba(4, 56, 110, 0.3);
  margin-top: 73px;
}
@media screen and (max-width: 767px) {
  .c-list1 {
    margin-top: 40px;
  }
}
.c-list1__item {
  border-bottom: 1px solid rgba(4, 56, 110, 0.3);
}
.c-list1__tit {
  font-size: 2.4rem;
  letter-spacing: 0px;
  font-weight: bold;
  padding: 32px 50px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-list1__tit {
    font-size: 2rem;
    letter-spacing: 0px;
    padding: 37px 37px 22px;
  }
}
.c-list1__tit.is-active::before {
  background-image: url(/assets/images/icon02.svg);
}
.c-list1__tit.is-active::after {
  background-image: url(/assets/images/icon04.svg);
}
.c-list1__tit::before {
  content: "";
  position: absolute;
  background: url(/assets/images/icon03.svg);
  width: 30px;
  height: 30px;
  top: 41px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-list1__tit::before {
    width: 26px;
    height: 26px;
    background: url(/assets/images/icon02.svg) no-repeat center/26px;
    top: 45px;
  }
}
.c-list1__tit::after {
  content: "";
  position: absolute;
  background: url(/assets/images/icon05.svg) no-repeat center;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 20px;
}
@media screen and (max-width: 767px) {
  .c-list1__tit::after {
    display: none;
  }
}
.c-list1__txt {
  font-size: 1.6rem;
  letter-spacing: -0.32px;
  line-height: 28px;
  padding-bottom: 30px;
  display: none;
}
.c-list1__txt.is-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-list1__txt {
    display: block !important;
    font-size: 1.5rem;
    letter-spacing: -0.3px;
    line-height: 26px;
    padding-bottom: 37px;
  }
  .c-list1__txt img {
    margin: 0 -25px 27px;
    width: calc(100% + 50px);
    max-width: inherit;
  }
}

.c-list2 {
  background: rgba(4, 56, 110, 0.1);
  border-radius: 5px;
  margin-top: 33px;
  padding: 55px 57px 43px;
}
@media screen and (max-width: 767px) {
  .c-list2 {
    margin-top: 14px;
    padding: 24px 25px 32px;
  }
}
.c-list2__item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-list2__item {
    display: block;
    margin-left: 0 !important;
  }
}
.c-list2__item + .c-list2__item {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .c-list2__item + .c-list2__item {
    margin-top: 21px;
  }
}
.c-list2__num {
  font-size: 5.2rem;
  line-height: 1;
  color: #04386E;
  font-family: "sofia-pro", sans-serif;
  width: 65px;
  margin-top: -3px;
}
.c-list2__item:first-child {
  margin-left: 3px;
}
.c-list2__item:first-child .c-list2__txt{
	margin-left: -3px;
}
@media screen and (max-width: 767px) {
  .c-list2__num {
    text-align: center;
    width: auto;
    font-size: 4.2rem;
    margin-top: 0;
  }
}
.c-list2__txt {
  font-size: 2rem;
  letter-spacing: 0px;
  line-height: 30px;
  flex: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-list2__txt {
    text-align: center;
    font-size: 1.7rem;
    letter-spacing: 0px;
    line-height: 26px;
    margin-top: 23px;
  }
}

.c-list3 {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .c-list3 {
    margin-top: 14px;
  }
}
.c-list3__head {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-list3__head {
    display: none !important;
  }
}
.c-list3 li {
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  letter-spacing: -0.32px;
  padding: 26px 40px 21px;
}
.c-list3 li:nth-child(2n+1) {
  background: rgba(4, 56, 110, 0.1);
}
@media screen and (max-width: 767px) {
  .c-list3 li:nth-child(2n+1) {
    background: rgba(4, 56, 110, 0.03);
  }
}
.c-list3 li:nth-child(2n+2) {
  background: rgba(4, 56, 110, 0.03);
}
@media screen and (max-width: 767px) {
  .c-list3 li:nth-child(2n+2) {
    background: rgba(4, 56, 110, 0.1);
  }
  .c-list3 li {
    display: block;
    font-size: 1.5rem;
    letter-spacing: -0.3px;
    line-height: 26px;
    padding: 19px 30px 21px;
  }
}
.c-list3 li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-list3 li + li {
    margin-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-list3 li p:nth-child(1) {
    width: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-list3 li p:nth-child(1) {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .c-list3 li p:nth-child(2) {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-list3 li p:nth-child(2) {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .c-list3 li p:nth-child(3) {
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .c-list3 li p:nth-child(3) {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .c-list3 li p:nth-child(4) {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-list3 li p {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-list3 li p *:not(span) {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .c-list3 li p span:first-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-list3 li p span:first-child {
    display: block;
    font-weight: bold;
    width: 74px;
  }
  .c-list3 li p span:last-child {
    flex: 1;
  }
}

.c-list4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-list4 {
    margin-top: 54px;
    display: block;
  }
}
.c-list4 li {
  background: #ffffff;
  border-radius: 10px;
  width: calc(50% - 15px);
}
@media screen and (max-width: 968px) {
  .c-list4 li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .c-list4 li {
    width: auto;
    border-radius: 5px;
  }
}
.c-list4 li {
  margin-right: 30px;
  margin-bottom: 30px;
}
.c-list4 li:nth-child(2n) {
  margin-right: 0px;
}

@media screen and (max-width: 968px) {
  .c-list4 li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-list4 li {
    margin: 0;
    margin-top: 20px;
  }
}
.c-list4 li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.7rem;
  letter-spacing: 0px;
  line-height: 25px;
  padding: 26px 35px;
  font-weight: bold;
  background: url(/assets/images/icon01.svg) no-repeat center right 34px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .c-list4 li a {
    background-position: center right 10px;
    padding: 20px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-list4 li a {
    font-size: 1.6rem;
    letter-spacing: 0px;
    line-height: 22px;
    padding: 17px 25px;
    padding-right: 60px;
    background-size: 34px;
    background-position: center right 20px;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
.c-table1 {
  font-size: 1.5rem;
  letter-spacing: -0.3px;
  line-height: 23px;
  border-top: 1px solid rgba(4, 56, 110, 0.2);
  border-bottom: 1px solid rgba(4, 56, 110, 0.2);
  margin: 60px 0 170px;
  padding: 74px 0 60px;
}
@media screen and (max-width: 767px) {
  .c-table1 {
    margin: 36px 0 99px;
    padding: 40px 0 22px;
    font-size: 1.4rem;
    letter-spacing: -0.28px;
    line-height: 23px;
  }
}
.c-table1 table {
  width: 100%;
  border-collapse: collapse;
}
.c-table1 th,
.c-table1 td {
  text-align: left;
  padding-bottom: 23px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-table1 th,
.c-table1 td {
    display: block;
  }
}
.c-table1 th {
  color: rgba(0, 0, 0, 0.5);
  width: 210px;
}
@media screen and (max-width: 767px) {
  .c-table1 th {
    padding-bottom: 9px;
  }
  .c-table1 td {
    padding-bottom: 19px;
  }
}
.c-table1 td a {
  text-decoration: underline;
  font-weight: bold;
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*------------------------------------------------------------
slider
------------------------------------------------------------*/
.c-slider1 {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .c-slider1 {
    margin-top: 90px;
  }
}
.c-slider1 .swiper-wrapper {
  transition-timing-function: linear;
}
.c-slider1 .swiper-slide {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .c-slider1 .swiper-slide {
    width: 380px;
  }
}

/*------------------------------------------------------------
mv
------------------------------------------------------------*/
.c-mv01 {
  position: relative;
  pointer-events: none;
}
.c-mv01__content {
  height: 100vh;
}
.c-mv01 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv01 .swiper-slide-prev img,
.c-mv01 .swiper-slide-active img,
.c-mv01 .swiper-slide-duplicate-active img {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.c-mv01__time {
  position: absolute;
  bottom: 37px;
  left: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  color: #ffffff;
  font-size: 1.8rem;
  letter-spacing: 1.08px;
  font-family: "sofia-pro", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-mv01__time {
    bottom: 18px;
    left: 22px;
  }
}
.c-mv01__progress {
  width: 80px;
  background-color: red;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .c-mv01__progress {
    width: 60px;
  }
}
.c-mv01__progress span {
  width: 0;
  height: 3px;
  background: #ffffff;
  display: block;
}
.c-mv01__progress span.is-active {
  width: 100%;
  transition: width 6s ease;
}
.c-mv01 .swiper-pagination {
  font-size: 0;
  position: initial;
  width: auto;
}
.c-mv01 .swiper-pagination .swiper-pagination-current {
  color: #ffffff;
  font-size: 1.8rem;
  letter-spacing: 1.08px;
}
.c-mv01__current {
  width: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-mv01__current {
    width: 34px;
    margin-bottom: 3px;
  }
}
.c-mv01__total {
  color: #ffffff;
  font-size: 1.8rem;
  letter-spacing: 1.08px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-mv01__total {
    margin-left: 15px;
    margin-bottom: 3px;
  }
}
.c-mv01 .swiper-slide,
.c-mv01 img {
  pointer-events: none;
}
.c-mv01__title {
  position: absolute;
  top: 0;
  left: 80px;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 5.4rem;
  letter-spacing: 0px;
  line-height: 68px;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-mv01__title {
    font-size: 3.2rem;
    letter-spacing: 0px;
    line-height: 40px;
    left: 30px;
  }
}
.c-mv01__scroll {
  position: absolute;
  bottom: 45px;
  right: 45px;
  z-index: 2;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .c-mv01__scroll {
    bottom: 24px;
    right: 23px;
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/*------------------------------------------------------------
block
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
}
body.is-fixed {
  position: fixed;
}

.p-top1 {
  padding: 237px 0 170px;
}
@media screen and (max-width: 767px) {
  .p-top1 {
    padding: 148px 0 100px;
  }
}
.p-top1__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 968px) {
  .p-top1__inner {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-top1__inner .c-title1__jp {
    margin-top: 24px;
  }
}
.p-top1__inner .c-text1 {
  flex: 1;
  max-width: 660px;
  margin-top: 9px;
  padding-left: 40px;
}
@media screen and (max-width: 968px) {
  .p-top1__inner .c-text1 {
    padding-left: 0;
    margin-top: 36px;
    max-width: inherit;
  }
}

.p-top2 {
  background: rgba(4, 56, 110, 0.1);
  padding: 170px 0 161px;
}
@media screen and (max-width: 767px) {
  .p-top2 {
    padding: 88px 0 93px;
  }
}
.p-top2__inner {
  width: calc(50% + 620px);
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .p-top2__inner {
    width: auto;
    padding-left: 20px;
    align-items: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-top2__inner {
    padding: 0 25px;
  }
}
.p-top2__left {
  width: 50%;
  max-width: 520px;
  margin-right: 100px;
}
@media screen and (max-width: 968px) {
  .p-top2__left {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top2__left {
    width: auto;
    max-width: inherit;
    margin: 0;
  }
}
.p-top2__right {
  flex: 1;
  position: relative;
  height: 900px;
}
@media screen and (max-width: 968px) {
  .p-top2__right {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top2__right {
    display: none;
  }
}
.p-top2__right img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: 300ms;
}
.p-top2__right img.is-active {
  opacity: 1;
}
.p-top2 iframe {
  width: 100%;
  height: 697px;
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .p-top2 iframe {
    height: 49.6vw;
    margin-top: 59px;
  }
}
.p-top2__tit {
  font-size: 1.6rem;
  letter-spacing: -0.32px;
  margin-top: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top2__tit {
    font-size: 1.4rem;
    letter-spacing: -0.28px;
    margin-top: 15px;
  }
}
.p-top2__txt {
  font-size: 1.6rem;
  letter-spacing: -0.32px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .p-top2__txt {
    font-size: 1.4rem;
    letter-spacing: -0.28px;
    line-height: 23px;
    margin-top: 5px;
  }
}
.p-top2 .l-container img {
	margin-top: 170px;
}
@media screen and (max-width: 767px) {
	.p-top2 .l-container img {
		margin-top: 45px;
	}
}
.p-top3 {
  padding: 167px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top3 {
    padding: 88px 0 0;
  }
}
.p-top3__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 968px) {
  .p-top3__inner {
    display: block;
  }
}
.p-top3__content {
  flex: 1;
  margin-left: 40px;
  max-width: 840px;
}
@media screen and (max-width: 968px) {
  .p-top3__content {
    max-width: inherit;
    margin-left: 0;
    margin-top: 35px;
  }
}
.p-top3 .c-title2 {
  margin-top: -4px;
}
.p-top3__txt {
  font-size: 1.6rem;
  letter-spacing: -0.32px;
  line-height: 28px;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .p-top3__txt {
    font-size: 1.5rem;
    letter-spacing: -0.3px;
    line-height: 26px;
    margin-top: 49px;
  }
}

.p-top4 {
  padding: 162px 0 162px;
}
@media screen and (max-width: 767px) {
  .p-top4 {
    padding: 58px 0 93px;
  }
}
.p-top4__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 968px) {
  .p-top4__inner {
    display: block;
  }
}
.p-top4__head {
  width: 240px;
}
@media screen and (max-width: 968px) {
  .p-top4__head {
    width: auto;
  }
}
.p-top4__txt {
  font-size: 1.6rem;
  letter-spacing: -0.32px;
  line-height: 26px;
  margin-top: 49px;
}
@media screen and (max-width: 968px) {
  .p-top4__txt br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top4__txt {
    font-size: 1.5rem;
    letter-spacing: -0.3px;
    line-height: 26px;
    margin-top: 37px;
  }
}
.p-top4__txt2 {
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: -0.28px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-top4__txt2 {
    font-size: 1.3rem;
    letter-spacing: -0.26px;
    margin-top: 7px;
  }
}
.p-top4__content {
  flex: 1;
  margin-left: 40px;
  max-width: 840px;
}
@media screen and (max-width: 968px) {
  .p-top4__content {
    margin-top: 32px;
    margin-left: 0;
    max-width: inherit;
  }
}
.p-top4 .c-title2 {
  margin-top: -4px;
}