/* =====key===== */
.key {
  width: 100%;
  height: 237px;
  background: url(../images/water/key.webp) center center/cover no-repeat;
}
.key .inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
.key .page_title {
  position: absolute;
  top: 70px;
  left: 0;
  height: 500px;
  font-size: 41px;
  font-weight: 500;
  writing-mode: vertical-rl;
  letter-spacing: 0.28em;
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}
.key .page_title .small {
  display: block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .key {
    width: 100%;
    height: 237px;
    margin: 0;
    background: url(../images/water/key.webp) center center/cover no-repeat;
  }
  .key .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .key .page_title {
    position: static;
    padding: 80px 0 0;
    font-size: 30px;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .key .page_title .small {
    font-size: 16px;
  }
}

/* =====main===== */
/* =====sec01===== */
.sec01 {
  position: relative;
  padding: 30px 0 50px;
}
.sec01 .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
.sec01 .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: 91px;
}
.sec01 .cont01 {
  margin-bottom: 150px;
}
.sec01 .cont01 .flexbox {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.sec01 .cont01 .imagebox {
  width: 100%;
}
.sec01 .cont01 .textbox {
  width: 64%;
  line-height: 2;
}
.sec01 .cont02 {
  margin: 0 auto 400px;
  position: relative;
}
.sec01 .cont02 .flexbox {
  display: flex;
  justify-content: center;
}
.sec01 .cont02 .box {
  max-width: 800px;
  padding: 60px 50px 75px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
}
.sec01 .cont02 .box_title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}
.sec01 .cont02 .box_text {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec01 {
    position: relative;
    padding: 80px 20px 50px;
    box-sizing: border-box;
  }
  .sec01 .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .title {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .sec01 .cont01 {
    margin-bottom: 50px;
  }
  .sec01 .cont01 .flexbox {
    flex-direction: column;
    display: flex;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .sec01 .cont01 .imagebox {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .sec01 .cont01 .textbox {
    width: 100%;
    line-height: 2;
    text-align: justify;
  }
  .sec01 .cont02 {
    margin: 0 auto 0px;
    position: relative;
  }
  .sec01 .cont02 .flexbox {
    display: flex;
    justify-content: center;
  }
  .sec01 .cont02 .box {
    padding: 20px 0 0;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  .sec01 .cont02 .box_title {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
  }
  .sec01 .cont02 .box_text {
    line-height: 2;
    font-size: 15px;
    text-align: justify;
  }
}

.sec02 {
  margin-bottom: 230px;
}
.sec02 .inner {
  width: 1024px;
  margin: 0 auto;
}
.sec02 .sec_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 100px;
  letter-spacing: 0.1em;
}
.sec02 .sec_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 180px;
  height: 2px;
  margin: 0 auto;
  background: #1B9D89;
  letter-spacing: 0.11em;
}
.sec02 .cont01 {
  margin-bottom: 200px;
}
.sec02 .cont01 .flexbox {
  display: flex;
  justify-content: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.sec02 .cont01 .box {
  background-color: #553618;
  max-width: 310px;
  width: 310px;
  height: 205px;
  position: relative;
}
.sec02 .cont01 .box_top {
  color: #fff;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
}
.sec02 .cont01 .box_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.sec02 .cont01 .box_text {
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
}
.sec02 .cont01 .bottom {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.sec02 .cont01 .bottom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 4px solid #1B9D89;
  border-bottom: 4px solid #1B9D89;
  transform: translate(-50%, -70%) rotate(45deg);
}
.sec02 .cont02 {
  margin-bottom: 125px;
}
.sec02 .cont02 .cont02_1 {
  position: relative;
}
.sec02 .cont02 .cont02_1 .eng {
  letter-spacing: 0.2em;
  font-weight: 300;
  color: #1B9D89;
  font-size: 61px;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: -20px;
}
.sec02 .cont02 .cont02_1 .flexbox {
  display: flex;
  -moz-column-gap: 65px;
       column-gap: 65px;
  align-items: center;
}
.sec02 .cont02 .cont02_1 .textbox {
  width: 87%;
}
.sec02 .cont02 .cont02_1 .textbox .small {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.sec02 .cont02 .cont02_1 .box_header {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
.sec02 .cont02 .cont02_1 .box_title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec02 .cont02 .cont02_1 .imagebox {
  width: 100%;
}
.sec02 .cont02 .cont02_1 .bottom_box {
  line-height: 2;
  position: relative;
  width: max(100vw, 1024px);
  left: 50%;
  right: 50%;
  margin-left: calc(max(100vw, 1024px) / -2);
  margin-right: calc(max(100vw, 1024px) / -2);
  background-color: #F4F4F5;
  padding: 80px 0 95px;
  box-sizing: border-box;
  bottom: 50px;
  z-index: -1;
}
.sec02 .cont02 .cont02_1 .bottom_box .bottom_text {
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec02 .cont02 .cont02_2 .box_header {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.sec02 .cont02 .cont02_2 .box_title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec02 .cont02 .cont02_2 .flex01 {
  margin-bottom: 50px;
}
.sec02 .cont02 .cont02_2 .flex01 .flexbox {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.sec02 .cont02 .cont02_2 .flex01 .imagebox {
  width: 55%;
}
.sec02 .cont02 .cont02_2 .flex01 .gridbox {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 13px;
  align-content: center;
}
.sec02 .cont02 .cont02_2 .flex01 .box {
  background-color: rgba(27, 157, 137, 0.2);
  width: 108px;
  height: 108px;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec02 .cont02 .cont02_2 .flex02 {
  margin-bottom: 85px;
}
.sec02 .cont02 .cont02_2 .flex02 .flexbox {
  -moz-column-gap: 35px;
       column-gap: 35px;
  display: flex;
}
.sec02 .cont02 .cont02_2 .flex02 .imagebox {
  width: 80.2%;
}
.sec02 .cont02 .cont02_2 .flex02 .textbox {
  line-height: 2;
  width: 100%;
}
.sec02 .cont02 .cont02_2 .flex03 .flexbox {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.sec02 .cont02 .cont02_2 .flex03 .circle {
  background-color: rgba(27, 157, 137, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50vh;
  width: 181px;
  height: 181px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.sec02 .cont02 .cont02_2 .flex03 .textbox {
  line-height: 2;
}
.sec02 .cont02 .cont02_3 .flexbox {
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.sec02 .cont02 .cont02_3 .textbox {
  width: 100%;
}
.sec02 .cont02 .cont02_3 .imagebox {
  width: 100%;
}
.sec02 .cont03 {
  margin-bottom: 145px;
}
.sec02 .cont03 .cont03_1 {
  position: relative;
  margin-bottom: 50px;
}
.sec02 .cont03 .cont03_1 .eng {
  letter-spacing: 0.2em;
  font-weight: lighter;
  color: #1B9D89;
  font-size: 61px;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: -20px;
}
.sec02 .cont03 .cont03_1 .flexbox {
  display: flex;
  -moz-column-gap: 65px;
       column-gap: 65px;
  align-items: center;
}
.sec02 .cont03 .cont03_1 .textbox {
  width: 87%;
}
.sec02 .cont03 .cont03_1 .textbox .small {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.sec02 .cont03 .cont03_1 .box_header {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
.sec02 .cont03 .cont03_1 .box_title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec02 .cont03 .cont03_1 .imagebox {
  width: 100%;
}
.sec02 .cont03 .cont03_1 .bottom_box {
  line-height: 2;
  position: relative;
  width: max(100vw, 1024px);
  left: 50%;
  right: 50%;
  margin-left: calc(max(100vw, 1024px) / -2);
  margin-right: calc(max(100vw, 1024px) / -2);
  background-color: #F4F4F5;
  padding: 80px 0 95px;
  box-sizing: border-box;
  bottom: 50px;
  z-index: -1;
}
.sec02 .cont03 .cont03_1 .bottom_box .bottom_text {
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec02 .cont03 .cont03_2 .box_header {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.sec02 .cont03 .cont03_2 .box_title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec02 .cont03 .cont03_2 .flex01 {
  margin-bottom: 50px;
}
.sec02 .cont03 .cont03_2 .flex01 .flexbox {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.sec02 .cont03 .cont03_2 .flex01 .imagebox {
  width: 94.3%;
}
.sec02 .cont03 .cont03_2 .flex01 .textbox {
  width: 100%;
  line-height: 2;
}
.sec02 .cont03 .cont03_2 .flex02 {
  margin-bottom: 140px;
  background-color: rgba(27, 157, 137, 0.1);
  border: 1px solid #1B9D89;
  padding: 25px 30px 35px;
}
.sec02 .cont03 .cont03_2 .flex02 .check {
  text-align: center;
  color: #1B9D89;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.sec02 .cont03 .cont03_2 .flex02 .check_title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.sec02 .cont03 .cont03_2 .flex02 .flexbox {
  -moz-column-gap: 35px;
       column-gap: 35px;
  display: flex;
}
.sec02 .cont03 .cont03_2 .flex02 .imagebox {
  width: 100%;
  position: relative;
}
.sec02 .cont03 .cont03_2 .flex02 .imagebox .circle {
  position: absolute;
  width: 131px;
  height: 131px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009A9B;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 50vh;
  top: -20px;
  right: 0;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
.sec02 .cont03 .cont03_2 .flex02 .textbox {
  line-height: 2;
  width: 85%;
}
.sec02 .cont03 .cont03_2 .flex03 .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.sec02 .cont03 .cont03_2 .flex03 .movie {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 480/266;
}
.sec02 .cont03 .cont03_2 .flex03 .movie iframe {
  width: 100%;
  height: 100%;
}
.sec02 .cont03 .cont03_2 .flex03 .textbox {
  width: 100%;
  line-height: 2;
}
.sec02 .cont03 .cont03_3 .flexbox {
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.sec02 .cont03 .cont03_3 .textbox {
  width: 100%;
}
.sec02 .cont03 .cont03_3 .imagebox {
  width: 100%;
}
.sec02 .cont04 .cont04_1 {
  position: relative;
  margin-bottom: 50px;
}
.sec02 .cont04 .cont04_1 .eng {
  letter-spacing: 0.2em;
  font-weight: lighter;
  color: #1B9D89;
  font-size: 61px;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: -20px;
}
.sec02 .cont04 .cont04_1 .flexbox {
  display: flex;
  -moz-column-gap: 65px;
       column-gap: 65px;
  align-items: center;
}
.sec02 .cont04 .cont04_1 .textbox {
  width: 87%;
}
.sec02 .cont04 .cont04_1 .textbox .small {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.sec02 .cont04 .cont04_1 .box_header {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
.sec02 .cont04 .cont04_1 .box_title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec02 .cont04 .cont04_1 .imagebox {
  width: 100%;
}
.sec02 .cont04 .cont04_1 .bottom_box {
  line-height: 2;
  position: relative;
  width: max(100vw, 1024px);
  left: 50%;
  right: 50%;
  margin-left: calc(max(100vw, 1024px) / -2);
  margin-right: calc(max(100vw, 1024px) / -2);
  background-color: #F4F4F5;
  padding: 80px 0 95px;
  box-sizing: border-box;
  bottom: 50px;
  z-index: -1;
}
.sec02 .cont04 .cont04_1 .bottom_box .bottom_text {
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec02 .cont04 .cont04_2 .box_header {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.sec02 .cont04 .cont04_2 .box_title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec02 .cont04 .cont04_2 .flex01 {
  margin-bottom: 120px;
}
.sec02 .cont04 .cont04_2 .flex01 .flexbox {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.sec02 .cont04 .cont04_2 .flex01 .imagebox {
  width: 94.3%;
}
.sec02 .cont04 .cont04_2 .flex01 .textbox {
  width: 100%;
  line-height: 2;
}
.sec02 .cont04 .cont04_2 .flex02 .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.sec02 .cont04 .cont04_2 .flex02 .imagebox {
  width: 94.3%;
}
.sec02 .cont04 .cont04_2 .flex02 .textbox {
  width: 100%;
  line-height: 2;
}
.sec02 .cont04 .cont04_3 .flexbox {
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.sec02 .cont04 .cont04_3 .textbox {
  width: 100%;
}
.sec02 .cont04 .cont04_3 .imagebox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 {
    position: relative;
    padding: 0px 20px 40px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .sec02 .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .sec_title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .sec02 .sec_title::before {
    width: 100px;
  }
  .sec02 {
    /* ---------- cont01 ---------- */
  }
  .sec02 .cont01 {
    margin-bottom: 60px;
  }
  .sec02 .cont01 .flexbox {
    flex-direction: column;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .sec02 .cont01 .flexbox a {
    width: 100%;
  }
  .sec02 .cont01 .imagebox {
    width: 30%;
  }
  .sec02 .cont01 .box {
    width: 100%;
    max-width: 310px;
    height: initial;
    margin: 0 auto;
  }
  .sec02 .cont01 .box_top {
    height: initial;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 15px;
  }
  .sec02 .cont01 .box_flex {
    height: 60px;
    padding-bottom: 35px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sec02 .cont01 .box_text {
    font-size: 18px;
  }
  .sec02 .cont01 .bottom {
    height: 25px;
  }
  .sec02 .cont01 .bottom::after {
    width: 10px;
    height: 10px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
  .sec02 {
    /* ---------- cont02 ---------- */
  }
  .sec02 .cont02 {
    margin-bottom: 70px;
  }
  .sec02 .cont02 .cont02_1 .eng {
    font-size: 38px;
    text-align: center;
    position: static;
    letter-spacing: 0.15em;
    margin-bottom: 5px;
  }
  .sec02 .cont02 .cont02_1 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 18px;
    align-items: flex-start;
  }
  .sec02 .cont02 .cont02_1 .textbox {
    width: 100%;
    order: 1;
  }
  .sec02 .cont02 .cont02_1 .textbox .small {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
  }
  .sec02 .cont02 .cont02_1 .box_header {
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
  }
  .sec02 .cont02 .cont02_1 .box_header .icon img {
    width: auto;
    max-width: 36px;
    height: auto;
  }
  .sec02 .cont02 .cont02_1 .box_title {
    font-size: 24px;
  }
  .sec02 .cont02 .cont02_1 .imagebox {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .sec02 .cont02 .cont02_1 .bottom_box {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 20px 45px;
    bottom: 30px;
  }
  .sec02 .cont02 .cont02_1 .bottom_box .bottom_text {
    max-width: 100%;
    padding: 0;
    font-size: 15px;
    text-align: justify;
    line-height: 2;
  }
  .sec02 .cont02 .cont02_2 .box_header {
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin-bottom: 15px;
  }
  .sec02 .cont02 .cont02_2 .box_header .icon img {
    width: 44px;
    height: 44px;
  }
  .sec02 .cont02 .cont02_2 .box_title {
    font-size: 18px;
  }
  .sec02 .cont02 .cont02_2 .flex01 {
    margin-bottom: 30px;
  }
  .sec02 .cont02 .cont02_2 .flex01 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
  }
  .sec02 .cont02 .cont02_2 .flex01 .imagebox {
    width: 100%;
    text-align: center;
  }
  .sec02 .cont02 .cont02_2 .flex01 .gridbox {
    width: 90%;
    margin: 0 auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .sec02 .cont02 .cont02_2 .flex01 .box {
    width: 100%;
    max-width: 130px;
    aspect-ratio: 1/1;
    margin: 0 auto;
    font-size: 15px;
    height: initial;
  }
  .sec02 .cont02 .cont02_2 .flex02 {
    margin-bottom: 40px;
  }
  .sec02 .cont02 .cont02_2 .flex02 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
  }
  .sec02 .cont02 .cont02_2 .flex02 .imagebox {
    width: 100%;
    text-align: center;
  }
  .sec02 .cont02 .cont02_2 .flex02 .textbox {
    width: 100%;
    line-height: 2;
    text-align: justify;
    font-size: 15px;
  }
  .sec02 .cont02 .cont02_2 .flex03 .box_header {
    margin-bottom: 60px;
  }
  .sec02 .cont02 .cont02_2 .flex03 .flexbox {
    flex-direction: column;
    row-gap: 15px;
    position: relative;
  }
  .sec02 .cont02 .cont02_2 .flex03 .circle {
    width: 120px;
    height: 120px;
    font-size: 15px;
    position: absolute;
    top: -100px;
    right: -10px;
  }
  .sec02 .cont02 .cont02_2 .flex03 .textbox {
    line-height: 2;
    font-size: 15px;
    text-align: justify;
  }
  .sec02 {
    /* ---------- cont03 ---------- */
  }
  .sec02 .cont03 {
    margin-bottom: 70px;
  }
  .sec02 .cont03 .cont03_1 {
    margin-bottom: 30px;
  }
  .sec02 .cont03 .cont03_1 .eng {
    font-size: 38px;
    top: -12px;
    text-align: center;
    position: static;
  }
  .sec02 .cont03 .cont03_1 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .sec02 .cont03 .cont03_1 .textbox {
    width: 100%;
    order: 1;
  }
  .sec02 .cont03 .cont03_1 .box_header {
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
  }
  .sec02 .cont03 .cont03_1 .box_header .icon img {
    width: auto;
    max-width: 50px;
    height: auto;
  }
  .sec02 .cont03 .cont03_1 .box_title {
    font-size: 24px;
  }
  .sec02 .cont03 .cont03_1 .imagebox {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .sec02 .cont03 .cont03_1 .bottom_box {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 20px 45px;
    bottom: 30px;
  }
  .sec02 .cont03 .cont03_1 .bottom_box .bottom_text {
    max-width: 100%;
    padding: 0;
    font-size: 15px;
    text-align: justify;
    line-height: 2;
  }
  .sec02 .cont03 .cont03_2 .box_header {
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin-bottom: 15px;
  }
  .sec02 .cont03 .cont03_2 .box_header .icon img {
    width: 44px;
    height: 44px;
  }
  .sec02 .cont03 .cont03_2 .box_title {
    font-size: 18px;
    line-height: 1.5;
  }
  .sec02 .cont03 .cont03_2 .box_text {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
  }
  .sec02 .cont03 .cont03_2 .flex01 {
    margin-bottom: 30px;
  }
  .sec02 .cont03 .cont03_2 .flex01 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
  }
  .sec02 .cont03 .cont03_2 .flex01 .imagebox {
    width: 100%;
    text-align: center;
  }
  .sec02 .cont03 .cont03_2 .flex01 .textbox {
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
  }
  .sec02 .cont03 .cont03_2 .flex02 {
    margin-bottom: 40px;
    padding: 20px 15px 25px;
  }
  .sec02 .cont03 .cont03_2 .flex02 .check {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .sec02 .cont03 .cont03_2 .flex02 .check_title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .sec02 .cont03 .cont03_2 .flex02 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
  }
  .sec02 .cont03 .cont03_2 .flex02 .imagebox {
    width: 100%;
    text-align: center;
  }
  .sec02 .cont03 .cont03_2 .flex02 .imagebox .circle {
    width: 90px;
    height: 90px;
    font-size: 13px;
    top: -15px;
    right: 0;
  }
  .sec02 .cont03 .cont03_2 .flex02 .textbox {
    width: 100%;
    line-height: 2;
    text-align: justify;
    font-size: 15px;
  }
  .sec02 .cont03 .cont03_2 .flex03 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
    margin-bottom: 0;
  }
  .sec02 .cont03 .cont03_2 .flex03 .imagebox {
    width: 100%;
    text-align: center;
  }
  .sec02 .cont03 .cont03_2 .flex03 .textbox {
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
  }
  .sec02 {
    /* ---------- cont04 ---------- */
  }
  .sec02 .cont04 .cont04_1 {
    margin-bottom: 30px;
  }
  .sec02 .cont04 .cont04_1 .eng {
    font-size: 38px;
    text-align: center;
    top: -12px;
    position: static;
    margin-bottom: 5px;
  }
  .sec02 .cont04 .cont04_1 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
  .sec02 .cont04 .cont04_1 .textbox {
    width: 100%;
    order: 1;
    text-align: center;
  }
  .sec02 .cont04 .cont04_1 .textbox .small {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sec02 .cont04 .cont04_1 .box_header {
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
  }
  .sec02 .cont04 .cont04_1 .box_header .icon img {
    width: auto;
    max-width: 65px;
    height: auto;
  }
  .sec02 .cont04 .cont04_1 .box_title {
    font-size: 24px;
  }
  .sec02 .cont04 .cont04_1 .imagebox {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .sec02 .cont04 .cont04_1 .bottom_box {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 20px 45px;
    bottom: 30px;
  }
  .sec02 .cont04 .cont04_1 .bottom_box .bottom_text {
    max-width: 100%;
    padding: 0;
    font-size: 15px;
    line-height: 2;
    text-align: justify;
  }
  .sec02 .cont04 .cont04_2 .box_header {
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin-bottom: 15px;
  }
  .sec02 .cont04 .cont04_2 .box_header .icon img {
    width: 44px;
    height: 44px;
  }
  .sec02 .cont04 .cont04_2 .box_title {
    font-size: 18px;
    line-height: 1.5;
  }
  .sec02 .cont04 .cont04_2 .flex01 {
    margin-bottom: 40px;
  }
  .sec02 .cont04 .cont04_2 .flex01 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
  }
  .sec02 .cont04 .cont04_2 .flex01 .imagebox {
    width: 100%;
    text-align: center;
  }
  .sec02 .cont04 .cont04_2 .flex01 .textbox {
    width: 100%;
    line-height: 2;
    font-size: 15px;
    text-align: justify;
  }
  .sec02 .cont04 .cont04_2 .flex02 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 15px;
    margin-bottom: 0;
  }
  .sec02 .cont04 .cont04_2 .flex02 .imagebox {
    width: 100%;
    text-align: center;
  }
  .sec02 .cont04 .cont04_2 .flex02 .textbox {
    width: 100%;
    line-height: 2;
    font-size: 15px;
  }
  .sec02 .cont04 .cont04_2 .flex02 .box_text {
    font-size: 15px;
    text-align: justify;
  }
}

/* =====sec03===== */
.sec03 {
  padding: 20px 0 0;
  margin-bottom: 180px;
}
.sec03 .inner {
  width: 1024px;
  margin: 0 auto;
}
.sec03 .sec_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 100px;
}
.sec03 .sec_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 180px;
  height: 2px;
  margin: 0 auto;
  background: #1B9D89;
  letter-spacing: 0.11em;
}
.sec03 .faq_box {
  box-sizing: border-box;
  margin: 40px auto;
  padding-right: 75px;
  border-bottom: 1px solid #1B9D89;
}
.sec03 .faq_box .q_text {
  padding-left: 75px;
  padding-top: 10px;
  font-size: 21px;
  letter-spacing: 0.1em;
  color: #553618;
  padding-bottom: 45px;
  position: relative;
}
.sec03 .faq_box .q_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/water/q_icon.webp) center/contain no-repeat;
  width: 52px;
  height: 52px;
}
.sec03 .faq_box .a_text {
  padding-left: 75px;
  font-size: 16px;
  letter-spacing: 0.13em;
  line-height: 1.8;
  text-align: justify;
  color: #553618;
  padding-bottom: 40px;
  position: relative;
}
.sec03 .faq_box .a_text::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url(/images/water/a_icon.webp) center/contain no-repeat;
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 70px 0 0;
  }
  .sec03 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .faq_box {
    box-sizing: border-box;
    margin: 40px 15px;
    padding-right: 15px;
  }
  .sec03 .faq_box .q_text {
    padding-left: 85px;
    padding-top: 0px;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #553618;
    padding-bottom: 35px;
    position: relative;
  }
  .sec03 .faq_box .q_text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 52px;
    height: 52px;
  }
  .sec03 .faq_box .a_text {
    padding-left: 85px;
    font-size: 15px;
    letter-spacing: 0.13em;
    line-height: 1.8;
    text-align: justify;
    color: #553618;
    padding-bottom: 40px;
    position: relative;
  }
  .sec03 .faq_box .a_text::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 15px;
    width: 52px;
    height: 52px;
  }
  .sec03 .sec_title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 50px;
    font-size: 20px;
    letter-spacing: 0.11em;
    text-align: center;
  }
  .sec03 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 73px;
    height: 2px;
    margin: 0 auto;
  }
  .sec03 .textbox {
    margin: 0 0 20px;
  }
  .sec03 .item_title {
    position: relative;
    display: block;
    width: 280px;
    border-bottom: 1px solid #553618;
    margin: 0 auto 20px;
    font-size: 18px;
    letter-spacing: 0.11em;
    text-align: center;
  }
  .sec03 .imagebox {
    position: static;
    display: block;
    justify-content: space-between;
    align-items: flex-end;
    width: 447px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec03 .image01 {
    position: relative;
    display: inline-block;
    width: 447px;
    max-width: 100%;
    height: 200px;
    margin: 0 auto 20px;
    overflow: hidden;
    text-align: center;
  }
  .sec03 .image01 img {
    width: 100%;
  }
  .sec03 .image02 {
    position: relative;
    display: inline-block;
    width: 447px;
    max-width: 100%;
    height: 250px;
    overflow: hidden;
    margin: 0 auto;
  }
  .sec03 .item:nth-of-type(1) {
    position: relative;
    padding: 0 20px 50px;
    margin: 0 0 50px;
    box-sizing: border-box;
  }
  .sec03 .item:nth-of-type(1):before {
    display: none;
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 364px;
    background: #F4F4F5;
  }
  .sec03 .item:nth-of-type(1) .item_title {
    padding: 0 0 20px;
  }
  .sec03 .item:nth-of-type(1) .item_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    width: 110px;
    height: 75px;
    margin: 0 auto;
    background: url(../images/renovation/num01.png) center/50% no-repeat;
  }
  .sec03 .item:nth-of-type(1) .item_text {
    width: 100%;
    padding: 0;
    font-weight: 500;
    line-height: 2;
  }
  .sec03 .item:nth-of-type(1) .imagebox {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .sec03 .item:nth-of-type(1) .image01 span {
    position: absolute;
    left: 20px;
    bottom: auto;
    top: 20px;
    font-size: 18px;
    letter-spacing: 0.11em;
    color: #fff;
    text-shadow: #000 1px 1px 1px, #000 -1px 0px 1px, #000 0px -1px 1px, #000 0px 1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px;
  }
  .sec03 .item:nth-of-type(1) .image02 span {
    position: absolute;
    right: auto;
    top: 20px;
    left: 20px;
    font-size: 18px;
    letter-spacing: 0.11em;
    color: #fff;
    text-shadow: #000 1px 1px 1px, #000 -1px 0px 1px, #000 0px -1px 1px, #000 0px 1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px;
  }
  .sec03 .item:nth-of-type(2) {
    position: relative;
    padding: 0 20px 50px;
    margin: 0 0 50px;
    box-sizing: border-box;
  }
  .sec03 .item:nth-of-type(2):before {
    display: none;
    z-index: -1;
    position: absolute;
    top: 30px;
    right: 30px;
    content: "";
    width: 100%;
    height: 364px;
    background: #F4F4F5;
  }
  .sec03 .item:nth-of-type(2) .textbox {
    width: 100%;
    margin: 0 0 20px;
  }
  .sec03 .item:nth-of-type(2) .item_title {
    width: 280px;
    padding: 0 0 20px;
    margin: 0 auto 20px;
    box-sizing: border-box;
  }
  .sec03 .item:nth-of-type(2) .item_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    width: 110px;
    height: 75px;
    margin: 0 auto;
    background: url(../images/renovation/num02.png) center/50% no-repeat;
  }
  .sec03 .item:nth-of-type(2) .item_text {
    width: 100%;
    padding: 0;
    font-weight: 500;
    line-height: 2;
  }
  .sec03 .item:nth-of-type(2) .imagebox {
    flex-direction: row-reverse;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .sec03 .item:nth-of-type(2) .image01 span {
    position: absolute;
    right: auto;
    left: 20px;
    top: 20px;
    font-size: 18px;
    letter-spacing: 0.11em;
    color: #fff;
    text-shadow: #000 1px 1px 1px, #000 -1px 0px 1px, #000 0px -1px 1px, #000 0px 1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px;
  }
  .sec03 .item:nth-of-type(2) .image02 span {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    letter-spacing: 0.11em;
    color: #fff;
    text-shadow: #000 1px 1px 1px, #000 -1px 0px 1px, #000 0px -1px 1px, #000 0px 1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px;
  }
  .sec03 .item:nth-of-type(3) {
    position: relative;
    padding: 0 20px;
    margin: 0 0 50px;
    box-sizing: border-box;
  }
  .sec03 .item:nth-of-type(3):before {
    display: none;
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 364px;
    background: #F4F4F5;
  }
  .sec03 .item:nth-of-type(3) .item_title {
    padding: 0 0 20px;
  }
  .sec03 .item:nth-of-type(3) .item_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    width: 110px;
    height: 75px;
    margin: 0 auto;
    background: url(../images/renovation/num03.png) center/50% no-repeat;
  }
  .sec03 .item:nth-of-type(3) .item_text {
    width: 100%;
    padding: 0;
    font-weight: 500;
    line-height: 2;
  }
  .sec03 .item:nth-of-type(3) .imagebox {
    width: 447px;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
  }
  .sec03 .item:nth-of-type(3) .image01 span {
    position: absolute;
    left: 20px;
    bottom: auto;
    top: 20px;
    font-size: 18px;
    letter-spacing: 0.11em;
    color: #fff;
    text-shadow: #000 1px 1px 1px, #000 -1px 0px 1px, #000 0px -1px 1px, #000 0px 1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px;
  }
  .sec03 .item:nth-of-type(3) .image02 span {
    position: absolute;
    right: auto;
    left: 20px;
    top: 20px;
    font-size: 18px;
    letter-spacing: 0.11em;
    color: #fff;
    text-shadow: #000 1px 1px 1px, #000 -1px 0px 1px, #000 0px -1px 1px, #000 0px 1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px, #000 1px 1px 1px, #000 -1px 1px 1px, #000 1px -1px 1px, #000 -1px -1px 1px;
  }
}

.sec04 {
  margin-bottom: 200px;
}
.sec04 .inner {
  width: 1024px;
  margin: 0 auto;
}
.sec04 .banner {
  background: url(/images/water/water_banner.webp) center/contain no-repeat;
  width: 856px;
  max-width: 856px;
  height: 424px;
  margin: 0 auto;
}
.sec04 .box {
  padding-top: 40px;
}
.sec04 .box_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 50px;
  margin-bottom: 10px;
}
.sec04 .box_title .big {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec04 .box_title .big02 {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 34px;
}
.sec04 .flexbox {
  display: flex;
  padding-left: 30px;
}
.sec04 .bottom_text {
  background-color: #1B9D89;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 80px;
  }
  .sec04 .inner {
    width: 335px;
    margin: 0 auto;
  }
  .sec04 .banner {
    width: 350px;
    max-width: 350px;
    height: 270px;
    background: url(/images/water/water_banner_sp.webp) center/contain no-repeat;
  }
  .sec04 .box {
    padding-top: 15px;
  }
  .sec04 .box_title {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-left: 15px;
    margin-bottom: 0px;
    line-height: 1.6;
  }
  .sec04 .box_title .big {
    font-size: 28px;
  }
  .sec04 .box_title .big02 {
    font-size: 24px;
  }
  .sec04 .flexbox {
    padding-left: 0;
    justify-content: center;
    gap: 0px;
  }
  .sec04 .flexbox .circle img {
    width: 355px;
    height: 165px;
  }
  .sec04 .bottom_text {
    font-size: 16px;
    padding: 12px 10px;
    margin: -10px auto 0;
    width: 329px;
  }
}

/* =====link_sec===== */
.link_sec {
  padding: 60px 0 0;
  margin: 0 0 85px;
}
.link_sec .link_banner {
  width: 889px;
  margin: 0 auto 50px;
}
.link_sec .list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.link_sec .item {
  width: 33.3%;
}
.link_sec .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 246px;
  box-sizing: border-box;
  background: #ccc url(../images/villax/arrow02.png) center bottom 30px/12px no-repeat;
  font-size: 23px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.21em;
}
.link_sec .item a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 12px;
  height: 27px;
  margin: 0 auto;
  background: url(../images/renovation/arrow02.png) center/cover no-repeat;
}
.link_sec .item:nth-of-type(1) a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/villax/photo20.png) center/cover no-repeat;
}
.link_sec .item:nth-of-type(2) a {
  padding: 50px 0 0;
  background: url(../images/index/photo_gallery01.png) center/cover no-repeat;
}
.link_sec .item:nth-of-type(2) .item_logo {
  margin: 0 0 20px;
}
.link_sec .item:nth-of-type(3) a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/villax/photo22.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .link_sec {
    margin: 0 0 85px;
  }
  .link_sec .link_banner {
    width: 324px;
    max-width: calc(100% - 40px);
    margin: 0 auto 50px;
  }
  .link_sec .list {
    display: block;
    justify-content: space-between;
    width: 100%;
  }
  .link_sec .item {
    width: 100%;
  }
  .link_sec .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    background: #ccc url(../images/villax/arrow02.png) center bottom 30px/12px no-repeat;
    font-size: 18px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.21em;
  }
  .link_sec .item a:before {
    content: "";
    position: absolute;
    left: auto;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 27px;
    margin: auto 0;
    background: url(../images/renovation/arrow02.png) center/cover no-repeat;
  }
  .link_sec .item:nth-of-type(1) {
    margin: 0 0 30px;
  }
  .link_sec .item:nth-of-type(1) a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .link_sec .item:nth-of-type(2) {
    margin: 0 0 30px;
  }
  .link_sec .item:nth-of-type(2) a {
    justify-content: center;
    align-items: center;
    padding: 30px 0 0;
  }
  .link_sec .item:nth-of-type(2) .item_logo {
    margin: 0 0 10px;
  }
  .link_sec .item:nth-of-type(3) a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}/*# sourceMappingURL=water.css.map */