@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
main {
  margin: 120px 0 160px;
}
@media (max-width: 740px) {
  main {
    margin: 80px 0 100px;
  }
}
main .titl01 {
  text-align: center;
  font-size: clamp(5.3rem, -0.576rem + 7.941vw, 8rem);
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  main .titl01 {
    margin-bottom: 50px;
  }
}

.c01 {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c01 {
    margin-bottom: 100px;
  }
}
.c01 .top_titl {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .c01 .top_titl {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.c01 .top_titl span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #2d2d2b;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c01 .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .c01 .boxs01 {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
  }
}
.c01 .boxs01 .txts {
  padding: 0 20%;
}
@media (max-width: 740px) {
  .c01 .boxs01 .txts {
    padding: 0 5%;
  }
}
.c01 .boxs01 .txts .titl01 {
  line-height: 1.9;
  font-size: clamp(2.2rem, 1.547rem + 0.882vw, 2.5rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c01 .boxs01 .txts .titl01 {
    margin-bottom: 30px;
  }
}
.c01 .boxs01 .txts .img {
  width: 92.5vw;
  margin-left: -7.5vw;
  margin-bottom: 40px;
}
.c01 .boxs01 .txts .txt01 {
  line-height: 2;
  text-align: justify;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
.c01 .rosenzu {
  width: 90%;
  max-width: 896px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .c01 .rosenzu {
    margin-bottom: 60px;
  }
}
.c01 .boxs02 {
  width: 90%;
  max-width: 896px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}
@media (max-width: 740px) {
  .c01 .boxs02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
.c01 .boxs02 .txts {
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1080px) {
  .c01 .boxs02 .txts {
    grid-template-columns: auto;
    gap: 15px;
  }
}
.c01 .boxs02 .txts .txt01 {
  font-size: clamp(1.8rem, 1.365rem + 0.588vw, 2rem);
}
.c01 .boxs02 .txts .txt02 {
  font-size: clamp(1.8rem, 1.365rem + 0.588vw, 2rem);
}
.c01 .boxs02 .txts .txt02 .fs01 {
  font-size: clamp(2.5rem, 1.847rem + 0.882vw, 2.8rem);
}

.c02 {
  margin-bottom: 160px;
}
@media (max-width: 740px) {
  .c02 {
    margin-bottom: 120px;
  }
}
.c02 .c02_01_wrap {
  width: 100%;
  background-color: #c9bca9;
  padding: 80px 0;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c02 .c02_01_wrap {
    padding-bottom: 60px;
    margin-bottom: 80px;
  }
}
.c02 .c02_01_wrap .c02_01 {
  width: 85%;
  max-width: 896px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 4fr 5.3fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media (max-width: 740px) {
  .c02 .c02_01_wrap .c02_01 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.c02 .c02_01_wrap .c02_01 .left .txts01 .titl01 {
  font-size: 1.2rem;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .c02 .c02_01_wrap .c02_01 .left .txts01 .titl01 {
    margin-bottom: 50px;
  }
}
.c02 .c02_01_wrap .c02_01 .left .txts01 .titl01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #999;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c02 .c02_01_wrap .c02_01 .left .txts01 .titl02 {
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c02 .c02_01_wrap .c02_01 .left .txts01 .titl02 {
    margin-bottom: 40px;
  }
}
.c02 .c02_01_wrap .c02_01 .left .txts01 .txt01 {
  text-align: justify;
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c02 .c02_01_wrap .c02_01 .left .txts01 .txt01 {
    margin-bottom: 40px;
  }
}
.c02 .c02_01_wrap .c02_01 .left .boxs01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 740px) {
  .c02 .c02_01_wrap .c02_01 .left .boxs01 {
    gap: 10px;
  }
}
.c02 .c02_01_wrap .c02_01 .left .boxs01 .box .txt01 {
  margin-top: 15px;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
.c02 .c02_02 {
  display: grid;
  grid-template-columns: 4.6fr 5.3fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin-bottom: 160px;
}
@media (max-width: 740px) {
  .c02 .c02_02 {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-bottom: 120px;
  }
}
.c02 .c02_02 .left .titl01 {
  line-height: 1.9;
  text-align: center;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c02 .c02_02 .left .titl01 {
    margin-bottom: 50px;
  }
}
.c02 .c02_02 .right .cap {
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 740px) {
  .c02 .c02_02 .right .cap {
    text-align: left;
  }
}

.c03 .top_titl {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .c03 .top_titl {
    margin-bottom: 20px;
  }
}
.c03 .top_titl span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #2d2d2b;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c03 .main {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c03 .main {
    margin-bottom: 60px;
  }
}
.c03 .c03_01 {
  display: grid;
  grid-template-columns: 4.6fr 5.3fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin-bottom: 160px;
}
@media (max-width: 740px) {
  .c03 .c03_01 {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-bottom: 120px;
  }
}
.c03 .c03_01 .left .titl01 {
  line-height: 1.9;
  text-align: center;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c03 .c03_01 .left .titl01 {
    margin-bottom: 50px;
  }
}
.c03 .c03_01 .right .cap {
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 740px) {
  .c03 .c03_01 .right .cap {
    text-align: left;
  }
}

.c04 .top_titl {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .c04 .top_titl {
    margin-bottom: 20px;
  }
}
.c04 .top_titl span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #2d2d2b;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c04 .main {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c04 .main {
    margin-bottom: 60px;
  }
}
.c04 .c04_01 .titl01 {
  text-align: center;
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
.c04 .c04_01 .txt01 {
  text-align: center;
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .c04 .c04_01 .txt01 {
    margin-bottom: 60px;
  }
}

.han {
  margin-bottom: 10px;
}
.han img {
  width: 340px;
}
@media (max-width: 740px) {
  .han img {
    width: 220px;
  }
}/*# sourceMappingURL=access.css.map */