@charset "utf-8";

/*---------------------------------
Common
---------------------------------*/
html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
}
body {
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", sans-serif;
    color: #333;
    height: 100%;
    width: 100%;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div {
    box-sizing: border-box;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*
Common Class
---------------------------------*/
.fadein_sc {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity,transform .6s 0s;
}

#wrapper {
    position: relative;
    margin-top: 66px;
    min-height: 100%;
    height: auto;
}
.container {
    max-width: 92%;
    margin: 0 auto;
}
.display_pc {
    display: none;
}
.display_sp {
    display: block;
}

.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
@media (min-width: 769px) {
    #wrapper {
        margin-top: 0px;
    }
    .display_pc {
        display: block;
    }
    .display_sp {
        display: none;
    }
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media (min-width: 1201px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

/*
Breadcrumb
---------------------------------*/
.breadcrumb {
    background: #e0edff;
    padding: 8px 0 10px;
}
.breadcrumb .container {
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
}
.breadcrumb li {
    display: inline;
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 8px;
}
.breadcrumb li + li {
    padding-left: 16px;
}
.breadcrumb li + li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    padding: 0 3px;
    height: 10px;
    width: 6px;
    background: url(../image/index_icon_chevron_right_blue_001.png) no-repeat center/100%;
}
.breadcrumb li:last-child {
    padding-right: 0;
}
.breadcrumb li:last-child::after {
    content: none;
}
.breadcrumb li a {
    color: #1746ff;
    transition: opacity .3s;
}
@media (min-width: 769px) {
    .breadcrumb {
        padding: 28px 0 16px;
    }
    .breadcrumb li {
        display: inline-block;
        margin-right: 16px;
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    .breadcrumb li +li {
        padding-left: 24px;
    }
    .breadcrumb li + li:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        padding: 0 3px;
        height: 10px;
        width: 6px;
    }
    .breadcrumb a:hover {
        opacity: .7;
    }
}



/*
Link
---------------------------------*/
.single_contents_bottom p.link_item,
p.link_item{
    margin: 8px 0 0 0!important;
    position: relative;
}
.link_item a {
    font-weight: 500;
    font-size: 1.6rem;
    text-decoration: underline;
    position: relative;
    padding: 0 0 0 15px;
    color: #178FFF !important;
    transition: opacity .3s;
}
.link_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    bottom: 0;
    height: 10px;
    width: 6px;
    background: url(../image/index_icon_chevron_right_blue_001.png) no-repeat center/100%;
}
.link_item a.link_item::before {
    content: none;
}
a.link_item a:hover {
    text-decoration: underline;
}
.single_contents_bottom p a,
.link_text {
    color: #178FFF !important;
    transition: opacity .3s;
    text-decoration: underline;
}
.single_contents_bottom p a:hover,
a.link_text:hover {
    text-decoration: underline;
}
@media (min-width: 769px) {
    .single_contents_bottom p.link_item {
        margin: 8px 0 0 0!important;
    }
    .link_item a:hover {
        opacity: .7;
    }
    .single_contents_bottom p a:hover,
    a.link_text:hover {
        opacity: .7;
    }
}
/*
Btn
---------------------------------*/
.btn_wrapper {
    margin: 32px 4% 0;
}
a.btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1746ff;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 30px;
    padding: 12px 16px 13px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    border: #1746ff solid 4px;
    box-sizing: border-box;
}
a.btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}
a.btn.-more::after {
    width: 24px;
    height: 24px;
    background: url(../image/index_plus_white_001.png) no-repeat center/100%;
}
.read_more_btn {
    transition: opacity .6s ease;
    visibility: visible;
}
.read_more_btn.load {
    opacity: 0;
    visibility: hidden;
}
@media (min-width: 769px) {
    .btn_wrapper {
        margin: 56px auto 0;
    }
    a.btn {
        font-size: 1.8rem;
        padding: 14px 16px 15px;
        border-radius: 32px;
        max-width: 320px;
        margin: 0 auto;
        transition: color .3s, background-color .3s;
    }
    a.btn:hover {
        background: #fff;
        color: #1746ff;
    }
    a.btn.-more::after {
        transition: background-image .3s;
    }
    a.btn.-more:hover::after {
        background: url(../image/index_plus_blue_001.png) no-repeat center/100%;
    }
}
@media (min-width: 1201px) {
    .btn_wrapper {
        margin: 64px auto 0;
    }
}

/*
Title Text List
---------------------------------*/
.section_title {
    position: relative;
    margin: 0 0 24px;
    padding: 0 0 8px;
}
.section_title h2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0;
}
.section_title .under_line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 120px;
    background: #1746ff;
}
.section_title .under_line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100%/3);
    background: #4edaff;
}
.section_title .under_line::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(100%/3);
    background: #f37033;
}
@media (min-width: 769px) {
    .section_title {
        font-size: 2.8rem;
        margin: 0 0 32px;
        padding: 0 0 8px;
    }
}
@media (min-width: 1201px) {
    .section_title {
        font-size: 3.2rem;
        margin: 0 0 40px;
        padding: 0 0 8px;
    }
}

/*---------------------------------
Header Footer
---------------------------------*/
/*
Header
---------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 66px;
    background: #fff;
    width: 100%;
    z-index: 99;
}
.header_wrapper {
    box-shadow: rgba(0 ,0 ,0 ,0.1) 0 4px 4px;
    height: 100%;
}
.header_inner {
    max-width: 92%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.header_site_logo {
    margin: 0;
    font-size: 0;
    width: 80%;
    max-width: 224px;
}
.header_site_logo a {
    display: block;
    transition: opacity .3s;
}
.header_site_logo img {
    width: 144px;
}
.header_site_logo span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #707070;
}
.header_line {
    margin-right: 8px;
    margin-left: auto;
    width: 70px;
}
.header_line a {
    display: block;
    text-align: center;
}
.header_line img {
    width: auto;
    margin: 0 auto;
    height: 36px;
}
.header_line span {
    font-size: 1rem;
    display: block;
    font-feature-settings: "palt";
    transform: scale(0.9);
    transform-origin: left;
    white-space: nowrap;
    line-height: 1.1;
}
.header_contact {
    margin-right: calc(74px - 4vw );
    width: 48px;
}
.header_contact a {
    border: 2px solid #f15a13;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    position: relative;
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding-top: 3px;
    box-sizing: border-box;
}
.header_contact a:after {
    content: "";
    border-radius: 100%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #f15a13;
}
.header_contact span {
    font-size: 1rem;
    display: block;
    font-feature-settings: "palt";
    transform: scale(0.9);
    transform-origin: left;
    white-space: nowrap;
    line-height: 1.1;
}
.header_search {
    display: none;
}
.header_search_form {
        display: none;
    }
@media (min-width: 769px) {
    .header {
        height: 144px;
        position: relative;
    }
    .header_wrapper {
        box-shadow: none;
    }
    .header_inner {
        max-width: 1200px;
        margin: 0 4%;
        align-items: inherit;
    }
    .header_site_logo {
        width: 440px;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 20px;
        max-width: none;
    }
    .header_site_logo img {
        width: 194px;
    }
    .header_line {
        height: 56px;
        margin-top: 16px;
        width: auto;
        margin-right: 10px;
    }
    .header_line span {
        line-height: 1.5;
    }
    .header_line span br {
        display: none;
    }
    .header_line img {
        height: 40px;
    }
    .header_contact {
        margin-right: 0;
        width: auto;
        height: 56px;
        margin-top: 16px;
    }
    .header_contact a {
        width: 128px;
        height: 40px;
        font-size: 1.5rem;
        padding-top: 8px;
        border: 3px solid #f15a13;
        transition: color .3s, background-color .3s;
    }
    .header_contact a:hover {
        background: #f15a13;
        color: #fff;
    }
    .header_contact a:after {
        width: 16px;
        height: 16px;
        top: -8px;
        right: -8px;
    }
    .header_contact a br {
        display: none;
    }
    .header_contact span {
        line-height: 1.5;
    }
    .header_contact span br {
        display: none;
    }
    .header_search {
        display: block;
        height: 40px;
        margin-top: 16px;
        width: auto;
        margin-right: 10px;
        margin-left: auto;
        position: relative;
    }
    .header_search a {
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 3px #ddd;
        border-radius: 5px;
        transition: background-color .3s;
    }
    .header_search a:hover {
        background: #ddd;
    }
    .header_search a img {
        width: 16px;
    }
    .header_search_form {
        position: absolute;
        border-radius: 8px;
        padding: 12px;
        background: #EFEFEF;
        z-index: 10;
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 4px;
        bottom: -92px;
        left: 0;
    }
    .header_search_form::before {
        content: "";
        position: absolute;
        left: 4px;
        top: -12px;
        margin: auto;
        width: 24px;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 16px solid transparent;
        border-left: 16px solid transparent;
        border-bottom: 24px solid #EFEFEF;
        border-top: 0;
        z-index: -1;
        pointer-events: none;
    }
    .header_search_form.active {
        display: block;
    }
    .header_search_form div {
        display: flex;
    }
    .header_search_form input[type="text"] {
        border: 0;
        padding: 12px 16px;
        background: #fff;
        border-radius: 8px 0 0 8px;
        min-width: 160px;
        font-size: 1.6rem;
    }
    .header_search_form input[type="text"]:focus {
        outline: none;
    }
    .header_search_form button {
        background: #1746ff;
        border: 0;
        padding: 12px;
        border-radius:  0 8px 8px 0;
        cursor: pointer;
    }
    .header_search_form button img {
        width: 20px;
        max-width: max-content;
    }


}
@media (min-width: 1001px) {
    .header {
        height: 184px;
    }
    .header_site_logo {
        width: 640px;
        height: 52px;
        margin-top: 26px;
    }
    .header_logo {
        padding-top: 4px;
        width: 284px;
        transition: opacity .3s;
    }
    .header_site_logo img {
        width: 251px;
    }
    .header_site_logo span {
        font-size: 1.6rem;
    }
    .header_site_logo a:hover {
        opacity: .7;
    }
    .header_line {
        height: 64px;
        margin-top: 20px;
        width: auto;
        margin-right: 12px;
    }
    .header_line img {
        height: 48px;
    }
    .header_line span {
        font-size: 1.1rem;
        margin-top: 2px;
        transform: scale(1);
    }
    .header_contact {
        margin-top: 20px;
    }
    .header_contact a {
        height: 48px;
        width: 154px;
        font-size: 17px;
        padding-top: 10px;
    }
    .header_contact span {
        font-size: 1.1rem;
        margin-top: 2px;
        transform: scale(1);
    }
    .header_search {
        height: 48px;
        margin-top: 20px;
        margin-right: 12px;
    }
    .header_search a {
        width: 48px;
        height: 48px;
    }
    .header_search a img {
        width: 24px;
    }
    .header_search_form {
        bottom: -104px;
    }
    .header_search_form::before {
        left: 8px;
    }
    .header_search_form input[type="text"] {
        padding: 16px;
        min-width: 200px;
    }
    .header_search_form button {
        padding: 16px;
    }

}
@media (min-width: 1201px) {
    .header_inner {
        margin: 0 auto;
    }
}
/*
Menu Btn
---------------------------------*/
.btn_menu {
    display: block;
    height: 66px;
    width: 66px;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: opacity .3s;
    background: #1746ff;
    text-decoration: none;
}
.btn_menu span {
    display: block;
    height: 4px;
    width: 32px;
    background: #fff;
    margin: 18px auto 0;
    transition: transform .3s;
    transform-origin: left;
}
.btn_menu span:nth-child(2) {
    margin-top: 8px;
    background: #fff;
    transition: opacity.3s;
}
.btn_menu span:nth-child(3) {
    margin-top: 8px;
    background: #fff;
    transform-origin: left;
}
.btn_menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(2px, -5px);
    width: 40px;

}
.btn_menu.active span:nth-child(2) {
    opacity: 0;
}
.btn_menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(2px, 5px);
    width: 40px;
}
@media (min-width: 769px) {
    .btn_menu {
        display: none;
    }
}
@media (min-width: 1201px) {

}

/*
Global Nav
---------------------------------*/
.global_nav {
    position: fixed;
    top: 66px;
    left: 0;
    width:  100%;
    height: 0;
    min-height: 0;
    transition: .3s;
    background: #fff;
    overflow: hidden;
}
.global_nav.active {
    min-height: 100vh;
    z-index: -1;
}
.global_nav_scroll {
    overflow: scroll;
    height: 100%;

}
.global_nav_inner {
    margin: 0 4%;
    padding-bottom: 200px;
}
.global_nav_list_title {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    padding-left: 36px;
    margin: 32px 0 0;
}
.global_nav_list_title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 21.5px;
    width: 24px;
    margin: auto;
    background: url(../image/index_folder_blue_001.png) no-repeat center/100%;
}
.global_nav_list {
    margin: 16px 0;
}
.global_nav_item.-top {
    display: none;
}
.global_nav_item a {
    position: relative;
    padding: 12px 0;
    font-weight: 700;
    font-size: 1.8rem;
    display: block;
    color: #1746ff;
    padding-left: 24px;
}
.global_nav_item a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 6px;
    margin: auto;
    background: url(../image/index_icon_chevron_right_blue_001.png) no-repeat center/100%;
}
.global_nav_item a:hover {
    text-decoration: none;
}
@media (max-width: 767px) {
    .global_nav_list .global_nav_item:nth-of-type(n+2) {
        border-top: solid #ddd 2px;
    }
}
.global_nav .contact_btn_list {
    margin-top: 32px;
}
.global_nav .contact_btn {
    height: 80px;
}
.global_nav .contact_btn a {
    height: 72px;
}

.global_nav_drop_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px 20px;
    border-top: solid #ddd 2px;
}
.global_nav_drop_item {
    width: calc(50% - 8px);
    margin: 0 0 16px;
}
@media (max-width: 767px) {
    .global_nav_drop_list .global_nav_drop_item:last-child {
        width: 100%;
        margin: 8px 0 0;
        text-align: center;
    }
    .global_nav_drop_list .global_nav_drop_item:last-child a {
        border: none;
        color: #1746ff;
        font-weight: 700;
        display: inline-block;
        padding: 0 0 0 24px;
    }
    .global_nav_drop_list .global_nav_drop_item:last-child a::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 10px;
        width: 6px;
        margin: auto;
        background: url(../image/index_icon_chevron_right_blue_001.png) no-repeat center/100%;
    }
}
.global_nav_drop_item a {
    font-size: 1.6rem;
    border: solid 2px #ddd;
    padding: 2px 8px;
    color: #666666;
    font-weight: 500;
    border-radius: 4px;
    display: block;
    text-align: center;
}
.global_nav_drop_item a::before {
    content: none;
}

.global_nav_search_form {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 24px;
}
.global_nav_search_form div {
    display: flex;
}
.global_nav_search_form input[type="text"] {
    width: calc( 100% - 64px );
    border: 0;
    padding: 16px;
    background: #EFEFEF;
    font-size: 1.6rem;
}
.global_nav_search_form input[type="text"]:focus {
    outline: none;
}
.global_nav_search_form button {
    background: #1746ff;
    border: 0;
    padding: 20px;
}
.global_nav_search_form button img {
    width: 24px;
}
@media (min-width: 769px) {
    .global_nav {
        transition: none;
    }
}
@media (min-width: 769px) {
    .global_nav {
        position: absolute;
        top: 80px;
        left: 0;
        width:  100%;
        height: 64px;
        min-height: 50px;
        background: #1746ff;
        overflow: visible;
    }
    .global_nav.active {
        min-height: 0;
    }
    .header.active .global_nav {
        position: fixed;
        top: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 4px;
    }
    .global_nav_scroll {
        overflow: visible;
    }
    .global_nav_inner {
        max-width: 1200px;
        margin: 0 4%;
        position: relative;
        border-top: none;
         /* overflow: hidden; */
        padding: 0;
        height: 100%;
    }
    .global_nav_list_title {
        display: none;
    }
    .global_nav_list {
        border-bottom: none;
        margin: 0;
        display: flex;
        align-items: flex-end;
        height: 100%;
    }
    .global_nav_item {
        flex: 1;
        position: relative;
    }
    .global_nav_list .global_nav_item + .global_nav_item {
        margin-left: 16px;
    }
    .global_nav_item.-top {
        display: block;
    }
    .global_nav_item.-top a span {
        position: relative;
        padding-left: 16px;
    }
    .global_nav_item.-top a span::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 16px;
        width: 13px;
        background: url(../image/index_home_cream_001.png) no-repeat center/100%;
    }
    .global_nav_item.-top.active a span::before {
        background: url(../image/index_home_blue_001.png) no-repeat center/100%;
    }
    .global_nav_item.-top a:hover span::before {
        background: url(../image/index_home_blue_001.png) no-repeat center/100%;
    }
    .global_nav_item a {
        padding: 12px 8px;
        font-weight: 700;
        font-size: 1.5rem;
        text-align: center;
        color: #e0edff;
        border: #e0edff 3px solid;
        border-bottom: none;
        border-radius: 8px 8px 0 0;
        transition: color .3s, background-color .3s;
    }
    .global_nav_item a::before {
        content: none;
    }
    .global_nav_item a:hover {
        text-decoration: none;
        background: #e0edff;
        color: #1746ff;
    }
    .global_nav_item.active > a {
        background: #e0edff;
        color: #1746ff;
    }
    .global_nav .contact_btn_list {
        display: none;
    }
    .global_nav .contact_tel {
        display: none;
    }
    .global_nav_drop_list {
        position: absolute;
        display: none;
        width: 100%;
        background: #fff;
        margin: 0 auto;
        width: 100%;
        max-width: 246px;
        top: 64px;
        left: 0;
        right: 0;
        padding: 0;
        border: none;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
    }
    .global_nav_drop_list::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -12px;
        margin: auto;
        width: 24px;
        display: block;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 16px solid transparent;
        border-left: 16px solid transparent;
        border-bottom: 24px solid #fff;
        border-top: 0;
        z-index: -1;
        pointer-events: none;
    }
    .global_nav_drop_list .global_nav_drop_item + .global_nav_drop_item {
        border-top: solid 1px #EFEFEF;
    }
    .global_nav_drop_item {
        width: 100%;
        margin: 0;
    }
    .global_nav_drop_item a {
        color: #1746ff;
        border: none;
        border-radius: 0;
        transition: opacity .3s;
    }
    .global_nav_drop_item a:hover {
        background: #fff;
        opacity: .7;
    }
    .global_nav_trigger:hover .global_nav_drop_list {
        display: block;
    }
    .global_nav_trigger::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -32px;
        height: 40px;
        margin: 0 auto;
        width: 100%;
        max-width: 246px;
    }
    .global_nav_search_form {
        display: none;
    }
}
@media (min-width: 1001px) {
    .global_nav {
        top: 104px;
        height: 80px;
    }
    .global_nav_item a {
        padding: 16px;
        font-size: 1.8rem;
        border: #e0edff 4px solid;
        border-bottom: none;
    }
    .global_nav_item.-top a span {
        padding-left: 24px;
    }
    .global_nav_item.-top a span::before {
        height: 20px;
        width: 16px;
    }
    .global_nav_drop_list {
        top: 80px;
    }
    .global_nav_drop_item a {
        border: none;
    }
}
@media (min-width: 1201px) {
    .global_nav_inner {
        margin: 0 auto;
    }
}

/*
Footer
---------------------------------*/
.footer {
    background: #fff;
    width: 100%;
}
.footer_inner {
    padding: 32px 0 0;
    max-width: 92%;
    margin: 0 auto;
}
.footer_logo {
    display: block;
    width: 120px;
    height: auto;
    margin: 0;
    transition: opacity .3s;
}
.footer_nav {
    margin: 24px 0 48px;
    position: relative;
}
.footer_nav_top a {
    position: relative;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 24px;
}
.footer_nav_top a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 10px;
    margin: auto;
    background: url(../image/index_home_blue_001.png) no-repeat center/100%;
}
.footer_nav_top a:hover {
    text-decoration: none;
}
.footer_nav_list {
    margin-top: 12px;
}
.footer_nav_item + .footer_nav_item {
    margin: 12px 0 0;
}
.footer_nav_item a {
    position: relative;
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 24px;
}
.footer_nav_item a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 6px;
    margin: auto;
    background: url(../image/index_icon_chevron_right_blue_001.png) no-repeat center/100%;
}
.footer_nav_item a:hover {
    text-decoration: none;
}
.registration_number {
    margin: 16px 64px 0 0;
    text-align: right;
}
.copyright {
    color: #fff;
    background: #666;
    padding: 24px 0 80px;
    text-align: center;
}
.copyright small {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3em;
}
#return_top {
 /*    position: fixed; */
    right: 4%;
    bottom: 0;
    z-index: 5;
    text-align: center;
}
#return_top a {
    width: 48px;
    height: 48px;
    display: block;
}
#return_top img {
    border-radius: 4px;
}

#fix_cta_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e0edff;
    z-index: 999;
}
#fix_cta_btn .fix_cta_btn_list {
    letter-spacing: -.4em;
    border-top: 2px solid #7B7B79;
    width: 100%;
    background-color: #FFF;
    margin: 0 auto;
    padding: 0;
}
#fix_cta_btn .fix_cta_btn_list li {
    display: inline-block;
    letter-spacing: normal;
    width: calc( ( 100% - 48px ) /3 );
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
}
#fix_cta_btn .fix_cta_btn_list li a {
    background-color: #FFF;;
    color: #1746ff;
    display: block;
    height: 56px;
    padding-top: 8px;
    background-color: #FFF;
    color: #1746ff;
    font-weight: bold;
    font-size: 1.3rem;
}
#fix_cta_btn .fix_cta_btn_list li:nth-of-type(2),
#fix_cta_btn .fix_cta_btn_list li:nth-of-type(3) {
    border-left: 2px solid #7B7B79;
}
#fix_cta_btn .fix_cta_btn_list li a img {
    width: 20px;
    height: auto;
}
#fix_cta_btn .fix_cta_btn_list li a span {
    display: block;
}



#fix_cta_btn .fix_cta_btn_list li:first-child a {
    background-color: #1746ff;
    color: #FFFF;
}
#fix_cta_btn .fix_cta_btn_list li:last-child {
    width: 48px;
}
#fix_cta_btn .fix_cta_btn_list li:last-child a {
    background-color: #333333;
    padding-top: 4px;
}
#fix_cta_btn .fix_cta_btn_list li:last-child a img {
    width: 100%;
}


@media (min-width: 769px) {
    .footer_logo {
        padding-bottom: 24px;
    }
    .footer_logo:hover{
        opacity: .7;
    }
    .footer_nav {
        display: flex;
        flex-wrap: wrap;
        padding: 24px 0 48px;
        margin: 0;
    }
    .footer_nav_top a {
        transition: opacity.3s;
    }
    .footer_nav_top a:hover {
        opacity: .7;
    }
    .footer_nav_list {
        margin: 0 0 0 24px;
    }
    .footer_nav_item a {
        transition: opacity.3s;
    }
    .footer_nav_item a:hover {
        opacity: .7;
    }
    .registration_number {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 16px 64px 16px 0;
    }
    #return_top a {
        transition: opacity .3s;
    }
    #return_top a:hover {
        opacity: .7;
    }
}
@media (min-width: 1201px) {
    .footer_inner {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        padding: 48px 0;
    }
    .footer_logo {
        width: 200px;
        padding: 24px 40px 24px 0;
    }
    .footer_nav {
        width: 80%;
        padding: 24px 0 48px 40px;
        border-left: #ddd solid 2px;
        min-height: 180px;
    }
    .footer_nav_top a {
        font-size: 1.8rem;
    }
    .footer_nav_top a::before {
        height: 14px;
        width: 12px;
    }
    .footer_nav_list {
        margin: 0 0 0 40px;
    }
    .footer_nav_item a {
        font-size: 1.8rem;
        transition: opacity.3s;
    }
    .registration_number {
        margin: 0 0 24px 0;
    }
    .copyright {
        padding: 31px 0 80px;
    }
    #return_top {
        right: 16px;
    }

    #fix_cta_btn .fix_cta_btn_list {
        max-width: 900px;
        border-left: 2px solid #7B7B79;
        border-right: 2px solid #7B7B79;
    }
    #fix_cta_btn .fix_cta_btn_list li {
        width: calc( ( 100% - 56px ) /3 );
    }
    #fix_cta_btn .fix_cta_btn_list li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 56px;
        padding: 0;
        font-size: 1.4rem;
    }
     #fix_cta_btn .fix_cta_btn_list li a img {
        margin-right: 10px;
        width: 24px;
    }
    #fix_cta_btn .fix_cta_btn_list li:last-child {
        width: 56px;
    }
    #fix_cta_btn .fix_cta_btn_list li:last-child a {
        padding-top: 0;
    }
    #fix_cta_btn .fix_cta_btn_list li:last-child a img {
        margin: 0;
    }
}

/*---------------------------------
Main
---------------------------------*/
.main {
    background: #f0f7ff;
}
.section {
    padding: 32px 0;
}
@media (min-width: 769px) {
    .section {
        padding: 64px 0;
    }
}
@media (min-width: 1201px) {
    .section {
        padding: 80px 0;
    }
}

/*
Main slider
---------------------------------*/
.mv_slider {
    background: #e0edff;
    position: relative;
    width: 100%;
}
.mv_slider_parent {
    padding: 20px 0 48px;
    position: relative;
    overflow: hidden;
}
.mv_slider_container {
    overflow: visible;
    position: static;
    transition: opacity .1s ease;
}

.mv_slider_slide a {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
}
.mv_slider_slide .left {
    height: 66.666667vw;
    overflow: hidden;
}
.mv_slider_slide .left img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
}
.mv_slider_slide .right {
    background: #fff;
    padding: 4%;
}
.mv_slider_title {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #333;
}
.mv_slider_text {
    font-size: 1.5rem;
    color: #666;
    font-weight: 700;
    margin: 12px 0;
    line-height: 1.6;
}
.mv_slider_date {
    position: relative;
    display: block;
    font-size: 1.5rem;
    color: #666;
    font-weight: 700;
}
.mv_slider_date::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: calc(100% - 96px);
    background: #ddd;
}
.mv_slider_cat {
    display: inline-flex;
    margin-top: 8px;
    color: #178FFF;
    border: #178FFF solid 2px;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 3px 8px;
    margin-right: 8px;
}
.mv_slider_tag {
    display: inline-flex;
    margin-top: 8px;
    color: #666;
    border: #ddd solid 2px;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 3px 8px;
}
.mv_slider_more {
    display: none;
}
.mv_slider_container .mv_slider_pagination {
    bottom: 14px;
}
.mv_slider_pagination .swiper-pagination-bullet {
    background: #666;
    opacity: 1;
}
.mv_slider_pagination .swiper-pagination-bullet-active {
    background: #1746ff;
}
.mv_slider_prev,
.mv_slider_next {
    top: 35%;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}
.mv_slider_prev:focus,
.mv_slider_next:focus {
    outline: none;
}
.mv_slider_prev {
    background: url(../image/index_slider_left_001.png) no-repeat center/14px 26px;
    background-color: #333;
}
.mv_slider_next {
    background: url(../image/index_slider_right_001.png) no-repeat center/14px 26px;
    background-color: #333;
}
@media (min-width: 769px) {
    .mv_slider_parent {
        height: auto;
        padding: 30px 0 64px;
    }
    .mv_slider_container {
        max-width: 1060px;
    }
.mv_slider_container.load {
    opacity:0;
    visibility:hidden;
}
    .mv_slider_slide {
        max-width: 900px;
    }
    .mv_slider_slide a {
        display: flex;
        background: #fff;
        padding: 24px;
        border-radius: 8px;
        transition: .3s;
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 8px;
        min-height: 40vw;
    }
    .mv_slider_slide a:hover {
        box-shadow: rgba(0, 0, 0, 0.3) 0 4px 16px;
    }
    .mv_slider_slide .left {
        width: 60%;
        height: 31.2vw;
        max-height: 325px;
    }
    .mv_slider_slide .left img {
        border-radius: 8px;
    }
    .mv_slider_slide .right {
        width: 40%;
        padding: 0;
        margin-left: 16px;
        position: relative;
    }
    .mv_slider_title {
        font-size: 2rem;
    }
    .mv_slider_date::after {
        height: 2px;
    }
    .mv_slider_cat {
        margin-top: 20px;
        margin-right: 12px;
    }
    .mv_slider_tag {
        margin-top: 20px;
    }
    .mv_slider_more {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 1.6rem;
        font-weight: 500;
        padding-right: 16px;
    }
    .mv_slider_more::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 10px;
        width: 6px;
        background: url(../image/index_icon_chevron_right_blue_001.png) no-repeat center/100%;
    }
    .mv_slider_container .mv_slider_pagination {
        bottom: 20px;
    }
    .mv_slider_pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .mv_slider_prev,
    .mv_slider_next {
        top: calc(50% - 26px);
        width: 52px;
        height: 52px;
        transition: opacity .3s;
    }
    .mv_slider_prevt:hover,
    .mv_slider_next:hover {
        opacity: .7;
    }
    .mv_slider_prev {
        background: url(../image/index_slider_left_001.png) no-repeat center/16px 30px;
        background-color: #333;
        left: 4%;
    }
    .mv_slider_next {
        background: url(../image/index_slider_right_001.png) no-repeat center/16px 30px;
        background-color: #333;
        right: 4%;
    }
}
@media (min-width: 1001px) {
    .mv_slider_slide a {
        min-height: 390px;
    }
}
@media (min-width: 1201px) {
    .mv_slider_parent {
        padding: 40px 0 80px;
    }
    .mv_slider_slide a {
        padding: 32px;
    }
    .mv_slider_slide .right {
        margin-left: 24px;
    }
    .mv_slider_title {
        font-size: 2.4rem;
    }
    .mv_slider_text {
        font-size: 1.6rem;
        margin: 16px 0;
    }



    .mv_slider_container .mv_slider_pagination {
        bottom: 30px;
    }
    .mv_slider_pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
    }
    .mv_slider_prev,
    .mv_slider_next {
        top: calc(50% - 32px);
        width: 64px;
        height: 64px;
        border-radius: 8px;
    }
    .mv_slider_prev {
        background: url(../image/index_slider_left_001.png) no-repeat center/26px 40px;
        background-color: #333;
        left: calc((100vw - 1092px ) /2);
    }
    .mv_slider_next {
        background: url(../image/index_slider_right_001.png) no-repeat center/26px 40px;
        background-color: #333;
        right: calc((100vw - 1092px ) /2);
    }
}

/*
Section Main Contents
---------------------------------*/
.side_contents {
    margin: 56px 4% 32px;
}
.main_contents_top,
.main_contents_page {
    margin: 0 4%;
}
#single .section_main_contents,
#page .section_main_contents {
    padding-top: 0;
}
@media (min-width: 769px) {
    .section_main_contents {
        max-width: 1200px;
        margin: 0 4%;
    }
    #single .section_main_contents,
    #page .section_main_contents {
        padding-top: 40px;
    }
    .main_contents_top {
        width: calc( 100% - 260px );
        margin: 0;
    }
    .main_contents_page {
        margin: 0;
    }
    .main_contents_column {
        display: flex;
        justify-content: space-between;
    }
    .side_contents {
        display: inline-block;
        width: 240px;
        margin: 0 0 0 30px;
    }
    .main_contents {
        width: calc( 100% - 260px );
    }
}
@media (min-width: 1201px) {
    .section_main_contents {
        margin: 0 auto;
    }
    #single .section_main_contents,
    #page .section_main_contents {
        padding-top: 80px;
    }
    .main_contents_top {
        width: calc( 100% - 340px );
    }
    .side_contents {
        width: 300px;
        margin: 0 0 0 40px;
    }
    .main_contents {
        width: calc( 100% - 340px );
    }
}

/*
Archive
---------------------------------*/
.archive_item {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
}
.archive_item + .archive_item {
    margin-top: 6px;
}
.archive_list .archive_item:nth-of-type(n+13) {
    display: none;
}
.archive_item a {
    display: flex;
    justify-content: space-between;
    padding: 4%;
}
.archive_item .left {
    width: 32%;
    height: 20vw;
    overflow: hidden;
}
.archive_item .left img {
    border-radius: 4px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.archive_item .right {
    width: 64%;
}
.archive_title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333;
    font-feature-settings: "palt";
}
.archive_date {
    display: block;
    position: relative;
    margin-top: 8px;
    color: #666;
    font-weight: 700;
}
.archive_date::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: calc(100% - 88px);
    background: #ddd;
}
.archive_cat {
    display: inline-flex;
    margin-top: 8px;
    color: #178FFF;
    border: #178FFF solid 2px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    padding: 2px 8px 3px;
    margin-right: 8px;
}
.archive_tag {
    display: inline-flex;
    margin-top: 8px;
    color: #666;
    border: #ddd solid 2px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    padding: 2px 8px 3px;
}
@media (min-width: 769px) {
    .archive_list {
        display: flex;
        flex-wrap: wrap;
    }
    .archive_item {
        width: 48%;
        border-radius: 8px;
        overflow: hidden;
    }
    .archive_item + .archive_item {
        margin: 0 0 0 4%;
    }
    .archive_item a {
        padding: 0;
        transition: opacity .3s;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .archive_item a:hover {
        opacity: .7;
    }
    .archive_item .left {
        width: 100%;
        height: 19vw;
    }
    .archive_item .left img {
        border-radius: 0px;
    }
    .archive_item .right {
        width: 100%;
        padding: 12px;
    }
    .archive_title {
        font-size: 1.6rem;
    }
    .archive_date {
        margin-top: 12px;
    }
    .archive_date::after {
        height: 2px;
    }
    .archive_cat {
        font-size: 1.2rem;
        margin-top: 12px;
        padding: 3px 8px;
        margin-right: 12px;
    }
    .archive_tag {
        font-size: 1.2rem;
        margin-top: 12px;
        padding: 3px 8px;
    }
}
@media (min-width: 769px) and (max-width: 1000px) {
    .archive_list .archive_item:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .archive_list .archive_item:nth-of-type(n+3) {
        margin-top: 4%;
    }

}
@media (min-width: 1001px) {
    .archive_item {
        width: 32%;
        max-width: 272px;
    }
    .archive_item + .archive_item {
        margin: 0 0 0 2%;
    }
    .archive_list .archive_item:nth-of-type(n+4) {
        margin-top: 2%;
    }
    .archive_list .archive_item:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .archive_item .left {
        height: 14vw;
    }
}
@media (min-width: 1201px) {
    .archive_item .left {
        height: 181PX;
    }
}

/*
Side
---------------------------------*/
.side_box + .side_box {
    margin-top: 32px;
}
.side_cat_title {
    position: relative;
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    padding-left: 36px;
}
.side_cat_title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 21.5px;
    width: 24px;
    margin: auto;
    background: url(../image/index_folder_blue_001.png) no-repeat center/100%;
}
.side_cat_list {
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
    padding: 16px;
    margin-top: 16px;
}
.side_cat_item + .side_cat_item {
    border-top: #ddd solid 2px;
}
.side_cat_item a {
    display: block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1746ff;
    padding: 12px 0 12px 24px;
    transition: opacity .3s;
}
.side_cat_item a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 6px;
    margin: auto;
    background: url(../image/index_icon_chevron_right_blue_001.png) no-repeat center/100%;
}
.side_banner {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
    transition: opacity .3s;
}
.side_banner img {
    width: 100%;
}
.side_banner.square {
    border-radius: 0;
}
.side_banner.square + .side_banner.square {
    margin: 16px 0 0;
}
.side_banner:hover {
    opacity: .7;
}
.side_banner_btn {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 16px 16px 17px;
}
.side_banner_btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    height: 20px;
    width: 20px;
    background: url(../image/index_circle_chevron_right_blue_001.png) no-repeat center/100%;
}
.side_tag_title {
    position: relative;
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    padding-left: 36px;
}
.side_tag_title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 24px;
    width: 24px;
    margin: auto;
    background: url(../image/index_tag_blue_001.png) no-repeat center/100%;
}
.side_tag_wrapper {
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
    padding: 20px;
    margin-top: 16px;
}
.side_tag_list {
    display: flex;
    flex-wrap: wrap;
}
.side_tag_list li {
    margin: 0 12px 12px 0;
}
.side_tag_list li a {
    font-size: 1.2rem;
    border: solid 2px #ddd;
    padding: 3px 10px;
    color: #666666;
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
}
.side_tag_btn {
    text-align: right;
    margin-top: 12px;
}
.side_tag_btn a {
    position: relative;
    font-size: 1.6rem;
    border: none;
    color: #1746ff;
    font-weight: 700;
    display: inline-block;
    padding: 0 0 0 16px;
}
.side_tag_btn a::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 6px;
    margin: auto;
    background: url(../image/index_icon_chevron_right_blue_001.png) no-repeat center/100%;
}
.side_search_form {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
    overflow: hidden;
}
.side_search_form div {
    display: flex;
}
.side_search_form input[type="text"] {
    width: calc( 100% - 64px );
    border: 0;
    padding: 16px;
    font-size: 1.6rem;
}
.side_search_form input[type="text"]:focus {
    outline: none;
}
.side_search_form button {
    background: #1746ff;
    border: 0;
    padding: 20px;
}
.side_search_form button img {
    width: 24px;
}
@media (min-width: 769px) {
    .side_cat_title {
        font-size: 1.8rem;
    }
    .side_cat_list {
        padding: 8px 16px;
    }
    .side_cat_item a:hover {
        opacity: .7;
    }
    .side_tag_title {
        font-size: 1.8rem;
    }
    .side_tag_wrapper {
        padding: 24px;
    }
    .side_search_form button {
        cursor: pointer;
    }
}
@media (min-width: 1201px) {
    .side_box + .side_box {
        margin-top: 40px;
    }
    .side_sticky {
        position: sticky;
        top: 116px;
    }
    .side_cat_list {
        padding: 8px 24px;
    }
    .side_cat_item a {
        font-size: 1.8rem;
        padding: 16px 0 16px 24px;
    }
    .side_banner_btn {
        padding: 18px 16px 19px;
    }
}

/*
Section Contact
---------------------------------*/
.section_contact {
    background-color: #cbe9fd;
    background-image: url(../image/index_contact_bg_001.png);
    background-size: 40px 40px;
}
.section_contact_title {
    text-align: center;
}
.section_contact_title h2 {
    margin: 0;
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
}
.section_contact_title h2::before,
.section_contact_title h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 80px;
    background: #333;
}
.section_contact_title h2::before {
    left: -0.5em;
    transform: rotate(-20deg);
}
.section_contact_title h2::after {
    right: -0.5em;
    transform: rotate(20deg);
}
@media (max-width: 374px) {
    .section_contact_title h2 {
        font-size: 2rem;
    }
    .section_contact_title h2::before,
    .section_contact_title h2::after {
        width: 3px;
    }
    .section_contact_title h2::before {
        transform: rotate(-12deg);
    }
    .section_contact_title h2::after {
        transform: rotate(12deg);
    }
}
.section_contact_text {
    margin: 20px 0;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
}
.contact_btn {
    width: 100%;
    height: 88px;
}
@media (max-width: 767px) {
    .contact_btn + .contact_btn {
        margin-top: 20px;
    }
}
.contact_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    position: relative;
    transition: opacity .3s;
    border-radius: 8px;
}
.contact_btn.-blue a {
    background: #1746ff;
    box-shadow: #2429ac 0 8px 0;
}
.contact_btn.-red a {
    background: #f15a13;
    box-shadow: #ae3203 0 8px 0;
}
.contact_btn a::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    background: url(../image/index_circle_chevron_right_white_001.png) no-repeat center/100%;
}
.contact_btn br {
    display: none;
}
.contact_tel {
    margin-top: 20px;
    background: #fff;
    border: #1746ff solid 3px;
    border-radius: 4px;
    text-align: center;
    padding: 8px;
}
.contact_tel_title {
    font-size: 2rem;
    font-weight: 700;
}
.contact_tel_number {
    margin-top: 8px;
}
.contact_tel_number a {
    display: inline-block;
    color: #1746ff;
    font-size: 3.2rem;
    font-weight: 900;
    padding-left: 48px;
    position: relative;
}
.contact_tel_number a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url(../image/index_tel_blue_001.png) no-repeat center/100%;
}
.contact_tel_note {
    display: block;
    margin: 8px 0;
    font-size: 1.5rem;
}
@media (min-width: 769px) {
    .section_contact_title h2 {
        font-size: 3rem;
    }
    .section_contact_title h2::before {
        left: -1em;
        transform: rotate(-30deg);
    }
    .section_contact_title h2::after {
        right: -1em;
        transform: rotate(30deg);
    }
    .section_contact_text {
        margin: 30px 0;
    }
    .contact_btn_list {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .contact_btn {
        width: 48%;
        height: 120px;
    }
    .contact_btn a {
        text-align: center;
        font-size: 2.8rem;
        height: 112px;
    }
    .contact_btn a:hover {
        transform: translateY(8px);
        box-shadow: none;
    }
    .contact_btn a::after {
        right: 20px;
        height: 24px;
        width: 24px;
    }
    .contact_btn br {
        display: block;
    }
    .contact_tel_number {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact_tel_number a {
        font-size: 4.2rem;
        padding-left: 56px;
    }
    .contact_tel_number a::before {
        height: 48px;
        width: 48px;
    }
    .contact_tel {
        margin-top: 30px;
        border-radius: 8px;
        border: #1746ff solid 4px;
    }
    .contact_tel_title {
        font-size: 2.2rem;
    }
    .contact_tel_note {
        margin-left: 24px;
    }
}
@media (min-width: 1201px) {
    .section_contact_title h2 {
        font-size: 4rem;
    }
    .section_contact_text {
        margin: 40px 0;
        font-size: 2.4rem;
    }
    .contact_btn {
        height: 160px;
    }
    .contact_btn a {
        height: 152px;
        font-size: 3.8rem;
    }
    .contact_btn a::after {
        right: 28px;
        height: 32px;
        width: 32px;
    }
    .contact_tel {
        margin-top: 40px;
        padding: 12px;
    }
    .contact_tel_title {
        font-size: 2.4rem;
    }
    .contact_tel_number a {
        font-size: 5.6rem;
        padding-left: 72px;
    }
    .contact_tel_number a::before {
        height: 64px;
        width: 64px;
    }
    .contact_tel_note {
        margin-left: 32px;
    }
    .contact_tel_note br {
        display: none;
    }
}

/*
Category
---------------------------------*/
.category_text {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 28px;
    text-align: left;
    line-height: 1.6;
}
.category_text .note {
    font-size: 1.5rem;
}
.category_tag_title {
    font-size: 2rem;
    font-weight: 700;
    padding-left: 36px;
    position: relative;
    white-space: nowrap;
}
.category_tag_title::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 24px;
    width: 24px;
    margin: auto;
    background: url(../image/index_tag_blue_001.png) no-repeat center/100%;
}
.category_tag {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    width: 99%;
    margin: 0 0 40px;
}
.category_tag_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}
.category_tag_list li {
    margin: 0 12px 12px 0;
}
.category_tag_list li a {
    font-size: 1.2rem;
    border: solid 2px #ddd;
    padding: 3px 10px;
    color: #666666;
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
}
.category_tag_btn {
    text-align: right;
    margin-top: 12px;
}
.category_tag_btn a {
    position: relative;
    font-size: 1.6rem;
    border: none;
    color: #1746ff;
    font-weight: 700;
    display: inline-block;
    padding: 0 0 0 16px;
}
.category_tag_btn a::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 6px;
    margin: auto;
    background: url(../image/index_icon_chevron_right_blue_001.png) no-repeat center/100%;
}
@media (min-width: 769px) {
    .category_text {
        font-size: 1.8rem;
    }
    .category_tag {
        display: flex;
        padding: 24px;
    }
    .category_tag > div:last-child {
        width: 100%;
    }
    .category_tag_list {
        margin: 0 0 0 32px;
    }
}

/*
Single
---------------------------------*/
.single_contents {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 4px;
}
.single_contents_top {
    padding: 16px 0 8px;
    border-bottom: 1px solid #ddd;
    margin: 0 4%;
}
.single_contents_bottom {
    padding: 24px 4%;
    line-height: 1.8;
}
.single_title_wrapper {
    position: relative;
    z-index: 2;
    padding: 20vw 4% 16px;
    min-height: 56vw;
}
.single_title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 2;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.8);
}
.single_date {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0;
    color: #666;
    position: relative;
}
.single_cat {
    display: inline-flex;
    margin: 12px 8px 8px 0;
    color: #178FFF;
    border: #178FFF solid 2px;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 3px 8px;
}
.single_cat a {
    color: #178FFF;
}
.single_tag {
    display: inline-block;
    margin: 0 8px 8px 0;
}
.single_tag a {
    display: inline-flex;
    color: #666;
    border: #ddd solid 2px;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 3px 8px;
}
.single_date::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: calc(100% - 96px);
    background: #ddd;
}
@media (max-width: 768px) {
    .single_date::after {
        content: none;
    }
}
.single_contents_thumb {
    position: relative;
}
.single_contents_thumb img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.single_contents_thumb_pc {
    display: none;
}
.single_contents_bottom section {
    margin-top: 32px;
}
.single_contents_bottom p {
    font-weight: 500;
    margin: 24px 0 0;
    font-size: 1.6rem;
    line-height: 1.8;
}
.single_contents_bottom p:first-of-type {
    margin-top: 0;
}
.single_contents_bottom .note {
    font-size: 1.5rem;
    margin-top: 16px;
}
.single_contents_bottom .table .note {
    font-size: 1.3rem;
}
.single_contents_bottom h2,
.single_title_2 {
    color: #1746ff;
    font-size: 1.8rem;
    margin: 32px 0 0;
    padding-bottom: 6px;
    border-bottom: solid #1746ff 4px;
    font-weight: 700;
}
.single_contents_bottom h3,
.single_title_3 {
    font-size: 1.7rem;
    margin: 24px 0 0;
    padding-left: 12px;
    border-left: solid #1746ff 4px;
    font-weight: 700;
}
.single_contents_bottom h4,
.single_title_4 {
    font-size: 1.6rem;
    margin: 16px 0 0;
    font-weight: 700;
}
.single_contents_bottom .image {
    margin-top: 8px;
}
.single_contents_bottom h3 + .image {
    margin-top: 24px;
}
.single_contents_bottom ul,
.disc_list {
    list-style: disc;
    padding-left: 1.2em;
    margin: 16px 0 0;
}
.single_contents_bottom h4 + ul.disc_list,
.single_contents_bottom h4 + ul,
.single_contents_bottom .single_title_4 + ul.disc_list,
.single_contents_bottom table td ul:first-of-type{
    margin: 0;
}
.single_contents_bottom ul.top_spacer,
.disc_list.top_spacer {
    margin-top: 16px;
}
.single_contents_bottom ol,
.decimal_list {
    margin: 0;
    list-style: decimal;
    padding-left: 1.4em;
}
.single_contents_bottom ol li::marker,
.decimal_list li::marker {
    font-weight: 500;
    font-size: 1.6rem;
}
.single_contents_bottom ul p,
.single_contents_bottom ol p,
.single_contents_bottom .disc_list p,
.single_contents_bottom .decimal_list p  {
    margin: 0;
}
.single_contents_bottom ul p + p,
.single_contents_bottom ol p + p,
.single_contents_bottom .disc_list p + p,
.single_contents_bottom .decimal_list p + p {
    margin: 24px 0 0;
}


.single_contents_bottom .brackets_list {
    list-style-type: none;
}
.single_contents_bottom .brackets_list > li {
    counter-increment: count-brackets;
    position: relative;
}
.single_contents_bottom .brackets_list > li::before {
    content: "("counter(count-brackets) ") ";
    position: absolute;
    left: -1.4em;
    font-size: 1.6rem;
    font-weight: 500;
}




.single_contents_bottom .contact_btn_wrapper {
    border: 1px solid #C0C0C0;
    margin-top: 30px;
}
.single_contents_bottom .contact_btn_head {
    display: block;
    text-align: center;
    background: #ffd0bf;
    color: #020202;
    font-size: 2.0rem;
    line-height: 2;
    margin-bottom: -40px;
}
.single_contents_bottom .contact_btn_head.column_row {
    line-height: 1.6;
    padding: 5px 0;
}
.single_contents_bottom .contact_btn_inner {
    padding: 0 10px;
}

.single_contents_bottom .contact_btn_list {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 24px 0 30px;
}
.single_contents_bottom .contact_btn {
    height: 56px;
    height: auto;
    width: 49%;
    height: auto;
   margin-top: 32px;
}
@media (max-width: 767px) {
    .single_contents_bottom .contact_btn + .contact_btn {
        margin-top: 32px;
    }
}
.single_contents_bottom .contact_btn a {
    height: 52px;
    font-size: 1.6rem;
    line-height: 1.6;
}
.single_contents_bottom .contact_btn.-blue a {
    background-color: #1746ff;
    box-shadow: #2429ac 0 4px 0;
}
.single_contents_bottom .contact_btn.-red a {
    box-shadow: #ae3203 0 4px 0;
}
.single_contents_bottom .contact_btn p {
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    text-align: center;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 0.5em 0;
    padding: 7px 6px;
    width: 100%;
    color: #555;
    font-size: 1.1rem;
    line-height: 1.4;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #C0C0C0;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.single_contents_bottom .contact_btn p::before,
.single_contents_bottom .contact_btn p::after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
}
.single_contents_bottom .contact_btn p::before {
    border-color: rgba(30, 144, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    margin-top: 1px;
    border-top-color: #C0C0C0;
}
.single_contents_bottom .contact_btn p::after {
    border-color: rgba(247, 221, 51, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFF;
}

.single_contents_bottom .contact_btn.-blue p span {
    color: #1746ff;
}
.single_contents_bottom .contact_btn.-red p span {
    color: #f15a13;
}

.single_contents_bottom .contact_btn a::after {
    content: none;
}






.single_contents_bottom .contact_btn p br {
    display: block;
}
.single_writer {
    border-top: solid 1px #ddd;
    margin-top: 32px;
    padding-top: 24px;
}
.single_writer_title {
    font-size: 1.6rem;
    font-weight: 700;
}
.single_writer p {
    font-weight: 400;
}
.main_banner {
    margin: 32px 0;
    display: block;
    background: #efefef;
    padding: 16px;
    border-radius: 8px;
    box-shadow: #cecece 0 4px 0;
    transition: .3s;
}
.main_banner:active {
    transform: translateY(4px);
    box-shadow: none;
    background: #fff;
}
.single_contents_bottom blockquote {
    position: relative;
    padding: 32px 8px;
    background: #f2f2f2;
    margin: 24px 0 0;
}
.single_contents_bottom blockquote::before{
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    height: 24px;
    width: 21px;
    background: url(../image/index_quote_left_gray_001.png) no-repeat center/100%;
}
.single_contents_bottom blockquote::after{
    content: "";
    position: absolute;
    bottom: 8px;
    right: 8px;
    height: 24px;
    width: 21px;
    background: url(../image/index_quote_right_gray_001.png) no-repeat center/100%;
}
.single_contents_bottom blockquote p:first-of-type {
    margin: 0;
}

.contact_btn_line_wrapper {
    margin-top: 32px;
}
.contact_btn_line_text {
    text-align: center;
    display: block;
    font-weight: bold;
}
a.contact_btn_line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    font-size: 1.7rem;
    line-height: 1.6;
    color: #fff;
    font-weight: 700;
    position: relative;
    transition: opacity .3s;
    border-radius: 8px;
    background: #06C755;
    box-shadow: #049f44 0 4px 0;
    margin-top: 12px;
}
.section_contact a.contact_btn_line {
    height: 64px;
    font-size: 2rem;
    box-shadow: #049f44 0 8px 0;
}
a.contact_btn_line::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    width: 16px;
    background: url(../image/index_circle_chevron_right_white_001.png) no-repeat center/100%;
}

.block_point {
    background: #e0edff;
    padding: 16px 20px;
    border-radius: 4px;
    margin: 32px 0;
}
.block_point p {
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #1746ff;
    padding: 0 0 8px 32px;
    font-size: 1.7rem;
}
.block_point p::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../image/icon_point_blue_001.png) no-repeat center / 100%;
    width: 24px;
    height: 18px;
}
.block_point ul {
    list-style: none;
}
.block_point ul li {
    position: relative;
    font-weight: 500;
    font-size: 1.6rem;
}
.block_point ul li + li {
    margin-top: 8px;
}
.block_point ul li::before {
    content: "";
    position: absolute;
    left: -1.2em;
    top: .8em;
    background: #1746ff;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.single_contents_bottom .block_frame_01 {
    padding: 8px;
    background: #f0f7ff;
    margin: 24px 0 0;
}
.single_contents_bottom .block_frame_01 *:first-child {
    margin-top: 0;
}
.single_contents_bottom .num_list_01 {
    margin: 16px 0 0;
}
.single_contents_bottom .num_list_01 li{
    list-style-type:none;
    counter-increment: number;
    position: relative;
}
.single_contents_bottom .num_list_01 li::before {
    position: absolute;
    content: counter(number) ") ";
    left: -1.4em;
    font-weight: 500;
}

@media (min-width: 769px) {
    .single_contents {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 4px;
    }
    .single_contents_top {
        padding: 24px 0 16px;
        border-bottom: 0;
    }
    .single_contents_bottom {
        padding: 24px;
    }
    .single_title_wrapper {
        padding: 20px 24px 0;
        min-height: auto;
    }
    .single_title {
        font-size: 2.4rem;
        padding: 0;
        line-height: 1.6;
    }
    .single_contents_thumb img {
        display: none;
    }
    .single_contents_thumb_pc {
        display: block;
    }
    .single_contents_bottom section {
        margin-top: 48px;
    }
    .single_contents_bottom p {
        margin: 28px 0 0;
    }
    .single_contents_bottom h2,
    .single_title_2 {
        font-size: 2rem;
    }
    .single_contents_bottom h3,
    .single_title_3 {
        font-size: 1.8rem;
        margin: 28px 0 0;
    }
    .single_contents_bottom h4,
    .single_title_4 {
        font-size: 1.6rem;
    }
    .single_contents_bottom .contact_btn {
        height: 80px;
        height: auto;
    }
    .single_contents_bottom .contact_btn a {
        font-size: 1.8rem;
    }
    .single_contents_bottom .contact_btn a::after {
        right: 12px;
        height: 16px;
        width: 16px;
    }
    .single_contents_bottom .contact_btn a:hover {
        transform: translateY(4px);
        box-shadow: none;
    }
    .single_writer {
        margin-top: 48px;
        padding-top: 40px;
    }
    .single_contents_bottom h3 + .image {
        margin-top: 28px;
    }
    .main_banner {
        margin: 64px 0;
    }
    .main_banner:hover {
        transform: translateY(4px);
        box-shadow: none;
        background: #fff;
    }
    .single_contents_bottom blockquote {
        padding: 40px 16px;
        margin: 28px 0 0;
    }
    .single_contents_bottom blockquote::before{
        top: 8px;
        left: 16px;
        height: 32px;
        width: 28px;
    }
    .single_contents_bottom blockquote::after{
        bottom: 8px;
        right: 16px;
        height: 32px;
        width: 28px;
    }

    a.contact_btn_line {
        height: 64px;
        font-size: 1.8rem;
    }
    a.contact_btn_line:hover {
        transform: translateY(4px);
        box-shadow: none;
    }
    .section_contact a.contact_btn_line:hover {
        transform: translateY(8px);
    }
    .section_contact .contact_btn_line_text {
        font-size: 1.8rem;
    }
    .section_contact a.contact_btn_line {
        height: 80px;
        font-size: 2.8rem;
        margin-top: 16px;
    }
    a.contact_btn_line::after {
        right: 12px;
    }
    .section_contact a.contact_btn_line::after {
        right: 20px;
        height: 24px;
        width: 24px;
    }






    .single_contents_bottom .contact_btn_head {
        font-size: 2.5rem;
        line-height: 2;
        margin-bottom: -10px;
    }
    .single_contents_bottom .contact_btn_head.column_row br {
        display: none;
    }
    .single_contents_bottom .contact_btn_inner {
        padding: 0 30px 30px;
    }
    .single_contents_bottom .contact_btn_list {
        margin: 24px 0 0;
    }



    .single_contents_bottom .contact_btn {
        margin: 0;
    }
    .single_contents_bottom .contact_btn p::before {
        border-top-width: 16px;
        border-bottom-width: 16px;
    }
    .single_contents_bottom .contact_btn p::after {
        border-top-width: 16px;
        border-bottom-width: 16px;
    }
    .single_contents_bottom .contact_btn a {
        display: block;
        padding: 10px 0;
    }

    .single_contents_bottom .contact_btn p br {
        display: none;
    }


    .block_point {
        padding: 26px 40px;
        margin: 64px 0;
    }
    .block_point p {
        font-size: 1.8rem;
        padding: 0 0 12px 32px;
    }
    .block_point p::before {
        top: 8px;
    }
    .block_point ul {
        margin-top: 24px;
    }

    .single_contents_bottom .block_frame_01 {
        padding: 16px;
        margin: 28px 0 0;
    }

}

@media (min-width: 901px) {
    .single_contents_bottom .contact_btn a {
        height: 60px;
        font-size: 2.2rem;
    }
    .single_contents_bottom .contact_btn p {
        font-size: 1.6rem;
        line-height: 1.8;
    }
}






@media (min-width: 1081px) {
    .single_contents_bottom .contact_btn a {
        height: 74px;
        font-size: 3.2rem;
        line-height: 1.6;
    }
}


@media (min-width: 1201px) {
    .single_contents_top {
        margin: 0 40px;
        padding: 24px 0 28px;
    }
    .single_contents_bottom {
        padding: 40px;
    }
    .single_title_wrapper {
        padding: 40px 40px 0;
    }
    .single_title {
        font-size: 2.8rem;
    }
    .single_cat {
        margin: 24px 12px 12px 0;
    }
    .single_tag {
        margin: 0 12px 12px 0;
    }
    .single_contents_bottom section {
        margin-top: 64px;
    }
    .single_contents_bottom p {
        margin: 32px 0 0;
    }
    .single_contents_bottom .table .note {
        font-size: 1.5rem;
    }
    .single_contents_bottom h2,
    .single_title_2 {
        font-size: 2.4rem;
        padding-bottom: 8px;
        margin-top: 64px;
    }
    .single_contents_bottom h3,
    .single_title_3 {
        font-size: 2rem;
        margin: 32px 0 0;
    }
    .single_contents_bottom h4,
    .single_title_4 {
        font-size: 1.6rem;
    }
    .single_contents_bottom .contact_btn {
        height: 88px;
        height: auto;
    }
    .single_contents_bottom .contact_btn a {
        height: 74px;
        font-size: 2rem;
    }
    .single_contents_bottom .contact_btn a::after {
        right: 16px;
        height: 20px;
        width: 20px;
    }
    .single_writer {
        margin-top: 64px;
        padding-top: 56px;
    }
    .single_contents_bottom h3 + .image {
        margin-top: 32px;
    }

    a.contact_btn_line {
        font-size: 2rem;
    }


    .single_contents_bottom .contact_btn a {
        font-size: 3.2rem;
        line-height: 1.6;
    }

    .single_contents_bottom .block_frame_01 {
        margin: 32px 0 0;
    }

}
/*
Toc
---------------------------------*/
#toc_container {
    margin: 32px 0;
    border: solid #ddd 2px;
    border-radius: 4px;
    padding: 12px;
}
.toc_title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: solid #ddd 2px;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.toc_title span {
    position: relative;
    display: inline-block;
    padding-left: 24px;
}
.toc_title span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 12px;
    width: 15px;
    background: url(../image/index_icon_toc_blue_001.png) no-repeat center/100%;
}
.single_contents_bottom ul.toc_list {
    margin-top: 12px;
    line-height: 1.6;
    list-style: none;
    padding: 0;
}
.toc_list li {
    position: relative;
    padding-left: 1.2em;
}
.toc_list > li {
    padding-left: 1.4em;
}
.toc_list > li::before {
    content: "";
    position: absolute;
    left: 0.3em;
    top: 0.51em;
    width: 0.5em;
    height: 0.5em;
    border-left: 2px solid #178FFF;
    border-bottom: 2px solid #178FFF;
    transform: rotate(-45deg);
}
.toc_list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1em;
    height: 1px;
    width: 0.3em;
    background: #178FFF;
}
.toc_list a {
    font-weight: 700;
    font-size: 1.6rem;
    transition: opacity .3s;
    color: #178FFF;
    text-decoration: underline;
}
.toc_list li +li {
    margin-top: 8px;
}
.single_contents_bottom .toc_list ul {
    margin-top: 4px;
    padding: 0;
    list-style: none;
}
.toc_list ul a {
    font-weight: 500;
    font-size: 1.5rem;
}
@media (min-width: 769px) {
    #toc_container {
        margin: 48px 0;
        padding: 16px 24px;
    }
    .single_contents_bottom ul.toc_list {
        margin-top: 16px;
    }
    .toc_list a:hover {
        opacity: .7;
    }
    .toc_list ul li::before {
        height: 2px;
        width: 0.4em;
    }
}
@media (min-width: 1201px) {
    #toc_container {
        margin: 64px 0;
        padding: 24px 32px;
    }
    .toc_title {
        font-size: 2rem;
        padding-bottom: 20px;
    }
    .toc_title span {
        padding-left: 32px;
    }
    .toc_title span::before {
        height: 16px;
        width: 20px;
    }
    .single_contents_bottom ul.toc_list {
        margin-top: 24px;
    }
}

/*
Table
---------------------------------*/
.single_contents_bottom table,
.table {
    margin: 16px 0 0;
    font-feature-settings: "palt";
}
.table .table_scroll_note {
    text-align: center;
    color: #666;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.table_scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
    .table_scroll .width_780 {
        min-width: 780px;
    }
    .table_scroll .width_640 {
        min-width: 640px;
    }
    .table_scroll .width_560 {
        min-width: 560px;
    }
    .table_scroll .width_480 {
        min-width: 480px;
    }
}
.single_contents_bottom table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.4rem;
    background: #fff;
}
.table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.4rem;
    background: #fff;
    margin: 0;
}
.single_contents_bottom table thead,
.table thead {
    background: #f2f2f2;
}
.single_contents_bottom table th,
.single_contents_bottom table td,
.table th,
.table td {
    padding: 10px;
    border: 1px solid #ddd;
}
tbody th {
    text-align: left;
    vertical-align: middle;
}
.single_contents_bottom table th p,
.single_contents_bottom table td p {
    font-size: inherit;
    font-weight: inherit;
}
.single_contents_bottom table p {
    margin: 0;
}
@media (min-width: 769px) {
    .table .table_scroll_note {
        display: none;
    }
}
@media (min-width: 1201px) {
    .table table,
    .single_contents_bottom table {
        font-size: 1.6rem;
    }
    .single_contents_bottom table th,
    .single_contents_bottom table td,
    .table th,
    .table td {
        padding: 12px;
    }
}

/*
Related
---------------------------------*/

.related_contents {
    padding-top: 64px;
    overflow: hidden;
}
.related_section_title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0;
}
.related_list {
    padding-bottom: 4px;
}
.related_item {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px;
}
.related_item + .related_item {
    margin-top: 6px;
}
.related_item a {
    display: flex;
    justify-content: space-between;
    padding: 4%;
}
.related_item .left {
    width: 32%;
    max-width: 272px;
    height: 20vw;
    overflow: hidden;
}
.related_item .left img {
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.related_item .right {
    width: 64%;
}
.related_title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333;
    font-feature-settings: "palt";
    font-weight: 700;
}
.related_text {
    font-size: 1.3rem;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 8px 0;
}
.related_date {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    margin-top: 8px;
    color: #666;
    font-weight: 700;
}
.related_date::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #ddd;
}
.related_cat {
    display: inline-flex;
    margin-top: 8px;
    color: #178FFF;
    border: #178FFF solid 2px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    padding: 2px 8px 3px;
    margin-right: 8px;
}
.related_tag {
    display: inline-flex;
    margin-top: 8px;
    color: #666;
    border: #ddd solid 2px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    padding: 2px 8px 3px;
}
@media (min-width: 769px) {
    .related_item {
        border-radius: 4px;
        overflow: hidden;
    }
    .related_item + .related_item {
        margin-top: 12px;
    }
    .related_item a {
        padding: 24px;
        transition: opacity .3s;
    }
    .related_item a:hover {
        opacity: .7;
    }
    .related_item .left {
        height: 12vw;
    }
}
@media (min-width: 1201px) {
    .related_item {
        border-radius: 8px;
    }
    .related_item + .related_item {
        margin-top: 24px;
    }
    .related_item a {
        padding: 0;
    }
    .related_item .left {
        height: auto;
    }
    .related_item .left img {
        border-radius: 0;
    }
    .related_item .right {
        width: 69%;
        padding: 12px 40px 12px 24px;
    }
    .related_title {
        font-size: 1.8rem;
    }
    .related_text {
        font-size: 1.6rem;
    }
    .related_date {
        font-size: 1.5rem;
    }
    .related_cat {
        font-size: 1.2rem;
    }
    .related_tag {
        font-size: 1.2rem;
    }
}

/*
Add
---------------------------------*/

.no-margin {
    margin: 0!important;
}
.align_right {
    text-align: right!important;
}
.align_left {
    text-align: left!important;
}
.align_center {
    text-align: center!important;
}
.align_top {
    vertical-align: top;
}
.align_middle {
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap;
}
.align_center th {
    text-align: center;
}
.weight_bold {
    font-weight: 700!important;
}
.mt_1m {
    margin-top: 1em;
}
.mt_24 {
    margin-top: 24px;
}
.mb_24 {
    margin-bottom: 24px;
}

.bb_2px {
    border-bottom: solid 2px #ddd;
}
.writing_vertical {
    writing-mode: vertical-rl;
}

.mw_600_img {
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.mw_640_img {
    max-width: 640px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pl_24{
    padding-left: 2.4em!important;
}

.-fs_90p {
    font-size: 90%;
}


.-fs_12 {
    font-size: 1.2rem!important;
}

@media (min-width: 769px) {
    .-fs_pc_12 {
        font-size: 1.2rem!important;
    }
    .-fs_pc_14 {
        font-size: 1.4rem!important;
    }
    .-fs_pc_15 {
        font-size: 1.5rem!important;
    }
}

/*
Color
---------------------------------*/
.fc_red {
    color: #c7000f;
}
.fc_blue {
    color: #1346F9;
}
.bc_lightgray {
    background: #f2f2f2;
}

.bc_gray {
    background: #dddddd;
}
.bg_snowgray {
    background-color: #fafafa;
}

.bc_white {
    background: #fff;
}
.bg_orange {
    background-color: #ffd0bf;
}
.bg_yellow {
    background-color: #fbeeb8;
}
.bg_lightblue {
    background-color: #c2e0f4;
}
.bg_purple {
    background-color: #eccafa;
    color: #000000;
}
.bg_green {
    background-color: #bfedd2;
}
.bg_pink {
    background-color: #f8cac6;
    color: #000000;
}


.bt2_lightgray {
    border-top: 2px solid #f2f2f2!important;
}

.bb1_silvergray {
    border-bottom: 1px solid #c7c7c7!important;
}

.bt1_white {
    border-top: 1px solid #fff!important;
}
.bl1_white {
    border-left: 1px solid #fff!important;
}

.bt_none {
    border-top: none!important;
}
.bb_none {
    border-bottom: none!important;
}





.contact_btn_under_text {
    font-weight: 700;
    font-size: 1.4rem;
    background: #efefef;
    padding: 8px 16px;
    border-radius: 4px;
    margin-top: 12px;
}
.section_contact .contact_btn_under_text {
    background: #f0f7ff;
    font-size: 1.5rem;
    margin-top: 16px;
}
@media (min-width: 769px) {
    .contact_btn_under_text {
        font-size: 1.5rem;
        padding: 8px 16px;
        border-radius: 8px;
        margin-top: 16px;
    }
    .section_contact .contact_btn_under_text {
        font-size: 1.7rem;
        padding: 16px 24px;
        margin-top: 24px;
    }
}


/*
Page
---------------------------------*/
.page_contents {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 4px;
}
.page_contents_top {
    padding: 24px 4% 0;
}
.page_contents_bottom {
    padding: 24px 4%;
    line-height: 1.8;
}
.page_title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    padding-bottom: 24px;
    line-height: 1.6;
    border-bottom: solid 1px #ddd;
}
@media (min-width: 769px) {
    .page_contents {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 4px;
    }
    .page_contents_top {
        padding: 24px 24px 0;
    }
    .page_contents_bottom {
        padding: 24px;
    }
    .page_title {
        font-size: 2.4rem;
    }
}
@media (min-width: 1201px) {
    .page_contents_top {
        padding: 40px 40px 0;
    }
    .page_contents_bottom {
        padding: 40px;
    }
    .page_title {
        font-size: 2.8rem;
    }
}

/*
Tag Page
---------------------------------*/
.tag_list {
    display: flex;
    flex-wrap: wrap;
}
.tag_list li {
    margin: 0 16px 16px 0;
}
.tag_list li a {
    font-size: 1.6rem;
    border: solid 2px #ddd;
    padding: 2px 12px;
    color: #666666;
    font-weight: 500;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .3s;
}
@media (min-width: 769px) {
    .tag_list li a {
        padding: 2px 14px;
    }
    .tag_list li a:hover {
        opacity: .7;
    }
}




@media (min-width: 769px) {

#category .main_contents_top {
width: 100%;
}
}

.header_site_logo span {
    margin-right: 12px;
}

@media (min-width: 1201px) {
    #single .section_main_contents,
    #category .section_main_contents,
    #page .section_main_contents {
        padding-top: 64px;
    }
}




