@charset "utf-8";

body{
    color: #000;
    font-size: 16px;
    line-height: 1.875;
    font-family: 'Noto Sans JP', sans-serif;
}
a{
    transition: 0.5s;
}
img{
    width: auto;
    max-width: 100%;
}
.img-full{
    width: 100%;
    max-width: none;
}
.wrap{
    overflow: hidden;
}
.meta-color{
    color: #cb131f;
    font-weight: bold;
}
.en,.title-en{
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.fs-small{
    font-size: 14px;
}
.fs-normal{
    font-size: 16px;
}
.xy-center{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


/* ----- Header ----- */
.common-header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}
.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1430px;
    margin: auto;
    padding: 5px 15px;
}
.header-logo{
    width: 140px;
    padding: 5px 0;
}
.header-logo figcaption{
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
}
.header-rescue-box{
    align-items: center;
    width: 420px;
    margin-left: auto;
    padding: 0 10px;
}
.header-tel-box{
    width: calc(100% - 135px);
    padding-right: 15px;
}
.header-tel-up{
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 0 5px;
    font-size: 12px;
}
.header-tel-down{
    font-size: 3.2rem;
    line-height: 1;
    text-align: center;
}
.header-tel-down a{
    font-size: 20px;
    font-weight: bold;
}
.header-tel-down img{
    vertical-align: middle;
}
.header-rescue{
    width: 120px;
}
.header-rescue img{
    vertical-align: bottom;
}
.header-sp-tel,
.header-contact{
    padding: 5px 12px;
    font-size: 20px;
    line-height: 1.65;
    font-weight: bold;
}
.header-sp-tel{
    margin-left: auto;
    margin-right: 10px;
    border: 1px solid #ce1120;
    border-radius: 5px;
    text-align: center;
}
.header-contact{
    background-color: #ce1120;
    color: #fff;
}
@media (min-width: 576px){
    .header-logo{
        width: 200px;
    }
    .header-logo figcaption{
        font-size: 12px;
    }
}
@media (min-width: 992px){
    .header-container{
        padding: 0 0 0 15px;
    }
    .header-logo{
        width: 440px;
        padding: 0;
    }
    .header-logo img{
        max-width: 292px;
    }
    .header-logo figcaption{
        display: inline;
        padding-left: 10px;
    }
    .header-tel-box{
        width: calc(100% - 120px);
    }
    .header-tel-down a{
        font-size: 3rem;
    }
    .header-contact{
        padding: 27px 15px;
        font-size: 14px;
    }
}
@media (min-width: 1200px){
    .header-contact{
        width: 220px;
        padding: 17px 15px;
        font-size: 2rem;
    }
}

/* hambuger */
.hamburger{
    margin-left: 10px;
}
.hamburger .line{
	width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hamburger.active{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburger.active .line:nth-child(2){
  width: 0px;
}
.hamburger.active .line:nth-child(1){
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
}
.hamburger.active .line:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(90deg);
  -ms-transform: translateY(-10px) rotate(90deg);
  -o-transform: translateY(-10px) rotate(90deg);
  transform: translateY(-10px) rotate(90deg);
}

/* nav */
.common-navi{
    position: relative;
}
.common-navi,
.navi-item-child{
    height: 0;
    overflow: hidden;
    background-color: #eeeeee;
    transition: 0.5s;
}
.common-navi.active,
.navi-item-child.active{
    height: auto;
    overflow: visible;
    padding: 20px 0;
}
.navi-item{
    padding: 10px;
    font-weight: bold;
    line-height: 1.5;
}
.navi-item + .navi-item{
    border-top: 1px solid #9b9b9b;
}
.navi-item.parent:hover{
    cursor: pointer;
}
.navi-item.parent .fas{
    transition: 0.5s;
}
.navi-item.parent.active .fas{
    transform: rotate(90deg);
}
.navi-item-child.active{
    padding: 10px 0 10px 10px;
}
.common-navi a:hover{
    opacity: 0.8;
}
@media (min-width: 992px){
    .common-navi{
        height: auto;
        overflow: visible;
        padding: 20px 0;
    }
    .navi-list{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navi-item{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        min-width: 95px;
        max-width: 150px;
        min-height: 40px;
        padding: 0 5px;
        font-size: 14px;
        text-align: center;
    }
    .navi-item + .navi-item{
        border-left: 1px solid #9b9b9b;
        border-top: 0;
    }
    .navi-item.parent{
        position: relative;
    }
    .navi-item.parent .fas{
        width: 10px;
    }
    .navi-item-child{
        position: absolute;
        top: 100%;
        left: calc(50% - 70px);
    }
    .navi-item-child.active{
        width: 140px;
        padding-left: 0;
    }
    .navi-item-child li{
        padding: 5px 10px;
        text-align: left;
    }
}


/* ----- Footer ----- */

/* contact */
.footer-contact{
    background-color: #cb131f;
    padding: 5rem 0;
    color: #fff;
}
.contact-tel-box{
    display: flex;
    align-items: center;
}
.contact-tel-free{
    width: 65px;
    padding-right: 10px;
}
.contact-tel-number{
    display: flex;
    flex-direction: column;
    width: calc(100% - 65px);
    font-size: 3.2rem;
    font-weight: bold;
}
.contact-tel-number img{
    max-width: 40px;
    padding-right: 5px;
}
.footer-contact .default-button{
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    background-color: transparent;
    font-size: 2rem;
}
.footer-contact .default-button:hover{
    background-color: #fff;
    color:  #cb131f;
    font-weight: bold;
}
@media (min-width: 576px){
    .contact-tel-number{
        flex-direction: row;
    }
    .contact-tel-number{
        font-size: 3rem;
    }
    .contact-tel-number .contact-fax{
        margin-left: 10px;
    }
}
@media (min-width: 768px){
    .contact-tel-number{
        font-size: 4rem;
    }
    .contact-tel-number .contact-fax{
        margin-left: 20px;
    }
    .footer-contact .default-button{
        margin-left: 0;
    }
}
@media (min-width: 992px){
    .footer-contact .section-title{
        width: 370px;
    }
    .footer-contact .contact-text-box{
        width: calc(100% - 370px);
        border-left: 1px solid #fff;
        padding-left: 5rem;
    }
    .contact-tel-number{
        flex-direction: column;
    }
    .contact-tel-number .contact-fax{
        margin-left: 0;
    }
}
@media (min-width: 1200px){
    .footer-contact{
        position: relative;
        max-width: calc(100% - 8rem);
        margin-left: auto;
        margin-bottom: -190px;
    }
    .contact-tel-number{
        flex-direction: row;
        font-size: 3.5rem;
    }
    .contact-tel-number .contact-fax{
        margin-left: 20px;
    }
}
@media (min-width: 1400px){
    .contact-tel-number{
        font-size: 4rem;
    }
}

/*sitemap*/
.footer-sitemap{
    background-color: #eeeeee;
    padding: 5rem 0;
}
.footer-logo img{
    max-width: 293px;
}
.sitemap-item{
    margin-top: 5px;
}
.icon-sns{
    display: inline-block;
    padding-right: 15px;
    font-size: 20px;
    color: #cb131f;
}
@media (min-width: 576px){
    .footer-sitemap-list{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .sitemap-list{
        width: auto;
        padding: 0 10px;
    }
}
@media (min-width: 768px){
    .footer-sitemap-list{
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-top: 20px;
    }
}
@media (min-width: 992px){
    .footer-sitemap-list{
        margin: 0 -5px;
    }
    .sitemap-list{
        padding: 0 5px;
    }
    .sitemap-item{
        margin-top: 0;
    }
    .sitemap-item + .sitemap-item{
        margin-top: 5px;
    }
    .footer-logo{
        width: 340px;
        text-align: center;
    }
    .footer-sitemap-list{
        width: calc(100% - 340px);
        font-size: 14px;
    }
}
@media (min-width: 1200px){
    .footer-sitemap{
        padding-top: calc(5rem + 190px);
    }
    .footer-logo{
        width: 390px;
    }
    .footer-sitemap-list{
        width: calc(100% - 390px);
        font-size: 16px;
        margin: 0 -10px;
    }
    .sitemap-list{
        padding: 0 10px;
    }
}

/* banner / copy */
.footer-banner{
    padding: 4rem 0;
}
.footer-banner img{
    vertical-align: bottom;
}
.footer-copywrite{
    background-color: #eee;
    padding: 5px 0;
    font-size: 12px;
}
.footer-banner figure{
    padding-bottom: 20px;
}
.twiiter-time-line{
    border: 1px solid #eee;
}
@media (min-width: 440px){
    .footer-banner figure{
        padding-bottom: 0;
    }
}


/* ----- section ----- */
.common-main{
    display: block;
    margin-top: 65px;
}
.bg-gray{
    background-color: #f6f6f6;
}
.section-content{
    padding: 7rem 0 8rem;
}
.section-content.archive{
    padding: 4rem 0 10rem;
}
.single-content{
    padding: 4rem 0 10rem;
}
.section-title{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
.section-title > span{
    display: inline-block;
}
.section-title .title-en{
    padding-right: 2rem;
    font-size: 5rem;
}
.section-title .title-ja{
    font-size: 2rem;
}
.section-title .title-ex{
    padding-left: 2rem;
}
.topic-bb-title{
    margin-bottom: 2.5rem;
    border-bottom: 3px solid #cb131f;
    padding-bottom: 1.5rem;
    font-size: 2.6rem;
}
.topic-bb-box p{
    line-height: 2.1875;
}
.topic-bl-title{
    margin-bottom: 4rem;
    border-left: 12px solid #cb131f;
    padding-left: 20px;
    font-size: 2.8rem;
    line-height: 1.5;
}
@media (min-width: 576px){
    .common-main{
        margin-top: 79px;
    }
    .topic-bl-title{
        font-size: 3.2rem;
    }
}
@media (min-width: 992px){
    .common-main{
        margin-top: 180px;
    }
}

/* ----- Link Button ----- */
.link-button{
    display: block;
    width: 100%;
    transition: 0.5s;
}
.default-button{
    position: relative;
    max-width: 400px;
    margin: auto;
    border: 1px solid #aaaaaa;
    background-color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
    line-height: 1.65;
}
.default-button i{
    position: absolute;
    top: calc(50% - 15px);
    right: 30px;
    color: #cb131f;
    font-size: 30px;
}
.default-button:hover{
    background-color: #eee;
}
.section-content .default-button{
    margin-top: 6rem;
}

/* ----- List content ----- */
.list-content{
    margin-top: -2rem;
    margin-bottom: -2rem;
}
.list-content > li{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.list-item-box{
    height: 100%;
    border: 1px solid #898989;
}
.list-item-box a{
    display: block;
    height: 100%;
}
.list-item-box a:hover{
    opacity: 0.8;
}
.list-item-pic{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 70%;
}
.pageList{
    margin-top: 7rem;
}
.pageList ul{
    display: flex;
    justify-content: center;
    margin: 0 -5px;
}
.pageList li{
    width: 60px;
    height: 40px;
    padding: 0 5px;
}
.pageList a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: inherit;
    border: 1px solid #aaaaaa;
    padding: 5px;
    font-size: 18px;
    line-height: 1;
}
.pageList .on{
    background-color: #cb131f;
    color: #fff;
    font-weight: bold;
}
.pageList .next,.pageList .prev,.pageList .first,.pageList .last{
    color: #cb131f;
    font-weight: bold;
}
@media (min-width: 768px){
    .pageList ul{
        margin: 0 -10px;
    }
    .pageList li{
        width: 80px;
        height: 60px;
        padding: 0 10px;
    }
}

/* ----- Case List ----- */
.case-item-text{
    padding: 10px 15px;
}
.case-item-title{
    margin-bottom: 5px;
    font-weight: bold;
    word-break: break-all;
}
.case-item-table th,
.case-item-table td{
    font-size: 14px;
}
.case-item-table th{
    width: 60px;
    font-weight: normal;
    text-align-last: justify;
}
.case-item-table td {
    word-break: break-all;
    line-height: 1.2;
}


/* ----- Download List ----- */
.download-item-pic{
    position: relative;
    padding-bottom: 52%;
}
.download-cat{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
}
.download-cat::after{
    content: "";
    padding: 5px;
    line-height: 1;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 1px;
}
.download-cat.pdf::after{
    content: "PDF";
    background-color: #cb131f;
}
.download-cat.excel::after{
    content: "Excel";
    background-color: #009944;
}
.download-item-text{
    display: flex;
    align-items: center;
    padding: 15px;
}
.download-item-icon{
    width: 27px;
}
.download-item-icon img{
    vertical-align: bottom;
}
.download-item-title{
    width: calc(100% - 27px);
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.5;
}
.download-item-title .large{
    font-size: 2rem;
    font-weight: bold;
}

/*-- Topics --*/
.topics-item-column{
    border-top: 1px solid #aaaaaa;
    padding: 3rem 0;
}
.topics-item-column:last-child{
    border-bottom: 1px solid #aaaaaa;
}
.topics-item-column-pic img{
    vertical-align: bottom;
}
.topics-item-column-text,
.topics-item-text{
    line-height: 1.6666667;
}
.topics-item-date,
.topics-item-cats{
    font-size: 14px;
}
.topics-item-date{
    padding-right: 20px;
    color: #626262;
}
.topics-item-cats{
    margin: -2px -5px;
    color: #cb131f;
}
.topics-item-cat{
    display: inline-block;
    padding: 2px 5px;
    font-weight: normal;
}
.topics-item-title{
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
}
.topics-item-outline{
    margin-top: 15px;
}
@media (min-width: 768px){
    .topics-item-column{
        display: flex;
        align-items: center;
    }
    .topics-item-column-pic{
        width: 200px;
    }
    .topics-item-column-text{
        width: calc(100% - 200px);
        padding-left: 5rem;
    }
}

/* ----- Keyword ----- */
.keyword-box-wrap{
    margin-top: 5rem;
}
.keyword-box{
    box-shadow: 0px 0px 30px -20px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    padding: 5rem 0;
}
.keyword-box .container{
    overflow: hidden;
}
.keyword-box .section-title{
    display: inline-block;
    position: relative;
    line-height: 1;
}
.keyword-box .section-title::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1.5px);
    right: -340%;
    width: 340%;
    height: 3px;
    background-color: #424243;
}
.keyword-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -5px -10px;
}
.keyword-item{
    flex-grow: 1;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1;
}
.keyword-item > *{
    display: block;
    min-width: 180px;
    border: 1px solid #aaaaaa;
    border-radius: 25px;
    background-color: #fff;
    padding: 15px;
    color: #cb131f;
    text-align: center;
}
.keyword-item a:hover{
    background-color: #eee;
}
.keyword-space{
    display: none;
}
@media (min-width: 576px){
    .keyword-item{
        flex-grow: inherit;
    }
}
@media (min-width: 992px){
    .keyword-list{
        margin: -12px -15px;
    }
    .keyword-item{
        padding: 12px 15px;
        font-size: 18px;
    }
}
@media (min-width: 1200px){
    .keyword-box{
        max-width: calc(100% - 80px);
        position: relative;
    }
    .keyword-box .container{
        overflow: visible;
    }
    .keyword-space{
        display: block;
        width: 180px;
        height: 74px;
    }
    .keyword-box .section-title{
        position: absolute;
        bottom: 0.5rem;
        right: 8.5rem;
        margin-bottom: 0;
    }
}


/* ----- Video ----- */
.video-wrap{
    position: relative;
    height: 0;
}
.video-link{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}  
.video-link:hover{
    cursor: pointer;
}
.video-item{
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.video-item.active{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: visible;
}

/* ----- seminar List ----- */
.seminar-item-box a{
    display: flex;
    flex-direction: column;
}

.seminar-item-box a:hover {
    opacity: 0.8;
}

.seminar-item-pic{
    position: relative;
    padding-bottom: 75%;
}
.seminar-cat{
    position: absolute;
    color: #fff;
}
.seminar-cat::after{
    content: "";
    padding: 5px;
    line-height: 1;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
}
.seminar-cat.past::after{
    content: "終了";
    background-color: #cb131f;
}
.seminar-item-text{
    flex-grow: 1;
    padding: 15px;
}

.seminar-item-date {
    display: flex;
    align-items: center;
}

.seminar-md {
    font-size: 2.5rem;
    font-weight: bold;
}

.seminar-wd {
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0 5px;
}

.seminar-time {
    font-size: 2rem;
    font-weight: bold;
}

.seminar-item-title{
    padding: 0 10px;
    font-size: 2rem;
    line-height: 1.5;
}

.seminar-item-buttom {
    margin: auto 20px 20px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cb131f;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.seminar-item.past {
    opacity: 0.7;
}

.seminar-list.about {
    text-align: center;
    justify-content: center;
}

.seminar-list-icon {
    padding: 2rem;
}

.seminar-list-icon figure{
    width: 100px;
    height: auto;
    margin: auto;
}

.txt-info {
    font-size: 2rem;
    margin: auto;
}

