/*! Writen  by SCSS */
@keyframes move {
  0% {
    transform: translateY(30px); }
  100% {
    transform: translateY(-30px); } }
@keyframes move_min {
  0% {
    transform: translateY(20px); }
  100% {
    transform: translateY(-20px); } }
@keyframes circle {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }
body {
  background: #28333b; }

.inline {
  display: inline !important; }

.sec_main .main_img {
  position: relative; }
  .sec_main .main_img::before {
    content: '';
    position: absolute;
    aspect-ratio: 1600/434;
    inset: 0;
    bottom: auto;
    background: url("../images/main_bg.png") center center/cover no-repeat;
    mix-blend-mode: multiply;
    z-index: -1; }
  .sec_main .main_img::after {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 1.25%;
    pointer-events: none;
    border: 1px solid;
    border-radius: 100%;
    width: 375%;
    padding-top: 375%;
    line-height: 0;
    left: -131.43%;
    animation: move 40s linear infinite alternate-reverse; }
  .sec_main .main_img .cap {
    top: 110px; }

.sec_cont {
  position: relative;
  padding-top: 7.5%;
  color: #28333b; }
  .sec_cont::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("../images/first_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    inset: 0;
    bottom: auto;
    z-index: -1; }
  .sec_cont .sec_white {
    background: #fff; }
  .sec_cont .sec {
    padding-bottom: clamp(80px, 10vw, 120px); }
    @media screen and (max-width: 480px) {
      .sec_cont .sec:nth-last-child(1) {
        padding-bottom: 60px; } }

.sec_btn .head_img {
  margin-bottom: clamp(20px, 4.167vw, 50px);
  font-size: 0;
  line-height: 1;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .sec_btn .head_img {
      height: 26px; }
      .sec_btn .head_img img {
        height: 100%; } }
.sec_btn .btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .sec_btn .btn_wrap {
      margin-bottom: 50px;
      flex-wrap: wrap;
      row-gap: 15px; } }
  .sec_btn .btn_wrap a {
    display: block;
    width: 23.73%;
    position: relative;
    text-align: center;
    line-height: 1;
    display: flex;
    flex-direction: column;
    row-gap: 13px;
    padding: 12px 0;
    transition: all 0.3s ease-in-out 0s;
    font-size: clamp(12px, 1.334vw, 16px); }
    @media screen and (max-width: 480px) {
      .sec_btn .btn_wrap a {
        width: 48%;
        padding: 10px 0;
        row-gap: 10px; } }
    .sec_btn .btn_wrap a::after {
      content: '';
      position: absolute;
      inset: 0;
      border: 1px solid #fff;
      pointer-events: none; }
    .sec_btn .btn_wrap a .en_txt {
      display: block;
      filter: brightness(0) invert(1);
      transition: all 0.3s ease-in-out 0s; }
      @media screen and (max-width: 480px) {
        .sec_btn .btn_wrap a .en_txt {
          height: 14px; }
          .sec_btn .btn_wrap a .en_txt img {
            height: 100%; } }
    .sec_btn .btn_wrap a.cr {
      background: #fff;
      color: #28333b; }
      .sec_btn .btn_wrap a.cr .en_txt {
        filter: none; }
    @media (hover: hover) {
      .sec_btn .btn_wrap a:hover {
        background: #fff;
        color: #28333b; }
        .sec_btn .btn_wrap a:hover .en_txt {
          filter: none; } }

.ttl_wrap {
  margin-bottom: clamp(40px, 5.834vw, 70px);
  text-align: center; }
  .ttl_wrap .en_txt {
    line-height: 1;
    font-size: 0; }
    @media screen and (max-width: 480px) {
      .ttl_wrap .en_txt {
        height: 26px; }
        .ttl_wrap .en_txt img {
          height: 100%; } }
  .ttl_wrap .sec_ttl {
    margin-top: 1em;
    margin-bottom: 1.3em; }
    @media screen and (max-width: 480px) {
      .ttl_wrap .sec_ttl {
        font-size: 16px; } }

.item_wrap {
  row-gap: 35px; }
  @media screen and (max-width: 480px) {
    .item_wrap {
      row-gap: 20px; } }
  .item_wrap .read {
    font-size: clamp(11px, 1.084vw, 13px);
    line-height: 1.54; }
    .item_wrap .read.small {
      font-size: clamp(11px, 1vw, 12px); }
    .item_wrap .read .cap_l {
      font-size: 10px;
      display: block; }

.grid_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  align-content: start;
  grid-auto-flow: dense;
  column-gap: 2.37%; }
  @media screen and (max-width: 480px) {
    .grid_wrap {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 4%; } }

.flex_wrap {
  display: flex;
  justify-content: space-between; }

.item {
  display: flex;
  flex-direction: column;
  row-gap: clamp(10px, 1.25vw, 15px); }
  .item .text_wrap {
    display: flex;
    flex-direction: column;
    row-gap: clamp(10px, 1.25vw, 15px); }

.q_ttl {
  font-size: clamp(13px, 1.25vw, 15px);
  line-height: 1.2; }
  .q_ttl .small {
    font-size: 80%; }

.inner {
  max-width: 1180px; }

/* 1 */
.sanitary_wrap .sec01 .item_wrap .main_item {
  grid-column: span 4; }
  @media screen and (max-width: 480px) {
    .sanitary_wrap .sec01 .item_wrap .main_item {
      grid-column: span 2; } }
.sanitary_wrap .sec02 .item_wrap .main_item {
  grid-column: span 2;
  grid-row: span 2; }
.sanitary_wrap .sec03 .item_wrap .main_item {
  grid-column: span 2;
  grid-row: span 2; }
.sanitary_wrap .sec04 .item_wrap .main_item {
  grid-column: span 2;
  grid-row: span 2; }
.sanitary_wrap .sec04 .item_wrap .item01 {
  grid-column: span 3;
  flex-direction: row;
  display: flex;
  column-gap: 5.13%;
  justify-content: center;
  position: relative;
  padding: 20px 0; }
  @media screen and (max-width: 480px) {
    .sanitary_wrap .sec04 .item_wrap .item01 {
      grid-column: span 2;
      column-gap: 2%;
      padding: 15px 0; } }
  .sanitary_wrap .sec04 .item_wrap .item01::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border: 1px solid #000; }
  .sanitary_wrap .sec04 .item_wrap .item01 .img {
    width: 36.91%; }
    @media screen and (max-width: 480px) {
      .sanitary_wrap .sec04 .item_wrap .item01 .img {
        width: 46%; } }

/* 2 */
.amenity_wrap .sec02 .item_wrap .item:nth-child(n+5) {
  grid-column: span 2;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
.amenity_wrap .sec02 .item_wrap .item05 {
  align-items: unset !important; }
  .amenity_wrap .sec02 .item_wrap .item05 .text_wrap, .amenity_wrap .sec02 .item_wrap .item05 .img01 {
    width: 48%; }
  .amenity_wrap .sec02 .item_wrap .item05 .img01 {
    text-align: center;
    align-content: center; }
    @media screen and (max-width: 480px) {
      .amenity_wrap .sec02 .item_wrap .item05 .img01 {
        width: 38%;
        margin-right: 4%; } }
  .amenity_wrap .sec02 .item_wrap .item05 .img02 {
    width: 100%; }
.amenity_wrap .sec02 .item_wrap .item06 .img01 {
  width: 17.89%; }
.amenity_wrap .sec02 .item_wrap .item06 .img02 {
  width: 75.53%; }
  .amenity_wrap .sec02 .item_wrap .item06 .img02 .cap_l {
    width: 80%;
    margin-top: 3px; }
    @media screen and (max-width: 480px) {
      .amenity_wrap .sec02 .item_wrap .item06 .img02 .cap_l {
        font-size: 9px;
        width: 75%; } }
  @media screen and (max-width: 480px) {
    .amenity_wrap .sec02 .item_wrap .item06 .img02 .cap {
      bottom: 20%;
      padding-bottom: 0;
      padding-right: 0; } }
@media screen and (max-width: 480px) {
  .amenity_wrap .sec02 .item_wrap .item07 {
    flex-direction: column-reverse !important; } }
.amenity_wrap .sec02 .item_wrap .item07 .img {
  width: 55.73%; }
  @media screen and (max-width: 480px) {
    .amenity_wrap .sec02 .item_wrap .item07 .img {
      width: 75%;
      margin-inline: auto; } }
.amenity_wrap .sec02 .item_wrap .item07 .text_wrap {
  width: 36.46%; }
  @media screen and (max-width: 480px) {
    .amenity_wrap .sec02 .item_wrap .item07 .text_wrap {
      width: 100%; } }
@media screen and (max-width: 480px) {
  .amenity_wrap .sec02 .item_wrap .item08 {
    flex-direction: column-reverse !important; } }
.amenity_wrap .sec02 .item_wrap .item08 .img {
  width: 55.73%; }
  @media screen and (max-width: 480px) {
    .amenity_wrap .sec02 .item_wrap .item08 .img {
      width: 75%;
      margin-inline: auto; } }
.amenity_wrap .sec02 .item_wrap .item08 .text_wrap {
  width: 36.46%; }
  @media screen and (max-width: 480px) {
    .amenity_wrap .sec02 .item_wrap .item08 .text_wrap {
      width: 100%; } }
@media screen and (max-width: 480px) {
  .amenity_wrap .sec03 .item_wrap {
    flex-wrap: wrap; } }
.amenity_wrap .sec03 .item_wrap .item {
  width: 30.51%; }
  @media screen and (max-width: 480px) {
    .amenity_wrap .sec03 .item_wrap .item {
      width: 100% !important; } }
  .amenity_wrap .sec03 .item_wrap .item:nth-child(4), .amenity_wrap .sec03 .item_wrap .item:nth-child(5) {
    width: 47.89%; }

/* 3 */
.security_wrap .sec01 .item_wrap .item {
  width: 30.51%; }
  @media screen and (max-width: 480px) {
    .security_wrap .sec01 .item_wrap .item {
      width: 48%; } }
  @media screen and (max-width: 480px) {
    .security_wrap .sec01 .item_wrap .item:nth-child(n+4) {
      order: 1; } }
  @media screen and (max-width: 480px) {
    .security_wrap .sec01 .item_wrap .item:nth-child(6) {
      order: 0; } }
  .security_wrap .sec01 .item_wrap .item.double {
    width: 47.89%;
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    @media screen and (max-width: 480px) {
      .security_wrap .sec01 .item_wrap .item.double {
        width: 48%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start; } }
    .security_wrap .sec01 .item_wrap .item.double .img {
      width: 56.64%; }
      @media screen and (max-width: 480px) {
        .security_wrap .sec01 .item_wrap .item.double .img {
          width: 100%; } }
    .security_wrap .sec01 .item_wrap .item.double .text_wrap {
      width: 40%; }
      @media screen and (max-width: 480px) {
        .security_wrap .sec01 .item_wrap .item.double .text_wrap {
          width: 100%; } }
.security_wrap .sec02 .item_wrap .item01, .security_wrap .sec02 .item_wrap .item02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  @media screen and (max-width: 480px) {
    .security_wrap .sec02 .item_wrap .item01, .security_wrap .sec02 .item_wrap .item02 {
      justify-content: flex-start;
      width: 48% !important;
      flex-direction: column; } }
.security_wrap .sec02 .item_wrap .item01 {
  width: 32.21%; }
  .security_wrap .sec02 .item_wrap .item01 .img {
    width: 47.37%; }
    @media screen and (max-width: 480px) {
      .security_wrap .sec02 .item_wrap .item01 .img {
        width: 100%; } }
  .security_wrap .sec02 .item_wrap .item01 .text_wrap {
    width: 47.9%; }
    @media screen and (max-width: 480px) {
      .security_wrap .sec02 .item_wrap .item01 .text_wrap {
        width: 100%; } }
.security_wrap .sec02 .item_wrap .item02 {
  width: 33.9%; }
  .security_wrap .sec02 .item_wrap .item02 .img {
    width: 45.25%; }
    @media screen and (max-width: 480px) {
      .security_wrap .sec02 .item_wrap .item02 .img {
        width: 100%; } }
  .security_wrap .sec02 .item_wrap .item02 .text_wrap {
    width: 50%; }
    @media screen and (max-width: 480px) {
      .security_wrap .sec02 .item_wrap .item02 .text_wrap {
        width: 100%; } }
.security_wrap .sec02 .item_wrap .item03 {
  width: 23.73%; }
  @media screen and (max-width: 480px) {
    .security_wrap .sec02 .item_wrap .item03 {
      width: 100%; } }
.security_wrap .sec02 .item_wrap .double {
  width: 47.46%; }
  @media screen and (max-width: 480px) {
    .security_wrap .sec02 .item_wrap .double {
      width: 100%; } }

/* 4 */
.structure_wrap .sec .item_wrap {
  row-gap: 60px; }
  @media screen and (max-width: 480px) {
    .structure_wrap .sec .item_wrap {
      row-gap: 30px; } }
.structure_wrap .sec01 .item_wrap {
  column-gap: 1.69%;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .structure_wrap .sec01 .item_wrap {
      column-gap: 4%; } }
  .structure_wrap .sec01 .item_wrap .cap_r, .structure_wrap .sec01 .item_wrap .cap_l {
    margin-top: 3px; }
  .structure_wrap .sec01 .item_wrap .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .structure_wrap .sec01 .item_wrap .item:nth-child(2) .text_wrap .cap_l {
        margin-top: -8px; } }
    .structure_wrap .sec01 .item_wrap .item.h100 {
      height: 100%; }
    @media screen and (max-width: 480px) {
      .structure_wrap .sec01 .item_wrap .item.h100_sp {
        height: 100%; } }
    .structure_wrap .sec01 .item_wrap .item .img {
      text-align: center; }
      @media screen and (max-width: 480px) {
        .structure_wrap .sec01 .item_wrap .item .img.img17, .structure_wrap .sec01 .item_wrap .item .img .img19 {
          width: 70%;
          margin-inline: auto; } }
      .structure_wrap .sec01 .item_wrap .item .img .cap01 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-size: 10px;
        margin-top: 3px; }
        @media screen and (max-width: 480px) {
          .structure_wrap .sec01 .item_wrap .item .img .cap01 {
            text-align: left;
            line-height: 1.2; } }
      @media screen and (max-width: 480px) {
        .structure_wrap .sec01 .item_wrap .item .img .cap01_sp {
          flex-direction: column;
          line-height: 1.4;
          align-items: flex-start; } }
      .structure_wrap .sec01 .item_wrap .item .img .cap {
        font-size: 10px; }
    .structure_wrap .sec01 .item_wrap .item.double {
      grid-column: span 2;
      display: flex;
      flex-direction: row; }
      @media screen and (max-width: 480px) {
        .structure_wrap .sec01 .item_wrap .item.double {
          grid-column: span 1;
          flex-direction: column; } }
      .structure_wrap .sec01 .item_wrap .item.double .text_wrap {
        width: 51.73%; }
        @media screen and (max-width: 480px) {
          .structure_wrap .sec01 .item_wrap .item.double .text_wrap {
            width: 100%; } }
      .structure_wrap .sec01 .item_wrap .item.double .img {
        width: 44.83%; }
        @media screen and (max-width: 480px) {
          .structure_wrap .sec01 .item_wrap .item.double .img {
            width: 100%; } }
    .structure_wrap .sec01 .item_wrap .item.item16 .img {
      max-width: 257px;
      margin-inline: auto; }
.structure_wrap .sec02 .item_wrap {
  flex-wrap: wrap; }
  .structure_wrap .sec02 .item_wrap .item {
    width: 100%;
    flex-direction: row;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .structure_wrap .sec02 .item_wrap .item {
        flex-wrap: wrap; } }
    .structure_wrap .sec02 .item_wrap .item .text_wrap {
      width: 43.39%; }
      @media screen and (max-width: 480px) {
        .structure_wrap .sec02 .item_wrap .item .text_wrap {
          width: 100%; } }
    .structure_wrap .sec02 .item_wrap .item .img {
      width: 51.19%; }
      @media screen and (max-width: 480px) {
        .structure_wrap .sec02 .item_wrap .item .img {
          width: 100%; } }

.cap_l, .cap_r {
  font-size: 10px !important; }

.ls03 {
  letter-spacing: -0.03em; }

/*# sourceMappingURL=style.css.map */
