@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
/*************************************
* CSSリセット
*************************************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  outline: none; }

a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table a {
    color: #0784c8; }

input, select {
  vertical-align: middle; }

img {
  line-height: 1;
  max-width: 100%;
  height: auto; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

html {
  font-size: 62.5%; }

body {
  line-height: 1.8;
  font-size: 1.4rem;
  /*font-family: "Noto Sans JP", sans-serif;*/
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  @media all and (-ms-high-contrast: none) {
    body {
      overflow-x: hidden; } }
  @media (min-width: 1025px) {
    body {
      min-width: 1100px; } }

h1, h2 {
  font-weight: normal;
  line-height: 1; }

h3, h4 {
  font-weight: normal;
  font-weight: normal; }

.st-Wrapper, main {
  height: 100%; }

.st-Container {
  position: relative;
  background: #fff;
  padding-top: 180px; }
  @media (max-width: 1024px) {
    .st-Container {
      padding-top: 90px; } }

.st-Container_Inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto; }

/*************************************
* 見出し
*************************************/
.sw-h1Title {
  width: 90%;
  text-align: center;
  margin: 0 auto 55px; }
  @media (max-width: 600px) {
    .sw-h1Title {
      margin: 37px auto 30px; } }
  .sw-h1Title img {
    max-height: 62px;
    margin: 0 auto 30px; }
    @media (max-width: 600px) {
      .sw-h1Title img {
        max-height: 28px;
        margin-bottom: 20px; } }
  .sw-h1Title span {
    display: block;
    font-size: 2rem;
    font-weight: 700; }
    @media (max-width: 600px) {
      .sw-h1Title span {
        font-size: 1.4rem; } }

.sw-h2Title {
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
  margin: 0 auto 25px; }
  @media (max-width: 600px) {
    .sw-h2Title {
      font-size: 1.6rem; } }

/*************************************
* ヘッダー
*************************************/
.st-Header {
  width: 100%;
  position: fixed;
  z-index: 999;
  line-height: 1;
  justify-content: space-between;
  display: flex;
  height: 150px; }
  .st-Header:not(.tp-Header) {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff', GradientType=0); }
  @media (max-width: 1024px) {
    .st-Header {
      height: 90px; } }
  .st-Header.bg-on {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff', GradientType=0); }

.st-Header_MainNav > li > a {
  font-weight: 700;
  font-size: 1.4rem;
  display: block; }

.st-Header_Logo_Wrap {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  max-width: 150px; }
  @media (max-width: 1024px) {
    .st-Header_Logo_Wrap {
      max-width: 90px; } }
  .st-Header_Logo_Wrap a {
    background: #FD6721;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
  .st-Header_Logo_Wrap img {
    width: 66%; }

@media (min-width: 1025px) {
  .st-Header_MainNav_Wrap {
    padding: 20px 30px 0 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }
  .st-Header_MainNav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; }
    .st-Header_MainNav > li:not(.menu-switching):not(.tab-view):not(:nth-child(3)) {
      margin-left: 40px;
      border-left: 1px solid #000;
      padding-left: 40px; }
      .st-Header_MainNav > li:not(.menu-switching):not(.tab-view):not(:nth-child(3)):first-child {
        padding-left: 0;
        margin-left: 0;
        border-left: none; }
      .st-Header_MainNav > li:not(.menu-switching):not(.tab-view):not(:nth-child(3)) > a {
        white-space: nowrap;
        font-size: 1.4rem;
        display: block;
        text-align: center;
        position: relative; }
  .menu-switching {
    margin-left: 30px; }
    .menu-switching a {
      font-weight: normal !important;
      line-height: 1;
      text-align: center;
      display: block;
      font-size: 1.4rem; }
      .menu-switching a:first-of-type {
        border-bottom: 1px solid #000;
        padding-bottom: 13px;
        margin-bottom: 13px; }
  .menu-trigger {
    display: none; } }

@media (max-width: 1024px) {
  .st-Header_MainNav_Wrap {
    -webkit-overflow-scrolling: touch;
    display: none;
    margin-top: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9); }
  .st-Header_MainNav {
    width: 90% !important;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .st-Header_MainNav > li > a {
      margin-bottom: 10px;
      padding: 15px 0;
      font-size: 2rem;
      color: #fff;
      position: relative; }
  .st-Header_MainNav-logo_wrap {
    width: 40vw;
    margin: 0 auto 45px;
    text-align: center; }
    .st-Header_MainNav-logo_wrap .st-Header_MainNav-logo-01 {
      border-bottom: 1px solid #fff;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .st-Header_MainNav-logo_wrap .st-Header_MainNav-logo-01 img {
        max-width: 28vw; }
    .st-Header_MainNav-logo_wrap .st-Header_MainNav-logo-02 .svg {
      width: 17vw; }
    .st-Header_MainNav-logo_wrap .svg path {
      fill: #fff; }
  .menu-trigger {
    position: absolute;
    width: 20px;
    height: 15px;
    right: 15px;
    top: 15px;
    z-index: 999; }
    .menu-trigger span {
      display: block;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background: #000; }
      .menu-trigger span:nth-of-type(1) {
        top: 0; }
      .menu-trigger span:nth-of-type(2) {
        top: 49%;
        transform: translateY(-50%); }
      .menu-trigger span:nth-of-type(3) {
        bottom: 0; }
    .menu-trigger.active span {
      background: #fff;
      height: 1px; }
      .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg); }
      .menu-trigger.active span:nth-of-type(2) {
        opacity: 0; }
      .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-7px) rotate(45deg); } }

.svg path {
  color: #fff;
  fill: currentColor;
  background-color: #fff; }

/*************************************
* フッター
*************************************/
.st-Footer {
  color: #fff;
  padding: 40px 0;
  background: #FD6721; }
  .st-Footer .st-Container_Inner {
    max-width: 1000px; }
    @media (max-width: 600px) {
      .st-Footer .st-Container_Inner {
        max-width: 90% !important; } }
  .st-Footer a {
    color: #fff; }
  .st-Footer .st-Footer_Wrap {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 600px) {
      .st-Footer .st-Footer_Wrap {
        display: block; }
        .st-Footer .st-Footer_Wrap .ft-logo {
          text-align: center;
          margin-bottom: 30px; }
          .st-Footer .st-Footer_Wrap .ft-logo img {
            width: 21vw; } }
  .st-Footer .st-Footer_Menu {
    display: flex;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold; }
    @media (max-width: 1024px) {
      .st-Footer .st-Footer_Menu {
        flex-wrap: wrap;
        justify-content: center; } }
    @media (max-width: 600px) {
      .st-Footer .st-Footer_Menu {
        font-size: 1.2rem; } }
    .st-Footer .st-Footer_Menu li {
      line-height: 1;
      margin-left: 25px;
      border-left: 1px solid #fff;
      padding-left: 25px; }
      @media (max-width: 600px) {
        .st-Footer .st-Footer_Menu li {
          margin-left: 10px;
          padding-left: 10px; } }
      .st-Footer .st-Footer_Menu li:first-child {
        padding-left: 0;
        margin-left: 0;
        border-left: none; }
  .st-Footer .copyright {
    font-style: normal;
    font-size: 1.4rem;
    margin-top: 10px; }
    @media (max-width: 600px) {
      .st-Footer .copyright {
        font-size: 1rem;
        margin-top: 25px;
        text-align: center; } }

#page-top {
  position: fixed;
  bottom: 70px;
  right: 40px;
  text-decoration: none;
  z-index: 1;
  width: 48px;
  height: 48px;
  background: #2c2c2c; }
  @media (max-width: 600px) {
    #page-top {
      bottom: 20px;
      right: 20px;
      width: 35px;
      height: 35px; } }
  #page-top::after {
    position: absolute;
    margin: auto;
    top: 10px;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media (max-width: 600px) {
      #page-top::after {
        width: 15px;
        height: 15px; } }

/*************************************
* 共通
*************************************/
.tab-view, .sp-view {
  display: none; }

@media (max-width: 1024px) {
  .pc-view, .sp-view {
    display: none !important; }
  .tab-view {
    display: block !important; } }

@media (max-width: 600px) {
  .sp-view {
    display: block !important; } }

.sp-size {
  display: none; }

@media (max-width: 767px) {
  .pc-size {
    display: none; }
  .sp-size {
    display: block; } }

.op a:hover, a.op:hover {
  opacity: 0.7; }

.breaking-out {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }

.sw-Button {
  background: #fff;
  border: 1px solid #FD6721;
  color: #FD6721;
  display: block;
  max-width: 200px;
  line-height: 50px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold; }
  @media (max-width: 600px) {
    .sw-Button {
      line-height: 35px;
      font-size: 1.4rem;
      max-width: 130px; } }
  .sw-Button:hover {
    background: #FD6721;
    color: #fff; }

.sw-Contents_Text {
  font-size: 1.4rem;
  color: #949494;
  line-height: 1.8;
  /*ont-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;*/ }
  .sw-Contents_Text:not(:last-of-type) {
    margin-bottom: 2em; }

.txtC {
  text-align: center; }

/*animate*/
@media (min-width: 1025px) {
  .pc-fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  .pc-fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; } }

@media (max-width: 1024px) {
  .tab-fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }
  .tab-fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; } }

/*************************************
* TOP
*************************************/
.tp-Container {
  height: 100%;
  padding-top: 0; }

.tp-Container section {
  position: relative; }
  @media (min-width: 1025px) {
    .tp-Container section {
      height: 768px; } }
  @media (max-width: 1024px) {
    .tp-Container section .st-Container_Inner {
      max-width: 77vw; } }
  .tp-Container section .sw-Contents_Text {
    font-size: 1.6rem;
    line-height: 2; }
    @media (max-width: 600px) {
      .tp-Container section .sw-Contents_Text {
        font-size: 1.2rem; } }

.tp-H2Title {
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .tp-H2Title {
      margin-bottom: 20px; } }
  .tp-H2Title img {
    max-height: 62px;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .tp-H2Title img {
        margin: 0 auto 30px; } }
    @media (max-width: 600px) {
      .tp-H2Title img {
        max-height: 28px;
        margin-bottom: 15px; } }
  .tp-H2Title span {
    display: block;
    font-size: 2rem;
    font-weight: 700; }
    @media (max-width: 600px) {
      .tp-H2Title span {
        font-size: 1.4rem; } }

.tp-Hero {
  text-align: center;
  line-height: 1;
  position: relative; }
  @media (min-width: 1025px) {
    .tp-Hero {
      padding: 0 5%; } }
  @media (max-width: 1024px) {
    .tp-Hero {
      margin-bottom: 150px;
      height: 100%; } }
  @media (max-width: 600px) {
    .tp-Hero {
      margin-bottom: 70px;
      display: flex;
      align-items: center; } }
  .tp-Hero .tp-Hero_Outer {
    position: relative;
    margin: 0 auto;
    height: 100%; }
    @media (min-width: 1025px) {
      .tp-Hero .tp-Hero_Outer {
        width: 1100px;
        padding-bottom: 40px; } }
    @media (max-width: 1024px) {
      .tp-Hero .tp-Hero_Outer {
        width: 87%; } }
  .tp-Hero .tp-Hero_Inner {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-end; }
  .tp-Hero .tp-Hero_Text {
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    letter-spacing: 10px; }
    @media (min-width: 1025px) {
      .tp-Hero .tp-Hero_Text {
        white-space: nowrap;
        top: calc(35% - 20px);
        height: 136px;
        width: 375px;
        line-height: 2;
        text-align: left} }
    @media (max-width: 1024px) {
      .tp-Hero .tp-Hero_Text {
        width: 100%;
        top: 76%;
        letter-spacing: 5px; } }
    @media (max-width: 600px) {
      .tp-Hero .tp-Hero_Text {
        font-size: 1.2rem;
        top: 74%;
        line-height: 2;} }
  .tp-Hero .tp-Hero_Slide_Wrap-01 {
    position: absolute;
    top: 0; }
    @media (min-width: 1025px) {
      .tp-Hero .tp-Hero_Slide_Wrap-01 {
        z-index: 1;
        height: 100%;
        left: 0;
        width: 100%; } }
    @media (max-width: 1024px) {
      .tp-Hero .tp-Hero_Slide_Wrap-01 {
        width: 100%;
        height: 68%; } }
  @media (min-width: 1025px) {
    .tp-Hero .tp-Hero_Slide-01_Wrap {
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      left: 49.5%;
      height: 100%; } }
  @media (min-width: 1025px) {
    .tp-Hero .tp-Hero_Slide-02_Wrap {
      position: absolute;
      bottom: -40px;
      left: 58.5%;
      height: 100%; } }
  @media (min-width: 1025px) {
    .tp-Hero .tp-Hero_Slide-01 {
      height: 94%;
      width: auto; } }
  @media (max-width: 1024px) {
    .tp-Hero .tp-Hero_Slide-01 {
      max-height: 86%;
      left: 0;
      position: absolute; } }
  @media (min-width: 1025px) {
    .tp-Hero .tp-Hero_Slide-02_Wrap {
      display: flex;
      align-items: flex-end; } }
  @media (min-width: 1025px) {
    .tp-Hero .tp-Hero_Slide-02 {
      height: 88%;
      width: auto; } }
  @media (max-width: 1024px) {
    .tp-Hero .tp-Hero_Slide-02 {
      max-height: 72%;
      position: absolute;
      bottom: -4%;
      left: 45%;
      transform: translateX(-50%); } }
  .tp-Hero .tp-Hero_Slide-03 {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    height: 100%; }
    @media (max-width: 1024px) {
      .tp-Hero .tp-Hero_Slide-03 {
        height: 49%; } }
  .tp-Hero .tp-Hero_Image-04 {
    position: absolute;
    bottom: 37px;
    left: 0;
    max-width: 360px; }
    @media (max-width: 1024px) {
      .tp-Hero .tp-Hero_Image-04 {
        height: 12%;
        bottom: 4%; } }
    @media (max-width: 600px) {
      .tp-Hero .tp-Hero_Image-04 {
        height: auto;
        width: 63vw; } }
  .tp-Hero .tp-Hero_Image-05 {
    position: absolute;
    bottom: 4vh;
    right: 0; }
    @media (max-width: 1024px) {
      .tp-Hero .tp-Hero_Image-05 {
        height: 5%; } }
    @media (max-width: 600px) {
      .tp-Hero .tp-Hero_Image-05 {
        height: auto;
        width: 15vw; } }
  .tp-Hero .tp-Hero_Content-right {
    position: relative;
    height: 100%; }
    @media (min-width: 1025px) {
      .tp-Hero .tp-Hero_Content-right {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap; } }
    @media (max-width: 1024px) {
      .tp-Hero .tp-Hero_Content-right {
        width: 100%; } }
    @media (max-width: 1024px) {
      .tp-Hero .tp-Hero_Content-right div {
        position: absolute; } }
    @media (min-width: 1025px) {
      .tp-Hero .tp-Hero_Content-right .tp-Hero_Image-02 {
        width: 361px;
        height: 243px;
        margin-right: 24px; } }
    @media (max-width: 1024px) {
      .tp-Hero .tp-Hero_Content-right .tp-Hero_Image-02 {
        width: 100%;
        height: 16%;
        top: 55%;
        left: 50%;
        transform: translateX(-50%); } }
    @media (max-width: 600px) {
      .tp-Hero .tp-Hero_Content-right .tp-Hero_Image-02 {
        top: 52%; } }
    .tp-Hero .tp-Hero_Content-right .tp-Hero_Image-02 img {
      height: 100%; }
    .tp-Hero .tp-Hero_Content-right .tp-Hero_Image-03 {
      position: absolute;
      top: 35%; }
      @media (min-width: 1025px) {
        .tp-Hero .tp-Hero_Content-right .tp-Hero_Image-03 {
          right: 50px;
          height: 136px;
          width: 158px; } }
      @media (max-width: 1024px) {
        .tp-Hero .tp-Hero_Content-right .tp-Hero_Image-03 {
          width: auto;
          height: 10%;
          right: 6vw; } }
      @media (max-width: 600px) {
        .tp-Hero .tp-Hero_Content-right .tp-Hero_Image-03 {
          right: 0;
          height: auto;
          width: 21vw;
          top: 33%; } }
      .tp-Hero .tp-Hero_Content-right .tp-Hero_Image-03 img {
        height: 100%;
        margin: 0 auto; }
        @media (max-width: 1024px) {
          .tp-Hero .tp-Hero_Content-right .tp-Hero_Image-03 img {
            width: auto; } }

.tp-Hero_Slide_Wrap-01 {
  animation-name: album;
  -webkit-animation-name: album;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  opacity: 0; }

.tp-Hero_Slide-03, .tp-Hero_Image-02 {
  animation-name: album;
  -webkit-animation-name: album;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
  animation-delay: 5s;
  -webkit-animation-delay: 5s; }

@keyframes album {
  0% {
    opacity: 0; }
  12.5% {
    opacity: 1; }
  37.5% {
    opacity: 1; }
  65% {
    opacity: 0; } }

@-webkit-keyframes album {
  0% {
    opacity: 0; }
  12.5% {
    opacity: 1; }
  37.5% {
    opacity: 1; }
  50% {
    opacity: 0; } }

.tp-About {
  text-align: center; }
  @media (max-width: 1024px) {
    .tp-About {
      margin-bottom: 200px; } }
  @media (max-width: 600px) {
    .tp-About {
      margin-bottom: 100px; } }
  @media (min-width: 1025px) {
    .tp-About .st-Container_Inner {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); } }
  .tp-About .tp-About_Logo_wrap {
    margin-bottom: 75px; }
    @media (max-width: 1024px) {
      .tp-About .tp-About_Logo_wrap {
        height: 26vh;
        margin-bottom: 9%; } }
  @media (min-width: 1025px) {
    .tp-About .tp-About_Logo {
      width: 344px; } }
  @media (max-width: 1024px) {
    .tp-About .tp-About_Logo {
      height: 100%; } }
  .tp-About .sw-Contents_Text {
    font-size: 1.6rem;
    color: #949494;
    line-height: 2; }
    @media (max-width: 600px) {
      .tp-About .sw-Contents_Text {
        width: 71vw;
        margin: 0 auto; } }

@media (min-width: 1025px) {
  .tp-Message {
    margin-bottom: 200px; } }

.tp-Message .st-Container_Inner {
  max-width: 900px;
  width: 90%; }
  @media (min-width: 1025px) {
    .tp-Message .st-Container_Inner {
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); } }
  @media (max-width: 1024px) {
    .tp-Message .st-Container_Inner {
      text-align: center; } }

@media (max-width: 1024px) {
  .tp-Message .sw-Button {
    margin: 0 auto; } }

.tp-Message .sw-Contents_Text {
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .tp-Message .sw-Contents_Text {
      margin-bottom: 20px; } }

.tp-Message .tp-Message_Image_Wrap {
  text-align: right;
  width: 50%; }
  @media (min-width: 1025px) {
    .tp-Message .tp-Message_Image_Wrap {
      position: absolute;
      right: 0;
      bottom: 0; } }
  @media (max-width: 1024px) {
    .tp-Message .tp-Message_Image_Wrap {
      position: relative;
      z-index: 1;
      height: auto;
      width: 100%; } }

.tp-Message .tp-Message_Image {
  width: 85%; }
  @media (max-width: 1024px) {
    .tp-Message .tp-Message_Image {
      width: 100%; } }

.tp-History {
  margin-bottom: 200px; }
  @media (max-width: 600px) {
    .tp-History {
      margin-bottom: 100px; } }
  .tp-History .st-Container_Inner {
    position: relative;
    height: 100%;
    max-width: 1060px; }
    @media (max-width: 1024px) {
      .tp-History .st-Container_Inner {
        padding-top: 580px; } }
    @media (max-width: 600px) {
      .tp-History .st-Container_Inner {
        padding-top: 430px; } }
  .tp-History .tp-History_Image-01, .tp-History .tp-History_Image-02 {
    position: absolute;
    top: 0;
    z-index: -1; }
    @media (min-width: 1025px) {
      .tp-History .tp-History_Image-01, .tp-History .tp-History_Image-02 {
        height: 84%; } }
    @media (max-width: 1024px) {
      .tp-History .tp-History_Image-01, .tp-History .tp-History_Image-02 {
        height: 500px; } }
    @media (max-width: 600px) {
      .tp-History .tp-History_Image-01, .tp-History .tp-History_Image-02 {
        height: 350px; } }
    .tp-History .tp-History_Image-01 img, .tp-History .tp-History_Image-02 img {
      height: 100%; }
  @media (min-width: 1025px) {
    .tp-History .tp-History_Image-01 {
      left: 0; } }
  @media (max-width: 1024px) {
    .tp-History .tp-History_Image-01 {
      left: 13%; } }
  @media (min-width: 1025px) {
    .tp-History .tp-History_Image-02 {
      right: 0; } }
  @media (max-width: 1024px) {
    .tp-History .tp-History_Image-02 {
      right: 13%; } }
  @media (max-width: 1024px) {
    .tp-History .tp-History_Image-02 img {
      height: 79%; } }
  .tp-History .tp-History_Text_Wrap {
    width: 100%;
    text-align: center; }
    @media (min-width: 1025px) {
      .tp-History .tp-History_Text_Wrap {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); } }
  @media (min-width: 1025px) {
    .tp-History .tp-H2Title img {
      margin: 0 auto 30px; } }
  .tp-History .sw-Button {
    margin: 40px auto 0; }
    @media (max-width: 600px) {
      .tp-History .sw-Button {
        margin-top: 20px; } }

.tp-Dna {
  background: #fff; }
  @media (max-width: 1024px) {
    .tp-Dna .sw-Button {
      margin: 0 auto; } }
  .tp-Dna .tp-Dna_wrap {
    position: relative;
    height: 100%; }
    .tp-Dna .tp-Dna_wrap .st-Container_Inner {
      z-index: 1; }
      @media (min-width: 1025px) {
        .tp-Dna .tp-Dna_wrap .st-Container_Inner {
          max-width: 900px;
          width: 90%;
          position: absolute;
          right: 10%;
          top: 50%;
          transform: translateY(-50%);
          display: flex;
          justify-content: flex-end; }
          .tp-Dna .tp-Dna_wrap .st-Container_Inner div {
            width: 460px; } }
      @media (max-width: 1024px) {
        .tp-Dna .tp-Dna_wrap .st-Container_Inner {
          position: relative;
          text-align: center; } }
    .tp-Dna .tp-Dna_wrap .sw-Contents_Text {
      margin-bottom: 40px; }
      @media (max-width: 600px) {
        .tp-Dna .tp-Dna_wrap .sw-Contents_Text {
          margin-bottom: 20px; } }
    @media (min-width: 1025px) {
      .tp-Dna .tp-Dna_wrap .tp-Dna_Image_Wrap {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%; } }
    @media (max-width: 1024px) {
      .tp-Dna .tp-Dna_wrap .tp-Dna_Image_Wrap {
        width: 100%; } }
    .tp-Dna .tp-Dna_wrap .tp-Dna_Image {
      margin: 0 auto; }
      @media (min-width: 1025px) {
        .tp-Dna .tp-Dna_wrap .tp-Dna_Image {
          width: 85%; } }
      @media (max-width: 1024px) {
        .tp-Dna .tp-Dna_wrap .tp-Dna_Image {
          width: 100%; } }

/*************************************
* MESSAGE
*************************************/
.mt-Container .st-Container_Inner {
  max-width: 800px; }
  @media (max-width: 600px) {
    .mt-Container .st-Container_Inner {
      width: 80%; } }

.mt-Container section {
  padding-bottom: 130px; }
  @media (max-width: 600px) {
    .mt-Container section {
      padding-bottom: 100px; } }

.ms-Hero {
  position: relative;
  margin-bottom: 45px; }
  @media (max-width: 600px) {
    .ms-Hero {
      margin-bottom: 35px; } }

.ms-Hero .st-Container_Inner {
  position: absolute;
  height: 100%;
  transform: translateX(-50%);
  left: 50%; }

.ms-Hero_Text {
  right: 0;
  top: 25%;
  position: absolute;
  max-width: 450px;
  width: 56%; }
  @media (max-width: 600px) {
    .ms-Hero_Text {
      top: 24%; } }

.ms-Hero_Image {
  width: 100%; }

.ms-Signature {
  margin-top: 70px;
  justify-content: flex-end;
  font-weight: bold;
  display: flex;
  align-items: center; }
  @media (max-width: 600px) {
    .ms-Signature {
      margin-top: 50px;
      display: block;
      text-align: right; } }
  .ms-Signature img {
    margin-left: 40px;
    height: 50px; }
    @media (max-width: 600px) {
      .ms-Signature img {
        height: 40px;
        margin: 15px 0 0; } }

/*************************************
* DNA
*************************************/
@media (max-width: 600px) {
  .dna-Container .st-Container_Inner {
    width: 80%; } }

.dna-Link_Wrap {
  border-top: 1px solid #8d8d8d;
  border-bottom: 1px solid #8d8d8d;
  padding: 15px 0; }
  @media (max-width: 600px) {
    .dna-Link_Wrap {
      padding: 10px 0; } }

.dna-Link {
  display: flex;
  justify-content: center; }
  .dna-Link li {
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 700; }
    @media (max-width: 600px) {
      .dna-Link li {
        font-size: 1.4rem; } }
    .dna-Link li:not(:first-child) {
      margin-left: 20px;
      border-left: 1px solid #000;
      padding-left: 20px; }

.dna-Hero {
  position: relative;
  margin-bottom: 45px; }
  @media (max-width: 600px) {
    .dna-Hero {
      margin-bottom: 35px; } }

.dna-Hero .st-Container_Inner {
  position: absolute;
  height: 100%;
  transform: translateX(-50%);
  left: 50%; }

.dna-Hero_Drawing {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }
  @media (min-width: 1025px) {
    .dna-Hero_Drawing {
      width: 560px; } }
  @media (max-width: 1024px) {
    .dna-Hero_Drawing {
      max-height: 84%; } }

.dna-Hero_Image {
  width: 100%; }

.dna-Drawing_Wrap {
  padding: 60px 0; }
  @media (max-width: 600px) {
    .dna-Drawing_Wrap {
      padding: 35px 0; } }

.dna-Drawing_Wrap img {
  display: block;
  max-width: 280px;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .dna-Drawing_Wrap img {
      width: 43vw; } }

.dna-Point {
  margin-top: 50px;
  background: #e9e9e9;
  padding: 50px 0; }
  @media (max-width: 600px) {
    .dna-Point {
      margin-top: 45px;
      padding: 40px 0; } }

.dna-Point_Contents {
  padding: 30px;
  background: #fff;
  display: flex;
  width: 80%;
  margin: 0 auto 40px;
  max-width: 800px;
  position: relative;
  justify-content: space-between; }
  .dna-Point_Contents:last-child {
    margin-bottom: 0; }
  @media (max-width: 600px) {
    .dna-Point_Contents {
      display: block;
      padding: 45px 25px 25px; } }

.dna-Point_SubTitle {
  color: #fff;
  background: #f04d11;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  left: -20px;
  top: -20px;
  width: 200px;
  text-align: center;
  display: block;
  line-height: 1;
  padding: 10px 0 7px; }
  @media (max-width: 600px) {
    .dna-Point_SubTitle {
      width: 150px;
      font-size: 1.4rem;
      left: -15px;
      top: -15px; } }

.dna-Point_Text {
  max-width: 410px;
  width: 100%;
  margin-right: 30px; }

.dna-Point_MainTitle {
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 20px; }
  @media (max-width: 600px) {
    .dna-Point_MainTitle {
      margin-top: 0;
      font-size: 1.6rem;
      text-align: center;
      white-space: inherit;
      text-align: left;
      line-height: 1.3} }

.dna-Point_Image_Wrap {
  max-width: 300px;
  width: 100%; }
  @media (max-width: 600px) {
    .dna-Point_Image_Wrap {
      margin-top: 30px; } }
  .dna-Point_Image_Wrap img {
    display: block;
    border: 1px solid #e9e9e9;
    padding: 3px; }

/*# sourceMappingURL=style.css.map */

@media (max-width: 375px) {
    .st-Footer .st-Footer_Menu {
        text-align: center;
        display: block;
        font-size: 1.4rem;
    }
    .st-Footer .st-Footer_Menu li {
        margin-left: auto;
        padding-left: 0;
        border-left: 0;
        padding: 15px 0;
    }
}