/*! Writen  by SCSS */
.ggmap {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-bottom: calc(747%/12.8); }
  .ggmap iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

.wrap {
  position: relative;
  color: #fff;
  font-weight: 100;
  position: relative;
  overflow: hidden; }
  .wrap::before {
    content: "";
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100lvh;
    background: url("../images/top/bg.jpg") center/cover no-repeat; }

.slide_main {
  max-width: 1000px;
  margin: 0 auto; }
  .slide_main .swiper-slide {
    width: 100% !important; }

.btn_wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-inline: auto; }
  @media screen and (max-width: 480px) {
    .btn_wrap {
      flex-direction: column;
      width: 90%; } }

.lead {
  font-size: clamp(18px, 2.344vw, 30px);
  letter-spacing: 0.1em;
  line-height: 1.6; }
  .lead span {
    line-height: 1; }
  .lead .big {
    font-size: 130%; }
  .lead .big2 {
    font-size: 200%; }

.read {
  line-height: 2.21;
  font-size: clamp(14px, 1.667vw, 20px); }

.sec {
  margin-bottom: clamp(50px, 5.834vw, 70px); }
  .sec:nth-last-child(1 of .sec) {
    margin-bottom: 0; }
  .sec .flex_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: clamp(20px, 3.125vw, 40px); }

.img {
  position: relative; }
  .img .ima_name {
    position: absolute;
    z-index: 2;
    text-align: center;
    font-size: clamp(14px, 1.51vw, 20px);
    line-height: 1;
    left: 0;
    right: 0;
    bottom: 1.5em;
    letter-spacing: 0.8em;
    padding-left: 0.8em; }
    @media screen and (max-width: 480px) {
      .img .ima_name {
        letter-spacing: 0.2em;
        bottom: 1em;
        padding-left: 0; } }

/*------------------------------------*/
.main {
  margin-top: clamp(50px, 6.25vw, 80px);
  padding-bottom: clamp(50px, 6.25vw, 80px); }
  .main .main_img {
    max-width: 1042px;
    margin-inline: auto; }
    .main .main_img span {
      font-size: 14px;
      text-shadow: none; }
      @media screen and (max-width: 480px) {
        .main .main_img span {
          font-size: 10px;
          position: relative;
          bottom: auto;
          top: 100%;
          padding-top: 0; } }

.sec01 .flex_wrap .name_wrap {
  text-align: center; }
  .sec01 .flex_wrap .name_wrap .logo_img {
    line-height: 1;
    font-size: 0; }
    @media screen and (max-width: 480px) {
      .sec01 .flex_wrap .name_wrap .logo_img {
        width: 65%;
        margin-inline: auto; } }
  .sec01 .flex_wrap .name_wrap .name {
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: clamp(28px, 3.438vw, 44px); }
.sec01 .flex_wrap .lead {
  text-align: center; }
  .sec01 .flex_wrap .lead span {
    line-height: 1; }
  .sec01 .flex_wrap .lead .big {
    font-size: 130%; }
  .sec01 .flex_wrap .lead .big2 {
    font-size: 200%; }
.sec01 .flex_wrap .merit_wrap {
  font-size: clamp(18px, 2.188vw, 28px);
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin-inline: auto;
  justify-content: center;
  position: relative;
  width: fit-content;
  margin-inline: auto; }
  @media screen and (max-width: 480px) {
    .sec01 .flex_wrap .merit_wrap {
      width: 90%;
      margin-inline: auto; } }
  .sec01 .flex_wrap .merit_wrap::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    inset: 0;
    background: #fff;
    bottom: auto;
    margin-inline: auto; }
    @media screen and (max-width: 480px) {
      .sec01 .flex_wrap .merit_wrap::after {
        width: 100%; } }
  .sec01 .flex_wrap .merit_wrap .txt {
    position: relative;
    padding: clamp(10px, 1.25vw, 15px) 0;
    width: 50%;
    text-align: center; }
    .sec01 .flex_wrap .merit_wrap .txt::before {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      inset: 0;
      top: auto;
      background: #fff; }
      @media screen and (max-width: 480px) {
        .sec01 .flex_wrap .merit_wrap .txt::before {
          margin-inline: auto; } }
    @media screen and (max-width: 480px) {
      .sec01 .flex_wrap .merit_wrap .txt {
        width: 100% !important; } }
    .sec01 .flex_wrap .merit_wrap .txt:nth-child(1) {
      width: 100%;
      font-size: clamp(22px, 3.125vw, 40px); }
    .sec01 .flex_wrap .merit_wrap .txt:nth-child(2) {
      position: relative; }
      .sec01 .flex_wrap .merit_wrap .txt:nth-child(2)::after {
        content: '';
        width: 1px;
        height: calc(100% - 20px);
        position: absolute;
        bottom: 10px;
        right: 0;
        top: 10px;
        display: block;
        background: #fff; }
        @media screen and (max-width: 480px) {
          .sec01 .flex_wrap .merit_wrap .txt:nth-child(2)::after {
            display: none; } }

.sec03 .img_wrap {
  display: grid;
  grid-template-columns: 65.55% 33.99%;
  align-items: flex-start;
  align-content: start;
  grid-auto-flow: dense;
  justify-content: space-between;
  row-gap: 5px; }
  .sec03 .img_wrap .img:nth-child(1) {
    grid-row: span 2; }
  .sec03 .img_wrap .img:nth-child(4) {
    grid-column: span 2; }
.sec03 .text_wrap .ttl01 {
  font-size: clamp(20px, 3.334vw, 40px);
  margin-bottom: 1em;
  line-height: 1;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 480px) {
    .sec03 .text_wrap .ttl01 {
      line-height: 1.6; } }

.sec_map, .sec_out {
  margin-top: -40px;
  padding-top: 40px; }
  @media screen and (max-width: 480px) {
    .sec_map, .sec_out {
      margin-top: -30px;
      padding-top: 30px; } }
  .sec_map .txt, .sec_out .txt {
    margin-bottom: 1em;
    line-height: 1;
    text-align: center;
    font-size: clamp(14px, 1.667vw, 20px); }
    .sec_map .txt .en_txt, .sec_out .txt .en_txt {
      font-size: 120%;
      letter-spacing: 0.5em; }

.sec_out .out_wrap .txt {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: clamp(20px, 2.5vw, 30px);
  gap: 1em 0; }
.sec_out .out_wrap .outline_list {
  font-size: clamp(10px, 1.54vw, 14px);
  line-height: 1.86;
  border: 1px solid;
  display: flex;
  flex-wrap: wrap;
  max-width: 880px;
  margin-inline: auto; }
  @media screen and (max-width: 480px) {
    .sec_out .out_wrap .outline_list {
      font-size: 12px; } }
  .sec_out .out_wrap .outline_list .item {
    width: 50%;
    display: flex; }
    @media screen and (max-width: 480px) {
      .sec_out .out_wrap .outline_list .item {
        flex-direction: column;
        width: 100%; } }
    .sec_out .out_wrap .outline_list .item.w100 {
      width: 100%; }
    .sec_out .out_wrap .outline_list .item:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .sec_out .out_wrap .outline_list .item dt {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.4);
      width: 34.63%;
      max-width: 152px;
      flex-shrink: 0;
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
      @media screen and (max-width: 480px) {
        .sec_out .out_wrap .outline_list .item dt {
          width: 100%;
          max-width: 100%;
          padding: 0.5em 1.5em; } }
    .sec_out .out_wrap .outline_list .item dd {
      flex-grow: 1;
      padding: 0.5em 1.2em;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .sec_out .out_wrap .outline_list .item dd .cap_l {
        display: block; }

.caption_area {
  padding: 40px 0 60px; }
  .caption_area .cap_inner {
    max-width: fit-content;
    width: calc(100% - 40px);
    margin-inline: auto; }
    .caption_area .cap_inner p {
      font-size: 11px;
      text-indent: -1em;
      padding-left: 1em; }
      @media screen and (max-width: 768px) {
        .caption_area .cap_inner p {
          font-size: 10px; } }

.privacy {
  width: fit-content;
  margin-left: auto;
  margin-right: auto; }
  .privacy a {
    font-size: clamp(12px, 1.36vw, 18px);
    display: block;
    border-bottom: 1px solid;
    letter-spacing: 0.3em;
    transition: opacity 0.3s ease-in-out; }
    @media screen and (max-width: 480px) {
      .privacy a {
        font-size: 14px; } }
    @media (hover: hover) {
      .privacy a:hover {
        opacity: 0.7; } }

/*# sourceMappingURL=top.css.map */
