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





/* お問い合わせボタン */
.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;
}




/* OBCロゴ箇所 */
.obc_logo {
    display: block;
    margin: 80px auto;
    padding: 12px;
    background-color: #F8F8F8;
    max-width: 770px;
    border-radius: 20px;
}
.obc_logo_c {
    display: flex;
    align-items: center;
    gap: 5%;
    margin: 0 auto;
    max-width: 580px;
}
.obc_logo_c_i {
    background-color: #ffffff;
    padding: 8px;
    border-radius: 10px;
}
.obc_logo_c_txt {
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
}




/* 背景色灰色・右寄せ箇所 */
.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;
}

.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;
}
.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;
}
.txt16px {
    font-size: 16px;
    line-height: 1.7;
    margin: 0px;
    text-align: left;
}
.dot_line_group {
    margin: 48px 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%;
}
.left_line_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1152px;
    gap: 2%;
    margin: 0 auto;
}
.left_line_flex_c {
    width: 30%;
}
.left_line {
    color: #3D3D3D;
    font-weight: bold;
    font-size: 3.0rem;
    margin-bottom: 20px;
    /* text-indent: -1em; */
    /* padding-left: 1em; */
}
.left_line::before {
    content: '';
    display: inline-flex;
    justify-content: center;
    background-color: #003975;
    width: 10px;
    height: 30px;
    border-radius: 5px;
    line-height: 20px;
    margin: 0 12px 0px 0;
    top: 12%;
}
.txt20px_ul {
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: left;
    padding: unset;
}
.txt20px_li {
    font-size: 18px;
    position: relative;
    padding-left: 16px;
    line-height: 1.8;
    text-align: left;
}
.txt20px_li::before {
    content: "";
    position: absolute;
    top: .7em;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #348BCD;
    border-radius: 50%;
}




/* 背景色水色・左寄せ箇所 */
.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;
}
/* フロー・流れ箇所 */
.flow_num {
    counter-reset: flow-number;
}
.flow_item {
    position: relative;
    max-width: 1088px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 86px;
}
.flow_item:not(:last-child) {
    padding-bottom: 40px;
}
.flow_item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    display: block;
    width: 0;
    height: calc(100%);
    border-right: 4px dotted var(--clr-main, #003975);
}
.ttl-03 {
    font-size: 24px;
    font-weight: bold;
    color: #003975;
    position: relative;
    letter-spacing: 0.1em;
}
.ttl-03::before {
    content: counter(flow-number);
    counter-increment: flow-number;
    position: absolute;
    top: -8px;
    left: -80px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    color: var(--clr-wht, #ffffff);
    background-image: linear-gradient(125deg, #003975, #348bcd);
    font-family: "Montserrat", sans-serif, "ヒラギノ角ゴ W6 JIS2004";
    font-family: var(--font-en, "Montserrat", sans-serif);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0;
}
.ttl-01:not([class*=mgn-btm]):not(:last-child), .ttl-02:not([class*=mgn-btm]):not(:last-child), .ttl-03:not([class*=mgn-btm]):not(:last-child), .ttl-04:not([class*=mgn-btm]):not(:last-child) {
    margin-bottom: 1em;
}
.text_box {
    display: flex;
    /* gap: 5%; */
    max-width: 1088px;
}
.mce-content-body {
    margin-bottom: 0 !important;
    flex: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

.flow_content {
    display: flex;
    /* justify-content: space-between; */
    gap: 24px;
}
.flow_img {
    max-width: 240px;
    height: 100%;
}
.flow_img img {
    width: 100%;
}
.flow_text {
    max-width: 824px;
    padding: 0 0 0 24px;
}
.flow_heading {
    color: #3D3D3D;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 16px 0;
}
.flow_p {
    color: #3D3D3D;
    font-size: 14px;
    line-height: 1.5;
}
.flow_content_border {
    border-bottom: 2px #CACACA dotted;
    margin: 36px 0 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: flex-start;
    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);
    }


    /* タイトル箇所 */
    .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;
    }

    /* OBCロゴ箇所 */
    .obc_logo {
        display: block;
        margin: 40px auto;
        padding: 12px;
        background-color: #F8F8F8;
        max-width: 315px;
        border-radius: 10px;
    }
    .obc_logo_c {
        display: block;
        align-items: center;
        margin: 0 auto;
        max-width: 580px;
    }
    .obc_logo_c_i {
        background-color: #ffffff;
        padding: 8px;
        border-radius: 10px;
        max-width: 204px;
        margin: 0 auto 8px;
    }
    .obc_logo_c_txt {
        font-size: 12px;
        text-indent: -1em;
        padding-left: 1em;
        max-width: 204px;
        margin: 0 auto;
    }

    /* 背景色灰色・右寄せ箇所 */
    .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;
        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;
    }

    .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;
    }
    .txt16px {
        font-size: 12px;
        line-height: 1.7;
        margin: 0px;
        text-align: left;
    }
    .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%;
    }
    .left_line_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1152px;
        gap: 2%;
        margin: 0 auto;
    }
    .left_line_flex_c {
        width: 48%;
        margin: 0 0 8px 0;
    }
    .left_line_flex_c:last-child {
        width: 48%;
        margin: 0;
    }
    .left_line {
        color: #3D3D3D;
        font-weight: bold;
        font-size: 1.5rem;
        margin-bottom: 10px;
        padding-left: 10px;
        /* text-indent: -1em; */
        /* padding-left: 1em; */
    }
    .left_line::before {
        content: '';
        display: inline-flex;
        justify-content: center;
        background-color: #003975;
        width: 5px;
        height: 15px;
        border-radius: 5px;
        line-height: 15px;
        margin: 0 6px 0px 0;
    }
    .txt20px_ul {
        font-size: 12px;
        margin: 0 0 20px 0;
        text-align: left;
        padding: unset;
    }
    .txt20px_li {
        font-size: 12px;
        position: relative;
        padding-left: 8px;
        line-height: 1.8;
        text-align: left;
    }
    .txt20px_li::before {
        content: "";
        position: absolute;
        top: .7em;
        left: 0;
        width: 4px;
        height: 4px;
        background-color: #348BCD;
        border-radius: 50%;
    }

    /* 背景色水色・左寄せ箇所 */
    .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;
    }
    /* フロー・流れ箇所 */
    .flow_num {
        counter-reset: flow-number;
    }
    .flow_item {
        position: relative;
        max-width: 1088px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 56px;
    }
    .flow_item:not(:last-child) {
        padding-bottom: 20px;
    }
    .flow_item:not(:last-child)::before {
        content: "";
        position: absolute;
        top: 0;
        left: 24px;
        display: block;
        width: 0;
        height: calc(100%);
        border-right: 4px dotted var(--clr-main, #003975);
    }
    .ttl-03 {
        font-size: 20px;
        color: #003975;
        position: relative;
        letter-spacing: 0.1em;
    }
    .ttl-03::before {
        content: counter(flow-number);
        counter-increment: flow-number;
        position: absolute;
        top: 0px;
        left: -46px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
        color: var(--clr-wht, #ffffff);
        background-image: linear-gradient(125deg, #003975, #348bcd);
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 0;
    }
    .ttl-01:not([class*=mgn-btm]):not(:last-child), .ttl-02:not([class*=mgn-btm]):not(:last-child), .ttl-03:not([class*=mgn-btm]):not(:last-child), .ttl-04:not([class*=mgn-btm]):not(:last-child) {
        margin-bottom: 1em;
    }
    .text_box {
        display: flex;
        /* gap: 5%; */
        max-width: 1088px;
    }
    .mce-content-body {
        margin-bottom: 0 !important;
        flex: 1;
    }
    .clearfix:before, .clearfix:after {
        content: "";
        display: table;
    }
    .clearfix:after {
        clear: both;
    }

    .flow_content {
        display: block;
        justify-content: space-between;
        gap: unset;
    }
    .flow_img {
        max-width: 150px;
        height: auto;
    }
    .flow_img img {
        width: 100%;
    }
    .flow_text {
        max-width: 824px;
        padding: 0px;
    }
    .flow_heading {
        color: #3D3D3D;
        font-size: 16px;
        line-height: 1.5;
        margin: 10px 0 8px;
    }
    .flow_p {
        color: #3D3D3D;
        font-size: 12px;
        line-height: 1.5;
    }
    .flow_content_border {
        border-bottom: 2px #CACACA dotted;
        margin: 16px 0 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;
        }
    }
}

