@charset "UTF-8";
/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700;800;900&display=swap");
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }

p {
  margin-bottom: inherit; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

.border {
  border: #BAAB92 1px solid !important; }

.form-control.error,
.form-select.error {
  background-color: #FDE6E7; }

/*能登半島地震メッセージ：ここから*/
.noto-msg {
  display: block;
  max-width: 540px;
  margin: 3em auto 0;
  border: rgba(0, 0, 0, 0.8) 1px solid;
  padding: 15px; }
  .noto-msg strong {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0.5em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 1.4; }
    .noto-msg strong br.only-sp {
      display: none; }
  .noto-msg p {
    display: block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 1.4;
    font-size: clamp(11px, 1vw, 13px);
    text-align: center;
    margin-bottom: 8px; }
    .noto-msg p.smaller {
      font-size: 12px;
      text-align: right;
      margin-bottom: 0; }
  @media (max-width: 540px) {
    .noto-msg {
      margin: 0 10px 2em;
      padding: 10px; }
      .noto-msg strong {
        font-size: 15px;
        line-height: 1.5; }
        .noto-msg strong br.only-sp {
          display: block; }
      .noto-msg p {
        text-align: left; }
        .noto-msg p br.not-sp {
          display: none; } }
  @media (max-width: 480px) {
    .noto-msg {
      margin-top: 20px;
      margin-bottom: 0; } }

/*能登半島地震メッセージ：ここまで*/
body {
  line-height: 1;
  background: #FFF;
  color: #000;
  font-size: clamp(14.5px, 1.2vw, 16px);
  width: 100%;
  overflow-x: hidden; }

#app {
  display: block;
  width: 100vw; }

img {
  max-width: 100%;
  height: auto; }

a {
  cursor: pointer; }

p {
  line-height: 1.8; }

.br-sp {
  display: none; }
  @media (max-width: 480px) {
    .br-sp {
      display: block; } }

.mb {
  display: block;
  margin-bottom: clamp(50px, 7%, 150px); }

.max1080 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1080px) {
    .max1080 {
      padding-left: 15px;
      padding-right: 15px; } }

.max1260 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1260px) {
    .max1260 {
      padding-left: 15px;
      padding-right: 15px; } }

.bg-gray {
  display: block;
  background: #F5F5F5;
  padding: clamp(30px, 4%, 60px) 15px; }
  .bg-gray.p-0 {
    padding: 0; }

.fs-small {
  font-size: 80%; }

.photo {
  font-size: 0;
  overflow: hidden; }
  .photo
  a img {
    transition: all linear 0.3s; }
  .photo
  a:hover img {
    transform: scale(1.05, 1.05); }

.hover-opacity {
  transition: all linear 0.3s; }
  .hover-opacity:hover {
    opacity: 0.8; }

.flex-type1 {
  display: flex;
  flex-wrap: wrap; }
  .flex-type1 li {
    width: 33.3%;
    padding: 2%; }
  @media (max-width: 480px) {
    .flex-type1 {
      flex-wrap: wrap; }
      .flex-type1 li {
        width: 100%;
        margin-bottom: 1em; } }

.title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(50px, 5vw, 95px);
  margin-bottom: clamp(20px, 3%, 50px); }
  .title.style1 {
    display: flex;
    align-items: flex-end; }
  .title.style2 {
    display: flex;
    justify-content: center;
    align-items: center; }
    .title.style2:before {
      display: block;
      width: 50px;
      height: 1px;
      content: "";
      background: #000;
      margin-right: 15px; }
    .title.style2:after {
      display: block;
      width: 50px;
      height: 1px;
      content: "";
      background: #000;
      margin-left: 15px; }
  .title.fs-smaller {
    font-size: clamp(30px, 4vw, 65px); }
  .title.line {
    display: flex;
    justify-content: center;
    align-items: center; }
    .title.line:before {
      display: block;
      width: 60px;
      height: 2px;
      content: "";
      background: #000;
      margin-right: 15px; }
    .title.line:after {
      display: block;
      width: 60px;
      height: 2px;
      content: "";
      background: #000;
      margin-left: 15px; }
  .title span {
    font-size: 50%; }

.table-style1 {
  border-collapse: collapse; }
  .table-style1 th {
    background: #F2F2F2;
    border: #707070 1px solid;
    padding: 5px; }
  .table-style1 td {
    background: #FFF;
    border: #707070 1px solid;
    padding: 5px; }
  .table-style1.sp-col1 {
    border-bottom: #707070 1px solid; }
    .table-style1.sp-col1 th, .table-style1.sp-col1 td {
      display: block;
      width: 100%;
      border-bottom: none; }

.btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  text-align: center;
  color: #FFF;
  font-weight: bold; }
  .btn1:hover {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    transition: all linear 0.3s;
    color: #FFF; }
  .btn1:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    transition: all linear 0.3s; }
  .btn1.back {
    max-width: 150px; }

.btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FC8800;
  border: none;
  padding: 15px 30px;
  border-radius: 15px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2em; }
  .btn2:hover {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    transition: all linear 0.3s;
    color: #FFF; }
  .btn2:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    transition: all linear 0.3s; }
  .btn2.back {
    max-width: 150px; }

.btns {
  display: flex;
  justify-content: center;
  align-items: center; }

.pickup_plan {
  display: none; }
  @media (max-width: 480px) {
    .pickup_plan {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      width: calc(100% - 20px);
      margin-left: 10px;
      white-space: nowrap; }
      .pickup_plan:before, .pickup_plan:after {
        display: block;
        width: 35%;
        height: 1px;
        content: "";
        background: #000; }
      .pickup_plan:before {
        margin-right: 10px; }
      .pickup_plan:after {
        margin-left: 10px; } }

.pickup_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1180px;
  margin: 4% auto 3%;
  padding: 0 10px; }
  .pickup_banner .bnr {
    width: 48%; }
    .pickup_banner .bnr a img {
      width: 100%;
      height: auto;
      transition: all linear 0.3s; }
    .pickup_banner .bnr a:hover img {
      transform: scale(1.03, 1.03);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  @media (max-width: 480px) {
    .pickup_banner .bnr {
      width: 100%; }
      .pickup_banner .bnr:not(:last-of-type) {
        margin-bottom: 15px; } }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }
  .header .logo {
    width: 140px; }
  .header .navimenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 160px); }
    .header .navimenu ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-left: 0;
      list-style-type: none; }
      .header .navimenu ul li {
        margin-right: 30px;
        margin-right: 0; }
        .header .navimenu ul li a {
          display: block;
          font-weight: bold;
          padding: 0 15px;
          word-break: keep-all;
          white-space: nowrap;
          transition: all linear 0.3s; }
          .header .navimenu ul li a:hover {
            color: #999; }
    .header .navimenu .button_wrapper {
      display: flex;
      align-items: center; }
      .header .navimenu .button_wrapper .button {
        margin-right: 8px; }
        .header .navimenu .button_wrapper .button:last-of-type {
          margin-right: 0; }
        .header .navimenu .button_wrapper .button a {
          display: block;
          border: #000 1px solid;
          background: #FFF;
          border-radius: 50px;
          padding: 10px;
          min-width: 100px;
          font-size: 0.9em;
          text-align: center;
          transition: all linear 0.3s;
          font-weight: bold; }
          .header .navimenu .button_wrapper .button a:hover {
            background: #000;
            color: #FFF; }
          .header .navimenu .button_wrapper .button a span {
            font-size: 80%; }
    .header .navimenu._type2 ul li {
      margin-right: 0; }
      .header .navimenu._type2 ul li a {
        padding: 0 15px; }
    .header .navimenu._type2 .button_wrapper .button {
      margin-right: 8px; }
      .header .navimenu._type2 .button_wrapper .button a {
        min-width: 100px;
        padding: 10px; }
        .header .navimenu._type2 .button_wrapper .button a span {
          font-size: 80%; }
  @media (max-width: 1186px) {
    .header .logo {
      width: 120px; }
    .header .navimenu {
      width: calc(100% - 120px);
      flex-wrap: wrap;
      margin-top: -16px; }
      .header .navimenu ul {
        width: 100%;
        justify-content: flex-end; }
      .header .navimenu .button_wrapper {
        justify-content: flex-end;
        width: 100%;
        margin-top: 7px; }
        .header .navimenu .button_wrapper .button {
          margin-right: 10px; }
          .header .navimenu .button_wrapper .button a {
            padding: 6px 10px; } }
  @media (max-width: 768px) {
    .header {
      display: block;
      background: #FFF;
      padding: 10px;
      height: 60px; }
      .header .logo {
        width: 80px; }
      .header .navimenu {
        display: block;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        height: calc(100vh - 60px);
        position: fixed;
        top: 60px;
        left: 0;
        padding: 20px;
        margin-top: 0; }
        .header .navimenu ul {
          display: block; }
          .header .navimenu ul li {
            margin-right: 0;
            display: block;
            text-align: center; }
            .header .navimenu ul li a {
              color: #FFF;
              padding: 15px; }
        .header .navimenu .button_wrapper {
          display: block; }
          .header .navimenu .button_wrapper .button {
            margin-right: 0;
            text-align: center; }
            .header .navimenu .button_wrapper .button a {
              text-align: center;
              background: none;
              padding: 15px;
              min-width: auto;
              font-size: 1em;
              color: #FFF;
              border: none;
              font-weight: bold; } }

@keyframes anime1 {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
.side-open .header .navimenu {
  visibility: visible;
  z-index: 1;
  animation: anime1 0.8s forwards; }
.side-open .mv_area .slidearea {
  z-index: -1; }

.menubtn {
  display: none; }

@media (max-width: 768px) {
  .menubtn {
    display: block;
    position: fixed;
    width: 45px;
    top: 10px;
    right: 10px;
    padding: 8px;
    border-radius: 5px;
    height: 45px;
    z-index: 3; }
    .menubtn div {
      display: block;
      content: "";
      font-size: 0;
      background: #000;
      border-radius: 10px;
      width: 100%;
      height: 4px;
      margin-bottom: 8px;
      transition: all linear 0.2s; }
      .menubtn div:last-of-type {
        margin-bottom: 0; }
    .menubtn.on div:nth-of-type(1) {
      transform: rotate(45deg);
      transform-origin: left top;
      margin: 3px 0 0 5px; }
    .menubtn.on div:nth-of-type(2) {
      display: none; }
    .menubtn.on div:nth-of-type(3) {
      transform: rotate(-45deg);
      transform-origin: right top;
      margin: -3px 0 0 -6.5px; } }
@media (max-width: 480px) {
  .menubtn {
    top: 7px;
    right: 10px; } }
.sns {
  display: block;
  position: fixed;
  width: 30px;
  position: fixed;
  bottom: 240px;
  left: 45px;
  z-index: 2; }
  .sns ul {
    list-style-type: none;
    padding-left: 0; }
    .sns ul li {
      display: block;
      margin-bottom: 20px; }
  @media (max-width: 768px) {
    .sns {
      width: 80px;
      right: 55px;
      top: 15px;
      left: auto;
      bottom: auto; }
      .sns ul {
        display: flex; }
        .sns ul li {
          margin: 0 5px;
          width: 27px; } }

.koteibtns_wrapper {
  display: block; }
  .koteibtns_wrapper .koteibtn {
    position: fixed;
    left: 0;
    z-index: 2;
    background: transparent; }
    .koteibtns_wrapper .koteibtn a, .koteibtns_wrapper .koteibtn .href {
      display: flex;
      align-items: center;
      padding: 5px 10px 5px 0;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 15px;
      transform: translate(-310px);
      transition: all ease-in-out 0.4s;
      cursor: pointer; }
      .koteibtns_wrapper .koteibtn a .text, .koteibtns_wrapper .koteibtn .href .text {
        width: 320px;
        color: #FFF;
        padding: 10px 0 10px 20px; }
        .koteibtns_wrapper .koteibtn a .text b, .koteibtns_wrapper .koteibtn .href .text b {
          display: block;
          font-weight: bold;
          font-size: 1.1em;
          margin-bottom: 10px; }
        .koteibtns_wrapper .koteibtn a .text p, .koteibtns_wrapper .koteibtn .href .text p {
          display: block;
          font-size: 0.85em;
          line-height: 1.6; }
      .koteibtns_wrapper .koteibtn a .icon, .koteibtns_wrapper .koteibtn .href .icon {
        width: 55px; }
      .koteibtns_wrapper .koteibtn a:hover, .koteibtns_wrapper .koteibtn .href:hover {
        transform: translate(0); }
    .koteibtns_wrapper .koteibtn.line {
      bottom: 120px;
      margin-bottom: 15px; }
      .koteibtns_wrapper .koteibtn.line a {
        background: #49BC5F; }
    .koteibtns_wrapper .koteibtn.yoyakuwrap {
      bottom: 20px; }
      .koteibtns_wrapper .koteibtn.yoyakuwrap a, .koteibtns_wrapper .koteibtn.yoyakuwrap .href {
        background: #FC8800; }
    .koteibtns_wrapper .koteibtn.corporatewrap {
      display: none; }
      .koteibtns_wrapper .koteibtn.corporatewrap a, .koteibtns_wrapper .koteibtn.corporatewrap .href {
        padding: 8px 10px 8px 0;
        background: #0086CE; }
  @media (max-width: 768px) {
    .koteibtns_wrapper {
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      display: flex;
      z-index: 3; }
      .koteibtns_wrapper .koteibtn {
        position: relative;
        left: auto; }
        .koteibtns_wrapper .koteibtn a, .koteibtns_wrapper .koteibtn .href {
          width: 100%;
          flex-direction: row-reverse;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          transform: translate(0);
          height: 60px;
          justify-content: center;
          font-size: 13px; }
          .koteibtns_wrapper .koteibtn a .icon, .koteibtns_wrapper .koteibtn .href .icon {
            width: 30px; }
          .koteibtns_wrapper .koteibtn a .text, .koteibtns_wrapper .koteibtn .href .text {
            width: auto;
            padding: 0 0 0 10px; }
            .koteibtns_wrapper .koteibtn a .text b, .koteibtns_wrapper .koteibtn .href .text b {
              margin-bottom: 0; }
            .koteibtns_wrapper .koteibtn a .text p, .koteibtns_wrapper .koteibtn .href .text p {
              display: none; }
        .koteibtns_wrapper .koteibtn.line {
          width: 50%;
          bottom: auto;
          margin-bottom: 0; }
        .koteibtns_wrapper .koteibtn.yoyakuwrap {
          width: 50%;
          bottom: auto; }
          .koteibtns_wrapper .koteibtn.yoyakuwrap .icon {
            width: 25px; }
      .koteibtns_wrapper._type2 .koteibtn {
        position: relative;
        left: auto; }
        .koteibtns_wrapper._type2 .koteibtn a, .koteibtns_wrapper._type2 .koteibtn .href {
          width: 100%;
          flex-direction: row-reverse;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          transform: translate(0);
          height: 50px;
          justify-content: center;
          font-size: 13px; }
          .koteibtns_wrapper._type2 .koteibtn a .icon, .koteibtns_wrapper._type2 .koteibtn .href .icon {
            width: 30px; }
          .koteibtns_wrapper._type2 .koteibtn a .text, .koteibtns_wrapper._type2 .koteibtn .href .text {
            width: auto;
            padding: 0 0 0 10px; }
            .koteibtns_wrapper._type2 .koteibtn a .text b, .koteibtns_wrapper._type2 .koteibtn .href .text b {
              margin-bottom: 0; }
            .koteibtns_wrapper._type2 .koteibtn a .text p, .koteibtns_wrapper._type2 .koteibtn .href .text p {
              display: none; }
        .koteibtns_wrapper._type2 .koteibtn.line {
          width: 33.333%;
          bottom: auto;
          margin-bottom: 0; }
        .koteibtns_wrapper._type2 .koteibtn.yoyakuwrap {
          width: 33.333%;
          bottom: auto; }
          .koteibtns_wrapper._type2 .koteibtn.yoyakuwrap .icon {
            width: 25px; }
        .koteibtns_wrapper._type2 .koteibtn.corporatewrap {
          display: block;
          width: 33.333%;
          bottom: auto;
          padding: 0; }
          .koteibtns_wrapper._type2 .koteibtn.corporatewrap .icon {
            width: 25px; }
          .koteibtns_wrapper._type2 .koteibtn.corporatewrap a {
            padding: 0; }
          .koteibtns_wrapper._type2 .koteibtn.corporatewrap .text span {
            display: none; } }
  @media (max-width: 640px) {
    .koteibtns_wrapper .koteibtn a .text, .koteibtns_wrapper .koteibtn .href .text {
      padding-left: 5px; }
      .koteibtns_wrapper .koteibtn a .text b span, .koteibtns_wrapper .koteibtn .href .text b span {
        display: none; }
    .koteibtns_wrapper._type2 .koteibtn .href .text, .koteibtns_wrapper._type2 .koteibtn a .text {
      padding-left: 5px; }
    .koteibtns_wrapper._type2 .koteibtn.line {
      width: 36.333%; }
    .koteibtns_wrapper._type2 .koteibtn.yoyakuwrap {
      width: 27.333%;
      bottom: auto; }
      .koteibtns_wrapper._type2 .koteibtn.yoyakuwrap .icon {
        width: 20px; }
    .koteibtns_wrapper._type2 .koteibtn.corporatewrap {
      width: 36.333%;
      bottom: auto;
      padding: 0; }
      .koteibtns_wrapper._type2 .koteibtn.corporatewrap .icon {
        width: 20px; } }
  @media (max-width: 480px) {
    .koteibtns_wrapper .koteibtn a, .koteibtns_wrapper .koteibtn .href {
      padding: 0; }
      .koteibtns_wrapper .koteibtn a .text b, .koteibtns_wrapper .koteibtn .href .text b {
        font-size: 14px; } }

.mainarea {
  padding-top: 100px;
  margin-bottom: clamp(50px, 5%, 100px); }
  @media (max-width: 1186px) {
    .mainarea {
      padding-top: 80px; } }
  @media (max-width: 768px) {
    .mainarea {
      padding-top: 60px; } }

.fadeIn {
  animation: fadeIn 2s; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
.mv_area {
  width: 90%;
  margin: 0 0 0 auto;
  background: url("../../images/img_zealstudios-text.png") no-repeat;
  background-size: contain;
  background-position: left center;
  padding-left: 6.5vw; }
  .mv_area .slidearea {
    position: relative;
    z-index: 1; }
    .mv_area .slidearea .catch_wrapper {
      position: absolute;
      top: 15%;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 70%;
      z-index: 1; }
      @media (max-width: 480px) {
        .mv_area .slidearea .catch_wrapper {
          top: 5%; } }
      .mv_area .slidearea .catch_wrapper .catch {
        display: block;
        text-align: center; }
        .mv_area .slidearea .catch_wrapper .catch strong {
          display: block;
          text-align: center;
          color: #FFF;
          font-weight: bold;
          line-height: 1.6;
          font-size: clamp(16px, 2.5vw, 25px);
          text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.82), 0px 0px 5px rgba(0, 0, 0, 0.82); }
        .mv_area .slidearea .catch_wrapper .catch .logo {
          width: 150px;
          margin: 15px auto 0;
          filter: drop-shadow(0px 5px rgba(0, 0, 0, 0.82), 0px 0px 5px rgba(0, 0, 0, 0.82)); }
          @media (max-width: 480px) {
            .mv_area .slidearea .catch_wrapper .catch .logo {
              width: 120px; } }
    .mv_area .slidearea .slider {
      z-index: -1; }
  @media (max-width: 480px) {
    .mv_area {
      width: 100%;
      padding-bottom: 5vw;
      padding-left: 0;
      background: url("../../images/img_zealstudios-text2.png") no-repeat;
      background-position: left bottom;
      background-size: 80%; } }

.about_area {
  width: 100%;
  position: relative;
  margin-bottom: 15%; }
  .about_area:before {
    display: block;
    background: #F5F5F5;
    width: 100%;
    height: 80%;
    position: absolute;
    content: "";
    top: 30%;
    left: 0;
    z-index: -1; }
    @media (max-width: 768px) {
      .about_area:before {
        display: none; } }
  .about_area .zeal-txt {
    display: block;
    position: absolute;
    bottom: -10.5%;
    right: 30px;
    background: url("../../images/img_zealstudios-text2.png") right center no-repeat;
    width: 70%;
    max-width: 1000px;
    height: 8vw;
    background-size: 100%;
    background-position: right center;
    content: ""; }
    @media (max-width: 768px) {
      .about_area .zeal-txt {
        display: none; } }
  .about_area .aboutslide .photo div {
    position: relative; }
    .about_area .aboutslide .photo div p {
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      padding: 3px 8px;
      color: #FFF;
      bottom: 0;
      right: 0;
      line-height: 1.4;
      font-size: 13px; }
  .about_area .max1260 .boxin {
    background: #FFF;
    padding: 3%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse; }
    .about_area .max1260 .boxin .text {
      width: 40%;
      padding-left: 30px;
      line-height: 1.6; }
      .about_area .max1260 .boxin .text .title_wrap {
        border-bottom: #000 2px solid;
        padding-bottom: 20px;
        margin-bottom: 20px; }
      .about_area .max1260 .boxin .text strong {
        display: block;
        font-size: clamp(20px, 2vw, 30px);
        text-align: center;
        margin-bottom: 20px; }
      .about_area .max1260 .boxin .text p {
        display: block;
        text-align: center; }
    .about_area .max1260 .boxin .photos_wrap {
      width: 60%; }
      .about_area .max1260 .boxin .photos_wrap .photo {
        display: block;
        width: 100%; }
      .about_area .max1260 .boxin .photos_wrap .thumbs {
        display: flex;
        width: 100%;
        max-width: 100%; }
        .about_area .max1260 .boxin .photos_wrap .thumbs .slick-slide {
          display: block;
          margin: 0 5px;
          padding: 0;
          background: #000; }
          .about_area .max1260 .boxin .photos_wrap .thumbs .slick-slide img {
            opacity: 0.4; }
          .about_area .max1260 .boxin .photos_wrap .thumbs .slick-slide.slick-current img {
            opacity: 1; }
    .about_area .max1260 .boxin .point {
      width: 100%;
      padding-top: 5%; }
      .about_area .max1260 .boxin .point ul {
        display: flex;
        padding-left: 0;
        list-style-type: none; }
        .about_area .max1260 .boxin .point ul li {
          width: 33.3%;
          padding: 0 5%;
          text-align: center; }
          .about_area .max1260 .boxin .point ul li .icn {
            margin-bottom: 20px; }
            .about_area .max1260 .boxin .point ul li .icn img {
              max-width: 150px; }
          .about_area .max1260 .boxin .point ul li p {
            display: block;
            line-height: 1.8; }
        @media (max-width: 700px) {
          .about_area .max1260 .boxin .point ul {
            flex-wrap: wrap;
            max-width: 300px;
            margin: auto; }
            .about_area .max1260 .boxin .point ul li {
              width: 100%;
              margin-bottom: 20px; }
              .about_area .max1260 .boxin .point ul li .icn {
                margin-bottom: 10px; } }
    @media (max-width: 768px) {
      .about_area .max1260 .boxin .text {
        width: 100%;
        padding-left: 30px;
        text-align: center;
        margin-bottom: 20px;
        padding-left: 0; }
      .about_area .max1260 .boxin .photos_wrap {
        width: 100%; } }

.studio_area ul {
  display: flex;
  list-style-type: none;
  padding-left: 0; }
  .studio_area ul li {
    width: 33.333%;
    padding: 0 1.5%; }
    .studio_area ul li .photo {
      display: block;
      margin-bottom: 10px; }
      .studio_area ul li .photo .slick-dotted.slick-slider {
        margin-bottom: 0; }
      .studio_area ul li .photo .slick-dots {
        bottom: 8px; }
      .studio_area ul li .photo ul {
        justify-content: flex-end; }
        .studio_area ul li .photo ul li {
          width: auto;
          padding: 0;
          margin: 0 5px; }
    .studio_area ul li h3 {
      display: block;
      line-height: 1.5;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: bold; }
    .studio_area ul li p {
      display: block;
      margin-bottom: 20px; }
    .studio_area ul li b {
      display: block;
      margin-bottom: 8px; }
    .studio_area ul li table {
      width: 100%; }
      .studio_area ul li table th, .studio_area ul li table td {
        padding: 7px 10px; }
  @media (max-width: 768px) {
    .studio_area ul {
      flex-wrap: wrap; }
      .studio_area ul li {
        width: 50%;
        margin-bottom: 50px; } }
  @media (max-width: 480px) {
    .studio_area ul li {
      width: 100%;
      padding: 0;
      margin-bottom: 50px; } }

.option_area ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0; }
  .option_area ul li {
    width: calc(100% / 4);
    padding: 0 1.3%; }
    .option_area ul li .photo {
      display: block;
      margin-bottom: 10px; }
    .option_area ul li b {
      display: block;
      margin-bottom: 5px; }
      .option_area ul li b span {
        font-size: 80%; }
    .option_area ul li p {
      margin-bottom: 10px; }
    .option_area ul li .price {
      display: block;
      border: #000 1px solid;
      padding: 5px;
      line-height: 1.6;
      text-align: center;
      font-weight: bold; }
    @media (max-width: 768px) {
      .option_area ul li {
        width: 50%;
        padding: 2%; } }
    @media (max-width: 480px) {
      .option_area ul li {
        width: 50%; } }
@media (max-width: 768px) {
  .option_area.max1260 {
    padding: 0; } }

@media (max-width: 768px) {
  .pdfbuttons {
    flex-wrap: wrap;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    .pdfbuttons > div {
      width: 100%; } }
@media (max-width: 480px) {
  .pdfbuttons {
    width: 80%; } }

.usecase_area {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto; }
  .usecase_area ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none; }
    .usecase_area ul li {
      width: 50%; }
      .usecase_area ul li a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0;
        overflow: hidden; }
        .usecase_area ul li a img {
          transition: all linear 0.3s; }
        .usecase_area ul li a:hover img {
          transform: scale(1.05, 1.05); }

.guide_area {
  display: block;
  background: url("../../images/bg01.png") no-repeat;
  background-size: cover;
  background-position: top center;
  padding: clamp(30px, 4%, 60px); }
  .guide_area h3 {
    color: #FFF; }
  .guide_area .guide_innner {
    background: #FFF;
    height: 400px;
    border-radius: 20px;
    padding: clamp(20px, 4%, 40px);
    overflow-y: auto; }
    .guide_area .guide_innner dt {
      font-size: 1.2em; }
    .guide_area .guide_innner ul {
      padding-left: 1em; }
      .guide_area .guide_innner ul li {
        margin-bottom: 10px;
        line-height: 1.4; }
    @media (max-width: 480px) {
      .guide_area .guide_innner {
        border-radius: 10px;
        height: 300px; } }

.access_area {
  display: flex; }
  .access_area .textarea {
    width: 40%;
    position: relative; }
    .access_area .textarea:before {
      display: block;
      position: absolute;
      top: 7em;
      left: 0;
      width: 120%;
      height: calc(100% - 7em);
      background: #F5F5F5;
      content: "";
      z-index: -1; }
      @media (max-width: 768px) {
        .access_area .textarea:before {
          display: none; } }
  .access_area .maparea {
    width: 60%;
    padding-bottom: 50px; }
    .access_area .maparea p, .access_area .maparea a {
      display: none; }
  @media (max-width: 768px) {
    .access_area {
      flex-wrap: wrap; }
      .access_area .textarea {
        width: 100%; }
        .access_area .textarea p, .access_area .textarea a {
          display: none; }
      .access_area .maparea {
        width: 100%;
        padding-bottom: 0; }
        .access_area .maparea .ggmap {
          margin-bottom: 15px; }
        .access_area .maparea p, .access_area .maparea a {
          display: block; } }

.ggmap {
  width: 100%;
  position: relative;
  padding-top: 56.25%; }
  .ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.footer_btns {
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer_btns div {
    width: 50%; }
    .footer_btns div a {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      border: none;
      padding: 20px 50px;
      border-radius: 15px;
      text-align: center;
      color: #FFF;
      font-weight: bold;
      font-size: 1.3em;
      white-space: nowrap;
      word-break: keep-all; }
      .footer_btns div a.line {
        background: #49BC5F; }
      .footer_btns div a.yoyaku {
        background: #FC8800; }
  @media (max-width: 768px) {
    .footer_btns {
      display: none; } }

/* recaptcha */
.grecaptcha-badge {
  visibility: hidden; }

@media (max-width: 480px) {
  .contact .max1080 {
    padding-left: 0;
    padding-right: 0; } }
.contact a {
  text-decoration: underline; }
.contact .box {
  display: block;
  background: #FFF;
  padding: clamp(20px, 4%, 40px);
  border-radius: 10px; }
.contact table {
  width: 100%; }
  .contact table th {
    width: 230px;
    padding: 20px 10px;
    vertical-align: top; }
  .contact table td {
    width: calc(100% - 230px);
    padding: 20px 10px;
    vertical-align: top; }
  .contact table.confirm_table .must {
    display: none; }
  .contact table.confirm_table th {
    padding: 30px 10px;
    vertical-align: top;
    border-bottom: #EFEFEF 1px solid;
    line-height: 2; }
    @media (max-width: 768px) {
      .contact table.confirm_table th {
        padding: 30px 5px 5px;
        border-bottom: none; } }
  .contact table.confirm_table td {
    padding: 30px 10px;
    border-bottom: #EFEFEF 1px solid;
    line-height: 2; }
    @media (max-width: 768px) {
      .contact table.confirm_table td {
        padding: 0 5px 30px; } }
  .contact table .error-msg {
    display: block;
    color: #C60003;
    font-size: 13px;
    margin-top: 5px; }
  .contact table .must {
    display: inline-block;
    background: #CA0003;
    font-size: 12px;
    color: #FFF;
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 8px; }
  .contact table .option_title {
    display: block; }
    .contact table .option_title.off {
      display: none; }
  @media (max-width: 768px) {
    .contact table th {
      display: block;
      width: 100%;
      padding: 20px 5px 10px; }
    .contact table td {
      display: block;
      width: 100%;
      padding: 0px 5px 20px; } }
  .contact table textarea {
    width: 100%;
    height: 150px; }
  .contact table .d-flex {
    align-items: center;
    flex-wrap: wrap; }
  .contact table .form-check-input {
    width: 25px;
    height: 25px;
    margin-right: 5px; }
.contact .buttons {
  display: flex;
  justify-content: center;
  align-items: center; }
  .contact .buttons .btn-submit {
    display: block;
    background: #333;
    color: #FFF;
    border: none;
    font-weight: bold;
    padding: 15px 50px;
    border-radius: 10px; }
    @media (max-width: 480px) {
      .contact .buttons .btn-submit {
        padding: 15px 30px; } }
    .contact .buttons .btn-submit:disabled {
      background: #CCC; }
.contact .hide {
  display: none; }
.contact .errormsg {
  display: block;
  font-size: 12px;
  color: #D60003;
  margin-bottom: 5px; }
.contact .send_message,
.contact .error_message {
  max-width: 1000px;
  background: #FFF;
  padding: 50px 30px;
  text-align: center;
  margin: auto;
  border-radius: 10px;
  margin-bottom: 50px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: #eee 1px solid;
  background: none;
  font-weight: normal;
  color: #454545;
  padding: 8px; }

.ui-datepicker-unselectable {
  background-color: #CACACA; }

.mousikomi {
  display: none;
  width: 80%;
  height: 90%;
  top: 5%;
  left: 10%;
  background: #FFF;
  border-radius: 10px;
  margin: 0 auto;
  padding: 4%;
  position: fixed;
  z-index: 100000; }
  @media (max-width: 480px) {
    .mousikomi {
      width: 90%;
      left: 5%; } }
  .mousikomi p {
    display: block;
    text-align: center;
    font-size: clamp(13px, 1.7vw, 15px);
    margin-bottom: 15px; }
    .mousikomi p br {
      display: none; }
      @media (max-width: 680px) {
        .mousikomi p br {
          display: block; } }
  .mousikomi .box {
    display: block;
    background: #efefef;
    width: 100%;
    height: calc(100% - 200px);
    border: #ccc 1px solid;
    overflow-y: auto;
    padding: 3%; }
    @media (max-width: 680px) {
      .mousikomi .box {
        height: calc(100% - 220px); } }
    @media (max-width: 480px) {
      .mousikomi .box {
        height: calc(100% - 230px); } }
    .mousikomi .box ul {
      margin-left: 1em; }
      .mousikomi .box ul li {
        margin-bottom: 10px; }
  .mousikomi .btns {
    display: block;
    padding: 3% 0; }
    .mousikomi .btns input[type="checkbox"] {
      width: 20px;
      height: 20px;
      margin-right: 5px;
      vertical-align: middle; }
    .mousikomi .btns ul {
      display: flex;
      max-width: 500px;
      margin: 0 auto;
      list-style: none;
      justify-content: center; }
      .mousikomi .btns ul li {
        width: 50%;
        padding: 0 5px; }
        .mousikomi .btns ul li a {
          display: block;
          pointer-events: none;
          background: #CCC;
          color: #FFF;
          font-size: 16px;
          text-decoration: none;
          padding: 15px 10px;
          border-radius: 5px;
          text-align: center;
          font-weight: bold;
          line-height: 1.2; }
          @media (max-width: 480px) {
            .mousikomi .btns ul li a {
              padding: 10px 10px; } }
          @media (max-width: 360px) {
            .mousikomi .btns ul li a {
              font-size: 13px; } }
          .mousikomi .btns ul li a br {
            display: none; }
            @media (max-width: 480px) {
              .mousikomi .btns ul li a br {
                display: block; } }
        .mousikomi .btns ul li form input[type="submit"] {
          display: block;
          border: none;
          width: 250px;
          pointer-events: none;
          background: #CCC;
          color: #FFF;
          font-size: 16px;
          text-decoration: none;
          padding: 15px 10px;
          border-radius: 5px;
          text-align: center;
          font-weight: bold;
          line-height: 1.2; }
          @media (max-width: 480px) {
            .mousikomi .btns ul li form input[type="submit"] {
              padding: 10px 10px;
              width: 138px; } }
          @media (max-width: 360px) {
            .mousikomi .btns ul li form input[type="submit"] {
              font-size: 13px; } }
      .mousikomi .btns ul.active li a {
        background: #FC8800;
        pointer-events: all; }
      .mousikomi .btns ul.active li form input[type="submit"] {
        background: #FC8800;
        pointer-events: all; }

#yoyakulayer {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 5%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000; }

.yoyaku_open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden; }
  .yoyaku_open #yoyakulayer {
    display: block;
    animation: fadeIn 0.3s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.3s ease 0s 1 normal; }
  .yoyaku_open .mousikomi {
    display: block;
    animation: fadeIn 0.3s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.3s ease 0s 1 normal; }

.anchor_target {
  padding-top: 100px;
  margin-top: -100px; }
  @media (max-width: 480px) {
    .anchor_target {
      padding-top: 60px;
      margin-top: -60px; } }

footer {
  display: block;
  background: #000;
  color: #FFF; }
  footer .max1260 {
    display: flex;
    padding: clamp(20px, 5%, 40px) 15px; }
    footer .max1260 .left {
      width: 50%; }
      @media (max-width: 1260px) {
        footer .max1260 .left {
          padding-left: 80px; } }
      footer .max1260 .left .logo {
        width: 150px;
        margin-bottom: 50px; }
      footer .max1260 .left ul {
        display: flex;
        list-style-type: none;
        padding-left: 0; }
        footer .max1260 .left ul li {
          width: 30px;
          margin-right: 5px; }
    footer .max1260 .right {
      width: 50%; }
      footer .max1260 .right ul {
        width: fit-content;
        margin-left: auto;
        margin-right: 0; }
        footer .max1260 .right ul li {
          font-size: 90%;
          margin-bottom: 15px; }
    @media (max-width: 768px) {
      footer .max1260 {
        padding-bottom: 80px; }
        footer .max1260 .left {
          padding-left: 0; }
          footer .max1260 .left .logo {
            width: 120px; }
          footer .max1260 .left ul li {
            margin-right: 0; } }

.mainHead {
  z-index: 10; }

.modal-body {
  padding: 30px; }

.usecase_detail {
  /*
  .included{
  	background: rgba(214,192,156,0.25);
  	padding: 20px 15px;
  	h4{
  		display: block;
  		text-align: center;
  		color: #544B3C;
  		font-size: clamp(20px, 2.2vw, 27px);
  		margin-bottom: 0.5em;
  	}
  	ul{
  		display: flex;
  		flex-wrap: wrap;
  		max-width: 500px;
  		margin-left: auto;
  		margin-right: auto;
  		li{
  			width: calc(33.333% - 10px);
  			margin: 5px;
  			background: #FFF;
  			display: flex;
  			align-items: center;
  			justify-content: center;
  			font-size: 12px;
  			box-shadow: 0 0 4px rgba(0,0,0,0.2);
  			text-align: center;
  			padding: 15px;
  		}
  	}
  }
  strong{
  	display: block;
  	text-align: center;
  	font-size: clamp(23px, 2.8vw, 30px);
  	color: #DB0008;
  	font-weight: bold;
  	letter-spacing: 0.05em;
  	margin-bottom: 0.5em;
  	span{
  		font-size: 70%;
  	}
  }
  */ }
  .usecase_detail h3 {
    display: block;
    text-align: center; }
  .usecase_detail .photo {
    display: block;
    max-width: 450px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto; }
  .usecase_detail h4 {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px; }
    @media (max-width: 480px) {
      .usecase_detail h4 {
        font-size: 18px; } }
  .usecase_detail h5 {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px; }
    @media (max-width: 480px) {
      .usecase_detail h5 {
        font-size: 16px; } }

.border_box {
  display: block;
  background: #F5F5F5;
  padding: 15px; }

.thumbs {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 500px; }
  @media (max-width: 480px) {
    .thumbs {
      width: 100%; } }
  .thumbs div {
    padding: 5px; }

.closebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: #544B3C 1px solid;
  font-size: 14px;
  padding: 10px 15px;
  color: #544B3C;
  text-decoration: none;
  width: fit-content;
  cursor: pointer;
  background: #FFF;
  transition: all linear 0.3s; }
  .closebtn:hover {
    border: #CCC 1px solid;
    transform: scale(1.03, 1.03);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

/*Slick Arrow*/
.slick-next:before, .slick-prev:before {
  color: #FC8800; }

.slick-next:before {
  font-weight: bold;
  font-family: "Font Awesome 6 Free";
  content: "\f054"; }

.slick-prev:before {
  font-weight: bold;
  font-family: "Font Awesome 6 Free";
  content: "\f104"; }

.slick-dots {
  bottom: 15px;
  text-align: end;
  padding-right: 15px;
  z-index: 1; }
  @media (max-width: 480px) {
    .slick-dots {
      bottom: 10px;
      padding-right: 10px; } }

.slick-dots li.slick-active button:before {
  color: white; }

.slick-dots li button:before {
  color: white; }

/*403 404*/
.page-error {
  display: block;
  text-align: center;
  background: #F5F5F5;
  padding: clamp(30px, 4%, 60px) 15px;
  margin-bottom: clamp(30px, 4%, 60px); }
  .page-error b {
    display: block;
    color: #C4C4C4;
    font-size: clamp(20px, 2vw, 35px); }
  .page-error p {
    color: #6D6D6D; }
  .page-error a {
    text-decoration: underline; }

.mainarea._banner {
  padding-bottom: 20px;
  margin-bottom: 0; }

.banner_corporate_plan {
  display: block;
  width: 420px;
  position: sticky;
  bottom: 10px;
  margin: 0 15px 0 auto;
  z-index: 2; }
  .banner_corporate_plan .wrapper {
    display: block;
    position: relative; }
    .banner_corporate_plan .wrapper .bnr_close {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: -30px;
      background: rgba(0, 0, 0, 0.7);
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      width: 30px;
      height: 30px;
      line-height: 1;
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      z-index: 1;
      cursor: pointer; }
    .banner_corporate_plan .wrapper .bnr_open {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 20px;
      left: -30px;
      background: rgba(0, 0, 0, 0.7);
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      width: 30px;
      height: 30px;
      line-height: 1;
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      z-index: 1;
      display: none;
      cursor: pointer; }
  @media (max-width: 640px) {
    .banner_corporate_plan {
      position: fixed;
      bottom: 60px;
      width: 100%;
      box-shadow: none;
      left: 0; }
      .banner_corporate_plan img {
        border: #1c90c6 2px solid; } }
