/*! Writen  by SCSS */
.contents_wrap {
  background: #01785c;
  color: #fff; }

.inner {
  position: relative;
  max-width: 1130px; }

.grid_wrap {
  display: grid;
  align-items: flex-start;
  align-content: start;
  grid-auto-flow: dense;
  justify-content: space-between;
  row-gap: clamp(5px, 0.834vw, 10px); }

.sec {
  margin-bottom: clamp(80px, 10vw, 120px); }
  @media screen and (max-width: 480px) {
    .sec {
      margin-bottom: 60px; } }

.obi {
  position: absolute;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .obi {
      display: none; } }

.loc_wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: clamp(15px, 2.5vw, 30px);
  margin-bottom: clamp(40px, 4.167vw, 50px); }

.border_wrap {
  position: relative;
  padding: 50px; }
  @media screen and (max-width: 480px) {
    .border_wrap {
      padding: 20px !important; } }
  .border_wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border: 1px solid #fff; }

.item_wrap {
  flex-wrap: wrap;
  row-gap: clamp(20px, 2.917vw, 35px); }
  .item_wrap .item {
    width: 31.33%; }
    @media screen and (max-width: 480px) {
      .item_wrap .item {
        width: 48%; } }
    .item_wrap .item.w50 {
      width: 48.32%; }
      @media screen and (max-width: 480px) {
        .item_wrap .item.w50 {
          width: 100%; } }
    .item_wrap .item .txt {
      margin-top: 0.5em;
      font-size: clamp(13px, 1.334vw, 16px);
      line-height: 1.45; }
      @media screen and (max-width: 480px) {
        .item_wrap .item .txt {
          font-size: 3.2vw !important; } }
  @media screen and (min-width: 481px) {
    .item_wrap.list6 {
      justify-content: flex-start; }
      .item_wrap.list6 .item:nth-child(1), .item_wrap.list6 .item:nth-child(3), .item_wrap.list6 .item:nth-child(5), .item_wrap.list6 .item:nth-child(6), .item_wrap.list6 .item:nth-child(8), .item_wrap.list6 .item:nth-child(9) {
        margin-right: calc(33%/11.3); } }

.sec01 {
  margin-bottom: clamp(80px, 16.667vw, 200px); }
  .sec01 .item_ttl {
    margin-bottom: clamp(40px, 4.167vw, 50px); }
  .sec01 .sec01_wrap {
    display: flex;
    flex-direction: column;
    row-gap: clamp(18px, 2.917vw, 35px); }
  .sec01 .wrap01 {
    margin-bottom: clamp(40px, 8.334vw, 100px); }
    .sec01 .wrap01 .text_wrap .ttl_wrap {
      margin-bottom: clamp(18px, 3.334vw, 40px); }
      .sec01 .wrap01 .text_wrap .ttl_wrap .ttl01 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
        max-width: 620px;
        margin-inline: auto; }
        @media screen and (max-width: 480px) {
          .sec01 .wrap01 .text_wrap .ttl_wrap .ttl01 {
            width: 80%;
            margin-bottom: 15px;
            padding-bottom: 15px;
            margin-inline: auto; } }
      .sec01 .wrap01 .text_wrap .ttl_wrap .ttl02 {
        font-size: clamp(16px, 2.5vw, 30px); }
  .sec01 .wrap02 .img_wrap {
    grid-template-columns: 66.73% 32.39%; }
    .sec01 .wrap02 .img_wrap .img:nth-child(1) {
      grid-column: span 2; }
    .sec01 .wrap02 .img_wrap .img:nth-child(2) {
      grid-row: span 2; }
  .sec01 .obi01 {
    left: -7%;
    bottom: 2.7%; }
  .sec01 .obi02 {
    bottom: -2.1%;
    right: -9%; }

.sec02 .sec02_wrap {
  position: relative;
  margin-bottom: clamp(50px, 4.167vw, 50px); }
  .sec02 .sec02_wrap .img_wrap {
    grid-template-columns: 62.34% 33.79%;
    grid-row-gap: clamp(10px, 2.084vw, 25px);
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap .img_wrap {
        grid-template-columns: 1fr 1fr;
        column-gap: 4%; } }
    .sec02 .sec02_wrap .img_wrap .img:nth-child(1) {
      grid-row: span 2; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .img_wrap .img:nth-child(1) {
          grid-column: span 2; } }
  .sec02 .sec02_wrap .text_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4.86%;
    row-gap: 20px; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap .text_wrap {
        row-gap: 10px; } }
    .sec02 .sec02_wrap .text_wrap .read {
      width: 50.49%;
      line-height: 1.67; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .text_wrap .read {
          width: 100%; } }
    .sec02 .sec02_wrap .text_wrap .txt01 {
      font-size: clamp(10px, 1.167vw, 14px);
      line-height: 1.22; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .text_wrap .txt01 {
          width: 100%; } }
  .sec02 .sec02_wrap .obi01 {
    width: 8.68%;
    top: -6.84%;
    left: 1.77%; }
  .sec02 .sec02_wrap .obi02 {
    width: 8.59%;
    bottom: 6.85%;
    right: -2.65%; }
.sec02 .item .txt {
  font-size: clamp(13px, 1.5vw, 18px); }

.sec03 .img01 {
  margin-bottom: clamp(30px, 5.834vw, 70px); }
  .sec03 .img01 img {
    width: 100%; }
.sec03 .item_wrap {
  margin-bottom: clamp(50px, 7.5vw, 90px); }
.sec03 .sec03_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-inline: 40px;
  row-gap: clamp(30px, 3.334vw, 40px); }
  .sec03 .sec03_wrap .item01 {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 8px; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap .item01 {
        width: 100%; } }
    .sec03 .sec03_wrap .item01 .ttl01 {
      line-height: 1.82;
      font-size: clamp(14px, 1.834vw, 22px);
      border-bottom: 3px dotted;
      padding-bottom: 1em; }
    .sec03 .sec03_wrap .item01 .read {
      line-height: 1.88; }
  .sec03 .sec03_wrap .img_wrap {
    width: 57.15%;
    grid-template-columns: 39.67% 58%;
    row-gap: 20px; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap .img_wrap {
        width: 100%;
        row-gap: 10px; } }
    .sec03 .sec03_wrap .img_wrap .img:nth-child(1) {
      grid-column: span 2; }
  .sec03 .sec03_wrap .ttl02 {
    text-align: center;
    font-size: clamp(15px, 1.5vw, 18px);
    width: 100%;
    padding-top: clamp(20px, 3.334vw, 40px);
    border-top: 3px #fff dotted;
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap .ttl02 {
        line-height: 1.6; } }
  .sec03 .sec03_wrap .obi01 {
    top: -4.76%;
    left: 4.95%;
    z-index: 1;
    width: 5.93%; }

.sec04 .loc_wrap {
  position: relative; }
  .sec04 .loc_wrap .item_en {
    position: relative; }
.sec04 .ttl_03_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }
  .sec04 .ttl_03_wrap .item_en {
    width: 100%;
    position: relative; }
  .sec04 .ttl_03_wrap .obi01 {
    position: absolute;
    bottom: 0;
    font-size: 0;
    width: 76px;
    line-height: 1;
    left: calc(350%/11.3); }
    @media screen and (max-width: 1200px) {
      .sec04 .ttl_03_wrap .obi01 {
        width: calc(76%/11.3);
        left: calc(320%/11.3); } }
    @media screen and (max-width: 768px) {
      .sec04 .ttl_03_wrap .obi01 {
        display: none; } }
.sec04 .img01 {
  position: relative;
  margin-bottom: clamp(60px, 8.334vw, 100px); }
  .sec04 .img01 .txt {
    line-height: 1.93;
    font-size: clamp(16px, 2.167vw, 26px);
    display: block;
    position: absolute;
    inset: 0;
    bottom: auto;
    text-align: center;
    padding-top: 9.99%;
    color: #333; }
    @media screen and (max-width: 480px) {
      .sec04 .img01 .txt {
        padding-top: 8%;
        font-size: 4vw;
        width: 100%; } }
  .sec04 .img01 img {
    width: 100%;
    max-width: 100%; }
.sec04 .sec04_wrap {
  grid-template-columns: 65.49% 29.59%;
  row-gap: clamp(20px, 2.084vw, 25px); }
  @media screen and (max-width: 480px) {
    .sec04 .sec04_wrap {
      grid-template-columns: 1fr 1fr;
      column-gap: 4%; } }
  .sec04 .sec04_wrap .item {
    width: 100%; }
    .sec04 .sec04_wrap .item:nth-child(1) {
      grid-row: span 2; }
      @media screen and (max-width: 480px) {
        .sec04 .sec04_wrap .item:nth-child(1) {
          grid-column: span 2; } }
    @media screen and (max-width: 480px) {
      .sec04 .sec04_wrap .item:nth-child(2) .img {
        aspect-ratio: 350/240; }
        .sec04 .sec04_wrap .item:nth-child(2) .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }

.sec06 {
  margin-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .sec06 {
      margin-bottom: 60px; } }

@media screen and (max-width: 600px) {
  .item_en {
    width: 100% !important; } }
.item_en img {
  margin-left: auto;
  margin-right: auto; }
  .item_en img.ttl_01 {
    max-width: 207px;
    width: calc(207%/8); }
    @media screen and (max-width: 600px) {
      .item_en img.ttl_01 {
        width: calc(207%/4.3); } }
  .item_en img.ttl_02 {
    max-width: 304px;
    width: calc(304%/8); }
    @media screen and (max-width: 600px) {
      .item_en img.ttl_02 {
        width: calc(304%/4.3); } }
  .item_en img.ttl_03 {
    max-width: 232px;
    width: calc(232%/8); }
    @media screen and (max-width: 600px) {
      .item_en img.ttl_03 {
        width: calc(232%/4.3); } }
  .item_en img.ttl_04 {
    max-width: 139px;
    width: calc(139%/8); }
    @media screen and (max-width: 600px) {
      .item_en img.ttl_04 {
        width: calc(139%/4.3); } }
  .item_en img.ttl_05 {
    max-width: 193px;
    width: calc(193%/8); }
    @media screen and (max-width: 600px) {
      .item_en img.ttl_05 {
        width: calc(193%/4.3); } }
  .item_en img.ttl_06 {
    max-width: 176px;
    width: calc(176%/8); }
    @media screen and (max-width: 600px) {
      .item_en img.ttl_06 {
        width: calc(176%/4.3); } }

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