* {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  line-height: 1;
  font-family: 'freight-sans-pro', 'Noto Serif JP', serif;
  overflow-x: hidden;
  font-size: 1rem; }

img {
  width: 100%;
  vertical-align: bottom; }

p,
span,
a,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  list-style: none;
  list-style-type: none; }

.text {
  font-size: 1.2rem;
  color: #333333; }
  @media screen and (min-width: 481px) {
    .text {
      font-size: 1.8rem; } }
  @media screen and (min-width: 769px) {
    .text {
      font-size: 1.6rem; } }
  .text.tc {
    text-align: center; }

.slider {
  height: 100vh !important; }

.brake {
  display: inline-block; }

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }
  .arrow:before, .arrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle; }
  .arrow:before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.pc_only {
  display: none !important; }

.sp_only {
  display: block !important; }

@media screen and (min-width: 769px) {
  .pc_only {
    display: block !important; }

  .sp_only {
    display: none !important; } }
.wrap {
  position: relative; }

.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.block_mb {
  margin-bottom: 12.8rem; }

#head {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0;
  height: 63px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 100; }
  #head .in {
    width: 90%;
    max-width: none !important;
    margin: 0 auto;
    position: relative; }
    #head .in .logo {
      width: 35%; }
  #head #menu_btn {
    width: 7%;
    max-width: 42px;
    position: absolute;
    top: 0;
    right: 0; }
  @media screen and (min-width: 769px) {
    #head {
      background: none;
      width: 94%;
      height: 7rem;
      padding: 2.5rem 0; }
      #head .in .logo {
        width: 14%;
        padding-top: 3px; }
      #head.under {
        background-color: #fff;
        width: 100%; } }

#g_navi .navi_border {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 4; }
  @media screen and (max-width: 768px) {
    #g_navi .navi_border {
      display: none; } }
  #g_navi .navi_border .bdr {
    height: 4px;
    background-color: #fff;
    opacity: 0;
    width: 0%;
    transition: .2s; }
#g_navi.under .navi_border .bdr {
  background-color: #000; }
#g_navi ul li.here .navi_border .bdr {
  width: 100%;
  opacity: 1; }
#g_navi ul li:hover .navi_border .bdr {
  width: 100%;
  opacity: 1; }

#g_navi {
  position: fixed;
  top: 0;
  right: 4%;
  padding: 2.5rem 0;
  z-index: 110; }
  #g_navi ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    #g_navi ul li {
      position: relative; }
      #g_navi ul li.contact {
        width: auto !important; }
        #g_navi ul li.contact a {
          font-family: 'freight-sans-pro', 'Noto Serif JP', serif;
          font-weight: bold;
          color: #333333;
          background-color: rgba(218, 213, 211, 0.8);
          padding: 8px 30px !important;
          margin-top: -1rem;
          font-size: 1.7rem;
          transition: .4s; }
        #g_navi ul li.contact:hover a {
          color: #dad5d3;
          background-color: #333333; }
      #g_navi ul li:not(:last-child) {
        margin-right: 2.6rem; }
      #g_navi ul li:not(.sns) .a {
        display: block;
        padding-bottom: 26px; }
      #g_navi ul li .a {
        font-weight: bold;
        font-size: 1.4rem;
        color: #fff;
        line-height: 1.4;
        position: relative; }
        #g_navi ul li .a.external:after {
          content: "";
          width: 10px;
          height: 8px;
          position: absolute;
          right: -1.4rem;
          top: 0;
          display: block;
          background-image: url(../images/common/icon_external.png);
          background-size: contain;
          background-repeat: no-repeat; }
      #g_navi ul li.sns {
        width: 23px;
        height: 18px; }
        #g_navi ul li.sns:not(:last-child) {
          margin-right: 1.8rem; }
        #g_navi ul li.sns .a {
          display: block;
          width: 100%;
          height: 100%;
          transition: 0.4s; }
          #g_navi ul li.sns .a:hover {
            opacity: 0.7; }
          #g_navi ul li.sns .a#tw {
            background-image: url(../images/common/icon_tw.png);
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat; }
          #g_navi ul li.sns .a#in {
            background-image: url(../images/common/icon_in.png);
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat; }
          #g_navi ul li.sns .a#fb {
            background-image: url(../images/common/icon_fb.png);
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat; }
          #g_navi ul li.sns .a#yt {
            background-image: url(../images/common/icon_yt.png);
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat; }
  @media screen and (min-width: 769px) {
    #g_navi {
      display: flex;
      background-color: rgba(0, 0, 0, 0); }
      #g_navi ul:first-of-type {
        margin-right: 4rem; }
      #g_navi ul li:not(.sns).on-mouse-news:before {
        width: 50%;
        border-bottom: 4px solid #fff; }
      #g_navi ul li:not(.sns).on-mouse-news:after {
        width: 50%;
        border-bottom: 4px solid #fff; }
      #g_navi ul li:not(.sns).on-mouse-concept:before {
        width: 50%;
        border-bottom: 4px solid #fff; }
      #g_navi ul li:not(.sns).on-mouse-concept:after {
        width: 50%;
        border-bottom: 4px solid #fff; }
      #g_navi ul li:not(.sns).on-mouse-service:before {
        width: 50%;
        border-bottom: 4px solid #fff; }
      #g_navi ul li:not(.sns).on-mouse-service:after {
        width: 50%;
        border-bottom: 4px solid #fff; }
      #g_navi ul li:not(.sns).on-mouse-company:before {
        width: 50%;
        border-bottom: 4px solid #fff; }
      #g_navi ul li:not(.sns).on-mouse-company:after {
        width: 50%;
        border-bottom: 4px solid #fff; }
      #g_navi ul li:not(.sns).on-mouse-contact:before {
        width: 50%;
        border-bottom: 4px solid #fff; }
      #g_navi ul li:not(.sns).on-mouse-contact:after {
        width: 50%;
        border-bottom: 4px solid #fff; }
      #g_navi ul li:not(.sns).on-mouse-recruit:before {
        width: 50%;
        border-bottom: 4px solid #fff; }
      #g_navi ul li:not(.sns).on-mouse-recruit:after {
        width: 50%;
        border-bottom: 4px solid #fff; }
      #g_navi ul li:not(.sns).on-mouse-works:before {
        width: 50%;
        border-bottom: 4px solid #fff; }
      #g_navi ul li:not(.sns).on-mouse-works:after {
        width: 50%;
        border-bottom: 4px solid #fff; } }
  @media screen and (max-width: 768px) {
    #g_navi {
      width: 250px;
      height: 100vh;
      display: flex;
      padding: 5rem 0 10rem;
      flex-direction: column;
      justify-content: space-between;
      box-sizing: border-box;
      z-index: 100;
      right: 0;
      top: 0;
      -webkit-transform: translateX(300px);
      transform: translateX(300px);
      -webkit-transition: -webkit-transform 250ms ease-in-out;
      transition: -webkit-transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
      background-color: #000; }
      #g_navi.active {
        -webkit-transform: translateX(0px);
        transform: translateX(0px); }
      #g_navi .close_btn {
        width: 60px;
        height: 20px;
        background-image: url(../images/common/cloce.png);
        background-size: contain;
        position: absolute;
        top: 2rem;
        right: 2rem;
        background-repeat: no-repeat; }
      #g_navi ul {
        width: 85%;
        margin: 0 auto; }
        #g_navi ul.sns_navi {
          height: 23px;
          margin-bottom: 4.5rem; }
          #g_navi ul.sns_navi li.sns {
            width: calc((100% - 6rem) / 4); }
            #g_navi ul.sns_navi li.sns:not(:last-child) {
              margin-right: 2rem; }
        #g_navi ul li .a {
          font-size: 1.4rem; }
          #g_navi ul li .a.external:after {
            position: static;
            display: inline-block;
            margin: 0px 0 8px 6px; }
        #g_navi ul li:not(.sns) {
          width: 100%;
          margin-bottom: 0rem; }
        #g_navi ul li.sns {
          width: 38px;
          height: 23px; }
        #g_navi ul li .parent {
          position: relative;
          display: flex !important;
          justify-content: space-around; }
          #g_navi ul li .parent span {
            width: 50%; }
          #g_navi ul li .parent .link .a {
            padding: 0; }
          #g_navi ul li .parent .mark:before {
            content: "+";
            position: absolute;
            right: 0; }
          #g_navi ul li .parent.ac .mark:before {
            content: "-";
            display: inline-block; }
        #g_navi ul li .sub {
          display: none; }
          #g_navi ul li .sub li .a {
            font-weight: normal; }
          #g_navi ul li .sub li:last-of-type .a {
            padding-bottom: 40px; } }
  @media screen and (min-width: 769px) {
    #g_navi.under ul li .a {
      color: #000; } }
  @media screen and (min-width: 769px) {
    #g_navi.under ul li .a.external:after {
      content: "";
      background-image: url(../images/common/icon_external_b.png);
      background-size: contain;
      background-repeat: no-repeat; }
    #g_navi.under ul li.sns .a#tw {
      background-image: url(../images/common/icon_tw_b.png);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
    #g_navi.under ul li.sns .a#in {
      background-image: url(../images/common/icon_in_b.png);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
    #g_navi.under ul li.sns .a#fb {
      background-image: url(../images/common/icon_fb_b.png);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
    #g_navi.under ul li.sns .a#yt {
      background-image: url(../images/common/icon_yt_b.png);
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; } }
  @media screen and (min-width: 769px) {
    #g_navi.under ul li:not(.sns).on-mouse-news:before {
      width: 50%;
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).on-mouse-news:after {
      width: 50%;
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).on-mouse-concept:before {
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).on-mouse-concept:after {
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).on-mouse-service:before {
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).on-mouse-service:after {
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).on-mouse-company:before {
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).on-mouse-company:after {
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).on-mouse-contact:before {
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).on-mouse-contact:after {
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).on-mouse-recruit:before {
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).on-mouse-recruit:after {
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).on-mouse-works:before {
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).on-mouse-works:after {
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).here:before {
      width: 50%;
      border-bottom: 4px solid #000; }
    #g_navi.under ul li:not(.sns).here:after {
      width: 50%;
      border-bottom: 4px solid #000; } }

.under .section {
  margin-bottom: 10.6rem; }
  @media screen and (min-width: 769px) {
    .under .section {
      margin-bottom: 17.2rem; } }
  .under .section.main_text {
    margin-bottom: 3.4rem; }
    .under .section.main_text .text_box h3 {
      font-size: 1.4rem;
      color: #333333; }
    @media screen and (min-width: 769px) {
      .under .section.main_text {
        margin-bottom: 7.3rem; }
        .under .section.main_text .text_box h3 {
          font-size: 1.6rem; } }

.sec_tb {
  margin-bottom: 3rem;
  width: 100%; }
  .sec_tb h2 {
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: left;
    color: #333333; }
  @media screen and (min-width: 769px) {
    .sec_tb {
      margin-bottom: 5.4rem; }
      .sec_tb h2 {
        font-size: 3.2rem;
        line-height: 1.8;
        text-align: center; } }

.under.wrap {
  padding-top: 6.4rem; }
  @media screen and (min-width: 769px) {
    .under.wrap {
      padding-top: 7rem; } }
.under .in {
  width: 78%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .under .in {
      width: 80%; } }
.under .mv {
  width: 100vw;
  height: 365px;
  margin-bottom: 5.6rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  .under .mv .text, .under .mv .b, .under .mv .s {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    display: block; }
  .under .mv.active .text, .under .mv.active .b, .under .mv.active .s {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .under .mv.active .text {
    transition-delay: 0.5s; }
  .under .mv.active .b {
    transition-delay: 0.8s; }
  .under .mv.active .s {
    transition-delay: 1.1s; }
  .under .mv .pg_ttl {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }
    .under .mv .pg_ttl * {
      font-weight: bold;
      color: #fff; }
    .under .mv .pg_ttl .text {
      margin-bottom: 2rem;
      font-size: 1.4rem; }
    .under .mv .pg_ttl h2 .b {
      font-size: 5.4rem; }
    .under .mv .pg_ttl h2 .s {
      margin-top: 1.4rem;
      font-size: 1.4rem;
      display: block; }
  .under .mv .cap {
    font-size: 1rem;
    color: #fff;
    width: 94%;
    margin: 0 auto;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    line-height: 1.4; }
  .under .mv.child .pg_ttl h2 .b {
    font-size: 2.5rem;
    letter-spacing: 8px;
    white-space: nowrap; }
  @media screen and (min-width: 769px) {
    .under .mv {
      height: 360px;
      margin-bottom: 6.8rem; }
      .under .mv .pg_ttl h2 .b {
        font-size: 6.7rem; }
      .under .mv .pg_ttl h2 .s {
        margin-top: 1.4rem;
        font-size: 1.4rem; }
      .under .mv.child .pg_ttl h2 .b {
        font-size: 3.2rem; }
      .under .mv .cap {
        width: 94%;
        bottom: 2rem; } }
.under .section .f_content {
  display: flex;
  flex-wrap: wrap; }
  .under .section .f_content .left {
    width: 100%; }
    .under .section .f_content .left .sec_tb h2 {
      font-size: 1.9rem; }
      .under .section .f_content .left .sec_tb h2 span {
        font-size: 1.6rem; }
  .under .section .f_content .right {
    width: 100%; }
    .under .section .f_content .right .fade_txt {
      opacity: 0;
      transform: translateY(10px);
      animation: fadein 1s ease forwards; }
@keyframes fadein {
  100% {
    opacity: 1;
    transform: translateY(0px); } }
    .under .section .f_content .right .fade01 {
      animation-delay: 2s; }
    .under .section .f_content .right .fade02 {
      animation-delay: 2.3s; }
    .under .section .f_content .right .fade03 {
      animation-delay: 2.6s; }
    .under .section .f_content .right .fade04 {
      animation-delay: 3s; }
    .under .section .f_content .right .fade05 {
      animation-delay: 3.4s; }
    .under .section .f_content .right .fade06 {
      animation-delay: 3.7s; }
    .under .section .f_content .right .fade07 {
      animation-delay: 4s; }
    .under .section .f_content .right .fade08 {
      animation-delay: 4.4s; }
    .under .section .f_content .right .fade09 {
      animation-delay: 4.7s; }
    .under .section .f_content .right .fade10 {
      animation-delay: 5s; }
    .under .section .f_content .right .fade11 {
      animation-delay: 5.4s; }
    .under .section .f_content .right .fade12 {
      animation-delay: 5.8s; }
    .under .section .f_content .right .fade13 {
      animation-delay: 6.1s; }
    .under .section .f_content .right .fade14 {
      animation-delay: 6.5s; }
    .under .section .f_content .right .text {
      text-align: left !important; }
      .under .section .f_content .right .text.m {
        margin-bottom: 3rem; }
  @media screen and (min-width: 769px) {
    .under .section .f_content .left {
      width: 50%; }
      .under .section .f_content .left .sec_tb {
        text-align: center;
        margin: 0 auto; }
        .under .section .f_content .left .sec_tb h2 {
          display: inline-block;
          text-align: left;
          font-size: 3.7rem; }
          .under .section .f_content .left .sec_tb h2 span {
            font-size: 2.9rem; }
    .under .section .f_content .right {
      width: 50%; }
      .under .section .f_content .right .text {
        line-height: 2.4; }
        .under .section .f_content .right .text.m {
          margin-bottom: 3.8rem; } }
.under .section .fade_cont, .under .section .fade_cont_load, .under .section .top_txt {
  opacity: 0;
  transform: translateY(100px); }
  .under .section .fade_cont.active, .under .section .fade_cont_load.active, .under .section .top_txt.active {
    opacity: 1;
    transform: translateY(0px);
    transition: 1s; }
.under .section .fade_cont_news {
  opacity: 0;
  transform: translateY(100px); }
  .under .section .fade_cont_news.active {
    opacity: 1;
    transform: translateY(0px);
    transition: 1s; }
.under .section .fade_img, .under .section .fade_img_bg {
  background-color: #000;
  overflow: hidden;
  transform-origin: right top;
  transform: scaleX(0);
  opacity: 0; }
  .under .section .fade_img.fade_on, .under .section .fade_img_bg.fade_on {
    animation: fade_on 1s ease forwards; }
@keyframes fade_on {
  100% {
    opacity: 1;
    transform: scaleX(1); } }
  .under .section .fade_img img, .under .section .fade_img .bg, .under .section .fade_img_bg img, .under .section .fade_img_bg .bg {
    opacity: 0;
    transform: scale(1.3); }
    .under .section .fade_img img.fade_on, .under .section .fade_img .bg.fade_on, .under .section .fade_img_bg img.fade_on, .under .section .fade_img_bg .bg.fade_on {
      animation: fade_on 1s ease forwards;
      animation-delay: 1s; }
@keyframes fade_on {
  100% {
    transform: scale(1);
    opacity: 1; } }
.under .tb {
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 4rem; }
  @media screen and (min-width: 769px) {
    .under .tb {
      line-height: 1.8;
      font-size: 3.2rem;
      margin-bottom: 8rem; } }
.under .section:last-of-type {
  margin-bottom: 12rem; }
.under .section .in h2 {
  line-height: 1.4; }
  @media screen and (min-width: 769px) {
    .under .section .in h2 {
      line-height: 1.8; } }
.under .section .in .text {
  line-height: 1.8;
  text-align: left; }
.under .other_pages {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin: 0 auto; }
  .under .other_pages.b {
    position: relative;
    z-index: 2; }
    .under .other_pages.b .section_links {
      background-color: #000;
      padding-bottom: 8rem; }
      @media screen and (min-width: 769px) {
        .under .other_pages.b .section_links {
          padding-bottom: 16rem; } }
      .under .other_pages.b .section_links .links .block {
        margin-bottom: 2rem; }
        .under .other_pages.b .section_links .links .block .ph {
          margin-bottom: 0; }
  .under .other_pages .section_links {
    width: 100%;
    margin-bottom: 0 !important;
    position: relative; }
    .under .other_pages .section_links .arrow {
      position: absolute;
      pointer-events: none;
      top: 29%;
      right: 3rem;
      transform: translate(-37%);
      -webkit-transform: translate(-37%);
      -ms-transform: translate(-37%); }
      .under .other_pages .section_links .arrow:before {
        left: 0;
        width: 30px;
        height: 30px; }
    .under .other_pages .section_links .links .a {
      display: block;
      width: 100%;
      height: 100%; }
    .under .other_pages .section_links .links .block:hover .ph .txt .line:after {
      width: 100%;
      transform: scaleX(1);
      transition: .6s; }
    .under .other_pages .section_links .links .block .ph {
      padding-top: 56%;
      margin-bottom: 1.8rem;
      position: relative;
      overflow: hidden;
      background-color: #fff;
      position: relative; }
      .under .other_pages .section_links .links .block .ph .txt {
        position: absolute;
        bottom: 3rem;
        z-index: 10;
        left: 4rem; }
        .under .other_pages .section_links .links .block .ph .txt .en {
          color: #fff;
          font-weight: normal;
          font-family: 'freight-sans-pro', 'Noto Serif JP', serif;
          position: relative; }
        .under .other_pages .section_links .links .block .ph .txt .ja {
          color: #fff;
          font-family: 'freight-sans-pro', 'Noto Serif JP', serif; }
        .under .other_pages .section_links .links .block .ph .txt .t {
          padding-bottom: 5px; }
        .under .other_pages .section_links .links .block .ph .txt .line {
          width: 60%;
          height: 1px;
          background-color: rgba(255, 255, 255, 0.5);
          position: relative; }
          .under .other_pages .section_links .links .block .ph .txt .line:after {
            content: "";
            width: 0;
            transform: scaleX(0);
            height: 100%;
            position: absolute;
            top: 0;
            background-color: #fff;
            left: 0;
            transform-origin: left top; }
      .under .other_pages .section_links .links .block .ph:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        transition: all 0.8s ease;
        background-size: cover; }
      .under .other_pages .section_links .links .block .ph .text {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center; }
        .under .other_pages .section_links .links .block .ph .text .ja {
          font-size: 1rem;
          color: #fff;
          font-weight: bold;
          margin-bottom: 2rem; }
        .under .other_pages .section_links .links .block .ph .text .en {
          font-size: 2.4rem;
          color: #fff;
          font-weight: bold; }
    .under .other_pages .section_links .links .block .txt {
      width: 78%;
      margin: 0 auto;
      position: relative; }
      .under .other_pages .section_links .links .block .txt span {
        font-size: 1rem;
        font-weight: bold;
        color: #333333;
        vertical-align: middle;
        display: block; }
        .under .other_pages .section_links .links .block .txt span.en {
          font-size: 2.4rem;
          margin-bottom: 1.2rem; }
      .under .other_pages .section_links .links .block .txt .arrow {
        position: absolute;
        right: 0;
        top: 2.5rem;
        padding: 0;
        width: 100%; }
        .under .other_pages .section_links .links .block .txt .arrow:before {
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          width: 26px;
          height: 26px; }
        .under .other_pages .section_links .links .block .txt .arrow:before, .under .other_pages .section_links .links .block .txt .arrow:after {
          left: auto;
          right: 0; }
      .under .other_pages .section_links .links .block .txt .text {
        margin-top: 4rem;
        font-size: 1.2rem;
        line-height: 2; }
        .under .other_pages .section_links .links .block .txt .text span {
          font-weight: normal; }
  .under .other_pages .pg_back {
    width: 100%; }
@media screen and (max-width: 768px) {
  .under .other_pages .section_links .links {
    flex-wrap: unset;
    overflow: scroll;
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 0; }
    .under .other_pages .section_links .links .block {
      vertical-align: top;
      width: 60%;
      display: inline-block; }
      .under .other_pages .section_links .links .block .txt {
        width: 85%;
        margin-top: 1.5rem; }
        .under .other_pages .section_links .links .block .txt.sp_only .t {
          display: flex;
          align-items: center; }
          .under .other_pages .section_links .links .block .txt.sp_only .t .en {
            font-size: 1.4rem;
            color: #fff;
            font-family: 'freight-sans-pro', 'Noto Serif JP', serif;
            font-weight: normal;
            margin-bottom: 0;
            margin-right: 1rem; }
          .under .other_pages .section_links .links .block .txt.sp_only .t .ja {
            font-size: 1rem;
            color: #fff;
            font-weight: normal; }
  .under.child .section_links {
    display: none; } }
@media screen and (max-width: 376px) {
  .under .other_pages .section_links .links .block .txt.sp_only .t .en {
    font-size: 1.1rem; } }
@media screen and (min-width: 769px) {
  .under .other_pages {
    flex-direction: column; }
    .under .other_pages.b {
      padding-bottom: 0; }
    .under .other_pages .section_links .links .block {
      margin-bottom: 0; }
      .under .other_pages .section_links .links .block .ph {
        margin-bottom: 3.8rem; }
      .under .other_pages .section_links .links .block:hover .ph:after {
        opacity: 0.8;
        transform: scale(1.05); }
      .under .other_pages .section_links .links .block .txt {
        width: 82%; }
        .under .other_pages .section_links .links .block .txt span {
          display: inline-block; }
          .under .other_pages .section_links .links .block .txt span.en {
            margin-right: 2rem;
            margin-bottom: 0; }
        .under .other_pages .section_links .links .block .txt .arrow {
          display: none; }
        .under .other_pages .section_links .links .block .txt .text {
          margin-top: 2rem;
          font-size: 1.2rem;
          line-height: 2; } }
.under .pg_back {
  background-color: #000; }
  .under .pg_back .in {
    width: 90%;
    margin: 0 auto;
    position: relative; }
  .under .pg_back span {
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 3.5rem 0;
    display: block;
    margin-left: 4rem;
    text-align: left; }
  .under .pg_back .arrow {
    transform: rotate(180deg);
    width: 100%;
    position: absolute;
    padding: 0;
    right: auto;
    left: 0;
    top: 50%;
    display: block; }
    .under .pg_back .arrow:before {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      width: 26px;
      height: 26px; }
    .under .pg_back .arrow:before, .under .pg_back .arrow:after {
      left: auto;
      right: 0; }

.pg_up {
  width: 100%;
  text-align: center;
  position: relative; }
  .pg_up .in {
    display: inline-block;
    cursor: pointer; }
    .pg_up .in .arrow {
      transform: rotate(-90deg);
      transition: 0.4s; }
      .pg_up .in .arrow:before {
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        width: 8px;
        height: 8px; }
    .pg_up .in span {
      font-size: 1.6rem;
      display: block;
      margin-top: 3rem; }
    .pg_up .in:hover .arrow {
      margin-top: -10px; }

.loading {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000; }

.loading img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.loading_top {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000; }
  .loading_top img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px; }

.section_related {
  background-color: #f5f5f5;
  padding: 4rem 0 11.2rem;
  margin-bottom: 0 !important; }
  .section_related p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #666666;
    text-align: left;
    margin-bottom: 3.5rem;
    text-indent: -6%; }
  .section_related .list li {
    width: calc(100%);
    transition: 0.4s; }
    .section_related .list li:not(:last-child) {
      margin-bottom: 4rem; }
  @media screen and (min-width: 769px) {
    .section_related {
      padding: 12rem 0 14.5rem; }
      .section_related p {
        font-size: 1.6rem;
        margin-bottom: 4rem;
        text-indent: 0; }
      .section_related .list li {
        width: calc((100% - 8rem) / 3); }
        .section_related .list li:hover {
          opacity: 0.6; }
        .section_related .list li:not(:nth-child(3n)) {
          margin-right: 4rem;
          margin-bottom: 0; } }

#footer {
  position: relative;
  z-index: 1;
  background-color: #000; }
  @media screen and (min-width: 769px) {
    #footer.under .foot_cont_contact {
      border-top: 1px solid #545454;
      border-bottom: 1px solid #545454; } }
  #footer .arrowWrap .arrowInner {
    display: flex;
    align-items: center;
    right: -4rem; }
    #footer .arrowWrap .arrowInner .line {
      width: 100%;
      height: 1px;
      background: #545454;
      position: relative; }
      #footer .arrowWrap .arrowInner .line:after {
        content: "";
        width: 0;
        transform: scaleX(0);
        height: 100%;
        position: absolute;
        top: 0;
        background-color: #fff; }
      #footer .arrowWrap .arrowInner .line.left:after {
        left: 0;
        transform-origin: left top; }
      #footer .arrowWrap .arrowInner .line.right:after {
        right: 0;
        transform-origin: right top; }
  #footer .foot_cont_contact .in {
    width: 90%;
    max-width: none; }
    @media screen and (max-width: 768px) {
      #footer .foot_cont_contact .in {
        width: 80%; } }
  #footer .foot_cont_contact .columns {
    display: flex;
    flex-wrap: wrap; }
    #footer .foot_cont_contact .columns .column {
      width: 100%;
      padding: 2.5rem 0;
      box-sizing: border-box; }
      #footer .foot_cont_contact .columns .column.ex {
        border-bottom: 1px solid #545454; }
        #footer .foot_cont_contact .columns .column.ex h2 {
          text-align: center;
          color: #fff;
          font-size: 1.4rem;
          font-weight: normal;
          margin-bottom: 1rem; }
        #footer .foot_cont_contact .columns .column.ex .text {
          text-align: center;
          color: #fff;
          font-size: 1rem;
          line-height: 1.8; }
      #footer .foot_cont_contact .columns .column .link {
        color: #fff;
        display: flex;
        position: relative; }
        @media screen and (max-width: 768px) {
          #footer .foot_cont_contact .columns .column .link {
            width: 100%;
            display: block; } }
      #footer .foot_cont_contact .columns .column .arrowWrap {
        display: flex; }
        #footer .foot_cont_contact .columns .column .arrowWrap .arrowInner .a {
          color: #fff;
          display: flex;
          align-items: center; }
          #footer .foot_cont_contact .columns .column .arrowWrap .arrowInner .a .col_1 p {
            font-size: 1.4rem;
            margin-right: 2rem; }
          #footer .foot_cont_contact .columns .column .arrowWrap .arrowInner .a .col_2 {
            width: 80px; }
        @media screen and (max-width: 768px) {
          #footer .foot_cont_contact .columns .column .arrowWrap {
            display: block; }
            #footer .foot_cont_contact .columns .column .arrowWrap .arrowInner {
              display: block; }
              #footer .foot_cont_contact .columns .column .arrowWrap .arrowInner .a {
                width: 100%;
                justify-content: flex-end; }
                #footer .foot_cont_contact .columns .column .arrowWrap .arrowInner .a .col_1 {
                  width: 80%;
                  text-align: left; }
                #footer .foot_cont_contact .columns .column .arrowWrap .arrowInner .a .col_2 {
                  margin-right: 2rem; } }
  #footer .foot_cont_guide {
    padding: 7rem 0 5rem; }
    #footer .foot_cont_guide .col_2 {
      width: 40px; }
    #footer .foot_cont_guide .in {
      display: flex;
      align-items: center; }
    #footer .foot_cont_guide .pg_back,
    #footer .foot_cont_guide .pg_up {
      position: relative;
      width: 50%; }
      #footer .foot_cont_guide .pg_back p,
      #footer .foot_cont_guide .pg_up p {
        color: #fff;
        white-space: nowrap;
        margin-left: 1rem; }
    #footer .foot_cont_guide .pg_up {
      display: flex;
      justify-content: flex-end; }
      #footer .foot_cont_guide .pg_up .arrowWrap {
        position: relative; }
        #footer .foot_cont_guide .pg_up .arrowWrap .arrowInner {
          transform: rotate(90deg);
          position: absolute; }
          #footer .foot_cont_guide .pg_up .arrowWrap .arrowInner .col_1 {
            width: 50px; }
  #footer .foot_logo_wrap {
    margin-bottom: 1.2rem; }
    #footer .foot_logo_wrap .in {
      width: 90%;
      max-width: none; }
    #footer .foot_logo_wrap .foot_logo {
      width: 80px;
      margin: 0 auto; }
  #footer .foot_navi {
    padding-bottom: 2rem;
    box-sizing: border-box; }
    #footer .foot_navi .in {
      width: 90%;
      max-width: none;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse; }
      #footer .foot_navi .in .copyright {
        width: 100%; }
        #footer .foot_navi .in .copyright p {
          color: #fff;
          font-size: 1rem;
          text-align: center; }
      #footer .foot_navi .in .navi {
        width: 100%;
        text-align: center;
        padding-bottom: 3rem; }
        #footer .foot_navi .in .navi ul {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%; }
          #footer .foot_navi .in .navi ul li {
            display: inline-block; }
            #footer .foot_navi .in .navi ul li:not(:first-of-type) {
              margin-left: 2rem; }
            #footer .foot_navi .in .navi ul li a {
              color: #fff;
              font-size: 1.2rem; }
              #footer .foot_navi .in .navi ul li a:hover {
                text-decoration: underline; }
            #footer .foot_navi .in .navi ul li.sns {
              width: 30px;
              height: 20px;
              transition: .4s; }
              #footer .foot_navi .in .navi ul li.sns:hover {
                opacity: .6; }
              #footer .foot_navi .in .navi ul li.sns a {
                width: 100%;
                height: 100%;
                display: block; }
                #footer .foot_navi .in .navi ul li.sns a#tw {
                  background-image: url(../images/common/icon_tw.png);
                  background-size: contain;
                  background-position: center center;
                  background-repeat: no-repeat; }
                #footer .foot_navi .in .navi ul li.sns a#in {
                  background-image: url(../images/common/icon_in.png);
                  background-size: contain;
                  background-position: center center;
                  background-repeat: no-repeat; }
                #footer .foot_navi .in .navi ul li.sns a#fb {
                  background-image: url(../images/common/icon_fb.png);
                  background-size: contain;
                  background-position: center center;
                  background-repeat: no-repeat; }
                #footer .foot_navi .in .navi ul li.sns a#yt {
                  background-image: url(../images/common/icon_yt.png);
                  background-size: contain;
                  background-position: center center;
                  background-repeat: no-repeat; }
  #footer .logo_list {
    background-color: #fff;
    padding: 1.5rem 0; }
    #footer .logo_list ul {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      #footer .logo_list ul li:nth-child(1) {
        width: 80px; }
      #footer .logo_list ul li:nth-child(2) {
        width: 90px;
        margin: 0  3rem; }
      #footer .logo_list ul li:nth-child(3) {
        width: 90px; }
  @media screen and (min-width: 769px) {
    #footer .foot_cont_contact .in {
      width: 95%; }
    #footer .foot_cont_contact .columns {
      padding: 6rem 0;
      width: 80%;
      margin: 0 auto;
      align-items: center; }
      #footer .foot_cont_contact .columns .column {
        width: calc(( 100%) /2 ); }
        #footer .foot_cont_contact .columns .column.ex {
          border-bottom: none; }
          #footer .foot_cont_contact .columns .column.ex h2 {
            text-align: left;
            color: #fff;
            font-size: 2.4rem;
            font-weight: normal;
            margin-bottom: 1rem; }
          #footer .foot_cont_contact .columns .column.ex .text {
            text-align: left;
            color: #fff;
            font-size: 1rem;
            line-height: 1.8; }
        #footer .foot_cont_contact .columns .column .outline {
          display: inline-block; }
        #footer .foot_cont_contact .columns .column:not(:first-of-type) {
          border-top: none; }
        #footer .foot_cont_contact .columns .column:not(:last-child) {
          border-right: 1px solid #545454; }
        #footer .foot_cont_contact .columns .column .link {
          height: 100%;
          width: 100%;
          text-align: left;
          margin-left: 2rem; }
          #footer .foot_cont_contact .columns .column .link a {
            font-size: 1.4rem; }
        #footer .foot_cont_contact .columns .column .arrowWrap .arrowInner .a .col_1 p {
          font-size: 1.1rem;
          margin-right: 1rem; }
        #footer .foot_cont_contact .columns .column .arrowWrap .arrowInner .a .col_2 {
          width: 50px; }
    #footer .foot_cont_guide {
      padding: 8rem 0 15rem; }
      #footer .foot_cont_guide .in {
        height: 100px; }
    #footer .foot_logo_wrap .foot_logo {
      margin: auto 0; }
    #footer .foot_navi .in .navi ul {
      justify-content: flex-end; }
    #footer .logo_list ul li:nth-child(1) {
      width: 150px; }
    #footer .logo_list ul li:nth-child(2) {
      width: 215px;
      margin: 0 5rem; }
    #footer .logo_list ul li:nth-child(3) {
      width: 215px; }
    #footer .foot_navi .in {
      flex-direction: unset; }
      #footer .foot_navi .in .copyright {
        width: 50%; }
        #footer .foot_navi .in .copyright p {
          text-align: left; }
      #footer .foot_navi .in .navi {
        width: 50%;
        text-align: right; } }
  @media screen and (min-width: 1025px) {
    #footer .foot_cont_contact .in {
      max-width: 1400px; }
    #footer .foot_cont_contact .columns {
      padding: 6rem 0; }
      #footer .foot_cont_contact .columns .column .link {
        margin-left: 4rem; }
        #footer .foot_cont_contact .columns .column .link a {
          font-size: 1.4rem; }
      #footer .foot_cont_contact .columns .column:hover .arrowWrap .arrowInner .line:after {
        width: 100%;
        transform: scaleX(1);
        transition: .6s; }
      #footer .foot_cont_contact .columns .column .arrowWrap .arrowInner .a .col_1 p {
        font-size: 1.4rem;
        margin-right: 2rem; }
      #footer .foot_cont_contact .columns .column .arrowWrap .arrowInner .a .col_2 {
        width: 80px; }
    #footer .foot_cont_guide {
      padding: 8rem 0 15rem; }
      #footer .foot_cont_guide .in {
        height: 100px; }
      #footer .foot_cont_guide .pg_back:hover, #footer .foot_cont_guide .pg_up:hover {
        cursor: pointer; }
        #footer .foot_cont_guide .pg_back:hover .arrowWrap .arrowInner .line:after, #footer .foot_cont_guide .pg_up:hover .arrowWrap .arrowInner .line:after {
          width: 100%;
          transform: scaleX(1);
          transition: .6s; }
    #footer .foot_logo_wrap .in {
      max-width: 1400px; }
    #footer .foot_logo_wrap .foot_logo {
      margin: auto 0; }
    #footer .logo_list ul li:nth-child(1) {
      width: 150px; }
    #footer .logo_list ul li:nth-child(2) {
      width: 215px;
      margin: 0 5rem; }
    #footer .logo_list ul li:nth-child(3) {
      width: 215px; }
    #footer .foot_navi .in {
      flex-direction: unset;
      max-width: 1400px; }
      #footer .foot_navi .in .copyright {
        width: 50%; }
        #footer .foot_navi .in .copyright p {
          text-align: left; }
      #footer .foot_navi .in .navi {
        width: 50%;
        text-align: right; } }

.section .bind_slick .main_slick .textarea .tb {
  color: #fff !important; }
.section .bind_slick .main_slick .textarea .text {
  color: #fff !important; }

.section .bind_slick .sub_slick_wrap .controller .btns .btn,
.section .bind_slick .sub_slick_wrap .controller .page {
  color: #fff !important; }

.section .bind_slick .sub_slick_wrap .controller .btns .btn::before {
  background: #fff !important; }

@keyframes fade_tr {
  0% {
    opacity: 0; }
  35% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadein_sub_ttl {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px); } }
@keyframes fadein_heading {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadein_cont {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadein_main_txt {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.ani_sub_ttl {
  opacity: 0; }
  .ani_sub_ttl.started {
    -ms-filter: blur(6px);
    filter: blur(6px);
    animation: fadein_sub_ttl 1s forwards 0s; }

.ani_heading {
  opacity: 0; }
  .ani_heading.started {
    animation: fadein_heading 0.6s forwards 0s; }

.ani_fade_cont {
  opacity: 0; }
  .ani_fade_cont.started {
    animation: fadein_cont 0.6s forwards 0s; }

.ani_spn span {
  animation: fadeout 0.6s forwards 0s; }
.ani_spn.started span {
  display: inline-block;
  opacity: 0; }
  .ani_spn.started span:nth-child(1) {
    animation-delay: 1.2s;
    transform: translateX(-10px);
    animation: fade_tr 1s forwards 0s; }
  .ani_spn.started span:nth-child(2) {
    animation-delay: 1.4s;
    transform: translateX(-20px);
    animation: fade_tr 1.1s forwards 0s; }
  .ani_spn.started span:nth-child(3) {
    animation-delay: 1.6s;
    transform: translateX(-30px);
    animation: fade_tr 1.2s forwards 0s; }
  .ani_spn.started span:nth-child(4) {
    animation-delay: 1.8s;
    transform: translateX(-40px);
    animation: fade_tr 1.3s forwards 0s; }
  .ani_spn.started span:nth-child(5) {
    animation-delay: 2s;
    transform: translateX(-50px);
    animation: fade_tr 1.4s forwards 0s; }
  .ani_spn.started span:nth-child(6) {
    animation-delay: 2.2s;
    transform: translateX(-60px);
    animation: fade_tr 1.5s forwards 0s; }
  .ani_spn.started span:nth-child(7) {
    animation-delay: 2.4s;
    transform: translateX(-70px);
    animation: fade_tr 1.6s forwards 0s; }
  .ani_spn.started span:nth-child(8) {
    animation-delay: 2.6s;
    transform: translateX(-80px);
    animation: fade_tr 1.7s forwards 0s; }
  .ani_spn.started span:nth-child(9) {
    animation-delay: 2.8s;
    transform: translateX(-90px);
    animation: fade_tr  1.8s forwards 0s; }
  .ani_spn.started span:nth-child(10) {
    animation-delay: 3s;
    transform: translateX(-100px);
    animation: fade_tr  1.9s forwards 0s; }
  @media screen and (min-width: 769px) {
    .ani_spn.started span:nth-child(1) {
      animation-delay: 1.2s;
      transform: translateX(-25px);
      animation: fade_tr 1s forwards 0s; }
    .ani_spn.started span:nth-child(2) {
      animation-delay: 1.4s;
      transform: translateX(-50px);
      animation: fade_tr 1.1s forwards 0s; }
    .ani_spn.started span:nth-child(3) {
      animation-delay: 1.6s;
      transform: translateX(-75px);
      animation: fade_tr 1.2s forwards 0s; }
    .ani_spn.started span:nth-child(4) {
      animation-delay: 1.8s;
      transform: translateX(-100px);
      animation: fade_tr 1.3s forwards 0s; }
    .ani_spn.started span:nth-child(5) {
      animation-delay: 2s;
      transform: translateX(-125px);
      animation: fade_tr 1.4s forwards 0s; }
    .ani_spn.started span:nth-child(6) {
      animation-delay: 2.2s;
      transform: translateX(-150px);
      animation: fade_tr 1.5s forwards 0s; }
    .ani_spn.started span:nth-child(7) {
      animation-delay: 2.4s;
      transform: translateX(-175px);
      animation: fade_tr 1.6s forwards 0s; }
    .ani_spn.started span:nth-child(8) {
      animation-delay: 2.6s;
      transform: translateX(-200px);
      animation: fade_tr 1.7s forwards 0s; }
    .ani_spn.started span:nth-child(9) {
      animation-delay: 2.8s;
      transform: translateX(-225px);
      animation: fade_tr 1.8s forwards 0s; }
    .ani_spn.started span:nth-child(10) {
      animation-delay: 3s;
      transform: translateX(-2 25px);
      animation: fade_tr 1.9s forwards 0s; } }

.ani_main_txt span {
  opacity: 0;
  transform: translateY(30px); }
.ani_main_txt.started span {
  opacity: 0; }
  .ani_main_txt.started span:nth-of-type(1) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 0s; }
  .ani_main_txt.started span:nth-of-type(2) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards .2s; }
  .ani_main_txt.started span:nth-of-type(3) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards .4s; }
  .ani_main_txt.started span:nth-of-type(4) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards .6s; }
  .ani_main_txt.started span:nth-of-type(5) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards .8s; }
  .ani_main_txt.started span:nth-of-type(6) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 1s; }
  .ani_main_txt.started span:nth-of-type(7) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 1.2s; }
  .ani_main_txt.started span:nth-of-type(8) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 1.4s; }
  .ani_main_txt.started span:nth-of-type(9) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 1.6s; }
  .ani_main_txt.started span:nth-of-type(10) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 1.8s; }
  .ani_main_txt.started span:nth-of-type(11) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 2s; }
  .ani_main_txt.started span:nth-of-type(12) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 2.2s; }
  .ani_main_txt.started span:nth-of-type(13) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 2.4s; }
  .ani_main_txt.started span:nth-of-type(14) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 2.6s; }
  .ani_main_txt.started span:nth-of-type(15) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 2.8s; }
  .ani_main_txt.started span:nth-of-type(16) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 3s; }
  .ani_main_txt.started span:nth-of-type(17) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 3.2s; }
  .ani_main_txt.started span:nth-of-type(18) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 3.4s; }
  .ani_main_txt.started span:nth-of-type(19) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 3.6s; }
  .ani_main_txt.started span:nth-of-type(20) {
    transform: translateY(10px);
    animation: fadein_main_txt 1s forwards 3.8s; }

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.under .section_bg .section_related {
  background-color: #000; }
  .under .section_bg .section_related p {
    color: #fff; }
  .under .section_bg .section_related li {
    border: 1px solid #fff;
    box-sizing: border-box; }
.under .section_bg .section:not(:first-of-type) {
  margin-top: 10.6rem; }
  @media screen and (min-width: 769px) {
    .under .section_bg .section:not(:first-of-type) {
      margin-top: 17.2rem; } }
.under .section_bg .section:last-of-type {
  margin-bottom: 0; }
  @media screen and (min-width: 769px) {
    .under .section_bg .section:last-of-type {
      margin-bottom: 0; } }
.under .section_bg .section_wrap {
  padding-bottom: 12rem; }
@media screen and (min-width: 769px) {
  .under .section_bg .section_wrap {
    padding-bottom: 17rem; } }

.section_bg .main_text h2 span {
  color: #fff; }
.section_bg .main_text h3 {
  color: #fff !important; }
.section_bg .main_text .text_box .text {
  color: #fff; }
.section_bg .section_wrap {
  position: relative; }
  .section_bg .section_wrap .bg_img {
    margin-bottom: 0 !important;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 9.5rem;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: -1; }
  .section_bg .section_wrap .texture {
    height: 100vh;
    width: 100%;
    background-image: url(../images/common/texture.png);
    background-position: left top;
    background-repeat: repeat;
    /* background-size: cover; */
    position: fixed;
    z-index: 1;
    background-size: 12px; }
  .section_bg .section_wrap .section_cont {
    position: relative;
    padding-top: 3rem;
    z-index: 2; }
    .section_bg .section_wrap .section_cont .section_tb {
      position: relative;
      z-index: 2;
      margin-bottom: 7.5rem; }
      .section_bg .section_wrap .section_cont .section_tb h2 {
        color: #fff;
        font-size: 6.8rem;
        opacity: .05;
        text-align: center;
        padding-bottom: .2rem; }
      .section_bg .section_wrap .section_cont .section_tb p {
        color: #fff;
        text-align: center; }
        .section_bg .section_wrap .section_cont .section_tb p .en {
          font-size: 1.4rem; }
        .section_bg .section_wrap .section_cont .section_tb p .ja {
          display: block;
          font-size: 1rem;
          padding-top: .6rem; }
    .section_bg .section_wrap .section_cont .in {
      position: relative; }
      .section_bg .section_wrap .section_cont .in .scroll_down {
        position: absolute;
        top: 18rem;
        right: 0;
        z-index: 2; }
        @media screen and (min-width: 769px) {
          .section_bg .section_wrap .section_cont .in .scroll_down {
            top: 0; } }
        .section_bg .section_wrap .section_cont .in .scroll_down p {
          display: inline-block;
          position: absolute;
          padding: 10px 10px 50px;
          overflow: hidden;
          color: #fff;
          font-size: 1rem;
          font-family: 'freight-sans-pro', 'Noto Serif JP', serif;
          line-height: 1;
          letter-spacing: .2em;
          text-transform: uppercase;
          text-decoration: none;
          writing-mode: vertical-lr; }
          .section_bg .section_wrap .section_cont .in .scroll_down p:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 1px;
            height: 40px;
            background: rgba(255, 255, 255, 0.4); }
          .section_bg .section_wrap .section_cont .in .scroll_down p:after {
            animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 1px;
            height: 40px;
            background: #fff; }
    .section_bg .section_wrap .section_cont .main .heading {
      margin-bottom: 7rem; }
      .section_bg .section_wrap .section_cont .main .heading h3 {
        font-size: 1.8rem;
        color: #fff;
        font-weight: normal;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        margin: 0 auto;
        text-align: left;
        line-height: 1.5; }
    .section_bg .section_wrap .section_cont .main .main_txt {
      width: 100%; }
      .section_bg .section_wrap .section_cont .main .main_txt .text {
        text-align: left !important; }
        .section_bg .section_wrap .section_cont .main .main_txt .text span {
          font-size: 1.4rem;
          color: #fff;
          display: block; }
          .section_bg .section_wrap .section_cont .main .main_txt .text span.mb {
            margin-bottom: 2.4rem; }

@media screen and (min-width: 769px) {
  .section_bg .section_wrap {
    padding-bottom: 17rem; }
    .section_bg .section_wrap .section_cont .section_tb {
      display: inline-block;
      position: relative; }
      .section_bg .section_wrap .section_cont .section_tb h2 {
        text-align: left;
        font-size: 9rem;
        font-weight: bold;
        opacity: .1;
        margin-left: 4rem; }
      .section_bg .section_wrap .section_cont .section_tb p {
        display: flex;
        align-items: center;
        position: absolute;
        top: 44%;
        right: -14rem; }
        .section_bg .section_wrap .section_cont .section_tb p .en {
          font-size: 1.6rem;
          margin-right: 4rem; }
        .section_bg .section_wrap .section_cont .section_tb p .ja {
          padding: 0;
          font-size: 1rem; }
    .section_bg .section_wrap .section_cont .main {
      display: flex;
      justify-content: space-around; }
      .section_bg .section_wrap .section_cont .main .heading h3 {
        font-size: 2rem; }
      .section_bg .section_wrap .section_cont .main .main_txt {
        width: 380px;
        margin-top: 4rem; }
        .section_bg .section_wrap .section_cont .main .main_txt p {
          font-size: 1.4rem; } }
@media screen and (min-width: 1024px) {
  .section_bg .section_wrap .section_cont .section_tb h2 {
    font-size: 14rem; }
  .section_bg .section_wrap .section_cont .section_tb p {
    right: -15.3rem; }
    .section_bg .section_wrap .section_cont .section_tb p .en {
      font-size: 2rem;
      margin-right: 4rem; }
  .section_bg .section_wrap .section_cont .main .heading h3 {
    font-size: 3.2rem; }
  .section_bg .section_wrap .section_cont .main .main_txt {
    width: 340px;
    margin-top: 8rem; } }
@media screen and (min-width: 1200px) {
  .section_bg .section_wrap .section_cont .section_tb h2 {
    font-size: 18rem; }
  .section_bg .section_wrap .section_cont .section_tb p {
    right: -15.2rem; }
    .section_bg .section_wrap .section_cont .section_tb p .en {
      font-size: 2.4rem;
      margin-right: 4rem; }
  .section_bg .section_wrap .section_cont .main .heading h3 {
    font-size: 3.2rem; }
  .section_bg .section_wrap .section_cont .main .main_txt {
    width: 380px;
    margin-top: 8rem; } }
.loading_in {
  width: 100vw;
  height: 100vh;
  position: relative; }

.loading_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 200px; }
  .loading_cont .load_logo {
    width: 100%; }
    .loading_cont .load_logo img {
      width: 100%;
      height: auto;
      position: static;
      margin: 0px auto 20px;
      display: block; }

#loading_container {
  width: 100px;
  height: 24px;
  position: relative;
  margin: auto;
  display: block; }
  #loading_container div {
    opacity: 0; }
  #loading_container.active div {
    opacity: 1; }
  #loading_container p {
    color: #fff; }

.L {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-animation: L 2s infinite; }

.O {
  position: absolute;
  left: 18%;
  top: 50%;
  -webkit-animation: O 2s infinite;
  -webkit-animation-delay: 100ms; }

.A {
  position: absolute;
  left: 35%;
  top: 50%;
  -webkit-animation: A 2s infinite;
  -webkit-animation-delay: 200ms; }

.D {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: D 2s infinite;
  -webkit-animation-delay: 300ms; }

.I {
  position: absolute;
  left: 65%;
  top: 50%;
  -webkit-animation: I 2s infinite;
  -webkit-animation-delay: 400ms; }

.N {
  position: absolute;
  left: 75%;
  top: 50%;
  -webkit-animation: N 2s infinite;
  -webkit-animation-delay: 500ms; }

.G {
  position: absolute;
  left: 90%;
  top: 50%;
  -webkit-animation: G 2s infinite;
  -webkit-animation-delay: 600ms; }

@-webkit-keyframes L {
  0% {
    top: 0px;
    opacity: 0; }
  50% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-webkit-keyframes O {
  0% {
    top: 0px;
    opacity: 0; }
  50% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-webkit-keyframes A {
  0% {
    top: 0px;
    opacity: 0; }
  50% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-webkit-keyframes D {
  0% {
    top: 0px;
    opacity: 0; }
  50% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-webkit-keyframes I {
  0% {
    top: 0px;
    opacity: 0; }
  50% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-webkit-keyframes N {
  0% {
    top: 0px;
    opacity: 0; }
  50% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@-webkit-keyframes G {
  0% {
    top: 0px;
    opacity: 0; }
  50% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }






@media screen and (min-width: 769px) {
  #footer .foot_cont_guide {
    padding: 20px 0 50px;
  }
}

.fadein1 {
  opacity : 0;
  transition: all 1s;
}
.fadein2 {
  opacity : 0;
  transform: translateY(15px);
  transition: all 1s;
}

#g_navi ul li.contact a:last-child {
  text-align: center;
  font-size: 1.4rem;
  line-height: 23px;
  margin: 10px 0 20px 0;
}

@media screen and (min-width: 769px) {
  .gnavi_concept::after,
  .gnavi_service::after,
  .gnavi_works::after,
  .gnavi_recruit::after,
  .gnavi_blog::after,
  .gnavi_news::after,
  .gnavi_company::after
   {
    content: 'コンセプト';
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 1.0rem;
    color: #FFFFFF;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.5s ease;
  }
  #g_navi.under ul li::after {
    color: #000;
  }
  #g_navi.under ul li:not(.sns).here:before {
    width: auto;
    border-bottom: none;
  }
  #g_navi.under ul li:not(.sns).here:after {
    width: auto;
    border-bottom: none;
  }

  .gnavi_service::after {
    content: '事業紹介';
  }
  .gnavi_works::after {
    content: '施工事例';
  }
  .gnavi_recruit::after {
    content: 'スタッフ紹介';
  }
  .gnavi_blog::after {
    content: 'ブログ';
  }
  .gnavi_news::after {
    content: 'ニュース';
  }
  .gnavi_company::after {
    content: '会社概要';
  }
  .gnavi_concept:hover::after,
  .gnavi_service:hover::after,
  .gnavi_works:hover::after,
  .gnavi_recruit:hover::after,
  .gnavi_blog:hover::after,
  .gnavi_news:hover::after,
  .gnavi_company:hover::after {
    opacity: 1;
  }
  #g_navi ul li.contact {
    width: 286px !important;
   }
 #g_navi ul li.contact a {
   display: inline-block !important;
 }
 #g_navi ul li.contact a:last-child {
   position: relative;
   top: -1px;
   margin: -1rem 0 0 5px;
 }
 #g_navi ul li.contact:hover a {
   color: #333333;
   background-color: rgba(218, 213, 211, 0.8);
 }
 #g_navi ul li.contact a:hover {
   color: #dad5d3;
   background-color: #333333;
 }
}

#pg_concept .section_bg .section_wrap .section_cont .in{
  width: calc(100% - 40px);
}
#pg_concept .section_bg .section_wrap .section_cont .main {
  display: block;
}
#pg_concept .section_bg .section_wrap .section_cont .main .heading h3 {
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  writing-mode: initial;
  margin: 0 auto;
  text-align: center;
  line-height: 2.0em;;
}
#pg_concept .section_bg .section_wrap .section_cont .main .main_txt {
  width: 100%;
}
#pg_concept .section_bg .section_wrap .section_cont .main .main_txt .text span {
  font-size: 1.5rem;
  line-height: 2.0em;
}
@media screen and (min-width: 769px) {
  #pg_concept .section_bg .section_wrap .section_cont .main .heading h3 {
    font-size: 3.0rem;
  }
  #pg_concept .section_bg .section_wrap .section_cont .main .main_txt .text {
    text-align: center !important;
  }
  #pg_concept .section_bg .section_wrap .section_cont .main .main_txt .text span {
    font-size: 1.6rem;
    line-height: 3.0em;
  }
  .under#pg_concept .other_pages.b .section_links{
    padding-bottom: 0;
  }
}
