@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
* {
  padding: 0;
  margin: 0; }

img, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #3c463c;
  transition: .4s; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  background: #fdfdf8;
  letter-spacing: 0.05em;
  color: #3c463c;
  font-size: 14px;
  text-align: left;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  overflow: hidden; }
  .lp_wrapper .kv {
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden; }
    @media screen and (max-width: 1080px) {
      .lp_wrapper .kv {
        height: fit-content; } }
    .lp_wrapper .kv img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .lp_wrapper .pc {
    display: block; }
    @media screen and (max-width: 800px) {
      .lp_wrapper .pc {
        display: none; } }
  .lp_wrapper .sp {
    display: none; }
    @media screen and (max-width: 800px) {
      .lp_wrapper .sp {
        display: block; } }
  .lp_wrapper .innerBox {
    max-width: 1000px;
    margin: 5% auto; }
    @media screen and (max-width: 1800px) {
      .lp_wrapper .innerBox {
        max-width: 800px; } }
    @media screen and (max-width: 1080px) {
      .lp_wrapper .innerBox {
        width: 98%; } }
    .lp_wrapper .innerBox .main_txt {
      margin: 5% auto; }
      @media screen and (max-width: 800px) {
        .lp_wrapper .innerBox .main_txt {
          width: 85%;
          margin: 10% auto; } }
      .lp_wrapper .innerBox .main_txt p {
        font-size: min(1em, 3.2vw);
        line-height: 2.0;
        margin-bottom: 2.0em;
        padding-bottom: 2.0em;
        border-bottom: 1px solid #3c463c; }
      .lp_wrapper .innerBox .main_txt a {
        display: block;
        font-size: min(0.9em, 2.8vw);
        text-align: right; }
        .lp_wrapper .innerBox .main_txt a h1 {
          font-size: 100%;
          font-weight: 400; }
    .lp_wrapper .innerBox section {
      margin: 15% auto; }
      @media screen and (max-width: 600px) {
        .lp_wrapper .innerBox section {
          margin: 25% auto; } }
      .lp_wrapper .innerBox section h2 {
        font-size: min(1.2em, 3.5vw);
        font-family: "noto-sans", sans-serif;
        letter-spacing: 1px;
        text-align: center;
        line-height: 1.8;
        margin: 0 auto 10%; }
        .lp_wrapper .innerBox section h2 span {
          font-weight: 400;
          font-family: "toppan-bunkyu-gothic-pr6n", serif;
          font-size: 100%; }
      .lp_wrapper .innerBox section .funcBox {
        display: flex;
        align-items: stretch;
        justify-content: space-between; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .innerBox section .funcBox {
            flex-wrap: wrap;
            width: 97%;
            margin: 0 auto; } }
        .lp_wrapper .innerBox section .funcBox li {
          width: calc(100%/4 - 1%);
          padding: 2em;
          text-align: center;
          border: 1px solid #3c463c; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .innerBox section .funcBox li {
              width: calc(100%/2 - 1%);
              margin-bottom: 2%; } }
          .lp_wrapper .innerBox section .funcBox li div {
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-direction: column;
            width: 100%;
            height: 100%; }
          .lp_wrapper .innerBox section .funcBox li img {
            max-height: 50px;
            width: auto;
            margin-bottom: 8px; }
          .lp_wrapper .innerBox section .funcBox li p {
            font-size: min(1.1em, 3.4vw);
            line-height: 1.5; }
            .lp_wrapper .innerBox section .funcBox li p span {
              font-size: 70%; }
      .lp_wrapper .innerBox section .itemBox {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        width: fit-content;
        margin: 0 auto; }
        .lp_wrapper .innerBox section .itemBox div {
          width: calc(100%/2 - 1%);
          max-width: 371px;
          margin: 0 .5% 10%; }
          .lp_wrapper .innerBox section .itemBox div h3 {
            font-size: min(1em, 3.2vw);
            font-weight: 400;
            margin-top: 1.0em; }
      .lp_wrapper .innerBox section .careBox {
        max-width: 575px;
        margin: 0 auto;
        text-align: center; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .innerBox section .careBox img {
            width: 60%; } }
        .lp_wrapper .innerBox section .careBox p {
          font-size: min(0.9em, 3.2vw);
          margin: 10% auto;
          text-align: left;
          width: fit-content; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .innerBox section .careBox p {
              width: 80%; } }
      .lp_wrapper .innerBox section .content_list {
        border-top: 1px dashed #3c463c;
        margin: 10% auto;
        max-width: 600px; }
        .lp_wrapper .innerBox section .content_list .list a {
          border-bottom: 1px dashed #3c463c;
          display: flex;
          align-items: stretch;
          padding: 1% 0; }
          .lp_wrapper .innerBox section .content_list .list a div.txt {
            padding: 2%;
            position: relative;
            width: calc(100% - 150px);
            text-align: left; }
            .lp_wrapper .innerBox section .content_list .list a div.txt p {
              font-size: min(1.1em, 3.2vw); }
            .lp_wrapper .innerBox section .content_list .list a div.txt .icon {
              position: absolute;
              bottom: 1%;
              text-align: left;
              display: flex;
              justify-content: flex-start;
              align-items: center; }
              .lp_wrapper .innerBox section .content_list .list a div.txt .icon p {
                font-size: min(0.8em, 2.8vw);
                font-family: "noto-sans", sans-serif; }
      .lp_wrapper .innerBox section .more {
        font-family: "noto-sans", sans-serif;
        font-size: min(0.9em, 3.2vw);
        padding: 1.0em;
        border-bottom: 1px solid #3c463c;
        text-align: center;
        margin: 0 auto;
        display: block;
        width: fit-content; }
        @media screen and (max-width: 600px) {
          .lp_wrapper .innerBox section .more {
            padding: 0.5em; } }
      .lp_wrapper .innerBox section .flexBox li {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 600px;
        margin: 0 auto; }
        .lp_wrapper .innerBox section .flexBox li div {
          width: calc(50% - 5%); }
          .lp_wrapper .innerBox section .flexBox li div:nth-child(1) a {
            position: relative;
            display: block; }
            .lp_wrapper .innerBox section .flexBox li div:nth-child(1) a p {
              position: absolute;
              font-family: "noto-sans", sans-serif;
              color: #fdfdf8;
              font-size: min(1.2em, 3.2vw);
              line-height: 1.4;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              text-align: center;
              margin: 0; }
              .lp_wrapper .innerBox section .flexBox li div:nth-child(1) a p span {
                font-family: "toppan-bunkyu-gothic-pr6n", serif;
                font-size: 100%; }
          .lp_wrapper .innerBox section .flexBox li div:nth-child(2) a p {
            border-bottom: 1px solid #3c463c;
            font-family: "noto-sans", sans-serif;
            font-size: min(1em, 3.2vw);
            border-bottom: 1px solid #3c463c;
            width: fit-content;
            padding-bottom: 1.0em;
            margin: 0 auto; }
