/* マージン */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}
@media (max-width: 767px) {
    html {
      scroll-behavior: smooth;
      scroll-padding-top: 51px;
    }
}

/* pc・sp画像表示 */
.pc_only {
    display: block;
}
.sp_only {
    display: none;
}
@media (max-width: 767px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
}




/* フォント周り */
.bg-gray_right_h3 {
  font-size: 4.8rem;
  margin-bottom: 56px;
  color: #003975;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
}
.bg-gray_right_h3::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: translateX(0%);
  width: 30%;
  height: 3px;
  border-radius: 5px;
  background: linear-gradient(to right, #348bcd 0%, #1668b2 33%, #004c90 66%, #003975 100%);
}
.bg-gray_right_h3::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-36%);
  width: 80%;
  height: 3px;
  border-radius: 5px;
  background: #CACACA;
  background-position: bottom;
}




/* お問い合わせボタン */
.fixed_btn {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 244px;
    height: 80px;
    background-image: linear-gradient(90deg, #ea6ea5, #f14e5e);
    border: 1px #ffffff solid;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    z-index: 15;
    transition: all 0.3s ease-out;
}
.fixed_btn:hover {
    background-position: 100% 50%;
    opacity: 0.75;
}
.f_b_flex {
    display: flex;
    gap: 5%;
    padding: 15px;
}
.f_b_flex_i {
 background-color: #ffffff;
 padding: 10px;
 border-radius: 5px;
}
.f_b_flex_i_img {
    max-width: 36px;
    max-height: 28px;
}
.f_b_flex_txt {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}
.f_b_flex_txt_span {
    color: #FFC1DD;
    font-size: 12px;
    font-weight: bold;
}
.f_b_flex_txt::before {
    content: '';
    position: absolute;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    top: 30%;
    transform: translateY(36%);
    right: 6%;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
}
.f_b_flex_txt::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 48%;
    right: 9%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #f14e5e;
    border-right: 2px solid #f14e5e;
    transform: rotate(45deg);
}




/* タイトル箇所 */
.service_sub_ttl {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 25%, #E5EDF4 25%, #E5EDF4 50%, #E5EDF4 100%);
    padding: 36px;
    margin: 0 auto 80px;
}
.s_s_t_div {
    position: relative;
    margin: 0 auto;
}
.s_s_t_img {
    margin: 0 auto;
    width: 100%;
}
.s_s_t_imgtext_width {
    max-width: 1200px;
    display: flex;
    justify-content: flex-start;
}
.s_s_t_imgtext {
    position: absolute;
    margin: 0 auto;
    padding: 36px;
    top: 50%;
    transform: translateX(36%) translateY(-48%);
    z-index: 2;
}
@media (max-width: 1500px) {
    .s_s_t_imgtext {
        position: absolute;
        margin: 0 auto;
        padding: 36px;
        top: 50%;
        transform: translateX(2%) translateY(-48%);
        z-index: 2;
    }
}
@media(max-width: 930px){
    /* タイトル箇所 */
    .service_sub_ttl {
        position: relative;
        background: linear-gradient(180deg, #ffffff 0%, #ffffff 18%, #E5EDF4 18%, #E5EDF4 50%, #E5EDF4 100%);
        padding: 20px;
        margin: 0 auto 40px;
    }
    .s_s_t_div {
        position: relative;
        margin: 0 auto;
    }
    .s_s_t_img {
        margin: 0 auto;
        width: 100%;
    }
    .s_s_t_imgtext_width {
        max-width: 1200px;
        display: flex;
        justify-content: flex-start;
    }
    .s_s_t_imgtext {
        position: absolute;
        margin: 0 auto;
        padding: 36px;
        top: 50%;
        transform: translateX(0%) translateY(-48%);
        z-index: 2;
    }
    .s_s_t_span {
        position: relative;
        color: #ffffff;
        font-size: 12px  !important;
        font-weight: bold;
        margin: 0 0 4px 0;
        z-index: 2;
    }
    .s_s_t_h2 {
        position: relative;
        display: inline-block;
        color: #EA6EA5;
        font-size: 28px !important;
        font-weight: bold;
        background-color: #ffffff;
        padding: 6px 12px !important;
        border-radius: 10px;
        text-align: left;
        z-index: 2;
    }
    .s_s_t_text {
        margin: 0 auto;
        max-width: 1152px;
    }
    .s_s_t_h5 {
        color: #3D3D3D;
        font-size: 18px;
        line-height: 1.5;
        margin: 20px 0 12px;
    }
    .s_s_t_p {
        color: #3D3D3D;
        font-size: 14px;
    }
}
.s_s_t_span {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 4px 0;
    z-index: 2;
}
.s_s_t_h2 {
    position: relative;
    display: inline-block;
    color: #003975;
    font-size: 56px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    text-align: left;
    z-index: 2;
}
.s_s_t_text {
    margin: 0 auto;
    max-width: 1152px;
}
.s_s_t_h5 {
    color: #3D3D3D;
    font-size: 30px;
    line-height: 1.5;
    margin: 36px 0 24px;
}
.s_s_t_p {
    color: #3D3D3D;
    font-size: 18px;
    line-height: 1.8;
}




/* ページ内リンク */
.page_link {
    display: flex;
    background-color: #F8F8F8;
    max-width: 1200px;
    padding: 36px;
    margin: 0 auto 80px;
    border-radius: 20px;
}
.page_link_div {
    margin: 0 auto;
    pointer-events: auto;
}
.page_link_div::after {
    content:"";
    border-right: 2px #CACACA solid;
    padding: 4px 32px;
}
.page_link_div:nth-child(4)::after {
    content:"";
    border-right: none;
}
.page_link_div:hover {
    color: #348BCD;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 8px;
}
.page_link_a {
    color: #348BCD;
    font-size: 20px;
}
.page_link_a::after {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    background-image: url(../../../../common/img/arrowCircle.png);
    transform: rotate(90deg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin: 0 0 4px 10px;
    transition: background-image 0.3s ease;
}
.page_link_div:hover .page_link_a::after {
  background-image: url(../../../../common/img/arrowCircle_on.png);
  transform: rotate(90deg);
}




/* 背景色白色・中央揃え箇所 */
.bg-white_center {
    max-width: 1152px;
    margin: 80px auto;
}
.txt16px {
    font-size: 16px;
    line-height: 1.7;
    margin: 0px 0 12px 0;
    text-align: left;
}
.txt14px {
    color: #8B8B8B;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
.bg-white_center_i {
    margin: 0 auto;
    background-color: #eeeeee;
    padding: 36px;
    border-radius: 20px;
    text-align: center;
}
.bg-white_center_i_img {
    margin: 0 auto;
    max-width: 850px;
    border-radius: 20px;
}





/* 背景色灰色・右寄せ箇所 */
.bg-gray_right {
    /* background: linear-gradient(90deg, #ffffff 0%, #ffffff 8%, #eeeeee 8%, #eeeeee 100%); */
    margin: 0 0 80px 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-radius: 20px 0 0 20px;
    padding: 64px 0 128px;
    display: flex;
    justify-content: center;
    position: relative;
}
.bg-gray_right::after {
    content: '';
    background: #eeeeee;
    width: 95%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
}

.mb40 {
    margin: 0 0 40px 0;
}

.text_width_right {
  max-width: 1152px;
  width: 100%;
  margin: 0 64px 0 120px;
}
.text_width_left {
  max-width: 1152px;
  width: 100%;
  margin: 0 96px 0 64px;
}

.pc4_sp2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1152px;
    margin: 0 auto;
    gap: 1%;
}

.pc4_sp2_contents {
    width: 24%;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 10px;
}
.pc4_sp2_contents_i {
    width: 100%;
}
.pc4_sp2_contents_ttl {
    font-size: 18px;
    padding: 0 8px;
    margin: 8px 0;
}
.pc4_sp2_contents_p {
    font-size: 14px;
    padding: 0 8px;
    margin: 0 0 8px 0;
}



/* 背景色白色・中央揃え */
.pc3_sp2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1152px;
    margin: 0 auto;
    gap: 1%;
}
.pc3_sp2_contents {
    width: 32%;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 10px;
}
.pc3_sp2_contents_i {
    width: 100%;
}
.pc3_sp2_contents_ttl {
    font-size: 18px;
    padding: 0 8px;
    margin: 8px 0;
}
.pc3_sp2_contents_p {
    font-size: 14px;
    padding: 0 8px;
    margin: 0 0 8px 0;
}





/* 背景色青色・中央揃え */
.bg-44A2EA_center {
    background-color: #44A2EA;
    padding: 64px;
    margin: 0 auto 80px;
}
.font-white {
    color: #ffffff;
    max-width: 1152px;
    margin: 0 auto 48px;
}
.font-white {
    color: #ffffff;
    max-width: 1152px;
    margin: 0 auto 48px;
}






/* 背景色水色・左寄せ箇所 */
.bg-blue_left {
    /* background: linear-gradient(90deg, #E5EDF4 0%, #E5EDF4 94%, #ffffff 94%, #ffffff 100%); */
    margin: 0 0 80px 0;
    border-radius: 0 20px 20px 0;
    padding: 64px 32px;
    display: flex; /* Flexboxレイアウトを適用 */
    justify-content: center; /* 水平方向の中央揃え */
    position: relative;
}
.bg-blue_left::after {
    content: '';
    background: #E5EDF4;
    width: 93%;
    height: 100%;
    border-radius: 0 20px 20px 0;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
.pc4_sp2 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1152px;
    margin: 0 auto;
    gap: 1%;
}
.pc4_sp2_contents {
    width: 24%;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 10px;
}
.pc4_sp2_contents_i {
    width: 100%;
}
.pc4_sp2_contents_ttl {
    font-size: 18px;
    padding: 0 8px;
    margin: 8px 0;
}
.pc4_sp2_contents_p {
    font-size: 14px;
    padding: 0 8px;
    margin: 0 0 8px 0;
}
.dot_line_group {
    margin: 120px auto 0;
}
.dot_line {
    color: #3D3D3D;
    font-size: 4.0rem;
    font-weight: bold;
    border-bottom: 1px #CACACA solid;
    padding-bottom: 10px;
    margin-bottom: 40px;
    padding-left: 36px;
}
.dot_line::before {
    content: '';
    display: inline-flex;
    justify-content: center;
    background-image: linear-gradient(125deg, #003975, #348bcd);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 12px 10px 0;
    top: 28%;
}
.dot_line_i {
    margin: 0 auto;
    padding: 40px 36px;
    background-color: #ffffff;
    border-radius: 20px;
    top: 28%;
}
.dot_line_i_img {
    width: 100%;
}
.dot_line_group02 {
    margin: 48px auto 0;
}
.mb36 {
    margin: 0 0 36px 0;
}




/* 背景色水色・中央揃え箇所 */
.bg-blue_center {
    width: 96%;
    margin: 0 auto;
    background-color: #E4EAF0;
    padding: 64px;
    border-radius: 20px;
}
.text_width_center {
  max-width: 1152px;
  margin: 0 auto;
}
.connection {
    display: flex;
    justify-content: space-between;
    gap: 2%;
}
.connection_contents {
    display: block;
    max-width: 376px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    transition: 0.3s;
    position:relative;
	overflow:hidden;
	z-index:1;
}
.connection_contents_range {
    max-width: 376px;
    max-height: 206px;
    border: 12px #ffffff solid;
    border-radius: 20px;
    transition: 0.3s;
    position:relative;
	overflow:hidden;
	z-index:1;
}
.connection_contents:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 8px;
  border-radius: 20px;
}

.connection_contents_i img {
    transform: scale(1);
    transition:all .2s ease;
}
.connection_contents:hover .connection_contents_i img {
  position: relative;
  /* max-width: 352px; */
  max-height: 206px;
  background-size: 400px;
  transform: scale(1.2);
  background-position: 50%;
}
.connection_contents_txt {
    position: relative;
    font-size: 18px;
    color: #348BCD;
    padding: 0px 16px 20px;
    z-index: 3;
}
.connection_contents_txt::after {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    background-image: url(../../../../common/img/arrowCircle.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin: 10px 0 0 12px;
    transition: background-image 0.3s ease;
}
.connection_contents:hover .connection_contents_txt::after {
  background-image: url(../../../../common/img/arrowCircle_on.png);
}





/* ボタン */
.service_btn {
    display: block;
    max-width: 1152px;
    margin: 80px auto 0;
}
.b_div {
    margin: 0 auto 80px;
    text-align: center;
    pointer-events: auto !important;
}
.b_div a { 
    pointer-events: auto !important;
}
.button[service-top] {
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .04em;
    width: 300px;
    display: inline-block;
    background: linear-gradient(40deg, #003975 5%, #348BCD 95%);
    border-radius: 2em;
    pointer-events: auto;
    z-index: 10;
}
.button__label[service-top] {
    margin: .8rem;
    padding: 1.2rem 1.6rem;
    border-radius: 2em;
    background: #ffffff;
    display: block;
    text-align: right;
    pointer-events: auto;
}
.button__label[service-top]::after {
        content: " ";
        display: inline-block;
        width: .6em;
        height: .6em;
        border-top: solid 4px #348BCD;
        border-right: solid 4px #348BCD;
        border-radius: 2px;
        position: absolute;
        transform: rotate(225deg) translate(0, 50%);
        left: 1em;
        bottom: 35%;
}
.button__label[service-top]:hover::after {
        border-color: #ffffff;
    }
@media (hover: hover) {
    .button__label[service-top] {
        transition: .3s cubic-bezier(.25,.46,.45,.94);
    }
    .button[service-top]:hover span[service-top] {
        font-weight:700;
        color: #ffffff;
        background-color: transparent;
    }
}





/* Mobile */
@media (max-width: 767px) {

    /* フォント周り */
    .bg-gray_right_h3 {
      font-size: 2.4rem;
      margin-bottom: 28px;
      color: #003975;
      font-weight: bold;
      position: relative;
      padding-bottom: 15px;
    }
    .bg-gray_right_h3::before {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      transform: translateX(0%);
      width: 30%;
      height: 3px;
      border-radius: 5px;
      background: linear-gradient(to right, #348bcd 0%, #1668b2 33%, #004c90 66%, #003975 100%);
    }
    .bg-gray_right_h3::after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-36%);
      width: 80%;
      height: 3px;
      border-radius: 5px;
      background: #CACACA;
      background-position: bottom;
    }


    /* お問い合わせボタン */
    .fixed_btn {
        position: fixed;
        right: 10px;
        bottom: 24px;
        width: 160px;
        height: 52px;
        background-image: linear-gradient(90deg, #ea6ea5, #f14e5e);
        border: 1px #ffffff solid;
        border-radius: 10px;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
        z-index: 15;
        transition: all 0.3s ease-out;
    }
    .fixed_btn:hover {
        background-position: 100% 50%;
        opacity: 0.75;
    }
    .f_b_flex {
        display: flex;
        gap: 5%;
        padding: 8px;
    }
    .f_b_flex_i {
     background-color: #ffffff;
     padding: 8px;
     border-radius: 5px;
    }
    .f_b_flex_i_img {
        max-width: 24px;
        max-height: 18px;
    }
    .f_b_flex_txt {
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
    }
    .f_b_flex_txt_span {
        color: #FFC1DD;
        font-size: 8px;
        font-weight: bold;
    }
    .f_b_flex_txt::before {
        content: '';
        position: absolute;
        display: inline-block;
        background-color: #ffffff;
        border-radius: 50%;
        top: 30%;
        transform: translateY(36%);
        right: 6%;
        width: 12px;
        height: 12px;
        line-height: 12px;
        text-align: center;
    }
    .f_b_flex_txt::after {
        content: '';
        position: absolute;
        display: inline-block;
        top: 47%;
        right: 9%;
        width: 4px;
        height: 4px;
        border-top: 1px solid #f14e5e;
        border-right: 1px solid #f14e5e;
        transform: rotate(45deg);
    }


    /* 背景色白色・中央揃え箇所 */
    .bg-white_center {
        max-width: 1152px;
        margin: 40px auto;
        padding: 0 32px;
    }
    .txt16px {
        font-size: 12px;
        line-height: 1.7;
        margin: 0px 0 6px 0;
        text-align: left;
    }
    .txt14px {
        color: #8B8B8B;
        font-size: 11px;
        line-height: 1.7;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
    }
    .bg-white_center_i {
        margin: 0 auto;
        background-color: #eeeeee;
        padding: 18px;
        border-radius: 10px;
        text-align: center;
    }
    .bg-white_center_i_img {
        margin: 0 auto;
        max-width: 850px;
        border-radius: 10px;
    }
    


    /* タイトル箇所 */
    .service_sub_ttl {
        position: relative;
        background: linear-gradient(180deg, #ffffff 0%, #ffffff 18%, #E5EDF4 18%, #E5EDF4 50%, #E5EDF4 100%);
        padding: 20px;
        margin: 0 auto 40px;
    }
    .s_s_t_div {
        position: relative;
        margin: 0 auto;
    }
    .s_s_t_img {
        margin: 0 auto;
        width: 100%;
    }
    .s_s_t_imgtext_width {
        max-width: 1200px;
        display: flex;
        justify-content: flex-start;
    }
    .s_s_t_imgtext {
        position: absolute;
        margin: 0 auto;
        padding: 36px;
        top: 50%;
        transform: translateX(0%) translateY(-48%);
        z-index: 2;
    }
    .s_s_t_span {
        position: relative;
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 4px 0;
        z-index: 2;
    }
    .s_s_t_h2 {
        position: relative;
        display: inline-block;
        color: #003975;
        font-size: 28px;
        font-weight: bold;
        background-color: #ffffff;
        padding: 6px 12px;
        border-radius: 10px;
        text-align: left;
        z-index: 2;
    }
    .s_s_t_text {
        margin: 0 auto;
        max-width: 1152px;
    }
    .s_s_t_h5 {
        color: #3D3D3D;
        font-size: 18px;
        line-height: 1.5;
        margin: 20px 0 12px;
    }
    .s_s_t_p {
        color: #3D3D3D;
        font-size: 14px;
    }


    /* ページ内リンク */
    .page_link {
        display: flex;
        background-color: #F8F8F8;
        max-width: 1200px;
        padding: 18px;
        margin: 0 30px 40px;
        border-radius: 10px;
        flex-wrap: wrap;
    }
    .page_link_div {
        width: 48%;
         margin: 0 auto;
         pointer-events: auto;
         position: relative;
    }
    .page_link_div::after {
        content:"";
        border-right: 2px #CACACA solid;
        padding: 4px 32px;
    }
    .page_link_div:nth-child(1) {
        display: block;
        border-bottom: 2px #CACACA solid;
        padding: 0 12px 12px 12px;
    }
    .page_link_div:nth-child(2) {
        display: block;
        border-bottom: 2px #CACACA solid;
        padding: 0 12px 12px 12px;
    }
    .page_link_div:nth-child(3) {
        display: block;
        padding: 12px 0 0 12px;
    }
    .page_link_div:nth-child(4) {
        display: block;
        padding: 12px 0 0 12px;
    }
    .page_link_div:nth-child(1)::after {
        content: "";
        border-right: 2px #CACACA solid;
        padding: 4px 32px;
        position: absolute;
        right: 0;
        top: 0;
        height: 80%;
    }
    .page_link_div:nth-child(2)::after {
        content:"";
        border-right: none;
    }
    .page_link_div:nth-child(3)::after {
        content: "";
        border-right: 2px #CACACA solid;
        padding: 4px 32px;
        position: absolute;
        right: 0;
        top: 10px;
        height: 80%;
    }
    .page_link_div:nth-child(4)::after {
        content:"";
        border-right: none;
    }
    .page_link_div:hover {
        color: #348BCD;
        text-decoration: underline;
        text-decoration-style: dotted;
        text-underline-offset: 8px;
    }
    .page_link_a {
        color: #348BCD;
        font-size: 16px;
    }
    .page_link_a::after {
        content: "";
        display: inline-block;
        vertical-align: text-bottom;
        background-image: url(../../../../common/img/arrowCircle.png);
        transform: rotate(90deg);
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
        background-size: 100%;
        margin: 0 0 4px 10px;
        transition: background-image 0.3s ease;
    }
    .page_link_div:hover .page_link_a::after {
      background-image: url(../../../../common/img/arrowCircle_on.png);
      transform: rotate(90deg);
    }


    /* 背景色灰色・右寄せ箇所 */
    .bg-gray_right {
        /* background: linear-gradient(90deg, #ffffff 0%, #ffffff 8%, #eeeeee 8%, #eeeeee 100%); */
        margin: 0 0 40px 0;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-radius: 20px 0 0 20px;
        padding: 32px 0 96px;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .bg-gray_right::after {
        content: '';
        background: #eeeeee;
        width: 90%;
        height: 100%;
        border-radius: 20px 0 0 20px;
        position: absolute;
        top: 0;
        z-index: -1;
        right: 0;
    }
    .mb40 {
    margin: 0 0 20px 0;
    }
    .pc4_sp2 {
        display: flex;
        flex-wrap: wrap;
        max-width: 1152px;
        margin: 0 auto;
        gap: 1%;
    }
    .pc4_sp2_contents {
        width: 49%;
        background-color: #ffffff;
        padding: 8px;
        border-radius: 10px;
        margin: 0 0 8px 0;
    }
    .pc4_sp2_contents_i {
        width: 100%;
    }
    .pc4_sp2_contents_ttl {
        font-size: 14px;
        padding: 0 4px;
        margin: 4px 0;
    }
    .pc4_sp2_contents_p {
        font-size: 12px;
        padding: 0 4px;
        margin: 0 0 4px 0;
    }

    .text_width_right {
      max-width: 1152px;
      width: 100%;
      margin: 0 32px 0 64px;
    }
    .text_width_left {
      max-width: 1152px;
      width: 100%;
      margin: 0 48px 0 24px;
    }

    .step {
      counter-reset: step-number;
      margin: 0 auto 96px;
    }

    .step_w_div {
        position: relative;
        max-width: 244px;
        margin: 0 0 40px 0;
        z-index: 2;
    }
    .step > .step_w_div:first-child {
        position: relative;
        margin: 0 auto 0 0;
    }
    .step_w_div:nth-child(odd) {
        position: relative;
        margin: 100px auto 0 0;
    }
    .step_w_div:nth-child(even) {
        position: relative;
        margin: 100px 0 0 auto;
    }
    .step_w_div:nth-child(1n)::after {
        content: "";
        width: 22.5rem;
        height: 10rem;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../img/sp_kenshin_step01.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateX(96px) translateY(120px);
        z-index: -1;
        pointer-events: none;
    }
    .step_w_div:nth-child(2n)::after {
        content: "";
        width: 22.5rem;
        height: 10rem;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../img/sp_kenshin_step02.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateX(-72px) translateY(96px);
        z-index: -1;
        pointer-events: none;
    }
    .step_w_div:nth-child(3n)::after {
        content: "";
        width: 22.5rem;
        height: 10rem;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../img/sp_kenshin_step03.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateX(96px) translateY(96px);
        z-index: -1;
        pointer-events: none;
    }
    .step_w_b {
        position: relative;
        background-color: #ffffff;
        padding: 12px 20px;
        border-radius: 10px;
        max-width: 224px;
        z-index: 2;
    }
     .step_w_b::before {
      position: absolute;
      counter-increment: step-number;
      content: counter(step-number);
      display: inline-block;
      background-image: linear-gradient(125deg, #003975, #348bcd);
      color: #ffffff;
      font-weight: 700;
      font-size: 20px;
      border-radius: 50%;
      top: 0%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(36%);
      left: 10%;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
    }
    .step_w_b_ttl {
        font-size: 16px;
        color: #3D3D3D;
        line-height: 1.5;
        padding: 0 0 0 40px;
    }
    .step_w_b_border {
        border-bottom: 2px #CACACA dotted;
        margin: 12px 0 8px;
    }
    .step_w_b_txt {
        font-size: 12px;
        color: #3D3D3D;
        line-height: 1.5;
    }
    .dot_line_group {
        margin: 24px auto 0;
    }
    .dot_line {
        color: #3D3D3D;
        font-size: 2.0rem;
        font-weight: bold;
        border-bottom: 1px #CACACA solid;
        padding-bottom: 10px;
        margin-bottom: 18px;
        padding-left: 20px;
    }
    .dot_line::before {
        content: '';
        display: inline-flex;
        justify-content: center;
        background-image: linear-gradient(125deg, #003975, #348bcd);
        border-radius: 50%;
        width: 12px;
        height: 12px;
        line-height: 12px;
        margin: 0 6px 5px 0;
        top: 25%;
    }
    .dot_line_i {
        margin: 0 auto;
        padding: 20px 18px;
        background-color: #ffffff;
        border-radius: 10px;
    }

    /* 背景色青色・中央揃え */
    .bg-44A2EA_center {
        background-color: #44A2EA;
        padding: 32px;
        margin: 0 auto 40px;
    }
    .font-white {
        color: #ffffff;
        max-width: 1152px;
        margin: 0 auto 24px;
    }
    .font-white {
        color: #ffffff;
        max-width: 1152px;
        margin: 0 auto 24px;
    }

    /* 背景色水色・左寄せ箇所 */
    .bg-blue_left {
        /* background: linear-gradient(90deg, #E5EDF4 0%, #E5EDF4 94%, #ffffff 94%, #ffffff 100%); */
        margin: 0 0 40px 0;
        border-radius: 0 20px 20px 0;
        padding: 32px 0;
        display: flex; /* Flexboxレイアウトを適用 */
        justify-content: center; /* 水平方向の中央揃え */
        position: relative;
    }
    .bg-blue_left::after {
        content: '';
        background: #E5EDF4;
        width: 94%;
        height: 100%;
        border-radius: 0 20px 20px 0;
        position: absolute;
        top: 0;
        z-index: -1;
        right: 0;
    }
    .pc4_sp2 {
        display: flex;
        flex-wrap: wrap;
        max-width: 1152px;
        margin: 0 auto;
        gap: 1%;
    }
    .pc4_sp2_contents {
        width: 49%;
        background-color: #ffffff;
        padding: 5px;
        border-radius: 10px;
        margin: 0 0 8px 0;
    }
    .pc4_sp2_contents_i {
        width: 100%;
    }
    .pc4_sp2_contents_ttl {
        font-size: 14px;
        padding: 0 4px;
        margin: 4px 0;
    }
    .pc4_sp2_contents_p {
        font-size: 12px;
        padding: 0 5px;
        margin: 0 0 4px 0;
    }
    .dot_line_group02 {
        margin: 24px auto 0;
    }
    .mb36 {
    margin: 0 0 18px 0;
    }




    /* 背景色白色・中央揃え */
    .pc3_sp2 {
        display: flex;
        flex-wrap: wrap;
        max-width: 1152px;
        margin: 0 auto;
        gap: 2%;
    }
    .pc3_sp2_contents {
        width: 48%;
        background-color: #ffffff;
        padding: 5px;
        margin: 0 0 10px 0;
        border-radius: 10px;
    }
    .pc3_sp2_contents_i {
        width: 100%;
    }
    .pc3_sp2_contents_ttl {
        font-size: 14px;
        padding: 0 8px;
        margin: 8px 0;
    }
    

    /* 背景色水色・中央揃え箇所 */
    .bg-blue_center {
        width: 94%;
        margin: 0 auto;
        background-color: #E4EAF0;
        padding: 32px 24px;
        border-radius: 10px;
    }
    .text_width_center {
      max-width: 1152px;
      margin: 0 auto;
    }
    .connection {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2%;
    }
    .connection_contents {
        display: block;
        width: 49%;
        background-color: #ffffff;
        border-radius: 10px;
        margin: 0 0 12px 0;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
        transition: 0.3s;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .connection_contents:last-child {
        display: block;
        width: 49%;
        background-color: #ffffff;
        border-radius: 10px;
        margin: 0px;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
        transition: 0.3s;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .connection_contents_range {
        max-width: 376px;
        max-height: 206px;
        border: 6px #ffffff solid;
        border-radius: 10px;
        transition: 0.3s;
        position:relative;
    	overflow:hidden;
    	z-index:1;
    }
    .connection_contents:hover {
      text-decoration: underline;
      text-decoration-style: dotted;
      text-underline-offset: 4px;
      border-radius: 10px;
    }
    .connection_contents_i {
        margin: 0;
    }
    .connection_contents_i img {
        transform: scale(1);
        transition:all .2s ease;
    }
    .connection_contents:hover .connection_contents_i img {
      position: relative;
      /* max-width: 352px; */
      /* max-height: 206px; */
      background-size: 400px;
      transform: scale(1.2);
      background-position: 50%;
    }
    .connection_contents_txt {
        position: relative;
        font-size: 14px;
        color: #348BCD;
        padding: 0px 8px 10px;
        z-index: 3;
    }
    .connection_contents_txt::after {
        content: "";
        display: inline-block;
        vertical-align: text-bottom;
        background-image: url(../../../../common/img/arrowCircle.png);
        background-repeat: no-repeat;
        width: 14px;
        height: 14px;
        background-size: 100%;
        margin: 2px 0 0 8px;
        transition: background-image 0.3s ease;
    }
    .connection_contents:hover .connection_contents_txt::after {
      background-image: url(../../../../common/img/arrowCircle_on.png);
    }

    /* ボタン */
    .service_btn {
        display: block;
        max-width: 1152px;
        margin: 40px auto 0;
    }
    .b_div {
        margin: 0 auto 40px;
        text-align: center;
        pointer-events: auto !important;
    }
    .b_div a { 
        pointer-events: auto !important;
    }
    .button[service-top] {
        position: relative;
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: .04em;
        width: 240px;
        display: inline-block;
        background: linear-gradient(40deg, #003975 5%, #348BCD 95%);
        border-radius: 2em;
        pointer-events: auto;
        z-index: 10;
    }
    .button__label[service-top] {
        margin: .4rem;
        padding: 1rem 1.6rem;
        border-radius: 2em;
        background: #ffffff;
        display: block;
        text-align: right;
        pointer-events: auto;
    }
    .button__label[service-top]::after {
            content: " ";
            display: inline-block;
            width: .6em;
            height: .6em;
            border-top: solid 4px #348BCD;
            border-right: solid 4px #348BCD;
            border-radius: 2px;
            position: absolute;
            transform: rotate(225deg) translate(0, 50%);
            left: 1em;
            bottom: 35%;
    }
    .button__label[service-top]:hover::after {
            border-color: #ffffff;
        }
    @media (hover: hover) {
        .button__label[service-top] {
            transition: .3s cubic-bezier(.25,.46,.45,.94);
        }
        .button[service-top]:hover span[service-top] {
            font-weight:700;
            color: #ffffff;
            background-color: transparent;
        }
    }
}

