@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.c00 {
  text-align: center;
  padding: 110px 0 120px;
}
@media (max-width: 740px) {
  .c00 {
    padding: 80px 0 70px;
  }
}
.c00 .titl01 {
  font-size: clamp(5.3rem, -0.576rem + 7.941vw, 8rem);
  letter-spacing: 0.06em;
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .c00 .titl01 {
    margin-bottom: 80px;
  }
}
.c00 .titl02 {
  line-height: 2;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 60px;
}
.c00 .txts01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .c00 .txts01 {
    margin-bottom: 80px;
  }
}
.c00 .map {
  width: 90%;
  max-width: 520px;
  margin: 0 auto;
}

.c00_s_wrap_right {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c00_s_wrap_right {
    margin-bottom: 90px;
  }
}
.c00_s_wrap_right .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.c00_s_wrap_right .swiper .swiper-wrapper .swiper-slide {
  width: 30%;
}
.c00_s_wrap_right .swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
  margin-top: 50px;
}
.c00_s_wrap_right .swiper .swiper-wrapper .swiper-slide:nth-child(3n) {
  margin-top: 100px;
}
@media (max-width: 740px) {
  .c00_s_wrap_right .swiper .swiper-wrapper .swiper-slide {
    width: 70%;
  }
}

.pl_tabs {
  width: 85%;
  max-width: 888px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto 150px;
}
@media (max-width: 740px) {
  .pl_tabs {
    grid-template-columns: 1fr;
    margin-bottom: 120px;
  }
}
.pl_tabs .tab {
  background-color: #f2f0eb;
  border-left: 1px solid #b99a84;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .pl_tabs .tab {
    border-left: none;
    border-top: 1px solid #b99a84;
  }
}
.pl_tabs .tab:last-child {
  border-right: 1px solid #b99a84;
}
@media (max-width: 740px) {
  .pl_tabs .tab:last-child {
    border-right: none;
    border-bottom: 1px solid #b99a84;
  }
}
@media not all and (pointer: coarse) {
  .pl_tabs .tab:hover {
    background-color: #ece9e3;
  }
}

.c01_base_w {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 740px) {
  .c01_base_w {
    grid-template-columns: 1fr;
  }
}
.c01_base_w .left {
  width: 560px;
  padding-right: 60px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 80px 1fr;
}
@media (max-width: 1080px) {
  .c01_base_w .left {
    width: 85%;
  }
}
@media (max-width: 740px) {
  .c01_base_w .left {
    padding-right: 0px;
    margin-right: auto;
    grid-template-columns: 1fr;
  }
}

.c01_00 {
  margin-bottom: 230px;
}
@media (max-width: 740px) {
  .c01_00 {
    margin-bottom: 160px;
  }
}
.c01_00 .left .titl01 {
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .c01_00 .left .titl01 {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.c01_00 .left .titl01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #2d2d2b;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c01_00 .left .titl02 {
  line-height: 1.75;
  font-size: clamp(2.5rem, 0.976rem + 2.059vw, 3.2rem);
  margin-top: 60px;
}
@media (max-width: 740px) {
  .c01_00 .left .titl02 {
    margin-top: 40px;
  }
}
@media (max-width: 1080px) {
  .c01_00 .right {
    width: 85%;
    margin: 0 auto;
  }
}
.c01_00 .right .txts01 {
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-top: 60px;
  margin-left: 60px;
}
@media (max-width: 740px) {
  .c01_00 .right .txts01 {
    margin-top: 40px;
    margin-left: 0;
  }
}

.svgall_bg {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(247, 247, 244)), color-stop(50%, rgb(247, 247, 244)), color-stop(50%, rgb(252, 252, 251)), to(rgb(252, 252, 251)));
  background: linear-gradient(90deg, rgb(247, 247, 244) 0%, rgb(247, 247, 244) 50%, rgb(252, 252, 251) 50%, rgb(252, 252, 251) 100%);
}
@media (max-width: 740px) {
  .svgall_bg {
    background: none;
  }
}

.c01_01 {
  position: relative;
  padding-bottom: 200px;
}
@media (max-width: 740px) {
  .c01_01 {
    padding-bottom: 160px;
  }
}
@media (max-width: 740px) {
  .c01_01 .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c01_01 .left .left_num {
  margin-top: 5px;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
@media (max-width: 740px) {
  .c01_01 .left .left_num {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.c01_01 .left .left_r .titl01 {
  line-height: 1.75;
  font-size: clamp(2.5rem, 0.976rem + 2.059vw, 3.2rem);
  margin-bottom: 60px;
}
.c01_01 .left .left_r .titl02 {
  line-height: 1.9;
  font-size: 2.2rem;
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c01_01 .left .left_r .titl02 {
    margin-bottom: 40px;
  }
}
.c01_01 .left .left_r .titl03 {
  text-align: justify;
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c01_01 .left .left_r .titl03 {
    margin-bottom: 40px;
  }
}
.c01_01 .left .left_r .boxs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .c01_01 .left .left_r .boxs {
    width: 80%;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.c01_01 .left .left_r .boxs .box .txt01 {
  margin-top: 20px;
  line-height: 1.2;
  font-size: 2rem;
}
.c01_01 .left .left_r .boxs .box .txt01 .fs01 {
  font-size: 140%;
}
.c01_01 .left .left_r .boxs_cap {
  color: #6c6c6b;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c01_01 .left .left_r .boxs_cap {
    margin-bottom: 40px;
  }
}
@media (max-width: 740px) {
  .c01_01 .left .left_r .arrow_btn_g {
    margin-left: auto;
  }
}
@media (max-width: 740px) {
  .c01_01 .left .svg_spacer {
    aspect-ratio: 375/280;
    margin-top: 80px;
  }
}
.c01_01 #svg01 {
  position: sticky;
  top: 115px;
  aspect-ratio: 628/670;
}
@media (max-width: 1080px) {
  .c01_01 #svg01 {
    top: 66px;
  }
}
@media (max-width: 740px) {
  .c01_01 #svg01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    aspect-ratio: none;
    width: 100%;
    height: 0px;
    top: 100vh;
    opacity: 0;
  }
}
.c01_01 #svg01 .map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 740px) {
  .c01_01 #svg01 .map {
    top: auto;
    bottom: 0;
  }
}
.c01_01 #svg01 #svg01_ani {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 628/670;
}
@media (max-width: 740px) {
  .c01_01 #svg01 #svg01_ani {
    top: auto;
    bottom: 0;
    aspect-ratio: 375/280;
  }
}

.c01_02 {
  position: relative;
  padding-bottom: 200px;
}
@media (max-width: 740px) {
  .c01_02 {
    padding-bottom: 160px;
  }
}
@media (max-width: 740px) {
  .c01_02 .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c01_02 .left .left_num {
  margin-top: 5px;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
@media (max-width: 740px) {
  .c01_02 .left .left_num {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.c01_02 .left .left_r .c01_02_01 {
  margin-bottom: 50vh;
}
@media (max-width: 740px) {
  .c01_02 .left .left_r .c01_02_01 {
    margin-bottom: 100px;
  }
}
.c01_02 .left .left_r .c01_02_01 .titl01 {
  line-height: 1.75;
  font-size: clamp(2.5rem, 0.976rem + 2.059vw, 3.2rem);
  margin-bottom: 60px;
}
.c01_02 .left .left_r .c01_02_01 .titl02 {
  line-height: 1.9;
  font-size: 2.2rem;
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c01_02 .left .left_r .c01_02_01 .titl02 {
    margin-bottom: 40px;
  }
}
.c01_02 .left .left_r .c01_02_01 .titl03 {
  text-align: justify;
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
.c01_02 .left .left_r .c01_02_base {
  margin-bottom: 50vh;
}
@media (max-width: 740px) {
  .c01_02 .left .left_r .c01_02_base {
    margin-bottom: 100px;
  }
}
.c01_02 .left .left_r .c01_02_base.c01_02_04 {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c01_02 .left .left_r .c01_02_base.c01_02_04 {
    margin-bottom: 40px;
  }
}
.c01_02 .left .left_r .c01_02_base .titl01 {
  font-size: 1.2rem;
  margin-bottom: 50px;
}
.c01_02 .left .left_r .c01_02_base .titl01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #999;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c01_02 .left .left_r .c01_02_base .titl02 {
  line-height: 1.9;
  font-size: clamp(1.8rem, 1.365rem + 0.588vw, 2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c01_02 .left .left_r .c01_02_base .titl02 {
    margin-bottom: 40px;
  }
}
.c01_02 .left .left_r .c01_02_base .titl03 {
  text-align: justify;
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 50px;
}
.c01_02 .left .left_r .c01_02_base.c01_02_02 .time {
  width: 190px;
}
.c01_02 .left .left_r .c01_02_base.c01_02_03 .time {
  width: 80px;
}
.c01_02 .left .left_r .c01_02_base.c01_02_04 .time {
  width: 190px;
}
.c01_02 .left .left_r .c01_02_base .time {
  margin-bottom: 30px;
}
.c01_02 .left .left_r .c01_02_base .imgs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (max-width: 740px) {
  .c01_02 .left .left_r .c01_02_base .imgs {
    width: 100vw;
    margin-left: -7.5vw;
  }
}
@media (max-width: 740px) {
  .c01_02 .left .arrow_btn_g {
    margin-left: auto;
  }
}
@media (max-width: 740px) {
  .c01_02 .left .svg_spacer {
    aspect-ratio: 375/280;
    margin-top: 80px;
  }
}
.c01_02 #svg0203 {
  position: sticky;
  top: 115px;
  aspect-ratio: 628/670;
}
@media (max-width: 1080px) {
  .c01_02 #svg0203 {
    top: 66px;
  }
}
@media (max-width: 740px) {
  .c01_02 #svg0203 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    aspect-ratio: none;
    width: 100%;
    height: 0px;
    top: 100vh;
    opacity: 0;
  }
}
.c01_02 #svg0203 .map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 740px) {
  .c01_02 #svg0203 .map {
    top: auto;
    bottom: 0;
  }
}
.c01_02 #svg0203 #svg0203_ani {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 628/670;
}
@media (max-width: 740px) {
  .c01_02 #svg0203 #svg0203_ani {
    top: auto;
    bottom: 0;
    aspect-ratio: 375/280;
  }
}

.c01_03 {
  position: relative;
  margin-bottom: 200px;
}
@media (max-width: 740px) {
  .c01_03 {
    margin-bottom: 160px;
  }
}
@media (max-width: 740px) {
  .c01_03 .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c01_03 .left .left_num {
  margin-top: 5px;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
@media (max-width: 740px) {
  .c01_03 .left .left_num {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.c01_03 .left .left_r .titl01 {
  line-height: 1.75;
  font-size: clamp(2.5rem, 0.976rem + 2.059vw, 3.2rem);
  margin-bottom: 60px;
}
.c01_03 .left .left_r .titl02 {
  line-height: 1.9;
  font-size: 2.2rem;
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c01_03 .left .left_r .titl02 {
    margin-bottom: 40px;
  }
}
.c01_03 .left .left_r .titl03 {
  text-align: justify;
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c01_03 .left .left_r .titl03 {
    margin-bottom: 30px;
  }
}
.c01_03 .left .left_r .imgs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (max-width: 740px) {
  .c01_03 .left .left_r .imgs {
    width: 100vw;
    margin-left: -7.5vw;
  }
}
@media (max-width: 740px) {
  .c01_03 .left .svg_spacer {
    aspect-ratio: 375/280;
    margin-top: 80px;
  }
}
.c01_03 #svg04 {
  position: sticky;
  top: 115px;
  aspect-ratio: 628/670;
}
@media (max-width: 1080px) {
  .c01_03 #svg04 {
    top: 66px;
  }
}
@media (max-width: 740px) {
  .c01_03 #svg04 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    aspect-ratio: none;
    width: 100%;
    height: 0px;
    top: 100vh;
    opacity: 0;
  }
}
.c01_03 #svg04 .map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (max-width: 740px) {
  .c01_03 #svg04 .map {
    top: auto;
    bottom: 0;
  }
}
.c01_03 #svg04 #svg04_ani {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 628/670;
}
@media (max-width: 740px) {
  .c01_03 #svg04 #svg04_ani {
    top: auto;
    bottom: 0;
    aspect-ratio: 375/280;
  }
}

.c02 {
  color: #fff;
  background-color: #3c5249;
  padding-bottom: 200px;
}
@media (max-width: 740px) {
  .c02 {
    padding-bottom: 100px;
  }
}
.c02 .c02_01 {
  position: relative;
  width: 100%;
  background-image: url("../img/position/c02_main.webp");
  background-size: cover;
  background-position: bottom;
  padding: 190px 0;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c02 .c02_01 {
    background-image: url("../img/position/c02_main_sp.webp");
    padding: 120px 0;
    margin-bottom: 80px;
  }
}
.c02 .c02_01 .cap01 {
  position: absolute;
  top: 60px;
  left: 100px;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .c02 .c02_01 .cap01 {
    top: 40px;
    left: 15px;
  }
}
.c02 .c02_01 .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c02 .c02_01 .titl01 {
  line-height: 1.8;
  text-align: center;
  font-size: clamp(1.8rem, 0.494rem + 1.765vw, 2.4rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c02 .c02_01 .titl01 {
    margin-bottom: 40px;
  }
}
.c02 .c02_01 .txts01 {
  line-height: 2;
  text-align: center;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
.c02 .c02_02 {
  margin-bottom: 160px;
}
.c02 .c02_02 .titl01 {
  line-height: 1.9;
  text-align: center;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c02 .c02_02 .titl01 {
    margin-bottom: 60px;
  }
}
.c02 .c02_02 .boxs {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 740px) {
  .c02 .c02_02 .boxs {
    width: 100%;
    margin-bottom: 40px;
    grid-template-columns: 1fr;
  }
}
.c02 .c02_02 .txt01 {
  width: 85%;
  margin: 0 auto;
  line-height: 2;
  text-align: center;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
@media (max-width: 740px) {
  .c02 .c02_02 .txt01 {
    text-align: justify;
  }
}
.c02 .c02_03 {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 50% 470px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1106px) {
  .c02 .c02_03 {
    grid-template-columns: 50% 42.5%;
  }
}
@media (max-width: 740px) {
  .c02 .c02_03 {
    margin-bottom: 60px;
    grid-template-columns: 1fr;
  }
}
.c02 .c02_03 .txts {
  padding-left: 95px;
}
@media (max-width: 740px) {
  .c02 .c02_03 .txts {
    padding: 0 7.5%;
  }
}
.c02 .c02_03 .txts .titl01 {
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c02 .c02_03 .txts .titl01 {
    margin-bottom: 60px;
  }
}
.c02 .c02_03 .txts .img {
  width: 92.5vw;
  margin-left: -7.5vw;
  margin-bottom: 40px;
}
.c02 .c02_03 .txts .txt01 {
  line-height: 2;
  text-align: justify;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
.c02 .c02_04 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  width: 85%;
  max-width: 940px;
  margin: 0 auto 100px;
  padding: 100px 0;
  border-top: 1px solid #697f78;
  border-bottom: 1px solid #697f78;
}
@media (max-width: 740px) {
  .c02 .c02_04 {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 80px 0 60px;
    margin-bottom: 80px;
  }
}
.c02 .c02_04 .txts .titl01 {
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c02 .c02_04 .txts .titl01 {
    margin-bottom: 60px;
  }
}
.c02 .c02_04 .txts .txt01 {
  line-height: 2;
  text-align: justify;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
}
.c02 .c02_05 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.c02 .c02_05 .titl01 {
  text-align: center;
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c02 .c02_05 .titl01 {
    margin-bottom: 40px;
  }
}
.c02 .c02_05 .txt01 {
  text-align: center;
  line-height: 2;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c02 .c02_05 .txt01 {
    margin-bottom: 40px;
  }
}

.c03 .c03_01 {
  position: relative;
  width: 100%;
  padding: 250px 0 120px;
}
@media (max-width: 740px) {
  .c03 .c03_01 {
    padding: 180px 0 60px;
  }
}
.c03 .c03_01 .cap01 {
  position: absolute;
  top: 120px;
  left: 100px;
  font-size: 1.2rem;
}
@media (max-width: 740px) {
  .c03 .c03_01 .cap01 {
    top: 100px;
    left: 15px;
  }
}
.c03 .c03_01 .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #2d2d2b;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c03 .c03_01 .titl01 {
  line-height: 1.8;
  text-align: center;
  font-size: clamp(1.8rem, 0.494rem + 1.765vw, 2.4rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c03 .c03_01 .titl01 {
    margin-bottom: 40px;
  }
}
.c03 .c03_01 .txts01 {
  line-height: 2;
  text-align: center;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .c03 .c03_01 .txts01 {
    margin-bottom: 60px;
  }
}
.c03 .c03_01 .img {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.c03 .c03_02 {
  background-color: #c9bca9;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 740px) {
  .c03 .c03_02 {
    grid-template-columns: 1fr;
  }
}
.c03 .c03_02 .txts {
  padding: 0px 20%;
}
@media (max-width: 740px) {
  .c03 .c03_02 .txts {
    padding: 80px 7.5%;
  }
}
.c03 .c03_02 .txts .cap01 {
  font-size: 1.2rem;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .c03 .c03_02 .txts .cap01 {
    margin-bottom: 50px;
  }
}
.c03 .c03_02 .txts .cap01 span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #999;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}
.c03 .c03_02 .txts .titl01 {
  line-height: 1.9;
  font-size: clamp(1.8rem, 0.929rem + 1.176vw, 2.2rem);
  margin-bottom: 50px;
}
@media (max-width: 740px) {
  .c03 .c03_02 .txts .titl01 {
    margin-bottom: 40px;
  }
}
.c03 .c03_02 .txts .txt01 {
  line-height: 2;
  text-align: justify;
  font-size: clamp(1.4rem, 0.965rem + 0.588vw, 1.6rem);
  margin-bottom: 20px;
}
.c03 .c03_02 .txts .img {
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .c03 .c03_02 .txts .img {
    width: 90vw;
    margin-left: -2.5vw;
  }
}

.han {
  margin-bottom: 10px;
}
.han img {
  width: 250px;
}/*# sourceMappingURL=position.css.map */