@charset "UTF-8";
/* media query */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400 700;
  src: url("fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2"), url("fonts/NotoSansJP-VariableFont_wght.woff") format("woff"), url("fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  font-display: swap; }
html {
  font-size: clamp(59.375%, 0.833vw, 62.5%);
  letter-spacing: 0.05em;
  scrollbar-gutter: stable;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

body {
  font-family: "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  margin: 0; }

ul {
  list-style-type: none; }

div,
p,
a,
ul,
li,
dt,
dd,
span {
  font-size: 1.6rem;
  color: #222;
  text-transform: none;
  font-family: "メイリオ", Meiryo, "Noto Sans JP", sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  @media screen and (max-width: 767.8px) {
    div,
    p,
    a,
    ul,
    li,
    dt,
    dd,
    span {
      font-size: 1.4rem;
      font-weight: 400; } }

main img {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 767.8px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

@media screen and (min-width: 566px) {
  .xs {
    display: none !important; } }

.inner {
  width: 1240px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-inline: auto; }
  @media screen and (max-width: 767.8px) {
    .inner {
      max-width: 100%;
      min-width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.headline2 {
  font-size: clamp(calc(32 / 10 * 1rem), calc(48 / 1240 * 100vw), calc(48 / 10 * 1rem));
  font-weight: 700;
  line-height: calc(65 / 48); }
  @media screen and (max-width: 767.8px) {
    .headline2 {
      font-size: clamp(calc(24 / 10 * 1rem), calc(35 / 767 * 100vw), calc(35 / 10 * 1rem)); } }

.headline4 {
  font-size: clamp(calc(20 / 10 * 1rem), calc(25 / 1240 * 100vw), calc(25 / 10 * 1rem));
  font-weight: 700;
  line-height: calc(32 / 25); }
  @media screen and (max-width: 767.8px) {
    .headline4 {
      font-size: clamp(calc(18 / 10 * 1rem), calc(20 / 767 * 100vw), calc(20 / 10 * 1rem)); } }

.bg-title {
  padding: clamp(calc(12 / 10 * 1rem), calc(16 / 767 * 100vw), calc(16 / 10 * 1rem));
  background: linear-gradient(90deg, rgba(1, 35, 106, 0) 0%, #01236a 40%, #01236a 50%, #01236a 60%, rgba(1, 35, 106, 0) 100%); }

.color-clood00 {
  color: #fff; }

.color-666 {
  color: #666; }

.text-center {
  text-align: center; }

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px; }
  .btn-wrap.--center {
    justify-content: center; }

.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 4px 35px 6px;
  border: 2px solid #ff5700;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s, box-shadow 0.2s;
  width: fit-content;
  min-width: 30rem; }
  .action-btn:not(.--bg) {
    background-color: #fff;
    color: #ff5700; }
  .action-btn.--bg {
    background-color: #ff5700;
    color: #fff; }
    .action-btn.--bg::after {
      background-color: #fff; }
    .action-btn.--bg:hover, .action-btn.--bg:focus-visible {
      color: #ff5700; }
    .action-btn.--bg:hover span, .action-btn.--bg:focus-visible span {
      color: #ff5700; }
  .action-btn:focus-visible {
    outline: 2px solid #ff5700;
    outline-offset: 2px; }
  .action-btn span {
    display: inline-block;
    color: inherit;
    position: relative;
    font-weight: 700;
    z-index: 1; }
  .action-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 0;
    transition: width 0.4s ease-out; }
  .action-btn:not(.--bg)::after {
    background-color: #fff; }
  .action-btn:not(.--bg):hover, .action-btn:not(.--bg):focus-visible {
    color: #ff5700; }
  .action-btn:hover::after, .action-btn:focus-visible::after {
    width: 100%; }

.action-btn-lg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 4px 65px 6px 35px;
  border: 2px solid #dfe9ef;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s, box-shadow 0.2s;
  width: fit-content;
  min-width: 30rem; }
  @media screen and (max-width: 767.8px) {
    .action-btn-lg {
      font-size: 1.6rem;
      padding: 4px 46px 6px 16px; } }
  .action-btn-lg:not(.--bg) {
    background-color: #dfe9ef;
    color: var(--blue40); }
  .action-btn-lg:focus-visible {
    outline: 2px solid var(--blue40);
    outline-offset: 2px; }
  .action-btn-lg span {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    color: inherit;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767.8px) {
      .action-btn-lg span {
        font-size: 1.6rem; } }
  .action-btn-lg::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: var(--blue40);
    top: 50%;
    right: 26px;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
    transition: 0.4s ease-out; }
    @media screen and (max-width: 767.8px) {
      .action-btn-lg::before {
        right: 16px; } }
  .action-btn-lg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 0;
    transition: width 0.4s ease-out; }
  .action-btn-lg:not(.--bg)::after {
    background-color: var(--blue40); }
  /*.action-btn-lg:not(.--bg):hover, .action-btn-lg:not(.--bg):focus-visible {
    color: var(--blue40); } */
   .action-btn-lg:not(.--bg):hover,.action-btn-lg:not(.--bg):focus-visible {
    color: #fff; }
  .action-btn-lg:hover, .action-btn-lg:focus-visible {
    color: #fff; }
    .action-btn-lg:hover::before, .action-btn-lg:focus-visible::before {
      background-color: #fff; }
    .action-btn-lg:hover::after, .action-btn-lg:focus-visible::after {
      width: 100%; }

/** heaader */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  transition: transform 0.3s ease; }
  @media screen and (min-width: 768px) {
    header.hidden {
      transform: translateY(-128px); } }
  @media screen and (max-width: 767.8px) {
    header.hidden {
      transform: translateY(-60px); } }

.page_head_wrap {
  transition: 0.5s;
  z-index: 97;
  background-color: white;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 auto;
  /* position: fixed; */
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 100%; }
  @media screen and (max-width: 767.8px) {
    .page_head_wrap {
      position: fixed;
      height: 60px; } }

.h_top {
  width: 1400px;
  max-width: 100%;
  height: 88px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0; }
  @media screen and (max-width: 767.8px) {
    .h_top {
      width: calc(100% - 56px);
      height: 60px;
      margin-left: 0; } }

.h_logo {
  display: flex;
  align-items: center;
  z-index: 10;
  margin: 0 auto 0 20px;
  max-width: 457px; }
  @media screen and (max-width: 767.8px) {
    .h_logo {
      display: block;
      max-width: 136px;
      margin-right: auto;
      margin-left: 15px; } }

.h_logo span.logo_img {
  display: block;
  width: 260px;
  padding-right: 15px;
  max-width: 100%;
  width: clamp(17.3rem, 18.5vw, 26rem);
  padding-right: 1.5rem;
  width: clamp(22.5rem, 24vw, 26rem);
  padding-right: 1.5rem; }
  @media screen and (max-width: 767.8px) {
    .h_logo span.logo_img {
      width: auto;
      padding-right: 0; } }

.h_logo .logo_img img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  @media screen and (max-width: 767.8px) {
    .h_logo .logo_img img {
      width: 136px; } }

.h_logo span.e_mecha01 {
  display: block;
  width: 197px;
  position: relative;
  padding-left: 15px;
  width: clamp(8.7rem, 14vw, 19.7rem);
  padding-left: 1.5rem;
  width: clamp(11.3rem, 18.2vw, 19.7rem);
  padding-left: 1.5rem; }
  @media screen and (max-width: 767.8px) {
    .h_logo span.e_mecha01 {
      padding-left: 0;
      width: auto;
      margin-top: 5px; } }
  .h_logo span.e_mecha01 img {
    vertical-align: middle; }
    @media screen and (max-width: 767.8px) {
      .h_logo span.e_mecha01 img {
        width: 128px; } }

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .h_logo {
    display: block; }

  .h_logo span.e_mecha01 {
    margin-top: 1rem; } }
@media screen and (min-width: 768px) {
  .h_logo span.e_mecha01:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 20px;
    background-color: var(--cloud40);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0; } }
/** footer */
footer {
  background-color: #eceff4;
  padding: 16px; }
  footer .copyright {
    display: block;
    width: 1240px;
    max-width: 100%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-inline: auto; }
    @media screen and (max-width: 767.8px) {
      footer .copyright {
        max-width: 100%;
        min-width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 10001;
  background-size: 105px;
  background-repeat: no-repeat;
  background-position: center; }
  .preloader::before {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 1em;
    font-weight: 700;
    color: #545454;
    text-align: center;
    letter-spacing: 1px;
    content: "loading";
    text-transform: uppercase;
    margin: 66px auto 0;
    transition: none; }
  .preloader div {
    display: inline-block;
    background-color: var(--blue40);
    width: 15px;
    height: 15px;
    margin: 2px 6px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .preloader div:nth-child(1) {
    animation: ball-pulse-sync 0.8s -0.18s infinite ease-in-out; }
  .preloader div:nth-child(2) {
    animation: ball-pulse-sync 0.8s -0.09s infinite ease-in-out; }
  .preloader div:nth-child(3) {
    animation: ball-pulse-sync 0.8s 0s infinite ease-in-out; }

/** mv */
.mv {
  padding-top: 53px;
  padding-bottom: 36px;
  margin-top: 88px; }
  @media screen and (max-width: 767.8px) {
    .mv {
      padding-top: 32px;
      padding-bottom: 40px;
      margin-top: 60px; } }
  .mv-inner {
    position: relative;
    width: 100%;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin-inline: auto; }
    @media screen and (max-width: 767.8px) {
      .mv-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "logo img" "detail detail";
        max-width: 708px;
        padding-left: 15px;
        padding-right: 15px; } }
  .mv-logo {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .mv-logo {
        width: calc(528 / 1200 * 100%);
        max-width: 528px;
        padding-left: calc(51 / 1240px * 100%); } }
    @media screen and (min-width: 768px) {
      .mv-logo {
        grid-area: logo;
      /*  padding-left: calc(30 / (769 - 60) * 100%); } */ }}
  @media screen and (min-width: 768px) {
    .mv-img {
      position: absolute;
      width: calc(582 / 1200 * 100%);
      max-width: 582px;
      right: 0;
      bottom: 0; } }
  @media screen and (max-width: 767.8px) {
    .mv-img {
      grid-area: img; } }
  @media screen and (min-width: 768px) {
    .mv-detail {
      width: calc(528 / 1200 * 100%);
      max-width: 528px;
      margin-top: clamp(calc(8 / 10 * 1rem), calc(18 / 1240 * 100vw), calc(18 / 10 * 1rem)); } }
  @media screen and (max-width: 767.8px) {
    .mv-detail {
      grid-area: detail;
      margin-top: clamp(calc(24 / 10 * 1rem), calc(46 / 767 * 100vw), calc(46 / 10 * 1rem));
      margin-inline: auto; } }
  .mv-data {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .mv-data {
        gap: clamp(calc(16 / 10 * 1rem), calc(28 / 1240 * 100vw), calc(28 / 10 * 1rem)); } }
    @media screen and (max-width: 767.8px) {
      .mv-data {
        gap: clamp(calc(6 / 10 * 1rem), calc(37 / 767 * 100vw), calc(37 / 10 * 1rem)); } }
    @media screen and (max-width: 565.8px) {
      .mv-data {
        gap: clamp(calc(10 / 10 * 1rem), calc(20 / 565 * 100vw), calc(20 / 10 * 1rem)); } }
    @media screen and (min-width: 768px) {
      .mv-data + .mv-data {
        margin-top: clamp(calc(10 / 10 * 1rem), calc(20 / 1240 * 100vw), calc(20 / 10 * 1rem)); } }
    @media screen and (max-width: 767.8px) {
      .mv-data + .mv-data {
        margin-top: clamp(calc(10 / 10 * 1rem), calc(20 / 767 * 100vw), calc(20 / 10 * 1rem)); } }
    .mv-data__title {
      color: #fff;
      font-weight: 700;
      text-align: center;
      line-height: 1;
      background-color: var(--blue40);
      flex-shrink: 0; }
      @media screen and (min-width: 768px) {
        .mv-data__title {
          font-size: clamp(calc(14 / 10 * 1rem), calc(20 / 1240 * 100vw), calc(20 / 10 * 1rem));
          padding: clamp(calc(4 / 10 * 1rem), calc(10 / 1240 * 100vw), calc(10 / 10 * 1rem)) clamp(calc(12 / 10 * 1rem), calc(25 / 1240 * 100vw), calc(25 / 10 * 1rem)); } }
      @media screen and (max-width: 767.8px) {
        .mv-data__title {
          min-width: clamp(calc(80 / 10 * 1rem), calc(140 / 767 * 100vw), calc(140 / 10 * 1rem));
          font-size: clamp(calc(6 / 10 * 1rem), calc(37 / 767 * 100vw), calc(37 / 10 * 1rem));
          padding: clamp(calc(4 / 10 * 1rem), calc(10 / 1240 * 100vw), calc(10 / 10 * 1rem)) clamp(calc(4 / 10 * 1rem), calc(25 / 767 * 100vw), calc(25 / 10 * 1rem)); } }
      @media screen and (max-width: 565.8px) {
        .mv-data__title {
          min-width: clamp(calc(60 / 10 * 1rem), calc(80 / 565 * 100vw), calc(80 / 10 * 1rem));
          font-size: clamp(calc(16 / 10 * 1rem), calc(20 / 565 * 100vw), calc(20 / 10 * 1rem)); } }
    .mv-data__detail {
      font-weight: 700;
      line-height: calc(26 / 18);
      letter-spacing: 0; }
      @media screen and (min-width: 768px) {
        .mv-data__detail {
          font-size: clamp(calc(12 / 10 * 1rem), calc(18 / 1240 * 100vw), calc(18 / 10 * 1rem)); } }
      @media screen and (max-width: 767.8px) {
        .mv-data__detail {
          font-size: clamp(calc(12 / 10 * 1rem), calc(18 / 767 * 100vw), calc(18 / 10 * 1rem)); } }

.introduction {
  position: relative;
  z-index: 0; }
  @media screen and (min-width: 768px) {
    .introduction {
      padding-top: clamp(calc(30 / 10 * 1rem), calc(80 / 1240 * 100vw), calc(80 / 10 * 1rem));
      padding-bottom: clamp(calc(30 / 10 * 1rem), calc(70 / 1240 * 100vw), calc(70 / 10 * 1rem)); } }
  @media screen and (max-width: 767.8px) {
    .introduction {
      padding-top: calc(30 / 10 * 1rem);
      padding-bottom: clamp(calc(50 / 10 * 1rem), calc(70 / 1240 * 100vw), calc(70 / 10 * 1rem)); } }
  @media screen and (min-width: 768px) {
    .introduction .btn-wrap {
      margin-top: clamp(calc(24 / 10 * 1rem), calc(40 / 1240 * 100vw), calc(40 / 10 * 1rem)); } }
  @media screen and (max-width: 767.8px) {
    .introduction .btn-wrap {
      margin-top: clamp(calc(32 / 10 * 1rem), calc(56 / 767 * 100vw), calc(56 / 10 * 1rem)); } }
  .introduction-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
    .introduction-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .introduction-text {
    font-weight: 700;
    line-height: 2; }
    @media screen and (min-width: 768px) {
      .introduction-text {
        font-size: clamp(calc(16 / 10 * 1rem), calc(18 / 1240 * 100vw), calc(18 / 10 * 1rem)); } }
    @media screen and (max-width: 767.8px) {
      .introduction-text {
        font-size: clamp(calc(12 / 10 * 1rem), calc(14 / 767 * 100vw), calc(14 / 10 * 1rem)); } }

.product-col {
  display: grid;
  grid-template-columns: calc(583 / 1200 * 100%) 1fr;
  gap: 24px calc(84 / 1200 * 100%); }
  @media screen and (max-width: 767.8px) {
    .product-col {
      grid-template-columns: repeat(1, 1fr); } }
  @media screen and (min-width: 768px) {
    .product-col__img {
      order: 1; } }
  @media screen and (min-width: 768px) {
    .product-col__detail {
      order: 0; } }

.product-card-col {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .product-card-col .text-left {
  align-self: flex-start;
  text-align: left; }	
  .product-card-col .bg-title {
    width: 100%; }
  .product-card-col__img {
    width: 100%;
    max-width: 480px;
    margin-inline: auto; }

.icon-title-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px; }
  .icon-title-box__icon {
    width: calc(40 / 10 * 1rem); }
    @media screen and (max-width: 767.8px) {
      .icon-title-box__icon {
        width: calc(30 / 10 * 1rem); } }
  .icon-title-box__title {
    width: calc(100% - 40px - 20px); }
    @media screen and (max-width: 767.8px) {
      .icon-title-box__title {
        width: calc(100% - 30px - 20px); } }
  .icon-title-box__detail {
    padding-left: 50px; }
    @media screen and (max-width: 767.8px) {
      .icon-title-box__detail {
        padding-left: 40px; } }
    .icon-title-box__detail p {
      font-size: calc(17 / 16 * 1em);
      font-weight: 700; }
    @media screen and (min-width: 768px) {
      .icon-title-box__detail .action-btn-lg {
        width: 100%;
        max-width: 480px; } }

.list-disc li {
  position: relative;
  font-size: calc(17 / 16 * 1em);
  padding-left: calc(17 / 16 * 1em); }
  .list-disc li::before {
    position: absolute;
    content: "●";
    font-size: 0.5em;
    top: 0.8em;
    left: 0;
    color: var(--blue40); }

.d-grid {
  display: grid; }

.grid-col-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

.grid-col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.grid-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.grid-col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.grid-col-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

.grid-col-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)); }

.grid-col-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)); }

.grid-col-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)); }

@media screen and (max-width: 991.8px) {
  .grid-col-tb-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }

  .grid-col-tb-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .grid-col-tb-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .grid-col-tb-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .grid-col-tb-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }

  .grid-col-tb-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }

  .grid-col-tb-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }

  .grid-col-tb-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } }
@media screen and (max-width: 767.8px) {
  .grid-col-sp-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }

  .grid-col-sp-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .grid-col-sp-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .grid-col-sp-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .grid-col-sp-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }

  .grid-col-sp-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }

  .grid-col-sp-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)); }

  .grid-col-sp-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)); } }
.gap-default {
  gap: 36px; }

.column-gap-3p {
  column-gap: 3%; }

.gap-4 {
  gap: 4px; }

.row-gap-4 {
  row-gap: 4px; }

.column-gap-4 {
  column-gap: 4px; }

.gap-8 {
  gap: 8px; }

.row-gap-8 {
  row-gap: 8px; }

.column-gap-8 {
  column-gap: 8px; }

.gap-12 {
  gap: 12px; }

.row-gap-12 {
  row-gap: 12px; }

.column-gap-12 {
  column-gap: 12px; }

.gap-16 {
  gap: 16px; }

.row-gap-16 {
  row-gap: 16px; }

.column-gap-16 {
  column-gap: 16px; }

.gap-20 {
  gap: 20px; }

.row-gap-20 {
  row-gap: 20px; }

.column-gap-20 {
  column-gap: 20px; }

.gap-24 {
  gap: 24px; }

.row-gap-24 {
  row-gap: 24px; }

.column-gap-24 {
  column-gap: 24px; }

.gap-28 {
  gap: 28px; }

.row-gap-28 {
  row-gap: 28px; }

.column-gap-28 {
  column-gap: 28px; }

.gap-32 {
  gap: 32px; }

.row-gap-32 {
  row-gap: 32px; }

.column-gap-32 {
  column-gap: 32px; }

.gap-36 {
  gap: 36px; }

.row-gap-36 {
  row-gap: 36px; }

.column-gap-36 {
  column-gap: 36px; }

.gap-40 {
  gap: 40px; }

.row-gap-40 {
  row-gap: 40px; }

.column-gap-40 {
  column-gap: 40px; }

.gap-44 {
  gap: 44px; }

.row-gap-44 {
  row-gap: 44px; }

.column-gap-44 {
  column-gap: 44px; }

.gap-48 {
  gap: 48px; }

.row-gap-48 {
  row-gap: 48px; }

.column-gap-48 {
  column-gap: 48px; }

.gap-52 {
  gap: 52px; }

.row-gap-52 {
  row-gap: 52px; }

.column-gap-52 {
  column-gap: 52px; }

.gap-56 {
  gap: 56px; }

.row-gap-56 {
  row-gap: 56px; }

.column-gap-56 {
  column-gap: 56px; }

.gap-60 {
  gap: 60px; }

.row-gap-60 {
  row-gap: 60px; }

.column-gap-60 {
  column-gap: 60px; }

.gap-64 {
  gap: 64px; }

.row-gap-64 {
  row-gap: 64px; }

.column-gap-64 {
  column-gap: 64px; }

.gap-68 {
  gap: 68px; }

.row-gap-68 {
  row-gap: 68px; }

.column-gap-68 {
  column-gap: 68px; }

.gap-72 {
  gap: 72px; }

.row-gap-72 {
  row-gap: 72px; }

.column-gap-72 {
  column-gap: 72px; }

.gap-76 {
  gap: 76px; }

.row-gap-76 {
  row-gap: 76px; }

.column-gap-76 {
  column-gap: 76px; }

.gap-80 {
  gap: 80px; }

.row-gap-80 {
  row-gap: 80px; }

.column-gap-80 {
  column-gap: 80px; }

.gap-5 {
  gap: 5px; }

.row-gap-5 {
  row-gap: 5px; }

.column-gap-5 {
  column-gap: 5px; }

.gap-6 {
  gap: 6px; }

.row-gap-6 {
  row-gap: 6px; }

.column-gap-6 {
  column-gap: 6px; }

.gap-25 {
  gap: 25px; }

.row-gap-25 {
  row-gap: 25px; }

.column-gap-25 {
  column-gap: 25px; }

@media screen and (max-width: 767.8px) {
  .column-gap-sp-4p {
    column-gap: 4%; }

  .gap-sp-4 {
    gap: 4px; }

  .row-gap-sp-4 {
    row-gap: 4px; }

  .column-gap-sp-4 {
    column-gap: 4px; }

  .gap-sp-8 {
    gap: 8px; }

  .row-gap-sp-8 {
    row-gap: 8px; }

  .column-gap-sp-8 {
    column-gap: 8px; }

  .gap-sp-12 {
    gap: 12px; }

  .row-gap-sp-12 {
    row-gap: 12px; }

  .column-gap-sp-12 {
    column-gap: 12px; }

  .gap-sp-16 {
    gap: 16px; }

  .row-gap-sp-16 {
    row-gap: 16px; }

  .column-gap-sp-16 {
    column-gap: 16px; }

  .gap-sp-20 {
    gap: 20px; }

  .row-gap-sp-20 {
    row-gap: 20px; }

  .column-gap-sp-20 {
    column-gap: 20px; }

  .gap-sp-24 {
    gap: 24px; }

  .row-gap-sp-24 {
    row-gap: 24px; }

  .column-gap-sp-24 {
    column-gap: 24px; }

  .gap-sp-28 {
    gap: 28px; }

  .row-gap-sp-28 {
    row-gap: 28px; }

  .column-gap-sp-28 {
    column-gap: 28px; }

  .gap-sp-32 {
    gap: 32px; }

  .row-gap-sp-32 {
    row-gap: 32px; }

  .column-gap-sp-32 {
    column-gap: 32px; }

  .gap-sp-36 {
    gap: 36px; }

  .row-gap-sp-36 {
    row-gap: 36px; }

  .column-gap-sp-36 {
    column-gap: 36px; }

  .gap-sp-40 {
    gap: 40px; }

  .row-gap-sp-40 {
    row-gap: 40px; }

  .column-gap-sp-40 {
    column-gap: 40px; }

  .gap-sp-44 {
    gap: 44px; }

  .row-gap-sp-44 {
    row-gap: 44px; }

  .column-gap-sp-44 {
    column-gap: 44px; }

  .gap-sp-48 {
    gap: 48px; }

  .row-gap-sp-48 {
    row-gap: 48px; }

  .column-gap-sp-48 {
    column-gap: 48px; }

  .gap-sp-52 {
    gap: 52px; }

  .row-gap-sp-52 {
    row-gap: 52px; }

  .column-gap-sp-52 {
    column-gap: 52px; }

  .gap-sp-56 {
    gap: 56px; }

  .row-gap-sp-56 {
    row-gap: 56px; }

  .column-gap-sp-56 {
    column-gap: 56px; }

  .gap-sp-60 {
    gap: 60px; }

  .row-gap-sp-60 {
    row-gap: 60px; }

  .column-gap-sp-60 {
    column-gap: 60px; }

  .gap-sp-64 {
    gap: 64px; }

  .row-gap-sp-64 {
    row-gap: 64px; }

  .column-gap-sp-64 {
    column-gap: 64px; }

  .gap-sp-68 {
    gap: 68px; }

  .row-gap-sp-68 {
    row-gap: 68px; }

  .column-gap-sp-68 {
    column-gap: 68px; }

  .gap-sp-72 {
    gap: 72px; }

  .row-gap-sp-72 {
    row-gap: 72px; }

  .column-gap-sp-72 {
    column-gap: 72px; }

  .gap-sp-76 {
    gap: 76px; }

  .row-gap-sp-76 {
    row-gap: 76px; }

  .column-gap-sp-76 {
    column-gap: 76px; }

  .gap-sp-80 {
    gap: 80px; }

  .row-gap-sp-80 {
    row-gap: 80px; }

  .column-gap-sp-80 {
    column-gap: 80px; }

  .row-gap-sp-5 {
    row-gap: 5px; }

  .row-gap-sp-6 {
    row-gap: 6px; }

  .row-gap-sp-25 {
    row-gap: 25px; } }
.--self-center {
  align-self: center; }

.map {
  background-color: #ececec;
  padding-top: clamp(calc(50 / 10 * 1rem), calc(74 / 767 * 100vw), calc(74 / 10 * 1rem));
  padding-bottom: clamp(calc(50 / 10 * 1rem), calc(74 / 767 * 100vw), calc(90 / 10 * 1rem)); }
  .map-data {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .map-data {
        gap: clamp(calc(12 / 10 * 1rem), calc(17 / 1240 * 100vw), calc(17 / 10 * 1rem)); } }
    @media screen and (max-width: 767.8px) {
      .map-data {
        gap: clamp(calc(12 / 10 * 1rem), calc(17 / 767 * 100vw), calc(17 / 10 * 1rem)); } }
    @media screen and (min-width: 768px) {
      .map-data + .map-data {
        margin-top: clamp(calc(24 / 10 * 1rem), calc(34 / 1240 * 100vw), calc(34 / 10 * 1rem)); } }
    @media screen and (max-width: 767.8px) {
      .map-data + .map-data {
        margin-top: clamp(calc(24 / 10 * 1rem), calc(34 / 767 * 100vw), calc(34 / 10 * 1rem)); } }
    .map-data__title {
      color: #fff;
      text-align: center;
      font-weight: 700;
      line-height: 1;
      background-color: var(--blue40);
      flex-shrink: 0; }
      @media screen and (min-width: 768px) {
        .map-data__title {
          min-width: 90px;
          font-size: clamp(calc(14 / 10 * 1rem), calc(20 / 1240 * 100vw), calc(20 / 10 * 1rem));
          padding: clamp(calc(4 / 10 * 1rem), calc(10 / 1240 * 100vw), calc(10 / 10 * 1rem)) clamp(calc(4 / 10 * 1rem), calc(14 / 1240 * 100vw), calc(14 / 10 * 1rem)); } }
      @media screen and (max-width: 767.8px) {
        .map-data__title {
          min-width: clamp(calc(80 / 10 * 1rem), calc(140 / 1240 * 100vw), calc(140 / 10 * 1rem));
          font-size: clamp(calc(6 / 10 * 1rem), calc(37 / 767 * 100vw), calc(37 / 10 * 1rem));
          padding: clamp(calc(4 / 10 * 1rem), calc(10 / 1240 * 100vw), calc(10 / 10 * 1rem)) clamp(calc(4 / 10 * 1rem), calc(14 / 767 * 100vw), calc(14 / 10 * 1rem)); } }
      @media screen and (max-width: 565.8px) {
        .map-data__title {
          font-size: clamp(calc(20 / 10 * 1rem), calc(26 / 556 * 100vw), calc(26 / 10 * 1rem)); } }
    .map-data__detail {
      width: 100%;
      font-weight: 700;
      line-height: calc(26 / 18);
      letter-spacing: 0; }
      @media screen and (min-width: 768px) {
        .map-data__detail {
          font-size: clamp(calc(14 / 10 * 1rem), calc(20 / 1240 * 100vw), calc(20 / 10 * 1rem)); } }
      @media screen and (max-width: 767.8px) {
        .map-data__detail {
          font-size: clamp(calc(6 / 10 * 1rem), calc(37 / 767 * 100vw), calc(37 / 10 * 1rem)); } }
      @media screen and (max-width: 565.8px) {
        .map-data__detail {
          font-size: clamp(calc(16 / 10 * 1rem), calc(20 / 556 * 100vw), calc(20 / 10 * 1rem)); } }
      @media screen and (min-width: 768px) {
        .map-data__detail span {
          font-size: clamp(calc(14 / 10 * 1rem), calc(20 / 1240 * 100vw), calc(20 / 10 * 1rem)); } }
      @media screen and (max-width: 767.8px) {
        .map-data__detail span {
          font-size: clamp(calc(6 / 10 * 1rem), calc(37 / 767 * 100vw), calc(37 / 10 * 1rem)); } }
      @media screen and (max-width: 565.8px) {
        .map-data__detail span {
          font-size: clamp(calc(16 / 10 * 1rem), calc(20 / 556 * 100vw), calc(20 / 10 * 1rem)); } }
      .map-data__detail a {
        text-decoration: underline; }
        @media screen and (min-width: 768px) {
          .map-data__detail a {
            font-size: clamp(calc(14 / 10 * 1rem), calc(20 / 1240 * 100vw), calc(20 / 10 * 1rem)); } }
        @media screen and (max-width: 767.8px) {
          .map-data__detail a {
            font-size: clamp(calc(6 / 10 * 1rem), calc(37 / 767 * 100vw), calc(37 / 10 * 1rem)); } }
        @media screen and (max-width: 565.8px) {
          .map-data__detail a {
            font-size: clamp(calc(16 / 10 * 1rem), calc(20 / 556 * 100vw), calc(20 / 10 * 1rem)); } }
        .map-data__detail a:hover {
          text-decoration: none; }

.mail_area {
  display: block;
  padding: 20px 0 20px 0; }
  .mail_area p {
    font-weight: bold;
    width: 90%;
    margin-inline: auto; }
  .mail_area .boxed {
    padding: 10px 5px;
    background: #e9e9e9;
    display: block;
    width: 90%;
    max-width: 960px;
    margin-inline: auto;
    border: 1px solid #ccc; }
    .mail_area .boxed a img {
      transition: 0.4s ease-out; }
    .mail_area .boxed a:hover img {
      opacity: 0.7; }

/* =============================
margin top
============================= */
.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mt-105 {
  margin-top: 105px; }

.mt-110 {
  margin-top: 110px; }

.mt-115 {
  margin-top: 115px; }

.mt-120 {
  margin-top: 120px; }

.mt-125 {
  margin-top: 125px; }

.mt-130 {
  margin-top: 130px; }

.mt-135 {
  margin-top: 135px; }

.mt-140 {
  margin-top: 140px; }

.mt-145 {
  margin-top: 145px; }

.mt-150 {
  margin-top: 150px; }

/* =============================
margin bottom
============================= */
.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-105 {
  margin-bottom: 105px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-115 {
  margin-bottom: 115px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-125 {
  margin-bottom: 125px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-135 {
  margin-bottom: 135px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-145 {
  margin-bottom: 145px; }

.mb-150 {
  margin-bottom: 150px; }

/* =============================
margin top
============================= */
@media screen and (max-width: 767.8px) {
  .mt-sp-5 {
    margin-top: 5px; }

  .mt-sp-10 {
    margin-top: 10px; }

  .mt-sp-15 {
    margin-top: 15px; }

  .mt-sp-20 {
    margin-top: 20px; }

  .mt-sp-25 {
    margin-top: 25px; }

  .mt-sp-30 {
    margin-top: 30px; }

  .mt-sp-35 {
    margin-top: 35px; }

  .mt-sp-40 {
    margin-top: 40px; }

  .mt-sp-45 {
    margin-top: 45px; }

  .mt-sp-50 {
    margin-top: 50px; }

  .mt-sp-55 {
    margin-top: 55px; }

  .mt-sp-60 {
    margin-top: 60px; }

  .mt-sp-65 {
    margin-top: 65px; }

  .mt-sp-70 {
    margin-top: 70px; }

  .mt-sp-75 {
    margin-top: 75px; }

  .mt-sp-80 {
    margin-top: 80px; }

  .mt-sp-85 {
    margin-top: 85px; }

  .mt-sp-90 {
    margin-top: 90px; }

  .mt-sp-95 {
    margin-top: 95px; }

  .mt-sp-100 {
    margin-top: 100px; }

  .mt-sp-105 {
    margin-top: 105px; }

  .mt-sp-110 {
    margin-top: 110px; }

  .mt-sp-115 {
    margin-top: 115px; }

  .mt-sp-120 {
    margin-top: 120px; }

  .mt-sp-125 {
    margin-top: 125px; }

  .mt-sp-130 {
    margin-top: 130px; }

  .mt-sp-135 {
    margin-top: 135px; }

  .mt-sp-140 {
    margin-top: 140px; }

  .mt-sp-145 {
    margin-top: 145px; }

  .mt-sp-150 {
    margin-top: 150px; } }
/* =============================
margin bottom
============================= */
@media screen and (max-width: 767.8px) {
  .mb-sp-5 {
    margin-bottom: 5px; }

  .mb-sp-10 {
    margin-bottom: 10px; }

  .mb-sp-15 {
    margin-bottom: 15px; }

  .mb-sp-20 {
    margin-bottom: 20px; }

  .mb-sp-25 {
    margin-bottom: 25px; }

  .mb-sp-30 {
    margin-bottom: 30px; }

  .mb-sp-35 {
    margin-bottom: 35px; }

  .mb-sp-40 {
    margin-bottom: 40px; }

  .mb-sp-45 {
    margin-bottom: 45px; }

  .mb-sp-50 {
    margin-bottom: 50px; }

  .mb-sp-55 {
    margin-bottom: 55px; }

  .mb-sp-60 {
    margin-bottom: 60px; }

  .mb-sp-65 {
    margin-bottom: 65px; }

  .mb-sp-70 {
    margin-bottom: 70px; }

  .mb-sp-75 {
    margin-bottom: 75px; }

  .mb-sp-80 {
    margin-bottom: 80px; }

  .mb-sp-85 {
    margin-bottom: 85px; }

  .mb-sp-90 {
    margin-bottom: 90px; }

  .mb-sp-95 {
    margin-bottom: 95px; }

  .mb-sp-100 {
    margin-bottom: 100px; }

  .mb-sp-105 {
    margin-bottom: 105px; }

  .mb-sp-110 {
    margin-bottom: 110px; }

  .mb-sp-115 {
    margin-bottom: 115px; }

  .mb-sp-120 {
    margin-bottom: 120px; }

  .mb-sp-125 {
    margin-bottom: 125px; }

  .mb-sp-130 {
    margin-bottom: 130px; }

  .mb-sp-135 {
    margin-bottom: 135px; }

  .mb-sp-140 {
    margin-bottom: 140px; }

  .mb-sp-145 {
    margin-bottom: 145px; }

  .mb-sp-150 {
    margin-bottom: 150px; } }
