
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../webfonts/Jost-SemiBold.woff2") format("woff2"), url("../webfonts/Jost-SemiBold.woff") format("woff");
  font-display: swap;
}

header nav .inner .left h1{
  text-align: left;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
    color: #444;
    line-height: 1.8;
    padding: 30px 0 0 0;
    margin: 0;

  }


  .container {
    max-width: 800px;
    margin: 50px auto;
    padding: 100px 20px 0 20px;
  }

  .subtitle{
    text-align: center;
    margin-bottom: 30px;
    color: #3c766f;
    font-size: 2rem;
    margin-top: 0;
  }
  
  h1 {
    text-align: center;
    color: #3c766f;
    font-size: 4rem;
    margin-bottom: 0;
    line-height: 1;
  }
  
  .policy-box {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  
  .policy-box h2 {
    color: #3c766f;
    border-bottom: 2px solid #5d9a92;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  
  .styled-list {
    list-style: none;
    padding-left: 20px;
  }
  
  .styled-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  
  .styled-list li::before {
    content: "✔";
    color: #3c766f;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .contact-info {
    text-align: center;
  }
  
  .contact-info a {
    color: #3c766f;
    text-decoration: none;
  }
  
  .contact-info a:hover {
    text-decoration: underline;
  }
  
  .date {
    margin-top: 20px;
    font-size: 0.9em;
    color: #888;
  }
  .flex {
    display: flex;
  }
  @media (max-width: 600px) {

    .container {
        max-width: 800px;
        margin: auto;
        padding: 100px 10px 0 10px;
      }

    body {
      padding: 20px 0 0 0;
      font-family: 'Noto Sans JP', sans-serif;
    }
    .policy-box {
      padding: 15px;
    }
    h2 {
      font-size: 1.2em;
      margin-bottom: 10px;
    }
    h1{
        font-size: 2.5em;
    }
  .subtitle{
    font-size: 1.5em;
  }
}

  .footer {
    padding: 2rem;
    font-size: 15px;
    color: #3c766f;
    background-image: radial-gradient(at 87% 78%, hsl(168, 68%, 86%) 0px, transparent 50%), radial-gradient(at 19% 43%, hsl(120, 100%, 98%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(132, 87%, 96%) 0px, transparent 50%);
    background-color: hsl(70, 64%, 96%);
    padding: 20px 50px 20px 50px;
  }
  
  .footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer a {
    color: #3c766f;
    text-decoration: none;
  }
  .footer img{
    width: 60px;
    height: 60px;
  }

  .footer__logo{
    margin-bottom: 5px;
  }
  .footer .footer_hr {
    border: none;
    border-top: 2px solid #3c766f;
    margin: 20px 0;
  }
  .footer a:hover {
    color: #e73742;
  }
  
  .footer__navi {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  
  .footer__navi li {
    display: inline-block;
  }
  
  .footer__navi li:not(:last-child) {
    margin-right: 16px;
  }
  
  .footer__logo {
    display: inline-block;
  }
  
  @media (min-width: 768px) {
  
    .mx-justify-between {
      justify-content: space-between;
    }
  
    .copyright {
      text-align: left;
    }
  }
 

  .cta {
    overflow: hidden;
    position: relative;
    padding: 30px 0 50px 0;
    margin: 50px 0;
  }
  .cta .back {
    font-family: "Jost";
    font-weight: 400;
    text-align: center;
  }
  .cta .back p {
    display: inline-block;
    line-height: 1;
    background: linear-gradient(90deg, #3c766f 0%, #5d9a92 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    font-size: 104px;
    width: 100%;
  }

  .cta .box {
    position: relative;
    box-shadow: rgba(238, 173, 173, 0.4) 0 7px 29px 0;
    background: linear-gradient(90deg, #3c766f, #5d9a92);
    width: 1280px;
    margin: -20px auto 0;
    padding: 10px 10px 10px 10px;
  }
  .cta .box .inner {
    background: #ffffff;
    padding: 30px 0 30px 0;
  }
  .cta .box .inner .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cta .box .inner .title .thumb {
    position: relative;
    width: 150px;
  }
  
  .cta .box .inner .title .thumb img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    animation: poyon 2s ease-out infinite;
    opacity: 1;
  }
  
  .cta .box .inner .title .right img {
    animation-delay: 0s;
  }
  
  .cta .box .inner .title .left img {
    animation-delay: 0.2s;
  }
  
  
  .cta .box .inner .title .text {
    text-align: center;
    padding: 0 30px 0 30px;
  }
  .cta .box .inner .title .text h2 {
    text-align: center;
  }
  .cta .box .inner .title .text h2 .catch {
    color: #343434;
    line-height: 1.3;
    letter-spacing: 0.5px;
    font-size: 42px;
  }
  .cta .box .inner .title .text h2 .catch .grade {
    display: inline-block;
    background: linear-gradient(90deg, #3c766f, #5d9a92);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .cta .box .inner .title .text .sub {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
  }
  .cta .box .inner .title .text .sub .icon {
    line-height: 0;
    width: 30px;
    height: auto;
  }
  .cta .box .inner .title .text .sub .catch {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 24px;
    padding: 0 0 0 10px;
    display: inline-block;
    background: linear-gradient(90deg, #09828b, #2888b6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .cta .box .inner .marks {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
  }
  .cta .box .inner .marks .mark {
    position: relative;
    color: #3c766f;
    box-shadow: rgba(238, 173, 173, 0.4) 0 7px 29px 0;
    background: #ffffff;
    font-size: 16px;
    margin: 0 20px 0 0;
    padding: 8px 30px 8px 30px;
  }
  .cta .box .inner .marks .mark::before {
    position: absolute;
    z-index: 2;
    opacity: 0.9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(90deg, #3c766f, #5d9a92);
    -o-border-image: linear-gradient(90deg, #3c766f, #5d9a92);
    border-image-slice: 1;
    content: "";
    width: calc(100% - 3px);
    height: calc(100% - 3px);
  }
  .cta .box .inner .marks .mark:last-child {
    margin: 0 0 0 0;
  }
  .cta .box .inner .block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px 0 40px;
  }
  
    .cta .box .inner .block .right .button {
      width: 100%;

    }
  
  .cta .box .inner .block .right .button a {
    display: block;
    border-radius: 100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    background: linear-gradient(90deg, #2e8d03 0%, #4bae00 100%);
    text-decoration: none;
    padding: 5px 20px 20px 20px;
  }
  .cta .box .inner .block .right .button a .sub {
    text-align: center;
    display: block;
    margin: -20px 0 0 0;
  }
  .cta .box .inner .block .right .button a .sub .inner {
    display: inline-block;
    color: #2e8d03;
    border: solid 3px #2e8d03;
    border-radius: 100px;
    background: #ffffff;
    padding: 3px 20px 3px 20px;
    font-size: 16px;
  }
  .cta .box .inner .block .right .button a .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0 0;
  }
  .cta .box .inner .block .right .button a .main .icon {
    width: 45px;
    height: auto;
  }
  .cta .box .inner .block .right .button a .main .catch {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    font-size: 24px;
  }
  .cta .box .inner .block .right .button a .main .arrow {
    width: 35px;
    height: auto;
  }
  .cta .box .inner .caution {
    margin: 45px 0 0 0;
  }
  .cta .box .inner .caution p {
    text-align: center;
    font-size: 11px;
  }
}
  /**********************************************************************************
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  
  
  ◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆
  
  start----------------------------------------------------------------------------*/
  @media screen and (min-width: 1024px) and (max-width: 1280px) {
    .cta {
      padding: 10px 0 50px 0;
    }
    .cta .back p {
      line-height: 1;
      letter-spacing: 2px;
      font-size: 7vw;
    }
    .cta::before {
      width: 100%;
      height: 50%;
    }
    .cta .box {
      width: 94%;
      margin: -20px auto 0;
      padding: 7px;
    }
    .cta .box .inner {
      background: #ffffff;
      padding: 30px 0 30px 0;
    }
    .cta .box .inner .title {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .cta .box .inner .title .thumb {
      width: 150px;
    }
    .cta .box .inner .title .thumb::before {
      border: solid 3px #3c766f;
      width: 90%;
      height: 90%;
    }
    .cta .box .inner .title .thumb img {
      width: 100%;
      height: auto;
    }
    .cta .box .inner .title .text {
      text-align: center;
      padding: 0 30px 0 30px;
    }
    .cta .box .inner .title .text h2 {
      text-align: center;
    }
    .cta .box .inner .title .text h2 .catch {
      line-height: 1.3;
      letter-spacing: 0.5px;
      font-size: 42px;
    }
    .cta .box .inner .title .text h2 .catch span {
      display: inline-block;
    }
    .cta .box .inner .title .text .sub {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px 0 0 0;
    }
    .cta .box .inner .title .text .sub .icon {
      line-height: 0;
      width: 30px;
      height: auto;
    }
    .cta .box .inner .title .text .sub .catch {
      display: inline-block;
      letter-spacing: 1px;
      font-size: 24px;
      padding: 0 0 0 10px;
    }
    .cta .box .inner .marks {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 20px 0 0 0;
    }
    .cta .box .inner .marks .mark {
      font-size: 16px;
      margin: 0 20px 0 0;
      padding: 5px 30px 5px 30px;
    }
    .cta .box .inner .marks .mark:last-child {
      margin: 0 0 0 0;
    }
    .cta .box .inner .block {
      padding: 30px 40px 0 40px;
    }
    .cta .box .inner .block .left {
      width: 45%;
      padding: 0 5% 0 0;
    }
    .cta .box .inner .block .left .semi-title {
      display: flex;
      align-items: center;
    }
    .cta .box .inner .block .left .semi-title img {
      line-height: 0;
      width: 80px;
      height: auto;
    }
    .cta .box .inner .block .left .semi-title .cover {
      padding: 0 0 0 10px;
    }
    .cta .box .inner .block .left .semi-title .cover .online {
      line-height: 1.1;
      font-size: 16px;
    }
    .cta .box .inner .block .left .semi-title .cover .catch {
      font-size: 24px;
    }
    .cta .box .inner .block .left .sentence p {
      line-height: 1.8;
      font-size: 15px;
      margin: 15px 0 0 0;
    }
    .cta .box .inner .block .right {
      width: 50%;
    }
    .cta .box .inner .block .right .button {
      width: 100%;
      padding: 20px 0 0 0;
    }
    .cta .box .inner .block .right .button a {
      display: block;
      border-radius: 100px;
      box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
      text-decoration: none;
      padding: 5px 20px 20px 20px;
    }
    .cta .box .inner .block .right .button a .sub {
      text-align: center;
      margin: -20px 0 0 0;
    }
    .cta .box .inner .block .right .button a .sub .inner {
      display: inline-block;
      border-radius: 100px;
      background: #ffffff;
      padding: 3px 20px 3px 20px;
    }
    .cta .box .inner .block .right .button a .main {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 10px 0 0 0;
    }
    .cta .box .inner .block .right .button a .main .icon {
      width: 45px;
      height: auto;
    }
    .cta .box .inner .block .right .button a .main .catch {
      color: #ffffff;
      line-height: 1.3;
      text-align: center;
      font-size: 24px;
    }
    .cta .box .inner .block .right .button a .main .arrow {
      width: 35px;
      height: auto;
    }
    .cta .box .inner .caution {
      margin: 45px 0 0 0;
    }
    .cta .box .inner .caution p {
      text-align: center;
      font-size: 11px;
    }
  } /* 1024px～1280px responsive-close */
  /**********************************************************************************
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  
  
  ◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆
  
  start----------------------------------------------------------------------------*/
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .cta {
      padding: 30px 0 50px 0;
    }
    .cta .back p {
      line-height: 1;
      letter-spacing: 2px;
      font-size: 10vw;
    }
    .cta::before {
      width: 100%;
      height: 50%;
    }
    .cta .box {
      width: 92%;
      margin: -20px auto 0;
      padding: 10px;
    }
    .cta .box .inner {
      padding: 30px 0 30px 0;
    }
    .cta .box .inner .title .thumb {
      width: 16.5vw;
      height: auto;
      margin: 0 20px 0 0;
    }
    .cta .box .inner .title .thumb.left {
      order: 1;
    }
    .cta .box .inner .title .thumb.right {
      order: 2;
      margin: 0 0 0 0;
    }
    .cta .box .inner .title .text {
      order: 3;
      width: 100%;
      padding: 10px 30px 0 30px;
    }
    .cta .box .inner .title .text h2 .catch {
      line-height: 1.3;
      letter-spacing: 0.5px;
      font-size: 4.5vw;
    }
    .cta .box .inner .title .text h2 .catch .sp-disblock {
      display: none;
    }
    .cta .box .inner .title .text .sub {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 10px 0 0 0;
    }
    .cta .box .inner .title .text .sub .icon {
      line-height: 0;
      width: 5vw;
      height: auto;
    }
    .cta .box .inner .title .text .sub .catch {
      letter-spacing: 1px;
      font-size: 3vw;
      padding: 0 0 0 10px;
    }
    .cta .box .inner .title .text .sub .catch .sp-disblock {
      display: block;
    }
    .cta .box .inner .title .text .sub .catch .sp-disblock:last-child {
      display: none;
    }
    .cta .box .inner .marks {
      margin: 20px 0 0 0;
    }
    .cta .box .inner .marks .mark {
      border-radius: 100px;
      font-size: 2.2vw;
      margin: 0 15px 0 0;
      padding: 5px 20px 5px 20px;
    }
    .cta .box .inner .marks .mark:last-child {
      margin: 0 0 0 0;
    }
    .cta .box .inner .block {
      padding: 30px 20px 0 20px;
    }
    .cta .box .inner .block .left {
      width: 52.5%;
      padding: 0 5% 0 0;
    }
    .cta .box .inner .block .left .semi-title img {
      line-height: 0;
      width: 8vw;
      height: auto;
    }
    .cta .box .inner .block .left .semi-title .cover {
      padding: 0 0 0 10px;
    }
    .cta .box .inner .block .left .semi-title .cover .online {
      line-height: 1.1;
      font-size: 1.8vw;
    }
    .cta .box .inner .block .left .semi-title .cover .catch {
      font-size: 2.5vw;
    }
    .cta .box .inner .block .left .sentence p {
      line-height: 1.8;
      font-size: 1.75vw;
      margin: 15px 0 0 0;
    }
    .cta .box .inner .block .right {
      width: 47.5%;
      padding: 20px 0 0 0;
    }
    .cta .box .inner .block .right .button {
      width: 100%;
    }
    .cta .box .inner .block .right .button a {
      display: block;
      text-decoration: none;
      padding: 5px 20px 20px 20px;
    }
    .cta .box .inner .block .right .button a .sub {
      text-align: center;
      margin: -20px 0 0 0;
    }
    .cta .box .inner .block .right .button a .sub p {
      border-radius: 100px;
      font-size: 1.65vw;
      padding: 3px 20px 3px 20px;
    }
    .cta .box .inner .block .right .button a .main {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 10px 0 0 0;
    }
    .cta .box .inner .block .right .button a .main .icon {
      width: 4vw;
      height: auto;
    }
    .cta .box .inner .block .right .button a .main .catch {
      line-height: 1.3;
      font-size: 2.25vw;
    }
    .cta .box .inner .block .right .button a .main .arrow {
      width: 3vw;
      height: auto;
    }
    .cta .box .inner .caution {
      margin: 45px 0 0 0;
    }
    .cta .box .inner .caution p {
      text-align: center;
      font-size: 11px;
    }
  } /* 768px～1023px responsive-closed */
  /*end ----------------------------------------------------------------------------
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  **********************************************************************************/
  /**********************************************************************************
   □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  
  ◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆
  
  □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
  start----------------------------------------------------------------------------*/
  @media screen and (max-width: 767px) {
    .cta {
      padding: 10px 0 50px 0;
    }
    .cta .back p {
      line-height: 1.5;
      letter-spacing: 2px;
      font-size: 12.5vw;
    }
    .cta::before {
      width: 100%;
      height: 50%;
    }
    .cta .box {
      width: 92%;
      margin: -20px auto 0;
      padding: 7px 7px 7px 7px;
    }
    .cta .box .inner {
      background: #ffffff;
      padding: 20px 0 30px 0;
    }
    .cta .box .inner .title {
      align-items: center;
      justify-content: center;
    }
    .cta .box .inner .title .thumb {
      width: 25vw;
      height: auto;
      margin: 0 20px 0 0;
    }
    .cta .box .inner .title .thumb.left {
      order: 1;
    }
    .cta .box .inner .title .thumb.right {
      order: 2;
      margin: 0 0 0 0;
    }
    .cta .box .inner .title .text {
      order: 3;
      padding: 30px 10px 10px 10px;
    }
    .cta .box .inner .title .text h2 .catch {
      line-height: 1.3;
      letter-spacing: 0.5px;
      font-size: 7vw;
    }
    .cta .box .inner .title .text .sub {
      display: flex;
      margin: 25px 0 0 0;
    }
    .cta .box .inner .title .text .sub .icon {
      width: 8vw;
      height: auto;
    }
    .cta .box .inner .title .text .sub .catch {
      line-height: 1.35;
      letter-spacing: 1px;
      font-size: 4.75vw;
      padding: 0 0 0 10px;
    }
    .cta .box .inner .marks {
      display: block;
      text-align: center;
      margin: 0 0 0 0;
    }
    .cta .box .inner .marks .mark {
      display: inline-block;
      letter-spacing: 0;
      font-size: 4.25vw;
      margin: 10px 0 0 0;
      padding: 5px 20px 5px 20px;
    }
    .cta .box .inner .marks .mark:last-child {
      margin: 10px 0 0 0;
    }
    .cta .box .inner .block {
      display: block;
      padding: 30px 20px 0 20px;
    }
    .cta .box .inner .block .left {
      width: 100%;
      padding: 0 0 0 0;
    }
    .cta .box .inner .block .left .semi-title {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .cta .box .inner .block .left .semi-title img {
      line-height: 0;
      width: 15vw;
      height: auto;
    }
    .cta .box .inner .block .left .semi-title .cover {
      padding: 0 0 0 10px;
    }
    .cta .box .inner .block .left .semi-title .cover .online {
      line-height: 1.1;
      font-size: 3.75vw;
    }
    .cta .box .inner .block .left .semi-title .cover .catch {
      font-size: 5.25vw;
    }
    .cta .box .inner .block .left .sentence p {
      line-height: 1.5;
      font-size: 3.75vw;
      margin: 15px 0 0 0;
    }
    .cta .right .button {
      display: block; /* ← inline-block だと幅が縮まるので block に */
      width: 90%;     /* ← 必要な幅に調整（例：90%） */
      max-width: 1000px; /* ← 必要に応じて上限幅を設定 */
      margin: 0 auto; /* ← 中央寄せ */
      border-radius: 10px;
      box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
      background: linear-gradient(90deg, #e2611b, #f2a02b);
      padding: 5px 50px 10px 50px;
    }
    .cta .box .inner .block .right .button a {
      display: block;
      border-radius: 100px;
      text-decoration: none;
      padding: 5px 15px 20px 15px;
    }
    .cta .box .inner .block .right .button a .sub {
      text-align: center;
      margin: -20px 0 0 0;
    }
    .cta .box .inner .block .right .button a .sub p {
      border-radius: 100px;
      font-size: 4vw;
      padding: 3px 20px 3px 20px;
    }
    .cta .box .inner .block .right .button a .main {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 10px 0 0 0;
    }
    .cta .box .inner .block .right .button a .main .icon {
      width: 9vw;
      height: auto;
    }
    .cta .box .inner .block .right .button a .main .catch {
      line-height: 1.3;
      font-size: 5.25vw;
    }
    .cta .box .inner .block .right .button a .main .arrow {
      width: 7vw;
      height: auto;
    }
    .cta .box .inner .caution {
      margin: 45px 0 0 0;
    }
    .cta .box .inner .caution p {
      text-align: center;
      font-size: 11px;
    }
  }
  
  .cta .right .button {
    display: block; /* ← inline-block だと幅が縮まるので block に */
    width: 90%;     /* ← 必要な幅に調整（例：90%） */
    max-width: 600px; /* ← 必要に応じて上限幅を設定 */
    margin: 0 auto; /* ← 中央寄せ */
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    background: linear-gradient(90deg, #e2611b, #f2a02b);
    padding: 5px 50px 10px 50px;
  }
  .cta .right .button .sub {
    text-align: center;
    margin: 0 0 0 0;
  }
  .cta .right .button .sub p {
    display: inline-block;
    border: solid 2px #e97a21;
    border-radius: 10px;
    background: #ffffff;
    padding: 0 30px 0 30px;
  }
  .cta .right .button .sub p span {
    font-weight: 700;
    background: linear-gradient(90deg, #e2611b, #f2a02b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
  }
  .cta .right .button .main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0 0 0;
  }
  .cta .right .button .main .icon {
    width: 25px;
  }
  .cta .right .button .main p {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  .cta .right .button .main .arrow {
    width: 20px;
  }
  .cta .box .inner .block {
    display: block;
  }
  
  .cta .box .inner .block .right {
    width: 100%;
  }
  
  .fadeIn {
    opacity: 0;
    transition: 2s;
  }
  .fadeIn.is-show {
    opacity: 1;
  }
  
  @media screen and (max-width: 767px) {
    .cta .right .button{
      padding: 5px 13px 10px 13px;
    }
  }

  @keyframes poyon {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.92);
    }
  }

  /*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 HEADER 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
header {
  overflow: hidden;
  font-family: "Zen Kaku Gothic New";
}
header nav {
  position: relative;
  box-shadow: rgba(86, 139, 114, 0.2) 0 2px 8px 0;
  background: #FDFCFC;
}
header nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #3c766f, #5d9a92);
  width: 100%;
  height: 5px;
}
header nav .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto 0;
  padding: 25px 2% 20px 2%;
}
header nav .inner .left {
  display: flex;
  align-items: center;
}
header nav .inner .left .logo {
  display: flex;
  align-items: center;
  line-height: 1.1;
}
header nav .inner .left .logo .icon {
  width: 80px;
  height: auto;
}
header nav .inner .left .logo span {
  font-family: "Jost";
  font-weight: 600;
  background: linear-gradient(90deg, #3c766f, #5d9a92);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
  padding: 0 0 0 10px;
}
header nav .inner .left h1 {
  color: #074062;
  font-family: "Jost";
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2px;
  font-size: 23px;
  padding: 0 0 0 30px;
}
header nav .inner .right .button {
  display: inline-block;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  background: linear-gradient(90deg, #e2611b, #f2a02b);
  padding: 5px 50px 10px 50px;
}
header nav .inner .right .button .sub {
  text-align: center;
  margin: 0 0 0 0;
}
header nav .inner .right .button .sub p {
  display: inline-block;
  border: solid 2px #e97a21;
  border-radius: 10px;
  background: #ffffff;
  padding: 0 30px 0 30px;
}
header nav .inner .right .button .sub p span {
  font-weight: 700;
  background: linear-gradient(90deg, #e2611b, #f2a02b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px;
}
header nav .inner .right .button .main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 0 0 0;
}
header nav .inner .right .button .main .icon {
  width: 25px;
}
header nav .inner .right .button .main p {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  padding: 0 10px 0 10px;
}
header nav .inner .right .button .main .arrow {
  width: 20px;
}
header .first-view {
  position: relative;
  background-image: radial-gradient(at 87% 78%, hsl(168, 68%, 86%) 0px, transparent 50%), radial-gradient(at 19% 43%, hsl(120, 100%, 98%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(132, 87%, 96%) 0px, transparent 50%);
  background-color: hsl(70, 64%, 96%);
  padding: 50px 0 60px 0;
}
header .first-view .back {
  position: absolute;
  z-index: 1;
  display: inline-block;
  font-family: "Antonio";
  line-height: 1;
  opacity: 0.1;
  background: linear-gradient(90deg, #3c766f, #5d9a92);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: multiply;
  letter-spacing: 7px;
  font-size: 98px;
}
header .first-view .back.left-top {
  left: 0;
  top: 0;
}
header .first-view .back.right-bottom {
  right: 0;
  bottom: 0;
}
header .first-view .inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;

  max-width: 1920px;
  margin: 0 auto 0;
  padding: 0 5% 0 5%;
}
header .first-view .inner .text {
  padding: 0 0 0 80px;
}
header .first-view .inner .text h3 {
  display: flex;
  align-items: center;
}
header .first-view .inner .text h3::before {
  content: "";
  background: linear-gradient(90deg, #3c766f, #5d9a92);
  width: 100px;
  height: 2px;
}
header .first-view .inner .text h3 .catch {
  display: inline-block;
  background: linear-gradient(90deg, #3c766f, #5d9a92);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  padding: 0 0 0 10px;
}
header .first-view .inner .text h2 .line {
  transform: skew(-10deg);
}
header .first-view .inner .text h2 .line .catch {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #3c766f, #5d9a92);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
}
header .first-view .inner .text h2 .line .catch .small {
  font-size: 0.75em;
}
header .first-view .inner .text h2 .line .catch::before {
  content: "";
  position: absolute;
  opacity: 0.3;
  left: 0;
  bottom: 10px;
  background: linear-gradient(90deg, #3c766f, #5d9a92);
  width: 100%;
  height: 9px;
}
header .first-view .inner .text h2 .line02 {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}
header .first-view .inner .text h2 .line02 .square {
  display: inline-block;
  line-height: 1.1;
  border: solid 4px #3c766f;
  padding: 2px 24px 5px 24px;
  /* フェードアニメーション */
}
header .first-view .inner .text h2 .line02 .square .fade-text {
  opacity: 1;
  background: linear-gradient(90deg, #3c766f, #5d9a92);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  transition: opacity 0.5s ease; /* フェードアウト＆イン */
  font-size: 49px;
}
header .first-view .inner .text h2 .line02 .square .fade-text.hidden {
  opacity: 0;
}
header .first-view .inner .text h2 .line02 .plane {
  display: inline-block;
  transform: skew(-10deg);
  background: linear-gradient(90deg, #3c766f, #5d9a92);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 53px;
  padding: 0 0 0 10px;
}
header .first-view .inner .text h2 .line02 .plane .small {
  font-size: 0.75em;
}
header .first-view .inner .text .category {
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}
header .first-view .inner .text .category li {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  box-shadow: rgba(45, 105, 91, 0.2) 0 7px 29px 0;
  background: linear-gradient(45deg, #3c766f, #5d9a92);
  letter-spacing: 2px;
  font-size: 25px;
  margin: 0 10px 0 0;
  padding: 2px 20px 2px 20px;
}
header .first-view .inner .text .category li::before {
  content: "";
  position: absolute;
  opacity: 0.8;
  left: -100%; /* 初期位置を画面外に設定 */
  top: 0;
  transform: skewX(-30deg); /* 光に角度をつける */
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%); /* 光のグラデーション */
  mix-blend-mode: overlay;
  animation: shine 4s infinite forwards; /* アニメーションの適用 */
  width: 150%; /* 画面を覆う幅 */
  height: 100%;
}
@keyframes shine {
  0% {
    left: -150%; /* 開始位置 */
  }
  50% {
    left: 150%; /* 終了位置 */
  }
  100% {
    left: 150%; /* 停止位置を維持 */
  }
}
header .first-view .inner .text .category li:last-child {
  margin: 0 0 0 0;
}
header .first-view .inner .text .sentence {
  margin: 20px 0 0 0;
}
header .first-view .inner .text .sentence p {
  color: #41767f;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
  font-size: 20px;
}
header .first-view .inner .text .sentence p br.br01 {
  display: none;
}
header .first-view .inner .text .sentence p br.br02 {
  display: block;
}
header .first-view .inner .text .sentence p br.br03 {
  display: none;
}
header .first-view .inner .text .feat {
  margin: 20px 0 0 0;
}
header .first-view .inner .text .feat ul {
  display: flex;
}
header .first-view .inner .text .feat ul li {
  display: flex;
  align-items: center;
  margin: 0 15px 0 0;
}
header .first-view .inner .text .feat ul li img {
  width: 50px;
  height: auto;
}
header .first-view .inner .text .feat ul li p {
  display: inline-block;
  line-height: 1.1;
  background: linear-gradient(45deg, #b7812b, #d98c29);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 20px;
}
header .first-view .inner .text .feat ul li p .number {
  font-family: "Jost";
  font-size: 55px;
}
header .first-view .inner .text .feat ul li p .middle {
  font-size: 1.2em;
}
header .first-view .inner .text .feat ul li p .kome {
  font-size: 0.6em;
}
header .first-view .inner .text .feat ul li:last-child {
  margin: 0 0 0 0;
}
header .first-view .inner .text .feat .caution {
  color: #a8bdbe;
  font-size: 13px;
  margin: 30px 0 0 0;
}
header .first-view .inner .splide {
  position: relative;
  width: 730px;
}
header .first-view .inner .splide .badge {
  position: absolute;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -40px;
  top: -40px;
  width: 180px;
  height: 180px;
}
header .first-view .inner .splide .badge::before {
  content: "";å
  position: absolute;
  z-index: 1;
  z-index: 2;
  opacity: 0.4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: solid 3px #ffffff;
  border-radius: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
header .first-view .inner .splide .badge .bg {
  position: absolute;
  opacity: 0.92;
  left: 50%;
  top: 50%;
  animation: rotate 12s linear infinite;
  width: 100%;
  height: 100%;
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
header .first-view .inner .splide .badge .cover {
  position: relative;
  z-index: 2;
  text-align: center;
}
header .first-view .inner .splide .badge .cover .semi {
  display: inline-flex;
  align-items: center;
  border-radius: 80px;
  background: #ffffff;
  padding: 3px 15px 3px 15px;
}
header .first-view .inner .splide .badge .cover .semi img {
  width: 14px;
}
header .first-view .inner .splide .badge .cover .semi span {
  color: #3c766f;
  font-size: 16px;
  padding: 0 3px 0 3px;
}
header .first-view .inner .splide .badge .cover .line {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1.3;
  margin: 10px 0 0 0;
}
header .first-view .inner .splide .badge .cover .line .tate {
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  text-align: center;
  font-size: 22px;
}
header .first-view .inner .splide .badge .cover .line .number {
  font-family: "Jost";
  line-height: 1.1;
  letter-spacing: -1px;
  font-size: 43px;
}
header .first-view .inner .splide .badge .cover .line .en {
  font-family: "Jost";
  font-size: 28px;
}
header .first-view .inner .splide .badge .cover .line.line02 {
  margin: 0 0 0 0;
}
header .first-view .inner .splide .splide__track {
  width: 100%;
}
header .first-view .inner .splide .splide__track .splide__list {
  width: 100%;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide {
  position: relative;
  box-shadow: rgba(45, 105, 91, 0.2) 0 7px 29px 0;
  width: 100%;
  height: 450px;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb {
  overflow: hidden;
  position: relative;
  line-height: 0;
  width: 100%;
  height: 100%;
}

header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb img {
  transition: 8s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .en {
  position: absolute;
  z-index: 12;
  color: #3c766f;
  font-family: "Reenie Beanie";
  opacity: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -80px) rotate(0deg);
  letter-spacing: 2px;
  white-space: nowrap;
  transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
  font-size: 40px;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .line {
  position: absolute;
  z-index: 200;
  opacity: 0;
  text-align: center;
  width: 100%;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .line p {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  letter-spacing: 3px;
  font-size: 23px;
  padding: 5px 45px 5px 55px;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line01 {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50px) rotate(0deg);
  transition: opacity 0.3s ease 1s, transform 0.3s ease 1s;header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line01
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line01 p {
  color: #3c766f;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: #ffffff;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line02 {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50px) rotate(0deg);
  transition: opacity 0.3s ease 1.3s, transform 0.3s ease 1.3s;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line02 p {
  color: #ffffff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(90deg, #3c766f, #5d9a92);
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
  transform: scale(1.15);
  transition-delay: 0s;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
  opacity: 0.4;
  transform: translate(-50%, -50%);
  width: calc(94% + 8px);
  height: 94%;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .en {
  opacity: 1;
  transform: translate(-50%, -150px) rotate(-3deg);
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line {
  opacity: 1;
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
  transform: translate(calc(-50% - 40px), -100px) rotate(0deg);
}
header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
  margin-top: 20px;
  transform: translate(calc(-50% + 40px), -55px) rotate(0deg);
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1281px～1440px(中型ノートPC向け)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/*** 変更 ***/ /* 上書き・追加の場合のコメントアウト */
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  header nav::before {
    width: 100%;
    height: 5px;
  }
  header nav .inner {
    max-width: 1920px;
    padding: 25px 2% 20px 2%;
  }
  header nav .inner .left .logo {
    line-height: 1.1;
  }
  header nav .inner .left .logo .icon {
    width: 50px;
    height: auto;
  }
  header nav .inner .left .logo span {
    font-size: 45px;
    padding: 0 0 0 10px;
  }
  header nav .inner .left h1 {
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 7px 0 0 20px;
  }
  header nav .inner .right .button {
    border-radius: 10px;
    padding: 5px 50px 10px 50px;
  }
  header nav .inner .right .button .sub {
    margin: 0 0 0 0;
  }
  header nav .inner .right .button .sub p {
    border-radius: 10px;
    padding: 0 30px 0 30px;
  }
  header nav .inner .right .button .sub p span {
    font-size: 15px;
  }
  header nav .inner .right .button .main {
    padding: 3px 0 0 0;
  }
  header nav .inner .right .button .main .icon {
    width: 25px;
  }
  header nav .inner .right .button .main p {
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  header nav .inner .right .button .main .arrow {
    width: 20px;
  }
  header .first-view {
    padding: 50px 0 60px 0;
  }
  header .first-view .back {
    line-height: 1;
    opacity: 0.1;
    letter-spacing: 7px;
    font-size: 98px;
  }
  header .first-view .back.left-top {
    left: 0;
    top: 0;
  }
  header .first-view .back.right-bottom {
    right: 0;
    bottom: 0;
  }
  header .first-view .inner {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 3% 0 3%; /*** 変更 ***/
  }
  header .first-view .inner .text {
    padding: 0 0 0 50px; /*** 変更 ***/
  }
  header .first-view .inner .text h3::before {
    width: 90px; /*** 変更 ***/
    height: 2px;
  }
  header .first-view .inner .text h3 .catch {
    font-size: 22px;
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line .catch {
    font-size: 50px; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line .catch .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text h2 .line .catch::before {
    opacity: 0.3;
    bottom: 10px;
    height: 9px;
  }
  header .first-view .inner .text h2 .line02 {
    margin: 10px 0 0 0;
  }
  header .first-view .inner .text h2 .line02 .square {
    line-height: 1.2;
    border: solid 4px #3c766f;
    padding: 2px 20px 2px 20px;
  }
  header .first-view .inner .text h2 .line02 .square .fade-text {
    font-size: 46px; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line02 .square .fade-text.hidden {
    opacity: 0;
  }
  header .first-view .inner .text h2 .line02 .plane {
    font-size: 50px; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line02 .plane .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text .category {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .category li {
    letter-spacing: 2px;
    font-size: 24px; /*** 変更 ***/
    margin: 0 8px 0 0; /*** 変更 ***/
    padding: 2px 15px 2px 15px; /*** 変更 ***/
  }
  header .first-view .inner .text .category li::before {
    opacity: 0.4;
  }
  header .first-view .inner .text .category li:last-child {
    margin: 0 0 0 0;
  }
  header .first-view .inner .text .sentence {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .sentence p {
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 20px;
  }
  header .first-view .inner .text .sentence p br.br01 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br02 {
    display: none; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br03 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .feat {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .feat ul li {
    margin: 0 15px 0 0;
  }
  header .first-view .inner .text .feat ul li img {
    width: 50px;
    height: auto;
  }
  header .first-view .inner .text .feat ul li p {
    line-height: 1.1;
    font-size: 20px;
  }
  header .first-view .inner .text .feat ul li p .number {
    font-size: 55px;
  }
  header .first-view .inner .text .feat ul li p .kome {
    font-size: 0.6em;
  }
  header .first-view .inner .text .feat .caution {
    font-size: 13px;
    margin: 30px 0 0 0;
  }
  header .first-view .inner .splide {
    width: 50%; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge {
    z-index: 12;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
  }
  header .first-view .inner .splide .badge::before {
    opacity: 0.4;
    border-radius: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  header .first-view .inner .splide .badge .bg {
    opacity: 0.92;
  }
  @keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  header .first-view .inner .splide .badge .cover .semi {
    border-radius: 80px;
    padding: 3px 15px 3px 15px;
  }
  header .first-view .inner .splide .badge .cover .semi img {
    width: 14px;
  }
  header .first-view .inner .splide .badge .cover .semi span {
    font-size: 16px;
    padding: 0 3px 0 3px;
  }
  header .first-view .inner .splide .badge .cover .line {
    line-height: 1.3;
    margin: 10px 0 0 0;
  }
  header .first-view .inner .splide .badge .cover .line .tate {
    letter-spacing: 2px;
    font-size: 22px;
  }
  header .first-view .inner .splide .badge .cover .line .number {
    line-height: 1.1;
    font-size: 40px;
  }
  header .first-view .inner .splide .badge .cover .line .en {
    font-size: 28px;
  }
  header .first-view .inner .splide .badge .cover .line.line02 {
    margin: 0 0 0 0;
  }
  header .first-view .inner .splide .splide__track {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 450px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb::before {
    transform: translate(-50%, -40%);
    border: solid 6px #3c766f;
    transition: all 0.6s linear 0s;
    width: 40%;
    height: 40%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .en {
    transform: translate(-50%, -80px) rotate(0deg);
    letter-spacing: 2px;
    font-size: 60px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 3px;
    font-size: 23px;
    padding: 5px 45px 5px 55px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line01 p {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line02 p {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    width: 94%;
    height: 94%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .en {
    transform: translate(-50%, -150px) rotate(-3deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-50% - 40px), -100px) rotate(0deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-50% + 40px), -55px) rotate(0deg);
  }
} /* 1281px～1440px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(小型PC)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  header nav::before {
    width: 100%;
    height: 5px;
  }
  header nav .inner {
    max-width: 1920px;
    padding: 25px 2% 20px 2%;
  }
  header nav .inner .left .logo {
    line-height: 1.1;
  }
  header nav .inner .left .logo .icon {
    width: 50px;
    height: auto;
  }
  header nav .inner .left .logo span {
    font-size: 45px;
    padding: 0 0 0 10px;
  }
  header nav .inner .left h1 {
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 7px 0 0 20px;
  }
  header nav .inner .right .button {
    border-radius: 10px;
    padding: 5px 50px 10px 50px;
  }
  header nav .inner .right .button .sub {
    margin: 0 0 0 0;
  }
  header nav .inner .right .button .sub p {
    border-radius: 10px;
    padding: 0 30px 0 30px;
  }
  header nav .inner .right .button .sub p span {
    font-size: 15px;
  }
  header nav .inner .right .button .main {
    padding: 3px 0 0 0;
  }
  header nav .inner .right .button .main .icon {
    width: 25px;
  }
  header nav .inner .right .button .main p {
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  header nav .inner .right .button .main .arrow {
    width: 20px;
  }
  header .first-view {
    padding: 50px 0 60px 0;
  }
  header .first-view .back {
    line-height: 1;
    opacity: 0.1;
    letter-spacing: 7px;
    font-size: 98px;
  }
  header .first-view .back.left-top {
    left: 0;
    top: 0;
  }
  header .first-view .back.right-bottom {
    right: 0;
    bottom: 0;
  }
  header .first-view .inner {
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%; /*** 変更 ***/
  }
  header .first-view .inner .text {
    padding: 0 0 0 40px; /*** 変更 ***/
  }
  header .first-view .inner .text h3::before {
    width: 45px; /*** 変更 ***/
    height: 2px;
  }
  header .first-view .inner .text h3 .catch {
    font-size: 22px; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line .catch {
    font-size: 45px; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line .catch .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text h2 .line .catch::before {
    opacity: 0.3;
    bottom: 10px;
    height: 9px;
  }
  header .first-view .inner .text h2 .line02 {
    margin: 10px 0 0 0;
  }
  header .first-view .inner .text h2 .line02 .square {
    line-height: 1.2;
    border: solid 4px #3c766f;
    padding: 2px 20px 2px 20px;
  }
  header .first-view .inner .text h2 .line02 .square .fade-text {
    font-size: 42px; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line02 .square .fade-text.hidden {
    opacity: 0;
  }
  header .first-view .inner .text h2 .line02 .plane {
    font-size: 45px; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line02 .plane .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text .category {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .category li {
    letter-spacing: 2px;
    font-size: 22px; /*** 変更 ***/
    margin: 0 3px 0 0; /*** 変更 ***/
    padding: 2px 12px 2px 12px; /*** 変更 ***/
  }
  header .first-view .inner .text .category li::before {
    opacity: 0.4;
  }
  header .first-view .inner .text .category li:last-child {
    margin: 0 0 0 0;
  }
  header .first-view .inner .text .sentence {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .sentence p {
    line-height: 1.7; /*** 変更 ***/
    letter-spacing: 2px;
    font-size: 19px; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br01 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br02 {
    display: none; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br03 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .feat {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .feat ul li {
    margin: 0 10px 0 0;
  }
  header .first-view .inner .text .feat ul li img {
    width: 45px; /*** 変更 ***/
    height: auto;
  }
  header .first-view .inner .text .feat ul li p {
    line-height: 1.1;
    font-size: 20px;
  }
  header .first-view .inner .text .feat ul li p .number {
    font-size: 42px; /*** 変更 ***/
  }
  header .first-view .inner .text .feat ul li p .kome {
    font-size: 0.6em;
  }
  header .first-view .inner .text .feat .caution {
    font-size: 13px;
    margin: 30px 0 0 0;
  }
  header .first-view .inner .splide {
    width: 48%; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge {
    z-index: 12;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
  }
  header .first-view .inner .splide .badge::before {
    opacity: 0.4;
    border-radius: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  header .first-view .inner .splide .badge .bg {
    opacity: 0.92;
  }
  @keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  header .first-view .inner .splide .badge .cover .semi {
    border-radius: 80px;
    padding: 3px 15px 3px 15px;
  }
  header .first-view .inner .splide .badge .cover .semi img {
    width: 14px;
  }
  header .first-view .inner .splide .badge .cover .semi span {
    font-size: 16px;
    padding: 0 3px 0 3px;
  }
  header .first-view .inner .splide .badge .cover .line {
    line-height: 1.3;
    margin: 10px 0 0 0;
  }
  header .first-view .inner .splide .badge .cover .line .tate {
    letter-spacing: 2px;
    font-size: 22px;
  }
  header .first-view .inner .splide .badge .cover .line .number {
    line-height: 1.1;
    font-size: 40px;
  }
  header .first-view .inner .splide .badge .cover .line .en {
    font-size: 28px;
  }
  header .first-view .inner .splide .badge .cover .line.line02 {
    margin: 0 0 0 0;
  }
  header .first-view .inner .splide .splide__track {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 450px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb::before {
    transform: translate(-50%, -40%);
    border: solid 6px #3c766f;
    transition: all 0.6s linear 0s;
    width: 40%;
    height: 40%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .en {
    transform: translate(-50%, -80px) rotate(0deg);
    letter-spacing: 2px;
    font-size: 60px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 3px;
    font-size: 23px;
    padding: 5px 45px 5px 55px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line01 p {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line02 p {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    width: 94%;
    height: 94%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .en {
    transform: translate(-50%, -150px) rotate(-3deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-50% - 40px), -100px) rotate(0deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-50% + 40px), -55px) rotate(0deg);
  }
} /* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header nav::before {
    width: 100%;
    height: 5px;
  }
  header nav .inner {
    max-width: 1920px;
    padding: 25px 5% 20px 5%; /*** 変更 ***/
  }
  header nav .inner .left {
    display: block; /*** 変更 ***/
  }
  header nav .inner .left .logo {
    line-height: 1.1;
  }
  header nav .inner .left .logo .icon {
    width: 50px;
    height: auto;
  }
  header nav .inner .left .logo span {
    font-size: 45px;
    padding: 0 0 0 10px;
  }
  header nav .inner .left h1 {
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 7px 0 0 0; /*** 変更 ***/
  }
  header nav .inner .right .button {
    border-radius: 10px;
    padding: 5px 50px 10px 50px;
  }
  header nav .inner .right .button .sub {
    margin: 0 0 0 0;
  }
  header nav .inner .right .button .sub p {
    border-radius: 10px;
    padding: 0 30px 0 30px;
  }
  header nav .inner .right .button .sub p span {
    font-size: 15px;
  }
  header nav .inner .right .button .main {
    padding: 3px 0 0 0;
  }
  header nav .inner .right .button .main .icon {
    width: 25px;
  }
  header nav .inner .right .button .main p {
    font-size: 20px;
    padding: 0 10px 0 10px;
  }
  header nav .inner .right .button .main .arrow {
    width: 20px;
  }
  header .first-view {
    padding: 50px 0 60px 0;
  }
  header .first-view .back {
    line-height: 1;
    opacity: 0.1;
    letter-spacing: 7px;
    font-size: 98px;
  }
  header .first-view .back.left-top {
    left: 0;
    top: 0;
  }
  header .first-view .back.right-bottom {
    right: 0;
    bottom: 0;
  }
  header .first-view .inner {
    display: block; /*** 変更 ***/
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 2% 0 2%; /*** 変更 ***/
  }
  header .first-view .inner .text {
    text-align: center;
    margin: 30px 0 0 0; /*** 変更 ***/
    padding: 0 5% 0 5%; /*** 変更 ***/
  }
  header .first-view .inner .text h3 {
    justify-content: center; /*** 変更 ***/
  }
  header .first-view .inner .text h3::before {
    width: 45px; /*** 変更 ***/
    height: 2px;
  }
  header .first-view .inner .text h3 .catch {
    font-size: 22px; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line .catch {
    font-size: 45px; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line .catch .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text h2 .line .catch::before {
    opacity: 0.3;
    bottom: 10px;
    height: 9px;
  }
  header .first-view .inner .text h2 .line02 {
    justify-content: center;
    margin: 10px 0 0 0;
  }
  header .first-view .inner .text h2 .line02 .square {
    line-height: 1.2;
    border: solid 4px #3c766f;
    padding: 2px 20px 2px 20px;
  }
  header .first-view .inner .text h2 .line02 .square .fade-text {
    font-size: 42px; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line02 .square .fade-text.hidden {
    opacity: 0;
  }
  header .first-view .inner .text h2 .line02 .plane {
    font-size: 45px; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line02 .plane .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text .category {
    justify-content: center;
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .category li {
    letter-spacing: 2px;
    font-size: 22px; /*** 変更 ***/
    margin: 0 3px 0 0; /*** 変更 ***/
    padding: 2px 12px 2px 12px; /*** 変更 ***/
  }
  header .first-view .inner .text .category li::before {
    opacity: 0.4;
  }
  header .first-view .inner .text .category li:last-child {
    margin: 0 0 0 0;
  }
  header .first-view .inner .text .sentence {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .sentence p {
    line-height: 1.7; /*** 変更 ***/
    letter-spacing: 2px;
    font-size: 19px; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br01 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br02 {
    display: none; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br03 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .feat {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .feat ul {
    justify-content: center; /*** 変更 ***/
  }
  header .first-view .inner .text .feat ul li {
    margin: 0 10px 0 0;
  }
  header .first-view .inner .text .feat ul li img {
    width: 45px; /*** 変更 ***/
    height: auto;
  }
  header .first-view .inner .text .feat ul li p {
    line-height: 1.1;
    font-size: 20px;
  }
  header .first-view .inner .text .feat ul li p .number {
    font-size: 42px; /*** 変更 ***/
  }
  header .first-view .inner .text .feat ul li p .kome {
    font-size: 0.6em;
  }
  header .first-view .inner .text .feat .caution {
    font-size: 13px;
    margin: 30px 0 0 0;
  }
  header .first-view .inner .splide {
    width: 90%; /*** 変更 ***/
    margin: 0 auto 0; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge {
    z-index: 12;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
  }
  header .first-view .inner .splide .badge::before {
    opacity: 0.4;
    border-radius: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  header .first-view .inner .splide .badge .bg {
    opacity: 0.92;
  }
  @keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  header .first-view .inner .splide .badge .cover .semi {
    border-radius: 80px;
    padding: 3px 15px 3px 15px;
  }
  header .first-view .inner .splide .badge .cover .semi img {
    width: 14px;
  }
  header .first-view .inner .splide .badge .cover .semi span {
    font-size: 16px;
    padding: 0 3px 0 3px;
  }
  header .first-view .inner .splide .badge .cover .line {
    line-height: 1.3;
    margin: 10px 0 0 0;
  }
  header .first-view .inner .splide .badge .cover .line .tate {
    letter-spacing: 2px;
    font-size: 22px;
  }
  header .first-view .inner .splide .badge .cover .line .number {
    line-height: 1.1;
    font-size: 40px;
  }
  header .first-view .inner .splide .badge .cover .line .en {
    font-size: 28px;
  }
  header .first-view .inner .splide .badge .cover .line.line02 {
    margin: 0 0 0 0;
  }
  header .first-view .inner .splide .splide__track {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 450px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb::before {
    transform: translate(-50%, -40%);
    border: solid 6px #3c766f;
    transition: all 0.6s linear 0s;
    width: 40%;
    height: 40%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .en {
    transform: translate(-50%, -80px) rotate(0deg);
    letter-spacing: 2px;
    font-size: 60px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 3px;
    font-size: 23px;
    padding: 5px 45px 5px 55px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line01 p {
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
            clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line02 p {
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
            clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    width: 94%;
    height: 94%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .en {
    transform: translate(-50%, -150px) rotate(-3deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-50% - 40px), -100px) rotate(0deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-50% + 40px), -55px) rotate(0deg);
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  header nav::before {
    width: 100%;
    height: 5px;
  }
  header nav .inner {
    display: block;
    max-width: 1920px;
    padding: 20px 5% 15px 5%; /*** 変更 ***/
  }
  header nav .inner .left {
    display: block; /*** 変更 ***/
  }
  header nav .inner .left .logo {
    line-height: 1.1;
  }
  header nav .inner .left .logo .icon {
    width: 9vw; /*** 変更 ***/
    height: auto;
  }
  header nav .inner .left .logo span {
    font-size: 8vw; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header nav .inner .left h1 {
    line-height: 1.2;
    letter-spacing: 1px;
    font-size: 3.25vw; /*** 変更 ***/
    padding: 5px 0 0 0; /*** 変更 ***/
    text-align: left;
  }
  header nav .inner .left h1 br {
    display: none; /*** 変更 ***/
  }
  header nav .inner .right .button {
    display: block;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
  }
  header nav .inner .right .button .sub {
    margin: 0 0 0 0;
  }
  header nav .inner .right .button .sub p {
    border-radius: 10px;
    padding: 0 30px 0 30px;
  }
  header nav .inner .right .button .sub p span {
    font-size: 15px;
  }
  header nav .inner .right .button .main {
    padding: 3px 0 0 0;
  }
  header nav .inner .right .button .main .icon {
    width: 25px;
  }
  header nav .inner .right .button .main p {
    font-size: 15px;
    padding: 0 10px 0 10px;
  }
  header nav .inner .right .button .main .arrow {
    width: 20px;
  }
  header .first-view {
    padding: 0 0 60px 0; /*** 変更 ***/
  }
  header .first-view .back {
    line-height: 1;
    opacity: 0.2;
    letter-spacing: 3px; /*** 変更 ***/
    font-size: 12vw; /*** 変更 ***/
  }
  header .first-view .back.left-top {
    z-index: 8; /*** 変更 ***/
    left: 0;
    top: 0;
  }
  header .first-view .back.right-bottom {
    right: 0;
    bottom: 0;
  }
  header .first-view .inner {
    display: block; /*** 変更 ***/
    max-width: 1920px;
    margin: 0 auto 0;
    padding: 0 0 0 0; /*** 変更 ***/
  }
  header .first-view .inner .text {
    text-align: center;
    margin: 0 0 0 0; /*** 変更 ***/
    padding: 0 5% 0 5%; /*** 変更 ***/
  }
  header .first-view .inner .text h3 {
    justify-content: center; /*** 変更 ***/
  }
  header .first-view .inner .text h3::before {
    width: 7vw; /*** 変更 ***/
    height: 2px;
  }
  header .first-view .inner .text h3 .catch {
    font-size: 4vw; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line .catch {
    font-size: 8vw; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line .catch .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text h2 .line .catch::before {
    opacity: 0.3;
    bottom: 9px; /*** 変更 ***/
    height: 5px; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line02 {
    justify-content: center;
    margin: 10px 0 0 0;
  }
  header .first-view .inner .text h2 .line02 .square {
    line-height: 1.2;
    border: solid 4px #3c766f;
    padding: 2px 20px 2px 20px;
  }
  header .first-view .inner .text h2 .line02 .square .fade-text {
    font-size: 7.5vw; /*** 変更 ***/
  }
  header .first-view .inner .text h2 .line02 .square .fade-text.hidden {
    opacity: 0;
  }
  header .first-view .inner .text h2 .line02 .plane {
    font-size: 7vw; /*** 変更 ***/
    padding: 0 0 0 10px;
  }
  header .first-view .inner .text h2 .line02 .plane .small {
    font-size: 0.75em;
  }
  header .first-view .inner .text .category {
    display: block; /*** 変更 ***/
    justify-content: center;
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .category li {
    letter-spacing: 2px;
    font-size: 4.5vw; /*** 変更 ***/
    margin: 10px 0 0 0; /*** 変更 ***/
    padding: 2px 12px 2px 12px; /*** 変更 ***/
  }
  header .first-view .inner .text .category li::before {
    opacity: 0.4;
  }
  header .first-view .inner .text .category li:last-child {
    margin: 6px 0 0 0; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .sentence p {
    line-height: 2; /*** 変更 ***/
    letter-spacing: 1px; /*** 変更 ***/
    font-size: 4vw; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br01 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br02 {
    display: none; /*** 変更 ***/
  }
  header .first-view .inner .text .sentence p br.br03 {
    display: block; /*** 変更 ***/
  }
  header .first-view .inner .text .feat {
    margin: 20px 0 0 0;
  }
  header .first-view .inner .text .feat ul {
    justify-content: center; /*** 変更 ***/
  }
  header .first-view .inner .text .feat ul li {
    margin: 0 10px 0 0;
  }
  header .first-view .inner .text .feat ul li img {
    width: 10vw; /*** 変更 ***/
    height: auto;
  }
  header .first-view .inner .text .feat ul li p {
    line-height: 1.1;
    font-size: 4.5vw; /*** 変更 ***/
  }
  header .first-view .inner .text .feat ul li p .number {
    font-size: 7.5vw; /*** 変更 ***/
  }
  header .first-view .inner .text .feat ul li p .kome {
    font-size: 0.6em;
  }
  header .first-view .inner .text .feat .caution {
    font-size: 3.5vw; /*** 変更 ***/
    margin: 30px 0 0 0;
  }
  header .first-view .inner .splide {
    width: 100%; /*** 変更 ***/
    margin: 0 0 0 0; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge {
    z-index: 12;
    right: -2vw; /*** 変更 ***/
    top: 2vw; /*** 変更 ***/
    width: 34vw; /*** 変更 ***/
    height: 34vw; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge::before {
    opacity: 0.4;
    border-radius: 50%;
    width: calc(100% - 15px); /*** 変更 ***/
    height: calc(100% - 15px); /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .bg {
    opacity: 0.92;
  }
  @keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  header .first-view .inner .splide .badge .cover .semi {
    border-radius: 70px; /*** 変更 ***/
    padding: 3px 12px 3px 12px; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .cover .semi img {
    width: 2.75vw; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .cover .semi span {
    font-size: 3vw; /*** 変更 ***/
    padding: 0 2px 0 2px;
  }
  header .first-view .inner .splide .badge .cover .line {
    line-height: 1; /*** 変更 ***/
    margin: 5px 0 0 0; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .cover .line .tate {
    letter-spacing: 1px; /*** 変更 ***/
    font-size: 3.75vw; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .cover .line .number {
    line-height: 1; /*** 変更 ***/
    font-size: 9vw; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .cover .line .en {
    font-size: 7vw; /*** 変更 ***/
  }
  header .first-view .inner .splide .badge .cover .line.line02 {
    margin: 0 0 0 0;
  }
  header .first-view .inner .splide .splide__track {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list {
    width: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide {
    width: 100%;
    height: 450px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb {
    -webkit-clip-path: polygon(27% 0, 100% 0, 100% 60%, 100% 100%, 100% 100%, 0 65%);
            clip-path: polygon(27% 0, 100% 0, 100% 60%, 100% 100%, 100% 100%, 0 65%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb::before {
    display: none; /*** 変更 ***/
    transform: translate(-50%, -40%);
    border: solid 6px #3c766f;
    transition: all 0.6s linear 0s;
    width: 40%;
    height: 40%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .thumb img {
    width: 100%;
    height: 100%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .en {
    transform: translate(-50%, -80px) rotate(0deg);
    letter-spacing: 1px; /*** 変更 ***/
    font-size: 12.5vw; /*** 変更 ***/
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line p {
    letter-spacing: 3px;
    font-size: 4.75vw; /*** 変更 ***/
    padding: 5px 35px 5px 45px;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line01 p {
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
            clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide .line.line02 p {
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
            clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb img {
    transform: scale(1.15);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .thumb::before {
    opacity: 0.4;
    width: 94%;
    height: 94%;
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .en {
    transform: translate(-50%, -150px) rotate(-3deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line01 {
    transform: translate(calc(-50% - 40px), -100px) rotate(0deg);
  }
  header .first-view .inner .splide .splide__track .splide__list .splide__slide.is-active .line.line02 {
    transform: translate(calc(-50% + 40px), -55px) rotate(0deg);
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************//*# sourceMappingURL=style.css.map */

.wrap {
  animation: fadein 3s forwards;
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}

.bg {
  width: 100%;
  height: 100vh;
}

