@charset "UTF-8";
@media print, screen and (min-width: 768px) {
  /* ============================================================
  // benefit（PC）
  ============================================================ */
  /* ------------------------------------------------------------
  // Fluid Design Function
  // 768px〜1920pxの間で数値を可変させる共通関数
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
  // page title
  ------------------------------------------------------------ */
  .page_benefit_ttl {
    background: url(../../benefit/img/pc/bg_benefit.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_benefit_ttl .gradation_bg {
    display: flex;
    align-items: center;
    padding-inline: clamp(90px, 7.8125vw + 30px, 180px);
    height: clamp(330px, 28.6209887251vw + 110.4770164788px, 660px);
    background: url(../../benefit/img/pc/bg_gradation.png) no-repeat top left/cover;
    border-radius: 0 0 clamp(40px, 3.4722222222vw + 13.3333333333px, 80px) clamp(40px, 3.4722222222vw + 13.3333333333px, 80px);
  }
  .page_benefit_ttl .gradation_bg h1, .page_benefit_ttl .gradation_bg h2 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(14px, 0.5208333333vw + 10px, 20px);
    font-weight: 700;
    color: #ffad31;
  }
  .page_benefit_ttl .gradation_bg h1 span, .page_benefit_ttl .gradation_bg h2 span {
    display: block;
    font-size: clamp(26px, 2.2569444444vw + 8.6666666667px, 52px);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.05em;
  }
  /* ------------------------------------------------------------
  // link button
  ------------------------------------------------------------ */
  .benefit_link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(20px, 0.5208333333vw + 16px, 26px);
    font-weight: 700;
    color: #1d1d1d;
    line-height: 1.349;
    text-decoration: none;
    width: 100%;
    max-width: 506px;
    height: clamp(80px, 3.125vw + 56px, 116px);
    margin-top: clamp(40px, 2.4305555556vw + 21.3333333333px, 68px);
    margin-inline: auto;
    background: #ffad32;
    border-radius: clamp(40px, 1.5625vw + 28px, 58px);
    padding: 0 40px;
    box-sizing: border-box;
  }
  .benefit_link::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #1d1d1d;
    border-right: 3px solid #1d1d1d;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
  .benefit_link:hover::after {
    transform: translateX(5px) rotate(45deg);
  }
  /* ------------------------------------------------------------
  // main content
  ------------------------------------------------------------ */
  .benefit_blue_wrap {
    padding-block: clamp(60px, 0.4340277778vw + 56.6666666667px, 65px) clamp(160px, 8.4201388889vw + 95.3333333333px, 257px);
    background: #e5f3fa;
    border-radius: clamp(20px, 1.7361111111vw + 6.6666666667px, 40px) clamp(20px, 1.7361111111vw + 6.6666666667px, 40px) 0 0;
  }
  .benefit_white_wrap {
    position: relative;
    margin-top: -40px;
    padding-block: clamp(120px, 5.7291666667vw + 76px, 186px) clamp(90px, 2.4305555556vw + 71.3333333333px, 118px);
    background: #ffffff;
    border-radius: clamp(20px, 1.7361111111vw + 6.6666666667px, 40px) clamp(20px, 1.7361111111vw + 6.6666666667px, 40px) 0 0;
  }
  .benefit_orange_ttl_01 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(24px, 1.2152777778vw + 14.6666666667px, 38px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    width: 100%;
    max-width: 377px;
    height: 84px;
    margin-block: clamp(120px, 2.0833333333vw + 104px, 144px) clamp(60px, 0.3472222222vw + 57.3333333333px, 64px);
    margin-inline: auto;
    background: #ffad31;
    border-radius: 42px;
  }
  .benefit_orange_ttl_02 {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(24px, 1.2152777778vw + 14.6666666667px, 38px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    width: 100%;
    max-width: 456px;
    height: 84px;
    background: #ffad31;
    border-radius: 42px;
  }
  .grid_wrap {
    display: flex;
    flex-direction: column;
    gap: 37px;
  }
  .grid_wrap .grid_box {
    position: relative;
    min-height: clamp(0px, 26.4756944444vw + -203.3333333333px, 305px);
    margin-inline: auto;
    padding: clamp(30px, 1.7361111111vw + 16.6666666667px, 50px) clamp(150px, 18.2291666667vw + 10px, 360px) clamp(30px, 1.7361111111vw + 16.6666666667px, 50px) clamp(20px, 2.6041666667vw + 0px, 50px);
    background: url(../../benefit/img/pc/bg_grid.png);
    border: 6px solid #0083ee;
    border-radius: 10px;
  }
  .grid_wrap .grid_box .grid_header {
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .grid_wrap .grid_box .grid_header .grid_ttl {
    flex: 1;
    font-size: 20px;
    font-weight: 700;
    color: #0088ee;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-top: 20px;
  }
  .grid_wrap .grid_box p {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.05em;
    margin-top: 11px;
  }
  .grid_wrap .grid_box .grind_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: clamp(20px, 6.0763888889vw + -26.6666666667px, 90px);
    width: clamp(120px, 9.1145833333vw + 50px, 225px);
  }
  .white_box_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(20px, 1.7361111111vw + 6.6666666667px, 40px) clamp(20px, 3.4722222222vw + -6.6666666667px, 60px);
    margin: 0 0 clamp(40px, 4.3402777778vw + 6.6666666667px, 90px);
    padding: 0;
  }
  .white_box_list li {
    list-style-type: none;
    width: calc((100% - clamp(40px, 6.9444444444vw + -13.3333333333px, 120px)) / 3);
    padding: 35px clamp(20px, 1.7361111111vw + 6.6666666667px, 40px) 24px;
    background: #ffffff;
    border-radius: 10px;
  }
  .white_box_list li .list_img {
    width: 100%;
    max-width: 185px;
    margin-inline: auto;
  }
  .white_box_list li .list_ttl {
    font-size: clamp(18px, 0.1736111111vw + 16.6666666667px, 20px);
    font-weight: 700;
    color: #0088ee;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
    margin-block: 17px 9px;
  }
  .white_box_list li p {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
  .blue_box_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(20px, 1.7361111111vw + 6.6666666667px, 40px) clamp(20px, 3.4722222222vw + -6.6666666667px, 60px);
    margin: 0 0 clamp(40px, 4.3402777778vw + 6.6666666667px, 90px);
    padding: 0;
  }
  .blue_box_list li {
    list-style-type: none;
    width: calc((100% - clamp(40px, 6.9444444444vw + -13.3333333333px, 120px)) / 3);
    padding: 35px clamp(20px, 1.7361111111vw + 6.6666666667px, 40px) 24px;
    background: #e5f3fa;
    border-radius: 10px;
  }
  .blue_box_list li .list_img {
    width: 100%;
    max-width: 185px;
    margin-inline: auto;
  }
  .blue_box_list li .list_ttl {
    font-size: clamp(18px, 0.1736111111vw + 16.6666666667px, 20px);
    font-weight: 700;
    color: #0088ee;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
    margin-block: 17px 9px;
  }
  .blue_box_list li p {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
  .benefit_box {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
  }
  .benefit_box .benefit_box_header {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 27px 60px;
    background: #0088ee;
    border-radius: 10px 10px 0 0;
  }
  .benefit_box .benefit_box_body {
    padding: 52px 362px 100px 59px;
  }
  .benefit_box .benefit_box_img {
    position: absolute;
    top: 37px;
    right: 28px;
    width: 310px;
  }
  /* ------------------------------------------------------------
  // IAC Content
  ------------------------------------------------------------ */
  .pickup_content_bg {
    background: url(../../../img/bg_pickup_content.png) no-repeat bottom right #e5f3fa;
    background-size: 50% auto;
    border-radius: 40px 40px 0 0;
  }
  .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: 1230px;
    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) {
  /* ============================================================
  // benefit（SP）
  ============================================================ */
  /* ------------------------------------------------------------
  // Fluid Design Function
  // 320px〜767pxの間で数値を可変させる共通関数
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
  // page title
  ------------------------------------------------------------ */
  .page_benefit_ttl {
    background: url(../../benefit/img/sp/bg_benefit.png) no-repeat center center/cover;
    border-radius: 0 0 40px 40px;
  }
  .page_benefit_ttl .gradation_bg {
    display: flex;
    align-items: center;
    padding-inline: clamp(15px, 19.1326530612vw + -56.7474489796px, 90px);
    height: 300px;
    background: url(../../benefit/img/sp/bg_gradation.png) no-repeat top left/cover;
    border-radius: 0 0 40px 40px;
  }
  .page_benefit_ttl .gradation_bg h1, .page_benefit_ttl .gradation_bg h2 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffad31;
  }
  .page_benefit_ttl .gradation_bg h1 span, .page_benefit_ttl .gradation_bg h2 span {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.05em;
  }
  /* ------------------------------------------------------------
  // link button
  ------------------------------------------------------------ */
  .benefit_link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(18px, 0.5102040816vw + 16.0867346939px, 20px);
    font-weight: 700;
    color: #1d1d1d;
    line-height: 1.4;
    text-decoration: none;
    width: 100%;
    max-width: 320px;
    height: clamp(64px, 4.0816326531vw + 48.693877551px, 80px);
    margin-top: 40px;
    margin-inline: auto;
    background: #ffad32;
    border-radius: clamp(32px, 2.0408163265vw + 24.3469387755px, 40px);
    padding: 0 40px;
    box-sizing: border-box;
  }
  .benefit_link::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #1d1d1d;
    border-right: 3px solid #1d1d1d;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
  .benefit_link:hover::after {
    transform: translateX(5px) rotate(45deg);
  }
  /* ------------------------------------------------------------
  // main content
  ------------------------------------------------------------ */
  .benefit_blue_wrap {
    padding-block: clamp(20px, 10.2040816327vw + -18.2653061224px, 60px) 160px;
    background: #e5f3fa;
    border-radius: 20px 20px 0 0;
  }
  .benefit_white_wrap {
    position: relative;
    margin-top: -40px;
    padding-block: clamp(60px, 15.306122449vw + 2.6020408163px, 120px) 90px;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
  }
  .benefit_orange_ttl_01 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    width: 100%;
    max-width: 320px;
    height: 60px;
    margin-block: 120px 60px;
    margin-inline: auto;
    background: #ffad31;
    border-radius: 30px;
  }
  .benefit_orange_ttl_02 {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    width: 100%;
    max-width: 320px;
    height: 60px;
    background: #ffad31;
    border-radius: 30px;
  }
  .grid_wrap {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 4.3367346939vw + 3.737244898px, 37px);
    margin-top: 40px;
  }
  .grid_wrap .grid_box {
    position: relative;
    margin-inline: auto;
    padding: 20px;
    background: url(../../benefit/img/sp/bg_grid.png);
    border: 4px solid #0083ee;
    border-radius: 10px;
  }
  .grid_wrap .grid_box .grid_header {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .grid_wrap .grid_box .grid_header .grid_ttl {
    flex: 1;
    font-size: clamp(18px, 0.5102040816vw + 16.0867346939px, 20px);
    font-weight: 700;
    color: #0088ee;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-top: 10px;
  }
  .grid_wrap .grid_box p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
  .grid_wrap .grid_box .grind_img {
    margin-top: 20px;
    padding-inline: 40px;
  }
  .grid_wrap .grid_box .grind_img img {
    max-width: 140px;
    margin-inline: auto;
  }
  .white_box_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
  }
  .white_box_list li {
    list-style-type: none;
    width: calc((100% - 10px) / 2);
    padding: 35px 20px 24px;
    background: #ffffff;
    border-radius: 10px;
  }
  .white_box_list li .list_img {
    width: 100%;
    max-width: 185px;
    margin-inline: auto;
  }
  .white_box_list li .list_ttl {
    font-size: clamp(18px, 0.5102040816vw + 16.0867346939px, 20px);
    font-weight: 700;
    color: #0088ee;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
    margin-block: 17px 9px;
  }
  .white_box_list li p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .blue_box_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
  }
  .blue_box_list li {
    list-style-type: none;
    width: calc((100% - 10px) / 2);
    padding: 35px 20px 24px;
    background: #e5f3fa;
    border-radius: 10px;
  }
  .blue_box_list li .list_img {
    width: 100%;
    max-width: 185px;
    margin-inline: auto;
  }
  .blue_box_list li .list_ttl {
    font-size: clamp(18px, 0.5102040816vw + 16.0867346939px, 20px);
    font-weight: 700;
    color: #0088ee;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: center;
    margin-block: 17px 9px;
  }
  .blue_box_list li p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .benefit_box {
    position: relative;
    margin-top: 40px;
    background: #ffffff;
    border-radius: 10px;
  }
  .benefit_box .benefit_box_header {
    font-size: clamp(20px, 1.0204081633vw + 16.1734693878px, 24px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 20px;
    background: #0088ee;
    border-radius: 10px 10px 0 0;
  }
  .benefit_box .benefit_box_body {
    padding: 30px 20px;
  }
  .benefit_box .benefit_box_img {
    padding-inline: 40px;
    padding-bottom: 30px;
  }
  .benefit_box .benefit_box_img img {
    width: 100%;
    max-width: 310px;
    margin-inline: auto;
  }
  /* ------------------------------------------------------------
  // IAC Content
  ------------------------------------------------------------ */
  .pickup_content_bg {
    background: url(../../../img/bg_pickup_content.png) no-repeat bottom right #e5f3fa;
    background-size: 50% auto;
    border-radius: 40px 40px 0 0;
  }
  .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;
  }
}