@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*******************************************************
2023新ver　日付フォントサイズ調整
********************************************************/

/*2023新ver　右上　日付フォントサイズ調整*/
.c-article-head-code {
    font-family: "Oswald", sans-serif;
    -webkit-font-feature-settings: 'palt' 1!important;
    font-feature-settings: 'palt' 1!important;
    font-size: 116%!important;
    font-weight: 500!important;
    letter-spacing: 4px;
    text-align: right;
}
.c-article-head-date {
    font-family: "Oswald", sans-serif;
    -webkit-font-feature-settings: 'palt' 1!important;
    font-feature-settings: 'palt' 1!important;
    font-size: 116%!important;
    font-weight: 500!important;
    letter-spacing: 4px;
    text-align: right;
}
/*2023新ver　訂正文　日付フォントサイズ調整*/
.c-article-information__date{
    font-family: "Oswald", sans-serif;
    -webkit-font-feature-settings: 'palt' 1!important;
    font-feature-settings: 'palt' 1!important;
    font-weight: 500!important;
    letter-spacing: 4px;
}
.c-input-select__list {
    max-height: 800px!important;
}


/*******************************************************
法人メニュー除去
********************************************************/

.js-local-bar{
    display:none!important;
}



.c-lank-list{
    display:none!important;
}
.fb_iframe_widget {
    display:flex;
}


/***************************************************************************************************************/



/*******************************************************
パーパス
********************************************************/

.c-text-common.lead{
    font-size: 150%;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-text-common.lead{
    font-size: 120%;
    }
}
@media screen and (max-width: 400px) {
    .c-text-common.lead{
    font-size: 110%;
    }
}
.brandheadbefore-div{
    text-align: center;
    padding: 1% 0 3%;
}
@media screen and (max-width: 767px) {
    .brandheadbefore-div{
    text-align: center;
    padding: 1.0% 0 5.25%;
    }
}
.brandheadbefore-div .head{
    font-size: 123.1%;
    line-height: 2;
    font-weight: bold;
}
.brandheadbefore-div .main{
    font-size: 186%;
    line-height: 2;
    font-weight: bold;
}
.brandheadbefore-div p{
    font-size: 108%;
}
.d-inline-block{
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .brandheadbefore-div .main{
        font-size: 174%;
    }
    .brandheadbefore-div .head{
        font-size: 100%;
    }
}
@media screen and (max-width: 400px) {
    .brandheadbefore-div .main{
        font-size: 144%;
    }
    .brandheadbefore-div .head{
        font-size: 100%;
    }
}
.brandheadbefore-div img {
    max-width: 90%;
    vertical-align: top;
    height: auto;
}
@media print, screen and (min-width: 61.25em) {
    .brandheadbefore-div img {
        max-width: 100%;
        vertical-align:
        top;height: auto;
    }
}





/*******************************************************
テキストサイズ変更
********************************************************/
.c-heading-common__title-text {
    display: inline-block;
    width: 100%;
    font-size: 144%;
    font-weight: bold;
    line-height: 1.45;
}
@media print, screen and (min-width: 61.25em) {
    .c-heading-common__title-text {
        width: auto;
        font-size: 215%;
    }
}

.c-insert-html-box .c-iv-txt {
    font-size: 108%;
    font-weight: 500;
    color: #014099;
    margin-bottom: 15px;
    line-height: 2;
}
@media print, screen and (min-width: 61.25em) {
    .c-insert-html-box .c-iv-txt {
        font-size: 123.1%;
        font-weight: 500;
        color: #014099;
        margin-bottom: 15px;
        line-height: 2;
    }
}
.c-insert-html-box .bold{
    font-weight: bold;
}

/* 汎用テキスト */
.c-text-common {
    margin: 1em 0;
    font-size: 100%;
    line-height: 2;
}
@media print, screen and (min-width: 61.25em) {
    .c-text-common {
        font-size: 123.1%;
    }
}


@media screen and (max-width: 768px) {
    .c-figure-info {
        text-align:left;
        margin: 1.5em 0 0;
        font-size: 93%;
        line-height: 1.8;
    }
}
@media print, screen and (min-width: 769px) {
    .c-figure-info {
        text-align:center;
        margin: 1.5em 0 0;
        font-size: 108%;
        line-height: 1.8;
        color: #666;
    }
}

.c-comment-list li{
    font-size:93%;
    text-indent: -2.5em;
    padding-left: 2.5em;
}
@media print, screen and (min-width: 769px) {
    .c-comment-list li{
        font-size:100%;
        color: #666;
    }
}

@media screen and (max-width: 768px) {
    .c-insert-html-block .intro {
        margin-top: 0!important;
        font-size:93%;
    }
}
.c-insert-html-block .intro p{
    padding:0.5em 0;
}
@media print, screen and (min-width: 769px) {
    .c-insert-html-block .intro p{
    }
}

/*******************************************************
項目別マージン
********************************************************/

.c-article-body .c-insert-html-box {
    margin-top: 35px;
}
.c-article-body .c-insert-html-box:first-child {
    margin-top: 0;
}
.c-article-body .c-insert-html-box.m-has-border {
    /* ボーダートップあり */
    padding-top: 30px;
}
@media print, screen and (min-width: 61.25em) {
    .c-article-body .c-insert-html-box {
        margin-top: 55px;
    }
    .c-article-body .c-insert-html-box:first-child {
        margin-top: 0;
    }
    .c-article-body .c-insert-html-box.m-has-border {
        /* ボーダートップあり */
        padding-top: 57px;
    }
}


/*******************************************************
プロフィール
********************************************************/

.c-insert-html-block .profile {
    position: relative;
    /* min-height: 297px; */
    background: #fff;
}
.c-insert-html-block .profile figure {
    width: 39%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.c-insert-html-block .profile figure img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
}
.c-insert-html-block .profile dl {
    /* padding: 40px 40px 40px 20px; */
    /* margin-left: 40%; */
    background: #fff;
    position: relative;
    /* min-height: 283px; */
}
.c-insert-html-block .profile dl:after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: -140px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 298px 130px;
    border-color: transparent transparent #fff transparent;
}
.c-insert-html-block .profile dl dt {
    font-size: 18px;
    color: #014099;
    margin-bottom: 7px;
    font-weight: bold;
}
.c-insert-html-block .profile dl dd .name {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 500;
}
.c-insert-html-block .profile dl dd .name b {
    font-size: 28px;
}
.c-insert-html-block .profile dl dd .name b:after {
    /* content: "／"; */
    margin: 0 6px 0 2px;
}
.c-insert-html-block .profile dl dd .name span {
    display: block;
    font-size: 14px;
}
.c-insert-html-block .profile dl dd .name + p {
    color: #333;
    font-size: 13px;
}
.c-insert-html-block .profile dl dd .name + p  a{
    color: #014099;
}
.c-insert-html-block .profile dl dd .name + p  a:hover{
    color: #000;
}
.c-insert-html-block .profile02  {
    
}
.c-insert-html-block .profile02 dl {
    display: table;
    margin-bottom: 15px;
}
.c-insert-html-block .profile02 dt {
    display: table-cell;
    width: 150px;
}
.c-insert-html-block .profile02 dd {
    display: table-cell;
    padding-top: 75px;
    padding-left: 1em;
    font-size: 14px;
    vertical-align: top;
}

@media screen and (min-width: 769px) {
    .c-insert-html-block .prof01 {
        margin-bottom: 25px;
    }
    .c-insert-html-block .prof01 dl:first-child{
        float: left;
        width: 48%;
    }
    .c-insert-html-block .prof01 dl:last-child{
        float: right;
        width: 48%;
    }
    .c-insert-html-block .prof01 dl {
    margin-bottom: 0;
}
.c-insert-html-block .profile02.large dd {
    padding-top: 50px;
    line-height: 1.4;
}
}





@media screen and (max-width: 67em) {
    .c-insert-html-block.profile {
        height: auto;
        background: none;
        margin-left: 15px;
        margin-right: 15px;
    }
    .c-insert-html-block .profile figure {
        width: 100%;
        position: static;
        min-height: auto;
    }
    .c-insert-html-block .profile figure img {
        position: static;
        left: 0;
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
    .c-insert-html-block .profile dl {
        padding: 20px 0;
        background: #fff;
        margin: 0;
        min-height: auto;
    }
    .c-insert-html-block .profile figure:after {
        display: none;
    }
    .c-insert-html-block .profile dl dt {
        font-size: 16px;
        margin-bottom: 0;
    }
    .c-insert-html-block .profile dl dd .name {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .c-insert-html-block .profile dl dd .name b {
        font-size: 21px;
    }
    .c-insert-html-block .profile dl dd .name span {
        font-size: 13px;
    }
    .c-insert-html-block .btn {
        width: auto;
        margin: 30px 35px 0;
        max-width: inherit;
    }
    .c-insert-html-block .btn a {
        height: 53px;
        line-height: 53px;
        font-size: 16px;
        background-image: url(../img/common/sp/icon_arrow_04.png);
        background-size: auto 13px;
    }   
    #interview {
        padding-top: 0;
        padding-bottom: 85px;
        background: none;
    }
    #interview .btn {
        width: calc(100% - 30px);
        margin: 40px auto 0;
    }
}


/*MV***************************************************************************/
.c-insert-html-block .mv {
    position: relative;
    margin: 0;
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
.c-insert-html-block .mv div {
    position: absolute;
    bottom: 13%;
    left: 7%;
}
@media screen and (max-width: 768px) {
   .c-insert-html-block .mv div {
        position: absolute;
        bottom: 6%;
        left: 7%;
    }
}
.c-insert-html-block .mv strong.main-ttl {
    background: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.8;
    display: inline;
}
@media screen and (max-width: 768px) {
    .c-insert-html-block .mv strong.main-ttl {
        background: #fff;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.8;
        display: inline;
    }
}
.c-insert-html-block .mv time {
    display: block;
    margin-bottom: 5px;
}
.c-insert-html-block .mv time span {
    background: #014099;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
}
.c-insert-html-block section.center {
    text-align: center;
}


@media screen and (max-width: 768px) {
.detail .mv {
        padding: 0;
    }
}









/*Introduction*/

.c-insert-html-block .intro {
    margin-top: 65px;
}
.c-insert-html-block .intro dl {
    background: #014099;
    position: relative;
}
.c-insert-html-block .intro dl dt {
    color: #fff;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 3.75%;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    font-family: 'Roboto', sans-serif;
}
.c-insert-html-block .intro dl dd {
    position: relative;
    background: #fff;
    margin-left: 31%;
    padding: 40px 3% 40px 17px;
    line-height: 2.0;
    font-size: 123.1%;
}
.c-insert-html-block .intro dl dd:before {
    content: "";
    position: absolute;
    top: 0;
    left: -140px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 500px 140px;
    border-color: transparent transparent #fff transparent;
}

@media screen and (max-width: 768px) {
    .c-insert-html-block .intro {
        margin-top: 20px;
    }
    .c-insert-html-block .intro dl {
        background: #fff;
        padding: 35px 0px;
    }
    .c-insert-html-block .intro dl dt {
        color: #014099;
        position: static;
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        text-align: center;
        font-weight: bold;
        margin-bottom: 23px;
        font-size: 8.5vw;
    }
    .c-insert-html-block .intro dl dd {
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-size: 108%;
    }
}

/* 共通パーツ
---------------------------------------------*/
@media screen and (min-width: 769px) {
    .c-insert-html-block .sp { 
        display: none!important;
    }
}
@media screen and (max-width: 768px) {
    .c-insert-html-block .pc { 
        display: none!important;
    }
    .c-insert-html-block .sp { 
        display: block!important;
    }
    .c-insert-html-block img { 
        width: 100%;
    }
}


.c-article-head{
    display:none!important;
}
.c-article-body{
    padding-top:0!important;
}
.c-insert-html-block .intro {
    margin-top: 45px!important;
}
@media screen and (max-width: 768px) {
.c-insert-html-block .intro {
    margin-top: 0!important;
}





