@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
/* ==================================
    MAIN VISUAL
================================== */
#main_visual {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/top/mv_img.jpg) no-repeat center 60px;
  background-size: cover; }
  #main_visual .mv_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 786px;
    width: 100%;
    height: 100%;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }
  #main_visual .txt_img {
    width: 100%;
    margin-bottom: 15.26718%; }
  #main_visual .mv_btn {
    margin-left: 19.7201%;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 1;
    animation-delay: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }
    #main_visual .mv_btn .more_btn {
      background: url(../images/top/blur_bg.png) no-repeat center center; }

@media screen and (max-width: 750px) {
  .mv_box {
    max-width: none;
    width: 90%;
    margin-left: -10%; }
  .txt_img {
    width: 100%;
    margin-bottom: 15.26718%; }
  .mv_btn {
    margin-left: 19.7201%;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 1;
    animation-delay: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }
    .mv_btn .more_btn {
      width: 240px;
      height: 50px;
      text-align: center;
      border: solid 3px #ffcf06;
      font-size: 1.8rem;
      font-weight: bold;
      font-style: italic;
      color: #ffcf06;
      line-height: 2.4;
      letter-spacing: 5.75px;
      text-decoration: none;
      z-index: 3; } }

/* ==================================
    MAIN CONTAINER
================================== */
#section_box01 {
  width: 100%; }
  #section_box01 .box {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #section_box01 .box .img_area {
      width: 50%; }
      #section_box01 .box .img_area img {
        width: 100%;
        height: auto; }
    #section_box01 .box .txt_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      position: relative;
      width: 50%;
      background: #fff;
      padding: 30px; }
      #section_box01 .box .txt_area .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 7.14286%; }
      #section_box01 .box .txt_area .txt_box {
        min-width: 480px;
        width: 68.57143%;
        margin: 0 auto; }
        #section_box01 .box .txt_area .txt_box p {
          font-weight: 500;
          line-height: 1.88;
          letter-spacing: 0.8px; }
        #section_box01 .box .txt_area .txt_box .name {
          margin-bottom: 34px;
          font-size: 4.4rem;
          font-weight: 300;
          font-style: italic;
          line-height: 1.5;
          letter-spacing: 1.32px; }
          #section_box01 .box .txt_area .txt_box .name .eng {
            display: block;
            font-size: 1.6rem; }
        #section_box01 .box .txt_area .txt_box .txt {
          margin-bottom: 37px;
          font-size: 1.3rem;
          font-weight: 500; }
        #section_box01 .box .txt_area .txt_box .sns_list li {
          display: inline-block;
          margin-right: 15px;
          list-style: none; }
      #section_box01 .box .txt_area::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50px;
        height: 53.57143%;
        background-color: #ee1c25; }
    #section_box01 .box:nth-of-type(2) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
      flex-flow: row-reverse nowrap; }
      #section_box01 .box:nth-of-type(2) .txt_area .txt_box {
        min-width: 280px;
        width: 280px; }
      #section_box01 .box:nth-of-type(2) .txt_area::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 66.07143%;
        background-color: #008677; }
      #section_box01 .box:nth-of-type(2) .txt_area::after {
        content: none; }

@media screen and (max-width: 1320px) {
  #section_box01 {
    width: 100%; }
    #section_box01 .box {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #section_box01 .box .img_area {
        width: 50%; }
        #section_box01 .box .img_area img {
          width: 100%;
          height: auto; }
      #section_box01 .box .txt_area {
        padding: 30px 0px; }
        #section_box01 .box .txt_area .logo {
          max-width: 164px;
          width: 23.42857%;
          text-align: center;
          margin-bottom: 7.14286%; }
        #section_box01 .box .txt_area .txt_box {
          max-width: 480px;
          min-width: auto;
          width: 100%;
          margin: 0 auto;
          padding: 0 50px; }
          #section_box01 .box .txt_area .txt_box p {
            font-size: 1.33333vw;
            font-weight: 500;
            line-height: 1.88;
            letter-spacing: 0.8px; }
          #section_box01 .box .txt_area .txt_box .name {
            margin-bottom: 34px;
            font-size: 4.4rem;
            font-weight: 300;
            font-style: italic;
            line-height: 1.5;
            letter-spacing: 1.32px; }
            #section_box01 .box .txt_area .txt_box .name .eng {
              display: block;
              font-size: 1.6rem; }
          #section_box01 .box .txt_area .txt_box .txt {
            margin-bottom: 37px;
            font-size: 1.3rem;
            font-weight: 500; }
          #section_box01 .box .txt_area .txt_box .sns_list li {
            display: inline-block;
            margin-right: 15px;
            list-style: none; }
        #section_box01 .box .txt_area::after {
          content: '';
          position: absolute;
          right: 0;
          bottom: 0;
          width: 7.14286%;
          height: 53.57143%;
          background-color: #ee1c25; }
      #section_box01 .box:nth-of-type(2) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap; }
        #section_box01 .box:nth-of-type(2) .txt_area .txt_box {
          min-width: 280px;
          width: 280px;
          padding: 0 0px; }
        #section_box01 .box:nth-of-type(2) .txt_area::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 7.14286%;
          height: 66.07143%;
          background-color: #008677; }
        #section_box01 .box:nth-of-type(2) .txt_area::after {
          content: none; } }

@media screen and (max-width: 960px) {
  #section_box01 {
    width: 100%; }
    #section_box01 .box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse wrap;
      flex-flow: column-reverse wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #section_box01 .box .img_area {
        width: 100%; }
        #section_box01 .box .img_area img {
          width: 100%;
          height: auto; }
      #section_box01 .box .txt_area {
        width: 100%;
        padding: 12.5%; }
        #section_box01 .box .txt_area .logo {
          max-width: 164px;
          width: 100%;
          text-align: center;
          margin-bottom: 5.20833%; }
        #section_box01 .box .txt_area .txt_box {
          max-width: none;
          width: 100%;
          margin: 0 auto;
          padding: 0; }
          #section_box01 .box .txt_area .txt_box p {
            font-size: 1.66667vw;
            font-weight: 500;
            line-height: 1.88;
            letter-spacing: 0.8px; }
          #section_box01 .box .txt_area .txt_box .name {
            margin-bottom: 34px;
            font-size: 4.4rem;
            font-weight: 300;
            font-style: italic;
            line-height: 1.5;
            letter-spacing: 1.32px; }
            #section_box01 .box .txt_area .txt_box .name .eng {
              display: block;
              font-size: 1.6rem; }
          #section_box01 .box .txt_area .txt_box .txt {
            margin-bottom: 37px;
            font-size: 1.3rem;
            font-weight: 500; }
          #section_box01 .box .txt_area .txt_box .sns_list li {
            display: inline-block;
            margin-right: 15px;
            list-style: none; }
        #section_box01 .box .txt_area::after {
          width: 5.20833%; }
      #section_box01 .box:nth-of-type(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse wrap;
        flex-flow: column-reverse wrap; }
        #section_box01 .box:nth-of-type(2) .txt_area .txt_box {
          min-width: 280px;
          width: 280px;
          padding: 0 0px; }
        #section_box01 .box:nth-of-type(2) .txt_area::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 7.14286%;
          height: 66.07143%;
          background-color: #008677; }
        #section_box01 .box:nth-of-type(2) .txt_area::after {
          content: none; } }

@media screen and (max-width: 750px) {
  #section_box01 .box .txt_area {
    padding: 12.5%; }
    #section_box01 .box .txt_area .txt_box {
      min-width: none;
      width: 100%;
      padding: 0 0px; }
      #section_box01 .box .txt_area .txt_box p {
        font-size: 3.73333vw;
        font-weight: 500;
        line-height: 1.88;
        letter-spacing: 0.8px; }
      #section_box01 .box .txt_area .txt_box .name {
        margin-bottom: 6.8%;
        font-size: 7.73333vw; }
        #section_box01 .box .txt_area .txt_box .name .eng {
          font-size: 3.73333vw; }
      #section_box01 .box .txt_area .txt_box .txt {
        margin-bottom: 4.93333%;
        font-size: 3.33333vw; }
      #section_box01 .box .txt_area .txt_box .sns_list li {
        display: inline-block;
        margin-right: 15px;
        list-style: none; }
  #section_box01 .box:nth-of-type(2) .txt_area .txt_box {
    max-width: none;
    width: 100%;
    padding: 0 0px; } }

#section_box02 {
  padding: 70px 40px 93px;
  background: #000;
  text-align: center; }
  #section_box02 p {
    color: #fff;
    line-height: 1.88;
    letter-spacing: 0.8px; }
  #section_box02 .logo {
    margin-bottom: 44px; }
  #section_box02 .large_txt {
    margin: 58px 0 40px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 1.2px; }

@media screen and (max-width: 750px) {
  #section_box02 {
    padding: 13.33333% 5.33333%; }
    #section_box02 p {
      font-size: 3.73333vw;
      text-align: left; }
    #section_box02 .logo {
      margin-bottom: 44px; }
    #section_box02 .large_txt {
      margin: 15.46667% 0 10.66667%;
      font-size: 4.8vw;
      line-height: 1.5; } }

#section_box03 {
  width: 100%; }
  #section_box03 .moive_box {
    position: relative;
    padding-bottom: 56.28571%;
    height: 0;
    overflow: hidden;
    width: 100%; }
  #section_box03 .moive_box iframe,
  #section_box03 .moive_box object,
  #section_box03 .moive_box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#section_box04 {
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  #section_box04 .box {
    width: 50%;
    background: #ffcf06; }
    #section_box04 .box .img_area img {
      width: 100%;
      height: auto; }
    #section_box04 .box .ttl_box {
      padding: 60px 40px;
      text-align: center;
      font-size: 2.1rem;
      font-weight: 500;
      line-height: 1.43;
      letter-spacing: 1.05px; }
    #section_box04 .box .txt_area {
      padding: 40px 20px 67px; }
      #section_box04 .box .txt_area p {
        display: block;
        max-width: 480px;
        width: 77.41935%;
        margin: 0 auto;
        font-weight: 500;
        line-height: 1.88;
        letter-spacing: 0.8px; }
    #section_box04 .box:nth-of-type(2) {
      background: #9dc4cb; }

@media screen and (max-width: 960px) {
  #section_box04 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    #section_box04 .box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
      #section_box04 .box .ttl_box {
        padding: 12.5% 4.16667%;
        font-size: 2.1rem; }
      #section_box04 .box .txt_area {
        padding: 10.41667% 40px; }
        #section_box04 .box .txt_area p {
          display: block;
          max-width: 480px;
          width: 55.81395%; }
      #section_box04 .box:nth-of-type(2) {
        background: #9dc4cb; } }

@media screen and (max-width: 750px) {
  #section_box04 .box .ttl_box {
    padding: 12.5% 4.16667%;
    font-size: 4.53333vw; }
  #section_box04 .box .txt_area {
    padding: 10.41667% 40px; }
    #section_box04 .box .txt_area p {
      display: block;
      max-width: none;
      width: 100%;
      font-size: 3.73333vw; } }

#section_box05 {
  width: 100%;
  background-color: #000; }
  #section_box05 .box {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  #section_box05 .img_area {
    width: 50%; }
    #section_box05 .img_area img {
      width: 100%;
      height: auto; }
  #section_box05 .txt_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    width: 50%;
    padding: 30px; }
    #section_box05 .txt_area .txt_box {
      max-width: 520px;
      width: 74.28571%; }
      #section_box05 .txt_area .txt_box p {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.88;
        letter-spacing: 0.8px;
        color: #fefefe; }
      #section_box05 .txt_area .txt_box .item_name {
        margin-bottom: 32px;
        font-size: 2.0rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 1px;
        text-align: justify;
        color: #fefefe; }
      #section_box05 .txt_area .txt_box .more_btn {
        max-width: 280px;
        width: 100%;
        height: 50px;
        margin-top: 40px;
        border: solid 1px #ffcf06;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 3.125;
        letter-spacing: 4px; }
        #section_box05 .txt_area .txt_box .more_btn:after {
          content: '';
          display: block;
          position: absolute;
          width: 14px;
          height: 9px;
          top: 0;
          bottom: 0;
          left: 88%;
          margin: auto;
          background: url(../images/common/arrow_icon01.svg) no-repeat center center;
          background-size: 100% auto;
          -webkit-transition: all 0.6s ease-out;
          -o-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out; }
        #section_box05 .txt_area .txt_box .more_btn:hover {
          opacity: 1; }
          #section_box05 .txt_area .txt_box .more_btn:hover:after {
            left: 92%; }

@media screen and (max-width: 960px) {
  #section_box05 .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #section_box05 .img_area {
    width: 100%; }
  #section_box05 .txt_area {
    width: 100%;
    padding: 15.625%; }
    #section_box05 .txt_area .txt_box {
      max-width: none;
      width: 100%; }
      #section_box05 .txt_area .txt_box p {
        font-size: 1.6rem; }
      #section_box05 .txt_area .txt_box .item_name {
        margin-bottom: 4.57143%;
        font-size: 2.6rem; } }

@media screen and (max-width: 750px) {
  #section_box05 .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #section_box05 .txt_area {
    width: 100%;
    padding: 15.625% 10.41667%; }
    #section_box05 .txt_area .txt_box {
      max-width: none;
      width: 100%; }
      #section_box05 .txt_area .txt_box p {
        font-size: 3.73333vw; }
      #section_box05 .txt_area .txt_box .item_name {
        margin-bottom: 4.57143%;
        font-size: 4.8vw; } }

#section_box06 {
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  #section_box06 .ttl_box {
    background-color: #000;
    padding: 85px 40px 25px; }
    #section_box06 .ttl_box p {
      font-size: 2.1rem;
      font-weight: 500;
      line-height: 50px;
      letter-spacing: 1.05px;
      text-align: center;
      color: #ffffff; }
      #section_box06 .ttl_box p .ttl_line {
        position: relative;
        padding: 0 80px 0 0; }
        #section_box06 .ttl_box p .ttl_line:after {
          content: '';
          display: inline-block;
          position: absolute;
          width: 21px;
          height: 50px;
          -webkit-transform: skewX(150deg);
          -ms-transform: skewX(150deg);
          transform: skewX(150deg);
          border-right: 1px solid #ffcf06;
          right: 40px; }
  #section_box06 .img_area {
    width: 50%; }
    #section_box06 .img_area img {
      width: 100%;
      height: auto; }
  #section_box06 .txt_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    width: 50%;
    background-color: #ffffff;
    padding: 30px; }
    #section_box06 .txt_area .txt_box {
      max-width: 520px;
      width: 74.28571%; }
      #section_box06 .txt_area .txt_box p {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.67;
        letter-spacing: 0.8px; }
      #section_box06 .txt_area .txt_box .ttl {
        position: relative;
        margin-bottom: 32px;
        padding-bottom: 30px;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 1.2px; }
        #section_box06 .txt_area .txt_box .ttl span {
          display: block; }
        #section_box06 .txt_area .txt_box .ttl:before {
          content: '';
          position: absolute;
          top: 100%;
          left: 0;
          width: 130px;
          height: 2px;
          background-color: #ffcf06; }

@media screen and (max-width: 960px) {
  #section_box06 .ttl_box {
    padding: 85px 40px 25px; }
    #section_box06 .ttl_box p {
      font-size: 4.8vw; }
      #section_box06 .ttl_box p .ttl_line {
        position: relative;
        padding: 85px 80px 0 0; }
        #section_box06 .ttl_box p .ttl_line:after {
          content: '';
          display: inline-block;
          position: absolute;
          width: 21px;
          height: 50px;
          -webkit-transform: skewX(150deg);
          -ms-transform: skewX(150deg);
          transform: skewX(150deg);
          border-right: 1px solid #ffcf06;
          right: 40px; }
  #section_box06 .img_area {
    width: 100%; }
    #section_box06 .img_area img {
      width: 100%;
      height: auto; }
  #section_box06 .txt_area {
    width: 100%;
    padding: 15.625%; }
    #section_box06 .txt_area .txt_box {
      max-width: none;
      width: 100%; }
      #section_box06 .txt_area .txt_box p {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.67;
        letter-spacing: 0.8px; }
        #section_box06 .txt_area .txt_box p br {
          display: none; }
      #section_box06 .txt_area .txt_box .ttl {
        position: relative;
        margin-bottom: 32px;
        padding-bottom: 30px;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 1.2px; }
        #section_box06 .txt_area .txt_box .ttl span {
          display: block; }
        #section_box06 .txt_area .txt_box .ttl:before {
          content: '';
          position: absolute;
          top: 100%;
          left: 0;
          width: 130px;
          height: 2px;
          background-color: #ffcf06; }
  #section_box06 .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 750px) {
  #section_box06 .ttl_box {
    padding: 11.33333% 5.33333% 3.33333%; }
  #section_box06 .txt_area {
    width: 100%;
    padding: 15.625% 10.41667%; }
    #section_box06 .txt_area .txt_box {
      max-width: none;
      width: 100%; }
      #section_box06 .txt_area .txt_box p {
        font-size: 4vw; }
      #section_box06 .txt_area .txt_box .ttl {
        position: relative;
        margin-bottom: 22px;
        padding-bottom: 20px;
        font-size: 4.26667vw;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 1.2px; } }
