@charset "UTF-8";
/* CSS Document */

/*==================
base
====================*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}
ul, ol,li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #181818;
    transition: 0.3s;
}
img {
    max-width: 100%;
    height: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    text-align: left;
}
input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #ccc;
    padding: 8px;
}

:root {
    --BL-color: #0069B6;
    --L-bl-color1: #E4F4FF;
    --L-bl-color2: #EBF7FF;
    --P-color: #E85098;
    --L-p-color: #FDEEF5;
}
:root {
  --vh: 1vh;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    font-family: "Noto Sans JP", serif;
    font-size: 1.6rem;
    line-height: 1.7;
    background-color: #fff;
    color: #181818;
    letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}


/*==================
common
====================*/
.-w-wrapper {
    max-width: 1210px;
    margin: 0 auto;
}
@media (max-width: 1400px) and (min-width: 1261px) {
    .-w-wrapper {
        max-width: 1150px;
    }
}

section:nth-of-type(n + 2) {
    margin-top: 80px;
}

.sp {
    display: none;
}

.-t-center {
    text-align: center;
}
.-t-left {
    text-align: left;
}

@media (max-width: 1320px) {
    .-w-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .-w-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    section:nth-of-type(n + 2) {
        margin-top: 60px;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}


/*==================
header
====================*/
header {
    width: 100%;
    height: 80px;
    display: flex;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}
header .header_wrap {
    display: flex;
    width: 100%;
    align-items: center;
    box-shadow: 0 3px 10px rgba(108,108,108,.1);
}
header .header_logo {
    padding-left: 30px;
    width: 36%;
    display: flex;
    column-gap: 12px;
    align-items: center;
}
header .header_logo span {
    width: 60%;
}
header .header_logo div {
    width: 40%;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

header .right.pc {
    display: flex;
    width: 64%;
    justify-content: end;
}
header .right.pc nav {
    width: 100%;
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}
header .right.pc ul {
    display: flex;
    height: 100%;
    align-items: center;
    column-gap: 22px;
    margin-right: 12px;
}
header .right.pc ul.pc_mainnav > li {
    height: 100%;
    align-content: space-around;
}

header .right.pc ul li {
    position: relative;
}
header .right.pc ul li a {
    color: #333333;
    font-size: 1.4rem;
    font-weight: 400;
}
header .right.pc ul li a:hover {
    color: var(--BL-color);
}

header .right.pc .header_btn a {
    display: inline-block;
    background: var(--P-color);
    color: #FFFFFF;
    padding: 10px 30px 11px 65px;
    border-radius: 30px;
    position: relative;
}
header .right.pc .header_btn a::before {
    content: '';
    width: 28px;
    height: 28px;
    background: url('../img/icon_btn_recruit.svg') no-repeat;
    background-size: contain;
    position: absolute;
    top: 52%;
    left: 24px;
    transform: translateY(-50%);
    transition: 0.3s;
}
header .right.pc .header_btn a:hover {
    background: #EB60A2;
}
header .right.pc .header_btn a:hover::before {
    transform: translateY(-50%) scale(1.12);
}

header .right.pc .header_LINE {
    width: 48px;
    height: 48px;
}
header .right.pc .header_LINE a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
header .right.pc .header_LINE img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
header .right.pc .header_LINE a:hover {
    transform: scale(1.06);
}


@media (max-width: 1370px) {
    header .header_logo {
        width: 33%;
    }
    header .right.pc {
        width: 67%;
    }
    header .right.pc ul {
        column-gap: 20px;
    }
    header .right.pc .header_btn a {
        padding: 10px 20px 11px 45px;
    }
    header .right.pc .header_btn a::before {
        width: 22px;
        height: 22px;
        left: 16px;
    }
    header .right.pc .header_LINE {
        width: 45px;
        height: 45px;
    }
}
@media screen and (max-width: 1260px) {
    html {
        scroll-padding-top: 85px;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        height: 70px;
        border-bottom: 0;
        z-index: 999;
    }
    header .header_logo {
        width: 70%;
        padding-left: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    header .header_logo div {
        width: fit-content;
        font-size: 0.95rem;
        line-height: 0.85;
        letter-spacing: 0.25px;
    }
    header .header_logo span {
        width: auto;
    }
    .header_logo img {
        object-fit: contain;
        max-height: 45px;
    }
    header .right.pc {
        display: none;
    }
    header .sp {
        display: block;
    }
     header .pc {
        display: none;
    }
    
    .openbtn {
        cursor: pointer;
        border-radius: 100%;
        position: fixed;
        top: 24px;
        right: 20px;
        width: 32px;
        height: 28px;
        z-index: 9999;
        transition: all ease-in-out 0.6s;
    }
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        background-color: var(--BL-color);
        width: 100%;
    }
    .openbtn span:nth-of-type(2) {
        top: 10px;
    }
    .openbtn span:nth-of-type(3) {
        top: 20px;
    }
    
    .openbtn.active span:nth-of-type(1) {
        transform: rotate(-45deg) translateX(-50%);
        top: 0;
    }
    .openbtn.active span:nth-of-type(2) {
        display: none;
    }
    .openbtn.active span:nth-of-type(3) {
        transform: rotate(45deg) translateX(-50%);
        top: 24px;
    }

    #g-nav {
        position: fixed;
        z-index: -1;
        opacity: 0;
        top: 70px;
        right: -100%;
        width: 100%;
        /* height: calc(100vh - 70px); */
        height: calc(var(--vh, 1vh) * 100 - 70px);
        overflow-y: auto;
        background: var(--L-bl-color2);
        transition: all 0.5s;
    }
    #g-nav ul#g-nav_main {
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
        width: 100%;
        padding-left: 6%;
        padding-right: 6%;
        padding-top: 40px;
        padding-bottom: 80px;
        text-align: center;
    }

    #g-nav ul#g-nav_main > li {
        padding: 12px;
        border-top: 1px solid #E0E0E0;
        text-align: left;
    }
    #g-nav ul#g-nav_main > li:first-of-type {
        border-top: none;
    }
    #g-nav ul#g-nav_main > li:last-of-type {
        border-bottom: 1px solid #E0E0E0;
    }
    #g-nav li a {
        text-decoration: none;
        display: block;
        font-weight: 500;
    }
    #g-nav.panelactive ul#g-nav_main {
        display: flex;
        flex-direction: column;
    }
    
    #g-nav_main > li a img {
        vertical-align: sub;
    }
    #g-nav_main > li:nth-of-type(1) a img {
        padding-right: 17px;
    }
    #g-nav_main > li:nth-of-type(2) a img {
        padding-right: 17px;
    }
    #g-nav_main > li:nth-of-type(3) a img {
        padding-right: 7px;
        transform: translateX(-7px);
        height: 21px;
    }
    #g-nav_main > li:nth-of-type(4) a img {
        padding-right: 13px;
        transform: translateX(-1px);
    }
    #g-nav_main > li:nth-of-type(5) a img {
        vertical-align: middle;
        padding-right: 18px;
        transform: translateX(2px);
    }
    #g-nav_main > li img.arrow {
        padding-right: 16px;
    }
    
    #g-nav.panelactive{
        opacity: 1;
        z-index: -1;
        right: 0;
        overflow: auto;
    }
    
    /*サブメニュー*/
    #g-nav .sub_menu_ul {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transform: scaleY(0);
        transform-origin: top;
        transition: 0.3s;
    }
    #g-nav .sub_menu_ul li {
        padding: 8px 0 0px 35px
    }
    #g-nav .sub_menu_ul li a {
        font-size: 1.4rem;
    }
    #g-nav li.sub_menu {
        position: relative;
    }
    #g-nav li.sub_menu span {
        position: absolute;
        width: 22px;
        height: 22px;
        background: transparent;
        top: 2em;
        right: 12px;
        transform: translateY(-50%);
    }
    #g-nav li.sub_menu span::before {
        content: '';
        width: 20px;
        height: 2px;
        background: var(--BL-color);
        position: absolute;
        top: 0.5em;
        right: 0;
    }
    #g-nav li.sub_menu span::after {
        content: '';
        width: 2px;
        height: 20px;
        background: var(--BL-color);
        position: absolute;
        top: -1px;
        right: 9.5px;
        transition: 0.2s;
    }
    
    #g-nav .sub_menu.open .sub_menu_ul {
        height: auto;
        opacity: 1;
        transform: scaleY(1);
        width: 100%;
    }
    #g-nav .sub_menu.open span::after {
        transform: rotate(90deg);
    }

    /*sns*/
    #g-nav .sp_sns {
        margin-top: 24px;
        padding: 0 10px;
    }
    #g-nav .sp_sns .ttl {
        display: block;
        color: var(--BL-color);
        font-size: 1.6rem;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #g-nav .sp_sns a {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    header .header_logo {
        width: 80%;
        font-size: 1.6rem;
        letter-spacing: 1.2px;
    }
    header .right.pc nav {
        padding-right: 20px;
    }
}

@media (max-width: 480px) {
    header .header_logo {
        width: 84%;
    }
}

@media screen and (max-width: 360px) {
    #g-nav li a {
      width: 70%;
    }
}



/*==================
footer
====================*/
footer {
    margin-top: 120px;
}
footer #footer_topnav {
    padding: 36px 80px 36px 80px;
    border-top: 1.5px solid var(--BL-color);
    border-bottom: 1.5px solid var(--BL-color);
}
footer #footer_topnav ul {
    display: flex;
    justify-content: center;
}
footer #footer_topnav ul li {
    padding: 0 40px;
}
footer #footer_topnav ul li:nth-of-type(n + 2) {
    border-left: 1px solid var(--BL-color);
}
footer #footer_topnav ul li a {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer #footer_mainnav {
    background: #EAF6FF;
    padding: 45px 80px 40px 80px;
}
footer #footer_nav {
    display: flex;
    gap: 60px;
    justify-content: center;
}

footer #footer_nav ul li a {
    display: inline-block;
}
footer #footer_nav ul li .main {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.6px;
    margin-bottom: 12px;
}
footer #footer_nav ul li .sub {
    font-size: 1.55rem;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 4px;
}
footer #footer_nav ul li .sub::before {
    content: '';
    width: 12px;
    height: 2px;
    background: var(--BL-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

footer #footer_bottomnav ul {
    display: flex;
    row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 70%;
    margin: 36px auto 0;
}
footer #footer_bottomnav ul li {
    line-height: 1.1;
}
footer #footer_bottomnav ul li:nth-of-type(n + 2) {
    border-left: 1px solid #181818;
}
footer #footer_bottomnav ul li a {
    display: inline-block;
    font-size: 1.5rem;
    padding: 0 15px;
}
footer #footer_bottomnav ul li:nth-of-type(5) {
    border-left: none;
}

footer ul li a:hover {
    color: var(--BL-color);
}

footer #footer_logo {
    padding: 0 80px;
    display: flex;
    gap: 60px;
    justify-content: center;
    margin: 45px auto 0;
}
footer #footer_logo .image_wrap {
    max-width: 280px;
}
footer #footer_logo .image_wrap img {
    object-fit: contain;
}
footer #footer_logo .text_wrap {
    font-size: 1.4rem;
    letter-spacing: 0.8px;
}

footer #footer_copyright {
    background: var(--BL-color);
    color: #FFFFFF;
    font-size: 1.2rem;
    padding: 12px 0;
    text-align: center;
}

@media (max-width: 1370px) {
    footer #footer_topnav {
        padding: 36px 80px 36px 40px;
    }
    footer #footer_topnav ul li {
        padding: 0 28px;
    }
    
    footer #footer_nav {
        gap: 45px;
    }
    
    footer #footer_mainnav {
        padding: 40px 80px 40px 60px;
    }
    
    footer #footer_nav ul li .main {
        font-size: 1.6rem;
        letter-spacing: 1.2px;
        margin-bottom: 6px;
    }
}
@media (max-width: 1180px) {
    footer #footer_topnav ul li {
        padding: 0 16px;
    }
    footer #footer_topnav ul li a {
        font-size: 1.55rem;
    }
    
    footer #footer_nav {
        display: grid;
          grid-template-columns: 1fr 1fr 1fr;
    }
    footer #footer_nav ul li .sub {
        font-size: 1.5rem;
        letter-spacing: 1px;
        padding-left: 16px;
        margin-bottom: 0;
    }
    footer #footer_nav ul li .sub::before {
        width: 8px;
    }
    
    footer #footer_copyright {
        padding-bottom: 76px;
    }
}
@media (max-width: 960px) {
    footer #footer_topnav,footer #footer_nav {
        display: none;
    }
    footer #footer_bottomnav ul {
        row-gap: 8px;
        margin-top: 0;
    }
    footer #footer_bottomnav ul li {
        line-height: 1;
    }
    footer #footer_bottomnav ul li a {
        font-size: 1.35rem;
    }
    
    footer #footer_logo {
        padding: 0;
    }
}
@media (max-width: 860px) {
    footer #footer_bottomnav ul {
        max-width: 100%;
    }
}
@media (min-width: 661px) and (max-width: 860px) {
    footer #footer_bottomnav ul li:nth-of-type(5) {
        border-left: 1px solid #181818;
    }
    footer #footer_bottomnav ul li:nth-of-type(4) {
        border-left: none;
    }
}
@media (max-width: 768px) {
    footer {
        padding: 12px 0;
        margin-top: 90px;
    }
    footer .-w-wrapper {
        font-size: 1.3rem;
        font-weight: 300;
        letter-spacing: 1.2px;
    }
    
    footer #footer_mainnav {
        padding: 40px 20px 30px;
    }
    footer #footer_logo {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    footer #footer_logo .text_wrap {
        font-size: 1.2rem;
    }
}
@media (max-width: 560px) {
    footer #footer_bottomnav ul {
        display: flex;
        flex-direction: column;
    }
    footer #footer_bottomnav ul li {
        border-left: none !important;
        line-height: 1.25;
        position: relative;
    }
    footer #footer_bottomnav ul li::before {
        content: '';
        width: 2px;
        height: 0.7em;
        background: var(--BL-color);
        position: absolute;
        top: 0.3em;
        left: 0;
    }
}


/*==================
下層MV
====================*/
#mv {
    background: var(--L-bl-color1);
    padding: 75px 0;
    margin-top: 80px;
}
#mv h1 {
    color: var(--BL-color);
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: 1px solid var(--P-color);
}
@media (max-width: 1260px) {
    #mv {
        margin-top: 70px;
    }
}
@media (max-width: 768px) {
    #mv {
        padding: 48px 0 56px;
    }
    #mv h1 {
        font-size: 2.6rem;
        letter-spacing: 1.6px;
        padding-bottom: 6px;
    }
}

/*==================
パンくずリスト
====================*/
#breadcrumbs {
    background: #F5FBFF;
    padding: 9px 0;
    margin-bottom: 80px;
}
#breadcrumbs ul {
    display: flex;
    gap: 34px;
}
#breadcrumbs ul li {
    font-size: 1.3rem;
}
#breadcrumbs ul li .arrow {
    position: relative;
    display: inline-block;
    width: 7.5px;
    height: 11.5px;
}
#breadcrumbs ul li .arrow::before, #breadcrumbs ul li .arrow::after {
    content: '';
    width: 8px;
    height: 1px;
    background: #909090;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 15px;
    transform-origin: calc(100% - 0.5px) 50%;
}
#breadcrumbs ul li .arrow::before {
    transform: rotate(30deg);
}
#breadcrumbs ul li .arrow::after {
    transform: rotate(-30deg);
}

#breadcrumbs ul li a {
    color: #909090;
}
#breadcrumbs ul li a:hover {
    color: var(--BL-color);
}

@media (max-width: 768px) {
    #breadcrumbs {
        margin-bottom: 60px;
    }
    #breadcrumbs ul {
        max-width: unset;
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
    }
    #breadcrumbs ul::-webkit-scrollbar {
        display: none;
    }
}


/*==================
サイドバー
====================*/
#sidebar ul {
    width: 98px;
    position: fixed;
    right: 0;
    top: 82px;
    z-index: 999;
}
#sidebar ul li {
    background: #FFFFFF;
    border: 2px solid var(--BL-color);
    border-right: none;
    border-top: none;
    height: 90px;
    padding-top: 2px;
}
#sidebar ul li:first-of-type {
    border-top: 2px solid var(--BL-color);
    border-top-left-radius: 15px;
}
#sidebar ul li:last-of-type {
    border-bottom-left-radius: 15px;
    background: var(--BL-color);
}
#sidebar ul li a {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    align-items: center;
    justify-content: center;
}
#sidebar ul li a img {
    height: 38px;
    object-fit: contain;
}
#sidebar ul li a span {
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1.35;
    text-align: center;
    font-feature-settings: 'palt';
    color: var(--BL-color);
}
#sidebar ul li:last-of-type a span {
    color: #FFFFFF;
}
#sidebar ul li:last-of-type a img {
    filter: brightness(10);
}
#sidebar ul li:nth-of-type(n + 3) img  {
    height: 36px;
}

#sidebar ul li a:hover img {
    filter: brightness(10);
}
#sidebar ul li:hover {
    background: var(--BL-color);
}
#sidebar ul li:hover a span {
    color: #FFFFFF;
}
#sidebar ul li:last-of-type:hover a span {
    color: var(--BL-color);
}
#sidebar ul li:last-of-type:hover {
    background: #FFFFFF;
}
#sidebar ul li:last-of-type a:hover img {
    filter: brightness(1);
}

@media screen and (max-width: 1260px) {
    #sidebar ul {
        width: 100%;
        position: fixed;
        right: 0;
        top: inherit;
        bottom: 0;
        display: flex;
    }
    #sidebar ul li {
        background: #FFFFFF;
        border: 2px solid var(--BL-color);
        border-right: none;
        border-bottom: none;
        height: 70px;
        width: calc(100% / 3);
    }
    #sidebar ul li:nth-of-type(3),#sidebar ul li:nth-of-type(4),#sidebar ul li:nth-of-type(5) {
        display: none;
    }
    #sidebar ul li:first-of-type {
        border-top-left-radius: 20px;
    }
    #sidebar ul li:last-of-type {
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
        background: var(--BL-color);
    }
    #sidebar ul li a {
        gap: 6px;
        
    }
    #sidebar ul li a img {
        height: 24px;
        object-fit: contain;
    }
    #sidebar ul li a span {
        font-size: 1.1rem;
        line-height: 1.30;
    }
    #sidebar ul li:nth-of-type(2) a img {
        height: 19px;
    }
    #sidebar ul li:last-of-type a img {
        height: 23px;
    }
}


/*==================
トップに戻る
====================*/
#right_btn {
    position: fixed;
    bottom: -80px;
    right: 22px;
    z-index: 2;
    visibility: visible;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
}
#right_btn #page-top a {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 33px;
    background: #FFFFFF;
    border: 2px solid var(--BL-color);
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 7px;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--BL-color);
    position: relative;
}
#right_btn #page-top a::before {
    content: '';
    border: 8px solid transparent;
    border-bottom: 10px solid var(--BL-color);
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
}

#right_btn.up {
    animation: UpAnime 0.5s forwards;
    bottom: 5px;
}
@keyframes UpAnime{
  from {
      opacity: 0;
      transform: translateY(0px);
  }
  to {
      opacity: 1;
      transform: translateY(0px);
  }
}

#right_btn.down {
  animation: DownAnime 0.7s forwards;
}
@keyframes DownAnime{
  from {
      opacity: 1;
      transform: translateY(0);
  }
  to {
      opacity: 1;
      transform: translateY(10px);
  }
}

@media (max-width: 1260px) {
    #right_btn {
        display: none;
    }
}


/*==================
見出し
====================*/
h2 {
    font-size: 3rem;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.35;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--BL-color);
    margin-bottom: 32px;
    position: relative;
}
h2::after {
    content: '';
    width: 100px;
    height: 6px;
    background: var(--BL-color);
    position: absolute;
    bottom: -3px;
    left: 0;
}

@media (max-width: 768px) {
    h2 {
        font-size: 2.4rem;
        letter-spacing: 1.6px;
        padding-bottom: 12px;
        margin-bottom: 28px;
    }
    h2::after {
        width: 80px;
    }
}


h3 {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 1.35;
    padding-left: 32px;
    margin-bottom: 26px;
    position: relative;
}
h3::before {
    content: '';
    width: 21px;
    height: 21px;
    background: var(--BL-color);
    position: absolute;
    top: 0.28em;
    left: 0;
}
section h3:nth-of-type(n + 2) {
    margin-top: 60px;
}

@media (max-width: 768px) {
    h3 {
        font-size: 2.2rem;
        letter-spacing: 1.6px;
        padding-left: 26px;
    }
    h3::before {
        width: 18px;
        height: 18px;
    }
}

h4 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1.6px;
    line-height: 1.4;
    padding: 12px 20px;
    border-radius: 3px;
    background: var(--L-bl-color2);
    margin-bottom: 16px;
}
section h4:nth-of-type(n + 2) {
    margin-top: 40px;
}

@media (max-width: 768px) {
    h4 {
        font-size: 1.8rem;
        letter-spacing: 1.4px;
        padding: 6px 12px;
    }
}


/*==================
共通ページ内リンク
====================*/
.common_anchor_link ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 22px;
}
.common_anchor_link ul li {
    position: relative;
    transition: 0.3s;
}
.common_anchor_link ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--L-bl-color1);
    padding: 14px 20px;
    border-radius: 4px;
    font-weight: 500;
}
.common_anchor_link ul li a br {
    display: none;
}
.common_anchor_link ul li:hover {
    opacity: 0.6;
    cursor: pointer;
}
.common_anchor_link ul li::before {
    content: '';
    background: var(--BL-color);
    width: 18px;
    height: 18px;
    border-radius: 9px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.common_anchor_link ul li.same::after {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #FFFFFF;
    border-bottom: 1.5px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 28.2px;
}
.common_anchor_link ul li.other::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #FFFFFF;
    border-right: 1.5px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 48%;
    right: 29.2px;
}
@media (max-width: 1160px) {
    .common_anchor_link ul {
        gap: 12px;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 860px) {
    .common_anchor_link ul {
        gap: 8px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .common_anchor_link ul li a {
        font-size: 1.3rem;
        letter-spacing: 0.8px;
        line-height: 1.35;
        padding: 7px 12px;
        display: flex;
        align-items: center;
        height: 50px;
    }
    .common_anchor_link ul li a br {
        display: block;
    }
    .common_anchor_link ul li::before {
        right: 12px;
    }
    .common_anchor_link ul li.same::after {
        right: 20.2px;
        top: 47%;
    }
    .common_anchor_link ul li.other::after {
        right: 21px;
    }
}


/*==================
共通テーブル
====================*/
.common_table th,.common_table td {
    border: 1px solid #D5D5D5;
    padding: 15px;
}
.common_table th {
    width: 220px;
    background: var(--L-bl-color2);
    font-weight: 400;
}

@media (max-width: 768px) {
    .common_table th,.common_table td {
        display: block;
        width: 100%;
        border: none;
    }
    .common_table th {
        padding: 10px 12px 4px;
        background: none;
        font-weight: 500;
        color: var(--BL-color);
    }
    .common_table tr {
        border-bottom: 1px solid #D5D5D5;
    }
    .common_table td {
        padding: 4px 12px 10px;
    }
}

/*==================
共通リンクボタン
====================*/
/*共通リンクボタン*/
.common_bl_btn {
    width: 600px;
    margin: 0 auto;
}
.common_bl_btn a {
    display: block;
    width: 100%;
    padding: 20px 0 21px;
    background: #53B6FE;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-align: center;
    transition: 0.3s;
}
.common_bl_btn a br {
    display: none;
}
.common_bl_btn a span {
    position: relative;
}
.common_bl_btn a span::after {
    content: '';
    background: url("../img/common_btn_arrow.svg") no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 53%;
    right: -40px;
    transform: translateY(-50%);
}
.common_bl_btn a:hover {
    opacity: 0.8;
    cursor: pointer;
}

@media (max-width: 768px) {
    .common_bl_btn {
        width: calc(100% - 40px);
    }
    .common_bl_btn a {
        padding: 12px 0 16px;
        font-size: 1.7rem;
    }
    .common_bl_btn a br {
        display: block;
    }
    .common_bl_btn a span::after {
        width: 20px;
        height: 20px;
        right: -30px;
    }
}

/*共通リンクテキスト PDF*/
.common_link_pdf a {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    text-decoration: underline;
    transition: 0.3s;
}
.common_link_pdf a::before {
    content: '';
    background: var(--BL-color);
    width: 18px;
    height: 18px;
    border-radius: 9px;
    position: absolute;
    top: 60%;
    left: 0px;
    transform: translateY(-50%);
}
.common_link_pdf a::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #FFFFFF;
    border-right: 1.5px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 57%;
    left: 2.7px;
}

.common_link_pdf .pdf {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
}
.common_link_pdf .pdf::after {
    content: '';
    background: url("/img/common_link_pdf.svg") no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0.4em;
    right: -8px;
}
.common_link_pdf a:hover {
    opacity: 0.7;
}

.common_link_pdf_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/*共通リンクテキスト*/
.common_bl_text_link {
    padding-left: 26px;
    position: relative;
}
.common_bl_text_link a {
    color: var(--BL-color);
    font-weight: 500;
    transition: 0.3s;
}
.common_bl_text_link::before {
    content: '';
    background: var(--BL-color);
    width: 18px;
    height: 18px;
    border-radius: 9px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.common_bl_text_link::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #FFFFFF;
    border-right: 1.5px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 47%;
    left: 2.7px;
}
.common_bl_text_link a:hover {
    opacity: 0.7;
}

