@charset "UTF-8";
.parts_more_link a .s_arrow {
  position: absolute;
  display: block;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background-color: #fff;
}
@media (min-width: 920px) {
  .parts_more_link a .s_arrow {
    width: 28px;
    height: 28px;
    right: 11px;
  }
}
.parts_more_link a .s_arrow > span:before, .parts_more_link a .s_arrow > span:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  font-size: 10px;
  color: #2ab7d9;
}
.parts_more_link a .s_arrow > span:after {
  margin-left: -10px;
  opacity: 0;
}
.parts_more_link a .i_blank.s_arrow > span:before, .parts_more_link a .i_blank.s_arrow > span:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  border: 0;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
@media (min-width: 920px) {
  .parts_more_link a .i_blank.s_arrow > span:after {
    margin-left: -10px;
    opacity: 0;
  }
}

@keyframes arrowbefore-beside {
  50% {
    margin-left: 5px;
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowafter-beside {
  50% {
    margin-left: -5px;
    opacity: 0;
  }
  99% {
    margin-left: 0px;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.head_title_h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 16px;
  border-top: 3px solid #b1bdc9;
  border-bottom: 1px solid #b1bdc9;
}
@media (min-width: 768px) {
  .head_title_h2 {
    font-size: 3rem;
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 22px;
  }
}
.head_title_h2::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 2.5em;
  height: 3px;
  background: #2ab7d9;
}

.parts_more_link_type2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #273038;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .parts_more_link_type2 {
    gap: 20px;
    font-size: 1.6rem;
  }
}
.parts_more_link_type2:hover .text {
  background-size: 100% 1px;
  transition-delay: 0.1s;
}
.parts_more_link_type2:hover .arrow:before {
  animation: arrowbefore-beside 0.5s;
}
.parts_more_link_type2:hover .arrow:after {
  animation: arrowafter-beside 0.5s;
}
.parts_more_link_type2 .text {
  background-image: linear-gradient(to right, #273038, #273038); /* 線の色 */
  background-size: 0 1px;
  background-position: bottom;
  background-repeat: no-repeat;
  box-decoration-break: slice; /* Firefox用に指定 */
  -webkit-box-decoration-break: slice; /* Firefox以外のブラウザ用に指定 */
  transition: 0.5s;
  padding-block: 2px;
  background-position: bottom left;
}
.parts_more_link_type2 .arrow {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  background: linear-gradient(135deg, #32cbe6, #2aaad9);
}
@media (min-width: 768px) {
  .parts_more_link_type2 .arrow {
    width: 60px;
    height: 60px;
  }
}
.parts_more_link_type2 .arrow::after, .parts_more_link_type2 .arrow::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8px;
  color: #fff;
}
@media (min-width: 768px) {
  .parts_more_link_type2 .arrow::after, .parts_more_link_type2 .arrow::before {
    font-size: 10px;
  }
}
.parts_more_link_type2 .arrow::after {
  margin-left: -10px;
  opacity: 0;
}

.mt0 {
  margin-top: 0 !important;
}

.parts_more_link a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  min-width: 250px;
  padding: 16px 60px 16px 22px;
  text-decoration: none;
  text-align: left;
  box-shadow: none;
  text-decoration: none;
  border-radius: 100px;
  border: 0;
  background: linear-gradient(to bottom right, #32cbe6, #2aaad9);
}
@media (min-width: 768px) {
  .parts_more_link a {
    min-width: 260px;
  }
}
@media (min-width: 920px) {
  .parts_more_link a {
    font-size: 1.5rem;
    padding: 14px 50px 14px 24px;
  }
}
.parts_more_link a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.parts_more_link a:hover .s_arrow > span:before {
  animation: arrowbefore-beside 0.5s;
}
.parts_more_link a:hover .s_arrow > span:after {
  animation: arrowafter-beside 0.5s;
}
.parts_more_link a.nolink {
  background: #99a2ac;
  pointer-events: none;
}
.parts_more_link a.nolink .s_arrow > span::before, .parts_more_link a.nolink .s_arrow > span::after {
  color: #99a2ac;
}
.parts_more_link.product_link_button {
  margin-top: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .parts_more_link.product_link_button {
    margin-top: 80px;
  }
}
.parts_more_link.product_link_button a {
  min-width: auto;
  width: 280px;
  text-align: center;
}
@media (min-width: 768px) {
  .parts_more_link.product_link_button a {
    width: 500px;
  }
}

.under_only_title_area {
  position: relative;
  padding: 10px 0 25px;
}
@media (min-width: 768px) {
  .under_only_title_area {
    padding: 40px 0 60px;
  }
}
@media (min-width: 920px) {
  .under_only_title_area {
    padding: 100px 0;
  }
}
.under_only_title_area::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: min(65vw, 480px);
  aspect-ratio: 1.38/1;
  background: url(../img/common/underlayer_title_bg.svg) no-repeat 0 0;
  background-size: 100%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .under_only_title_area::after {
    right: -20px;
    width: 480px;
  }
}
@media (min-width: 920px) {
  .under_only_title_area::after {
    width: 712px;
    right: -40px;
  }
}

.under_only_title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px 30px;
  z-index: 1;
}
@media (min-width: 768px) {
  .under_only_title {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 1180px) {
  .under_only_title {
    flex-wrap: nowrap;
  }
}
.under_only_title .text_l {
  display: block;
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .under_only_title .text_l {
    font-size: 7.8rem;
  }
}
.under_only_title .text_s {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #0069aa;
}
@media (min-width: 768px) {
  .under_only_title .text_s {
    font-size: 2.4rem;
    gap: 15px;
  }
}
@media (min-width: 1180px) {
  .under_only_title .text_s {
    flex-shrink: 0;
  }
}
.under_only_title .text_s::before {
  content: "";
  display: block;
  position: relative;
  top: 1px;
  width: 25px;
  aspect-ratio: 1.68/1;
  background: url(../img/common/under_only_title_infinity.svg) no-repeat 0 0;
  background-size: 25px;
}
@media (min-width: 768px) {
  .under_only_title .text_s::before {
    width: 31px;
    background-size: 31px;
  }
}

.product_service_title_area {
  position: relative;
  aspect-ratio: 2.4/1;
  padding: 0;
}
.product_service_title_area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1025px) {
  .product_service_title_area::before {
    height: 80%;
  }
}
.product_service_title_area .bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product_service_title_area::after {
  content: none;
}
.product_service_title_area.gradation_bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  bottom: -40px;
  top: auto;
  left: 0;
  right: auto;
}
@media (min-width: 1025px) {
  .product_service_title_area.gradation_bar::after {
    height: 80px;
    bottom: -80px;
  }
}

.product_service_title_area__in {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1025px) {
  .product_service_title_area__in {
    bottom: 30px;
  }
}

.product_service_intro {
  background-color: #fff;
  padding: 100px 0 60px;
}
@media (min-width: 1025px) {
  .product_service_intro {
    padding: 90px 0 80px;
  }
}

.under_intro_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .under_intro_title {
    font-size: 2.8rem;
    row-gap: 12px;
  }
}
@media (min-width: 1180px) {
  .under_intro_title {
    font-size: 3.4rem;
    row-gap: 17px;
  }
}
@media (min-width: 1025px) {
  .under_intro_title {
    width: 58%;
  }
}

.under_intro_title_gradation {
  background: linear-gradient(135deg, #32cbe6, #2aaad9);
  padding: 0 20px 2px;
}

.product_service_contents {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media (min-width: 1025px) {
  .product_service_contents {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}

.sdgs_head_area__flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: var(--wp-margin-m);
}
@media (min-width: 920px) {
  .sdgs_head_area__flex {
    flex-direction: row;
    column-gap: 40px;
  }
}
@media (min-width: 1180px) {
  .sdgs_head_area__flex {
    column-gap: 60px;
  }
}
@media (min-width: 920px) {
  .sdgs_head_area__flex .left {
    width: 50%;
  }
}
.sdgs_head_area__flex .left .text {
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 920px) {
  .sdgs_head_area__flex .left .text {
    font-size: 1.5rem;
  }
}
.sdgs_head_area__flex .left dl div {
  margin-bottom: 15px;
}
@media (min-width: 920px) {
  .sdgs_head_area__flex .left dl div {
    margin-bottom: 20px;
  }
}
.sdgs_head_area__flex .left dl div:last-child {
  margin-bottom: 0;
}
.sdgs_head_area__flex .left dt {
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.sdgs_head_area__flex .left dt.green {
  color: #29cead;
}
.sdgs_head_area__flex .left dt.blue {
  color: #1877f2;
}
.sdgs_head_area__flex .left dt.pink {
  color: #f276bd;
}
.sdgs_head_area__flex .left dd {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (min-width: 1180px) {
  .sdgs_head_area__flex .left dd {
    font-size: 1.6rem;
  }
}
.sdgs_head_area__flex .right {
  text-align: center;
}
@media (min-width: 920px) {
  .sdgs_head_area__flex .right {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1180px) {
  .sdgs_head_area__flex .right {
    width: calc(50% - 60px);
  }
}

.sdgs_info {
  margin-top: var(--wp-margin-l);
}
@media (min-width: 920px) {
  .sdgs_info {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    gap: 40px;
  }
}
@media (min-width: 1180px) {
  .sdgs_info {
    gap: 62px;
  }
}
.sdgs_info > img {
  width: 100%;
}
@media (min-width: 920px) {
  .sdgs_info > img {
    width: 50%;
  }
}
@media (min-width: 920px) {
  .sdgs_info .sdgs_item_info {
    width: 50%;
  }
}

.sdgs_item_info {
  padding-top: 15px;
}
.sdgs_item_info .count {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  color: #2ab7d9;
}
@media (min-width: 920px) {
  .sdgs_item_info .count {
    font-size: 2rem;
  }
}
.sdgs_item_info .count::before {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  width: 30px;
  margin-right: 10px;
  background: #2ab7d9;
}
@media (min-width: 920px) {
  .sdgs_item_info .count::before {
    width: 90px;
    margin-right: 20px;
  }
}
.sdgs_item_info .service_catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 920px) {
  .sdgs_item_info .service_catch {
    margin-bottom: 24px;
    font-size: 2.5rem;
  }
}
@media (min-width: 1180px) {
  .sdgs_item_info .service_catch {
    font-size: 3.2rem;
  }
}
@media (min-width: 1280px) {
  .sdgs_item_info .service_catch {
    font-size: 3.4rem;
  }
}
.sdgs_item_info .text {
  margin-top: 18px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .sdgs_item_info .text {
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 30px;
  }
}
.sdgs_item_info .service_more_link {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sdgs_item_info .service_more_link {
    margin-top: 30px;
  }
}

.v_title-text {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2ab7d9;
}
@media (min-width: 768px) {
  .v_title-text {
    font-size: 3.4rem;
  }
}

.aboutus_notes .parts_notes {
  padding: 30px;
}
.aboutus_notes p {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .aboutus_notes p {
    font-size: 1.6rem;
  }
}
.aboutus_notes ul,
.aboutus_notes ol {
  font-size: 1.5rem;
  margin-top: 5px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .aboutus_notes ul,
  .aboutus_notes ol {
    font-size: 1.6rem;
    padding-left: 12px;
  }
}
.aboutus_notes ul li,
.aboutus_notes ol li {
  padding-left: 22px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .aboutus_notes ul li,
  .aboutus_notes ol li {
    padding-left: 24px;
  }
}
.aboutus_notes ul li:last-child,
.aboutus_notes ol li:last-child {
  margin-bottom: 0;
}
.aboutus_notes ul li::before,
.aboutus_notes ol li::before {
  top: 3px;
  color: #273038;
}
@media (min-width: 768px) {
  .aboutus_notes ul li::before,
  .aboutus_notes ol li::before {
    top: 6px;
  }
}

.contact_only_font strong {
  font-size: 1.6rem;
}
@media (min-width: 920px) {
  .contact_only_font strong {
    font-size: 1.7rem;
  }
}

.contact-time_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: var(--wp-margin-m);
}
@media (min-width: 920px) {
  .contact-time_box {
    flex-direction: row;
    gap: 30px;
  }
}

.contact-time_title {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 5px 30px;
}
@media (min-width: 920px) {
  .contact-time_title {
    font-size: 1.8rem;
    padding: 8px 40px;
  }
}

.contact-time_item > *:first-child {
  margin-top: 0 !important;
}
.contact-time_item p {
  font-size: 1.5rem;
}
@media (min-width: 920px) {
  .contact-time_item p {
    font-size: 1.6rem;
  }
}

.agree__text_box {
  border-bottom: 1px solid #c2c3c4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .agree__text_box {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.agree__text_box .privacy_list {
  margin-top: 0 !important;
}

.agree__btn_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: stretch;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .agree__btn_list {
    gap: 30px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 920px) {
  .agree__btn_list {
    gap: 60px;
    padding-inline: 10%;
  }
}

.agree__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .agree__btn {
    width: 50%;
    font-size: 1.8rem;
  }
}
.agree__btn:hover {
  opacity: 0.7;
}
.agree__btn.consent {
  background-color: #2ab7d9;
  color: #fff;
}
.agree__btn.rejection {
  background-color: #dddddd;
  color: #222939;
}

.sec_research {
  position: relative;
}
.sec_research.large_gap:not(:first-child) {
  padding-top: 90px;
}
@media (min-width: 1025px) {
  .sec_research.large_gap:not(:first-child) {
    padding-top: 120px;
  }
}

.sec_research_inner {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .sec_research_inner {
    flex-direction: row;
    gap: 45px;
  }
}

.sec_research_title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .sec_research_title {
    font-size: 3.4rem;
  }
}
@media (min-width: 1025px) {
  .sec_research_title {
    width: 37%;
  }
}
.sec_research_title .blue {
  color: #0069aa;
}

.sec_research_contents {
  width: 100%;
  flex-grow: 1;
  line-height: 2.5;
}
@media (min-width: 768px) {
  .sec_research_contents {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .sec_research_contents {
    width: calc(65% - 60px);
  }
}
.sec_research_contents span {
  display: block;
}
.sec_research_contents span:not(:first-child) {
  margin-top: 1em;
}

.sec_research_title_large {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.sec_research_title_large .en {
  font-size: 4.2rem;
  font-family: "Oswald", sans-serif;
  color: #2ab7d9;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 1025px) {
  .sec_research_title_large .en {
    font-size: 6rem;
  }
}
.sec_research_title_large .jp {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .sec_research_title_large .jp {
    font-size: 1.9rem;
  }
}

.sec_research_title_small {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: clamp(3rem, 1.915rem + 3.39vw, 7rem);
  line-height: 1.5;
  text-align: center;
}
.sec_research_title_small.mt0 {
  margin-top: 0;
}
.sec_research_title_small .font_m {
  font-size: 2.2rem;
}
@media (min-width: 1025px) {
  .sec_research_title_small .font_m {
    font-size: 4.2rem;
  }
}
.sec_research_title_small .font_s {
  font-size: 1.5rem;
}
@media (min-width: 1025px) {
  .sec_research_title_small .font_s {
    font-size: 2.1rem;
  }
}

.list_research_case {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 行全体を中央寄せ */
  gap: 30px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .list_research_case {
    margin-top: 35px;
    gap: 50px 30px;
  }
}

.item_research_case {
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  position: relative;
  width: 100%;
}
.item_research_case > a,
.item_research_case > span {
  color: #273038;
  text-align: left;
  text-decoration: none;
}
@media (min-width: 768px) {
  .item_research_case {
    padding: 25px;
    width: calc(50% - 35px);
  }
}
@media (min-width: 1180px) {
  .item_research_case {
    width: 31.5%;
  }
}
.item_research_case .cat {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 8px;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  min-width: 55px;
  text-align: center;
  text-box: trim-both cap alphabetic;
}
@media (min-width: 768px) {
  .item_research_case .cat {
    padding: 8px 10px;
    font-size: 1.7rem;
  }
}
.item_research_case .cat.green {
  background-color: #24a789;
}
.item_research_case .cat.purple {
  background-color: #8f56b2;
}
.item_research_case .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .item_research_case .inner {
    gap: 25px;
  }
}
.item_research_case .thumbnail {
  background-color: #f5f5f5;
}
.item_research_case img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.item_research_case .item_case_title {
  font-size: clamp(1.7rem, 1.592rem + 0.339vw, 2.1rem);
  font-weight: bold;
  line-height: 1.5;
}
.item_research_case .item_case_text {
  margin-top: 10px;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .item_research_case .item_case_text {
    font-size: 1.4rem;
  }
}
.item_research_case .example {
  font-size: clamp(1.4rem, 3.88vw, 1.6rem);
  font-weight: bold;
}

.merit_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .merit_area {
    gap: 30px;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .merit_area.bpo .merit_card {
    width: calc((100% - 30px) / 2);
  }
}
.merit_area.bpo .merit_img {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .merit_area.bpo .merit_img {
    padding: 0 50px;
  }
}

.merit_card {
  background-color: #fff;
  padding: 30px 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .merit_card {
    padding: 40px 25px 50px;
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 1025px) {
  .merit_card {
    width: calc((100% - 60px) / 3);
  }
}
.merit_img {
  margin-bottom: 20px;
  padding: 0 15px;
}
.merit_img img {
  width: 100%;
}

.merit_title {
  text-align: center;
  margin-bottom: 20px;
}

.merit_number {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
  font-size: clamp(1.4rem, 3.88vw, 1.6rem);
}
.merit_number .blue {
  color: #2ab7d9;
  margin-right: 4px;
}

.merit_title_text {
  font-size: clamp(1.7rem, 1.592rem + 0.339vw, 2.1rem);
  font-weight: bold;
  line-height: 1.5;
}

.partnership_block_wrap {
  background: linear-gradient(60deg, rgb(255, 255, 255) 22%, rgb(62, 212, 250) 100%);
  padding: 50px 0 80px;
}
@media (min-width: 768px) {
  .partnership_block_wrap {
    padding: 80px 0 120px;
  }
}

.partnership_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  row-gap: 32px;
}

.partnership_block_title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .partnership_block_title {
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
}

.partnership_card {
  background-color: #fff;
  padding: 40px 32px;
  position: relative;
  width: 100%;
}

.partnership_img {
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
.partnership_img img {
  width: 100%;
}

.partnership_01 .partnership_img {
  padding: 20px 15px;
}
@media (min-width: 1025px) {
  .partnership_01 .partnership_img {
    padding: 40px 60px;
  }
}

.partnership_01_note {
  text-align: right;
  font-size: 1rem;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .partnership_01_note {
    margin-top: 15px;
  }
}

.partnership_02_flex {
  display: flex;
  column-gap: 15px;
  row-gap: 15px;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .partnership_02_flex {
    flex-direction: row;
  }
}
.partnership_02_flex .partnership_img {
  padding: 15px;
}
@media (min-width: 768px) {
  .partnership_02_flex .partnership_img {
    width: calc((100% - 15px) / 2);
    padding: 20px;
  }
}
@media (min-width: 1180px) {
  .partnership_02_flex .partnership_img {
    width: calc((100% - 30px) / 3);
  }
}
.partnership_02_flex .partnership_img img {
  width: 100%;
}
.partnership_02_flex .partnership_02_text {
  font-size: 1.3rem;
  margin-top: 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .partnership_02_flex .partnership_02_text {
    margin-top: 20px;
  }
}
.partnership_02_flex .partnership_02_note {
  font-size: 1rem;
  margin-top: 10px;
}

.partnership_text {
  font-size: 1.6rem;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .partnership_text {
    font-size: 1.8rem;
  }
}
.partnership_text strong {
  font-weight: bold;
}

.product_service_lineup:not(:first-child) {
  margin-top: 90px;
}
@media (min-width: 1025px) {
  .product_service_lineup:not(:first-child) {
    margin-top: 120px;
  }
}

.under_contents {
  position: relative;
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 60px;
  z-index: 1;
}
@media (min-width: 768px) {
  .under_contents {
    padding: 60px;
    margin-bottom: 90px;
  }
}
.under_contents.pb0 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .under_contents.pb0 {
    padding-bottom: 0;
  }
}

.under_contact_block {
  background: url(../img/common/under_contact_block.jpg) no-repeat center center;
  background-size: cover;
  padding-block: 60px;
}
@media (min-width: 768px) {
  .under_contact_block {
    padding-block: 120px;
  }
}
@media (min-width: 1025px) {
  .under_contact_block {
    background-image: url(../img/common/under_contact_block.jpg);
  }
}

.under_contact_block__flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1025px) {
  .under_contact_block__flex {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
}

.under_contact_block__flex_title {
  flex: 1;
}
.under_contact_block__flex_title .title {
  color: #fff;
}
.under_contact_block__flex_title .title .en {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .under_contact_block__flex_title .title .en {
    font-size: 2.1rem;
  }
}
.under_contact_block__flex_title .title .jp {
  font-size: min(5.6vw, 3.5rem);
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .under_contact_block__flex_title .title .jp {
    font-size: min(2.5vw, 3.5rem);
  }
}

.under_contact_block__flex_content {
  flex: 1;
  color: #fff;
}
@media (min-width: 1025px) {
  .under_contact_block__flex_content {
    padding-top: 4.4rem;
  }
}
@media (min-width: 768px) {
  .under_contact_block__flex_content .content_text {
    font-size: 1.5rem;
  }
}
.under_contact_block__flex_content .parts_more_link_type2 {
  margin-top: 20px;
  color: #fff;
}
.under_contact_block__flex_content .parts_more_link_type2 .text {
  background-image: linear-gradient(to right, #fff, #fff); /* 線の色 */
}
@media (min-width: 768px) {
  .under_contact_block__flex_content .parts_more_link_type2 {
    margin-top: 40px;
  }
}

.product__service_overview {
  height: 500px;
  background-color: #ffc;
}

.product_service_lineup_item_area {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (min-width: 768px) {
  .product_service_lineup_item_area {
    margin-top: 60px;
  }
}

.product_service_lineup_item {
  display: flex;
  flex-direction: column-reverse;
  column-gap: 50px;
  row-gap: 30px;
  background-color: #fff;
  padding: 30px 20px 40px;
  box-shadow: 0 10px 20px rgba(0, 40, 147, 0.16);
}
@media (min-width: 768px) {
  .product_service_lineup_item {
    padding: 60px;
  }
}
@media (min-width: 920px) {
  .product_service_lineup_item {
    flex-direction: row;
  }
}
.product_service_lineup_item.noflex {
  display: block;
}
.product_service_lineup_item.noflex .product_service_lineup_item_text_area,
.product_service_lineup_item.noflex .product_service_lineup_item_img {
  width: 100%;
}
.product_service_lineup_item.noflex .product_service_lineup_item_img:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .product_service_lineup_item.noflex .product_service_lineup_item_img:not(:first-child) {
    margin-top: 30px;
  }
}
.product_service_lineup_item.noflex .product_service_lineup_list {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .product_service_lineup_item.noflex .product_service_lineup_list {
    margin-top: 40px;
  }
}

.product_service_lineup_item_text_area {
  flex-shrink: 0;
}
@media (min-width: 920px) {
  .product_service_lineup_item_text_area {
    width: 50%;
  }
}
.product_service_lineup_item_text_area .parts_more_link {
  text-align: center;
}
@media (min-width: 920px) {
  .product_service_lineup_item_text_area .parts_more_link {
    text-align: left;
  }
}
.product_service_lineup_item_text_area .parts_more_link + .parts_more_link {
  margin-top: 14px;
}

.product_service_lineup_title {
  font-weight: bold;
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
@media (min-width: 768px) {
  .product_service_lineup_title {
    row-gap: 10px;
  }
}
.product_service_lineup_title .small {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.015em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .product_service_lineup_title .small {
    font-size: 1.5rem;
  }
}
.product_service_lineup_title .large {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .product_service_lineup_title .large {
    font-size: 3rem;
  }
}

.product_service_lineup_list {
  counter-reset: li;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product_service_lineup_list {
    margin-bottom: 40px;
  }
}

.product_service_lineup_listitem {
  list-style: none;
  position: relative;
  padding-left: 1.3em;
}
.product_service_lineup_listitem:not(:first-child) {
  margin-top: 10px;
}
.product_service_lineup_listitem::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.65em;
  height: 0.65em;
  border-radius: 100px;
  background-color: #2ab7d9;
}
.product_service_lineup_listitem strong {
  font-weight: bold;
  display: block;
}

.product_service_lineup_text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product_service_lineup_text {
    margin-bottom: 40px;
  }
}

.product_service_lineup_note {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product_service_lineup_note {
    margin-bottom: 40px;
  }
}

.product_service_lineup_item_img {
  flex-grow: 1;
}
@media (min-width: 920px) {
  .product_service_lineup_item_img {
    width: calc(50% - 50px);
  }
}
.product_service_lineup_item_img img {
  width: 100%;
}

.sier_intro {
  background-color: #fff;
}
.sier_intro .blue {
  color: #0069aa;
}
.sier_intro .rubi {
  position: relative;
}
.sier_intro .rubi::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #0069aa;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.sier_intro_title {
  font-weight: bold;
  line-height: 1.4;
  padding-top: 70px;
}
@media (min-width: 1025px) {
  .sier_intro_title {
    padding: 0;
  }
}
.sier_intro_title .text_s {
  display: block;
  font-size: 1.7rem;
}
@media (min-width: 1025px) {
  .sier_intro_title .text_s {
    font-size: 2.1rem;
  }
}
.sier_intro_title .text_l {
  display: block;
  font-size: 2.2rem;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .sier_intro_title .text_l {
    font-size: 3rem;
  }
}
@media (min-width: 1025px) {
  .sier_intro_title .text_l {
    font-size: 3.5rem;
    margin-top: 8px;
  }
}

.sier_intro_contents {
  padding-top: 50px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .sier_intro_contents {
    padding-top: 80px;
  }
}

.sier_intro_top {
  position: relative;
}

.sier_intro_bottom {
  background: linear-gradient(121deg, rgb(50, 203, 230) 0%, rgb(42, 170, 217) 100%);
  clip-path: url(#mask);
  -webkit-clip-path: url(#mask);
  padding: 40% 0 50px;
  width: 1500px;
  min-width: 100%;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sier_intro_bottom {
    padding: 150px 0 50px;
  }
}
@media (min-width: 920px) {
  .sier_intro_bottom {
    padding: 150px 0 80px;
  }
}

.sier_intro_relative {
  position: relative;
}

.sier_catch {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .sier_catch {
    font-size: 3.4rem;
  }
}
@media (min-width: 1025px) {
  .sier_catch {
    font-size: 4.5rem;
  }
}

.sier_list {
  background-color: #f5f5f5;
  padding: 20px;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 920px) {
  .sier_list {
    padding: 30px 50px;
  }
}

.sier_intro_human {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 204px;
  transform: translate(-14%, 100%);
  aspect-ratio: 426/538;
}
@media (min-width: 768px) {
  .sier_intro_human {
    width: 35%;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 0;
    transform: none;
  }
}
@media (min-width: 1025px) {
  .sier_intro_human {
    right: 0;
  }
}
.sier_intro_human img {
  width: 100%;
}

.sier_list_item {
  font-size: 1.5rem;
  line-height: 1.6;
  position: relative;
  padding-left: 26px;
}
@media (min-width: 1025px) {
  .sier_list_item {
    font-size: 1.7rem;
    padding-left: 36px;
  }
}
.sier_list_item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/service/sier/sier_intro_list_bullet.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 2px;
  left: 0;
}
@media (min-width: 1025px) {
  .sier_list_item::before {
    width: 24px;
    height: 24px;
  }
}
.sier_list_item:not(:first-child) {
  margin-top: 20px;
}
.sier_list_item strong {
  font-weight: bold;
}

.sier_conclusion {
  text-align: center;
  line-height: 1.4;
  width: 100vw;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sier_conclusion {
    width: 100%;
    max-width: calc(100vw - 100px);
  }
}
.sier_conclusion .small {
  display: inline-block;
  color: #2ab7d9;
  font-size: 1.7rem;
  font-weight: bold;
  background-color: #fff;
  padding: 4px 20px;
}
@media (min-width: 920px) {
  .sier_conclusion .small {
    font-size: 2.1rem;
  }
}
.sier_conclusion .large {
  margin-top: 8px;
  padding: 4px 20px;
  display: inline-block;
  color: #2ab7d9;
  font-weight: bold;
  background-color: #fff;
}
.sier_conclusion .large .text_l {
  font-size: 3rem;
}
@media (min-width: 920px) {
  .sier_conclusion .large .text_l {
    font-size: 4.5rem;
  }
}
.sier_conclusion .large .text_s {
  font-size: 1.5rem;
}
@media (min-width: 920px) {
  .sier_conclusion .large .text_s {
    font-size: 2.1rem;
  }
}
.sier_conclusion .white {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 20px;
  color: #fff;
}
@media (min-width: 920px) {
  .sier_conclusion .white {
    font-size: 2.1rem;
  }
}

.sier_results {
  margin-top: 40px;
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .sier_results {
    margin-top: 60px;
    padding: 40px;
  }
}

.sier_results_item {
  display: flex;
  column-gap: 30px;
  padding: 28px 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sier_results_item {
    flex-direction: row;
    padding: 28px 20px;
    align-items: center;
  }
}
.sier_results_item:not(:first-child) {
  border-top: 1px solid #768a9d;
}

.sier_results_img {
  flex-shrink: 0;
  width: 120px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .sier_results_img {
    margin-bottom: 0;
  }
}
.sier_results_img img {
  width: 100%;
}

.sier_results_text_area {
  flex-grow: 1;
}

.sier_results_sub_title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #2ab7d9;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .sier_results_sub_title {
    font-size: 1.5rem;
  }
}

.sier_results_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .sier_results_title {
    font-size: 2.1rem;
  }
}

.sier_results_list {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sier_results_list {
    margin-top: 16px;
  }
}

.sier_results_listitem {
  display: flex;
  flex-direction: column;
  column-gap: 16px;
  row-gap: 3px;
}
@media (min-width: 768px) {
  .sier_results_listitem {
    align-items: center;
    flex-direction: row;
  }
}
.sier_results_listitem:not(:first-child) {
  margin-top: 6px;
}
.sier_results_listitem dt {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #0069aa;
  border-radius: 3px;
  flex-shrink: 0;
  text-align: center;
  width: 82px;
}
@media (min-width: 768px) {
  .sier_results_listitem dt {
    font-size: 1.3rem;
  }
}
.sier_results_listitem dd {
  font-size: 1.3rem;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .sier_results_listitem dd {
    font-size: 1.4rem;
  }
}

.sier_compatible {
  margin-top: 40px;
}
@media (min-width: 1025px) {
  .sier_compatible {
    margin-top: 60px;
  }
}

.sier_compatible_card {
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  column-gap: 40px;
  row-gap: 30px;
  align-items: center;
}
@media (min-width: 768px) {
  .sier_compatible_card {
    padding: 30px 40px;
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .sier_compatible_card {
    padding: 40px 60px;
  }
}
.sier_compatible_card:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sier_compatible_card:not(:first-child) {
    margin-top: 30px;
  }
}

.sier_compatible_text_area {
  flex-grow: 1;
}

.sier_compatible_sub_title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #2ab7d9;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .sier_compatible_sub_title {
    text-align: left;
    font-size: 1.5rem;
  }
}

.sier_compatible_title {
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 4px;
  text-align: center;
}
@media (min-width: 768px) {
  .sier_compatible_title {
    font-size: 3rem;
    text-align: left;
  }
}

.sier_compatible_list_wrap {
  display: flex;
  column-gap: 15px;
  justify-content: space-between;
  margin-top: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sier_compatible_list_wrap {
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .sier_compatible_list_wrap {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  .sier_compatible_list_wrap.column2 .sier_compatible_list {
    width: calc((100% - 15px) / 2);
  }
}
@media (min-width: 1025px) {
  .sier_compatible_list_wrap.column4 .sier_compatible_list {
    width: calc((100% - 45px) / 4);
  }
}

.sier_compatible_list .product_service_lineup_listitem {
  margin-top: 10px;
}

.sier_compatible_img {
  flex-shrink: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .sier_compatible_img {
    width: 25%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
}
@media (min-width: 920px) {
  .sier_compatible_img {
    width: 30%;
  }
}
@media (min-width: 1025px) {
  .sier_compatible_img {
    margin-left: auto;
  }
}

.bpo_four {
  margin-top: 60px;
  padding: 50px 20px;
  background-color: #f5f5f5;
  display: flex;
  column-gap: 30px;
  row-gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bpo_four {
    flex-direction: row;
    padding: 20px;
    column-gap: 15px;
  }
}
@media (min-width: 1180px) {
  .bpo_four {
    column-gap: 35px;
    padding: 50px;
  }
}

@media (min-width: 768px) {
  .bpo_four_item {
    width: calc((100% - 45px) / 4);
  }
}
@media (min-width: 1180px) {
  .bpo_four_item {
    width: calc((100% - 105px) / 4);
  }
}
.bpo_four_item .img {
  max-width: 312px;
  margin: 0 auto;
  width: 80%;
}
@media (min-width: 768px) {
  .bpo_four_item .img {
    width: 100%;
  }
}
.bpo_four_item .img img {
  width: 100%;
}
.bpo_four_item .text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .bpo_four_item .text {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1180px) {
  .bpo_four_item .text {
    font-size: 1.8rem;
  }
}

.bpo_service {
  display: flex;
  column-gap: 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bpo_service {
    flex-direction: row;
  }
}

.bpo_service_item {
  background-color: #fff;
  padding: 30px 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .bpo_service_item {
    width: calc((100% - 30px) / 2);
    padding: 30px;
    margin-top: 50px;
  }
}
@media (min-width: 1025px) {
  .bpo_service_item {
    padding: 37px 60px;
  }
}
.bpo_service_item .parts_more_link {
  text-align: center;
}

.bpo_service_title {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .bpo_service_title {
    column-gap: 30px;
  }
}
.bpo_service_title .text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .bpo_service_title .text {
    font-size: 2.3rem;
  }
}
@media (min-width: 1180px) {
  .bpo_service_title .text {
    font-size: 3rem;
  }
}
.bpo_service_title .img {
  width: 80px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .bpo_service_title .img {
    -webkit-animation: 100px;
  }
}
@media (min-width: 1025px) {
  .bpo_service_title .img {
    width: 150px;
  }
}

.bpo_service_list {
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .bpo_service_list {
    margin-bottom: 40px;
  }
}

.intro_img_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .intro_img_flex {
    margin-top: 40px;
    flex-direction: row;
  }
}
.intro_img_flex .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .intro_img_flex .img {
    width: 50%;
  }
}
.intro_img_flex .img img {
  width: 70%;
}
.intro_img_flex .text {
  line-height: 2.4666666667;
}
@media (min-width: 1025px) {
  .intro_img_flex .text {
    width: 50%;
  }
}

.intro_text_flex {
  display: flex;
  column-gap: 12px;
  row-gap: 20px;
  margin-top: 40px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .intro_text_flex {
    flex-direction: row;
  }
}
@media (min-width: 1025px) {
  .intro_text_flex {
    column-gap: 32px;
    margin-top: 70px;
  }
}

.intro_text_box {
  padding: 30px 15px;
  background-color: #f5f5f5;
  width: 100%;
}
@media (min-width: 768px) {
  .intro_text_box {
    width: calc((100% - 12px) / 2);
  }
}
@media (min-width: 1025px) {
  .intro_text_box {
    padding: 40px;
    width: calc((100% - 32px) / 2);
  }
}
.intro_text_box .title {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 1025px) {
  .intro_text_box .title {
    font-size: 2.1rem;
  }
}
.intro_text_box .title::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 44/33;
  background-image: url(../img/common/crown.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto 8px;
}
@media (min-width: 768px) {
  .intro_text_box .title::before {
    width: 44px;
  }
}
.intro_text_box .blue {
  display: inline-block;
  color: #2ab7d9;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: normal;
  padding: 0 8px;
  transform: translatey(4px);
  line-height: 1;
}
@media (min-width: 1025px) {
  .intro_text_box .blue {
    font-size: 6rem;
  }
}
.intro_text_box .text {
  font-size: 1.2rem;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .intro_text_box .text {
    font-size: 1.4rem;
  }
}