@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.main_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .main_wrap {
    margin-bottom: 60px;
  }
}
.main_wrap .txts {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.main_wrap .txts .main_titl {
  text-align: center;
  font-size: clamp(2.8rem, -4.6rem + 10vw, 6.4rem);
  letter-spacing: 0.1em;
}

.top_txts {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .top_txts {
    margin-bottom: 30px;
  }
}
.top_txts .titl {
  line-height: 1.6;
  font-size: clamp(2rem, 0.356rem + 2.222vw, 2.8rem);
  margin-bottom: 50px;
}
.top_txts .txt {
  line-height: 2;
}
@media (max-width: 740px) {
  .top_txts .txt {
    letter-spacing: 0em;
  }
}

.pl_wrap {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .pl_wrap {
    margin-bottom: 40px;
  }
}
.pl_wrap .titl {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: clamp(1.8rem, 0.978rem + 1.111vw, 2.2rem);
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .pl_wrap .titl {
    margin-bottom: 40px;
  }
}
.pl_wrap .pl_btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 1100px) {
  .pl_wrap .pl_btns {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.pl_wrap .pl_btns .btn {
  width: 100%;
  height: 75px;
  display: grid;
  place-items: center;
  text-align: center;
  line-height: 1.44;
  font-size: clamp(1.3rem, 0.272rem + 1.389vw, 1.8rem);
  color: #fff;
  background-color: #bbbbbb;
}
.pl_wrap .pl_btns .btn.active {
  pointer-events: none;
  background-color: #c4b19b;
}
@media (max-width: 740px) {
  .pl_wrap .pl_btns .btn {
    height: 32px;
  }
}

.c01_01 {
  background-color: #cdc1b4;
  padding-bottom: 120px;
}
@media (max-width: 740px) {
  .c01_01 {
    padding-bottom: 60px;
  }
}
.c01_01 .main_img {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c01_01 .main_img {
    margin-bottom: 60px;
  }
}
.c01_01 .c_txts_top {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .c01_01 .c_txts_top {
    margin-bottom: 60px;
  }
}
.c01_01 .c_txts_top .titl01 {
  color: #fff;
  letter-spacing: 0.25em;
  line-height: 1.3;
  font-size: clamp(2.2rem, 0.967rem + 1.667vw, 2.8rem);
  margin-bottom: 50px;
}
.c01_01 .c_txts_top .titl02 {
  line-height: 1.6;
  font-size: clamp(1.8rem, 0.978rem + 1.111vw, 2.2rem);
  margin-bottom: 50px;
}
.c01_01 .c_txts_top .txt01 {
  line-height: 2;
}
@media (max-width: 740px) {
  .c01_01 .c_txts_top .txt01 {
    letter-spacing: 0em;
  }
}
.c01_01 .air_boxs .boxs_titl {
  display: grid;
  grid-template-columns: 60px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.c01_01 .air_boxs .boxs_titl .line {
  width: 100%;
  height: 1px;
  background-color: #514a4a;
  opacity: 0.5;
}
.c01_01 .air_boxs .boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c01_01 .air_boxs .boxs {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.c01_01 .air_boxs .boxs .box .po_img {
  margin-bottom: 15px;
}
.c01_01 .air_boxs .boxs .box .po_img .titl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.25em;
  text-align: center;
  color: #fff;
}
.c01_01 .air_boxs .boxs .box .txt01 {
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.c01_01 .air_boxs .boxs .box .txt02 {
  font-size: 2rem;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.c01_01 .air_boxs .boxs .box .txt03 {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.c01_02 {
  background-color: #cdc1b4;
  padding-bottom: 120px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c01_02 {
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
.c01_02 .main_img {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c01_02 .main_img {
    margin-bottom: 60px;
  }
}
.c01_02 .c_txts_top {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .c01_02 .c_txts_top {
    margin-bottom: 60px;
  }
}
.c01_02 .c_txts_top .titl01 {
  color: #fff;
  letter-spacing: 0.25em;
  line-height: 1.3;
  font-size: clamp(2.2rem, 0.967rem + 1.667vw, 2.8rem);
  margin-bottom: 50px;
}
.c01_02 .c_txts_top .titl02 {
  line-height: 1.6;
  font-size: clamp(1.8rem, 0.978rem + 1.111vw, 2.2rem);
  margin-bottom: 50px;
}
.c01_02 .c_txts_top .txt01 {
  line-height: 2;
}
@media (max-width: 740px) {
  .c01_02 .c_txts_top .txt01 {
    letter-spacing: 0em;
  }
}
.c01_02 .sin_boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c01_02 .sin_boxs {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.c01_02 .sin_boxs .box .po_img {
  margin-bottom: 17px;
}
.c01_02 .sin_boxs .box .po_img .titl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.25em;
  text-align: center;
  color: #fff;
}
.c01_02 .sin_boxs .box .txt01 {
  letter-spacing: 0;
  font-size: 2rem;
  margin-bottom: 15px;
}
.c01_02 .sin_boxs .box .txt01 span {
  font-size: 1.2rem;
}
.c01_02 .sin_boxs .box .txt02 {
  line-height: 1.3;
  font-size: 1.2rem;
}

.c02 {
  background-color: #cdc1b4;
  padding-bottom: 120px;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c02 {
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
.c02 .main_img {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c02 .main_img {
    margin-bottom: 60px;
  }
}
.c02 .c_txts_top {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .c02 .c_txts_top {
    margin-bottom: 60px;
  }
}
.c02 .c_txts_top .titl01 {
  color: #fff;
  letter-spacing: 0.25em;
  line-height: 1.3;
  font-size: clamp(2.2rem, 0.967rem + 1.667vw, 2.8rem);
  margin-bottom: 50px;
}
.c02 .c_txts_top .titl02 {
  line-height: 1.6;
  font-size: clamp(1.8rem, 0.978rem + 1.111vw, 2.2rem);
  margin-bottom: 50px;
}
.c02 .c_txts_top .txt01 {
  line-height: 2;
}
@media (max-width: 740px) {
  .c02 .c_txts_top .txt01 {
    letter-spacing: 0em;
  }
}
.c02 .c02_hyou01 {
  width: 924px;
  margin: 0 auto 30px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .c02 .c02_hyou01 {
    width: 90%;
  }
}
.c02 .c02_hyou01 .hyou01 {
  display: block;
}
@media (max-width: 740px) {
  .c02 .c02_hyou01 .hyou01 {
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
  }
}
.c02 .c02_hyou01 .hyou01 img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 740px) {
  .c02 .c02_hyou01 .hyou01 img {
    max-width: 924px;
    width: 924px;
    height: 544px;
  }
}
.c02 .c02_hyou01 .sw_icon {
  display: none;
  width: 56px;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 1;
}
@media (max-width: 740px) {
  .c02 .c02_hyou01 .sw_icon {
    display: block;
  }
}
.c02 .c02_hyou01_cap {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c02 .c02_hyou01_cap {
    margin-bottom: 80px;
  }
}
.c02 .c02_02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
}
@media (max-width: 740px) {
  .c02 .c02_02 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.c02 .c02_02 .txts .titl01 {
  line-height: 1.6;
  font-size: clamp(1.8rem, 0.978rem + 1.111vw, 2.2rem);
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .c02 .c02_02 .txts .titl01 {
    margin-bottom: 30px;
  }
}
.c02 .c02_02 .txts .txt01 {
  text-align: justify;
  line-height: 2;
  margin-bottom: 30px;
}

.c03 {
  background-color: #cdc1b4;
  padding: 120px 0;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .c03 {
    padding: 60px 0;
    margin-bottom: 40px;
  }
}
.c03 .main_img {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c03 .main_img {
    margin-bottom: 60px;
  }
}
.c03 .c_txts_top {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .c03 .c_txts_top {
    margin-bottom: 60px;
  }
}
.c03 .c_txts_top .titl01 {
  color: #fff;
  letter-spacing: 0.25em;
  line-height: 1.3;
  font-size: clamp(2.2rem, 0.967rem + 1.667vw, 2.8rem);
  margin-bottom: 50px;
}
.c03 .c_txts_top .titl02 {
  line-height: 1.6;
  font-size: clamp(1.8rem, 0.978rem + 1.111vw, 2.2rem);
  margin-bottom: 50px;
}
.c03 .c_txts_top .txt01 {
  line-height: 2;
}
@media (max-width: 740px) {
  .c03 .c_txts_top .txt01 {
    letter-spacing: 0em;
  }
}
.c03 .c03_map_wrap {
  width: 100%;
  margin: 0 auto 120px;
  overflow: hidden;
}
@media (max-width: 740px) {
  .c03 .c03_map_wrap {
    margin-bottom: 60px;
  }
}
.c03 .c03_map_wrap .c03_map {
  display: block;
}
@media (max-width: 740px) {
  .c03 .c03_map_wrap .c03_map {
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
  }
}
.c03 .c03_map_wrap .c03_map img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 740px) {
  .c03 .c03_map_wrap .c03_map img {
    max-width: 800px;
    width: 800px;
    height: 400px;
  }
}
.c03 .c03_map_wrap .sw_icon {
  display: none;
  width: 56px;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 1;
}
@media (max-width: 740px) {
  .c03 .c03_map_wrap .sw_icon {
    display: block;
  }
}
.c03 .c03_base {
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .c03 .c03_base {
    margin-bottom: 60px;
  }
}
.c03 .c03_base.last {
  margin-bottom: 0;
}
.c03 .c03_base .main_img {
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .c03 .c03_base .main_img {
    margin-bottom: 30px;
  }
}
.c03 .c03_base .txts {
  width: 75%;
}
@media (max-width: 1100px) {
  .c03 .c03_base .txts {
    width: 100%;
  }
}
.c03 .c03_base .txts .pin {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .c03 .c03_base .txts .pin {
    margin-bottom: 30px;
  }
}
.c03 .c03_base .txts .titl01 {
  line-height: 1.6;
  font-size: clamp(1.8rem, 0.978rem + 1.111vw, 2.2rem);
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .c03 .c03_base .txts .titl01 {
    margin-bottom: 30px;
  }
}
.c03 .c03_base .txts .txt01 {
  text-align: justify;
  line-height: 2;
  margin-bottom: 30px;
}
.c03 .c03_base .boxs {
  margin-top: 50px;
  display: grid;
}
.c03 .c03_base .boxs.three {
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media (max-width: 740px) {
  .c03 .c03_base .boxs.three {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.c03 .c03_base .boxs.two {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 740px) {
  .c03 .c03_base .boxs.two {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media (max-width: 740px) {
  .c03 .c03_base .boxs {
    margin-top: 40px;
  }
}
.c03 .c03_base .boxs .box .txt01 {
  margin-top: 15px;
  line-height: 1.3;
  font-size: 1.4rem;
}

.cv_btn_req {
  width: 550px;
  height: 80px;
  margin: 0 auto 120px;
  background-color: #c4b19b;
  color: #fff;
  display: grid;
  place-items: center;
}
@media (max-width: 740px) {
  .cv_btn_req {
    width: 90%;
    height: 50px;
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=position.css.map */