@charset "UTF-8";
@media print, screen and (min-width: 768px) {
  /* ============================================================
  // about（PC）
  ============================================================ */
  /* ------------------------------------------------------------
  // Fluid Design Function
  // 768px〜1920pxの間で数値を可変させる共通関数
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
  // page title
  ------------------------------------------------------------ */
  .page_about_ttl {
    display: flex;
    align-items: center;
    padding-inline: clamp(90px, 7.8125vw + 30px, 180px);
    height: clamp(330px, 28.6209887251vw + 110.4770164788px, 660px);
    background: url(../../about/img/pc/bg_about.png) no-repeat center center/cover;
    border-radius: 0 0 clamp(40px, 3.4722222222vw + 13.3333333333px, 80px) clamp(40px, 3.4722222222vw + 13.3333333333px, 80px);
  }
  .page_about_ttl h1, .page_about_ttl h2 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(14px, 0.5208333333vw + 10px, 20px);
    font-weight: 700;
    color: #ffad31;
  }
  .page_about_ttl h1 span, .page_about_ttl h2 span {
    display: block;
    font-size: clamp(26px, 2.2569444444vw + 8.6666666667px, 52px);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.05em;
  }
  .about_subttl_box {
    text-align: center;
  }
  .about_subttl_box .about_orange_ttl {
    font-size: clamp(18px, 0.5208333333vw + 14px, 24px);
    font-weight: 700;
    color: #333333;
    line-height: clamp(40px, 0.6944444444vw + 34.6666666667px, 48px);
    letter-spacing: 0.05em;
    width: fit-content;
    height: clamp(40px, 0.6944444444vw + 34.6666666667px, 48px);
    margin-inline: auto;
    margin-bottom: 24px;
    padding-inline: 16px;
    background: #ffad31;
    border-radius: clamp(20px, 0.3472222222vw + 17.3333333333px, 24px);
  }
  .about_subttl_box .about_txt {
    font-size: clamp(20px, 1.7361111111vw + 6.6666666667px, 40px);
    font-weight: 700;
    color: #333333;
    line-height: 1.9575;
    letter-spacing: 0.05em;
    margin-bottom: clamp(24px, 2.0833333333vw + 8px, 48px);
  }
  .about_subttl_box P {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 2.4375;
    letter-spacing: 0.05em;
    margin-top: clamp(20px, 1.7361111111vw + 6.6666666667px, 40px);
  }
  /* ------------------------------------------------------------
  // content parts
  ------------------------------------------------------------ */
  .anchor_content {
    width: 100%;
    padding-inline: 30px;
    margin-block: clamp(90px, 7.9861111111vw + 28.6666666667px, 182px) clamp(90px, 5.3819444444vw + 48.6666666667px, 152px);
  }
  .anchor_content .anchor_list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(30px, 1.9097222222vw + 15.3333333333px, 52px);
    margin-inline: auto;
    padding: 0;
  }
  .anchor_content .anchor_link:hover {
    opacity: 0.7;
  }
  .anchor_content .anchor_txt {
    font-size: clamp(18px, 1.0416666667vw + 10px, 30px);
    font-weight: 700;
    color: #333333;
    line-height: 1.8666666667;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .anchor_content .anchor_link {
    display: flex;
    align-items: center;
    gap: clamp(12px, 0.8680555556vw + 5.3333333333px, 22px);
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .anchor_content .anchor_link:hover .anchor_icon::before {
    transform: rotate(45deg) translateY(3px) translateX(3px);
  }
  .anchor_content .anchor_icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(30px, 1.3888888889vw + 19.3333333333px, 46px);
    height: clamp(30px, 1.3888888889vw + 19.3333333333px, 46px);
    background-color: #ffad31;
    border-radius: 50%;
  }
  .anchor_content .anchor_icon::before {
    content: "";
    width: clamp(8px, 0.1736111111vw + 6.6666666667px, 10px);
    height: clamp(8px, 0.1736111111vw + 6.6666666667px, 10px);
    border-right: 3px solid #000000;
    border-bottom: 3px solid #000000;
    transform: rotate(45deg);
    margin-top: -3px;
    transition: transform 0.2s ease;
  }
  #ac-01,
#ac-02,
#ac-03 {
    /* 飛んだ時に上に100px〜150px程度の空きを作る */
    scroll-margin-top: 100px;
  }
  .about_blue_wrap_01 {
    padding-block: clamp(90px, 3.2118055556vw + 65.3333333333px, 127px) 50px;
    background: #e5f3fa;
    border-radius: clamp(40px, 3.4722222222vw + 13.3333333333px, 80px);
    /* 左右反転 (is_rev) */
    /* テキストエリア */
  }
  .about_blue_wrap_01 .case_wrap {
    margin-top: 86px;
    background: url(../../about/img/pc/bg_about_01.png) no-repeat 0 162px;
    background-size: min(1627px, 100%) auto;
  }
  .about_blue_wrap_01 .case_content {
    padding-inline: 15px;
    background: url(../../about/img/pc/bg_about_02.png) no-repeat bottom right;
    background-size: min(1540px, 100%) auto;
    padding-block: clamp(40px, 3.9930555556vw + 9.3333333333px, 86px) clamp(40px, 6.5972222222vw + -10.6666666667px, 116px);
  }
  .about_blue_wrap_01 .case_item {
    margin-bottom: clamp(60px, 2.2569444444vw + 42.6666666667px, 86px);
  }
  .about_blue_wrap_01 .case_item:last-child {
    margin-bottom: 0;
  }
  .about_blue_wrap_01 .case_item_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 77px;
    max-width: 1200px;
    margin-inline: auto;
  }
  .about_blue_wrap_01 .case_item.is_rev .case_item_inner {
    flex-direction: row-reverse;
  }
  .about_blue_wrap_01 .case_txt_box {
    width: 100%;
    max-width: 600px;
  }
  .about_blue_wrap_01 .case_label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-size: clamp(18px, 0.5208333333vw + 14px, 24px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    width: 120px;
    height: 45px;
    background-color: #0088ee;
    border-radius: 23px;
  }
  .about_blue_wrap_01 .case_ttl {
    font-size: clamp(20px, 0.3472222222vw + 17.3333333333px, 24px);
    font-weight: 700;
    color: #0088ee;
    line-height: 1.5416666667;
    margin-block: 7px 13px;
  }
  .about_blue_wrap_01 .case_txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.3125;
    color: #333333;
  }
  .about_blue_wrap_01 .case_img_wrap {
    flex: 1;
    min-width: 240px;
  }
  .about_blue_wrap_01 .case_img {
    width: 100%;
    height: auto;
    display: block;
  }
  .about_blue_wrap_01 .about_blue_grid_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    max-width: 1200px;
    margin-inline: auto;
    padding: clamp(30px, 2.6041666667vw + 10px, 60px) clamp(20px, 5.2083333333vw + -20px, 80px) clamp(30px, 4.5138888889vw + -4.6666666667px, 82px);
    background: url(../../about/img/pc/bg_grid.png) #ffffff;
    border: 6px solid #0083ee;
    border-radius: 6px;
    box-shadow: 0 6px 8px -2px rgba(0, 0, 0, 0.3);
  }
  .about_blue_wrap_01 .about_blue_grid_box .blue_grid_item_ttl {
    font-size: clamp(20px, 0.3472222222vw + 17.3333333333px, 24px);
    font-weight: 700;
    color: #333333;
    line-height: clamp(40px, 0.6944444444vw + 34.6666666667px, 48px);
    letter-spacing: 0.05em;
    width: fit-content;
    height: clamp(40px, 0.6944444444vw + 34.6666666667px, 48px);
    margin-inline: auto;
    padding-inline: 16px;
    background: #ffad31;
    border-radius: clamp(20px, 0.3472222222vw + 17.3333333333px, 24px);
  }
  .about_blue_wrap_01 .about_blue_grid_box p {
    font-size: clamp(20px, 0.3472222222vw + 17.3333333333px, 24px);
    font-weight: 700;
    color: #333333;
    line-height: 1.8125;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .about_strength_wrap {
    margin-block: clamp(90px, 11.4583333333vw + 2px, 222px) clamp(90px, 12.6736111111vw + -7.3333333333px, 236px);
  }
  .about_strength_wrap .content_box {
    margin-bottom: 146px;
  }
  .about_strength_wrap .about_item {
    position: relative;
    padding-block: clamp(60px, 5.2083333333vw + 20px, 120px);
    overflow: hidden;
    z-index: 1;
  }
  .about_strength_wrap .about_item.is_blue {
    background-color: #ebf6ff;
  }
  .about_strength_wrap .about_item.is_blue::before {
    content: attr(data-text);
    position: absolute;
    bottom: calc(clamp(16px, 1.5625vw + 4px, 34px) * -1);
    left: -5px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(60px, 7.6388888889vw + 1.3333333333px, 148px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    columns: #0088ee;
    white-space: nowrap;
    z-index: -1;
    opacity: 0.05;
  }
  .about_strength_wrap .about_item.is_orange {
    background-color: #fff5e6;
  }
  .about_strength_wrap .about_item.is_orange::before {
    content: attr(data-text);
    position: absolute;
    bottom: calc(clamp(16px, 1.5625vw + 4px, 34px) * -1);
    left: -5px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(60px, 7.6388888889vw + 1.3333333333px, 148px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    columns: #ffad31;
    white-space: nowrap;
    z-index: -1;
    opacity: 0.05;
  }
  .about_strength_wrap .about_item.is_green {
    background-color: #e6f9f0;
  }
  .about_strength_wrap .about_item.is_green::before {
    content: attr(data-text);
    position: absolute;
    bottom: calc(clamp(16px, 1.5625vw + 4px, 34px) * -1);
    left: -5px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(60px, 7.6388888889vw + 1.3333333333px, 148px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    columns: #2ed752;
    white-space: nowrap;
    z-index: -1;
    opacity: 0.05;
  }
  .about_strength_wrap .about_item .about_item_inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(40px, 3.2118055556vw + 15.3333333333px, 77px);
    max-width: 1230px;
    margin-inline: auto;
    padding-inline: 15px;
  }
  .about_strength_wrap .about_item .about_ttl_wrap {
    width: clamp(240px, 15.625vw + 120px, 420px);
  }
  .about_strength_wrap .about_item.is_blue .about_ttl_wrap::before {
    color: #0088ee;
  }
  .about_strength_wrap .about_item.is_orange .about_ttl_wrap::before {
    color: #ffad31;
  }
  .about_strength_wrap .about_item.is_green .about_ttl_wrap::before {
    color: #00cc66;
  }
  .about_strength_wrap .about_item .about_sub_ttl {
    font-size: clamp(20px, 1.7361111111vw + 6.6666666667px, 40px);
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
  }
  .about_strength_wrap .about_item .about_main_ttl {
    font-size: clamp(40px, 3.4722222222vw + 13.3333333333px, 80px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .about_strength_wrap .about_item.is_blue .about_main_ttl {
    color: #0088ee;
  }
  .about_strength_wrap .about_item.is_orange .about_main_ttl {
    color: #ffad31;
  }
  .about_strength_wrap .about_item.is_green .about_main_ttl {
    color: #00cc66;
  }
  .about_strength_wrap .about_item .about_txt {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 2.4375;
    letter-spacing: 0.05em;
  }
  .about_blue_wrap_02 {
    padding-block: clamp(90px, 3.2118055556vw + 65.3333333333px, 127px) clamp(90px, 2.6041666667vw + 70px, 120px);
    padding-inline: 15px;
    background: #e5f3fa;
    border-radius: clamp(40px, 3.4722222222vw + 13.3333333333px, 80px) clamp(40px, 3.4722222222vw + 13.3333333333px, 80px) 0 0;
  }
  .about_blue_wrap_02 .about_group_img {
    position: relative;
    margin-top: 120px;
  }
  .about_blue_wrap_02 .about_group_img .about_group_icon {
    position: absolute;
    top: 0;
    left: -15px;
    width: clamp(160px, 34.375vw + -104px, 556px);
  }
  .about_blue_wrap_02 .about_group_img .about_group_img_inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .about_blue_wrap_02 .about_group_img .about_group_img_inner > img {
    width: 100%;
    max-width: 1280px;
    margin-top: 14px;
    margin-inline: auto;
    padding-inline: 15px;
  }
  .about_blue_wrap_02 .about_group_img .about_group_img_inner a {
    position: absolute;
    width: 17.63%;
    left: 32.5%;
    top: 5%;
  }
  .about_blue_wrap_02 .about_group_box {
    width: 100%;
    max-width: 1170px;
    margin-inline: auto;
    padding: clamp(24px, 1.3888888889vw + 13.3333333333px, 40px);
    border: 6px solid #0088ee;
    border-radius: 12px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .about_blue_wrap_02 .about_group_box .about_group_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .about_blue_wrap_02 .about_group_box .about_stats_row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    gap: clamp(40px, 3.4722222222vw + 13.3333333333px, 80px);
  }
  .about_blue_wrap_02 .about_group_box .about_stat_item {
    text-align: center;
  }
  .about_blue_wrap_02 .about_group_box .about_pref {
    display: block;
    font-size: clamp(30px, 0.8680555556vw + 23.3333333333px, 40px);
    font-weight: 700;
    color: #333;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
  }
  .about_blue_wrap_02 .about_group_box .about_number_wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #0088ee;
  }
  .about_blue_wrap_02 .about_group_box .about_num {
    font-size: clamp(90px, 5.3819444444vw + 48.6666666667px, 152px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .about_blue_wrap_02 .about_group_box .about_unit {
    font-size: clamp(40px, 1.7361111111vw + 26.6666666667px, 60px);
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-left: 14px;
  }
  .about_blue_wrap_02 .about_group_box .about_divider {
    width: 2px;
    border-left: 2px dotted #cfcfcf;
    margin-block: 10px;
  }
  .about_blue_wrap_02 .about_group_box .about_group_txt {
    font-size: clamp(18px, 1.0416666667vw + 10px, 30px);
    font-weight: 700;
    color: #333333;
    line-height: 1.8666666667;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0;
  }
  /* ------------------------------------------------------------
  // IAC Content
  ------------------------------------------------------------ */
  .pickup_content_bg {
    background: url(../../../lib/img/bg_pickup_content.png) no-repeat bottom right #e5f3fa;
    background-size: 50% auto;
  }
  .pickup_content_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 clamp(20px, 0.8680555556vw + 13.3333333333px, 30px);
    width: 100%;
    max-width: 820px;
    margin-inline: auto;
    padding: clamp(60px, 3.125vw + 36px, 96px) 15px clamp(60px, 6.5972222222vw + 9.3333333333px, 136px);
  }
  .pickup_content_wrap .pickup_content_ttl {
    font-size: 32px;
    font-weight: 700;
    color: #0088ee;
    text-align: center;
    width: 100%;
    margin-bottom: 48px;
  }
  .pickup_content_wrap .pickup_content_box {
    flex: 1;
    position: relative;
  }
  .pickup_content_wrap .pickup_content_box a .content_img {
    overflow: hidden;
  }
  .pickup_content_wrap .pickup_content_box a .content_img picture img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
  }
  .pickup_content_wrap .pickup_content_box a:hover .content_img picture img {
    transform: scale(1.1);
  }
  .pickup_content_wrap .pickup_content_box .content_ttl {
    position: absolute;
    top: clamp(20px, 1.7361111111vw + 6.6666666667px, 40px);
    left: clamp(20px, 0.4340277778vw + 16.6666666667px, 25px);
    font-size: clamp(22px, 0.6944444444vw + 16.6666666667px, 30px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1666666667;
    letter-spacing: 0.2em;
  }
  .pickup_content_wrap .pickup_content_box .more_orange {
    position: absolute;
    right: 16px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* ============================================================
  // about（SP）
  ============================================================ */
  /* ------------------------------------------------------------
  // Fluid Design Function
  // 320px〜767pxの間で数値を可変させる共通関数
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
  // page title
  ------------------------------------------------------------ */
  .page_about_ttl {
    display: flex;
    align-items: center;
    padding-inline: 20px;
    height: 300px;
    background: url(../../about/img/sp/bg_about.png) no-repeat center center/cover;
    border-radius: 0 0 40px 40px;
  }
  .page_about_ttl h1, .page_about_ttl h2 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffad31;
  }
  .page_about_ttl h1 span, .page_about_ttl h2 span {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.05em;
  }
  .about_subttl_box {
    text-align: center;
  }
  .about_subttl_box .about_orange_ttl {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 40px;
    letter-spacing: 0.05em;
    width: fit-content;
    height: 40px;
    margin-inline: auto;
    margin-bottom: 24px;
    padding-inline: 16px;
    background: #ffad31;
    border-radius: 20px;
  }
  .about_subttl_box .about_txt {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 1.9575;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
  }
  .about_subttl_box P {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
  /* ------------------------------------------------------------
  // content parts
  ------------------------------------------------------------ */
  .anchor_content {
    width: 100%;
    padding-inline: 15px;
    margin-block: 90px;
  }
  .anchor_content .anchor_list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-inline: auto;
    padding: 0;
  }
  .anchor_content .anchor_link:hover {
    opacity: 0.7;
  }
  .anchor_content .anchor_txt {
    font-size: clamp(16px, 0.5102040816vw + 14.0867346939px, 18px);
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .anchor_content .anchor_link {
    display: flex;
    align-items: center;
    gap: clamp(6px, 2.5510204082vw + -3.5663265306px, 16px);
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  .anchor_content .anchor_link:hover .anchor_icon::before {
    transform: rotate(45deg) translateY(3px) translateX(3px);
  }
  .anchor_content .anchor_icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(24px, 1.5306122449vw + 18.2602040816px, 30px);
    height: clamp(24px, 1.5306122449vw + 18.2602040816px, 30px);
    background-color: #ffad31;
    border-radius: 50%;
  }
  .anchor_content .anchor_icon::before {
    content: "";
    width: clamp(6px, 0.5102040816vw + 4.0867346939px, 8px);
    height: clamp(6px, 0.5102040816vw + 4.0867346939px, 8px);
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(45deg);
    margin-top: -3px;
    transition: transform 0.2s ease;
  }
  #ac-01,
#ac-02,
#ac-03 {
    scroll-margin-top: 100px;
  }
  .about_blue_wrap_01 {
    padding-block: 90px 50px;
    background: #e5f3fa;
    border-radius: 40px;
    /* テキストエリア */
  }
  .about_blue_wrap_01 .case_wrap {
    margin-top: 86px;
    background: url(../../about/img/sp/bg_about_01.png) no-repeat 0 162px;
    background-size: min(1627px, 100%) auto;
  }
  .about_blue_wrap_01 .case_content {
    padding-inline: 15px;
    background: url(../../about/img/sp/bg_about_02.png) no-repeat bottom right;
    background-size: min(1540px, 100%) auto;
    padding-block: 40px;
  }
  .about_blue_wrap_01 .case_item {
    margin-bottom: 60px;
  }
  .about_blue_wrap_01 .case_item:last-child {
    margin-bottom: 0;
  }
  .about_blue_wrap_01 .case_item_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    margin-inline: auto;
  }
  .about_blue_wrap_01 .case_txt_box {
    width: 100%;
  }
  .about_blue_wrap_01 .case_label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-size: clamp(16px, 0.5102040816vw + 14.0867346939px, 18px);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.05em;
    width: 120px;
    height: 30px;
    background-color: #0088ee;
    border-radius: 15px;
  }
  .about_blue_wrap_01 .case_ttl {
    font-size: 20px;
    font-weight: 700;
    color: #0088ee;
    line-height: 1.5416666667;
    margin-block: 10px 16px;
  }
  .about_blue_wrap_01 .case_txt {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    color: #333333;
  }
  .about_blue_wrap_01 .case_img_wrap {
    min-width: 240px;
    margin: 0 auto;
    padding-inline: 30px;
  }
  .about_blue_wrap_01 .case_img {
    width: 100%;
    height: auto;
    display: block;
  }
  .about_blue_wrap_01 .about_blue_grid_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    max-width: 1200px;
    margin-inline: auto;
    padding: 30px 20px;
    background: url(../../about/img/sp/bg_grid.png) #ffffff;
    border: 6px solid #0083ee;
    border-radius: 6px;
    box-shadow: 0 6px 8px -2px rgba(0, 0, 0, 0.3);
  }
  .about_blue_wrap_01 .about_blue_grid_box .blue_grid_item_ttl {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 40px;
    letter-spacing: 0.05em;
    width: fit-content;
    height: 40px;
    margin-inline: auto;
    padding-inline: 16px;
    background: #ffad31;
    border-radius: 20px;
  }
  .about_blue_wrap_01 .about_blue_grid_box p {
    font-size: clamp(16px, 1.0204081633vw + 12.1734693878px, 20px);
    font-weight: 600;
    color: #333333;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .about_strength_wrap {
    margin-block: 90px;
  }
  .about_strength_wrap .content_box {
    margin-bottom: clamp(60px, 21.9387755102vw + -22.2704081633px, 146px);
  }
  .about_strength_wrap .about_item {
    position: relative;
    padding-block: 60px;
    overflow: hidden;
    z-index: 1;
  }
  .about_strength_wrap .about_item.is_blue {
    background-color: #ebf6ff;
  }
  .about_strength_wrap .about_item.is_blue::before {
    content: attr(data-text);
    position: absolute;
    bottom: calc(clamp(6px, 2.5510204082vw + -3.5663265306px, 16px) * -1);
    left: -5px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(30px, 7.6530612245vw + 1.3010204082px, 60px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    columns: #0088ee;
    white-space: nowrap;
    z-index: -1;
    opacity: 0.05;
  }
  .about_strength_wrap .about_item.is_orange {
    background-color: #fff5e6;
  }
  .about_strength_wrap .about_item.is_orange::before {
    content: attr(data-text);
    position: absolute;
    bottom: calc(clamp(6px, 2.5510204082vw + -3.5663265306px, 16px) * -1);
    left: -5px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(30px, 7.6530612245vw + 1.3010204082px, 60px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    columns: #ffad31;
    white-space: nowrap;
    z-index: -1;
    opacity: 0.05;
  }
  .about_strength_wrap .about_item.is_green {
    background-color: #e6f9f0;
  }
  .about_strength_wrap .about_item.is_green::before {
    content: attr(data-text);
    position: absolute;
    bottom: calc(clamp(6px, 2.5510204082vw + -3.5663265306px, 16px) * -1);
    left: -5px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(30px, 7.6530612245vw + 1.3010204082px, 60px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    columns: #2ed752;
    white-space: nowrap;
    z-index: -1;
    opacity: 0.05;
  }
  .about_strength_wrap .about_item .about_item_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(30px, 2.5510204082vw + 20.4336734694px, 40px);
    margin-inline: auto;
    padding-inline: 15px;
  }
  .about_strength_wrap .about_item.is_blue .about_ttl_wrap::before {
    color: #0088ee;
  }
  .about_strength_wrap .about_item.is_orange .about_ttl_wrap::before {
    color: #ffad31;
  }
  .about_strength_wrap .about_item.is_green .about_ttl_wrap::before {
    color: #00cc66;
  }
  .about_strength_wrap .about_item .about_sub_ttl {
    font-size: clamp(18px, 0.5102040816vw + 16.0867346939px, 20px);
    font-weight: 600;
    color: #333333;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
  }
  .about_strength_wrap .about_item .about_main_ttl {
    font-size: clamp(34px, 1.5306122449vw + 28.2602040816px, 40px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .about_strength_wrap .about_item.is_blue .about_main_ttl {
    color: #0088ee;
  }
  .about_strength_wrap .about_item.is_orange .about_main_ttl {
    color: #ffad31;
  }
  .about_strength_wrap .about_item.is_green .about_main_ttl {
    color: #00cc66;
  }
  .about_strength_wrap .about_item .about_txt {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .about_blue_wrap_02 {
    padding-block: 90px;
    padding-inline: 15px;
    background: #e5f3fa;
    border-radius: 40px 40px 0 0;
  }
  .about_blue_wrap_02 .about_group_img {
    position: relative;
    margin-top: clamp(60px, 15.306122449vw + 2.6020408163px, 120px);
  }
  .about_blue_wrap_02 .about_group_img .about_group_icon {
    position: absolute;
    top: 0;
    left: -35px;
    width: clamp(120px, 10.2040816327vw + 81.7346938776px, 160px);
  }
  .about_blue_wrap_02 .about_group_img .about_group_img_inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .about_blue_wrap_02 .about_group_img .about_group_img_inner > img {
    width: 100%;
    margin-top: 14px;
    margin-inline: auto;
    padding-inline: 15px;
  }
  .about_blue_wrap_02 .about_group_img .about_group_img_inner a {
    position: absolute;
    width: 17.63%;
    left: 32.5%;
    top: 5%;
  }
  .about_blue_wrap_02 .about_group_box {
    width: 100%;
    margin-inline: auto;
    padding: 24px;
    border: 6px solid #0088ee;
    border-radius: 12px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .about_blue_wrap_02 .about_group_box .about_group_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .about_blue_wrap_02 .about_group_box .about_stats_row {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: clamp(20px, 5.1020408163vw + 0.8673469388px, 40px);
  }
  .about_blue_wrap_02 .about_group_box .about_stat_item {
    text-align: center;
  }
  .about_blue_wrap_02 .about_group_box .about_pref {
    display: block;
    font-size: clamp(24px, 1.5306122449vw + 18.2602040816px, 30px);
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.05em;
  }
  .about_blue_wrap_02 .about_group_box .about_number_wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #0088ee;
  }
  .about_blue_wrap_02 .about_group_box .about_num {
    font-size: 90px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .about_blue_wrap_02 .about_group_box .about_unit {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-left: 14px;
  }
  .about_blue_wrap_02 .about_group_box .about_divider {
    width: 100%;
    height: 2px;
    border-top: 2px dotted #cfcfcf;
  }
  .about_blue_wrap_02 .about_group_box .about_group_txt {
    font-size: clamp(16px, 0.5102040816vw + 14.0867346939px, 18px);
    font-weight: 600;
    color: #333333;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  /* ------------------------------------------------------------
  // IAC Content
  ------------------------------------------------------------ */
  .pickup_content_bg {
    background: url(../../../lib/img/bg_pickup_content.png) no-repeat bottom right #e5f3fa;
    background-size: 50% auto;
  }
  .pickup_content_wrap {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: 100%;
    margin-inline: auto;
    padding: 60px 15px;
  }
  .pickup_content_wrap .pickup_content_ttl {
    font-size: 32px;
    font-weight: 700;
    color: #0088ee;
    text-align: center;
    width: 100%;
  }
  .pickup_content_wrap .pickup_content_box {
    flex: 1;
    position: relative;
  }
  .pickup_content_wrap .pickup_content_box a .content_img {
    overflow: hidden;
  }
  .pickup_content_wrap .pickup_content_box a .content_img picture img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
  }
  .pickup_content_wrap .pickup_content_box a:hover .content_img picture img {
    transform: scale(1.1);
  }
  .pickup_content_wrap .pickup_content_box .content_ttl {
    position: absolute;
    top: 28px;
    left: 24px;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1666666667;
    letter-spacing: 0.2em;
  }
  .pickup_content_wrap .pickup_content_box .more_orange {
    position: absolute;
    right: 14px;
    bottom: 18px;
  }
}