@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通【Reset】
=============================================================*/
body {
  margin: 0;
  padding: 0; }

.reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6, .reset p {
  margin: 0;
  padding: 0; }
.reset ul, .reset ol, .reset li, .reset dl, .reset dt, .reset dd, .reset figure, .reset figcaption, .reset table, .reset address {
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal; }
.reset table {
  border-collapse: collapse;
  border-spacing: 0; }
.reset img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom; }

/*=============================================================
 レイアウト設定
=============================================================*/
.flexBox {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  flex-flow: row wrap; }

.jc-space-between {
  justify-content: space-between; }

.jc-center {
  justify-content: center; }

.jc-flex-end {
  justify-content: flex-end; }

.al-center {
  align-items: center; }

.al-stretch {
  align-items: stretch; }

.al-flex-end {
  align-items: flex-end; }

.al-flex-start {
  align-items: flex-start; }

@media print, screen and (min-width: 767.9px) {
  .order1 {
    order: 1; }

  .order2 {
    order: 2; } }
/*=============================================================
 common
=============================================================*/
html {
  scroll-behavior: smooth; }

body {
  font-size: 14px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.68;
  color: #111111;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt" 1; }
  @media print, screen and (min-width: 767.9px) {
    body {
      font-size: 16px; } }
  body b {
    font-weight: 700;
    font-style: normal; }
  body .en {
    font-family: 'Lato', sans-serif;
    font-weight: 700; }
  body .mincho {
    font-family: "Times New Roman", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }
  body a {
    color: #000;
    text-decoration: none; }
  body a:hover {
    opacity: 0.7;
    -webkit-transition: all .3s;
    transition: all .3s; }
  body img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media print, screen and (min-width: 767.9px) {
      body img {
        width: auto;
        max-width: 100%; } }
  body .object-fit {
    object-fit: contain;
    font-family: "object-fit: contain;"; }
  body .view-sp {
    display: block; }
    @media print, screen and (min-width: 767.9px) {
      body .view-sp {
        display: none; } }
  body .view-pc {
    display: none; }
    @media print, screen and (min-width: 767.9px) {
      body .view-pc {
        display: block; } }
  body #wrap,
  body #contents {
    overflow: hidden; }
  body #contents {
    position: relative;
    background-color: #fff; }
  body .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative; }
    @media screen and (min-width: 767.9px) and (max-width: 1280px) {
      body .container {
        padding: 0 50px; } }
    @media print, screen and (min-width: 1280px) {
      body .container {
        padding: 0; } }

.com_col2 {
  align-items: center; }
  .com_col2 .leftBox {
    text-align: left;
    width: 100%; }
    @media print, screen and (min-width: 767.9px) {
      .com_col2 .leftBox {
        width: 55%; } }
    .com_col2 .leftBox .lead {
      margin-top: 0;
      line-height: 1.65;
      font-weight: 700;
      font-size: 5vw;
      letter-spacing: 0.05em; }
      @media print, screen and (min-width: 767.9px) {
        .com_col2 .leftBox .lead {
          font-size: 24px; } }
    .com_col2 .leftBox p {
      line-height: 2.0;
      letter-spacing: 0.05em;
      margin-top: 2em;
      text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
      font-weight: 500; }
      @media print, screen and (min-width: 767.9px) {
        .com_col2 .leftBox p {
          margin-top: 2em; } }
      .com_col2 .leftBox p strong {
        font-weight: 600;
        font-size: 5.5vw; }
        @media print, screen and (min-width: 767.9px) {
          .com_col2 .leftBox p strong {
            font-size: 24px; } }
      .com_col2 .leftBox p b {
        font-weight: 600;
        font-size: 4.5vw; }
        @media print, screen and (min-width: 767.9px) {
          .com_col2 .leftBox p b {
            font-size: 24px; } }
  .com_col2 .rightBox {
    width: 100%; }
    @media print, screen and (min-width: 767.9px) {
      .com_col2 .rightBox {
        width: 43%; } }
    @media screen and (max-width: 767.9px) {
      .com_col2 .rightBox img {
        width: 70%; } }
    .com_col2 .rightBox p {
      margin-top: 20px; }
      @media print, screen and (min-width: 767.9px) {
        .com_col2 .rightBox p {
          margin-top: 50px; } }
      .com_col2 .rightBox p:first-child {
        margin-top: 0; }
      .com_col2 .rightBox p span {
        display: block;
        margin-top: 10px; }

.com_col3 li {
  width: 32%; }

.com_col4 li {
  width: 24%; }

.com_btn01 {
  text-align: center; }
  .com_btn01 a {
    display: inline-block;
    width: 320px;
    max-width: 100%;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    position: relative; }
    .com_btn01 a:after {
      content: "";
      display: inline-block;
      width: 1em;
      height: 0.8em;
      background: url("../image/ico_arrow_w.png") no-repeat center center;
      background-size: auto 100%;
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -0.4em; }

.com-tit01 {
  background-image: url("../image/sec02_pic01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  position: relative; }
  @media print, screen and (min-width: 767.9px) {
    .com-tit01 {
      height: 460px; } }
  .com-tit01 .lead {
    color: #fff;
    font-weight: 700 !important;
    font-size: 5vw;
    letter-spacing: 0.1em; }
    @media print, screen and (min-width: 767.9px) {
      .com-tit01 .lead {
        font-size: 36px; } }
  .com-tit01 .logo {
    margin-bottom: 20px; }
    @media print, screen and (min-width: 767.9px) {
      .com-tit01 .logo {
        margin-bottom: 50px; } }
    .com-tit01 .logo img {
      width: 50px; }
      @media print, screen and (min-width: 767.9px) {
        .com-tit01 .logo img {
          width: 74px;
          height: 134px; } }

section .container {
  padding-top: 50px;
  padding-bottom: 50px;
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 767.9px) {
    section .container {
      padding-top: 200px;
      padding-bottom: 200px; } }

/*=============================================================
 LPスタイル
=============================================================*/
nav {
  text-align: center;
  background-color: #FFF;
  padding: 50px 0; }
  @media print, screen and (min-width: 767.9px) {
    nav {
      padding: 100px 0; } }
  @media print, screen and  (max-width: 767.9px)  {
    nav .container ul.flexBox {
      flex-flow: nowrap!important; } }
  nav ul li {
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #ccc; }
    @media print, screen and (min-width: 767.9px) {
      nav ul li {
        width: 25%; } }
    nav ul li a {
      display: block;
      position: relative;
      padding: 60px 0 2em 0;
      font-size: 3vw; }
      @media print, screen and (min-width: 767.9px) {
        nav ul li a {
          padding: 60px 0 2em 0;
          font-size: 16px; } }
      nav ul li a:before {
        content: "1";
        display: block;
        background-color: #000;
        color: #fff;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        border-radius: 100px;
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -20px; }
        @media print, screen and (min-width: 767.9px) {
          nav ul li a:before {
            width: 50px;
            height: 50px;
            margin-left: -25px;
            font-size: 24px;
            top: 0; } }
      nav ul li a:after {
        content: "";
        display: block;
        background: url("../image/ico_arrow.png") no-repeat center center;
        background-size: 100% auto;
        color: #fff;
        width: 1em;
        height: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -0.5em; }
    nav ul li:first-child {
      border: none; }
    nav ul li:nth-child(2) a:before {
      content: "2"; }
    nav ul li:nth-child(3) a:before {
      content: "3"; }


#sec01 .sec01_bg {
  background: url("../image/sec01_bg.jpg") no-repeat left center;
  background-size: cover; }
#sec01 header .ja {
  position: relative;
  font-weight: 700;
  font-size: 5vw; }
  @media print, screen and (min-width: 767.9px) {
    #sec01 header .ja {
      font-size: 30px; } }
  #sec01 header .ja b {
    font-weight: 700; }
    @media print, screen and (min-width: 767.9px) {
      #sec01 header .ja b {
        font-size: 36px; } }
  #sec01 header .ja:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 50%;
    left: 0; }
  #sec01 header .ja span {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 0 20px; }
@media print, screen and (min-width: 767.9px) {
  #sec01 .com_col2 {
    margin: 50px 0 0 0; } }
@media screen and (max-width: 767.9px) {
  #sec01 .com_col2 .leftBox {
    margin: 20px 0; } }
#sec01 .com_col3 {
  margin: 50px 0 50px 0; }

#sec02 .sec02_bg {
  background: url("../image/sec02_bg.jpg") no-repeat left center;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 767.9px) {
    #sec02 .sec02_bg:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 0;
      left: 0; } }
@media print, screen and (min-width: 767.9px) {
  #sec02 .com_col2 .leftBox {
    width: 72%; } }
@media screen and (max-width: 767.9px) {
  #sec02 .com_col2 .rightBox {
    margin-top: 20px; } }
@media print, screen and (min-width: 767.9px) {
  #sec02 .com_col2 .rightBox {
    width: 28%; } }

#sec03 .com-tit01 {
  background-image: url("../image/sec03_pic01.jpg"); }
@media screen and (max-width: 767.9px) {
  #sec03 .com_col2 .rightBox {
    margin-top: 20px; } }
#sec03 .com_col4 {
  margin-top: 20px; }
  @media print, screen and (min-width: 767.9px) {
    #sec03 .com_col4 {
      margin-top: 50px; } }
#sec03 .sec03_bg {
  background: url("../image/sec03_bg.jpg") no-repeat right center;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 767.9px) {
    #sec03 .sec03_bg:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 0;
      left: 0; } }

#sec04 .com-tit01 {
  background-image: url("../image/sec04_pic01.jpg"); }
@media screen and (max-width: 767.9px) {
  #sec04 .com_col2 .rightBox {
    margin-top: 20px; } }
#sec04 .sec04_bg {
  background: url("../image/sec04_bg.jpg") no-repeat left center;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 767.9px) {
    #sec04 .sec04_bg:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 0;
      left: 0; } }

#sec05 header {
  margin-bottom: 30px; }
  #sec05 header .ja {
    font-weight: 700; }
    @media print, screen and (min-width: 767.9px) {
      #sec05 header .ja {
        font-size: 30px; } }
@media print, screen and (min-width: 767.9px) {
  #sec05 .container {
    padding-top: 120px;
    padding-bottom: 120px; } }
#sec05 .sns {
  margin: 20px 0; }
  @media print, screen and (min-width: 767.9px) {
    #sec05 .sns {
      margin: 50px 0; } }
  #sec05 .sns a {
    display: inline-block;
    width: 32.5%;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 50px 0; }
    #sec05 .sns a img {
      width: 50px;
      margin-bottom: 5px; }
#sec05 .Present {
  border: 1px solid #000;
  box-sizing: border-box;
  width: 680px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto; }
  #sec05 .Present h3 {
    background-color: #000;
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 15px; }
  #sec05 .Present ul {
    display: inline-block;
    text-align: left;
    margin: 20px 0; }
    #sec05 .Present ul li {
      margin: 5px 0; }
      #sec05 .Present ul li b {
        font-size: 5vw; }
        @media print, screen and (min-width: 767.9px) {
          #sec05 .Present ul li b {
            font-size: 30px; } }

/*=============================================================
 #gheader
=============================================================*/
#gheader {
  position: relative; }
  #gheader .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 0.2em;
    z-index: 2; }
    #gheader .inner a {
      color: #fff; }
    #gheader .inner .logo img {
      width: 98px; }
      @media print, screen and (min-width: 767.9px) {
        #gheader .inner .logo img {
          width: 98px; } }
    #gheader .inner .lead {
      font-weight: 300 !important;
      margin: 30px 0;
      font-size: 4.5vw;
      letter-spacing: 0.2em; }
      @media print, screen and (min-width: 767.9px) {
        #gheader .inner .lead {
          font-size: 30px;
          margin: 30px 0; } }
    #gheader .inner .navi {
      line-height: 1; }
      #gheader .inner .navi li {
        width: 90%; }
        @media print, screen and (min-width: 767.9px) {
          #gheader .inner .navi li {
            width: auto; } }
        @media screen and (max-width: 767.9px) {
          #gheader .inner .navi li:nth-child(2) {
            margin: 20px 0; } }
        @media print, screen and (min-width: 767.9px) {
          #gheader .inner .navi li:nth-child(2) {
            /* border-right: 1px solid #fff; */
            border-left: 1px solid #fff; } }
        #gheader .inner .navi li a {
          display: block;
          box-sizing: border-box; }
          @media screen and (max-width: 767.9px) {
            #gheader .inner .navi li a {
              border: 1px solid #fff;
              padding: 1em; } }
          @media print, screen and (min-width: 767.9px) {
            #gheader .inner .navi li a {
              padding: 0 1em; } }
  #gheader .bg_pic img {
    object-fit: cover;
    height: 100vh; }
    @media print, screen and (min-width: 767.9px) {
      #gheader .bg_pic img {
        width: 100%;
        height: 100vh;
        min-height: 860px; } }
  #gheader .add-animation {
    animation: fadezoom 5s 0s forwards; }
@keyframes fadezoom {
  0% {
    transform: scale(1.5); }
  100% {
    transform: scale(1);
    /* 拡大率 */ } }
/*=============================================================
 #gFooter
=============================================================*/
#gFooter {
  position: relative; }
  #gFooter .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 0.2em;
    z-index: 2; }
    #gFooter .inner a {
      color: #fff; }
    #gFooter .inner .logo img {
      width: 60px;
      margin: 20px 0; }
      @media print, screen and (min-width: 767.9px) {
        #gFooter .inner .logo img {
          width: 98px;
          margin: 30px 0; } }
    #gFooter .inner .lead {
      font-weight: 400;
      font-size: 4vw; }
      @media print, screen and (min-width: 767.9px) {
        #gFooter .inner .lead {
          font-size: 24px; } }
    #gFooter .inner .navi {
      line-height: 1; }
      #gFooter .inner .navi li {
        width: 90%; }
        @media print, screen and (min-width: 767.9px) {
          #gFooter .inner .navi li {
            width: auto; } }
        @media screen and (max-width: 767.9px) {
          #gFooter .inner .navi li:nth-child(2) {
            margin: 20px 0; } }
        @media print, screen and (min-width: 767.9px) {
          #gFooter .inner .navi li:nth-child(2) {
            /* border-right: 1px solid #fff; */
            border-left: 1px solid #fff; } }
        #gFooter .inner .navi li a {
          display: block;
          box-sizing: border-box; }
          @media screen and (max-width: 767.9px) {
            #gFooter .inner .navi li a {
              border: 1px solid #fff;
              padding: 1em; } }
          @media print, screen and (min-width: 767.9px) {
            #gFooter .inner .navi li a {
              padding: 0 1em; } }
  #gFooter .bg_pic img {
    object-fit: cover;
    min-height: 500px; }
    @media print, screen and (min-width: 767.9px) {
      #gFooter .bg_pic img {
        width: 100%;
        min-height: 558px; } }

.copy {
  background-color: #000;
  color: #fff;
  padding: 0.5em 0;
  letter-spacing: 0.1em; }

.pageTop {
  display: none;
  position: fixed;
  right: -20px;
  bottom: 50px !important;
  z-index: 5; }
  @media print, screen and (min-width: 767.9px) {
    .pageTop {
      right: 50px;
      bottom: 50px !important; } }
  .pageTop a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 0 0 auto; }
  .pageTop.stop {
    bottom: 185px !important; }
    @media print, screen and (min-width: 767.9px) {
      .pageTop.stop {
        bottom: 185px !important; } }
