@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP);

*{
    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.decimal a,
section ul.disc 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;
}

/* img */
figure.object-fit {
    position: relative;
}
figure.object-fit>img {
        width: 100%;
        height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* btns */
.btns{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.btns a{
        min-width: 188px;
        font-size: 115%;
        color: #ffffff;
        letter-spacing: 0.1em;
        text-align: center;
        padding: 20px 28px;
        background: #333333;
        border-radius: 100px;
        position: relative;
}
i.fa-window-restore{
	font-size: 70%;
        font-weight: normal;
        vertical-align: super;
        margin-left: 0.3em
}
.fadein{
	    opacity : 0;
	    transform : translate(0, 100px);
	    transition : all 1s;
}
.fadein.active{
	    opacity : 1;
	    transform : translate(0, 0);
}

/* ----- header ----- */

#header{
        width: 100%;
        font-weight: 600;
        font-family: 'Noto Serif Jp';
}
#header .inner{
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        align-content: center;
        align-items: end;

        padding-top: 20px;
        padding-bottom: 20px;
}
#header h1,
#js-menu h1{
        width: 134px;
        margin-right: auto;
}
#header .tel{
        width: 190px;
}
#header .tel p{
        font-size: 180%;
        line-height: 1;
        letter-spacing: 0.1em;
}
#header .tel p small{
    display: inline-block;
    font-size: 45%;
    margin-bottom: 8px;
}
#header .btns{
        width: 160px;
}
#header .btns a.contact{
        min-width: 160px;
        font-size: 100%;
        padding: 12px 20px;
}
#header .btns a.contact:before{
    content: "";
}


/* ----- main navi ----- */

#main_nav{
        display: flex;
        flex-wrap: wrap;
        gap: 28px 48px;
}
@media (min-width: 1380px){
	#main_nav{
	        margin: 0 28px;
	}
	#main_nav>ul{
	        justify-content: end;
	}
}
@media (max-width: 1379px){
	#main_nav{
            width: 100%;
            order: 4;
            margin-top: 12px;
	}
}
#main_nav>ul{
        display: flex;
        flex-wrap: wrap;
        gap: 20px 1.5em;
        width: 100%;
}
#main_nav>ul>li{
        font-size: 108%;
        position: relative;
}
#main_nav>ul>li.home,
#main_nav>ul>li.pp{
        display: none;
}
#main_nav>ul>li>a{
}
#main_nav>ul>li ul.sub-menu{
        display: none;
        gap: 1px;
        min-width: 200px;
	padding-top: 12px;
        position: absolute;
        top: 100%;
	left: 0;
        z-index: 100;
}
#main_nav>ul>li:hover ul.sub-menu{
        display: grid;
}
#main_nav>ul>li ul.sub-menu>li{
        position: relative;
}
#main_nav>ul>li ul.sub-menu>li>a{
        color: #ffffff;
        font-size: 90%;
        padding: 0.8em 1.5em;
        background: rgba(51, 51, 51, 0.9);
}

/* ----- footer ----- */

#footer-contact{
        color: #ffffff;
        font-family: 'Noto Serif Jp';
        font-weight: 600;
        margin-top: 120px;
        padding: 120px 64px;
        position: relative;
        background: #121212;
        overflow: hidden;
}
#footer-contact:before{
        content: "";
        display: block;
        width: calc(100% + 16px);
        height: calc(100% + 16px);
        background: url(../images/common/footer_bg.jpg) no-repeat center center;
        background-size: cover;
        filter: blur(2.5px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.65;
}
#footer-contact>*{
        z-index: 10;
        position: relative;
}
#footer-contact p.title{
        font-size: 180%;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 16px;
}
#footer-contact p.title small.en{
        display: block;
        font-size: 65%;
}
#footer-contact p:not([class]){
	font-size: 180%;
        font-weight: 500;
        text-align: center;
        line-height: 1.6;
        margin-bottom: 28px;
}
#footer-contact .flex{
        display: flex;
        justify-content: center;
        gap: 28px;
        align-content: center;
        align-items: center;
}
#footer-contact .flex p.tel{
        font-size: 200%;
        line-height: 1.8;
        letter-spacing: 0.1em;
}
#footer-contact .flex a.contact-btn{
        min-width: 188px;
        font-size: 108%;
        color: #ffffff;
        letter-spacing: 0.1em;
        text-align: center;
        padding: 16px 40px;
        background: #333333;
        border-radius: 100px;
        position: relative;
}


#footer{
        color: #333333;
        font-family: 'Noto Serif Jp';
        font-weight: 600;
        padding-top: 48px;
        padding-bottom: 48px;
        background: #ffffff;
        border-top: solid 1px #f2f2f2;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
        position: relative;
        z-index: 10;
}
#footer .flex-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        gap: 40px;
}
#footer .left-wrap{
	display: grid;
        gap: 16px;
        margin-right: auto;
}
#footer .left-wrap figure.f_logo{
        width: 128px;
        margin-bottom: 16px;
}
#footer .left-wrap address{
        font-size: 95%;
        font-style: normal;
        line-height: 1.6;
        text-indent: -0.5em;
}
#footer .right-wrap{
        display: grid;
        align-content: end;
        align-items: end;
        text-align: right;
}
#footer .right-wrap p:not([class]){
        font-size: 115%;
}
#footer .right-wrap p.tel{
        font-size: 240%;
        line-height: 1.8;
        letter-spacing: 0.1em;
}
#footer .right-wrap p.opentime{
        font-size: 95%;
}
#footer .right-wrap p.over20{
        font-size: 95%;
        line-height: 1.6;
        margin-top: 1.8em;
}
#footer .center-wrap{
        display: grid;
        align-items: end;
        justify-content: end;
        margin-left: auto;
}
.sns-list{
	display: flex;
        flex-wrap: wrap;
        gap: 16px;
        align-items: end;
}
.sns-list a{
        font-size: 36px;
}
#copyright{
        font-size: 85%;
        margin-top: 40px;
}

/* fixed bnr */

#fixed-bnr{
        width: 280px;
        max-width: 30vw;
	position: fixed;
        bottom: -92px;
        right: 8px;
        z-index: 50;
        transition: all ease .3s;
}
#fixed-bnr:hover{
        bottom: 8px;
}
#fixed-bnr a{
	opacity: 1;
}

/* ----- 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{
        padding: 64px 0;
        background: #000000;
        position: relative;
}
#page-header:before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
	background: url(../images/common/pagetitle-bg.jpg) no-repeat center top 65%;
        background-size: cover;
        opacity: 0.7;
        z-index: 1;
}
#page-header h2{
        display: grid;
        justify-content: center;
        gap: 16px;
        position: relative;
        z-index: 10;
}
#page-header h2>span{
        color: #ffffff;
        text-align: center;
}
#page-header h2>*.ja{
        font-size: 160%;
        font-family: 'Noto Serif Jp';
        letter-spacing: 0.08em;
}
#page-header h2>*.en{
        font-size: 85%;
        font-weight: 400;
        letter-spacing: 0.2em;
        text-transform: uppercase;
}

#breadcrumb{
        color: #ffffff;
        margin-bottom: 64px;
        padding-top: 8px;
        padding-bottom: 8px;
        background: #121212;
}
#breadcrumb ol{
        display: flex;
        flex-wrap: wrap;
}
#breadcrumb li{
        font-size: 85%;
        font-weight: normal;
        line-height: 1.6;
}
#breadcrumb li:after{
        content: ">";
        margin: 0 8px;
}
#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 section{
}
#contents>section,
#contents .inner>section{
        padding-bottom: 64px;
}
#contents>section>*,
#contents .inner>section>*{
        margin-bottom: 1.8em;
}
#contents>section>*:last-child,
#contents .inner>section>*:last-child{
        margin-bottom: 0 !important;
}
#contents section h3,
h3.cat_title{
        font-size: 240%;
        font-family: 'Noto Serif Jp';
        line-height: 1.4;
        margin-bottom: 1.8em !important;
        position: relative;
}
h3.cat_title{
        font-size: 160%;
}
#contents section h3:before,
h3.cat_title:before{
        content: "";
        display: block;
        width: 80px;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -0.8em;
        background: #1391d3;
}
#contents section h4{
        font-size: 200%;
        font-family: 'Noto Serif Jp';
        line-height: 1.6;
        padding-left: 0.6em;
        margin-bottom: 1em !important;
        border-left: solid 5px #1391d3;
}
#contents section h5{
        color: #1391d3;
        font-size: 140%;
        line-height: 1.6;
        padding-bottom: 0.3em;
        margin-bottom: 1.25em !important;
        border-bottom: solid 1px #999999;
}
#contents section h6{
        font-size: 125%;
        line-height: 1.6;
        margin-bottom: 0.8em !important;
}
section p,
section li{
        font-size: 105%;
        line-height: 1.8;
        text-align: justify;
}
section ol,
section ul{
    font-size: 100%;
}
section p.cc{
        font-size: 200%;
        font-weight: 600;
        font-family: 'Noto Serif Jp';
        line-height: 1.6;
        margin-bottom: 0.8em !important;
}
section ol.decimal,
section ul.disc{
        display: grid;
        gap: 0.3em;
        margin-left: 1.25em;
        list-style-position: outside;
}
section ul.disc li{
    list-style-type: disc;
}
section ol.decimal li{
    list-style-type: decimal;
}
section table{
        width: 100%;
        border-collapse: separate;
        border-spacing: 1px;
        background: #cccccc;
}
section table tr>*{
        font-size: 100%;
        line-height: 1.6;
        text-align: justify;
        padding: 0.8em 1em;
}
section table thead th{
        text-align: center;
        background: #e5e5e5;
}
section table tbody th{
        background: #e5e5e5;
}
section table tbody td{
        background: #ffffff;
}
section dl.tableDl{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        background: #f2f2f2;
        border: solid 1px #cccccc;
        border-top: none;
}
section dl.tableDl dt,
section dl.tableDl dd{
        font-size: 100%;
        line-height: 1.6;
        text-align: justify;
        padding: 0.8em 1em;
        border-top: solid 1px #cccccc;
}
section dl.tableDl dt{
        width: 160px;
        font-weight: 600;
}
section dl.tableDl dd{
        width: calc(100% - 160px);
        font-weight: normal;
        background: #ffffff;
        border-left: solid 1px #cccccc;
}

#contents section .img2,
#contents section .img3,
#contents section .img4{
        display: flex;
        flex-wrap: wrap;
        gap: 28px;
}
#contents section .img2>*,
#contents section .img3>*,
#contents section .img4>*{
        flex: 1;
}
#contents section .img2 figure{
        width: calc((100% - 28px) / 2);
}
#contents section .img3 figure{
        width: calc((100% - 56px) / 3);
}
#contents section .img4 figure{
        width: calc((100% - 84px) / 4);
}
#contents section figcaption{
        font-size: 90%;
        line-height: 1.6;
        text-align: justify;
        padding-top: 0.8em;
}
#contents section .flex-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
#contents section .flex-wrap>div.text-wrap{
        width: calc(65% - 48px);
}
#contents section .flex-wrap>figure{
        width: 35%;
}
#contents section .flex-wrap>*.left{
        order: 1;
}
#contents section .flex-wrap>*.right{
        order: 2;
}

/* ----- infolist ----- */

ul.infoList{
    margin-bottom: 28px;
    border-bottom: solid 1px #cccccc;
}
ul.infoList li{
        font-family: 'Noto Sans Japanese';
        border-top: solid 1px #cccccc;
}
ul.infoList li a{
        display: flex;
        flex-wrap: wrap;
        gap: 0 1em;
        text-decoration: none;
        padding: 1em 0;
}
ul.infoList li p.date{
        width: 8em;
        color: #919191;
        font-size: 108%;
        font-weight: normal;
        line-height: 1.6;
        letter-spacing: 0;
}
ul.infoList li p.category{
        color: #ffffff;
	width: 120px;
        height: fit-content;
        font-size: 80%;
        font-weight: 500;
        line-height: 1;
        text-align: center;
        padding: 0.5em 1.2em;
        background: #1391d3;
        border-radius: 2px;
}
ul.infoList li p.category-id-event{
        color: #1391d3;
        background: #e5e5e5;
}
ul.infoList li p.category-id-campaign{
        color: #1391d3;
        background: #ffffff;
        border: solid 1px #1391d3;
}
ul.infoList li p.title{
        width: calc(100% - 8em - 2em - 120px);
        font-size: 115%;
        font-weight: 500;
        line-height: 1.6;
}
ul.infoList li p.category+p.title{
        width: calc(100% - 8em - 120px - 2em);
}
/* ----- info Detail ----- */

article#infoDetail{
}
article#infoDetail #infoHeader{
        display: grid;
        gap: 12px;
        padding: 20px 0 28px;
        border-top: solid 8px #0068B7;
        border-bottom: solid 1px #cccccc;
}
article#infoDetail #infoHeader h3{
        font-size: 160%;
        line-height: 1.6;
}
article#infoDetail #infoHeader p.date{
        color: #919191;
        font-size: 90%;
}
article#infoDetail .letterbody{
       font-size: 95%;
        line-height: 1.8;
        text-align: justify;
        padding: 2em 0;
}

/*
    Default style for WP-PageNavi plugin
    http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
    margin: 40px 0 0;
    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{
        background: #f2f2f2;
        position: relative;
        overflow: hidden;
}
#mv .flex-viewport{
}
#mv .bg-img{
        min-width: 100%;
        z-index: 0;
}
#mv h2.cc{
        position: absolute;
        top: 12%;
        left: 50%;
        z-index: 10;
        transform: translateX(-50%);
}

.contents-section {
        overflow-x: hidden;
        z-index: 10;
        position: relative;
}
.contents-box {
    display: flex;
    justify-content: space-between;
}
.contents-box >*.left {
    order: 1;
}
.contents-box >*.right {
    order: 2;
}
.contents-txt {
    width: 50%;
}
.contents-txt.left {
    padding-right: 64px;
}
.contents-txt.right {
    padding-left: 64px;
}
.contents-img {
  width: 50%;
}
.contents-img>*{
    width: 50vw;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.6);
}
.contents-img.left>*{
    margin-left: calc((50vw - 100%) * -1);
/*    border-radius: 0 4vw 4vw 0;*/
}
.contents-img.right>*{
    margin-right: calc((50vw - 100%) * -1);
/*    border-radius: 4vw 0 0 4vw; */
}

#homeContent{
    font-weight: 600;
    font-family: 'Noto Serif Jp';
}
#homeContent h3:not([class]){
        font-size: 280%;
        line-height: 1.6;
        margin-bottom: 28px;
}
#homeContent h3:not([class]) small{
        font-size: 45%;
}
#homeContent h3:not([class]) *.en{
        color: #1391d3;
}
#homeContent p.cacthcopy-text{
        font-size: 320%;
        font-weight: bold;
        line-height: 1.4;
        text-align: justify;
        margin-bottom: 28px;
}
#homeContent p:not([class]){
        font-size: 120%;
        font-family: 'Noto Sans Japanese';
        font-weight: normal;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 28px;
}
#homeContent .btns{
        justify-content: left;
}
#homeContent .btns>a{
        min-width: 240px;
}
#homeContent>*{
        padding-top: 120px;
        padding-bottom: 120px;
        position: relative;
}
#homeContent #message,
#homeContent #message-wrap{
        padding-top: calc(80px - 24px);
        background: #f2f2f2;
}
#homeContent #message:before,
#homeContent #message:after,
#homeContent #message-wrap:before,
#homeContent #message-wrap:after{
        content: "";
        width: 100%;
        height: 48px;
        background-color: #f2f2f2;
        position: absolute;
        top: -88px;
        clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
        z-index: 10;
}
#homeContent #message:after,
#homeContent #message-wrap:after{
        transform: scaleX(-1);
}


#homeContent #message-wrap h3{
        margin-bottom: 8px;
}
#homeContent #message-wrap p.cacthcopy-text{
        margin-bottom: 28px;
}
#homeContent #message-wrap figure{
        aspect-ratio: 3 / 2;
        height: 100%;
        margin-top: 80px;
}
#homeContent .flex-wrap.half-wrap{
        display: flex;
        flex-wrap: wrap;
        gap: 48px;
        justify-content: space-between;
}
#homeContent .flex-wrap.half-wrap>*.left{
	order: 1;
}
#homeContent .flex-wrap.half-wrap>*.right{
	order: 2;
}
#homeContent .flex-wrap.half-wrap>*.half{
        flex: 1;
}
#homeContent .flex-wrap.half-wrap .text-wrap{
        display: grid;
        align-content: start;
        padding-bottom: 48px;
}
#homeContent .flex-wrap.half-wrap figure{
        order: 2;
        border-radius: 16px;
        overflow: hidden;
}
#homeContent #about{
        background: #ffffff;
}
#homeContent #service{
        padding-top: 64px;
        background: #1370aa;
}
#homeContent #service h3,
#homeContent #service h3>*{
        color: #ffffff;
}
#homeContent #service .service-list-wrap{
        display: flex;
        gap: 2.5vw;
        margin-bottom: 28px;
        position: relative;
        z-index: 10;
}
#homeContent #service .service-list-wrap>*{
        flex: 1;
        padding: 28px 28px 40px;
        background: #ffffff;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        z-index: 10;
}
#homeContent #service .service-list-wrap figure.icon{
        width: 88px;
        margin: 0 auto 16px;
}
#homeContent #service .service-list-wrap .text-wrap p.title-text{
        color: #1391d3;
        font-size: 160%;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 16px;
}
#homeContent #service .service-list-wrap .text-wrap p:not([class]){
        font-size: 108%;
        margin-bottom: 0;
}
#homeContent #service .btns{
	justify-content: center;
}


#homeContent #activity{
/*
        color: #ffffff;
*/
        overflow: hidden;
        margin-top: 80px;
}
#homeContent #activity:before,
#homeContent #activity:after{
        content: "";
        display: block;
        width: calc(100% - 40px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
}
/*
#homeContent #activity:before{
        background: url(../images/home/AdobeStock_427246703_Preview.jpeg) no-repeat center center;
        background-size: cover;
        z-index: 1;
}
*/
#homeContent #activity:after{
/*
        background: #2B6085;
        opacity: 0.6;
*/
        background: #f2f2f2;
        z-index: 2;
}
/*
#homeContent #activity h3:not([class]) *.en{
        color: #ffffff;
}
#homeContent #activity .btns a{
        color: #464853;
        background: #ffffff;
}
*/
#homeContent #activity:before,
#homeContent #activity:after{
        content: "";
        display: block;
        width: calc(100% - 40px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
}
#homeContent #greeting{
}
#homeContent #greeting .contents-img{
}
#homeContent #greeting figure.object-fit{
        aspect-ratio: 3 / 2;
}
#recruit{
        padding-top: 64px;
        padding-bottom: 64px;
        margin: 120px 40px 0;
        background: #000000;
/*        border-radius: 4vw; */
        overflow: hidden;
}
#recruit:before,
#recruit:after{
        content: "";
        display: block;
        /* width: calc(100% - 80px); */
        width: 100%;
        height: 100%;
        top: 0;
        position: absolute;
        right: 0;
}
#recruit:before{
/*
        background: #464853;
        z-index: 1;
        opacity: 0.3;
*/
}
#recruit:after{
        background: #464853 url(../images/home/recruit-bg-img2.jpg) no-repeat center center;
        background-size: cover;
        z-index: 0;
        opacity: 0.7;
}
#recruit .contents-txt{
        color: #ffffff;
        padding: 20px 64px 40px;
        background: rgba(0, 0, 0, 0.6);
}
#recruit .contents-txt>p:not([class]){
        font-weight: normal;
}
#recruit .contents-txt .btns a{
        color: #464853;
        background: #ffffff;
}

/* ----- information parts ----- */
#information{
        padding-top: 80px;
        padding-bottom: 120px;
        background: #ffffff;
}
#information h3.secTitle{
        font-size: 240% !important;
        text-align: center;
        margin-bottom: 1em !important;
}
#information .info-category-header{
        display: flex;
        justify-content: space-between;
}
#information .info-category-header a.more-view{
        width: 180px;
        color: #ffffff;
        font-size: 115%;
        font-weight: 600;
        text-align: center;
        padding: 0.8em 2.5em;
        background: #333333;
        border-radius: 40px;
        word-break: keep-all;
}
#information ul.tab{
        display: flex;
        gap: 1px;
        width: calc(100% - 180px - 16px);
}
#information ul.tab>li{
        min-width: 160px;
        font-size: 110%;
        font-weight: 600;
        text-align: center;
        padding: 1em 1.8em;
        position: relative;
        cursor: pointer;
        background: #e5e5e5;
        color: #999999;
}
#information ul.tab>li.active{
        background: #1391d3;
        color: #ffffff;
}
#information ul.tab_content{
}
#information ul.tab_content>li{
    padding: 24px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#information ul.tab_content>li:not(.active){
    display: none;
}
#information ul.tab_content>li .infolist{
    max-height: 240px;
    overflow-y: scroll;
}

/* ----- company ----- */

#company.message .flex-wrap{
}
#company.message .flex-wrap .text-wrap{
        display: grid;
        gap: 1.8em;
}
#company.message .flex-wrap figure{
}
#company.message p.name{
        font-weight: 600;
        font-family: 'Noto Serif Jp';
        text-align: right;
}
#company.message p.name b{
        font-size: 135%;
}

/* ----- message ----- */

#point-bg-wrap{
        padding-top: 48px;
        padding-bottom: 48px;
        position: relative;
}
#point-bg-wrap:before{
        content: "";
        display: block;
        width: 100%;
        height: calc(100% - 200px);
        position: absolute;
        left: 0;
        top: 50%;
        background: #1391d3;
        z-index: 0;
        transform: translateY(-50%);
        opacity: 0.15;
}
.point-list-wrap{
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        counter-reset: li_count;
}
.point-list-wrap>*.point-wrap{
        background: #ffffff;
        position: relative;
        flex: 1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
.point-list-wrap>*.point-wrap:before{
        content: "";
        counter-increment: li_count;
        content: "0" counter(li_count);
        color: #1391d3;
        font-size: 40px;
        font-weight: 600;
        font-family: 'Noto Serif Jp';
        position: absolute;
        top: -20px;
        right: -12px;
}
.point-list-wrap>*.point-wrap:nth-child(even){
        margin-top: 40px;
}
.point-list-wrap>*.point-wrap .text-wrap{
        padding: 28px;
}
.point-list-wrap p.title-text{
        font-size: 135%;
        font-weight: 600;
        font-family: 'Noto Serif Jp';
        line-height: 1.6;
        margin-bottom: 0.3em !important;
}

/* ----- service ----- */

#contents #service{
        margin-top: -64px;
        margin-bottom: -120px;
        padding-top: 64px;
        padding-bottom: 120px;
}
#service .contents-section{
        margin-bottom: 80px;
}
#service .contents-img{
}
#service .contents-img>*{
        box-shadow: none;
}
#service .contents-txt{
        display: grid;
        align-content: center;
        padding: 80px 48px;
        position: relative;
}
#service .contents-txt:before{
        content: "";
        display: block;
        width: 100%;
        height: calc(100% - 56px);
        background: #f2f2f2;
        position: absolute;
        z-index: 0;
        top: 50%;
        transform: translateY(-50%);
}
#service .contents-txt>*{
        position: relative;
        z-index: 10;
}
#service .contents-txt p.number{
        width: fit-content;
        color: #1391d3;
        font-size: 40px;
        font-weight: 600;
        font-family: 'Noto Serif Jp';
        line-height: 1;
        position: relative;
        margin-bottom: 40px;
}
#service .contents-txt p.number:before{
        content: "";
        display: block;
        width: 48px;
        height: 48px;
        border-right: solid 1px #cccccc;
        position: absolute;
        bottom: -8px;
        right: -20px;
        transform: rotate(45deg);
}
#service .contents-txt p.en-title-text{
        color: #999999;
        font-weight: 600;
        font-family: 'Noto Serif Jp';
}
#service .contents-txt p.title-text{
	font-size: 180%;
        font-weight: 600;
        font-family: 'Noto Serif Jp';
        line-height: 1.6;
        margin-bottom: 0.6em !important;
    }
}

/* ----- access ----- */

.flex-wrap{
}
.flex-wrap>*.half{
        width: calc((100% - 40px) / 2);
}
#company.access .flex-wrap>.access{
        background: #ffffff;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
#company.access .flex-wrap>.access>p{
        color: #ffffff;
        font-size: 115%;
        font-family: 'Noto Serif Jp';
        font-weight: 600;
        padding: 0.8em 28px;
        background: #1391d3;
}
#company.access .flex-wrap>.access .text-wrap{
        padding: 20px 28px;
}

/* ----- activity ----- */

#activity .activity-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        padding: 28px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
        position: relative;
}
#activity .activity-wrap .text-wrap{
        width: calc(65% - 28px);
        order: 1;
}
#activity .activity-wrap .text-wrap.left{
        margin-right: auto;
}
#activity .activity-wrap .text-wrap.right{
        margin-left: auto;
}
#activity .activity-wrap .icon-wrap{
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 20px;
}
#activity .activity-wrap .icon-wrap>figure{
        width: 96px;
}
#activity .activity-wrap p.en-title-text{
        color: #1391d3;
        font-weight: 600;
        font-family: 'Noto Serif Jp';
}
#activity .activity-wrap p.title-text{
        font-size: 180%;
        font-weight: 600;
        font-family: 'Noto Serif Jp';
        line-height: 1.6;
        margin-bottom: 0.6em !important;
}
#activity .activity-wrap>figure{
        width: calc(35% + 20px);
        height: fit-content;
        order: 2;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
}
#activity .activity-wrap>figure.left{
        left: -20px;
}
#activity .activity-wrap>figure.right{
        right: -20px;
}

/* ----- customer voice ----- */

#customer .voice-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 28px;
        margin-bottom: 48px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
        position: relative;
}
#customer .voice-wrap>*.left{
        order: 1;
}
#customer .voice-wrap>*.right{
	order: 2;
}
#customer .voice-wrap .text-wrap{
        width: calc(65% - 28px);
        display: grid;
        align-items: center;
        align-content: center;
        gap: 12px;
}
#customer .voice-wrap p.title-text{
	font-size: 180%;
        font-weight: 600;
        font-family: 'Noto Serif Jp';
        line-height: 1.6;
}
#customer .voice-wrap p.name-text{
	color: #666666;
        font-size: 108%;
        font-weight: 500;
        line-height: 1.6;
}
#customer .voice-wrap .btns{
        justify-content: left;
        margin-top: 8px;
}
#customer .voice-wrap .btns>a{
        font-size: 108%;
        font-weight: 600;
        padding: 16px 28px;
        background: #1391d3;
}
#customer .voice-wrap>figure{
        width: 35%;
}

#customer.voice{
}
#customer.voice .title-wrap{
        display: flex;
        flex-wrap: wrap;
        background: #f2f2f2;
        margin-bottom: 64px;
}
#customer.voice .title-wrap figure{
        width: 50%;
        order: 2;
}
#customer.voice .title-wrap .title-text-wrap{
        width: 50%;
        display: grid;
        align-content: center;
        gap: 20px;
        padding: 40px;
}
#customer.voice .title-wrap .title-text-wrap p.en-title-text{
    color: #1391d3;
    font-weight: 600;
    font-family: 'Noto Serif Jp';
}
#customer.voice .title-wrap .title-text-wrap p.title-text{
        font-size: 180%;
        font-weight: 600;
        font-family: 'Noto Serif Jp';
        line-height: 1.6;
}
#customer.voice .title-wrap .title-text-wrap p.name-text{
        color: #666666;
        font-size: 108%;
        font-weight: 500;
        line-height: 1.6;
}
section .clearfix>*{
        margin-bottom: 1.8em;
}
section figure.floatRight{
        width: 40%;
        float: right;
        margin-left: 28px;
}
section figure.floatLeft{
        width: 40%;
        float: left;
        margin-right: 28px;
}
