@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@font-face {
    font-family: YuMincho;
    src: url(../font/yumin.ttf);
}

@font-face {
    font-family: YuMincho-db;
    src: url(../font/yumindb.ttf);
}

html,
body {
     font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: #333;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0%;
    padding: 0%;
}

ul li,
ol li {
    list-style: none;
}

figure,
table {
    margin: auto;
}

.page_max_width {
    margin: auto;
    max-width: 1100px;
}

.page_width {
    max-width: 1000px;
    margin: auto !important;
}

.page_small_width {
    max-width: 800px;
    margin: auto;
}

.logo img {
    display: block;
}

.p-contact.show {
    display: block;
}

ul,
ol {
    margin: auto;
    padding: 0;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.text-index {
	text-indent: -1em;
	padding-left: 1em;
}

.sp-text-index {
	text-indent: -1em;
	padding-left: 1em;
}



/* PCのみで表示する要素 */
.pc-only {
    display: none; /* デフォルトでは非表示 */
}

/* スマートフォンのみで表示する要素 */
.sp-only {
    display: none; /* デフォルトでは非表示 */
}

/* 画面幅が768ピクセル以下の場合（スマートフォンなど） */
@media screen and (max-width: 768px) {
    .sp-only {
        display: block; /* スマートフォンでは表示 */
    }
    .pc-only {
        display: none; /* スマートフォンでは非表示 */
    }
}

/* 画面幅が768ピクセル以上の場合（PCなど） */
@media screen and (min-width: 769px) {
    .sp-only {
        display: none; /* PCでは非表示 */
    }
    .pc-only {
        display: block; /* PCでは表示 */
    }
}


/* Common */

.c-sec_title {
    margin: 60px auto 80px;
    text-align: center;
    position: relative;
}

.sec_bg .c-sec_title {
    margin: auto;
}

.c-sec_title::after {
    position: absolute;
    content: "";
    width: 700px;
    height: 1px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
}

.c-sec_title h2 {
    font-family_: "YuMincho-db";
	 font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 64px;
    letter-spacing: 0.1em;
    color: #333;
}

.c-sec_title h1 {
    font-family_: "YuMincho-db";
	 font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 64px;
    letter-spacing: 0.1em;
    color: #333;
}

.c-sec_title p.jp {
    font-family_: 'YuMincho';
	 font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #A7A3A3;
}

.sec_bg {
    background-color: #3C9FD0;
    padding: 50px 20px;
}

.sec_bg .c-sec_title h2 {
    color: #fff;
}

.sec_bg .c-sec_title::after {
    background-color: #fff;
}

.txt_strong {
    font-weight: bold;
    color: #333;
}

.c-view_more {
    padding: 70px 0;
    margin: auto;
    text-align: center;
}

.c-view_more a {
    font-family: 'Noto Sans JP', sans-serif;
    width: 325px;
    height: 60px;
    background: #68A9EB;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    position: relative;
}

.c-view_more a::after {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    right: 15px;
    top: 21px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%);
    transition: all 0.35s;
}


/*== ボタン共通設定 */

.btn {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    outline: none;
    transition: ease .35s;
}


/*ボタン内spanの形状*/

.btn span {
    position: relative;
    z-index: 3;
    color: #fff;
}

.btn:hover span {
    color: #fff;
}


/*== 背景が流れる（斜め） */

.bgskew::before {
    content: '';
    position: absolute;
    top: 0;
    left: -130%;
    background: #FF9960;
    width: 120%;
    height: 100%;
    transform: skewX(-25deg);
}

@media screen and (min-width: 768px) {
    .bgskew:hover::before {
        animation: skewanime .5s forwards;
    }
    .c-view_more a:hover::after {
        right: 10px;
    }
}

@keyframes skewanime {
    100% {
        left: -10%;
    }
}


/* Header */

.header {
    position: fixed;
    background-color: transparent;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.5s;
}

.header_contain {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px 30px;
}

.header_sub {
    background-color: #114286;
}

.header_bg {
    background-color: #114286;
}

.header_bg_box {
    position: relative;
    z-index: 2;
}

.header_left_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 290px;
    height: auto;
}

.header_right_bg {
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    width: 360px;
    height: auto;
}

.header_top_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_top_links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header_top_links .link a {
    /* width: 190px;
    height: 50px; */
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.header_top_links .link a img {
    width: 20px;
    height: auto;
}

.header_top_links .tel_link a {
    background: #E12E64;
    transition: all 0.35s;
    font-size: 20px;
    letter-spacing: 0.1em;
    align-items: flex-end;
}

.header_top_links .tel_link a .top_txt {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.15em;
    margin-bottom: 3px;
    display: block;
}

.header_top_links .tel_link a:hover {
    background: #666;
}

.header_top_links .mail_link a {
    background: #1EA1CB;
    transition: all 0.35s;
}
.header_top_links .mail_link a p {
	margin-top: 3px;
}

.header_top_links .mail_link a:hover {
    background: #666;
}

.pc.nav .c-nav_list {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.c-nav_list li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    position: relative;
}

.c-nav_list li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    transition: all 0.35s;
}

.c-nav_list li a:hover::after {
    width: 100%;
}

.header_logo .logotext {
    font-weight: 800;
    font-size: 32px;
    line-height: 42px;
}

.header_logo span {
	color:#ffffff;
	font-size:80%;
}

.color_brown {
    color: #F77F3C;
}

.color_white {
    color: #fff;
}

.header .menu_btn .container {
    z-index: 12;
    position: relative;
}

.bar1,
.bar2,
.bar3 {
    height: 4px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 2px;
    margin: auto 0 auto auto;
}

.bar2 {
    width: 40px;
}

.bar1 {
    width: 33px;
}

.bar3 {
    width: 25px;
}

.bar2 {
    margin: 8px auto;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 9px);
    transform: rotate(-45deg) translate(-9px, 9px);
    width: 30px;
    height: 3px;
    background-color: #fff;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-7px, -7px);
    width: 30px;
    height: 3px;
    background-color: #fff;
}

.header .nav_sp {
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: -5px;
    right: -100%;
    overflow-x: hidden;
    transition: 0.5s;
    padding-bottom: 100%;
    margin-top: 4px;
    background-color: #114286;
}

.nav_sp ul li {
    list-style: none;
    color: #333;
    margin: auto 50px auto 30px;
    padding: 0;
    text-align: left;
    position: relative;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.85);
}

.nav_sp ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 18px;
    padding: 12px 5px;
    display: flex;
    align-items: center;
}

.nav_sp ul.dropdown_menu li a {
    font-size: 16px;
}

.nav_sp ul li a img {
    margin-right: 15px;
    width: 5px;
    height: auto;
}

.nav_sp .nav_sp_list {
    margin-top: 15%;
}

.nav_sp .dropdown::before {
    content: '+';
    font-family: "fangsong";
    font-size: 30px;
    padding: 8px 10px;
    float: right;
    color: #fff;
    transition: all 0.35s;
}

.nav_sp .dropdown.is-open::before {
    content: '-';
    padding: 8px 11px;
}

.dropdown .dropdown-content ul {
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: 0.6s ease;
}

.dropdown .dropdown-content .dropdown-btn li,
.dropdown .dropdown-content .dropdown-btn1 li {
    border: none;
    margin: auto 15px;
}

.dropdown .dropdown-content .dropdown-btn li a,
.dropdown .dropdown-content .dropdown-btn1 li a {
    padding: 5px 0;
}

.dropdown .dropdown-content .dropdown-btn.active {
    height: 250px;
    opacity: 1;
    /* animation: subnav .5s linear forwards; */
}

.dropdown .dropdown-content .dropdown-btn1.active {
    height: 355px;
    opacity: 1;
    /* animation: subnav .5s linear forwards; */
}


/*  */

.dropdown_pc {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    perspective: 1000px;
    z-index: 100;
}

.dropdown_pc:hover .dropdown_menu li {
    display: block;
}

.dropdown_menu {
    position: absolute;
    top: 100%;
    right: -30px;
    width: 250px;
    perspective: 1000px;
    z-index: -1;
	padding-top: 15px;
}

.dropdown_menu li {
    display: none;
    background: #1a529f;
    opacity: 0;
    transition: all 0.35s;
}

.dropdown_menu li a {
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-size: 12px;
    display: block;
    position: relative;
}

.dropdown_menu li.bt_border {
    border-bottom: 1px dashed #fff;
    opacity: 1;
}

.dropdown_menu li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transition: all 0.35s;
}

.dropdown_menu li a:hover::after {
    width: 0px;
}


/* .dropdown_menu li:hover {
    background-color: #14468b;
} */

.dropdown_pc:hover .dropdown_menu--animated {
    display: block;
}

.dropdown_menu--animated {
    display: none;
}

.dropdown_menu--animated li {
    display: block;
    opacity: 1;
}

.dropdown_menu-5 .dropdown_item-1 {
    transform-origin: top center;
    animation: translateX 300ms 100ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-2 {
    transform-origin: top center;
    animation: translateX 300ms 100ms ease-in-out forwards;
}

.dropdown_menu-5 .dropdown_item-3 {
    transform-origin: top center;
    animation: translateX 300ms 140ms ease-in-out forwards;
}

@keyframes translateX {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }
    80% {
        transform: translateX(-5px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}


/* main */

.main {
    position: relative;
    z-index: 1;
}

.c-topsec {
    margin-top: 120px;
}

.c-topsec.blog {
    background-image: url(../image/blog/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-topsec.case {
    background-image: url(../image/blog/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-topsec.fqa {
    background-image: url(../image/blog/fqa-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-topsec.calc {
    background-image: url(../image/blog/calc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-topsec.flow {
    background-image: url(../image/flow/calc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-topsec.glossary {
    background-image: url(../image/glossary/calc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-topsec.contact_mail {
    background-image: url(../image/contact/calc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-topsec.contact_mail {
    background-image: url(../image/contact/calc-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.c-topsec.strength {
	 background-image: url('../image/strength/mv-bg01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.c-topsec.price {
    background-image: url('../image/price/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c-page_title {
    max-width: 1000px;
    margin: auto;
    padding: 100px 0px;
}

.c-page_title h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    text-align: right
}
.c-page_title h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    text-align: right
}
.c-breadcrumbs_box {
    margin-top: 40px;
    padding: 0 20px;
}

.c-breadcrumbs ul {
    max-width: 1000px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.c-breadcrumbs ul a,
.c-breadcrumbs ul span {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.c-breadcrumbs ul li.top_li::before {
    border-width: 0px;
    width: 0;
    height: 0;
    margin: 0;
}

.c-breadcrumbs ul li::before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 0.4em;
    margin: 0.45em 0.45em 0.15em 0.15em;
    transform: rotate(45deg);
    width: 0.4em;
    color: #333333;
}


/* Blog List */

.p-bloglist {
    margin-top: 40px;
    margin-bottom: 80px;
}

.p-bloglist input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.filters {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    gap: 15px;
    margin: auto;
    padding: 0;
}

.useful_page .filters {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 15px;
    margin: auto;
    padding: 0;
}

.case_page .filters {
    grid-template-columns: repeat(3, 1fr);
}

.filters li {
    border: 1px solid rgba(0, 0, 0, 0.16);
    list-style: none;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
}

.filters li label {
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 0;
    cursor: pointer;
}

.filters label:hover {
    background: #cce5ff;
}

.targets {
    margin-top: 50px;
    display: grid;
    grid-gap: 80px 30px;
    grid-template-columns: repeat(3, 1fr);
}

.fqa_page .targets {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
}

.targets .target {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.16);
}

[value="All"]:checked~.filters [for="All"],
[value="相続開始後の手続き"]:checked~.filters [for="相続開始後の手続き"],
[value="相続税申告"]:checked~.filters [for="相続税申告"],
[value="生前対策"]:checked~.filters [for="生前対策"],
[value="家族信託"]:checked~.filters [for="家族信託"],
[value="相続トラブル"]:checked~.filters [for="相続トラブル"] {
    background: #cce5ff;
    color: #333;
}

[value="All"]:checked~.filters [for="All"],
[value="相続開始後の手続き"]:checked~.filters [for="相続開始後の手続き"],
[value="相続税申告"]:checked~.filters [for="相続税申告"],
[value="生前対策"]:checked~.filters [for="生前対策"],
[value="家族信託"]:checked~.filters [for="家族信託"],
[value="相続トラブル"]:checked~.filters [for="相続トラブル"],
[value="当事務所に関する質問"]:checked~.filters [for="当事務所に関する質問"],
[value="相続手続きに関する質問"]:checked~.filters [for="相続手続きに関する質問"],
[value="相続税申告に関する質問"]:checked~.filters [for="相続税申告に関する質問"],
[value="贈与税申告に関する質問"]:checked~.filters [for="贈与税申告に関する質問"],
[value="生前対策に関する質問"]:checked~.filters [for="生前対策に関する質問"],
[value="その他に関する質問"]:checked~.filters [for="その他に関する質問"],
[value="やってて良かった生前対策の解決事例"]:checked~.filters [for="やってて良かった生前対策の解決事例"],
[value="相続発生後に起こる問題の解決実例"]:checked~.filters [for="相続発生後に起こる問題の解決実例"],
[value="相続税の申告でお困りの方の解決事例"]:checked~.filters [for="相続税の申告でお困りの方の解決事例"],
[value="節税に関する解決事例"]:checked~.filters [for="節税に関する解決事例"],
[value="贈与に関する解決実例"]:checked~.filters [for="贈与に関する解決実例"],
[value="その他の解決事例"]:checked~.filters [for="その他の解決事例"] {
    background: #cce5ff;
    color: #333;
}


/* アニメーション */

.checked_animation {
    animation: checked_animation 0.4s ease-in-out both;
}

@keyframes checked_animation {
    0% {
        transform: translate(0, 300px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.targets .blog_img {
    position: relative;
    overflow: hidden;
}

.targets .blog_img img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    transition: all 0.7s;
}

.targets .blog_img a:hover img {
    transform: scale(1.15);
    opacity: 0.8;
}

.target .blog_box {
    padding: 15px;
}

.target .blog_infor {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog_date {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    line-height: 22px;
    color: #333333;
}

.target .blog_title h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6em;
    /* text-decoration-line: underline; */
    color: #333333;
}

.target .blog_title h3:hover a {
    text-decoration-line: underline;
}

.blog_categories {
    margin: auto;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: right;
}

.blog_item_contain .blog_categories {
    text-align: left;
}

.blog_categories a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 5px 10px;
    background: #2660F4;
    /* border-radius: 4px; */
}

.blog_categories a.color_01 {
    background: #2660F4;
}

.blog_categories a.color_01 {
    background: #46BDC8;
}

.blog_categories a.color_02 {
    background: #FA66C7ED;
}

.blog_categories a.color_03 {
    background: #FF9960;
}

.blog_categories a.color_04 {
    background: #DB8FFF;
}

.blog_categories a.color_05 {
    background: #6BCF5B;
}

.color_01 {
    background: #2660F4;
}

.color_01 {
    background: #46BDC8;
}

.color_02 {
    background: #FA66C7ED;
}

.color_03 {
    background: #FF9960;
}

.color_04 {
    background: #DB8FFF;
}

.color_05 {
    background: #6BCF5B;
}


/* Contact */

.p-contact_body {
    margin-top: 80px;
}

.p-contact_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.p-contact_item.item_tel {
    background: #E12E64;
    transition: all 0.35s;
}

.p-contact_item.item_form {
    background: #497BBF;
    transition: all 0.35s;
}

@media screen and (min-width: 768px) {
    .p-contact_item.item_tel:hover,
    .p-contact_item.item_form:hover {
        background: #666;
    }
}

.p-contact_item img {
    width: 22px;
    height: auto;
}

.p-contact_item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.p-contact_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.p-contact_item .top_txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: center;
}

.p-contact_item .top_txt01 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: center;
}

@media screen and (max-width: 768px) {
.p-contact_item .top_txt {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: center;
}
.p-contact_item .top_txt_b {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: center;
}
}
.p-contact_item .md_txt {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: center;
}

.p-contact_item.item_tel .dowm_txt {
    font-size: 36px;
}

.p-contact_item .dowm_txt {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.p-contact_item.item_form .dowm_txt {
    gap: 30px;
	margin-top: 3px;
}


/* Footer */

.footer {
    padding: 0 20px;
    margin-top: 60px;
}

.footer_contain {
    max-width: 1200px;
    margin: auto;
}

.footer .nav_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 18px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #000000;
}

.footer .nav_list a {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #333333;
    position: relative;
}

.footer .nav_list a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #333333;
    transition: all 0.35s;
}

.footer .nav_list a:hover::after {
    width: 100%;
}

.copyrigth {
    margin: 30px auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #333333;
}


/* ブログ一覧ページ */

.blog_list_sec,
.blog_detail_sec {
    margin-top: 40px;
}

.main_contain {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.blogs_contain,
.blog_item_contain {
    width: 70%;
}

.blog_title h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #333333;
}

.sidebar {
    width: 25%;
}

.sidebar_category_box .sidebar_title {
    margin: auto;
}

.sidebar_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    padding: 10px 0;
    border-bottom: 1px solid #333333;
}

.sidebar_box_list {
    margin-top: 25px;
    margin-left: 25px;
}

.sidebar_box_list li {
    margin: 10px auto;
    list-style: disc;
}

.sidebar_box_list li a {
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    position: relative;
    /* display: block; */
}

.sidebar_box_list li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #333;
    transition: all 0.35s;
}

.sidebar_box_list li a:hover::after {
    width: 100%;
}

.blog_link_box {
    margin: 80px auto 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.blog_link a {
    width: 230px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #333333;
    border: 1px solid #333333;
    position: relative;
    transition: all 0.35s;
}

.blog_link a:hover {
    background: rgba(200, 232, 210, 0.41);
}

.blog_link.pre_link a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../image/common/link_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.35s;
}

.blog_link.pre_link a:hover::after {
    left: 40px;
}

.blog_link.next_link a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background-image: url(../image/common/link_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.35s;
}

.blog_link.next_link a:hover::after {
    right: 40px;
}


/*  */

.blog_item_body {
    margin-top: 20px;
}


/* .blog_item_body .blog_infor {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.blog_item_body .blog_img {
    margin: 50px auto;
}

.blog_content {
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.blog_content h2 {
    margin: 30px auto;
    padding-left: 15px;
    border-left: 7px solid #5BBACF;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

.blog_content h3 {
    margin: 30px auto;
    padding-left: 15px;
    border-left: 7px solid #497BBF;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

.blog_content .f_link01 {
    color: #11b9df;
    text-decoration: underline;
}

.blog_content p {
    margin-top: 10px;
}

.blog_content ul {
    margin-top: 30px;
    padding-left: 25px;
}

.blog_content ul li {
    list-style: disc;
}

.blog_content table {
    margin: 30px auto;
}

.blog_content table,
.blog_content tr,
.blog_content td {
    border: 1px solid #333;
    border-collapse: collapse;
}

.blog_content table td {
    padding: 10px;
}

.pagination_contain {
    margin: 60px auto;
    text-align: center;
}

.pagination .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 8px 15px;
    text-decoration: none;
    transition: background-color .3s;
    margin: auto 10px;
    color: #333;
    border: 1px solid #333;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.wp-pagenavi a:hover {
    background-color: #333;
    color: white;
}

.wp-pagenavi span.current {
    background-color: #333;
    color: white;
}

.pagination_contain .pages {
    display: none;
}

body #toc_container {
    margin: 30px auto;
    padding: 20px 30px;
    background: #fff;
    border: 3px solid #000;
}

body #toc_container p.toc_title {
    padding-bottom: 5px;
    border-bottom: 3px solid #000;
}

body #toc_container ul li a {
    font-size: 14px;
    line-height: 2.5;
}

body #toc_container ul li span {
    font-weight: bold;
    padding-right: 10px;
    border-right: 2px solid #000;
}

.blog_author {
    margin-top: 50px;
    font-family: 'Noto Sans JP', sans-serif;
}

.blog_author .author_title h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #333333;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
}

.blog_author .author_box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.blog_author .author_box .author_img {
    max-width: 270px;
    width: 100%;
}

.blog_author .author_box .content {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: 333;
}


/* FQA */

.case_page .fqa_intro {
    margin: 50px auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}

.fqa_category_title {
    margin: 70px auto 40px;
    text-align: center;
}

.fqa_category_title h4 {
    position: relative;
    display: none;
    padding-bottom: 10px;
    font-weight: 600;
    max-width: 360px;
    margin: auto;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #333333;
}

.fqa_category_title h4::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    height: 1px;
    background-color: #333;
}


/* faq-section */

.faq-item {
    padding: 35px 0;
    border-bottom: 1px dashed #000000;
}

.fqa_page .target {
    border: none;
}

.faq-question {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s ease;
    position: relative;
}

.faq-question p {
    display: flex;
    align-items: center;
    gap: 25px;
}

.faq-question p .q {
    background: #497BBF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-family: 'Kaisei HarunoUmi';
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
    border-radius: 50%;
}

.faq-answer {
    background: rgba(23, 107, 185, 0.09);
    border-radius: 10px;
    padding: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-top: 30px;
    margin-left: 70px;
    position: relative;
}

.faq-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.faq-icon::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #000;
    transform: translate(-50%, -50%);
}

.faq-icon::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 14px;
    background: #000;
    transition: all;
}

.faq-icon.minus::after {
    width: 0;
}


/* Page  */

.c-subpage_sec {
    margin-bottom: 150px;
}

.c-subpage_sec_ h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #333333;
    text-align: center;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-subpage_sec .f_link01 {
    color: #11b9df;
    text-decoration: underline;
}

.c-subpage_sec p {
    margin-top: 30px;
}

.c-subpage_sec ul {
    margin-top: 30px;
    padding-left: 25px;
}

.c-subpage_sec ul li {
    list-style: disc;
}


/* Company */

.c-topsec.company {
    background-image: url(../image/company/com-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.company_page {
    padding: 0 20px;
}

.p-president {
    margin-top: 80px;
}

.p-president_body {
    margin-top: 120px;
}

.p-message_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.p-message_box .message_img {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.p-message_box .president_intro {
    color: #333;
    text-align: center;
    font-size: 16px;
    /* font-family: "YuMincho"; */
    font-weight: 600;
    margin-top: 15px;
    line-height: 1.8;
}

.company_page .sec_title h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    border-left: 9px solid #46BDC8;
    padding-left: 15px;
}

.p-message_box .message_content .sec_txt {
    color: #333;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
}

.p-profile {
    margin-top: 120px;
}

.p-profile_body {
    margin-top: 30px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.p-profile_body .map {
    max-width: 470px;
    width: 470px;
    height: 100%;
}

.p-profile_body .map iframe {
    width: 100%;
    height: 100%;
}

.p-profile_body table,
.p-profile_body table tr,
.p-profile_body table td {
    border: 1px solid rgba(51, 51, 51, 0.53);
    border-collapse: collapse;
    color: #333;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 15px;
}

.p-profile_body table tr td:first-child {
    max-width: 80px;
    background: rgba(217, 217, 217, 0.15);
    padding-left: 25px;
    width: 80px;
}


/*  */

.p-staff {
    margin-top: 120px;
    margin-bottom: 100px;
}

.p-staff .staff_title {
    margin: auto;
    text-align: center;
}

.p-staff .staff_title .sec_title {
    display: inline-block;
}

.p-staff .staff_title .staff_intro {
    max-width: 800px;
    margin: auto;
    margin-top: 25px;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Noto Sans JP', sans-serif;
}

.p-staff_body {
    margin-top: 80px;
}

.staff_row {
    margin-bottom: 70px;
}

.staff_head {
    margin: auto;
    text-align: center;
}

.staff_head span {
    font-size: 20px;
    padding: 8px 35px;
    border: 1px solid #333;
}

.staff_flex {
    margin: auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.staff_flex .item {
    padding: 30px;
    background: rgba(217, 217, 217, 0.34);
}

.staff_img img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.staff_infor {
    margin-top: 15px;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}


/* News list*/

.news_list_sec,
.news_detail_sec {
    margin-top: 100px;
    padding: 0 20px;
    margin-bottom: 100px;
}

.main_contain {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.news_contain,
.news_item_contain {
    width: 70%;
}

.c-topsec.news {
    background-image: url(../image/blog/news_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.news_title h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #333333;
    padding: 10px 0;
    border-bottom: 1px solid #894B0C;
}

.news_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
    margin: 40px auto;
}

.news_img {
    width: 30%;
}

.news_body {
    width: 65%;
}

.news_date {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #333333;
    text-align: right;
}

.news_content {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1em;
    color: #333333;
    margin: 10px auto;
    font-family_: "Yu Gothic";
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.news_read_more {
    margin: auto;
    text-align: right;
}

.news_read_more a {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    color: #333333;
}

.pagination_contain {
    margin: 120px auto;
    text-align: center;
}

.pagination .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 8px 15px;
    text-decoration: none;
    transition: background-color .3s;
    margin: auto 15px;
    color: #333;
    border: 1px solid #888;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.wp-pagenavi a:hover {
    background-color: #888;
    color: white;
}

.wp-pagenavi span.current {
    background-color: #888;
    color: white;
}

.pagination_contain .pages {
    display: none;
}


/* ブログ詳細ページ */

.news_item_body .news_box {
    display: block;
}

.news_item_body .news_img {
    width: 100%;
    margin: 25px auto 50px;
}

.news_link_box {
    margin: 80px auto 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.news_link a {
    width: 230px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #333333;
    border: 1px solid #333333;
    position: relative;
}

.news_link.pre_link a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../image/common/link_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.35s;
}

.news_link.pre_link a:hover::after {
    left: 40px;
}

.news_link.next_link a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background-image: url(../image/common/link_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.35s;
}

.news_link.next_link a:hover::after {
    right: 40px;
}

.page_top {
    position: fixed;
    bottom: 30px;
    right: 35px;
    z-index: 9;
    display: none;
    background: #FF7144;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.35s;
}

.page_top a {
    display: flex;
    width: 15px;
    height: 15px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.35s;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 16px;
    top: 20px;
}

.page_top:hover {
    background: #666;
}

@media screen and (min-width: 768px) {
.office_ft{
color: #333;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 30px;
}
.office_ft_02{
color: #333;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 30px;
}
}
@media screen and (max-width: 767px) {
.office_ft{
color: #444!important;
    font-size: 16px!important;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 30px;
	font-weight:normal!important;
}
.office_ft_02{
color: #444!important;
    font-size: 15px!important;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 30px;
	font-weight:normal!important;
}
}

@media screen and (max-width: 767px) {
.sp-side{
width:94%!important;
margin-left:auto;
margin-right:auto;
}
.c-page_title h1{
line-height:1.5em!important;
}
}

.coloumnLink {
    color: #359CB8;
    text-decoration: underline;
}
.coloumnLink:hover {
    color: #359CB8;
    text-decoration: none;
}