@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

*{
    letter-spacing: 0.025em;
}
html {
}
body {
    color: #121212;
    font-size: 14px;
    font-family: 'Noto Sans Japanese', sans-serif;
    background: #ffffff;
}
.inner {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
}
.w1280{
    max-width: 1280px;
}
.w1180{
    max-width: 1180px;
}
.w1080{
    max-width: 1080px;
}
.w980{
    max-width: 980px;
}
.w880{
    max-width: 880px;
}
input[type="submit"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
    display: block;
    color: inherit;	
    text-decoration: none;
    transition: all ease .3s;
}
a[href^="tel:"] {
    color: inherit;
}
a:hover {
    opacity: 0.5;
}
section p a,
section ol a,
section ul a,
table a,
section dl a{
    display: inline;
    text-decoration: underline;
}
.youtube{
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtube iframe{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.pcNone{
    display: none !important;
}
figure.object-fit {
    position: relative;
}
figure.object-fit>img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.btns{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.btns a{
    min-width: 280px;
    font-size: 110%;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding: 1.3em 1.5em;
    background: #0C4590;
    border-bottom: solid 3px #062F60;
    border-radius: 100px;
}

/* ----- header ----- */

#header{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
}
#header .inner{
        min-height: 70px;
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        padding-top: 24px;
        align-content: center;
        gap: 16px;
}
#header h1,
#js-menu h1{
        max-width: 360px;
        width: 30%;
        margin-right: auto;
}
#header .opentime{
        width: fit-content;
        color: #ffffff;
        font-size: 95%;
        font-weight: 500;
        line-height: 1.6;
        text-align: justify;
}
#header .tel{
        width: 240px;
        margin-right: 108px;
        align-content: center;
}
@media (max-width: 980px){
	#header .opentime{
	        display: none;
	}
}
@media (max-width: px){
}

/* ----- main navi ----- */

.menu {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        align-items: start;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.85);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: all 0.3s ease;
        transition-property: opacity, pointer-events, visibility;
        z-index: 500;
}
.menu.is-show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.menu__content {
        font-family: 'Noto Serif JP', sans-serif;
        padding-top: 24px;
}
#main_nav{
        display: flex;
        flex-wrap: wrap;
        gap: 28px 48px;
        margin: 48px auto;
}
#main_nav .category{
        width: fit-content;
        display: grid;
        gap: 0.3em;
        align-content: start;
}
#main_nav .category>p{
        color: #05326C;
        font-size: 100%;
        font-weight: 600;
        line-height: 1.6;
        margin-bottom: 0.3em;
        word-break: keep-all;
}
#main_nav .category ul{
        display: grid;
        gap: 0.8em;
}
#main_nav .category ul>li{
        font-size: 95%;
        line-height: 1.6;
        font-weight: 400;
}
#main_nav .category ul>li>a{
        display: inline;
}
#main_nav .category ul>li>a:before{
        content: "";
        width: 1em;
        height: 1px;
        display: inline-block;
        background: #121212;
        vertical-align: middle;
        margin-right: 0.3em;
}
#main_nav .category .flex-wrap.half{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
}
#main_nav .category .flex-wrap.half>*{
        width: fit-content;
}
#main_nav .bg-blue{
        display: grid;
        gap: 0.3em;
        margin-top: 12px;
        padding: 16px;
        background: #ffffff;
}
#main_nav .bg-blue>a{
        font-size: 95%;
        line-height: 1.6;
        font-weight: 400;
}
#js-menu .btn-wrap{
        display: flex;
        justify-content: center;
        gap: 28px;
        margin: 0 auto;
}
#js-menu .btn-wrap>*{
        display: grid;
        align-content: center;
        justify-content: center;
        max-width: 580px;
        width: calc((100% - 28px) / 2);
        height: 96px;
        text-align: center;
        padding: 16px;
}
#js-menu .btn-wrap .tel{
        background: #F09902;
}
#js-menu .btn-wrap .tel img{
        width: 255px;
        max-height: 70px;
}
#js-menu .btn-wrap a.contact{
        color: #ffffff;
        background: #153368;
        font-size: 140%;
}
.header__menu {
        position: absolute;
        top: 32px;
        right: 40px;
        cursor: pointer;

        height: 28px;
        color: #ffffff;
        font-size: 108%;
        font-family: 'Noto Serif JP', sans-serif;
        line-height: 28px;
        padding-left: 40px;
        background: url(../images/common/menu.png) no-repeat center left;
        background-size: 24px auto;
        z-index: 100;
}
.button-close {
        cursor: pointer;
        position: absolute;
        top: 40px;
        right: 40px;
        font-size: 108%;
        padding-left: 28px;
        background: url(../images/common/close.png) no-repeat center left;
        background-size: 17px auto;
        z-index: 501;
}


/* ----- footer ----- */

#f_half{
        display: flex;
        flex-wrap: wrap;
}
#f_half>a{
        width: calc(100% / 2);
        aspect-ratio: 967 / 438;
        display: grid;
        gap: 1.8em;
        align-content: center;
        justify-content: center;
        position: relative;
}
#f_half>a.voice{
        background: url(../images/common/voice_bg.png) no-repeat center center;
        background-size: cover;
}
#f_half>a.faq{
        background: url(../images/common/faq_bg.png) no-repeat center center;
        background-size: cover;
}
#f_half>a:before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgb(4, 53, 163);
        background: radial-gradient(circle, rgba(4, 53, 163, 0.53) 0%, rgba(4, 53, 163, 1) 100%);
        opacity: 0.63;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
}
#f_half>a>*{
        color: #ffffff;
        text-align: center;
        position: relative;
        z-index: 10;
}
#f_half>a p.title>img{
        width: auto;
        height: 6vw;
}
#f_half>a p.title small{
        display: block;
        font-size: 125%;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        margin-top: 0.3em;
}
#f_half>a p:not([class]){
        font-size: 108%;
        line-height: 1.6;
}

#footer{
        color: #ffffff;
        padding-top: 48px;
        padding-bottom: 48px;
        background: #0B448F;
}
#f_profile{
        display: flex;
        align-content: center;
        justify-content: space-between;
        gap: 48px;
        margin-bottom: 48px;
}
#f_profile figure{
        max-width: 372px;
        width: calc((100% - 40px) / 2);
}
#f_profile p{
        width: fit-content;
        max-width: calc((100% - 40px) / 2);
        font-size: 100%;
        line-height: 1.6;
        margin-left: auto;
}
#f_nav{
        display: flex;
        flex-wrap: wrap;
        gap: 48px;
        margin-bottom: 48px;
}
#f_nav .category{
        width: fit-content;
        display: grid;
        gap: 0.3em;
        align-content: start;
}
#f_nav .category>p{
        font-size: 100%;
        font-weight: 600;
        line-height: 1.6;
        margin-bottom: 0.3em;
        word-break: keep-all;
}
#f_nav .category ul{
        display: grid;
        gap: 0.8em;
}
#f_nav .category ul>li{
        font-size: 95%;
        line-height: 1.6;
        font-weight: 400;
        font-family: 'Noto Serif JP', sans-serif;
}
#f_nav .category ul>li>a{
        display: inline;
}
#f_nav .category ul>li>a:before{
        content: "";
        width: 1em;
        height: 1px;
        display: inline-block;
        background: #ffffff;
        vertical-align: middle;
        margin-right: 0.3em;
}
#f_nav .category .flex-wrap.half{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
}
#f_nav .category .flex-wrap.half>*{
        width: fit-content;
}
#f_nav .bg-blue{
        display: grid;
        gap: 0.3em;
        margin-top: 12px;
        padding: 16px;
        background: #023674;
}
#f_nav .bg-blue>a{
        font-size: 95%;
        line-height: 1.6;
        font-weight: 400;
        font-family: 'Noto Serif JP', sans-serif;
}
#footer #copyright{
        font-size: 90%;
        line-height: 1.6;
        letter-spacing: 0.08em;
        text-align: center;
}


/* ----- pagetop ----- */

#pagetop{
    position: fixed;
    right: 12px;
    bottom: 120px;
}
#pagetop a{
    display: block;
    width: 60px;
    height: 28px;
    text-indent: -9999px;
    background: url(../images/common/pagetop.png) no-repeat center center;
    background-size: contain;
}

/* ----- commons ----- */

#page-header{
        display: grid;
        align-content: center;
        width: 100%;
        height: 480px;
        background: url(../images/home/mv.png) no-repeat center center;
        background-size: cover;
        position: relative;
}
#page-header:before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgb(4, 53, 163);
        background: radial-gradient(circle, rgba(4, 53, 163, 0.53) 0%, rgba(4, 53, 163, 1) 100%);
        opacity: 0.63;
}
#page-header h2{
        display: grid;
        gap: 0.6em;
        color: #ffffff;
        font-family: 'Noto Serif JP', sans-serif;
        text-align: center;
        position: relative;
        z-index: 10;
}
#page-header h2>.ja{
        font-size: 108%;
        font-weight: 500;
}
#page-header h2>.en{
        font-size: 240%;
        font-weight: 700;
}

#breadcrumb{
        padding-top: 28px;
        padding-bottom: 28px;
}
#breadcrumb ol{
        display: flex;
        flex-wrap: wrap;
}
#breadcrumb li{
        font-size: 95%;
        line-height: 1.6;
}
#breadcrumb li:after{
        content: "/";
        margin: 0 10px;
}
#breadcrumb li:last-child::after{
        content: none;
}
#breadcrumb li a{
        display: inline;
        text-decoration: underline;
}
#breadcrumb li a,
#breadcrumb li span,
#breadcrumb li strong{
    word-wrap: break-word;
    word-break: break-all;
}

#contents{
        padding-top: 48px;
        padding-bottom: 80px;
}
@media (min-width: 1080px){
	#contents .column2{
	        display: flex;
	        flex-wrap: wrap;
	        gap: 28px;
	}
	#contents #main{
	        width: calc(100% - 300px - 28px);
	}
	#contents #sidebar{
	    width: 300px;
	}
}
@media (max-width: 1079px){
	#contents .column2{
	        display: grid;
	        gap: 48px;
	}
	#contents #main{
	        width: 100%;
	}
	#contents #sidebar{
	        width: 100%;
	}
}

#contents section{
        margin-bottom: 64px;
}
#contents section h1{
        font-family: 'Noto Serif JP', sans-serif;
        font-size: 200%;
        line-height: 1.4;
        margin-bottom: 2em;
        position: relative;
}
#contents section h1:after{
        content: "";
        display: block;
        width: 88px;
        height: 2px;
        background: #00449C;
        position: absolute;
        left: 0;
        bottom: -0.8em;
}
#contents section h2{
        color: #00449C;
        font-family: 'Noto Serif JP', sans-serif;
        font-size: 160%;
        line-height: 1.4;
        margin-bottom: 2em;
        position: relative;
}
#contents section h2:before,
#contents section h2:after{
        content: "";
        display: block;
        background: #E3E3E3;
        position: absolute;
        left: 0;
}
#contents section h2:before{
        width: 80px;
        height: 4px;
        bottom: calc(-0.6em - 2px);
}
#contents section h2:after{
        width: 100%;
        height: 1px;
        bottom: -0.6em;
}
#contents section h3{
        color: #00449C;
        font-family: 'Noto Serif JP', sans-serif;
        font-size: 145%;
        line-height: 1.4;
        margin-bottom: 0.8em;
        border: none;
}
#contents section h4{
        width: fit-content;
        color: #00449C;
        font-size: 135%;
        font-family: 'Noto Serif JP', sans-serif;
        line-height: 1.4;
        margin-bottom: 0.6em;
        border-bottom: solid 1px #00449C;
}
#contents section h5{
}
#contents section h6{
}
#contents section>*{
    margin-bottom: 1.8em;
}
#contents section *.marker{
    background: linear-gradient(transparent 70%, #FFF800 70%);
}
section p,
section li{
    font-size: 105%;
    text-align: justify;
}
section p{
    line-height: 1.8;
}
section li{
    line-height: 1.6;
}
section ol,
section ul{
        font-size: 100%;
}
section ol,
section ul{
        display: grid;
        gap: 0.6em;
        list-style-position: outside;
}
section ul li{
        list-style-type: none;
        position: relative;
        padding-left: 1em;
}
section ul:not([class]) li:before{
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background: #988B8B;
        position: absolute;
        top: 0.7em;
        left: 0;
}
section ol{
        list-style-type: none;
        position: relative;
        margin-left: 1.5em;
}
section ol li{
    list-style-type: decimal;
}
section p.pickup-title{
        color: #00449C;
        font-size: 145%;
        font-weight: 600;
        font-family: 'Noto Serif JP', sans-serif;
        line-height: 1.6;
        margin-bottom: 1em;
}
section p.pickup-title:before{
        content: "";
        display: inline-block;
        width: 26px;
        height: 17px;
        background: url(../images/common/icon-pickup.png) no-repeat left center;
        margin-right: 0.3em;
}
section p.cc{
    font-size: 125%;
    font-weight: 700;
    font-family: 'Noto Serif JP', sans-serif;
    line-height: 1.6;
        margin-top: 1.3em !important;
        margin-bottom: 1.3em !important;
}

section dl.tableDl{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        background: #f2f2f2;
        border: solid 1px #cccccc;
        border-top: none;
}
section dl.tableDl>*{
        font-size: 105%;
        line-height: 1.8;
        text-align: justify;
        padding: 0.75em 1em;
        border-top: solid 1px #cccccc;
}
section dl.tableDl dt{
    width: 160px;
    text-align: left;
    font-weight: 500;
}
section dl.tableDl dd{
    width: calc(100% - 160px);
    background: #ffffff;
    border-left: solid 1px #cccccc;
}

section table{
        width: 100%;
        background: #cccccc;
        border-spacing: 1px;
        border-collapse: separate;
}
section table tr>*{
        font-size: 100%;
        line-height: 1.6;
        padding: 0.4em 0.8em;
}
section table th{
        color: #ffffff;
        font-weight: 500;
        text-align: center;
        background: #00449C;
}
section table td{
}
section table thead th{
}
section table tbody th{
}
section table tbody td{
        background: #ffffff;
}

#contents section .img2{
}
#contents section .img2 figure{
    width: 48.5%;
    float: left;
    margin: 0 0 40px 3%;
    box-sizing: border-box;
}
#contents section .img2 figure:nth-child(2n+1){
    clear: both;
    margin-left: 0;
}
#contents section .img2 figure img{
    display: block;
    width: 100% !important;
    box-sizing: border-box;
}
#contents section .img2 figure figcaption{
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    padding: 8px 0 0;
}


#contents section .flex-wrap{
        display: flex;
        flex-wrap: wrap;
        gap: 28px;
}
#contents section .flex-wrap>.text-wrap{
        width: calc(65% - 28px);
        display: grid;
        gap: 1.8em;
        align-content: start;
}
#contents section .flex-wrap>.text-wrap>*{
        margin-bottom: 0 !important;
}
#contents section .flex-wrap>figure{
        width: 35%;
}
#contents section .flex-wrap>.text-wrap.left,
#contents section .flex-wrap>figure.left{
        order: 1;
}
#contents section .flex-wrap>.text-wrap.right,
#contents section .flex-wrap>figure.right{
        order: 2;
}
#contents section .flex-wrap.half>*{
        width: calc((100% - 28px) / 2);
}
#contents section .flex-wrap.triple{
        gap: 20px;
}
@media (min-width: 1200px){
	#contents section .flex-wrap.triple>*{
	        width: calc((100% - 40px) / 3);
	}
}
@media (max-width: 1199px){
	#contents section .flex-wrap.triple>*{
	        width: calc((100% - 20px) / 2);
	}
}

#contents section .border-wrap{
        padding: 20px;
        border: solid 8px #F7F5F5;
}
#contents section .bg-gray-wrap{
        padding: 20px;
        background: #f5f5f5;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        position: relative;
/*        margin-bottom: 48px;*/
}

#contents section ul.check-list{
        list-style-type: none;
        margin-left: 0;
        gap: 0.8em;
}
#contents section ul.check-list>li{
        font-size: 115%;
        font-weight: 600;
        list-style-type: none;
        line-height: 28px;
        padding-left: calc(28px + 0.8em);
        background: url(../images/common/icon-check-or.png) no-repeat center left;
        background-size: 28px auto;
}

/* btns */
#contents section .btn-wrap{
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
}
#contents section .btn-wrap.center{
        justify-content: center;
}
#contents section .btn-wrap.right{
        justify-content: right;
}
#contents section .btn-wrap>a{
        min-width: 280px;
        font-size: 110%;
        font-weight: 600;
        text-align: center;
        padding: 1.3em 1.5em;
        border-radius: 100px;
}
#contents section .btn-wrap>a.blue{
        color: #ffffff;
        background: #0C4590;
        border-bottom: solid 3px #062F60;
}
#contents section .btn-wrap>a.arrow-r-wh{
        padding-right: 48px;
        padding-left: 48px;
        background-image: url(../images/common/icon-arrow-r-wh2.png);
        background-repeat: no-repeat;
        background-position: center right 20px;
        background-size: 14px auto;
}

/* ----- .table ----- */

#contents section .table table{
    width: 100%;
    margin: 0 0 40px;
    background: #cccccc;
    border-collapse: separate;
    border-spacing: 1px;
}
#contents section .table table th,
#contents section .table table td{
    font-size: 15px;
    line-height: 1.5;
    padding: 12px;
}
#contents section .table table th{
    background: #f2f2f2;
}
#contents section .table table td{
    background: #ffffff;
}

/* ----- infolist ----- */

ul.infoList{
    margin-bottom: 28px;
    border-bottom: solid 1px #cccccc;
}
ul.infoList li{
    border-top: solid 1px #cccccc;
}
ul.infoList li a{
    text-decoration: none;
    padding: 12px 0;
}
ul.infoList li p.date{
    width: 120px;
    float: left;
    color: #666666;
    font-size: 13px;
    line-height: 1.4;
}
ul.infoList li p.title{
    width: calc(100% - 120px);
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

/*
    Default style for WP-PageNavi plugin
    http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	margin: 40px 0 64px;
        text-align: center;
        clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    padding: 3px 5px;
    margin: 2px;
    border: 1px solid #BFBFBF;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}
.wp-pagenavi span.current {
    font-weight: bold;
}

/* ----- 404 ----- */

#page404{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
#page404 .text_404{
    color: #cccccc;
    font-size: 200px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#page404 .text_notfount_en{
    color: #cccccc;
    font-size: 64px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 24px;
}
#page404 .text_notfount_ja{
    color: #999999;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px;
}
#page404 .text_notfount_ja+p,
#page404 .renewal{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 2.5em;
}
#page404 p.ask{
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0.75em;
}
#page404 p.ask+p{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 2.5em;
}


/* ----- home ----- */

#mv{
        display: grid;
        align-content: center;
        width: 100%;
        height: 100vh;
        background: url(../images/home/mv.png) no-repeat center center;
        background-size: cover;
        position: relative;
}
#mv:before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgb(4, 53, 163);
        background: radial-gradient(circle, rgba(4, 53, 163, 0.53) 0%, rgba(4, 53, 163, 1) 100%);
        opacity: 0.63;
}
#mv .cc-wrap{
        margin-left: 7%;
        position: absolute;
        top: calc(50% + (72px / 2));
        left: 0;
        z-index: 10;
        transform: translate(0%, -50%);
}
#mv h2{
        width: 55%;
        margin-bottom: 3vw;
}
#mv p:not([class]){
        color: #ffffff;
        font-size: 1.7vw;
        font-family: 'Noto Serif JP', sans-serif;
        font-weight: 600;
        line-height: 2;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#service-list-wrap{
        display: flex;
        flex-wrap: wrap;
}
#service-list-wrap>div{
        padding: 40px 2%;
        padding-bottom: calc(2% + 48px);
        position: relative;
        border-left: solid 1px #E1E9F2;
        border-bottom: solid 1px #E1E9F2;
}
#service-list-wrap>div:nth-child(-n+3){
        width: calc(100% / 3);
}
#service-list-wrap>div:nth-child(n+4){
        width: calc(100% / 4);
        padding-top: 16px;
}
#service-list-wrap>div:nth-child(1),
#service-list-wrap>div:nth-child(4){
        border-left: none;
}
#service-list-wrap figure{
        width: 60%;
        height: fit-content;
        aspect-ratio: 1 / 1;
        position: relative;
        margin: 0 auto;
}
#service-list-wrap figure>img{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}
#service-list-wrap>div:nth-child(-n+3) figure{
}
#service-list-wrap>div:nth-child(-n+3) figure>img{
        max-height: 120px;
}
#service-list-wrap>div:nth-child(n+4) figure{
        margin-bottom: 16px;
}
#service-list-wrap>div:nth-child(n+4) figure>img{
        max-height: 88px;
}
#service-list-wrap .text-wrap{
}
#service-list-wrap .text-wrap p.title{
        color: #005498;
        font-size: 200%;
        font-weight: 800;
        font-family: 'Noto Serif JP', sans-serif;
        line-height: 1.4;
        width: fit-content;
        margin: 0 auto 0.8em;
}
#service-list-wrap>div:nth-child(n+4) .text-wrap p.title{
        font-size: 160%;
}
#service-list-wrap .text-wrap p:not([class]){
        font-size: 108%;
        line-height: 1.8;
        text-align: justify;
}
#service-list-wrap .text-wrap a{
        width: 160px;
        color: #ffffff;
        text-align: center;
        font-size: 108%;
        font-weight: 600;
        letter-spacing: 0.08em;
        padding: 1em 0 1em 0.8em;
        background: #000000;
        border-radius: 30px 0 0 0;
        position: absolute;
        bottom: 0;
        right: 0;
}
#service-list-wrap .text-wrap a:after{
        content: "";
        display: inline-block;
        width: 9px;
        height: 8px;
        vertical-align: baseline;
        margin-left: 0.8em;
        background: url(../images/common/icon-arrow-r-wh.png) no-repeat center center;
        background-size: 100% auto;
}

#philosophy{
        padding-top: 120px;
        padding-bottom: 120px;
        background: url(../images/home/bg01.png) no-repeat center bottom;
        background-size: 100% auto;
}
#philosophy h3{
        margin-bottom: 1.8em;
}
#philosophy h3>img{
        width: auto;
        height: 11.5vw;
}
#philosophy h3>small{
        display: inline-block;
        color: #0C4691;
        font-size: 108%;
        margin-bottom: 1.3em;
        position: relative;
}
#philosophy h3>small:before{
        content: "";
        width: 2em;
        height: 1px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.6em;
        background: #707070;
}
#philosophy h3+p{
        margin-bottom: 3em;
}
#philosophy p:not([class]){
        font-size: 108%;
        font-family: 'Noto Serif JP', sans-serif;
        line-height: 2;
}
#philosophy p b{
        display: inline-block;
        font-weight: 800;
        text-indent: -0.5em;
}

#column{
        padding-top: 80px;
        padding-bottom: 120px;
}
#column h3{
        margin-bottom: 40px;
        position: relative;
}
#column h3:before{
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 0;
        background: #C7C7C7;
}
#column h3>span{
        display: inline-block;
        background: #ffffff;
        position: relative;
        padding-right: 1.5em;
        z-index: 10;
}
#column h3>span img{
        width: auto;
        max-height: 40px;
}
#column .taxcolumn-list-wrap{
        display: flex;
        gap: 2vw;
        justify-content: space-between;

        border-bottom: solid 1px #C7C7C7;
        padding-bottom: 48px;
        margin-bottom: 48px;
        counter-reset: item;
}
#column .taxcolumn-list-wrap>a{
        flex: 1;
        position: relative;
}
#column .taxcolumn-list-wrap>a:before{
        counter-increment: item;
        content: counter(item) !important;

        width: 20%;
        height: fit-content;
        aspect-ratio: 1 / 1;

        color: #ffffff;
        font-size: 160%;
        font-family: Noto serif;
        line-height: 20%;
        text-align: center;
        align-content: center;

        background: #00449C;
        border-radius: 50%;
        position: absolute;
        top: -12px;
        left: 0;
        z-index: 10;
}
#column .taxcolumn-list-wrap figure{
        width: 100%;
        aspect-ratio: 354 / 311;
        margin-bottom: 20px;
        border-radius: 8px;
        overflow: hidden;
}
#column .taxcolumn-list-wrap a:before{
    content: "";
}
.column-list-wrap a.column-wrap{
        flex: 0 0 auto;
        width: 298px;
        margin-right: 40px;
        position: relative;
}
.column-list-wrap a.column-wrap:first-child{
        margin-left: 40px;
}
.column-list-wrap a.column-wrap:not(:last-child){
    margin-right: 40px;
}
.taxcolumn-list-wrap p.date,
.column-list-wrap a.column-wrap p.date{
        color: #787878;
        font-size: 100%;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 0.3em;
}
.taxcolumn-list-wrap p.title,
.column-list-wrap a.column-wrap p.title{
        font-size: 108%;
        font-weight: 600;
        line-height: 1.6;
}
.taxcolumn-list-wrap figure.entry-thumbnail,
.column-list-wrap a.column-wrap figure.entry-thumbnail{
        width: 100%;
        aspect-ratio: 298 / 262;
        margin-bottom: 20px;
        border-radius: 8px;
        overflow: hidden;
}
.taxcolumn-list-wrap figure.entry-thumbnail>img,
.column-list-wrap a.column-wrap figure.entry-thumbnail>img{
        width: 100%;
        height: 100%;
        object-fit: cover;
}
#column .swiper-pagination{
    margin-top: 28px;
    position: relative;
}
#column .btns{
}
.column-list-wrap{
        overflow-x: hidden;
}
.column-list-wrap a.column-wrap{
}
#column .navigation-wrap{
        min-height: 32px;
        margin: 28px 40px;
        position: relative;
        z-index: 100;
}
#column .navigation-wrap .swiper-button-next,
#column .navigation-wrap .swiper-button-prev{
        width: 32px;
        height: 32px;
        background: url(../images/common/blue-arrow.png) no-repeat center center;
        background-size: contain;
}
#column .navigation-wrap .swiper-button-next:after,
#column .navigation-wrap .swiper-button-prev:after{
    font-size: 180%;
}
#column .navigation-wrap .swiper-button-next{
    transform: scaleX(-1);
}
#column .navigation-wrap .swiper-button-prev{
}


/* service */
#service .service-list>*{
        display: flex;
        gap: 1em;
        align-content: start;
        flex-direction: column;
}
#service .service-list>* *{
        margin-bottom: 0 !important;
}
#service .service-list figure{
        width: 100%;
        text-align: center;
        margin-bottom: 20px !important;
}
#service .service-list figure>img{
        height: 120px;
}
#service .service-list * .btn-wrap{
        margin-top: auto;
}
#service .service-list * .btn-wrap>a{
        min-width: inherit;
        font-size: 100%;
        padding: 0.8em 1.5em;
}


/* ----- about ----- */

#contents #about .message h1{
        margin-bottom: 1em !important;
}
@media (min-width: 1080px){
	#contents #about .message .text-wrap{
            width: 580px;
	}
	#contents #about .message figure{
            width: calc(100% - 580px - 28px);
            background: url(../images/about/ueno.png) no-repeat center top;
            background-size: auto 100%;
	}
}
@media (max-width: 1079px){
	#contents #about .message figure{
            background: url(../images/about/ueno.png) no-repeat center top;
            background-size: auto 250%;
	}
	#contents #about .message .text-wrap p br.none{
            display: none;
	}
}

/* ----- service inheritance ----- */

#service.inheritance .bg-gray-wrap.human{
        position: relative;
}
#service.inheritance .bg-gray-wrap.human ul{
    margin-right: 64px;
}
#service.inheritance .bg-gray-wrap.human:after{
        content: "";
        display: block;
        width: 75px;
        height: 200px;
        background: url(../images/service/inheritance/human.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        bottom: 8px;
        right: -8px;
}
#service .step-flow{
        display: grid;
        gap: 1.3em;
        position: relative;
        margin-bottom: 40px;
}
#service .step-flow h4{
        margin-bottom: 0 !important;
}
#service .step-flow h4 span{
        font-size: 70%;
        margin-right: 0.8em;
}
#service .step-flow:after{
        content: "▼";
        color: #00449C;
        font-size: 28px;
        position: absolute;
        bottom: -40px;
        left: 50%;
        transform: scaleX(2) translateX(-50%);
}
#service .step-flow:last-child::after,
#service .step-flow.last:after{
        content: none;
}

/* ----- faq ----- */

section .faq-list{
        display: grid;
}
section .faq-list>*{
        font-size: 100%;
        line-height: 1.8;
        text-align: justify;
        position: relative;
}
section .faq-list dt{
        font-weight: 500;
        text-indent: -1.9em;
        padding: 0.8em 1em;
        padding-left: calc(1em + 1.9em);
        border-top: solid 1px #cccccc;
        border-radius: 5px;
        cursor: pointer;
}
section .faq-list dt:before{
        content: "Q.";
        color: #053e88;
        margin-right: 0.8em;
}
section .faq-list dd{
        display: none;
        text-indent: -1.9em;
        padding: 20px;
        padding-left: calc(20px + 1.9em);
        margin-bottom: 16px;
        background: #f5f5f5;
        border: solid 1px #cccccc;
        border-radius: 5px;
}
section .faq-list dd:before{
    content: "A.";
    color: #ff3300;
    margin-right: 0.8em;
}

/* ----- recruit ----- */

#recruit .recruitTop *{
        text-align: center;
}
#recruit .recruitTop p.top{
        color: rgb(12, 70, 145);
        font-size: 200%;
        font-weight: 800;
        font-family: 'Noto Serif JP', sans-serif;
        line-height: 1.5;
        margin-bottom: 0.8em;
}

/* contact-parts */

.contact-parts{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 28px;
        background: #EFEFEF;
        border: solid 10px #0C4590;
        padding: 28px 28px;
        padding-left: calc(192px + 28px);
        position: relative;
}
.contact-parts>*{
        height: fit-content;
}
.contact-parts .center-wrap p{
        color: #0C4590;
        font-size: 30px;
        font-weight: 700;
        font-family: 'Noto Serif JP', sans-serif;
        line-height: 1.4;
        text-align: center;
}
.contact-parts .center-wrap p b{
        display: inline-block;
        font-size: 130%;
}
.contact-parts .center-wrap p b.marker{
        background: linear-gradient(transparent 70%, #FFF800 70%);
}
.contact-parts .right-wrap p.opentime{
        font-size: 115%;
        font-family: 'Noto Serif JP', sans-serif;
        font-weight: 600;
        text-align: center;
}
.contact-parts .right-wrap p.tel{
        text-align: center;
        margin-bottom: 8px;
}
.contact-parts .right-wrap p.tel>img{
        height: 48px;
}
.contact-parts .right-wrap .btn-wrap{
        display: flex;
        justify-content: center;
}
.contact-parts .right-wrap .btn-wrap a{
        min-width: 280px;
        max-width: 290px;
        color: #ffffff;
        font-size: 110%;
        font-weight: 600;
        text-align: center;
        padding: 1em 1.5em;
        border-radius: 100px;
        background: #0C4590;
        border-bottom: solid 3px #062F60;
}
@media (max-width: 1079px) and (min-width: 1020px){
	.contact-parts{
	}
	.contact-parts .left-wrap figure{
	        width: 192px;
	        text-align: center;
	        position: absolute;
	        bottom: -12px;
	        left: 12px;
	}
	.contact-parts .center-wrap{
	        width: fit-content;
	        margin-left: auto;
	        margin-right: auto;
	}
	.contact-parts .right-wrap{
	        width: 290px;
	}
}
@media (min-width: 1080px),
@media (max-width: 1019px){
	.contact-parts{
                gap: 16px 0;
	}
	.contact-parts .left-wrap figure{
	        width: 192px;
	        text-align: center;
	        position: absolute;
	        bottom: -10px;
	        left: 12px;
	}
	.contact-parts .center-wrap{
	        width: fit-content;
	        margin-left: auto;
	        margin-right: auto;
	}
	.contact-parts .center-wrap p{
                font-size: 180%;
	}
	.contact-parts .center-wrap p br{
	    display: none;
	}
	.contact-parts .center-wrap p b{
            font-size: 100%;
	}
	.contact-parts .right-wrap{
	        width: 100%;
	        display: flex;
	        flex-wrap: wrap;
	        justify-content: center;
	        align-items: center;
	        gap: 0.2em 16px;
	}
	.contact-parts .right-wrap .btn-wrap{
	        width: 100%;
	}

}

/* ----- sidebar ----- */

#Sidecolumn{
        padding: 20px;
        background: #f2f2f2;
        position: relative;
}
#Sidecolumn h3{
        color: #00449C;
        width: fit-content;
        font-size: 160%;
        font-weight: 500;
        font-family: Big Caslon, 'Noto Serif JP', sans-serif;
        text-align: center;
        position: absolute;
        bottom: calc(100%);
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
}
#Sidecolumn .sidebar-column-list>* figure.entry-thumbnail>img{
        min-width: 100%;
        min-height: 100%;
}
#Sidecolumn .sidebar-column-list>* .text-wrap{
        width: calc(65% - 16px);
        display: grid;
        align-content: center;
}
#Sidecolumn .sidebar-column-list>* .text-wrap p.date{
        font-size: 85%;
        line-height: 1.6;
        margin-bottom: 0.3em;
}
#Sidecolumn .sidebar-column-list>* .text-wrap p.title{
        font-size: 100%;
        font-weight: 500;
        line-height: 1.6;
}
@media (min-width: 1080px){
	#Sidecolumn .sidebar-column-list{
	        display: grid;
	        gap: 40px;
	}
	#Sidecolumn .sidebar-column-list>*{
	        display: flex;
	        flex-wrap: wrap;
	        justify-content: space-between;
	}
	#Sidecolumn .sidebar-column-list>* figure.entry-thumbnail{
	        width: 35%;
	        aspect-ratio: 110 / 97;
                overflow: hidden;
	}
	#Sidecolumn .sidebar-column-list>* .text-wrap{
	        width: calc(65% - 16px);
	        display: grid;
	        align-content: center;
	}
}
@media (max-width: 1079px){
	#Sidecolumn .sidebar-column-list{
            display: flex;
            flex-wrap: wrap;
            gap: 28px;
	}
	#Sidecolumn .sidebar-column-list>*{
            width: calc((100% - 56px) / 3);
	}
	#Sidecolumn .sidebar-column-list>* figure.entry-thumbnail{
            width: 100%;
            aspect-ratio: 4 / 3;
            margin-bottom: 12px;
            overflow: hidden;
	}
	#Sidecolumn .sidebar-column-list>* .text-wrap{
            width: 100%;
            display: grid;
            align-content: center;
	}
}

/* ----- form ----- */

#contents .form .tableDl dt{
        width: 240px;
}
#contents .form .tableDl dd{
        width: calc(100% - 240px);
}
#contents .form .tableDl dt span.red{
        color: #ff0000;
        font-size: 80%;
        margin-left: 0.8em;
}
#contents .form .tableDl dd input[type="text"],
#contents .form .tableDl dd input[type="email"],
#contents .form .tableDl dd input[type="tel"],
#contents .form .tableDl dd textarea{
        max-width: 100%;
        font-size: 95%;
        line-height: 1.8;
        padding: 2px;
}
#contents .form .tableDl dd textarea{
        width: 100%;
}
#contents .form .tableDl dd .wpcf7-form-control-wrap{
}
#contents .form .tableDl dd .wpcf7-form-control-wrap>*.wpcf7-checkbox{
        display: grid;
        gap: 0.2em;
}
#contents .form .tableDl dd .wpcf7-form-control-wrap>* .wpcf7-list-item{
        margin-left: 0;
}
#contents .form .tableDl dd .wpcf7-form-control-wrap>* input[type="checkbox"]{
        transform: scale(1.3);
        margin-right: 0.8em;
}
#contents .form .btn-wrap{
        margin-top: 28px;
        margin-bottom: 28px;
}
#contents .form .btn-wrap input[type="submit"]{
        min-width: 280px;
        font-size: 110%;
        color: #ffffff;
        font-weight: 600;
        font-family: inherit;
        text-align: center;
        padding: 1.3em 1.5em;
        background: #0C4590;
        border-bottom: solid 3px #062F60;
        border-radius: 100px;
        border: none;
}
#contents .form .wpcf7 form .wpcf7-response-output{
    font-size: 100%;
    font-weight: 600;
    text-align: center;
    padding: 0.8em 2em;
}

/* ----- post-list ----- */

.archive-title{
        color: #00449C;
        font-family: 'Noto Serif JP', sans-serif;
        font-size: 160%;
        line-height: 1.4;
        margin-bottom: 2em;
        position: relative;
}
.archive-title:before,
.archive-title:after{
        content: "";
        display: block;
        background: #E3E3E3;
        position: absolute;
        left: 0;
}
.archive-title:before{
        width: 80px;
        height: 4px;
        bottom: calc(-0.6em - 2px);
}
.archive-title:after{
        width: 100%;
        height: 1px;
        bottom: -0.6em;
}

.post-list-wrap{
        margin-bottom: 40px;
        border-top: solid 1px #cccccc;
}
.post-list-wrap>a{
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        padding: 20px 0;
        border-bottom: solid 1px #cccccc;
}
.post-list-wrap>a figure.entry-thumbnail{
        width: 20%;
        max-width: 240px;
        min-width: 120px;
        aspect-ratio: 354 / 311;
        position: relative;
        order: 1;
        overflow: hidden;
        border-radius: 8px;
}
.post-list-wrap>a figure.entry-thumbnail>img{
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        object-fit: cover;
}
.post-list-wrap>a .text-wrap{
        order: 2;
        flex: 1;
        display: grid;
        align-items: center;
        align-content: center;
        gap: 0.8em;
}
.post-list-wrap>a .text-wrap p.date{
        color: #787878;
	font-size: 100%;
        font-weight: 500;
        line-height: 1;
}
.post-list-wrap>a .text-wrap p.title{
        font-size: 115%;
        font-weight: 600;
        line-height: 1.6;
}

article .post-header{
	position: relative;
        padding-top: 28px;
        margin-bottom: 48px;
        display: grid;
        gap: 16px;
}
article .post-header:before{
        content: "";
        display: block;
        width: 88px;
        height: 2px;
        background: #00449C;
        position: absolute;
        left: 0;
        top: 0;
}
article .post-header h1{
        font-family: 'Noto Serif JP', sans-serif;
        font-size: 200%;
        line-height: 1.4;
}
article .post-header p.date{
        color: #787878;
        font-size: 108%;
        line-height: 1;
}