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

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

.font {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.87;
  color: #000; }
  @media screen and (max-width: 749px) {
    .font {
      font-size: 1.3rem; } }

.central {
  display: flex;
  align-items: center;
  justify-content: center; }

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative; }

html {
  font-size: 62.5% !important;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  background: #FFF; }

.js-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  opacity: 1;
  background: #FFF; }

div,
main,
section {
  display: block;
  position: relative; }

h1,
h2 {
  position: relative; }

*:focus {
  outline: none; }

p {
  line-height: 1.75;
  text-align: justify; }
  p a {
    word-break: break-all; }

sup {
  vertical-align: super;
  font-size: 50%; }

em {
  font-weight: 700; }

b {
  font-weight: 700; }

a {
  cursor: pointer;
  transition: opacity 0.3s; }
  a.block {
    display: block; }

.opa {
  cursor: pointer;
  transition: 0.5s;
  opacity: 1; }
  .opa:hover {
    opacity: 0.5 !important; }

.scale {
  overflow: hidden;
  display: block; }
  .scale img {
    transition: transform 0.5s; }
  .scale:hover img {
    transform: scale(1.1); }

.underline {
  text-decoration: underline; }

figcaption,
small {
  font-size: 1.2rem; }
  @media screen and (max-width: 749px) {
    figcaption,
    small {
      font-size: 1.0rem; } }

figcaption {
  margin-top: 5px; }

.spaces {
  letter-spacing: 0.1em; }

.dash {
  letter-spacing: 0; }

@media screen and (min-width: 750px) {
  .block-inline {
    display: inline-block; } }

.center-m {
  margin-left: auto;
  margin-right: auto; }

.center {
  text-align: center; }

.left {
  text-align: left; }

@media screen and (max-width: 749px) {
  .sp-left {
    text-align: left !important; } }

.right {
  text-align: right; }

img.block {
  display: block; }

.w100 {
  width: 100% !important;
  display: block; }

.wh100 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom center;
  font-family: 'object-fit: cover; object-position: bottom center;'; }

.bg_white {
  background: #FFF !important; }

.bg_black {
  background: #000 !important; }

.bg_silver {
  background: #EFEFEF !important; }

.bg_green {
  background: #124100 !important; }

.bg_glass {
  background: #97C97D !important; }

.bdr_white {
  border: 1px solid #FFF !important; }

.bdr_black {
  border: 1px solid #000 !important; }

.bdr_silver {
  border: 1px solid #EFEFEF !important; }

.bdr_green {
  border: 1px solid #124100 !important; }

.bdr_glass {
  border: 1px solid #97C97D !important; }

.text_white {
  color: #FFF; }

.text_black {
  color: #000; }

.text_silver {
  color: #EFEFEF; }

.text_green {
  color: #124100; }

.text_glass {
  color: #97C97D; }

.hr_white {
  border-top: 1px solid #FFF; }

.hr_black {
  border-top: 1px solid #000; }

.hr_silver {
  border-top: 1px solid #EFEFEF; }

.hr_green {
  border-top: 1px solid #124100; }

.hr_glass {
  border-top: 1px solid #97C97D; }

.wrap100 {
  margin: auto;
  max-width: 100px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap100 {
      padding: 0 25px; } }

.wrap500 {
  margin: auto;
  max-width: 500px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap500 {
      padding: 0 25px; } }

.wrap600 {
  margin: auto;
  max-width: 600px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap600 {
      padding: 0 25px; } }

.wrap700 {
  margin: auto;
  max-width: 700px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap700 {
      padding: 0 25px; } }

.wrap800 {
  margin: auto;
  max-width: 800px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap800 {
      padding: 0 25px; } }

.wrap900 {
  margin: auto;
  max-width: 900px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap900 {
      padding: 0 25px; } }

.wrap990 {
  margin: auto;
  max-width: 990px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap990 {
      padding: 0 25px; } }

.wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1000 {
      padding: 0 25px; } }

.wrap1100 {
  margin: auto;
  max-width: 1100px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1100 {
      padding: 0 25px; } }

.wrap1200 {
  margin: auto;
  max-width: 1200px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1200 {
      padding: 0 25px; } }

.wrap1300 {
  margin: auto;
  max-width: 1300px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1300 {
      padding: 0 25px; } }

.wrap1400 {
  margin: auto;
  max-width: 1400px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1400 {
      padding: 0 25px; } }

.mt0 {
  display: block;
  margin-top: 0px !important; }
  @media screen and (max-width: 749px) {
    .mt0 {
      margin-top: 0px !important; } }

.mt5 {
  display: block;
  margin-top: 5px !important; }
  @media screen and (max-width: 749px) {
    .mt5 {
      margin-top: 2.5px !important; } }

.mt10 {
  display: block;
  margin-top: 10px !important; }
  @media screen and (max-width: 749px) {
    .mt10 {
      margin-top: 5px !important; } }

.mt15 {
  display: block;
  margin-top: 15px !important; }
  @media screen and (max-width: 749px) {
    .mt15 {
      margin-top: 7.5px !important; } }

.mt20 {
  display: block;
  margin-top: 20px !important; }
  @media screen and (max-width: 749px) {
    .mt20 {
      margin-top: 10px !important; } }

.mt25 {
  display: block;
  margin-top: 25px !important; }
  @media screen and (max-width: 749px) {
    .mt25 {
      margin-top: 12.5px !important; } }

.mt30 {
  display: block;
  margin-top: 30px !important; }
  @media screen and (max-width: 749px) {
    .mt30 {
      margin-top: 15px !important; } }

.mt40 {
  display: block;
  margin-top: 40px !important; }
  @media screen and (max-width: 749px) {
    .mt40 {
      margin-top: 20px !important; } }

.mt50 {
  display: block;
  margin-top: 50px !important; }
  @media screen and (max-width: 749px) {
    .mt50 {
      margin-top: 25px !important; } }

.mt60 {
  display: block;
  margin-top: 60px !important; }
  @media screen and (max-width: 749px) {
    .mt60 {
      margin-top: 30px !important; } }

.mt70 {
  display: block;
  margin-top: 70px !important; }
  @media screen and (max-width: 749px) {
    .mt70 {
      margin-top: 35px !important; } }

.mt80 {
  display: block;
  margin-top: 80px !important; }
  @media screen and (max-width: 749px) {
    .mt80 {
      margin-top: 40px !important; } }

.mt90 {
  display: block;
  margin-top: 90px !important; }
  @media screen and (max-width: 749px) {
    .mt90 {
      margin-top: 45px !important; } }

.mt100 {
  display: block;
  margin-top: 100px !important; }
  @media screen and (max-width: 749px) {
    .mt100 {
      margin-top: 50px !important; } }

.mt110 {
  display: block;
  margin-top: 110px !important; }
  @media screen and (max-width: 749px) {
    .mt110 {
      margin-top: 55px !important; } }

.mt120 {
  display: block;
  margin-top: 120px !important; }
  @media screen and (max-width: 749px) {
    .mt120 {
      margin-top: 60px !important; } }

.mt130 {
  display: block;
  margin-top: 130px !important; }
  @media screen and (max-width: 749px) {
    .mt130 {
      margin-top: 65px !important; } }

.mt140 {
  display: block;
  margin-top: 140px !important; }
  @media screen and (max-width: 749px) {
    .mt140 {
      margin-top: 70px !important; } }

.mt150 {
  display: block;
  margin-top: 150px !important; }
  @media screen and (max-width: 749px) {
    .mt150 {
      margin-top: 75px !important; } }

.mt160 {
  display: block;
  margin-top: 160px !important; }
  @media screen and (max-width: 749px) {
    .mt160 {
      margin-top: 80px !important; } }

.mt200 {
  display: block;
  margin-top: 200px !important; }
  @media screen and (max-width: 749px) {
    .mt200 {
      margin-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt0 {
    margin-top: 0px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt5 {
    margin-top: 5px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt10 {
    margin-top: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt15 {
    margin-top: 15px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt20 {
    margin-top: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt25 {
    margin-top: 25px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt30 {
    margin-top: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt40 {
    margin-top: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt50 {
    margin-top: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt60 {
    margin-top: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt70 {
    margin-top: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt80 {
    margin-top: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt90 {
    margin-top: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt100 {
    margin-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt110 {
    margin-top: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt120 {
    margin-top: 120px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt130 {
    margin-top: 130px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt140 {
    margin-top: 140px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt150 {
    margin-top: 150px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt160 {
    margin-top: 160px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt200 {
    margin-top: 200px !important; } }

.pt0 {
  display: block;
  padding-top: 0px !important; }
  @media screen and (max-width: 749px) {
    .pt0 {
      padding-top: 0px !important; } }

.pt5 {
  display: block;
  padding-top: 5px !important; }
  @media screen and (max-width: 749px) {
    .pt5 {
      padding-top: 2.5px !important; } }

.pt10 {
  display: block;
  padding-top: 10px !important; }
  @media screen and (max-width: 749px) {
    .pt10 {
      padding-top: 5px !important; } }

.pt15 {
  display: block;
  padding-top: 15px !important; }
  @media screen and (max-width: 749px) {
    .pt15 {
      padding-top: 7.5px !important; } }

.pt20 {
  display: block;
  padding-top: 20px !important; }
  @media screen and (max-width: 749px) {
    .pt20 {
      padding-top: 10px !important; } }

.pt25 {
  display: block;
  padding-top: 25px !important; }
  @media screen and (max-width: 749px) {
    .pt25 {
      padding-top: 12.5px !important; } }

.pt30 {
  display: block;
  padding-top: 30px !important; }
  @media screen and (max-width: 749px) {
    .pt30 {
      padding-top: 15px !important; } }

.pt40 {
  display: block;
  padding-top: 40px !important; }
  @media screen and (max-width: 749px) {
    .pt40 {
      padding-top: 20px !important; } }

.pt50 {
  display: block;
  padding-top: 50px !important; }
  @media screen and (max-width: 749px) {
    .pt50 {
      padding-top: 25px !important; } }

.pt60 {
  display: block;
  padding-top: 60px !important; }
  @media screen and (max-width: 749px) {
    .pt60 {
      padding-top: 30px !important; } }

.pt70 {
  display: block;
  padding-top: 70px !important; }
  @media screen and (max-width: 749px) {
    .pt70 {
      padding-top: 35px !important; } }

.pt80 {
  display: block;
  padding-top: 80px !important; }
  @media screen and (max-width: 749px) {
    .pt80 {
      padding-top: 40px !important; } }

.pt90 {
  display: block;
  padding-top: 90px !important; }
  @media screen and (max-width: 749px) {
    .pt90 {
      padding-top: 45px !important; } }

.pt100 {
  display: block;
  padding-top: 100px !important; }
  @media screen and (max-width: 749px) {
    .pt100 {
      padding-top: 50px !important; } }

.pt110 {
  display: block;
  padding-top: 110px !important; }
  @media screen and (max-width: 749px) {
    .pt110 {
      padding-top: 55px !important; } }

.pt120 {
  display: block;
  padding-top: 120px !important; }
  @media screen and (max-width: 749px) {
    .pt120 {
      padding-top: 60px !important; } }

.pt130 {
  display: block;
  padding-top: 130px !important; }
  @media screen and (max-width: 749px) {
    .pt130 {
      padding-top: 65px !important; } }

.pt140 {
  display: block;
  padding-top: 140px !important; }
  @media screen and (max-width: 749px) {
    .pt140 {
      padding-top: 70px !important; } }

.pt150 {
  display: block;
  padding-top: 150px !important; }
  @media screen and (max-width: 749px) {
    .pt150 {
      padding-top: 75px !important; } }

.pt160 {
  display: block;
  padding-top: 160px !important; }
  @media screen and (max-width: 749px) {
    .pt160 {
      padding-top: 80px !important; } }

.pt200 {
  display: block;
  padding-top: 200px !important; }
  @media screen and (max-width: 749px) {
    .pt200 {
      padding-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt0 {
    padding-top: 0px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt5 {
    padding-top: 5px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt10 {
    padding-top: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt15 {
    padding-top: 15px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt20 {
    padding-top: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt25 {
    padding-top: 25px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt30 {
    padding-top: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt40 {
    padding-top: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt50 {
    padding-top: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt60 {
    padding-top: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt70 {
    padding-top: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt80 {
    padding-top: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt90 {
    padding-top: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt100 {
    padding-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt110 {
    padding-top: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt120 {
    padding-top: 120px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt130 {
    padding-top: 130px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt140 {
    padding-top: 140px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt150 {
    padding-top: 150px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt160 {
    padding-top: 160px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt200 {
    padding-top: 200px !important; } }

.pb0 {
  display: block;
  padding-bottom: 0px !important; }
  @media screen and (max-width: 749px) {
    .pb0 {
      padding-bottom: 0px !important; } }

.pb5 {
  display: block;
  padding-bottom: 5px !important; }
  @media screen and (max-width: 749px) {
    .pb5 {
      padding-bottom: 2.5px !important; } }

.pb10 {
  display: block;
  padding-bottom: 10px !important; }
  @media screen and (max-width: 749px) {
    .pb10 {
      padding-bottom: 5px !important; } }

.pb15 {
  display: block;
  padding-bottom: 15px !important; }
  @media screen and (max-width: 749px) {
    .pb15 {
      padding-bottom: 7.5px !important; } }

.pb20 {
  display: block;
  padding-bottom: 20px !important; }
  @media screen and (max-width: 749px) {
    .pb20 {
      padding-bottom: 10px !important; } }

.pb25 {
  display: block;
  padding-bottom: 25px !important; }
  @media screen and (max-width: 749px) {
    .pb25 {
      padding-bottom: 12.5px !important; } }

.pb30 {
  display: block;
  padding-bottom: 30px !important; }
  @media screen and (max-width: 749px) {
    .pb30 {
      padding-bottom: 15px !important; } }

.pb40 {
  display: block;
  padding-bottom: 40px !important; }
  @media screen and (max-width: 749px) {
    .pb40 {
      padding-bottom: 20px !important; } }

.pb50 {
  display: block;
  padding-bottom: 50px !important; }
  @media screen and (max-width: 749px) {
    .pb50 {
      padding-bottom: 25px !important; } }

.pb60 {
  display: block;
  padding-bottom: 60px !important; }
  @media screen and (max-width: 749px) {
    .pb60 {
      padding-bottom: 30px !important; } }

.pb70 {
  display: block;
  padding-bottom: 70px !important; }
  @media screen and (max-width: 749px) {
    .pb70 {
      padding-bottom: 35px !important; } }

.pb80 {
  display: block;
  padding-bottom: 80px !important; }
  @media screen and (max-width: 749px) {
    .pb80 {
      padding-bottom: 40px !important; } }

.pb90 {
  display: block;
  padding-bottom: 90px !important; }
  @media screen and (max-width: 749px) {
    .pb90 {
      padding-bottom: 45px !important; } }

.pb100 {
  display: block;
  padding-bottom: 100px !important; }
  @media screen and (max-width: 749px) {
    .pb100 {
      padding-bottom: 50px !important; } }

.pb110 {
  display: block;
  padding-bottom: 110px !important; }
  @media screen and (max-width: 749px) {
    .pb110 {
      padding-bottom: 55px !important; } }

.pb120 {
  display: block;
  padding-bottom: 120px !important; }
  @media screen and (max-width: 749px) {
    .pb120 {
      padding-bottom: 60px !important; } }

.pb130 {
  display: block;
  padding-bottom: 130px !important; }
  @media screen and (max-width: 749px) {
    .pb130 {
      padding-bottom: 65px !important; } }

.pb140 {
  display: block;
  padding-bottom: 140px !important; }
  @media screen and (max-width: 749px) {
    .pb140 {
      padding-bottom: 70px !important; } }

.pb150 {
  display: block;
  padding-bottom: 150px !important; }
  @media screen and (max-width: 749px) {
    .pb150 {
      padding-bottom: 75px !important; } }

.pb160 {
  display: block;
  padding-bottom: 160px !important; }
  @media screen and (max-width: 749px) {
    .pb160 {
      padding-bottom: 80px !important; } }

.pb200 {
  display: block;
  padding-bottom: 200px !important; }
  @media screen and (max-width: 749px) {
    .pb200 {
      padding-bottom: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb0 {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb5 {
    padding-bottom: 5px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb10 {
    padding-bottom: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb15 {
    padding-bottom: 15px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb20 {
    padding-bottom: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb25 {
    padding-bottom: 25px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb30 {
    padding-bottom: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb40 {
    padding-bottom: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb50 {
    padding-bottom: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb60 {
    padding-bottom: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb70 {
    padding-bottom: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb80 {
    padding-bottom: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb90 {
    padding-bottom: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb100 {
    padding-bottom: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb110 {
    padding-bottom: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb120 {
    padding-bottom: 120px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb130 {
    padding-bottom: 130px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb140 {
    padding-bottom: 140px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb150 {
    padding-bottom: 150px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb160 {
    padding-bottom: 160px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb200 {
    padding-bottom: 200px !important; } }

.p0 {
  padding: 0px !important; }
  @media screen and (max-width: 749px) {
    .p0 {
      padding: 0px !important; } }

.p5 {
  padding: 5px !important; }
  @media screen and (max-width: 749px) {
    .p5 {
      padding: 2.5px !important; } }

.p10 {
  padding: 10px !important; }
  @media screen and (max-width: 749px) {
    .p10 {
      padding: 5px !important; } }

.p15 {
  padding: 15px !important; }
  @media screen and (max-width: 749px) {
    .p15 {
      padding: 7.5px !important; } }

.p20 {
  padding: 20px !important; }
  @media screen and (max-width: 749px) {
    .p20 {
      padding: 10px !important; } }

.p25 {
  padding: 25px !important; }
  @media screen and (max-width: 749px) {
    .p25 {
      padding: 12.5px !important; } }

.p30 {
  padding: 30px !important; }
  @media screen and (max-width: 749px) {
    .p30 {
      padding: 15px !important; } }

.p40 {
  padding: 40px !important; }
  @media screen and (max-width: 749px) {
    .p40 {
      padding: 20px !important; } }

.p50 {
  padding: 50px !important; }
  @media screen and (max-width: 749px) {
    .p50 {
      padding: 25px !important; } }

.p60 {
  padding: 60px !important; }
  @media screen and (max-width: 749px) {
    .p60 {
      padding: 30px !important; } }

.p70 {
  padding: 70px !important; }
  @media screen and (max-width: 749px) {
    .p70 {
      padding: 35px !important; } }

.p80 {
  padding: 80px !important; }
  @media screen and (max-width: 749px) {
    .p80 {
      padding: 40px !important; } }

.p90 {
  padding: 90px !important; }
  @media screen and (max-width: 749px) {
    .p90 {
      padding: 45px !important; } }

.p100 {
  padding: 100px !important; }
  @media screen and (max-width: 749px) {
    .p100 {
      padding: 50px !important; } }

.p110 {
  padding: 110px !important; }
  @media screen and (max-width: 749px) {
    .p110 {
      padding: 55px !important; } }

.p120 {
  padding: 120px !important; }
  @media screen and (max-width: 749px) {
    .p120 {
      padding: 60px !important; } }

.p130 {
  padding: 130px !important; }
  @media screen and (max-width: 749px) {
    .p130 {
      padding: 65px !important; } }

.p140 {
  padding: 140px !important; }
  @media screen and (max-width: 749px) {
    .p140 {
      padding: 70px !important; } }

.p150 {
  padding: 150px !important; }
  @media screen and (max-width: 749px) {
    .p150 {
      padding: 75px !important; } }

.p160 {
  padding: 160px !important; }
  @media screen and (max-width: 749px) {
    .p160 {
      padding: 80px !important; } }

.p200 {
  padding: 200px !important; }
  @media screen and (max-width: 749px) {
    .p200 {
      padding: 100px !important; } }

.flex {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start; }
  @media screen and (max-width: 749px) {
    .flex {
      flex-wrap: wrap;
      justify-content: center; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg10 > * {
      margin-right: 10px; }
      .flex.f-mg10 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg10 > * {
      width: 100%;
      margin-bottom: calc(10px / 2); }
      .flex.f-mg10 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg10.col2 > * {
      width: calc((100% - 10px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg10.col3 > * {
      width: calc((100% - (2*10px)) / 3); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg30 > * {
      margin-right: 30px; }
      .flex.f-mg30 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg30 > * {
      width: 100%;
      margin-bottom: calc(30px / 2); }
      .flex.f-mg30 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg30.col2 > * {
      width: calc((100% - 30px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg30.col3 > * {
      width: calc((100% - (2*30px)) / 3); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg40 > * {
      margin-right: 40px; }
      .flex.f-mg40 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg40 > * {
      width: 100%;
      margin-bottom: calc(40px / 2); }
      .flex.f-mg40 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg40.col2 > * {
      width: calc((100% - 40px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg40.col3 > * {
      width: calc((100% - (2*40px)) / 3); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg60 > * {
      margin-right: 60px; }
      .flex.f-mg60 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg60 > * {
      width: 100%;
      margin-bottom: calc(60px / 2); }
      .flex.f-mg60 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg60.col2 > * {
      width: calc((100% - 60px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg60.col3 > * {
      width: calc((100% - (2*60px)) / 3); } }

.fadein {
  opacity: 0;
  z-index: 1; }

.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  visibility: visible !important; }

@keyframes fadeInUp {
  from {
    transform: translateY(55px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.fadeInUp2 {
  animation-name: fadeInUp2;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  visibility: visible !important; }

@keyframes fadeInUp2 {
  from {
    margin-top: 30px;
    opacity: 0; }
  to {
    margin-top: 0px;
    opacity: 1; } }

.movie {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  .movieFrame {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }

.p-index {
  padding-bottom: 150px; }
  @media screen and (max-width: 749px) {
    .p-index {
      padding-bottom: 75px; } }
  .p-index::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3054px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(223, 244, 255, 0.53) 14%, #c2ebff 60%);
    z-index: -1; }
  .p-index .sec .inner {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 749px) {
      .p-index .sec .inner {
        max-width: 100%;
        padding: 0 12px; } }
    .p-index .sec .inner.text {
      max-width: 940px;
      z-index: 2; }
      .p-index .sec .inner.text + .inner {
        margin-top: 108px; }
        @media screen and (max-width: 749px) {
          .p-index .sec .inner.text + .inner {
            margin-top: 50px; } }
      .p-index .sec .inner.text p span {
        color: #2359A0;
        font-weight: bold; }
  .p-index .mv {
    height: 800px;
    background: url(../img/mv.jpg) no-repeat center;
    background-size: cover;
    object-fit: cover;
    max-width: 1720px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 749px) {
      .p-index .mv {
        max-width: 100%;
        height: 295px;
        background: url(../img/mv_sp.jpg) no-repeat center;
        background-size: cover; } }
    .p-index .mv::before {
      content: "";
      width: 100vw;
      height: 300px;
      background-color: #EEE3BF;
      position: absolute;
      bottom: -57px;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1; }
      @media screen and (max-width: 749px) {
        .p-index .mv::before {
          content: none; } }
  .p-index .lead {
    position: relative;
    margin-top: -166px; }
    @media screen and (max-width: 749px) {
      .p-index .lead {
        margin-top: -32px; } }
    .p-index .lead .inner {
      max-width: 100%;
      padding: 0; }
      @media screen and (max-width: 749px) {
        .p-index .lead .inner {
          padding: 0 12px; } }
    .p-index .lead_flex {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      max-width: 1160px;
      margin: 0 auto;
      padding: 0 30px;
      z-index: 4; }
      @media screen and (max-width: 1100px) {
        .p-index .lead_flex {
          display: block; } }
      @media screen and (max-width: 749px) {
        .p-index .lead_flex {
          padding: 0; } }
      .p-index .lead_flex_text {
        width: calc(100% - 742px);
        margin-bottom: 90px;
        padding: 0 18px;
        border-left: 1px solid #2359A0;
        border-right: 1px solid #2359A0;
        color: #2359A0;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal; }
        @media screen and (max-width: 1100px) {
          .p-index .lead_flex_text {
            width: 100%;
            max-width: 358px;
            margin: 30px auto; } }
        .p-index .lead_flex_text_head {
          margin-bottom: 11px;
          font-size: 2rem;
          text-align: center;
          margin-top: -6px; }
        .p-index .lead_flex_text_body {
          font-size: 1rem;
          line-height: 1.5; }
    .p-index .lead_box {
      width: 712px;
      padding-top: 58px;
      padding-bottom: 32px;
      background-color: rgba(35, 90, 160, 0.9); }
      @media screen and (max-width: 749px) {
        .p-index .lead_box {
          width: 100%;
          padding: 28px 15px 20px; } }
      .p-index .lead_box_award {
        position: absolute;
        top: -34px;
        left: -30px;
        width: 204px;
        z-index: 5; }
        @media screen and (max-width: 749px) {
          .p-index .lead_box_award {
            top: 6px;
            left: 0;
            width: 107px; } }
      .p-index .lead_box_subTitle {
        position: relative;
        width: 462px;
        margin-left: 180px; }
        @media screen and (max-width: 749px) {
          .p-index .lead_box_subTitle {
            width: 188px;
            margin-left: 113px; } }
        .p-index .lead_box_subTitle::before {
          content: "";
          position: absolute;
          inset: 0 -6px 0 auto;
          width: 100vw;
          height: 54px;
          margin: auto;
          background-color: #CAB600; }
          @media screen and (max-width: 749px) {
            .p-index .lead_box_subTitle::before {
              right: -16px;
              height: 55px; } }
      .p-index .lead_box_title {
        width: 564px;
        margin-top: 60px;
        margin-left: 74px; }
        @media screen and (max-width: 749px) {
          .p-index .lead_box_title {
            width: 100%;
            max-width: 320px;
            margin: 48px 0 20px; } }
      .p-index .lead_box_text {
        margin: 16px 74px 0;
        color: #FFF;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.785; }
        @media screen and (max-width: 749px) {
          .p-index .lead_box_text {
            margin: 0; } }
        .p-index .lead_box_text sub {
          font-size: 1.0rem; }
    .p-index .lead_img {
      position: relative;
      max-width: 1100px;
      margin: -60px auto 0; }
      @media screen and (max-width: 1100px) {
        .p-index .lead_img {
          margin-top: 0; } }
  .p-index .contents h2 {
    position: relative;
    margin-top: 95px;
    margin-bottom: 49px;
    padding-bottom: 55px;
    color: #2359A0;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.7; }
    @media screen and (max-width: 749px) {
      .p-index .contents h2 {
        margin-top: 50px;
        margin-bottom: 25px;
        padding-bottom: 25px;
        font-size: 2.4rem; } }
    .p-index .contents h2::after {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      width: 100%;
      max-width: 620px;
      height: 3px;
      margin: auto;
      background: url(../img/border.svg) no-repeat center;
      background-size: cover; }
    .p-index .contents h2 sub {
      font-size: 2.2rem; }
      @media screen and (max-width: 749px) {
        .p-index .contents h2 sub {
          font-size: 1.4rem; } }
    .p-index .contents h2 span {
      font-size: 2.2rem; }
      @media screen and (max-width: 749px) {
        .p-index .contents h2 span {
          font-size: 1.4rem; } }
  .p-index .contents h3 {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 12px 25px;
    border-radius: 50px;
    background-color: #2359A0;
    color: #FFF;
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2; }
    @media screen and (max-width: 749px) {
      .p-index .contents h3 {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 1.8rem; } }
    .p-index .contents h3 span {
      color: #CAB600; }
    .p-index .contents h3 sub {
      font-size: 1.2rem; }
  .p-index .contents p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875; }
    @media screen and (max-width: 749px) {
      .p-index .contents p {
        font-size: 1.4rem; } }
    .p-index .contents p sub {
      font-size: 1.0rem; }
  .p-index .contents .note {
    display: block;
    font-size: 1.4rem;
    margin-top: 30px; }
    @media screen and (max-width: 749px) {
      .p-index .contents .note {
        font-size: 1.2rem;
        margin-top: 15px; } }
  .p-index .contents figure {
    margin-bottom: 50px; }
    @media screen and (max-width: 749px) {
      .p-index .contents figure {
        margin-bottom: 25px; } }
    .p-index .contents figure img {
      max-width: 700px;
      margin: 0 auto; }
    .p-index .contents figure figcaption {
      margin-top: 50px;
      font-size: 1.4rem;
      line-height: 1.571; }
      @media screen and (max-width: 749px) {
        .p-index .contents figure figcaption {
          margin-top: 25px;
          font-size: 1.2rem; } }
      .p-index .contents figure figcaption sub {
        font-size: 1.0rem; }
  .p-index .contents .decoration {
    position: relative;
    margin: 100px 0; }
    @media screen and (max-width: 749px) {
      .p-index .contents .decoration {
        margin: 50px 0; } }
    .p-index .contents .decoration::before, .p-index .contents .decoration::after {
      content: "";
      position: absolute;
      z-index: -1; }
    .p-index .contents .decoration::before {
      top: -149px;
      right: 0;
      width: 730px;
      height: 265px;
      background: url(../img/decoration_01.svg) no-repeat center;
      background-size: 100% auto; }
      @media screen and (max-width: 749px) {
        .p-index .contents .decoration::before {
          top: -50px;
          width: 250px;
          height: 91px; } }
    .p-index .contents .decoration::after {
      bottom: -35px;
      left: 0;
      width: 730px;
      height: 70px;
      background: url(../img/decoration_02.svg) no-repeat center;
      background-size: 100% auto; }
      @media screen and (max-width: 749px) {
        .p-index .contents .decoration::after {
          bottom: -15px;
          width: 250px;
          height: 24px; } }
  .p-index .contents .profile {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 100px;
    padding: 30px 100px;
    border: 1px solid #2359A0;
    background-color: #E0F8FD; }
    @media screen and (max-width: 749px) {
      .p-index .contents .profile {
        flex-direction: column;
        gap: 20px;
        margin-top: 50px;
        padding: 15px 20px; } }
    .p-index .contents .profile_img {
      width: 200px; }
    .p-index .contents .profile_text {
      width: calc(100% - 240px); }
      @media screen and (max-width: 749px) {
        .p-index .contents .profile_text {
          width: 100%; } }
      .p-index .contents .profile_text_head {
        display: flex;
        align-items: center;
        gap: 0 10px; }
        @media screen and (max-width: 749px) {
          .p-index .contents .profile_text_head {
            flex-wrap: wrap; } }
        .p-index .contents .profile_text_head .name {
          font-size: 2rem;
          font-weight: 400;
          line-height: 1.2; }
          .p-index .contents .profile_text_head .name span {
            font-size: 3rem; }
      .p-index .contents .profile_text_body {
        margin-top: 16px; }
        @media screen and (max-width: 749px) {
          .p-index .contents .profile_text_body {
            margin-top: 8px; } }
        .p-index .contents .profile_text_body p {
          font-size: 1.4rem; }
  .p-index .contents .brand {
    margin-top: 100px; }
    @media screen and (max-width: 749px) {
      .p-index .contents .brand {
        margin-top: 50px; } }
    .p-index .contents .brand .brand_text {
      font-size: 1.4rem;
      font-weight: bold;
      letter-spacing: -0.02em;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      margin-bottom: 20px; }
      .p-index .contents .brand .brand_text img {
        display: block;
        width: 20px;
        height: 11px; }
    .p-index .contents .brand a {
      display: block;
      width: 100%;
      max-width: 378px;
      margin: 0 auto; }
      @media screen and (max-width: 749px) {
        .p-index .contents .brand a {
          max-width: 300px; } }
  .p-index .contents .logo {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px; }
    @media screen and (max-width: 749px) {
      .p-index .contents .logo {
        gap: 15px;
        margin-top: 25px; } }
    .p-index .contents .logo_item:first-child {
      max-width: 149px; }
    .p-index .contents .logo_item:last-child {
      max-width: 169px; }

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }
  .l-header__inner {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 749px) {
      .l-header__inner {
        padding: 6px 7px 0 10px; } }
  .l-header__logo {
    width: 150px;
    display: block; }
    @media screen and (max-width: 749px) {
      .l-header__logo {
        width: 70px; } }
  .l-header__share {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .l-header__share--title {
      font-size: 1.0rem;
      color: #000; }
    .l-header__share--link {
      cursor: pointer;
      opacity: 1;
      transition: opacity 0.5s;
      width: 30px; }
      @media screen and (max-width: 749px) {
        .l-header__share--link {
          width: 25px; } }
      .l-header__share--link:hover {
        opacity: 0.5; }
      .l-header__share--link-fb {
        margin-left: 17px; }
        @media screen and (max-width: 749px) {
          .l-header__share--link-fb {
            margin-left: 10px; } }
      .l-header__share--link-tw {
        margin-left: 10px; }
    .l-header__share--credit {
      margin-left: auto;
      font-size: 1.2rem;
      font-weight: 500;
      text-align: right;
      line-height: 1.666; }
      @media screen and (max-width: 749px) {
        .l-header__share--credit {
          font-size: 1.0rem;
          line-height: 1.2; } }

.l-footer__inner {
  background: #2359A0;
  color: #FFF;
  padding: 30px 0; }

.l-footer__scroller {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto;
  transform: rotate(45deg); }

.l-footer__copy-right--text {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 749px) {
    .l-footer__copy-right--text {
      font-size: 1rem; } }
