/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

table {
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #262a00;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  letter-spacing: 0.05em;
}

p, span, div, a, li, td, th, label, button, input, textarea, select, option, summary, caption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}

.pc_only {
  display: block;
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  max-width: 1900px;
  width: 96%;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width {
    width: calc(100% - 30px);
  }
}
.main_width.w1200 {
  max-width: 1200px;
}
.main_width.w1500 {
  max-width: 1500px;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
.c-to-l {
  text-align: center;
}
@media (max-width: 1024px) {
  .c-to-l {
    text-align: left;
  }
}

/********************************************/
/* fv */
/********************************************/
.top_fv_block {
  position: relative;
}
.top_fv_block .fv_img {
  position: relative;
  overflow: hidden;
}
.top_fv_block .swiper-slide img {
  transform-origin: center center;
  transform: scale(1);
}
.top_fv_block .swiper-slide.is-zoom img {
  animation: scaleUp 6s linear forwards;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.top_fv_block .fv_title {
  position: absolute;
  margin: auto;
  left: 80px;
  bottom: 10%;
  z-index: 10;
}
@media (max-width: 768px) {
  .top_fv_block .fv_title {
    left: 20px;
    bottom: 5%;
  }
}
.top_fv_block .fv_title .main {
  display: inline;
  padding: 0 3px;
  background-color: #3B4200;
  font-size: clamp(2.5rem, 4.2vw, 6.2rem);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
.top_fv_block .fv_title .sub {
  padding-top: 20px;
  font-size: clamp(1.4rem, 2.3vw, 2.5rem);
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
}
@media (max-width: 768px) {
  .top_fv_block .fv_title .sub {
    padding-top: 10px;
  }
}

.top_fv_block .pickup_news {
  position: absolute;
  right: 0;
  bottom: -60px;
  z-index: 11;
}
@media (max-width: 1024px) {
  .top_fv_block .pickup_news {
    position: static;
    bottom: auto;
  }
}
.top_fv_block .group {
  display: flex;
  background-color: #fff;
}
.top_fv_block .group .box {
  display: flex;
  column-gap: 20px;
}
@media (max-width: 1024px) {
  .top_fv_block .group .box {
    width: 100%;
    margin-bottom: 5px;
  }
}
.top_fv_block .group .box .cat {
  padding: 1px 5px;
  border: 1px solid #d9d9d9;
  white-space: nowrap;
}
.top_fv_block .group .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: linear-gradient(150deg, rgb(185, 208, 0) 50%, rgb(173, 194, 2) 50%);
}
@media (max-width: 1440px) {
  .top_fv_block .group .title {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .top_fv_block .group .title {
    width: 25%;
    padding: 10px;
    text-align: center;
  }
}
.top_fv_block .group .title .pick_title {
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-weight: 700;
}
.top_fv_block .group .pick_post {
  display: flex;
  align-items: center;
  padding: 40px 30px 40px 50px;
}
@media (max-width: 1440px) {
  .top_fv_block .group .pick_post {
    padding: 30px 30px 30px 50px;
  }
}
@media (max-width: 1024px) {
  .top_fv_block .group .pick_post {
    width: 75%;
    padding: 10px;
  }
}
.top_fv_block .group .pick_post a {
  position: relative;
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding-right: 70px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .top_fv_block .group .pick_post a {
    display: block;
    width: 100%;
    padding-right: 40px;
  }
}
.top_fv_block .group .pick_post a::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/ico/ico-circle-arrow-right.svg) no-repeat center/contain;
  transform: translateY(-50%) scale(1);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .top_fv_block .group .pick_post a::after {
    top: 50%;
    width: 25px;
    height: 30px;
  }
}
.top_fv_block .group .pick_post a:hover {
  color: #42a088;
}
.top_fv_block .group .pick_post a:hover::after {
  transform: scale(1.1) translateY(-50%);
}

/********************************************/
/* message */
/********************************************/
.top_message_block .bg-color {
  position: relative;
  padding: 280px 0;
}
@media (max-width: 1024px) {
  .top_message_block .bg-color {
    padding: 100px 0;
  }
}
.top_message_block .bg-color .container {
  position: relative;
  display: flex;
  column-gap: 3%;
}
@media (max-width: 1024px) {
  .top_message_block .bg-color .container {
    display: block;
    padding: 30px 0;
  }
}
.top_message_block .bg-color .container::before, .top_message_block .bg-color .container::after {
  position: absolute;
  inset: 0;
  content: "";
  margin: auto;
  width: 45.7333333333%;
  aspect-ratio: 0.8469135802;
  height: auto;
  padding-left: calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
  z-index: -1;
}
.top_message_block .bg-color .container::before {
  background: #63b09c;
}
.top_message_block .bg-color .container::after {
  background: #42a088;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media (max-width: 1024px) {
  .top_message_block .bg-color .container::before, .top_message_block .bg-color .container::after {
    width: 100%;
    height: 100%;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
  }
}
.top_message_block .bg-color .img {
  position: relative;
  text-align: right;
}
@media (max-width: 1024px) {
  .top_message_block .bg-color .img {
    text-align: unset;
    margin-bottom: 10px;
  }
}
.top_message_block .bg-color .img img {
  position: relative;
  display: block;
  max-width: 800px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .top_message_block .bg-color .img img {
    max-width: 100%;
  }
}
.top_message_block .bg-color .text_area {
  width: 50%;
  max-width: 540px;
}
@media (max-width: 1024px) {
  .top_message_block .bg-color .text_area {
    width: 100%;
    max-width: 100%;
  }
}

.top_message_block .text_area .sec_title {
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .top_message_block .text_area .sec_title {
    margin-bottom: 15px;
  }
}
.top_message_block .text_area .sec_title .en {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: clamp(1.8rem, 2vw, 3rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .top_message_block .text_area .sec_title .en {
    padding-left: 15px;
    color: #fff;
  }
}
.top_message_block .text_area .sec_title .en::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #b9d000;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .top_message_block .text_area .sec_title .en::before {
    width: 6px;
    height: 6px;
  }
}
.top_message_block .text_area .sec_title .ja {
  font-size: clamp(2.2rem, 2.3vw, 3.5rem);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .top_message_block .text_area .sec_title .ja {
    color: #fff;
  }
}
.top_message_block .text_area .text {
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  line-height: 2.8;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .top_message_block .text_area .text {
    color: #fff;
  }
}

/********************************************/
/* reason */
/********************************************/
.top_reason_block {
  padding-top: 100px;
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .top_reason_block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.top_reason_block .column3 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10%;
  row-gap: 50px;
  margin-top: 50px;
  margin-bottom: 60px;
}
.top_reason_block .column3 .item {
  position: relative;
  width: 26.6666666667%;
}
@media (max-width: 768px) {
  .top_reason_block .column3 .item {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top_reason_block .column3 .item .img {
  position: relative;
  margin-bottom: 20px;
}
.top_reason_block .column3 .item .img::before {
  position: absolute;
  right: -24%;
  top: 49%;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/ico/ico-cross.svg) no-repeat center/contain;
}
@media (max-width: 768px) {
  .top_reason_block .column3 .item .img::before {
    content: none;
  }
}
.top_reason_block .column3 .item .img.none::before {
  content: none;
}
.top_reason_block .column3 .item .inner_title {
  padding-bottom: 0.8em;
  font-size: clamp(1.8rem, 2.3vw, 3rem);
  font-weight: 700;
  color: #63b09c;
  text-align: center;
}
.top_reason_block .column3 .item .text {
  font-weight: 400;
}

.top_reason_block .mod-common_btn {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/********************************************/
/* business */
/********************************************/
.top_business_block .bg_image {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .top_business_block .bg_image {
    padding-bottom: 50px;
  }
}
.top_business_block .bg_image::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/img-bg-business.webp) no-repeat center/cover;
  z-index: -2;
}
.top_business_block .bg_image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(232, 243, 240, 0.85);
  z-index: -1;
}

.top_business_block .container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 30px;
}
.top_business_block .container .left {
  width: 60%;
}
@media (max-width: 768px) {
  .top_business_block .container .left {
    width: 100%;
  }
}
.top_business_block .container .right {
  width: 35%;
}
@media (max-width: 768px) {
  .top_business_block .container .right {
    width: 100%;
  }
}

.top_business_block .left .inner_title {
  font-size: clamp(2rem, 2.6vw, 3.2rem);
  font-weight: 700;
  color: #63b09c;
}

/********************************************/
/* works */
/********************************************/
.top_works_block {
  padding: 140px 0;
}
@media (max-width: 768px) {
  .top_works_block {
    padding: 60px 0;
  }
}
.top_works_block .slider_wrapper {
  display: flex;
  overflow: hidden;
}
.top_works_block .slider {
  display: flex;
}
@media (max-width: 768px) {
  .top_works_block .slider {
    display: block;
  }
}
.top_works_block .slide {
  width: 33.3333333333vw;
}
@media (max-width: 768px) {
  .top_works_block .slide {
    width: 100%;
  }
}
.top_works_block .slide img {
  display: block;
  width: 100%;
}

.top_works_block .inner_title {
  font-size: clamp(2rem, 2.6vw, 3.2rem);
  font-weight: 700;
  color: #63b09c;
}

/********************************************/
/* recruit */
/********************************************/
.top_recruit_block .bg_image {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .top_recruit_block .bg_image {
    padding: 60px 0;
    margin-bottom: 200px;
  }
}
@media (max-width: 480px) {
  .top_recruit_block .bg_image {
    margin-bottom: 260px;
  }
}
.top_recruit_block .bg_image::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/img-bg-recruit.webp) no-repeat center/cover;
  z-index: -3;
}
@media (max-width: 768px) {
  .top_recruit_block .bg_image::before {
    content: none;
  }
}
@media (max-width: 768px) {
  .top_recruit_block .main_width {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
  }
}
.top_recruit_block .container {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  padding: 60px 50px;
}
@media (max-width: 768px) {
  .top_recruit_block .container {
    padding: 30px 20px;
  }
}
.top_recruit_block .container::before {
  position: absolute;
  inset: 0;
  content: "";
  margin: auto;
  background: #63b09c;
  z-index: -1;
}
@media (max-width: 1024px) {
  .top_recruit_block .container::before {
    width: 100%;
    height: 100%;
  }
}
.top_recruit_block .container::after {
  position: absolute;
  content: "";
  inset: 0;
  margin: auto;
  background: #42a088;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  z-index: -1;
}
@media (max-width: 1024px) {
  .top_recruit_block .container::after {
    width: 100%;
    height: 100%;
  }
}

.top_recruit_block {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .top_recruit_block {
    margin-bottom: 60px;
  }
}
.top_recruit_block .title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top_recruit_block .title {
    margin-bottom: 20px;
  }
}
.top_recruit_block .title .en {
  display: block;
  font-size: clamp(3.4rem, 5vw, 6.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #b9d000;
  line-height: 1;
}
.top_recruit_block .title .ja {
  font-size: clamp(1.8rem, 1.9vw, 2.4rem);
  font-weight: 500;
}
.top_recruit_block .inner_title {
  padding-bottom: 10px;
  font-size: clamp(2.1rem, 2.4vw, 3rem);
  font-weight: 700;
  color: #fff;
}

/********************************************/
/* aside */
/********************************************/
.aside .page_link {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
.aside .page_link .item {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 768px) {
  .aside .page_link .item {
    width: 100%;
  }
}
.aside .page_link a {
  position: relative;
  display: block;
  padding: 90px 30px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .aside .page_link a {
    padding: 40px 20px;
  }
}
.aside .page_link a::before, .aside .page_link a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s;
}
.aside .page_link a::before {
  z-index: -2;
}
.aside .page_link a::after {
  background-color: rgba(99, 176, 156, 0.3);
  z-index: -1;
}
.aside .page_link a.company::before {
  background: url(../img/common/aside-bg-company.webp) no-repeat center/cover;
}
.aside .page_link a.sustainability::before {
  background: url(../img/common/aside-bg-sustainability.webp) no-repeat center/cover;
}
.aside .page_link a:hover::before {
  transform: scale(1.1);
}
.aside .page_link a:hover .text::after {
  transform: translateY(-50%) scale(1.1);
}
.aside .page_link a .text {
  position: relative;
  display: block;
  font-size: clamp(2rem, 2.4vw, 3rem);
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}
.aside .page_link a .text::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/ico/ico-circle-secondary.svg) no-repeat center/contain;
  transform: translateY(-50%) scale(1);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .aside .page_link a .text::after {
    width: 25px;
    height: 25px;
  }
}

.aside .simple_link {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
.aside .simple_link .item {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 768px) {
  .aside .simple_link .item {
    width: 100%;
  }
}
.aside .simple_link a {
  position: relative;
  display: block;
  padding: 50px 30px;
  background-color: #42a088;
  transition: all 0.3s;
}
.aside .simple_link a:hover {
  background-color: #262a00;
}
@media (max-width: 768px) {
  .aside .simple_link a {
    padding: 20px;
  }
}
.aside .simple_link a .text {
  display: block;
  position: relative;
  padding-right: 50px;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  font-weight: 700;
  color: #fff;
}
.aside .simple_link a .text::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/ico/ico-circle-secondary.svg) no-repeat center/contain;
  transform: translateY(-50%) scale(1);
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .aside .simple_link a .text::after {
    width: 25px;
    height: 25px;
  }
}

/********************************************/
/* news */
/********************************************/
.top_news_block {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .top_news_block {
    padding-bottom: 60px;
  }
}
.top_news_block .container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
}
.top_news_block .container .left {
  width: 30%;
}
@media (max-width: 1024px) {
  .top_news_block .container .left {
    width: 100%;
  }
}
.top_news_block .container .right {
  width: 68%;
}
@media (max-width: 1024px) {
  .top_news_block .container .right {
    width: 100%;
  }
}
.top_news_block .mod-common_btn {
  max-width: 300px;
}
.top_news_block .mod-common_btn.pc {
  display: block;
}
@media (max-width: 1024px) {
  .top_news_block .mod-common_btn.pc {
    display: none;
  }
}
.top_news_block .mod-common_btn.sp {
  display: none;
}
@media (max-width: 1024px) {
  .top_news_block .mod-common_btn.sp {
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top_news_block .right .post_list .post {
  border-top: 1px solid #e8f3f0;
}
.top_news_block .right .post_list .post:last-child {
  border-bottom: 1px solid #e8f3f0;
}

.top_news_block .right .post_list .box {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 1200px) {
  .top_news_block .right .post_list .box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.top_news_block .right .post_list .box .cat {
  min-width: 7em;
  padding: 2px 10px;
  border: 1px solid #262a00;
  text-align: center;
}
.top_news_block .right .post_list a {
  position: relative;
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding: 30px 70px 30px 10px;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .top_news_block .right .post_list a {
    display: block;
    width: 100%;
    padding-right: 50px;
  }
}
.top_news_block .right .post_list a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/ico/ico-circle-arrow-right.svg) no-repeat center/contain;
  transform: scale(1) translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .top_news_block .right .post_list a::after {
    width: 25px;
    height: 30px;
  }
}
.top_news_block .right .post_list a:hover {
  color: #42a088;
}
.top_news_block .right .post_list a:hover::after {
  transform: scale(1.1) translateY(-50%);
}

/********************************************/
/* cta */
/********************************************/
.common_cta .bg_grad {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .common_cta .bg_grad {
    padding: 50px 0;
  }
}
.common_cta .bg_grad::before {
  position: absolute;
  inset: 0;
  content: "";
  margin: auto;
  background: #63b09c;
  z-index: -1;
}
@media (max-width: 1024px) {
  .common_cta .bg_grad::before {
    width: 100%;
    height: 100%;
  }
}
.common_cta .bg_grad::after {
  position: absolute;
  content: "";
  inset: 0;
  margin: auto;
  background: #42a088;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  z-index: -1;
}
@media (max-width: 1024px) {
  .common_cta .bg_grad::after {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .common_cta .mod-common_btn .link::after {
    width: 30px;
    height: 30px;
  }
}
.common_cta .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2%;
  row-gap: 30px;
}
.common_cta .container .main_title {
  width: 40%;
}
@media (max-width: 1024px) {
  .common_cta .container .main_title {
    width: 100%;
  }
}
.common_cta .container .text_area {
  width: 58%;
}
@media (max-width: 1024px) {
  .common_cta .container .text_area {
    width: 100%;
  }
}

.common_cta .main_title .ja {
  line-height: 1.5;
  font-size: clamp(2.1rem, 2.8vw, 4rem);
  font-weight: 700;
  color: #fff;
}
.common_cta .main_title .en {
  display: block;
  font-size: clamp(1.6rem, 1.7vw, 2rem);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #f18c9d;
}

.common_cta .text_area {
  display: flex;
  flex-wrap: wrap;
}
.common_cta .text_area .left,
.common_cta .text_area .right {
  width: 50%;
}
@media (max-width: 768px) {
  .common_cta .text_area .left,
  .common_cta .text_area .right {
    width: 100%;
  }
}
.common_cta .text_area .left {
  padding-right: 40px;
  border-right: 2px solid #fff;
}
@media (max-width: 1024px) {
  .common_cta .text_area .left {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .common_cta .text_area .left {
    position: relative;
    border-right: none;
    margin-bottom: 30px;
  }
  .common_cta .text_area .left::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    content: "";
    width: 50%;
    height: 1px;
    margin: auto;
    background-color: #fff;
  }
}
.common_cta .text_area .left .title {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.common_cta .text_area .left small {
  display: block;
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media (max-width: 1024px) {
  .common_cta .text_area .left .mod-common_btn {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.common_cta .text_area .right .title {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.common_cta .text_area .right .tel {
  font-size: clamp(2.4rem, 2.8vw, 3.8rem);
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.common_cta .text_area .right .tel a {
  color: #fff;
}
.common_cta .text_area .right .tel .small {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-weight: 500;
}
.common_cta .text_area .right small {
  display: block;
  font-size: clamp(1.3rem, 1.4vw, 1.6rem);
  font-weight: 500;
  text-align: center;
  color: #fff;
}/*# sourceMappingURL=style.css.map */