@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Noto+Serif:wght@500;700&family=Oswald:wght@600");
body {
  padding-top: 100px !important;
}
@media (max-width: 991px) {
  body {
    padding-top: 60px !important;
  }
}
body main section {
  background: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

a {
  text-decoration: none;
}

.ttl_cmn_wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.ttl_cmn_en {
  font-size: 70px;
  line-height: 1;
  font-family: "Times New Roman", serif;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .ttl_cmn_en {
    font-size: 50px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .ttl_cmn_en {
    font-size: 40px;
  }
}

.ttl_cmn_ja {
  font-size: 25px;
}
@media (max-width: 991px) {
  .ttl_cmn_ja {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ttl_cmn_ja {
    font-size: 14px;
  }
}

.text_cmn_wrap {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .text_cmn_wrap {
    margin-top: 40px;
  }
}

.text_cmn_ttl {
  font-size: 35px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .text_cmn_ttl {
    font-size: 24px;
  }
}

.text_cmn_text {
  margin-top: 20px;
  line-height: 1.9;
}
@media (max-width: 991px) {
  .text_cmn_text {
    font-size: 16px;
    line-height: 1.7;
  }
}

.ttl_bg_b {
  font-size: 35px;
  text-align: center;
  background: #231815;
  color: #fff;
  padding: 1.3rem 0;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .ttl_bg_b {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ttl_bg_b {
    font-size: 20px;
    padding: 1rem 0;
  }
}

.btn_cmn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 60px;
  border: 1px solid #231815;
  padding-right: 60px;
  position: relative;
  font-size: 15px;
}
.btn_cmn a::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 66px;
  height: 16px;
  background: url(../img/arrow.png) top left/contain no-repeat;
}

.fv {
  position: relative;
  background: url(../img/fv_bg.jpg) center center/cover no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv {
    background: url(../img/fv_bg_sp.jpg) center center/cover no-repeat;
  }
}

.fv_wrap {
  position: relative;
}

.fv_text_wrap {
  padding: 6vh 0 16vh;
  width: 70%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .fv_text_wrap {
    padding: 6vh 0 39vh;
    width: 100%;
  }
}

.fv_ttl {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .fv_ttl {
    margin: 0 auto 15px 0;
    max-width: 400px;
  }
}

.fv_text1 {
  margin: 0;
  width: 11.5%;
  margin-left: 5%;
}
@media (max-width: 767px) {
  .fv_text1 {
    width: 90%;
    margin-left: 0;
  }
}

.fv_ttl_b {
  max-width: 530px;
  mix-blend-mode: multiply;
}
.fv_text_box {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: 5vh;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .fv_text_box {
    margin-top: 3vh;
    justify-content: center;
  }
}

.fv_text2 {
  margin: 0;
  width: 7%;
}
@media (max-width: 767px) {
  .fv_text2 {
    width: 90%;
  }
}

.fv_logo {
  margin: 0;
  width: 16%;
  position: absolute;
  top: 6vh;
  right: 0;
}
@media (max-width: 767px) {
  .fv_logo {
    top: auto;
    bottom: 2vh;
    width: 38%;
    left: 31%;
  }
}

.fv_img {
  width: 69%;
  max-width: 1140px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .fv_img {
    width: 100%;
    bottom: 8vh;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fv_img img {
  width: 100%;
}

.fv_text1,
.fv_text2,
.fv_ttl,
.fv_logo {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 3s ease-out, transform 3s ease-out;
}
.fv_text1.fade-up,
.fv_text2.fade-up,
.fv_ttl.fade-up,
.fv_logo.fade-up {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.fv_bg_img {
  width: 46%;
  max-width: 760px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 3s ease-in-out;
}
.fv_bg_img img {
  width: 33%;
  opacity: 0;
  transition: opacity 3s ease-in-out;
}
@media (max-width: 767px) {
  .fv_bg_img {
    width: 100%;
  }
}

.fv_sd {
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  left: 2%;
  height: 110px;
  bottom: 1rem;
  letter-spacing: 3px;
  font-size: 12px;
  display: block;
  font-family: "Times New Roman", serif;
}
@media (max-width: 767px) {
  .fv_sd {
    bottom: 5vh;
    left: 1%;
    color: #fff;
    font-size: 10px;
  }
}

.fv_sd::before {
  content: "";
  height: 80px;
  width: 0.7px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -100px;
}
@media (max-width: 767px) {
  .fv_sd::before {
    background: #fff;
  }
}

.fv_sd::after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50vh;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100px);
  animation: circlemove 3s ease-in-out infinite;
  will-change: transform;
  top: 0;
}
@media (max-width: 767px) {
  .fv_sd::after {
    background: #fff;
  }
}

@keyframes circlemove {
  0% {
    transform: translate(-50%, -100px);
  }
  100% {
    transform: translate(-50%, -20px);
  }
}
@media (max-width: 767.99px) {
  .fv_sd::before {
    height: 60px;
    top: -80px;
  }
  .fv_sd::after {
    height: 6px;
    width: 6px;
    border-radius: 50vh;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -80px);
    animation: circlemove2 3s ease-in-out infinite;
    will-change: transform;
  }
  @keyframes circlemove2 {
    0% {
      transform: translate(-50%, -80px);
    }
    100% {
      transform: translate(-50%, -20px);
    }
  }
}

.worries {
  padding: 100px 0 0;
}
@media (max-width: 767px) {
  .worries {
    padding: 80px 0 0;
  }
}

.worries_ttl {
  font-size: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .worries_ttl {
    font-size: 24px;
  }
}

.worries_subttl {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .worries_subttl {
    font-size: 16px;
  }
}

.worries_wrap {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .worries_wrap {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}

.worries_item {
  width: calc((100% - 2rem) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFEEEE;
  padding: 2.2rem 0;
  margin-bottom: 1rem;
  border-radius: 0 10px 0 10px;
  box-shadow: 5px 5px 0 #c5c5c5;
  opacity: 0;
  transition: 1s linear;
  transform: translateY(20px);
}
@media (max-width: 991px) {
  .worries_item {
    width: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 767px) {
  .worries_item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    padding: 10px 0;
    flex-wrap: wrap;
    box-shadow: 3px 3px 0 #c5c5c5;
  }
}
.worries_item.is_active,
.works_item.is_active {
  opacity: 1;
  transform: translateY(0);
}

.worries_item_img {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .worries_item_img {
    height: 34px;
  }
}
@media (max-width: 767px) {
  .worries_item_img img {
    max-height: 100%;
    max-width: 54px;
  }
}

.worries_item_text {
  padding-left: 30px;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media (max-width: 991px) {
  .worries_item_text {
    padding-left: 10px;
    font-size: 15px;
    width: 54%;
  }
}
@media (max-width: 767px) {
  .worries_item_text {
    width: 100%;
    line-height: 1.4;
    margin-top: 8px;
    font-size: 13px;
    padding-left: 0;
  }
}

.worries_staff {
  position: absolute;
  bottom: 0;
  left: -60px;
  width: 12%;
}
@media (max-width: 991px) {
  .worries_staff {
    width: 17%;
  }
}
@media (max-width: 767px) {
  .worries_staff {
    left: 50%;
    width: 72px;
    transform: translateX(-50%);
  }
}

.lead {
  background: url(../img/worries_text_bg_go.jpg) center center/cover no-repeat;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .lead {
    padding: 30px 0;
  }
}

.lead_ttl {
  font-size: 40px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .lead_ttl {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .lead_ttl {
    font-size: 20px;
  }
}

.lead_text {
  margin-top: 1.5rem;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .lead_text {
    font-size: 16px;
  }
}

.lead_text_bottom {
  font-size: 54px;
  color: #f0844a;
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .lead_text_bottom {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .lead_text_bottom {
    font-size: 24px;
  }
}

.palla_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.palla_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.palla_show {
  padding-top: 45.15%;
  background: transparent;
}
@media (max-width: 991px) {
  .palla_show {
    height: 70vh;
  }
}

.feature {
  padding: 120px 0 140px;
  background: url(../img/features_bg.jpg) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .feature {
    padding: 80px 0 70px;
  }
}

.feature_ttl {
  font-size: 54px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .feature_ttl {
    font-size: 30px;
  }
}

.feature_text {
  font-size: 20px;
}
@media (max-width: 991px) {
  .feature_text {
    font-size: 16px;
    margin-top: 10px;
  }
}

.feature_wrap {
  margin-top: 40px;
}

.feature_item {
  margin-bottom: 30px;
  padding: 2.5rem;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature_item:nth-child(2n-1) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .feature_item {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .feature_item {
    padding: 1rem;
  }
}

.feature_item_img {
  width: 48%;
}
@media (max-width: 767px) {
  .feature_item_img {
    width: 100%;
  }
}

.feature_item_text_wrap {
  width: 48%;
}
@media (max-width: 767px) {
  .feature_item_text_wrap {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.feature_item_ttl {
  font-size: 34px;
  text-align: center;
  background: #231815;
  color: #fff;
  padding: 12px 0;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .feature_item_ttl {
    font-size: 20px;
    padding: 8px 0;
  }
}

.feature_item_text {
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 0.15em;
}
@media (max-width: 991px) {
  .feature_item_text {
    margin-top: 10px;
    font-size: 16px;
  }
}

.advantage {
  padding: 150px 0 120px;
}
@media (max-width: 767px) {
  .advantage {
    padding: 100px 0 60px;
  }
}
.advantage .text_cmn_wrap {
  margin-top: 40px;
}

.advantage_ttl {
  font-size: 45px;
}
@media (max-width: 991px) {
  .advantage_ttl {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .advantage_ttl {
    font-size: 24px;
  }
}

.advantage_subttl {
  margin-top: 1.5rem;
}
.advantage_subttl .num {
  font-size: 55px;
  font-weight: bold;
  color: #f0844a;
  line-height: 1.2;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .advantage_subttl .num {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .advantage_subttl .num {
    font-size: 35px;
  }
}

.merit_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.merit_item {
  border-radius: 15px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  position: relative;
  background: #647883;
  width: 23%;
}
@media (max-width: 991px) {
  .merit_item {
    height: 140px;
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .merit_item {
    width: 48%;
    margin-bottom: 20px;
  }
}

.merit_item_num {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Times New Roman", serif;
  color: #fff;
  background: #231815;
  font-size: 35px;
}
@media (max-width: 991px) {
  .merit_item_num {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}

.merit_item_ttl {
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 991px) {
  .merit_item_ttl {
    font-size: 20px;
  }
}

.advantage_wrap {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px min(4.2vw, 30px);
}
@media (max-width: 991px) {
  .advantage_wrap {
    gap: 30px 10px;
  }
}
@media (max-width: 767px) {
  .advantage_wrap {
    margin-top: 60px;
  }
}

.advantage_wrap label {
  font-size: 25px;
  flex: unset;
  gap: 30px;
  justify-content: flex-start;
  padding: 0 0 16px;
  width: 22%;
  border-bottom: 3px solid #a2a2a2;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  order: -1;
  flex: 1 1 auto;
  position: relative;
  padding: 0 0 8px;
  text-align: center;
  opacity: 0.4;
  transition: 0.3s all;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .advantage_wrap label {
    gap: 1rem;
    width: 22%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .advantage_wrap label {
    justify-content: space-between;
    width: 48%;
    display: none !important;
  }
}
.advantage_wrap label .advantage_item_num {
  font-size: 34px;
  font-family: "Times New Roman", serif;
  color: #fff;
  background: #231815;
  line-height: 1;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .advantage_wrap label .advantage_item_num {
    font-size: 24px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .advantage_wrap label .advantage_item_label {
    width: calc(100% - 1rem - 45px);
  }
}
.advantage_wrap label small {
  font-size: 80%;
}

@media screen and (min-width: 769px) {
  .advantage_wrap label {
    font-size: 25px;
    flex: unset;
    gap: 30px;
    justify-content: flex-start;
    padding: 0 0 16px;
    width: 22%;
  }
}
.advantage_wrap label:has(:checked) + div {
  display: flex;
  flex-direction: column;
}

.advantage_wrap label img {
  width: 40px;
}

@media screen and (min-width: 769px) {
  .advantage_wrap label img {
    width: min(3.7vw, 70px);
  }
}
.advantage_wrap > label:hover, .advantage_wrap label:has(:checked) {
  border-bottom: 3px solid #1a1a1a;
  opacity: 1;
}

.advantage_wrap > label:hover::after, .advantage_wrap label:has(:checked)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-top: 16px solid #1a1a1a;
  border-bottom: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.advantage_wrap input {
  display: none;
}

.advantage_wrap > div {
  display: none;
  width: 100%;
}
@media (max-width: 767px) {
  .advantage_wrap > div {
    display: block !important;
  }
}

.advantage_wrap .tab-content .ttl {
  font-size: 13px;
  line-height: 1.31;
  margin-bottom: 12px;
}

@media screen and (min-width: 769px) {
  .advantage_wrap .tab-content .ttl {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.advantage_wrap .tab-content .ttl .en {
  font-size: 40px;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 769px) {
  .advantage_wrap .tab-content .ttl .en {
    font-size: 72px;
    margin-right: min(3%, 36px);
  }
}
.advantage_wrap .tab-content .img-flexbox {
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .advantage_wrap .tab-content .img-flexbox {
    gap: 20px;
  }
}
.advantage_wrap .tab-content .img-flexbox #mainImg {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .advantage_wrap .tab-content .img-flexbox #mainImg {
    width: 74.5%;
  }
}
.advantage_wrap .tab-content .img-flexbox #mainImg img {
  transition: opacity 0.2s ease;
  opacity: 1;
  display: block;
}

.advantage_wrap .tab-content .img-flexbox #subImg {
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .advantage_wrap .tab-content .img-flexbox #subImg {
    gap: 15px;
    width: 23%;
  }
}
.advantage_wrap .tab-content .img-flexbox #subImg li {
  opacity: 0.3;
  width: 31%;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .advantage_wrap .tab-content .img-flexbox #subImg li {
    width: 100%;
  }
}
.advantage_wrap .tab-content .img-flexbox #subImg .current {
  opacity: 1;
}

.advantage_wrap .tab-content .img-flexbox #subImg:hover {
  opacity: 1;
}

.advantage_wrap .tab-content .txt {
  font-size: 13px;
  line-height: 1.31;
  margin-top: 12px;
}

@media screen and (min-width: 769px) {
  .advantage_wrap .tab-content .txt {
    font-size: 16px;
    margin-top: 24px;
  }
}
.advantage_item_l {
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .advantage_item_l {
    padding-bottom: 0;
  }
}

.advantage_item_ttl_wrap {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 767px) {
  .advantage_item_ttl_wrap {
    display: block;
  }
}

.advantage_item_ttl {
  font-size: 25px;
}
@media (max-width: 991px) {
  .advantage_item_ttl {
    font-size: 16px;
  }
}
.advantage_item_ttl .num {
  font-size: 120px;
  line-height: 1;
  font-family: "Times New Roman", serif;
}
@media (max-width: 991px) {
  .advantage_item_ttl .num {
    font-size: 60px;
  }
}
.advantage_item_ttl small {
  font-size: 80%;
}

.advantage_item_subttl {
  margin-top: 30px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .advantage_item_subttl {
    margin-top: 1rem;
  }
}
.advantage_item_subttl span {
  font-size: 35px;
  border-bottom: 1px solid #231815;
  padding-bottom: 4px;
  display: inline-block;
}
.advantage_item_subttl span:first-child {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .advantage_item_subttl span:first-child {
    margin-bottom: 4px;
  }
}
@media (max-width: 991px) {
  .advantage_item_subttl span {
    font-size: 20px;
  }
}

.advantage_item_img {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .advantage_item_img {
    max-width: 62%;
  }
}
@media (max-width: 767px) {
  .advantage_item_img {
    max-width: 100%;
    margin-top: 1.5rem;
  }
}

.advantage_merit_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .advantage_merit_wrap {
    margin-top: 40px;
  }
}

.advantage_merit {
  width: 31%;
  padding: 2rem;
  background: #efeeee;
}
@media (max-width: 991px) {
  .advantage_merit {
    padding: 1rem;
    width: 32%;
  }
}
@media (max-width: 767px) {
  .advantage_merit {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.advantage_merit_num_wrap {
  text-align: center;
  border-bottom: 1px solid #231815;
  display: flex;
  align-items: flex-end;
  padding: 0 6px;
  width: fit-content;
  margin: 0 auto;
}

.advantage_merit_point {
  font-size: 15px;
}

.advantage_merit_num {
  font-size: 22px;
  line-height: 1.4;
  margin-left: 10px;
}

.advantage_merit_ttl {
  text-align: center;
  margin-top: 20px;
  font-size: 23px;
  line-height: 1.4;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .advantage_merit_ttl {
    font-size: 14px;
    margin-top: 10px;
    min-height: 51px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .advantage_merit_ttl {
    min-height: auto;
    font-size: 18px;
  }
}

.advantage_merit_text {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .advantage_merit_text {
    margin-top: 6px;
    font-size: 13px;
  }
}

.life {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .life {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .life_ttl {
    font-size: 18px;
  }
}

.life_subttl {
  font-size: 30px;
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .life_subttl {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .life_subttl {
    margin-top: 1rem;
  }
}

.life_img1 {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .life_img1 {
    margin-top: 1rem;
  }
}

.life_item1 {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .life_item1 {
    margin-top: 2rem;
  }
}

.life_item_ttl {
  font-size: 22px;
}
@media (max-width: 991px) {
  .life_item_ttl {
    font-size: 18px;
  }
}

.life_item1_img {
  padding: 2rem;
  margin-top: 10px;
  border: 1px solid #231815;
}
@media (max-width: 767px) {
  .life_item1_img {
    padding: 10px;
  }
}

.life_item2 {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .life_item2 {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .life_item2_scroll_wrap {
    overflow: scroll;
  }
}

@media (max-width: 767px) {
  .life_item2_scroll {
    width: 800px;
  }
}

.life_item2_img {
  margin-top: 10px;
}
.life_item2_img img {
  display: block;
}

.life_item2_text_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 6px 0;
}

.life_item2_text_l {
  font-size: 15px;
  letter-spacing: 0.04em;
}
@media (max-width: 991px) {
  .life_item2_text_l {
    font-size: 12px;
  }
}

.life_item2_text_r {
  font-size: 13px;
  margin-left: auto;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .life_item2_text_r {
    font-size: 10px;
  }
}

.life_item2_bottom {
  border-top: 1px solid #231815;
  padding-top: 4px;
  text-align: right;
  font-size: 13px;
}
@media (max-width: 991px) {
  .life_item2_bottom {
    font-size: 10px;
  }
}

.life_item3 {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .life_item3 {
    margin-top: 2.5rem;
  }
}

.life_item3_wrap {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.life_item3_box {
  width: 32%;
  border: 1px solid #f0844a;
}
@media (max-width: 767px) {
  .life_item3_box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .life_item3_box + .life_item3_box {
    margin-top: 1rem;
  }
}
.life_item3_box .ttl {
  background: #f0844a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1.4;
  height: 90px;
}
@media (max-width: 991px) {
  .life_item3_box .ttl {
    font-size: 17px;
    height: 66px;
  }
}
.life_item3_box .text {
  padding: 1rem;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .life_item3_box .text {
    font-size: 15px;
    padding: 10px;
  }
}

.design {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .design {
    padding: 80px 0;
  }
}

.design_wrap {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .design_wrap {
    margin-top: 40px;
  }
}

.design_item_ttl {
  font-size: 22px;
}
@media (max-width: 991px) {
  .design_item_ttl {
    font-size: 18px;
  }
}

.design_img_wrap {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .design_img_wrap {
    margin-top: 0.5rem;
  }
}

.design_img {
  margin-bottom: 2.5rem;
  width: calc((100% - 2.5rem) / 2);
}
@media (max-width: 991px) {
  .design_img {
    margin-bottom: 1rem;
    width: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 767px) {
  .design_img {
    margin-bottom: 0.5rem;
    width: calc((100% - 0.5rem) / 2);
  }
}

.design_item + .design_item {
  margin-top: 1rem;
}

.plan {
  padding: 110px 0 150px;
  background: #696f81;
}
@media (max-width: 767px) {
  .plan {
    padding: 80px 0;
  }
}
.plan .ttl_cmn_wrap,
.plan .text_cmn_ttl {
  color: #fff;
}
.plan_wrap {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .plan_wrap {
    margin-top: 20px;
  }
}
.plan_wrap .slick-track {
  display: flex;
}
.plan_wrap .slick-slide {
  height: auto !important;
  background: #fff;
}
.plan_wrap .slick-arrow {
  width: 60px;
  height: 60px;
  z-index: 1;
}
@media (max-width: 767px) {
  .plan_wrap .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.plan_wrap .slick-arrow::before {
  content: none;
}
.plan_wrap .slick-prev {
  left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .plan_wrap .slick-prev {
    top: auto;
    bottom: -65px;
    left: calc(50% - 70px);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .plan_wrap .slick-prev::before {
    content: "Back";
    font-size: 12px;
    color: #333;
    font-family: auto;
    margin-right: 8px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .plan_wrap .slick-prev img {
    width: 30px;
    height: 30px;
  }
}
.plan_wrap .slick-next {
  right: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .plan_wrap .slick-next {
    top: auto;
    bottom: -65px;
    right: calc(50% - 70px);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .plan_wrap .slick-next::after {
    content: "Next";
    font-size: 12px;
    color: #333;
    font-family: auto;
    margin-left: 8px;
  }
}
.plan_wrap .slick-next img {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .plan_wrap .slick-next img {
    width: 30px;
    height: 30px;
  }
}
.plan .plan_wrap .slick-prev::before,
.plan .plan_wrap .slick-next::after {
  color: #fff;
}

.plan_item_title {
  padding: 0 30px;
  background: #000;
  color: #fff;
  font-size: 65px;
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .plan_item_title {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .plan_item_title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .plan_item_title {
    font-size: 26px;
  }
}

.plan_item_title_num {
  position: absolute;
  font-size: 23px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .plan_item_title_num {
    left: 1rem;
    font-size: 12px;
  }
}
.plan_item_title_num .num {
  font-size: 37px;
}
@media (max-width: 767px) {
  .plan_item_title_num .num {
    font-size: 18px;
  }
}

.plan_item_wrap {
  padding: 60px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .plan_item_wrap {
    padding: 2rem 1rem;
  }
}

.plan_detail {
  width: 46%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .plan_detail {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .plan_detail {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .plan_detail + .plan_detail {
    margin-top: 30px;
  }
}

.plan_detail_top {
  flex: 1;
}

.plan_item_floor {
  font-size: 25px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .plan_item_floor {
    font-size: 18px;
  }
}

.plan_item_floor_num {
  font-size: 35px;
}
@media (max-width: 767px) {
  .plan_item_floor_num {
    font-size: 25px;
  }
}

.plan_equipment {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.plan_equipment_l {
  width: 34%;
}
@media (max-width: 991px) {
  .plan_equipment_l {
    width: 47%;
  }
}

.plan_equipment_r {
  width: 64%;
}
@media (max-width: 991px) {
  .plan_equipment_r {
    width: 50%;
  }
}

.plan_item4 .plan_equipment_l,
.plan_item4 .plan_equipment_r {
  width: 49%;
}

.plan_equipment_ttl {
  font-size: 12px;
}

.plan_equipment_text {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 10px;
}

.plan_equipment_num {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 10px;
  text-align: right;
}

.plan_item_area {
  margin-top: 30px;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .plan_item_area {
    margin-top: 1rem;
  }
}

.plan_item_price {
  margin-top: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .plan_item_price {
    margin-top: 10px;
  }
}
.plan_item_price .plan_item_price_ttl {
  font-size: 18px;
}
@media (max-width: 991px) {
  .plan_item_price .plan_item_price_ttl {
    font-size: 16px;
  }
}
.plan_item_price .plan_item_price_num {
  font-size: 25px;
}
@media (max-width: 991px) {
  .plan_item_price .plan_item_price_num {
    font-size: 20px;
  }
}

.works {
  padding: 150px 0 0;
}
@media (max-width: 767px) {
  .works {
    padding: 80px 0 0;
  }
}

.works_wrap {
  margin-top: 60px;
  display: flex;
  gap: 5px;
}
@media (max-width: 991px) {
  .works_wrap {
    gap: 2px;
  }
}
@media (max-width: 767px) {
  .works_wrap {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}

.works_wrap_item1 {
  width: 55.83%;
  display: grid;
  grid-template-columns: 36.73fr 25.33fr 37.94fr;
  grid-template-rows: auto auto auto;
  gap: 5px;
}
@media (max-width: 991px) {
  .works_wrap_item1 {
    gap: 2px;
  }
}
@media (max-width: 767px) {
  .works_wrap_item1 {
    width: 100%;
  }
}

.works_wrap_item2 {
  width: 44.17%;
  display: grid;
  grid-template-columns: 41.27fr 58.73fr;
  grid-template-rows: auto auto auto;
  gap: 5px;
}
@media (max-width: 991px) {
  .works_wrap_item2 {
    gap: 2px;
  }
}
@media (max-width: 767px) {
  .works_wrap_item2 {
    width: 100%;
  }
}

.works_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works_item1 {
  grid-column: 1/4;
  grid-row: 1/3;
}

.works_item2 {
  grid-column: 1/2;
  grid-row: 3/4;
}

.works_item3 {
  grid-column: 2/3;
  grid-row: 3/4;
}

.works_item4 {
  grid-column: 3/4;
  grid-row: 3/4;
}

.works_item5 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.works_item6 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.works_item7 {
  grid-column: 1/3;
  grid-row: 2/4;
}

.event {
  padding: 140px 0;
}
@media (max-width: 767px) {
  .event {
    padding: 80px 0;
  }
}

.event_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .event_wrap {
    margin-top: 40px;
  }
}
.event_wrap::after {
  content: "";
  width: 30%;
}

.event_item {
  width: 30%;
}
@media (max-width: 767px) {
  .event_item {
    width: 100%;
  }
  .event_item + .event_item {
    margin-top: 50px;
  }
}

.event_item_img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.event_item_ttl {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.event_item_date {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.qa {
  padding: 100px 0 140px;
  background: url(../img/qa_bg_go.jpg) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .qa {
    padding: 80px 0;
  }
}

.qa_wrap {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .qa_wrap {
    margin-top: 40px;
  }
}

.qa_item + .qa_item {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .qa_item + .qa_item {
    margin-top: 20px;
  }
}

.q_item {
  background: #fff;
  font-size: 25px;
  padding: 1.3rem;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 991px) {
  .q_item {
    font-size: 18px;
    padding: 0.8rem;
  }
}
@media (max-width: 767px) {
  .q_item {
    padding: 0.5rem;
    padding-left: 3.5rem;
    text-indent: -3rem;
  }
}

.a_item {
  font-size: 18px;
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .a_item {
    font-size: 16px;
    padding: 0.8rem 0 0;
  }
}

.q_item_text {
  margin-left: 1rem;
  padding-left: 1.5rem;
  border-left: 1px solid #231815;
}
@media (max-width: 991px) {
  .q_item_text {
    margin-left: 0.5rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .q_item_text {
    margin-left: 0;
    padding-left: 0.5rem;
  }
}

.area {
  padding: 70px 0 120px;
}
@media (max-width: 767px) {
  .area {
    padding: 80px 0;
  }
}

.area_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.area_text_wrap {
  width: 44%;
}
@media (max-width: 991px) {
  .area_text_wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .area_text_wrap {
    width: 100%;
  }
}

.area_img {
  width: 51%;
}
@media (max-width: 991px) {
  .area_img {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .area_img {
    width: 100%;
  }
}

.area_text {
  margin-top: 40px;
}
.area_text p {
  line-height: 2.9375;
}
@media (max-width: 991px) {
  .area_text p {
    line-height: 2;
  }
}

.btn_area {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .btn_area {
    margin-top: 40px;
  }
}

.company {
  padding: 120px 0;
  background: #696f81;
}
@media (max-width: 767px) {
  .company {
    padding: 80px 0;
  }
}

.company_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.company_text_wrap {
  width: 60%;
}
@media (max-width: 767px) {
  .company_text_wrap {
    width: 100%;
  }
}

.company_img {
  width: 36%;
}
@media (max-width: 767px) {
  .company_img {
    width: 100%;
    margin-top: 30px;
  }
}

.company_text {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .company_text {
    margin-top: 40px;
  }
}
.company_text p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 991px) {
  .company_text p {
    font-size: 16px;
  }
}

.company_text_ttl {
  font-size: 25px;
}
@media (max-width: 991px) {
  .company_text_ttl {
    font-size: 20px;
  }
}

.company_map {
  width: 100%;
  height: 450px;
  margin-top: 60px;
  position: relative;
}
.company_map iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.staff {
  padding: 160px 0 190px;
}
@media (max-width: 767px) {
  .staff {
    padding: 80px 0;
  }
}

.staff_wrap {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .staff_wrap {
    margin-top: 40px;
  }
}
.staff_wrap::before, .staff_wrap::after {
  content: "";
  order: 1;
  width: 22%;
}

.staff_item {
  width: 30%;
}
@media (max-width: 767px) {
  .staff_item {
    width: 48%;
    margin-bottom: 30px;
  }
}

.staff_item_img img {
  aspect-ratio: 33/35;
  object-fit: cover;
}

.staff_item_name {
  font-size: 22px;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .staff_item_name {
    font-size: 16px;
    margin-top: 10px;
  }
}

.contact {
  padding: 110px 0 150px;
  background: url(../img/bg_design.jpg) center center/cover no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact {
    padding: 80px 0;
  }
}

.contact_step {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contact_step {
    margin-top: 40px;
  }
}

.contact_step_item {
  display: flex;
  align-items: center;
}
.contact_step_item:not(:first-child) {
  margin-left: 60px;
}
@media (max-width: 991px) {
  .contact_step_item:not(:first-child) {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .contact_step_item:not(:first-child) {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .contact_step_item {
    width: 100%;
  }
}

.contact_step_item_num {
  font-size: 25px;
  color: #fff;
  background: #231815;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 991px) {
  .contact_step_item_num {
    font-size: 22px;
    width: 40px;
    height: 40px;
  }
}

.contact_step_item_text {
  margin-left: 10px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .contact_step_item_text {
    font-size: 18px;
  }
}

.contact_form,
.confirm_area,
.thanks_area {
  margin-top: 60px;
  background: #fff;
  padding: 60px 3rem;
}
@media (max-width: 991px) {
  .contact_form,
  .confirm_area,
  .thanks_area {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .contact_form,
  .confirm_area,
  .thanks_area {
    padding: 2rem 1rem;
  }
}

.form_wrap {
  margin: 0 auto;
  max-width: 850px;
}

.form_note {
  font-size: 18px;
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .form_note {
    font-size: 14px;
  }
}

.form_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #9a9a9a;
}
.form_item:nth-child(2) {
  border-top: 1px solid #9a9a9a;
}

.form_item_block {
  display: block;
}
.form_item_block .form_item_input {
  margin-top: 6px;
  width: 100%;
}

.form_item_inquiry {
  border-bottom: none;
}

.form_item_label {
  width: 30%;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .form_item_label {
    width: 100%;
  }
}

.require {
  color: #d96929;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  margin-left: 10px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .require {
    font-size: 12px;
    vertical-align: text-bottom;
  }
}

.form_item_input {
  width: 70%;
}
@media (max-width: 767px) {
  .form_item_input {
    width: 100%;
    margin-top: 10px;
  }
}

[data-confirm-label=郵便番号] {
  display: flex;
}

[data-field-name=postal_code] {
  width: 200px;
}
@media (max-width: 767px) {
  [data-field-name=postal_code] {
    width: 130px;
  }
}

.pastal_code_text {
  line-height: 1.4;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .pastal_code_text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .pastal_code_text {
    font-size: 10px;
    margin-left: 4px;
  }
}

[data-confirm-label=建設予定地の面積] {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  [data-confirm-label=建設予定地の面積] {
    flex-wrap: wrap;
  }
}

[data-name=site_area] {
  width: 340px;
  display: block;
}
@media (max-width: 767px) {
  [data-name=site_area] {
    width: 100%;
  }
}

[data-field-name=unit] {
  width: calc(100% - 340px);
}
@media (max-width: 991px) {
  [data-field-name=unit] {
    width: 100%;
    margin-top: 6px;
  }
}

.unit_text {
  margin-top: 6px;
}

.form_item_input input[type=text],
.form_item_input input[type=tel],
.form_item_input input[type=email],
.form_item_input input[type=date],
.form_item_input select,
.form_item_input textarea {
  width: 100%;
  padding: 0.3em 1rem;
  border: 1px solid #ccc;
  background-color: #eee;
  font-size: 1em;
  box-sizing: border-box;
  margin: 0;
}

.preferred-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.preferred-box > .confirm-group {
  width: 49%;
}

.preferred-ttl {
  width: 100%;
}

.form_item_input textarea {
  resize: vertical;
}

.form_item_input .p-postal-code {
  width: 200px !important;
  max-width: 100%;
  margin-bottom: 10px !important;
}

@media (max-width: 767px) {
  .wpcf7-list-item {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .confirm-row .label,
  .confirm-row .value {
    font-size: 14px;
  }
}

.pp {
  margin: 30px auto 0;
  border-bottom: none;
  width: fit-content;
}
.pp .wpcf7-list-item {
  margin-left: 0;
}

.confirm_button {
  color: #333;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background-color 0.2s;
  width: 50%;
  display: block;
  margin: 4rem auto 2rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  border-radius: 0;
}

.form_submit_button,
.submitBtn .wpcf7-form-control.wpcf7-submit,
.back_button {
  font-size: 18px;
  padding: 22px 0;
  display: block;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
  width: 100%;
  max-width: 600px;
  color: #fff;
  background: #231815;
  border: 1px solid #231815;
}
@media (max-width: 991px) {
  .form_submit_button,
  .submitBtn .wpcf7-form-control.wpcf7-submit,
  .back_button {
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .form_submit_button,
  .submitBtn .wpcf7-form-control.wpcf7-submit,
  .back_button {
    white-space: normal;
    padding: 10px 20px;
    width: 280px;
    line-height: 1.4;
  }
}
.form_submit_button:hover,
.submitBtn .wpcf7-form-control.wpcf7-submit:hover,
.back_button:hover {
  color: #231815;
  background-color: #fff;
}

.back_button {
  color: #fff;
  background-color: #777777;
}

.confirm_area .ttl {
  font-size: 1.2rem;
}

.palla_show1,
.palla_show2,
.palla_show3 {
  position: relative;
}

.palla1_text_wrap,
.palla2_text_wrap,
.palla3_text_wrap {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.palla1_text,
.palla2_text,
.palla3_text {
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 991px) {
  .palla1_text,
  .palla2_text,
  .palla3_text {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .palla1_text,
  .palla2_text,
  .palla3_text {
    font-size: 24px;
  }
}
.palla1_text .num,
.palla2_text .num,
.palla3_text .num {
  font-family: "Times New Roman", serif;
}

@media (max-width: 767px) {
  .palla_show3 {
    height: 44vh;
  }
  .palla_show3::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/palla3_go_sp.jpg) center center/cover no-repeat;
  }
  .palla_show3 .palla3_text_wrap {
    top: 28%;
  }
  .palla_show3 .palla3_text {
    font-size: 20px;
    line-height: 1.4;
  }
}

.ttl_cmn_en,
.footer_tel_num,
.advantage_wrap label .advantage_item_num,
.advantage_item_ttl .num {
  font-family: "Oswald", sans-serif;
}
.plan_note {
  width: 100%;
  margin-top: 20px;
  font-size: 85%;
  text-align: right;
}
.footer .footer_tel_link {
  position: relative;
}
.footer .footer_tel_txt {
  width: 100%;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
@media screen and (min-width: 992px){
  .footer .footer_container {
    flex-wrap: nowrap;
  }
  .footer .footer_tel_wrap_text {
    font-size: 16px;
  }
  .footer .footer_tel_txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px){
  .footer .footer_address br.pc {
    display: none;
  }
  .footer .footer_tel_wrap_text {
    font-size: 18px;
  }
}