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

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

.font, body {
  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, body {
      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: auto;
  min-height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  height: auto;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  background: #FFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-image: url("../img/article/article_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #333333;
  font-size: 2.0rem;
  line-height: 2; }
  @media screen and (min-width: 2970px) {
    body {
      background-size: cover; } }
  @media screen and (max-width: 749px) {
    body {
      background-image: url("../img/article/article_bg_sp.jpg"); } }

a {
  color: inherit; }

.opa {
  transition: opacity 0.3s; }
  .opa:hover {
    opacity: 0.8; }

.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 {
  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; }

.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; } }

.inner {
  width: 100%;
  max-width: 1044px;
  padding: 0 22px;
  box-sizing: border-box;
  margin: 0 auto; }
  @media screen and (max-width: 749px) {
    .inner {
      max-width: 100%; } }

.hdg2 {
  font-size: 7.0rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-left: 20px; }
  @media screen and (max-width: 749px) {
    .hdg2 {
      font-size: 4.0rem;
      padding-left: 18px;
      line-height: 1.25; } }
  .hdg2::before {
    content: "";
    display: block;
    width: 10px;
    height: 80px;
    border-radius: 5px;
    background-color: #C4D700;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 749px) {
      .hdg2::before {
        height: 50px; } }
  .hdg2 span {
    font-size: 4.0rem; }
    @media screen and (max-width: 749px) {
      .hdg2 span {
        font-size: 1.8rem; } }

.btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 370px;
  border-radius: 300px;
  background-color: #FABF13;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  font-weight: 900;
  position: relative;
  padding: 5px 20px;
  cursor: pointer; }
  .btn::before {
    content: "";
    width: 9px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background-image: url("../img/btn_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat; }

.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%; }

/* -----------

mv

----------- */
.mv {
  width: 100%;
  margin: 76px auto 0;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 749px) {
    .mv {
      margin-top: 42px; } }
  .mv .swiper {
    position: relative;
    max-width: 2700px;
    margin: 0 auto;
    padding-bottom: 8px; }
    @media screen and (max-width: 749px) {
      .mv .swiper {
        max-width: 100%;
        padding-bottom: 85px; } }
    .mv .swiper_arrows {
      position: static; }
    .mv .swiper_arrow {
      position: absolute;
      top: calc(50% - 8px);
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      width: 100px;
      height: 100px;
      filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
      z-index: 99; }
      @media screen and (max-width: 749px) {
        .mv .swiper_arrow {
          top: initial;
          left: initial;
          bottom: -28px;
          width: 70px;
          height: 70px; } }
      .mv .swiper_arrow.prev {
        left: calc(50% - 279px); }
        @media screen and (max-width: 749px) {
          .mv .swiper_arrow.prev {
            left: 43px; } }
      .mv .swiper_arrow.next {
        left: calc(50% + 279px); }
        @media screen and (max-width: 749px) {
          .mv .swiper_arrow.next {
            left: initial;
            right: -28px; } }
    .mv .swiper_pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      margin-top: 64px; }
      @media screen and (max-width: 749px) {
        .mv .swiper_pagination {
          margin-top: -40px;
          gap: 4px;
          padding: 0 80px; } }
      .mv .swiper_pagination span {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #ffffff;
        opacity: 1; }
        @media screen and (max-width: 749px) {
          .mv .swiper_pagination span {
            width: 16px;
            height: 16px; } }
        .mv .swiper_pagination span.swiper-pagination-bullet-active {
          background-color: #FABF13; }
  .mv .item {
    display: block;
    width: 500px;
    border-radius: 20px;
    position: relative;
    margin: 0 25px;
    position: relative;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden; }
    @media screen and (max-width: 749px) {
      .mv .item {
        width: calc(100% - 15px);
        margin: 7.5px; } }
    .mv .item a {
      display: block;
      width: 100%; }
  .mv img {
    display: block;
    width: 100%; }
  .mv .item_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 74px;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0; }
    @media screen and (max-width: 749px) {
      .mv .item_text {
        bottom: 7px;
        padding: 0 37px; } }

/* -----------

intro

----------- */
.intro {
  background-image: url("../img/intro_bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 425px 0 84px;
  margin-top: -334px;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 2891px) {
    .intro {
      background-size: cover; } }
  @media screen and (max-width: 749px) {
    .intro {
      background-image: url("../img/intro_bg_sp.png");
      margin-top: -251px;
      padding: 298px 0 40px;
      background-size: cover; } }
  .intro .inner {
    max-width: 797px; }
    @media screen and (max-width: 749px) {
      .intro .inner {
        max-width: 100%;
        padding: 0 17px; } }
  .intro_title {
    font-size: 4.4rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 45px; }
    @media screen and (max-width: 749px) {
      .intro_title {
        font-size: 3.6rem;
        line-height: 1.38888;
        margin-bottom: 26px; } }

/* -----------

container

----------- */
.container {
  margin-top: 220px; }
  @media screen and (max-width: 749px) {
    .container {
      margin-top: 48px; } }
  .container .box {
    position: relative; }

/* -----------

message

----------- */
.message .hdg2 {
  margin-bottom: 45px; }
  @media screen and (max-width: 749px) {
    .message .hdg2 {
      margin-bottom: 33px; } }

.message_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 19px; }
  @media screen and (max-width: 749px) {
    .message_item {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 31px; } }
  .message_item img {
    display: block;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    width: 220px; }
  .message_item_box small {
    display: block;
    font-size: 1.6rem;
    margin-top: 10px;
    font-weight: bold; }

.message::before {
  content: "";
  display: block;
  width: 609px;
  height: 256px;
  background-image: url("../img/message_bg_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -122px;
  right: -252px;
  z-index: -1; }
  @media screen and (max-width: 749px) {
    .message::before {
      content: none; } }

.message .btn {
  max-width: 250px;
  margin-top: 50px; }
  @media screen and (max-width: 749px) {
    .message .btn {
      margin-top: 30px; } }
  .message .btn::before {
    background-image: url("../img/modal_btn_icon.svg");
    width: 17px;
    height: 17px;
    right: 20px; }

/* -----------

about

----------- */
.about {
  margin-top: 235px; }
  @media screen and (max-width: 749px) {
    .about {
      margin-top: 101px; } }
  .about .hdg2 {
    margin-bottom: 56px; }
    @media screen and (max-width: 749px) {
      .about .hdg2 {
        margin-bottom: 34px; } }
  .about p {
    margin-bottom: 68px; }
    @media screen and (max-width: 749px) {
      .about p {
        margin-bottom: 30px; } }
  .about .about_video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    @media screen and (max-width: 749px) {
      .about .about_video {
        width: calc(100% + 44px);
        margin-left: -22px;
        margin-right: -22px;
        padding-top: 63.473%; } }
    .about .about_video iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .about::before {
    content: "";
    display: block;
    width: 1302px;
    height: 862px;
    background-image: url("../img/about_bg_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -237px;
    right: -899px;
    z-index: -1; }
    @media screen and (max-width: 749px) {
      .about::before {
        width: 700px;
        height: 463px;
        background-image: url("../img/about_bg_01_sp.png");
        top: -179px;
        right: -289px; } }
  .about::after {
    content: "";
    display: block;
    width: 790px;
    height: 418px;
    background-image: url("../img/about_bg_02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -283px;
    left: -404px;
    z-index: -1; }
    @media screen and (max-width: 749px) {
      .about::after {
        content: none; } }

/* -----------

checklist

----------- */
.checklist {
  margin-top: 155px; }
  @media screen and (max-width: 749px) {
    .checklist {
      margin-top: 99px; } }
  .checklist .hdg2 {
    margin-bottom: 55px; }
    @media screen and (max-width: 749px) {
      .checklist .hdg2 {
        margin-bottom: 23px; } }
    @media screen and (max-width: 749px) {
      .checklist .hdg2::before {
        height: 84px; } }
  .checklist p {
    margin-bottom: 50px; }
    @media screen and (max-width: 749px) {
      .checklist p {
        margin-bottom: 30px; } }
  .checklist::before {
    content: "";
    display: block;
    width: 790px;
    height: 315px;
    background-image: url("../img/check_bg_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -234px;
    right: -378px;
    z-index: -1; }
    @media screen and (max-width: 749px) {
      .checklist::before {
        content: none; } }

/* -----------

hrt

----------- */
.hrt {
  margin-top: 199px; }
  @media screen and (max-width: 749px) {
    .hrt {
      margin-top: 99px; } }
  .hrt .hdg2 {
    margin-bottom: 54px; }
    @media screen and (max-width: 749px) {
      .hrt .hdg2 {
        margin-bottom: 23px; } }
    @media screen and (max-width: 749px) {
      .hrt .hdg2::before {
        height: 84px; } }
  .hrt::before {
    content: "";
    display: block;
    width: 938px;
    height: 1366px;
    background-image: url("../img/hrt_bg_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -586px;
    left: -761px;
    z-index: -1; }
    @media screen and (max-width: 749px) {
      .hrt::before {
        content: none; } }
  .hrt::after {
    content: "";
    display: block;
    width: 1180px;
    height: 315px;
    background-image: url("../img/hrt_bg_02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -700px;
    left: -396px;
    z-index: -1; }
    @media screen and (max-width: 749px) {
      .hrt::after {
        content: none; } }

/* -----------

member

----------- */
.member {
  margin-top: 186px; }
  @media screen and (max-width: 749px) {
    .member {
      margin-top: 99px; } }
  .member .hdg2 {
    margin-bottom: 54px; }
    @media screen and (max-width: 749px) {
      .member .hdg2 {
        margin-bottom: 23px; } }
    @media screen and (max-width: 749px) {
      .member .hdg2::before {
        height: 84px; } }
  .member .member_swiper {
    position: relative;
    padding-bottom: 8px; }
    @media screen and (max-width: 749px) {
      .member .member_swiper {
        padding: 0 4px 8px; } }
    .member .member_swiper_box {
      padding: 0 80px;
      margin: 70px auto 0; }
      @media screen and (max-width: 749px) {
        .member .member_swiper_box {
          margin-top: 50px;
          padding: 0 36.5px; } }
    .member .member_swiper_arrows {
      position: static; }
    .member .member_swiper_arrow {
      position: absolute;
      top: 20%;
      z-index: 2;
      width: 100px;
      filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)); }
      @media screen and (max-width: 749px) {
        .member .member_swiper_arrow {
          width: 80px; } }
      .member .member_swiper_arrow img {
        display: block;
        width: 100%; }
      .member .member_swiper_arrow.prev {
        left: 0; }
      .member .member_swiper_arrow.next {
        right: 0; }
  .member .member_list li {
    display: block;
    width: 100%; }
    .member .member_list li img {
      display: block;
      width: 100%;
      filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
      margin-bottom: 15px; }
    .member .member_list li .member_name {
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.875;
      margin-bottom: 15px; }
    .member .member_list li .btn {
      max-width: 250px; }
      .member .member_list li .btn::before {
        background-image: url("../img/modal_btn_icon.svg");
        width: 17px;
        height: 17px;
        right: 20px; }
  .member .member_list .btn {
    padding: 13px 40px;
    line-height: 1.2; }
  .member::before {
    content: "";
    display: block;
    width: 833px;
    height: 311px;
    background-image: url("../img/member_bg_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -279px;
    right: -401px;
    z-index: -1; }
    @media screen and (max-width: 749px) {
      .member::before {
        content: none; } }

/* -----------

interview

----------- */
.interview {
  margin-top: 176px; }
  @media screen and (max-width: 749px) {
    .interview {
      margin-top: 99px; } }
  .interview::before {
    content: "";
    display: block;
    width: 791px;
    height: 315px;
    background-image: url("../img/interview_bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -200px;
    left: -326px;
    z-index: -1; }
    @media screen and (max-width: 749px) {
      .interview::before {
        content: none; } }
  .interview .hdg2 {
    margin-bottom: 45px; }
    @media screen and (max-width: 749px) {
      .interview .hdg2 {
        margin-bottom: 23px; } }
    @media screen and (max-width: 749px) {
      .interview .hdg2::before {
        height: 84px; } }
  .interview_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0; }
    @media screen and (max-width: 749px) {
      .interview_list {
        gap: 40px; } }
    .interview_list_item {
      width: 48%; }
      @media screen and (max-width: 749px) {
        .interview_list_item {
          width: 100%; } }
      .interview_list_item_img {
        border-radius: 20px 20px 0 0;
        overflow: hidden;
        filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)); }
        .interview_list_item_img img {
          width: 100%; }
      .interview_list_item_box {
        display: flex;
        flex-direction: column;
        min-height: 166px;
        padding: 25px 0 0; }
      .interview_list_item_text {
        margin-bottom: 10px;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.363; }
      .interview_list_item_btn {
        display: block;
        max-width: 120px;
        margin: auto 0 0 auto;
        padding-right: 16px;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.363; }
        .interview_list_item_btn::after {
          content: "";
          position: absolute;
          right: 0;
          top: 62%;
          width: 9px;
          height: 9px;
          border-right: 1px solid #000;
          border-bottom: 1px solid #000;
          transform: translateY(-50%) rotate(-45deg); }

/* -----------

modal

----------- */
.modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(238, 134, 171, 0.9);
  z-index: 999999; }
  .modal_bg {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .modal_box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: scroll; }
    @media screen and (max-width: 749px) {
      .modal_box {
        max-width: 100%;
        padding: 0 22px;
        box-sizing: border-box; } }
  .modal_title {
    margin: 0 auto 40px;
    text-align: center; }
    @media screen and (max-width: 749px) {
      .modal_title {
        margin-bottom: 30px; } }
    .modal_title img {
      display: block;
      width: 199px;
      margin: 0 auto -8px; }
    .modal_title p {
      font-weight: bold; }
  .modal_img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
    overflow: hidden; }
    .modal_img img {
      display: block;
      width: 100%; }
  .modal_text {
    background-color: #ffffff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-size: 1.6rem;
    line-height: 1.875;
    padding: 61px 47px 59px;
    margin-bottom: 73px; }
    @media screen and (max-width: 749px) {
      .modal_text {
        padding: 30px 20px;
        margin-bottom: 30px; } }
  .modal_close {
    text-align: center;
    cursor: pointer; }
    .modal_close img {
      display: block;
      width: 26px;
      margin: 0 auto; }
    .modal_close span {
      font-size: 2.6rem;
      font-weight: 700;
      line-height: 1; }

/* -----------

float_btn

----------- */
.float_btn {
  position: fixed;
  top: 92px;
  right: 0;
  width: 101px;
  height: 125px;
  padding-top: 16px;
  border-radius: 10px 0 0 10px;
  background: #FABF13;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  z-index: 49; }
  @media screen and (max-width: 749px) {
    .float_btn {
      width: 98.4%;
      height: 54px;
      top: auto;
      bottom: 6px;
      right: 0;
      left: 0;
      margin: auto;
      border-radius: 10px 10px 0 0; } }
  .float_btn::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 12px;
    height: 19px;
    margin: auto;
    background: url("../img/icon_arrow.svg") no-repeat;
    background-size: cover; }
    @media screen and (max-width: 749px) {
      .float_btn::after {
        top: 0;
        bottom: 0;
        left: auto;
        right: 10px; } }

.banner {
  margin-top: 150px; }
  @media screen and (max-width: 749px) {
    .banner {
      margin-top: 75px; } }
  .banner_img {
    display: block;
    width: 100%; }
    .banner_img img {
      display: block;
      width: 100%; }

/* -----------

check

----------- */
.check.index {
  margin-top: 0; }
  .check.index::before {
    content: none; }
  @media screen and (min-width: 750px) {
    .check.index .container {
      margin-top: 125px; } }
  .check.index .hdg2 {
    position: relative;
    margin-bottom: 90px; }
    @media screen and (max-width: 749px) {
      .check.index .hdg2 {
        margin-bottom: 45px; } }
    .check.index .hdg2::after {
      content: "";
      position: absolute;
      top: -98px;
      right: -356px;
      width: 788px;
      height: 314px;
      background: url("../img/checklist_title_bg.svg") no-repeat;
      background-size: cover;
      z-index: -1; }
      @media screen and (max-width: 749px) {
        .check.index .hdg2::after {
          content: none; } }
  .check.index .btn::before {
    content: none; }

.check_box {
  padding: 30px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 749px) {
    .check_box {
      padding: 10px; } }
  .check_box_wrap {
    padding: 40px 20px;
    background: #EE86AB; }
    @media screen and (max-width: 749px) {
      .check_box_wrap {
        padding: 40px 20px 30px; } }
    .check_box_wrap h3 {
      margin-bottom: 30px;
      text-align: center; }
      @media screen and (max-width: 749px) {
        .check_box_wrap h3 {
          margin-bottom: 50px; } }
      .check_box_wrap h3 img {
        display: block;
        width: 100%;
        max-width: 589px;
        margin: 0 auto; }
        @media screen and (max-width: 749px) {
          .check_box_wrap h3 img {
            max-width: 197px;
            margin-bottom: 25px; } }
      .check_box_wrap h3 span {
        display: block;
        font-size: 2rem;
        font-weight: 700; }

.check_list {
  width: 100%;
  max-width: 692px;
  margin: 0 auto; }
  @media print, screen and (min-width: 750px) {
    .check_list {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; } }
  .check_list dt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6; }
    .check_list dt span.lora {
      font-weight: bold;
      margin-right: 5px; }
  @media print, screen and (min-width: 750px) {
    .check_list dd {
      width: 270px; } }
  @media screen and (max-width: 749px) {
    .check_list dd {
      margin-top: 10px; } }
  .check_list dd ul {
    display: flex;
    gap: 50px;
    width: 100%; }
    @media screen and (max-width: 749px) {
      .check_list dd ul {
        justify-content: center; } }
    @media screen and (max-width: 374px) {
      .check_list dd ul {
        gap: 0;
        justify-content: space-between; } }
  .check_list input {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; }
    .check_list input:checked + label::after {
      background: #FABF13;
      print-color-adjust: exact; }
  .check_list label {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    text-align: center; }
    @media print, screen and (min-width: 750px) {
      .check_list label {
        cursor: pointer; }
        .check_list label:hover::after {
          background: #FABF13; } }
    .check_list label::after {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      margin-top: 10px;
      background: #fff;
      box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
      @media print, screen and (min-width: 750px) {
        .check_list label::after {
          transition: 0.3s ease-out; } }
  .check_list + .check_list {
    margin-top: 5px; }
    @media screen and (max-width: 749px) {
      .check_list + .check_list {
        margin-top: 20px; } }
  .check_list_note {
    font-size: 1.2rem;
    display: block;
    text-align: right;
    margin-top: 10px; }
    .check_list_note a {
      text-decoration: underline; }

.check .btnWrap {
  margin-top: 50px; }

/* -----------

result

----------- */
.result.index {
  margin-top: 0; }
  .result.index::before {
    content: none; }
  @media screen and (min-width: 750px) {
    .result.index .container {
      margin-top: 125px; } }
  .result.index .hdg2 {
    position: relative;
    margin-bottom: 90px; }
    @media screen and (max-width: 749px) {
      .result.index .hdg2 {
        margin-bottom: 45px; } }
    .result.index .hdg2::after {
      content: "";
      position: absolute;
      top: -98px;
      right: -356px;
      width: 788px;
      height: 314px;
      background: url("../img/checklist_title_bg.svg") no-repeat;
      background-size: cover;
      z-index: -1; }
      @media screen and (max-width: 749px) {
        .result.index .hdg2::after {
          content: none; } }
  .result.index .btn::before {
    content: none; }

.result_box {
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  .result_box_hdg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    background: #EE86AB; }
    .result_box_hdg h3 {
      font-size: 3rem;
      font-weight: 700; }
      @media screen and (max-width: 749px) {
        .result_box_hdg h3 {
          font-size: 2rem; } }
  .result_box_cont {
    padding: 50px 20px; }
    @media screen and (max-width: 749px) {
      .result_box_cont {
        padding: 30px 5px; } }
    .result_box_cont.advice {
      padding-top: 36px; }
    .result_box_cont p {
      text-align: center; }
      .result_box_cont p.txtsmall {
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 2.5; }
    .result_box_cont .point {
      display: block;
      font-size: 9rem;
      line-height: 1.32; }
      .result_box_cont .point_ten {
        font-size: 4rem; }
      .result_box_cont .point_box {
        font-size: 4rem;
        font-weight: bold; }
        @media screen and (max-width: 749px) {
          .result_box_cont .point_box {
            font-size: 3rem;
            line-height: 1.6; } }
      .result_box_cont .point_grade {
        max-width: 700px;
        margin: 18px auto 0;
        font-size: 0; }
        .result_box_cont .point_grade img {
          width: 100%; }
      .result_box_cont .point_text {
        margin-top: 26px;
        font-size: 1.6rem;
        font-weight: 700; }
        @media screen and (max-width: 749px) {
          .result_box_cont .point_text {
            line-height: 1.375; } }
    .result_box_cont .advice-scr {
      font-size: 3rem;
      font-weight: 700;
      line-height: 1.666; }
      @media screen and (max-width: 749px) {
        .result_box_cont .advice-scr {
          font-size: 2rem; } }
    .result_box_cont .advice_text {
      margin-top: 40px;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.875; }
      @media screen and (max-width: 749px) {
        .result_box_cont .advice_text {
          margin-top: 30px; } }
    .result_box_cont .advice_note {
      margin-top: 10px;
      font-size: 2rem;
      font-weight: 500; }
      @media screen and (max-width: 749px) {
        .result_box_cont .advice_note {
          font-size: 1.6rem; } }
    .result_box_cont .btnWrap {
      margin-top: 72px; }
      @media screen and (max-width: 749px) {
        .result_box_cont .btnWrap {
          margin-top: 55px; } }
    .result_box_cont .btn.print {
      padding: 10px 20px;
      font-size: 2rem;
      line-height: 1.5; }
    .result_box_cont .btn + .txtsmall {
      margin-top: 5px; }
      @media screen and (max-width: 749px) {
        .result_box_cont .btn + .txtsmall {
          margin-top: 20px;
          line-height: 1.666; } }

/* -----------

共通

----------- */
.disp-print,
.for_print {
  display: none; }

@media print, screen and (min-width: 750px) {
  .releted_link {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 0 0 0; } }

/* -----------

印刷

----------- */
@media print {
  .result .l-header__inner,
  .result .btnWrap,
  .result #printBtn,
  .result footer {
    display: none; }
  .result .disp-print,
  .result .for_print {
    display: block; }
  .result .l-header__main-logo {
    max-width: 300px;
    margin-top: 0; }
  .result .container {
    margin-top: 30px; }
  .result .hdg2 {
    font-size: 2.4rem; }
  .result .disp-print {
    position: absolute;
    text-align: right;
    top: 0;
    right: 0;
    font-size: 1.2rem; }
  .result_box {
    box-shadow: none;
    margin-top: -80px; }
    .result_box_hdg h3 {
      font-size: 2.2rem; }
    .result_box_cont {
      padding: 0; }
      .result_box_cont.advice {
        padding-top: 0; }
      .result_box_cont .point {
        display: inline-block;
        margin-left: 10px;
        font-size: 3.6rem; }
        .result_box_cont .point_ten {
          font-size: 2.8rem; }
        .result_box_cont .point_box {
          font-size: 2.8rem;
          font-weight: bold;
          line-height: 1.5; }
        .result_box_cont .point_grade {
          max-width: 500px;
          margin-top: 10px; }
          .result_box_cont .point_grade img.sp {
            display: none; }
        .result_box_cont .point_text {
          margin-top: 10px;
          margin-bottom: 20px;
          line-height: 1.5; }
      .result_box_cont .advice-scr {
        font-size: 2.2rem; }
        .result_box_cont .advice-scr br.sp {
          display: none; }
      .result_box_cont .advice_text {
        margin-top: 40px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.875; }
      .result_box_cont .advice_note {
        font-size: 1.6rem; }
        .result_box_cont .advice_note br {
          display: none; }
      .result_box_cont .btnWrap {
        margin-top: 72px; }
      .result_box_cont .btn.print {
        padding: 10px 20px;
        font-size: 2rem;
        line-height: 1.5; }
      .result_box_cont .btn + .txtsmall {
        margin-top: 5px; }
  .result .inner:has(.for_print) {
    max-width: 800px;
    margin: 30px auto 0;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px 20px 20px; }
  .result .check_list li {
    white-space: nowrap; }
  .result .check_list label {
    font-size: 1.4rem; }
    .result .check_list label::after {
      margin-top: 5px;
      width: 20px;
      height: 20px; }
  .result .check_list + .check_list {
    margin-top: 10px; } }

/* -----------

article

----------- */
.article.index {
  margin-top: 0;
  background-image: url("../img/article/article_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 749px) {
    .article.index {
      background-image: url("../img/article/article_bg_sp.jpg");
      background-size: 100% auto; } }
  .article.index::before {
    content: none; }
  @media screen and (min-width: 750px) {
    .article.index .container {
      margin-top: 125px; } }
  .article.index .btn::before {
    content: none; }

.article_box {
  background: #fff; }
  .article_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
    background: #EE86AB; }
  .article_box_inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 30px; }
    @media screen and (max-width: 749px) {
      .article_box_inner {
        padding: 10px; } }
    .article_box_inner figure {
      display: block;
      width: 100%;
      font-size: 0;
      overflow: hidden; }
      .article_box_inner figure img {
        width: 100%; }
      .article_box_inner figure figcaption {
        margin-top: 10px;
        font-weight: 500;
        line-height: 1.666; }
      .article_box_inner figure + figure, .article_box_inner figure + .article_box_hdg {
        margin-top: 50px; }
        @media screen and (max-width: 749px) {
          .article_box_inner figure + figure, .article_box_inner figure + .article_box_hdg {
            margin-top: 25px; } }
    .article_box_inner p {
      font-size: 1.6rem;
      line-height: 1.875; }
      .article_box_inner p + figure {
        margin-top: 50px; }
        @media screen and (max-width: 749px) {
          .article_box_inner p + figure {
            margin-top: 25px; } }
      .article_box_inner p + .article_box_img_title {
        margin-top: 50px; }
        @media screen and (max-width: 749px) {
          .article_box_inner p + .article_box_img_title {
            margin-top: 25px; } }
      .article_box_inner p .bold {
        font-weight: 700; }
      .article_box_inner p.note {
        font-size: 1.2rem; }
        @media screen and (max-width: 749px) {
          .article_box_inner p.note {
            font-size: 1rem; } }
      .article_box_inner p + .note {
        margin-top: 24px; }
    .article_box_inner a {
      text-decoration: underline;
      text-underline-offset: 2px; }
      @media screen and (min-width: 750px) {
        .article_box_inner a:hover {
          text-decoration: none; } }
    .article_box_inner .article_box_img_title {
      text-align: center;
      font-size: 2.2rem;
      font-weight: bold;
      margin-bottom: 20px;
      line-height: 1.1; }
      @media screen and (max-width: 749px) {
        .article_box_inner .article_box_img_title {
          margin-bottom: 10px;
          text-align: left; } }
      .article_box_inner .article_box_img_title + figure {
        margin-top: 0px; }
        @media screen and (max-width: 749px) {
          .article_box_inner .article_box_img_title + figure {
            margin-top: 0px; } }
  .article_box_title {
    margin-bottom: 50px;
    text-align: center; }
    @media screen and (max-width: 749px) {
      .article_box_title {
        margin-bottom: 25px; } }
    .article_box_title img {
      max-width: 547px;
      width: 100%; }
    .article_box_title span {
      display: block;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.5; }
      @media screen and (max-width: 749px) {
        .article_box_title span {
          font-size: 1.6rem; } }
  .article_box_hdg {
    font-weight: 700; }
    .article_box_hdg.--hdg1 {
      margin-bottom: 50px;
      font-size: 2.6rem;
      line-height: 1.538; }
      @media screen and (min-width: 750px) {
        .article_box_hdg.--hdg1 {
          text-align: center; } }
      @media screen and (max-width: 749px) {
        .article_box_hdg.--hdg1 {
          margin-bottom: 25px;
          font-size: 2rem; } }
    .article_box_hdg.--hdg2 {
      margin-bottom: 50px;
      color: #EE86AB;
      font-size: 2.2rem;
      line-height: 1.1; }
      @media screen and (min-width: 750px) {
        .article_box_hdg.--hdg2 {
          text-align: center; } }
      @media screen and (max-width: 749px) {
        .article_box_hdg.--hdg2 {
          margin-bottom: 25px; } }
    .article_box_hdg.--hdg3 {
      margin-bottom: 50px;
      padding-left: 15px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.111; }
      @media screen and (max-width: 749px) {
        .article_box_hdg.--hdg3 {
          margin-bottom: 25px; } }
      .article_box_hdg.--hdg3::before {
        content: "";
        display: block;
        position: absolute;
        width: 5px;
        height: 30px;
        border-radius: 5px;
        background-color: #EE86AB;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
  .article_box_img.--mv {
    border-radius: 20px 20px 0 0; }
  .article_box_lead {
    margin-top: 30px;
    margin-bottom: 50px; }
    @media screen and (max-width: 749px) {
      .article_box_lead {
        margin-top: 15px;
        margin-bottom: 25px; } }
  .article_box_profile {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #EE86AB; }
    @media screen and (max-width: 749px) {
      .article_box_profile {
        flex-direction: column;
        gap: 15px; } }
    .article_box_profile_img {
      width: 150px; }
      .article_box_profile_img img {
        width: 100%; }
    .article_box_profile_text {
      width: calc(100% - 180px);
      font-size: 1.2rem;
      font-weight: 500;
      line-height: 1.666; }
      @media screen and (max-width: 749px) {
        .article_box_profile_text {
          width: 100%; } }
    .article_box_profile + .article_box_profile {
      margin-top: 30px;
      border-top: none;
      padding-top: 0; }
  .article_box_logo {
    display: block;
    margin: 100px auto 70px; }
    @media screen and (max-width: 749px) {
      .article_box_logo {
        margin: 50px auto; } }
    .article_box_logo img {
      display: block;
      width: 100%; }
    .article_box_logo.jmwh {
      width: 100%;
      max-width: 400px; }
      @media screen and (max-width: 749px) {
        .article_box_logo.jmwh {
          max-width: 200px; } }
    .article_box_logo.fujipharma {
      width: 100%;
      max-width: 100px; }
      @media screen and (max-width: 749px) {
        .article_box_logo.fujipharma {
          max-width: 90px; } }
      .article_box_logo.fujipharma02 {
        width: 100%;
        max-width: 410px; }
        @media screen and (max-width: 749px) {
          .article_box_logo.fujipharma02 {
            max-width: 205px; } }

.article .btnWrap {
  margin-top: 50px; }

.article figure + .article_box_img_title {
  margin-top: 100px; }
  @media screen and (max-width: 749px) {
    .article figure + .article_box_img_title {
      margin-top: 50px; } }

.article .banner_img {
  display: block;
  width: 100%;
  margin-top: 150px; }
  @media screen and (max-width: 749px) {
    .article .banner_img {
      margin-top: 75px; } }
  .article .banner_img img {
    display: block;
    width: 100%; }

.l-header {
  width: 100%;
  padding-top: 26px; }
  @media screen and (max-width: 749px) {
    .l-header {
      padding-top: 50px; } }
  .l-header__inner {
    max-width: 1913px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 27px; }
    @media screen and (max-width: 749px) {
      .l-header__inner {
        max-width: 100%;
        padding: 0 16px 0 9px;
        top: 17px; } }
  .l-header__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px; }
    @media screen and (max-width: 749px) {
      .l-header__wrap {
        gap: 14px; } }
  .l-header__credit {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    color: #333333;
    position: relative;
    top: -6px; }
    @media screen and (max-width: 749px) {
      .l-header__credit {
        font-size: 1.0rem;
        top: 0; } }
  .l-header__logo {
    width: 125px;
    cursor: pointer; }
    @media screen and (max-width: 749px) {
      .l-header__logo {
        width: 70px; } }
    .l-header__logo a, .l-header__logo img {
      display: block;
      width: 100%; }
    @media screen and (min-width: 750px) {
      .l-header__logo {
        margin-left: 2px;
        position: relative;
        top: -6px; } }
  .l-header__menu-btn {
    width: 18px;
    height: 14px; }
    .l-header__menu-btn img {
      display: block;
      width: 100%; }
  .l-header__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-right: -2px; }
    @media screen and (max-width: 749px) {
      .l-header__nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 281px;
        background-color: #EE86AB;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        padding: 5px 18px 26px 24px;
        transition: display 0.3s; } }
    .l-header__nav .close-btn {
      display: block;
      width: 17px;
      margin-left: auto;
      margin-bottom: -11px; }
    .l-header__nav a {
      font-size: 1.4rem;
      font-weight: bold; }
      @media screen and (max-width: 749px) {
        .l-header__nav a {
          display: block;
          font-size: 1.6rem;
          color: #ffffff;
          margin-bottom: 28px; } }
      @media screen and (max-width: 749px) {
        .l-header__nav a:hover {
          opacity: 1; } }
      @media screen and (max-width: 749px) {
        .l-header__nav a:last-child {
          margin-bottom: 0; } }
  .l-header__main-logo {
    margin: 0 auto;
    width: 100%;
    max-width: 505px;
    margin-top: 29px; }
    @media screen and (max-width: 749px) {
      .l-header__main-logo {
        max-width: 300px;
        margin-top: 0;
        position: relative; } }
    .l-header__main-logo a, .l-header__main-logo img {
      display: block;
      width: 100%; }

.l-footer {
  width: 100%;
  padding-bottom: 66px;
  margin-top: 246px; }
  @media screen and (max-width: 749px) {
    .l-footer {
      margin-top: 109px; } }
  .l-footer__inner {
    width: 100%;
    padding: 0 15px; }
    @media screen and (max-width: 749px) {
      .l-footer__inner {
        padding: 0; } }
  .l-footer__main-logo {
    display: block;
    width: 100%;
    max-width: 505px;
    margin: 0 auto 40px; }
    @media screen and (max-width: 749px) {
      .l-footer__main-logo {
        max-width: 300px;
        margin-bottom: 57px; } }
    .l-footer__main-logo img {
      display: block;
      width: 100%; }
  .l-footer .text {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px; }
    .l-footer .text span {
      font-size: 3.0rem; }
      @media screen and (max-width: 749px) {
        .l-footer .text span {
          font-size: 2.4rem; } }
    .l-footer .text + .text {
      margin-top: 42px; }
      @media screen and (max-width: 749px) {
        .l-footer .text + .text {
          margin-top: 45px; } }
  .l-footer .fujiseiyaku {
    display: inline-block;
    width: 100%;
    max-width: 80px; }
    .l-footer .fujiseiyaku img {
      display: block;
      width: 100%; }
  .l-footer__copy-right {
    font-size: 1.2rem;
    line-height: 1.66666;
    text-align: center;
    margin-top: 122px; }
    @media screen and (max-width: 749px) {
      .l-footer__copy-right {
        font-size: 1.0rem;
        line-height: 2;
        margin-top: 59px; } }
