@charset "utf-8";

/* *****************************************************************************

  index.html

***************************************************************************** */
/* main-visual */
.main-visual{
    width: 100%;
    height: 600px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.main-visual-01{
    background-image: url(../images/img_main_01.jpg);
}
.main-visual-02{
    background-image: url(../images/img_main_02.jpg);
}
.main-visual-03{
    background-image: url(../images/img_main_03.jpg);
}
.main-visual-border{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border: 6px solid #1c97d5;
    height: 600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.main-visual-inner{
    width: 100%;
    padding-left: 100px;
}
.main-visual-catch{
    z-index: 100;
    font-size: 40px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0.25em;
    margin-bottom: 25px;
}
.main-visual-inner > div div{
    display: inline;
    background-color: #101010;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
    padding: 8px 9px 5px;
    font-size: 13px;
    letter-spacing: 0.12em;
}
.main-visual-inner > div p{
    padding-top: 10px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.1em;
}
.main-visual-break{
    display: none;
}
.slanting{
    position: absolute;
    width: 560px;
    height: 1000px;
    background: #ffffff;
    transform: skew(20deg,0);
    left: -200px;
    top: -50%;
}
.main-visual-image{
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  width: 100%;
  z-index: -1;
}
.main-visual-image.is-show{
    opacity: 1;
}

@media print, screen and (max-width: 1500px){
    /* main-visual */
    .main-visual-inner{
        padding-left: 6.67%;
    }
    .main-visual-break{
        display: inline;
    }
    .slanting{
        width: 37%;
    }
}

@media print, screen and (max-width: 1000px){
    /* main-visual */
    .main-visual-wrap{
         margin-top: -56px;
         padding-top: 56px;
         position: relative;
    }
    .main-visual{
        margin-top: 56px;
    }
}

@media print, screen and (max-width: 760px){
    /* main-visual */
    .main-visual{
        height: 500px;
        background-position: center top;
        background-size: 100% auto;
    }
    .main-visual-01{
        background-image: url(../images/img_main_01_sp.jpg);
    }
    .main-visual-02{
        background-image: url(../images/img_main_02_sp.jpg);
    }
    .main-visual-03{
        background-image: url(../images/img_main_03_sp.jpg);
    }
    .main-visual-border{
        height: 500px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    .main-visual-inner{
        padding: 0 25px 25px;
    }
    .main-visual-catch{
        font-size: 20px;
        letter-spacing: 0.18em;
        margin-bottom: 10px;
    }
    .main-visual-catch br{
        display: none;
    }
    .main-visual-inner > div div{
        font-size: 11px;
        padding: 8px 8px 5px;
    }
    .main-visual-inner > div p{
        padding-top: 8px;
        font-size: 12px;
        letter-spacing: 0.06em;
    }
    .main-visual-break{
        display: none;
    }
    .slanting{
        position: absolute;
        width: 760px;
        height: 350px;
        transform: skew(0,8deg);
        top: auto;
        left: 0;
        bottom: -140px;
    }
    .main-visual-image{
        background-position: center top;
        background-size: 100% auto;
    }
}

@media print, screen and (max-width: 640px){
    /* main-visual */
    .main-visual{
        height: 420px;
    }
    .main-visual-border{
        height: 420px;
    }
    .main-visual-catch br:last-child{
        display: inline;
    }
    .main-visual-inner > div p br{
        display: none;
    }
    .slanting{
        bottom: -160px;
    }
}

@media print, screen and (max-width: 480px){
    /* main-visual */
    .main-visual{
        height: 400px;
    }
    .main-visual-border{
        height: 400px;
    }
    .main-visual-inner{
        padding: 0 20px 25px;
    }
    .main-visual-catch br:last-child{
        display: none;
    }
    .slanting{
        bottom: -140px;
    }
}

@media print, screen and (max-width: 375px){
    /* main-visual */
    .main-visual{
        height: 365px;
    }
    .main-visual-border{
        height: 365px;
    }
    .main-visual-catch{
        font-size: 19px;
        letter-spacing: 0.12em;
        margin-bottom: 8px;
    }
    .main-visual-catch br:last-child{
        display: none;
    }
}

/* title-top */
.title-top{
    text-align: center;
}
.title-top .title{
    font-size: 28px;
    letter-spacing: 0.16em;
    line-height: 28px;
    margin-bottom: 22px;
}
.title-top .title span{
    padding-bottom: 9px;
    border-bottom: 4px solid #101010;
}
.title-top div{
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.1em;
}

@media print, screen and (max-width: 760px){
    /* title-top */
    .title-top .title{
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 17px;
    }
    .title-top .title span{
        padding-bottom: 6px;
        border-bottom: 4px solid #101010;
    }
    .title-top div{
        font-size: 21px;
        line-height: 21px;
        letter-spacing: 0.08em;
    }
}

/* text-top */
.text-top{
    padding-top: 35px;
    margin-bottom: 50px;
}
.text-top p{
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2.2;
}

@media print, screen and (max-width: 760px){
    .text-top{
        padding-top: 25px;
        margin-bottom: 30px;
    }
    .text-top p{
        font-size: 14px;
        text-align: left;
        letter-spacing: 0.08em;
        line-height: 1.8;
    }
    .text-top br{
        display: none;
    }
}

/* link-area */
.link-area{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.link-area-box{
    width: 545px;
    margin-bottom: 20px;
}
.link-area-box-large{
    width: 100%;
    margin-bottom: 20px;
}
.link-area a{
    display: block;
}
.link-area-main{
    width: 100%;
}
.link-area-main img{
    width: 100%;
}
.link-area-reflectix .link-area-main img:nth-child(2){
    display: none;
}
.link-area-button{
    width: 100%;
    text-align: center;
}
.link-area-button div{
    font-size: 14px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 42px;
    line-height: 42px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    padding-top: 2px;
}
.link-area-button div span{
    padding-right: 21px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 24px;
}
.link-area-partner .link-area-button div{
    background-color: #0072ab;
    color: #fce734;
}
.link-area-partner a:hover .link-area-button div{
    background-color: #005a87;
}
.link-area-partner .link-area-button div span{
    background: url("../images/arrow_link_01.png") right 3px center no-repeat;
}
.link-area-partner a:hover .link-area-button div span{
    background: url("../images/arrow_link_01.png") right center no-repeat;
}
.link-area-recruit  .link-area-button div{
    background-color: #00b0ff;
    color: #ffffff;
}
.link-area-recruit a:hover .link-area-button div{
    background-color: #009be3;
}
.link-area-recruit .link-area-button div span{
    background: url("../images/arrow_link_02.png") right 3px center no-repeat;
}
.link-area-recruit a:hover .link-area-button div span{
    background: url("../images/arrow_link_02.png") right center no-repeat;
}
.link-area-reflectix .link-area-button div{
    background-color: #ec6d2a;
    color: #ffffff;
}
.link-area-reflectix a:hover .link-area-button div{
    background-color: #ec6d2a;
}
.link-area-reflectix .link-area-button div span{
    background: url("../images/arrow_link_02.png") right 3px center no-repeat;
}
.link-area-reflectix a:hover .link-area-button div span{
    background: url("../images/arrow_link_02.png") right center no-repeat;
}

@media print, screen and (max-width: 1217px){
    /* link-area */
    .link-area{
        width: 100%;
    }
    .link-area-box{
        width: 48.66%;
    }
}

@media print, screen and (max-width: 760px){
    /* link-area */
    .link-area{
        display: block;
        padding: 40px 20px 20px;
    }
    .link-area-box{
        width: 100%;
    }
    .link-area-reflectix .link-area-main img:nth-child(1){
        display: none;
    }
    .link-area-reflectix .link-area-main img:nth-child(2){
        display: inline;
    }
    .link-area-button div{
        font-size: 11px;
        height: 36px;
        line-height: 36px;
        padding-top: 2px;
    }
    .link-area-button div span{
        padding-right: 17px;
        height: auto;
    }
    .link-area-partner a:hover .link-area-button div{
        background-color: #0072ab;
    }
    .link-area-partner .link-area-button div span{
        background: url("../images/arrow_link_01_sp.png") right 2px center no-repeat;
        background-size: 6px 10px;
    }
    .link-area-partner a:hover .link-area-button div span{
        background: url("../images/arrow_link_01_sp.png") right 2px center no-repeat;
        background-size: 6px 10px;
    }
    .link-area-recruit a:hover .link-area-button div{
        background-color: #00b0ff;
    }
    .link-area-recruit .link-area-button div span{
        background: url("../images/arrow_link_02_sp.png") right 2px center no-repeat;
        background-size: 6px 10px;
    }
    .link-area-recruit a:hover .link-area-button div span{
        background: url("../images/arrow_link_02_sp.png") right 2px center no-repeat;
        background-size: 6px 10px;
    }
    .link-area-reflectix a:hover .link-area-button div{
        background-color: #ec6d2a;
    }
    .link-area-reflectix .link-area-button div span{
        background: url("../images/arrow_link_02_sp.png") right 2px center no-repeat;
        background-size: 6px 10px;
    }
    .link-area-reflectix a:hover .link-area-button div span{
        background: url("../images/arrow_link_02_sp.png") right 2px center no-repeat;
        background-size: 6px 10px;
    }
}

/* about-top */
.about-top{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
    position: relative;
}
.about-top-img{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
}
.about-top-img > div{
    width: 545px;
    position: relative;
}
.about-top-img a{
    display: block;
}
.about-top-img img{
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.about-top-img a:hover img{
    opacity: 0.8;
}
.about-top-img > div:last-child img{
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.about-top-img a div:first-of-type{
    background-color: #0072ab;
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.1em;
    padding: 26px 10px 24px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1.4;
}
.about-top-img > div:first-child a div:first-of-type br{
    display: none;
}
.about-top-img a:hover div:first-of-type{
    background-color: #005a87;
}
.about-top-img a div:last-of-type{
    position: absolute;
    top: -10px;
    right: -10px;
    font-family: basic-sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    background-color: #0072ab;
    color: #ffffff;
    font-size: 12px;
    line-height: 38px;
    padding: 2px 25px 0;
    letter-spacing: 0.12em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.about-top-img a:hover div:last-of-type{
    background-color: #005a87;
}
.about-top-button{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.about-top-button > div{
    width: 353px;
}
.about-top-button a{
    display: block;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.12em;
    padding: 17px 20px 15px;
    background: #0072ab url(../images/arrow_button_01.png) right 20px center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.about-top-button a:hover{
    background: #005a87 url(../images/arrow_button_01.png) right 16px center no-repeat;
}

@media print, screen and (max-width: 1217px){
    /* about-top */
    .about-top{
        width: 100%;
    }
    .about-top-img > div{
        width: 48.66%;
    }
    .about-top-img > div:first-child a div:first-of-type{
        letter-spacing: 0.04em;
    }
    .about-top-button > div{
        width: 31.52%;
    }
}

@media print, screen and (max-width: 1000px){
    /* about-top */
    .about-top-img a div:first-of-type{
        font-size: 1.9vw;
    }
    .about-top-button a{
        font-size: 1.9vw;
    }
}

@media print, screen and (max-width: 760px){
    /* about-top */
    .about-top{
        padding: 40px 20px;
    }
    .about-top-img{
        margin-bottom: 10px;
    }
    .about-top-img > div{
        width: 48.5%;
    }
    .about-top-img a:hover img{
        opacity: 1;
    }
    .about-top-img a div:first-of-type{
        font-size: 12px;
        letter-spacing: 0.1em;
        height: 52px;
    }
    .about-top-img a:hover div:first-of-type{
        background-color: #0072ab;
    }
    .about-top-img > div:first-child a div:first-of-type{
        padding: 10px;
    }
    .about-top-img > div:first-child a div:first-of-type br{
        display: inline;
    }
    .about-top-img > div:last-child a div:first-of-type{
        padding: 18px 10px 0;
    }
    .about-top-img a div:last-of-type{
        display: none;
    }
    .about-top-button > div{
        width: 31.34%;
    }
    .about-top-button a{
        font-size: 12px;
        letter-spacing: 0.1em;
        padding: 15px 10px 15px;
        background: #0072ab url(../images/arrow_button_01_sp.png) right 9px center no-repeat;
        background-size: 6px 10px;
    }
    .about-top-button a:hover{
        background: #0072ab url(../images/arrow_button_01_sp.png) right 9px center no-repeat;
        background-size: 6px 10px;
    }
}

@media print, screen and (max-width: 420px){
    /* about-top */
    .about-top-img > div:first-child a div:first-of-type{
        letter-spacing: 0;
        padding: 10px 0;
    }
}
@media print, screen and (max-width: 350px){
    /* about-top */
    .about-top-img a div:first-of-type{
        font-size: 3.4vw;
    }
    .about-top-button a{
        font-size: 3vw;
    }
}

/* recruit-top */
.recruit-top{
    width: 100%;
    background: url(../images/recruit_bg_01.jpg) center top no-repeat;
    background-size: cover;
}
.recruit-top-inner{
    width: 1040px;
    margin: 0 auto;
    padding: 60px 40px;
}
.recruit-top .title-top .title{
    color: #ffffff;
}
.recruit-top .title-top .title span{
    border-bottom: 4px solid #ffffff;
}
.recruit-top .title-top div{
    color: #ffffff;
}
.recruit-top .text-top{
    color: #ffffff;
    margin-bottom: 60px;
}
.recruit-top-button{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 60px;
}
.recruit-top-button > div{
    position: relative;
}
.recruit-top-button > div:nth-child(2){
    padding: 0 20px;
}
.recruit-top-button > div a{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.recruit-top-button > div a:hover{
    opacity: 0.8;
}
.recruit-top-button > div div{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    font-size: 21px;
    letter-spacing: 0.2em;
    width: 100%;
}
.recruit-top-button > div div span{
    background-color: rgba(7,128,189,0.9);
    display: inline-block;
    color: #ffffff;
    padding: 14px 15px 10px;
}
.recruit-top-button > div:nth-child(2) div span:first-child{
    padding-bottom: 0;
}
.recruit-top-button img{
    width: 100%;
}
.recruit-top-link{
    position: relative;
}
.recruit-top-link a{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.recruit-top-link a:hover{
    opacity: 0.8;
}
.recruit-top-link img{
    width: 100%;
}
.recruit-top-link img:nth-child(2){
    display: none;
}
.recruit-top-link span{
    background-color: #fce734;
    position: absolute;
    top: -10px;
    left: -10px;
    font-family: basic-sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #0780bd;
    line-height: 50px;
    padding: 2px 30px 0;
    font-size: 15px;
    letter-spacing: 0.04em;
}

@media print, screen and (max-width: 1057px){
    /* recruit-top */
    .recruit-top-inner{
        width: 100%;
    }
    .recruit-top-link span{
        line-height: 1;
        padding: 1.8vw 30px;
        font-size: 1.4vw;
    }
}

@media print, screen and (max-width: 1000px){
    /* recruit-top */
    .recruit-top-button{
        margin-bottom: 40px;
    }
    .recruit-top-button > div div{
        font-size: 2vw;
    }
}

@media print, screen and (max-width: 760px){
    /* recruit-top */
    .recruit-top{
        background: url(../images/recruit_bg_01_sp.jpg) center center no-repeat;
        background-size: cover;
    }
    .recruit-top-inner{
        padding: 40px 20px;
    }
    .recruit-top .text-top{
        margin-bottom: 30px;
    }
    .recruit-top-button{
        margin-bottom: 0;
        display: block;
    }
    .recruit-top-button > div{
        margin-bottom: 10px;
    }
    .recruit-top-button > div:nth-child(2){
        padding: 0;
    }
    .recruit-top-button > div a{
        display: block;
        border: 2px solid #ffffff;
        padding: 17px 15px 15px;
        background: rgba(13,113,173,0.7) url(../images/arrow_button_01_sp.png) right 12px center no-repeat;
        background-size: 6px 10px;
    }
    .recruit-top-button > div a:hover{
        opacity: 1;
    }
    .recruit-top-button > div div{
        position: relative;
        top: auto;
        left: auto;
        -ms-transform: translate(0,0);
        -webkit-transform : translate(0,0);
        transform : translate(0,0);
        text-align: left;
        font-size: 13px;
        letter-spacing: 0.1em;
    }
    .recruit-top-button > div div br{
        display: none;
    }
    .recruit-top-button > div div span{
        background-color: transparent;
        display: inline;;
        color: #ffffff;
        padding: 0;
    }
    .recruit-top-button img{
        display: none;
    }
    .recruit-top-link a:hover{
        opacity: 1;
    }
    .recruit-top-link img:first-child{
        display: none;
    }
    .recruit-top-link img:nth-child(2){
        display: inline;
    }
    .recruit-top-link span{
        display: none;
    }
}

/* diary-top */
.diary-top{
    background-color: #f2f2f2;
}
.diary-top-inner{
    padding: 60px 0;
    position: relative;
    width: 1120px;
    margin: 0 auto;
}
.diary-top-title{
    margin-bottom: 48px;
}
.diary-instagram-sp{
    display: none;
}
.diary-top-button{
    position: absolute;
    top: 60px;
    right: 0;
}
.diary-top-button a{
    width: 160px;
    line-height: 60px;
    padding-left: 16px;
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.12em;
    font-size: 16px;
    background: #212121 url(../images/arrow_button_02.png) right 14px center no-repeat;
    font-family: basic-sans, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.diary-top-button a:hover{
    background: #0072ab url(../images/arrow_button_02.png) right 10px center no-repeat;
}
.diary-top ul{
    letter-spacing: -.4em;
    padding-top: 40px;
    text-align: center;
}
.diary-top li{
    position: relative;
    width: 186px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: bottom;
}
.diary-top li:before{
    content:"";
    display: block;
    padding-top: 100%;
}
.diary-top li a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.diary-top li a:hover{
    opacity: 0.7;
}
.diary-top li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media print, screen and (max-width: 1240px){
    /* diary-top */
    .diary-top{
        padding: 0 40px;
    }
    .diary-top-inner{
        width: 100%;
        padding: 60px 0;
    }
    .diary-top li{
        width: 16.66%;
    }
}

@media print, screen and (max-width: 760px){
    /* diary-top */
    .diary-top{
        padding: 0 20px;
    }
    .diary-top-inner{
        padding: 40px 0;
    }
    .diary-top-title{
        margin-bottom: 20px;
    }
    .diary-instagram-pc{
        display: none;
    }
    .diary-instagram-sp{
        display: block;
    }
    .diary-top-button{
        position: static;
    }
    .diary-top-button a,
    .diary-top-button a:hover{
        width: 100%;
        line-height: 44px;
        padding: 2px 0 0 0;
        text-align: center;
        letter-spacing: 0.14em;
        background: #212121 url(../images/arrow_button_02_sp.png) right 12px center no-repeat;
        background-size: 6px 11px;
        font-size: 14px;
    }
    .diary-top-button a:hover{
        background-color: #212121;
    }
    .diary-top ul{
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .diary-top li{
        width: 33.33%;
    }
    .diary-top li:nth-of-type(n+7){
        display: none;
    }
    .diary-top li a:hover{
        opacity: 1;
    }
}

/* news-top  */
.news-top{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
    position: relative;
}
.news-top-title{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.18em;
    margin-bottom: 48px;
}
.news-top-title span{
    border-bottom: 4px solid #101010;
    padding-bottom: 4px;
}
.news-top ul{
    border-top: 1px solid #e0e0e0;
}
.news-top li{
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.8;
}
.news-top li:nth-child(odd){
    background-color: #f2f2f2;
}
.news-top li a{
    display: table;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-top li a:hover{
    color: #0072ab;
}
.news-top li a span{
    font-size: 14px;
    display: table-cell;
}
.news-top li a span:first-child{
    width: 180px;
    padding: 12px 20px;
}
.news-top li a span:last-child{
    padding: 12px 20px 12px 0;
}
.news-top-button{
    position: absolute;
    top: 60px;
    right: 40px;
}
.news-top-button a{
    width: 150px;
    line-height: 50px;
    padding-left: 15px;
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.12em;
    font-size: 14px;
    background: #212121 url(../images/arrow_button_02.png) right 12px center no-repeat;
}
.news-top-button a:hover{
    background: #0072ab url(../images/arrow_button_02.png) right 9px center no-repeat;
}

@media print, screen and (max-width: 1217px){
    /* news-top  */
    .news-top{
        width: 100%;
        padding: 60px 40px;
    }
}

@media print, screen and (max-width: 760px){
    /* news-top  */
    .news-top{
        padding: 40px 20px;
    }
    .news-top-title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .news-top-title span{
        border-bottom: 4px solid #101010;
        padding-bottom: 2px;
    }
    .news-top ul{
        margin-bottom: 20px;
    }
    .news-top li{
        line-height: 1.6;
    }
    .news-top li a{
        padding: 16px 20px;
    }
    .news-top li a span{
        display: block;
    }
    .news-top li a span:first-child{
        width: 100%;
        font-size: 12px;
        color: #575757;
        padding: 0;
    }
    .news-top li a span:last-child{
        padding: 0;
    }
    .news-top-button{
        position: static;
    }
    .news-top-button a,
    .news-top-button a:hover{
        width: 100%;
        line-height: 42px;
        padding: 2px 0 0 0;
        text-align: center;
        letter-spacing: 0.14em;
        background: #212121 url(../images/arrow_button_02_sp.png) right 12px center no-repeat;
        background-size: 6px 11px;
    }
    .news-top-button a:hover{
        background-color: #212121;
    }
}

/* *****************************************************************************

  corporate style

***************************************************************************** */
/* category-nav */
.category-nav-wrap{
    width: 1360px;
    margin: 0 auto;
    padding: 0 120px;
}
.category-nav{
    width: 100%;
    margin-bottom: 80px;
}
.category-nav ul{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.category-nav li{
    width: 25%;
    text-align: center;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 17px;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.category-nav li:nth-child(1),
.category-nav li:nth-child(2){
    width: 50%;
}
.category-nav li:nth-child(3),
.category-nav li:nth-child(4),
.category-nav li:nth-child(5){
    width: 33.3333%;
}
.category-nav li a{
    display: block;
    background-color: #0780bd;
    color: #ffffff;
    padding: 22px 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.category-nav li a:hover{
    background-color: #005a87;
}
.category-nav li.category-nav-on a{
    background-color: #e0e0e0;
    color: #101010;
}

@media print, screen and (max-width: 1377px){
    /* category-nav */
    .category-nav-wrap{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* category-nav */
    .category-nav-wrap{
        margin-top: -20px;
        padding: 0 80px;
    }
}

@media print, screen and (max-width: 1140px){
    /* category-nav */
    .category-nav li{
        font-size: 15px;
    }
}

@media print, screen and (max-width: 1000px){
    /* category-nav */
    .category-nav-wrap{
        margin-top: -40px;
        padding: 0 40px;
    }
}

@media print, screen and (max-width: 760px){
    /* category-nav */
    .category-nav-wrap{
        margin-top: 0;
        padding: 20px 20px 0;
    }
    .category-nav{
        margin-bottom: 40px;
    }
    .category-nav li{
        width: 50%;
        font-size: 13px;
    }
    .category-nav li:nth-child(odd){
        border-left: none;
    }
    .category-nav li a{
        padding: 16px 0 14px;
    }
}

@media print, screen and (max-width: 480px){
    /* category-nav */
    .category-nav li:nth-child(3),
    .category-nav li:nth-child(4),
    .category-nav li:nth-child(5){
        width: 50%;
    }
}

/* *****************************************************************************

  corp/index.html

***************************************************************************** */
/* corporate-nav */
.corporate-nav{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.corporate-link{
    width: 530px;
    background-color: #ebebeb;
}
.corporate-link:nth-child(-n+4){
    margin-bottom: 60px;
}
.corporate-link a{
    display: block;
}
.corporate-link img{
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.corporate-link a:hover img{
    opacity: 0.8;
}
.corporate-link h2{
    font-size: 21px;
    text-align: center;
    letter-spacing: 0.24em;
    line-height: 21px;
    background-color: #f6f6f6;
    padding: 35px 20px;
}
.corporate-link-text{
    padding: 35px 25px;
    text-align: center;
}
.corporate-link-text p{
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    line-height: 1.6;
}
.corporate-button{
    text-align: center;
}
.corporate-button div{
    display: inline-block;
    background-color: #212121;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    padding: 17px 41px 17px 58px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.corporate-link a:hover .corporate-button div{
    background-color: #0072ab;
}
.corporate-button div span{
    padding-right: 31px;
    background: url(../images/arrow_button_03.png) right 3px center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.corporate-link a:hover .corporate-button div span{
    background: url(../images/arrow_button_03.png) right center no-repeat;
}

@media print, screen and (max-width: 1377px){
    /* corporate-nav */
    .corporate-link{
        width: 47.32%
    }
}

@media print, screen and (max-width: 1240px){
    /* corporate-nav */
    .corporate-link{
        width: 48%;
    }
    .corporate-link:nth-child(-n+4){
        margin-bottom: 40px;
    }
}

@media print, screen and (max-width: 1000px){
    /* corporate-nav */
    .corporate-link{
        width: 48.5%;
    }
    .corporate-link:nth-child(-n+4){
        margin-bottom: 20px;
    }
}

@media print, screen and (max-width: 760px){
    /* corporate-nav */
    .corporate-nav{
        display: block;
    }
    .corporate-link{
        width: 100%;
    }
    .corporate-link:nth-child(-n+4){
        margin-bottom: 20px;
    }
    .corporate-link a:hover img{
        opacity: 1;
    }
    .corporate-link h2{
        font-size: 19px;
        line-height: 19px;
        padding: 26px 20px 25px;
    }
    .corporate-link-text{
        padding: 25px;
        text-align: center;
    }
    .corporate-link-text p{
        font-size: 14px;
        margin-bottom: 25px;
    }
    .corporate-button div,
    .corporate-link a:hover .corporate-button div{
        font-size: 12px;
        line-height: 12px;
        padding: 12px 25px 12px 32px;
        background-color: #212121;
    }
    .corporate-button div span,
    .corporate-link a:hover .corporate-button div span{
        padding-right: 21px;
        background: url(../images/arrow_button_03_sp.png) right center no-repeat;
        background-size: 6px 10px;
    }
}

@media print, screen and (max-width: 480px){
    /* corporate-nav */
    .corporate-link-text p{
        text-align: left;
    }
}

/* *****************************************************************************

  corp/outline.html

***************************************************************************** */
/* outline-table */
.outline-table{
    border-top: 1px solid #ebebeb;
    width: 100%;
    margin-bottom: 30px;
}
.outline-table th,
.outline-table td{
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
    border-bottom: 1px solid #ebebeb;
}
.outline-table th{
    padding: 30px 40px 30px 10px;
    width: 260px;
}
.outline-table td{
    padding: 30px 10px 30px 0;
}
.outline-table td a{
    color: #0780bd;
}
.outline-table td a:hover{
    color: #005a87;
}
.outline-data dt{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.outline-data dd{
    margin-bottom: 1.8em;
}
.outline-list{
    letter-spacing: -.4em;
}
.outline-list li{
    display: inline-block;
    letter-spacing: normal;
}
.outline-note{
    background-color: #f9f9f9;
    padding: 18px 20px;
}
.outline-note div{
    font-size: 14px;
    padding-left:1em;
    text-indent:-1em;
    line-height: 1.8;
}

@media print, screen and (max-width: 760px){
    /* outline-table */
    .outline-table{
        margin-bottom: 10px;
    }
    .outline-table th,
    .outline-table td{
        font-size: 13px;
        display: block;
        width: 100%;
        line-height: 1.7;
    }
    .outline-table th{
        border-bottom: none;
        padding: 18px 10px 8px;
    }
    .outline-table td{
        padding: 0 10px 18px;
    }
    .outline-data dd{
        margin-bottom: 1.6em;
    }
}

/* *****************************************************************************

  corp/message.html

***************************************************************************** */
/* message-box */
.message-box{
    width: 1360px;
    margin: 0 auto 20px;
    padding: 0 120px;
}
.message-box-inner{
    width: 1130px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.message-text{
    padding: 60px 30px 60px 60px;
    background-color: #ffffff;
    z-index: 1;
    margin-top: 100px;
    width: 640px;
}
.message-text p{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
}
.message-text div{
    font-size: 16px;
}
.message-box-img{
    width: 500px;
    margin-left: -70px;
}
.message-box-img img{
    width: 100%;
}
.message-text-sp{
    display: none;
}

@media print, screen and (max-width: 1377px){
    /* message-box */
    .message-box,
    .message-box-inner{
        width: 100%;
    }
    .message-text{
        padding: 50px;
    }
    .message-text p{
        letter-spacing: 0.1;
    }
    .message-text p br:nth-child(2){
        display: none;
    }
}

@media print, screen and (max-width: 1240px){
    /* contents-block */
    .message-box{
        padding: 0 80px;
    }
}

@media print, screen and (max-width: 1140px){
    /* contents-block */
    .message-text p br{
        display: none;
    }
}

@media print, screen and (max-width: 1000px){
    /* message-box */
     .message-box{
        padding: 0 40px;
    }
    .message-text p{
        font-size: 26px;
    }
}

@media print, screen and (max-width: 760px){
    /* message-box */
    .message-box{
        padding: 0;
        margin-bottom: 40px;
    }
    .message-box-inner{
        display: block;
    }
    .message-text{
        width: 100%;
        margin-top: 0;
        padding: 0 30px 20px;
    }
    .message-text p{
        text-align: center;
        margin-bottom: 0;
        font-size: 17px;
        line-height: 1.7;
        letter-spacing: 0.15em;
    }
    .message-text p br,
    .message-text p br:nth-child(2){
        display: inline;
    }
    .message-text div{
        display: none;
    }
    .message-box-img{
        width: 100%;
        margin-left: 0;
    }
    .message-text-sp{
        display: block;
        font-size: 13px;
        text-align: center;
        line-height: 1.8;
        padding-top: 20px;
    }
}

@media print, screen and (max-width: 420px){
    /* message-box */
    .message-text p{
        text-align: left;
        letter-spacing: 0.1em;
    }
    .message-text p br,
    .message-text p br:nth-child(2){
        display: none;
    }
}

/* message-main-block */
.message-main-block{
    width: 1360px;
    margin: 0 auto 100px;
    padding: 0 120px;
}
.message-main-box{
    background-color: #f7f7f7;
    margin-bottom: 20px;
    padding: 80px 60px;
    position: relative;
}
.message-number{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #787878;
    width: 90px;
    line-height: 90px;
    text-align: center;
    color: #ffffff;
    font-family: rift-soft, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    letter-spacing: 0.12em;
}
.message-main-title{
    width: 760px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 55px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.message-main-title div{
    letter-spacing: 0.18em;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 13px;
    border-bottom: 4px solid #d4d4d4;
    margin-bottom: 30px;
}
.message-main-title h2{
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.message-break{
    display: none;
}
.message-main-title h2 span{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #0780bd;
}
.message-main-text p{
    letter-spacing: 0.04em;
    line-height: 2.1;
    margin-bottom: 2em;
    font-size: 17px;
}
.message-main-text p:last-child{
    margin-bottom: 0;
}
.message-main-text p a{
    color: #0780bd;
    text-decoration: underline;
}
.message-main-text p a:hover{
    color: #005a87;
}
.message-point{
    background-color: #ffffff;
    padding: 60px;
    margin: 60px 0;
}
.message-point li{
    font-size: 19px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 8px;
}
.message-point li:last-child{
    margin-bottom: 0;
}
.message-point li br{
    display: none;
}
.message-name{
    text-align: right;
    font-size: 16px;
    line-height: 1.8;
}
.message-name span::after{
  content: "　";
}
.message-name br{
    display: none;
}


@media print, screen and (max-width: 1377px){
    /* message-main-block */
    .message-main-block{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* message-main-block */
    .message-main-block{
        padding: 0 80px;
    }
}

@media print, screen and (max-width: 1060px){
    /* message-main-block */
    .message-main-title{
        width: 100%;
    }
}

@media print, screen and (max-width: 1000px){
    /* message-main-block */
    .message-main-block{
        padding: 0 40px;
    }
    .message-main-title h2{
        font-size: 26px;
        letter-spacing: 0.1em;
        line-height: 1.6;
    }
    .message-break{
        display: inline;
    }
}

@media print, screen and (max-width: 760px){
    /* message-main-block */
    .message-main-block{
        margin-bottom: 40px;
        padding: 0;
    }
    .message-main-box{
        margin-bottom: 40px;
        padding: 40px 20px;
    }
    .message-main-box:nth-of-type(3){
        margin-bottom: 20px;
    }
    .message-number{
        top: -20px;
        width: 50px;
        line-height: 50px;
        font-size: 19px;
    }
    .message-main-title{
        margin-bottom: 15px;
    }
    .message-main-title div{
        font-size: 15px;
        line-height: 15px;
        border-bottom: 3px solid #d4d4d4;
        margin-bottom: 20px;
    }
    .message-main-title h2{
        font-size: 18px;
    }
    .message-main-text p{
        letter-spacing: 0.02em;
        line-height: 2;
        margin-bottom: 1.5em;
        font-size: 14px;
    }
    .message-point{
        padding: 30px 0;
        margin: 30px 0;
    }
    .message-point li{
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 20px;
        letter-spacing: 0.06em;
    }
    .message-point li br{
        display: inline;
    }
    .message-name{
        text-align: center;
        font-size: 12px;
    }
}

@media print, screen and (max-width: 375px){
    /* message-main-block */
    .message-name span::after{
        display: none;
    }
    .message-name br{
        display: inline;
    }
}

/* *****************************************************************************

  corp/guideline.html

***************************************************************************** */
/* guideline-box */
.guideline-box-area{
    width: 1360px;
    margin: 0 auto 80px;
    padding: 0 120px;
}
.guideline-box{
    background-color: #f7f7f7;
    padding: 80px 60px;
}
.guideline-box-catch{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.15em;
    line-height: 1.8;
    margin-bottom: 60px;
}
.guideline-box-catch span{
    color: #0780bd;
}
.guideline-flow{
    background-color: #ffffff;
    padding: 40px;
    margin-bottom: 60px;
}
.guideline-flow li{
    text-align: center;
    font-size: 21px;
    line-height: 1.7;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-bottom: 25px;
    background: url(../images/company/arrow_flow_01.png) center bottom no-repeat;
    margin-bottom: 18px;
}
.guideline-flow li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    background-image: none;
}
.guideline-flow li br{
    display: none;
}
.guideline-text p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.guideline-text p:last-child{
    margin-bottom: 0;
}

@media print, screen and (max-width: 1377px){
    /* guideline-box */
    .guideline-box-area{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* guideline-box */
    .guideline-box-area{
        padding: 0 80px;
    }
}

@media print, screen and (max-width: 1000px){
    /* guideline-box */
    .guideline-box-area{
        padding: 0 40px;
    }
    .guideline-box-catch{
        font-size: 26px;
    }
    .guideline-flow li{
        font-size: 18px;
    }
}

@media print, screen and (max-width: 760px){
    /* message-main-block */
    .guideline-box-area{
        margin-bottom: 40px;
        padding: 0;
    }
    .guideline-box{
        padding: 40px 20px;
    }
    .guideline-box-catch{
        font-size: 18px;
        letter-spacing: 0.12em;
        line-height: 1.7;
        margin-bottom: 30px;
    }
    .guideline-flow{
        padding: 30px 25px;
        margin-bottom: 30px;
    }
    .guideline-flow li{
        font-size: 16px;
        line-height: 1.6;
        background: url(../images/company/arrow_flow_01_sp.png) center bottom no-repeat;
        background-size: 26px 13px;
    }
    .guideline-flow li br{
        display: inline;
    }
    .guideline-text p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
}

@media print, screen and (max-width: 480px){
    /* message-main-block */
    .guideline-box-catch{
        text-align: left;
    }
    .guideline-box-catch br{
        display: none;
    }
}

@media print, screen and (max-width: 420px){
    /* message-main-block */
    .guideline-flow li br{
        display: none;
    }
}

/* guideline-title */
.guideline-title{
    text-align: center;
    margin-bottom: 60px;
}
.guideline-title .title{
    display: inline-block;
    line-height: 1.4;
    font-size: 28px;
    letter-spacing: 0.15em;
    padding-bottom: 8px;
    border-bottom: 4px solid #d4d4d4;
    margin-bottom: 14px;
}
.guideline-title .en{
    color: #6b6b6b;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.1em;
}

@media print, screen and (max-width: 760px){
    /* category-title */
    .guideline-title{
        margin-bottom: 30px;
        padding: 0;
    }
    .guideline-title .title{
        display: block;
        font-size: 20px;
        letter-spacing: 0.1em;
        border-bottom: 4px solid #d4d4d4;
    }
    .guideline-title .en{
        font-size: 16px;
        line-height: 16px;
    }
}

@media print, screen and (max-width: 350px){
    /* category-title */
    .guideline-title .title{
        font-size: 18px;
    }
}

/* plan-box */
.plan-box{
    background-color: #f7f7f7;
    padding: 80px 0;
}
.plan-box .guideline-title .title br{
    display: none;
}
.plan-img{
    text-align: center;
}

@media print, screen and (max-width: 1000px){
    /* plan-box */
    .plan-box .guideline-title .title br{
        display: inline;
    }
}

@media print, screen and (max-width: 760px){
    /* plan-box */
    .plan-box{
        padding: 40px 20px;
    }
    .plan-img img{
        width: 60%;
    }
}

@media print, screen and (max-width: 640px){
    /* plan-box */
    .plan-img img{
        width: 80%;
    }
}

@media print, screen and (max-width: 480px){
    /* plan-box */
    .plan-img img{
        width: 100%;
    }
}

@media print, screen and (max-width: 350px){
    /* plan-box */
    .plan-box .guideline-title .title br{
        display: none;
    }
}

/* quality-box */
.quality-box{
    padding: 80px 0 100px;
}
.quality-box p{
    font-size: 21px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 60px;
}
.quality-box p br:nth-of-type(1),
.quality-box p br:nth-of-type(3),
.quality-box p br:nth-of-type(4){
    display: none;
}
.quality-break{
    display: none;
}
.quality-img{
    text-align: center;
    padding: 0 60px;
}

@media print, screen and (max-width: 1000px){
    /* quality-box */
    .quality-box p br:nth-of-type(4){
        display: inline;
    }
}

@media print, screen and (max-width: 900px){
    /* quality-box */
    .quality-img img{
        width: 100%;
    }
}

@media print, screen and (max-width: 760px){
    /* quality-box */
    .quality-box{
        padding: 40px 20px 45px;
    }
    .quality-box p{
        font-size: 16px;
        margin-bottom: 30px;
    }
}

@media print, screen and (max-width: 680px){
    /* quality-box */
    .quality-img{
        padding: 0 20px;
    }
}

@media print, screen and (max-width: 540px){
    /* quality-box */
    .quality-img{
        padding: 0;
    }
}

@media print, screen and (max-width: 500px){
    /* quality-box */
    .quality-box p{
        font-size: 15px;
    }
    .quality-box p br:nth-of-type(1),
    .quality-box p br:nth-of-type(3),
    .quality-box p br:nth-of-type(4){
        display: inline;
    }
    .quality-box p br:nth-of-type(2){
        display: none;
    }
}

@media print, screen and (max-width: 360px){
    /* quality-box */
    .quality-box p{
        text-align: left;
    }
    .quality-box p br:nth-of-type(1),
    .quality-box p br:nth-of-type(3),
    .quality-box p br:nth-of-type(4){
        display: none;
    }
}


/* *****************************************************************************

  corp/meeting.html

***************************************************************************** */
/* meeting-box */
.meeting-box{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}
.meeting-box-main{
    padding-right: 68px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.meeting-box-main h2{
    font-size: 26px;
    line-height: 1.7;
    letter-spacing: 0.15em;
    padding-bottom: 24px;
    border-bottom: 4px solid #d4d4d4;
    margin-bottom: 28px;
}
.meeting-box-main div p{
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2.1;
    margin-bottom: 1.8em;
}
.meeting-box-main div p:last-child{
    margin-bottom: 0;
}
.meeting-img{
    width: 380px;
}
.meeting-img img{
    width: 100%;
}

@media print, screen and (max-width: 1240px){
    /* meeting-box */
    .meeting-box-main h2{
        font-size: 24px;
        letter-spacing: 0.12em;
    }
    .meeting-box-main h2 br{
        display: none;
    }
    .meeting-img{
        width: 35.78%
    }
}

@media print, screen and (max-width: 1000px){
    /* meeting-box */
    .meeting-box{
        display: block;
    }
    .meeting-box-main{
        margin-bottom: 40px;
        padding-right: 0;
    }
    .meeting-box-main h2{
        text-align: center;
    }
    .meeting-box-main h2 br{
        display: inline;
    }
    .meeting-img{
        width: 100%;
        text-align: center;
    }
    .meeting-img img{
        width: 380px;
    }
}

@media print, screen and (max-width: 760px){
    /* meeting-box */
    .meeting-box{
        margin-bottom: 40px;
    }
    .meeting-box-main{
        margin-bottom: 25px;
    }
    .meeting-box-main h2{
        font-size: 17px;
        line-height: 1.6;
        letter-spacing: 0.1em;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .meeting-box-main div p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
}

@media print, screen and (max-width: 680px){
    /* meeting-box */
    .meeting-img img{
        width: 270px;
    }
}

@media print, screen and (max-width: 420px){
    /* meeting-box */
    .meeting-box-main h2{
        text-align: left;
    }
    .meeting-box-main h2 br{
        display: none;
    }
}

@media print, screen and (max-width: 350px){
    /* meeting-box */
    .meeting-img img{
        width: 100%;
    }
}

/* meeting-catch */
.meeting-catch{
    background-color: #f6f6f6;
    padding: 60px;
}
.meeting-catch h3{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-bottom: 28px;
    background: url(../images/bg_blue_01.png) center bottom no-repeat;
    background-size: 6px 6px;
    margin-bottom: 22px;
}
.meeting-catch div p{
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2.1;
}

@media print, screen and (max-width: 1000px){
    /* meeting-catch */
    .meeting-catch div p{
        text-align: left;
    }
}

@media print, screen and (max-width: 760px){
    /* meeting-catch */
    .meeting-catch{
        padding: 40px 20px;
    }
    .meeting-catch h3{
        font-size: 15px;
        letter-spacing: 0.02em;
        padding-bottom: 14px;
        background: url(../images/bg_blue_01.png) center bottom no-repeat;
        background-size: 4px 4px;
        margin-bottom: 13px;
    }
    .meeting-catch div p{
        font-size: 14px;
        line-height: 1.8;
    }
}

/* *****************************************************************************

  corp/sdgs.html

***************************************************************************** */
/* chart-sdgs */
.chart-sdgs{
    background-color: #f7f7f7;
    padding: 100px;
    text-align: center;
    margin-top: 60px;
}
.chart-sdgs > img{
    max-width: 760px;
}

@media print, screen and (max-width: 1240px){
    /* chart-sdgs */
    .chart-sdgs{
        padding: 60px 80px;
    }
}

@media print, screen and (max-width: 1000px){
    /* chart-sdgs */
    .chart-sdgs{
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media print, screen and (max-width: 760px){
    /* chart-sdgs */
    .chart-sdgs{
        padding: 40px;
        margin-top: 40px;
    }
}

@media print, screen and (max-width: 640px){
    /* chart-sdgs */
    .chart-sdgs{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* sdgs-box */
.sdgs-box-wrap{
    margin-top: 40px;
}
.sdgs-box{
    display: flex;
    margin-top: 80px;
}
.sdgs-box:nth-child(1){
    margin-top: 0;
}
.sdgs-box-logo{
    width: 200px;
}
.sdgs-box-primary{
    flex: 1;
    padding-left: 40px;
}
.sdgs-box-item{
    margin-top: 40px;
}
.sdgs-box-item:nth-child(1){
    margin-top: 0;
}

@media print, screen and (max-width: 1000px){
    /* sdgs-box */
    .sdgs-box-logo{
        width: 180px;
    }
    .sdgs-box-primary{
        padding-left: 35px;
    }
    .sdgs-box-item{
        margin-top: 25px;
    }
}

@media print, screen and (max-width: 760px){
    /* sdgs-box */
    .sdgs-box-wrap{
        margin-top: 35px;
    }
    .sdgs-box-logo{
        width: 160px;
    }
    .sdgs-box-primary{
        padding-left: 25px;
    }
}

@media print, screen and (max-width: 540px){
    /* sdgs-box */
    .sdgs-box{
        display: block;
        margin-top: 45px;
    }
    .sdgs-box-logo{
        width: 50%;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
    }
    .sdgs-box-primary{
        padding-left: 0;
    }
}


/* *****************************************************************************

  products.html

***************************************************************************** */
/* products-title */
.products-title{
    text-align: center;
    margin-bottom: 60px;
}
.products-title .title{
    display: inline-block;
    line-height: 1.4;
    font-size: 28px;
    letter-spacing: 0.15em;
    padding-bottom: 8px;
    border-bottom: 4px solid #d4d4d4;
    margin-bottom: 14px;
}
.products-title .en{
    color: #6b6b6b;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.1em;
}

@media print, screen and (max-width: 760px){
    /* products-title */
    .products-title{
        margin-bottom: 30px;
        padding: 0;
    }
    .products-title .title{
        display: block;
        font-size: 20px;
        letter-spacing: 0.1em;
        border-bottom: 4px solid #d4d4d4;
    }
    .products-title .en{
        font-size: 16px;
        line-height: 16px;
    }
}

@media print, screen and (max-width: 350px){
    /* products-title */
    .products-title .title{
        font-size: 18px;
    }
}

/* construction-box */
.construction-box-inner{
    width: 1360px;
    margin: 0 auto 80px;
    padding: 0 120px;
}
.construction-text{
    margin-bottom: 60px;
}
.construction-text p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.construction-text p:last-child{
    margin-bottom: 0;
}
.construction-img{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.construction-img > div{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.construction-img > div img{
    width: 100%;
}
.construction-img > div span{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 33px;
    color: #ffffff;
    background-color: #0072ab;
    font-size: 12px;
    padding: 1px 18px 0;
    letter-spacing: 0.1em;
}
.construction-link{
    background-color: #f9f9f9;
    font-size: 14px;
    padding: 15px 20px;
    letter-spacing: 0.02em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.8;
}
.construction-link span:first-child{
    width: 6.5em;
}
.construction-link span:last-child{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.construction-link a{
    color: #0780bd;
    text-decoration: underline;
}
.construction-link a:hover{
    color: #005a87;
}

@media print, screen and (max-width: 1377px){
    /* construction-box */
    .construction-box-inner{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* construction-box */
    .construction-box-inner{
        padding: 0 80px;
    }
}

@media print, screen and (max-width: 1000px){
    /* construction-box */
    .construction-box-inner{
        padding: 0 40px;
    }
    .construction-img > div span{
        font-size: 11px;
    }
}

@media print, screen and (max-width: 760px){
    /* construction-box */
    .construction-box-inner{
        margin-top: 0;
        margin-bottom: 40px;
        padding: 20px 20px 0;
    }
    .construction-text{
        margin-bottom: 30px;
    }
    .construction-text p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
    .construction-link{
        font-size: 12px;
        padding: 12px 15px;
    }
}

@media print, screen and (max-width: 680px){
    /* construction-box */
    .construction-img{
        display: block;
    }
    .construction-img > div span{
        line-height: 26px;
        padding: 1px 17px 0;
    }
}

/* temporary-box */
.temporary-box{
    background-color: #fafafa;
}
.temporary-box-inner{
    width: 1360px;
    margin: 0 auto;
    padding: 80px 120px;
}
.temporary-text{
    text-align: center;
    margin-bottom: 60px;
}
.temporary-text p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.temporary-text p:last-child{
    margin-bottom: 0;
}
.temporary-img{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.temporary-img > div{
    width: 25%;
    border-left: 1px solid #fafafa;
}
.temporary-img > div:first-child{
    border-left: none;
}
.temporary-img > div img{
    width: 100%;
}
.temporary-caption{
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    background-color: #0072ab;
    line-height: 1.6;
    display: table;
    width: 100%;
    padding: 15px 0;
}
.temporary-caption span{
    display: table-cell;
    vertical-align: middle;
}
.temporary-data{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-bottom: 60px;
}
.temporary-data > div{
    width: 540px;
    background-color: #ffffff;
}
.temporary-data h3{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    line-height: 19px;
    background-color: #efefef;
    text-align: center;
    padding: 30px 0 28px;
    letter-spacing: 0.2em;
}
.temporary-data ul{
    padding: 25px 30px;
    line-height: 2;
}
.temporary-data li{
    font-size: 16px;
    letter-spacing: 0.04em;
    display: inline-block;
}

@media print, screen and (max-width: 1377px){
    /* temporary-box */
    .temporary-box-inner{
        width: 100%;
    }
    .temporary-data > div{
        width: 48%
    }
}

@media print, screen and (max-width: 1240px){
    /* temporary-box */
    .temporary-box-inner{
        padding: 80px;
    }
}

@media print, screen and (max-width: 1000px){
    /* temporary-box */
    .temporary-box-inner{
        padding: 80px 40px;
    }
    .temporary-caption{
        font-size: 12px;
    }
    .temporary-data ul{
        line-height: 1.8;
    }
    .temporary-data li{
        font-size: 14px;
    }
}

@media print, screen and (max-width: 820px){
    /* temporary-box */
    .temporary-text{
        text-align: left;
    }
    .temporary-text p br{
        display: none;
    }
    .temporary-caption{
        font-size: 11px;
    }
}

@media print, screen and (max-width: 760px){
    /* temporary-box */
    .temporary-box-inner{
        padding: 40px 0;
    }
    .temporary-box .products-title{
        padding: 0 20px;
    }
    .temporary-text{
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .temporary-text p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
    .temporary-img > div{
        width: 50%;
        border-left: none;
    }
    .temporary-caption{
        padding: 12px 0;
    }
    .temporary-data{
        padding: 0 20px;
        display: block;
        margin-bottom: 30px;
    }
    .temporary-data > div{
        width: 100%;
    }
    .temporary-data > div:first-child{
        margin-bottom: 20px;
    }
    .temporary-data h3{
        font-size: 17px;
        line-height: 17px;
        padding: 25px 0 23px;
        letter-spacing: 0.15em;
    }
    .temporary-data ul{
        padding: 18px 20px;
        line-height: 1.7;
    }
    .temporary-data li{
        font-size: 13px;
    }
}

/* *****************************************************************************

  office.html

***************************************************************************** */
/* intro-text */
.office .intro-text br{
    display: none;
}

@media print, screen and (max-width: 760px){
    /* intro-text */
    .office .intro-text br{
        display: inline;
    }
}

/* office-box */
.office-box{
    width: 1360px;
    margin: 0 auto 80px;
    padding: 0 120px;
}
.office-box-inner{
    width: 1120px;
    margin: 0 auto;
    background-color: #f2f2f2;
    padding: 60px 60px 0;
}
.office-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.office-block > div{
    width: 470px;
    background-color: #ffffff;
    margin-bottom: 60px;
    border-bottom: 1px solid #d5d5d5;
    padding: 60px;
}
.office-block > div:first-child{
    width: 100%;
}
.office-block h2{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    line-height: 21px;
    letter-spacing: 0.12em;
    background: url(../images/bg_gray_01.png) center bottom no-repeat;
    background-size: 30px 3px;
    padding-bottom: 23px;
    margin-bottom: 35px;
}
.office-block table{
    width: 100%;
}
.office-block th,
.office-block td{
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.office-block th{
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.office-block .office-table th,
.office-block .office-table td{
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
.office-block .office-table th{
    padding-top: 25px;
    padding-bottom: 8px;
}
.office-block .office-table tr:first-child th{
    padding-top: 0;
}
.office-block .office-table td{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 25px;
}
.office-block .office-table-long th,
.office-block .office-table-long td{
    border-bottom: 1px solid #f2f2f2;
    padding-top: 25px;
    padding-bottom: 25px;
}
.office-block .office-table-long tr:first-child th,
.office-block .office-table-long tr:first-child td{
    padding-top: 0;
}
.office-block .office-table-long th{
    padding-left: 10px;
    padding-right: 20px;
    width: 170px;
}
.office-block .office-table-long td{
    border-bottom: 1px solid #f2f2f2;
    padding-right: 10px;
}
.office-block .office-table-long td br{
    display: none;
}
.office-block table tr:first-child a{
    display: inline-block;
    color: #ffffff;
    line-height: 38px;
    padding: 1px 25px 0;
    background-color: #212121;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.office-block table tr:first-child a:hover{
    background-color: #0780bd;
}
.office-block .office-table tr:first-child a{
    margin-top: 10px;
}
.office-block .office-table-long tr:first-child span{
    padding-right: 30px;
}
.office-block .office-table-long tr:first-child br{
    display: none;
}
.office-block table tr:nth-child(2) a{
    color: #0780bd;
}
.office-block table tr:nth-child(2) a:hover{
    color: #005a87;
}

@media print, screen and (max-width: 1377px){
    /* office-box */
    .office-box{
        width: 100%;
    }
    .office-box-inner{
        width: 100%;
    }
    .office-block > div{
        width: 47%;
    }
}

@media print, screen and (max-width: 1240px){
    /* office-box */
    .office-box{
        padding: 0 80px;
    }
    .office-block > div{
        width: 46.5%;
    }
}

@media print, screen and (max-width: 1200px){
    /* office-box */
    .office-box-inner{
        padding: 40px;
    }
    .office-block{
        display: block;
    }
    .office-block > div{
        width: 100%;
        margin-bottom: 40px;
    }
    .office-block > div:last-child{
        margin-bottom: 0;
    }
    .office-block .office-table th,
    .office-block .office-table td{
        display: table-cell;
    }
    .office-block .office-table th{
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 25px;
        padding-right: 20px;
        width: 170px;
    }
    .office-block .office-table td{
        padding-top: 25px;
    }
    .office-block .office-table tr:first-child td{
        padding-top: 0;
    }
    .office-block .office-table tr:nth-child(3) br{
        display: none;
    }
    .office-block .office-table-long tr:first-child br{
        display: inline;
    }
    .office-block .office-table-long tr:first-child a{
        margin-top: 10px;
    }
    .office-block .office-table-long tr:first-child span{
        padding-right: 0;
    }
}

@media print, screen and (max-width: 1000px){
    /* office-box */
    .office-box{
        padding: 0 40px;
    }
}

@media print, screen and (max-width: 860px){
    /* office-box */
    .office-block .office-table tr:nth-child(3) br,
    .office-block .office-table-long td br{
        display: inline;
    }
}

@media print, screen and (max-width: 760px){
    /* office-box */
    .office-box{
        padding: 0;
        margin-bottom: 40px;
    }
    .office-box-inner{
        padding: 30px 20px;
    }
    .office-block > div{
        padding: 30px;
        margin-bottom: 20px;
    }
    .office-block h2{
        font-size: 16px;
        line-height: 16px;
        background: url(../images/bg_gray_01.png) center bottom no-repeat;
        background-size: 25px 3px;
        margin-bottom: 20px;
    }
    .office-block th,
    .office-block td{
        font-size: 13px;
        line-height: 1.7;
        letter-spacing: 0.08em;
    }
    .office-block .office-table th,
    .office-block .office-table td,
    .office-block .office-table-long th,
    .office-block .office-table-long td{
        display: block;
    }
    .office-block .office-table th,
    .office-block .office-table-long th{
        width: 100%;
        border-bottom: none;
        padding: 20px 0 8px 0;
    }
    .office-block .office-table td,
    .office-block .office-table-long td{
        padding: 0 0 20px 0;
    }
    .office-block .office-table tr:first-child br,
    .office-block .office-table-long tr:first-child br{
        display: none;
    }
    .office-block .office-table tr:first-child br.office-button-break,
    .office-block .office-table-long tr:first-child br.office-button-break{
        display: inline;
    }
    .office-block .office-table tr:nth-child(3) br,
    .office-block .office-table-long tr:nth-child(3) br{
        display: none;
    }
    .office-block table tr:first-child a,
    .office-block table tr:first-child a:hover{
        line-height: 30px;
        padding: 1px 20px 0;
        font-size: 11px;
        background-color: #212121;
    }
    .office-block .office-table tr:first-child a,
    .office-block .office-table-long tr:first-child a{
        margin-top: 10px;
    }
}

@media print, screen and (max-width: 640px){
    /* office-box */
    .office-block .office-table tr:first-child br,
    .office-block .office-table-long tr:first-child br{
        display: inline;
    }
}

@media print, screen and (max-width: 420px){
    /* office-box */
    .office-block .office-table tr:nth-child(3) br,
    .office-block .office-table-long tr:nth-child(3) br{
        display: inline;
    }
}

/* *****************************************************************************

  support.html

***************************************************************************** */
/* main-title-support */
.main-title-support .main-title .title br{
    display: none;
}

@media print, screen and (max-width: 560px){
/* main-title-support */
    .main-title-support .main-title-inner > div{
        top: 26px;
    }
    .main-title-support .main-title .title{
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .main-title-support .main-title .en{
        margin-bottom: 10px;
    }
    .main-title-support .main-title .title br{
        display: inline;
    }
}

/* support-intro */
.support-intro{
    width: 1360px;
    margin: 0 auto 80px;
    padding: 0 180px;
}
.support-intro-message{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.7;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.support-intro-message p{
    padding-bottom: 10px;
    border-bottom: 2px solid #d4d4d4;
    position: relative;
    display: inline;
}
.support-intro-message p:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -15px;
    background: url(../images/support/bg_intro_01.png) center bottom no-repeat;
}
.support-intro-message br{
    display: none;
}
.support-intro-catch{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 770px;
    margin: 0 auto 80px;
}
.support-intro-catch > div{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.support-intro-catch > div:first-child{
    text-align: right;
}
.support-intro-catch > div:first-child span{
    display: block;
}
.support-intro-catch > div:first-child span:first-child{
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 0.2em;
    padding-top: 3px;
    margin-bottom: 12px;
}
.support-intro-catch > div:first-child span:last-child{
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.2em;
}
.support-intro-catch > div:nth-child(2){
    color: #0780bd;
    font-size: 72px;
    line-height: 72px;
    padding: 0 15px;
}
.support-intro-catch > div:nth-child(2) span{
    background: url(../images/support/icon_point_01.png) center top no-repeat;
    background-size: 10px 10px;
    padding-top: 22px;
}
.support-intro-catch > div:nth-child(3){
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.2em;
    padding-top: 3px;
}
.support-intro-main{
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.support-intro-text{
    padding: 60px 20px 40px 0;
    background-color: #ffffff;
    z-index: 1;
    width: 570px;
}
.support-intro-text p{
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.04em;
}
.support-intro-img{
    width: 500px;
    margin-left: -70px;
}
.support-intro-img img{
    width: 100%;
}

@media print, screen and (max-width: 1377px){
    /* support-intro */
    .support-intro{
        width: 100%;
    }
    .support-intro-text{
        padding: 40px 20px 20px 0;
    }
    .support-intro-text p{
        font-size: 17px;
        letter-spacing: 0.02em;
    }
}

@media print, screen and (max-width: 1240px){
    /* support-intro */
    .support-intro{
        padding: 0 120px;
    }
    .support-intro-text{
        padding: 40px 40px 0 0;
    }
}

@media print, screen and (max-width: 1027px){
    /* support-intro */
    .support-intro-catch{
        width: 100%;
    }
}

@media print, screen and (max-width: 1120px){
    /* support-intro */
    .support-intro-text p{
        font-size: 16px;
    }
}

@media print, screen and (max-width: 1000px){
    /* support-intro */
    .support-intro{
        padding: 0 60px;
    }
    .support-intro-catch{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 60px;
    }
    .support-intro-catch > div:first-child span:first-child{
        font-size: 17px;
        line-height: 17px;
        padding-top: 2px;
        margin-bottom: 10px;
    }
    .support-intro-catch > div:first-child span:last-child{
        font-size: 25px;
        line-height: 25px;
    }
    .support-intro-catch > div:nth-child(2){
        font-size: 64px;
        line-height: 64px;
    }
    .support-intro-catch > div:nth-child(2) span{
        padding-top: 20px;
    }
    .support-intro-catch > div:nth-child(3){
        font-size: 26px;
        line-height: 26px;
    }
}

@media print, screen and (max-width: 900px){
    /* support-intro */
    .support-intro-text p{
        font-size: 15px;
    }
}

@media print, screen and (max-width: 820px){
    /* support-intro */
    .support-intro-catch > div:first-child span:first-child{
        font-size: 2.1vw;
    }
    .support-intro-catch > div:first-child span:last-child{
        font-size: 3vw;
    }
    .support-intro-catch > div:nth-child(2){
        font-size: 7.8vw;
    }
    .support-intro-catch > div:nth-child(3){
        font-size: 3.1vw;
    }
}

@media print, screen and (max-width: 760px){
    /* support-intro */
    .support-intro{
        margin-bottom: 40px;
        padding: 40px 0 0;
    }
    .support-intro-message{
        letter-spacing: 0.04em;
        line-height: 1.6;
        padding: 0 20px 10px;
        margin-bottom: 18px;
    }
    .support-intro-message p{
        padding-bottom: 6px;
        border-bottom: 1px solid #d4d4d4;
        display: inline-block;
    }
    .support-intro-message p:before{
        bottom: -8px;
        background: url(../images/support/bg_intro_01_sp.png) center bottom no-repeat;
        background-size: 14px 8px;
    }
    .support-intro-message br{
        display: inline;
    }
    .support-intro-catch{
        display: block;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .support-intro-catch > div:first-child{
        text-align: center;
        margin-bottom: 20px;
    }
    .support-intro-catch > div:first-child span{
        display: inline-block;
    }
    .support-intro-catch > div:first-child span:first-child{
        padding-right: 3px;
        font-size: 17px;
    }
    .support-intro-catch > div:first-child span:last-child{
        font-size: 22px;
    }
    .support-intro-catch > div:nth-child(2){
        text-align: center;
        font-size: 54px;
        line-height: 54px;
        padding: 0;
        vertical-align: bottom;
    }
    .support-intro-catch > div:nth-child(2) span{
        display: inline-block;
        background: url(../images/support/icon_point_01.png) center top no-repeat;
        background-size: 8px 8px;
        line-height: 54px;
    }
    .support-intro-catch > div:nth-child(3){
        text-align: center;
        font-size: 22px;
        line-height: 22px;
        padding-top: 10px;
    }
    .support-intro-main{
        display: block;
    }
    .support-intro-text{
        padding: 0 20px;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .support-intro-text p{
        font-size: 15px;
        letter-spacing: 0.06em;
        line-height: 1.8;
    }
    .support-intro-img{
        width: 100%;
        margin-left: 0;
    }
}

@media print, screen and (max-width: 520px){
    /* support-intro */
    .support-intro-text{
        text-align: left;
    }
}

/* category-title */
.support .category-title br,
.support .category-title br.category-title-break{
    display: none;
}

@media print, screen and (max-width: 1280px){
    /* category-title */
    .support .category-title{
        line-height: 1.4;
        margin-bottom: 18px;
    }
    .support .category-title br{
        display: inline;
    }
}

@media print, screen and (max-width: 760px){
    /* category-title */
    .support .category-title-area{
        margin-bottom: 60px;
    }
    .support .category-title{

        line-height: 1.3;
    }
    .support .category-title br.category-title-break{
        display: inline;
    }
}

/* support-main-block */
.support-main-block{
    width: 1360px;
    margin: 0 auto 80px;
    padding: 0 120px;
}
.support-main-box{
    background-color: #f7f7f7;
    margin-bottom: 20px;
    padding: 80px 60px;
    position: relative;
}
.support-main-box:last-child{
    margin-bottom: 0;
}
.support-number{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #787878;
    width: 90px;
    line-height: 90px;
    text-align: center;
    color: #ffffff;
    font-family: rift-soft, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    letter-spacing: 0.12em;
}
.support-main-title h3{
    text-align: center;
    margin-bottom: 60px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.support-main-title h3 span{
    color: #0780bd;
}
.support-answer{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}
.support-answer-main{
    padding-right: 80px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.support-answer-title{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    background: url(../images/bg_gray_01.png) left bottom no-repeat;
    background-size: 30px 3px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.support-answer-title div{
    color: #0780bd;
    font-size: 17px;
    line-height: 30px;
    padding: 6px 0 0 37px;
    background: url(../images/support/icon_support_01.png) left top no-repeat;
    margin-bottom: 12px;
}
.support-answer-title h4{
    font-size: 21px;
    letter-spacing: 0.06em;
    line-height: 1.4;
}
.support-answer-text p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.support-answer-text p:last-child{
    margin-bottom: 0;
}
.support-answer-text p span{
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.support-answer-img{
    width: 380px;
}
.support-answer-img img{
    width: 100%;
}
.support-action{
    background-color: #ffffff;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.support-action-title{
    width: 210px;
    border-right: 1px solid #d9d9d9;
    padding-right: 40px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.support-action-title > div:first-child{
    font-size: 17px;
    line-height: 17px;
    color: #0780bd;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.support-action-title > div:last-child{
    font-size: 21px;
    letter-spacing: 0.1em;
}
.support-action > div:last-child{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
}
.support-action > div:last-child a{
    color: #0780bd;
    text-decoration: underline;
}
.support-action > div:last-child a:hover{
    color: #005a87;
}
.support-action > div:last-child div{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 2px;
}

@media print, screen and (max-width: 1377px){
    /* support-main-block */
    .support-main-block{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* support-main-block */
    .support-main-block{
        padding: 0 60px;
    }
    .support-answer-main{
        padding-right: 60px;
    }
    .support-answer-img{
        width: 300px;
    }
}

@media print, screen and (max-width: 1000px){
    /* support-main-block */
    .support-main-block{
        padding: 0 40px;
    }
    .support-main-box{
        padding: 80px 40px;
    }
    .support-answer{
        margin-bottom: 40px;
    }
    .support-answer-main{
        padding-right: 40px;
    }
    .support-answer-img{
        width: 260px;
    }
    .support-action{
        display: block;
    }
    .support-action-title{
        width: 100%;
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #d9d9d9;
        padding: 0 0 20px 0;
        margin-bottom: 30px;
    }
    .support-action > div:last-child{
        padding-left: 0;
    }
    .support-action > div:last-child div{
        text-align: center;
    }
}

@media print, screen and (max-width: 760px){
    /* support-main-block */
    .support-main-block{
        margin-bottom: 40px;
        padding: 0;
    }
    .support-main-box{
        margin-bottom: 40px;
        padding: 40px 20px;
    }
    .support-number{
        top: -20px;
        width: 50px;
        line-height: 50px;
        font-size: 19px;
    }
    .support-main-title h3{
        margin-bottom: 20px;
        font-size: 18px;
    }
    .support-answer{
        display: block;
        margin-bottom: 30px;
    }
    .support-answer-main{
        padding-right: 0;
        margin-bottom: 30px;
    }
    .support-answer-title{
        text-align: center;
        background: url(../images/bg_gray_01.png) center bottom no-repeat;
        background-size: 25px 3px;
        padding-bottom: 16px;
        margin-bottom: 13px;
    }
    .support-answer-title div{
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
        padding: 4px 0 0 21px;
        background: url(../images/support/icon_support_01_sp.png) left top no-repeat;
        background-size: 16px 18px;
        margin-bottom: 8px;
    }
    .support-answer-title h4{
        font-size: 15px;
        line-height: 1.4;
    }
    .support-answer-text p{
        letter-spacing: 0.02em;
        line-height: 2;
        margin-bottom: 1.5em;
        font-size: 14px;
    }
    .support-answer-img{
        width: 100%;
    }
    .support-action{
        padding: 30px 20px;
    }
    .support-action-title{
        padding: 0 0 10px 0;
        margin-bottom: 17px;
    }
    .support-action-title > div:first-child{
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 3px;
    }
    .support-action-title > div:last-child{
        font-size: 15px;
    }
    .support-action > div:last-child{
        letter-spacing: 0.02em;
        line-height: 2;
        font-size: 14px;
    }
    .support-action > div:last-child a,
    .support-action > div:last-child a:hover{
        color: #0780bd;
    }
    .support-action > div:last-child div{
        text-align: left;
    }
}

@media print, screen and (max-width: 370px){
    /* support-main-block */
    .support-main-title h3{
        text-align: left;
    }
    .support-main-title h3 br{
        display: none;
    }
}

/* support-others */
.support-others{
    width: 1360px;
    margin: 0 auto 100px;
    padding: 0 120px;
}
.support-others-main{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}
.support-others-main > div{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #f7f7f7;
    font-size: 21px;
    line-height: 1.5;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0;
}
.support-others-main > div:first-child{
    margin-left: 0;
}
.support-others-main > div:last-child{
    margin-right: 0;
}
.support-others-text{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    text-align: center;
}
.support-others-text a{
    color: #0780bd;
    text-decoration: underline;
}
.support-others-text a:hover{
    color: #005a87;
}

@media print, screen and (max-width: 1377px){
    /* support-others */
    .support-others{
        width: 100%;
    }
    .support-others-main > div{
        font-size: 19px;
    }
}

@media print, screen and (max-width: 1240px){
    /* support-others */
    .support-others{
        padding: 0 60px;
    }
    .support-others-main > div{
        font-size: 18px;
    }
}

@media print, screen and (max-width: 1000px){
    /* support-others */
    .support-others{
        padding: 0 40px;
    }
    .support-others-main > div{
        margin-right: 10px;
        margin-left: 10px;
        font-size: 17px;
    }
}

@media print, screen and (max-width: 960px){
    /* support-others */
    .support-others-main > div{
        font-size: 1.8vw;
    }
}

@media print, screen and (max-width: 760px){
    /* support-others */
    .support .category-title-area.category-title-support{
        margin-bottom: 30px;
    }
    .support-others{
        margin-bottom: 40px;
        padding: 0;
    }
    .support-others-main{
        margin-bottom: 30px;
        padding: 0 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .support-others-main > div{
        width: 48%;
        -webkit-box-flex: auto;
        -ms-flex: auto;
        flex: auto;
        margin-right: 0;
        margin-left: 0;
        font-size: 15px;
        padding: 20px 0 15px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 10px;
    }
    .support-others-main > div:nth-child(odd){
        margin-right: 10px;
    }
    .support-others-main > div:nth-of-type(n+3){
        margin-bottom: 0;
    }
    .support-others-text{
        letter-spacing: 0.02em;
        line-height: 2;
        font-size: 14px;
        padding: 0 20px;
    }
    .support-others-text a,
    .support-others-text a:hover{
        color: #0780bd;
    }
}

@media print, screen and (max-width: 540px){
    /* support-others */
    .support-others-text{
        text-align: left;
    }
    .support-others-text br{
        display: none;
    }
}

@media print, screen and (max-width: 370px){
    /* support-others */
    .category-title-support .category-title{
        font-size: 20px;
    }
}

/* *****************************************************************************

  news style

***************************************************************************** */
/* news-list */
.news-list{
    border-top: 1px solid #e0e0e0;
    margin-bottom: 40px;
}
.news-list > div{
    border-bottom: 1px solid #e0e0e0;
}
.news-list > div a{
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-list > div a:hover{
    background-color: #f8f8f8;
}
.news-list-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.news-list-box > div{
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.06em;
}
.news-list-box > div:first-child{
    width: 170px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
}
.news-list-box > div:nth-child(2){
    width: 170px;
    font-size: 14px;
}
.news-list-box > div:nth-child(2) span{
    background-color: #d0efff;
    display: inline-block;
    width: 170px;
    text-align: center;
    color: #2699d3;
    line-height: 30px;
}
.news-list-box > div:nth-child(3){
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    padding: 22px 20px 20px 30px;
    line-height: 1.8;
}
a .news-list-box > div:nth-child(3){
    color: #0780bd;
}

@media print, screen and (max-width: 1200px){
    /* news-list */
    .news-list-box > div:nth-child(2){
        width: 150px;
        font-size: 13px;
    }
    .news-list-box > div:nth-child(2) span{
        width: 150px;
    }
}

@media print, screen and (max-width: 1000px){
    /* news-list */
    .news-list-box > div:first-child{
        width: 140px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-list-box > div:nth-child(2){
        width: 130px;
        font-size: 12px;
    }
    .news-list-box > div:nth-child(2) span{
        width: 130px;
    }
    .news-list-box > div:nth-child(3){
        font-size: 14px;
        padding: 23px 10px 20px 20px;
    }
}

@media print, screen and (max-width: 760px){
    /* news-list */
    .news-list{
        margin-bottom: 20px;
    }
    .news-list-box{
        display: block;
    }
    .news-list > div a,
    .news-list > div a:hover{
        padding: 15px 5px;
        background-color: #ffffff;
    }
    .news-list-box > div:first-child{
        font-size: 13px;
        padding: 1px 0 0 0;
        display: inline-block;
        width: auto;
        float: left;
        padding-right: 15px;
    }
    .news-list-box > div:nth-child(2){
        width: auto;
        padding: 1px 0 0 0;
        font-size: 11px;
    }
    .news-list-box > div:nth-child(2) span{
        width: auto;
        line-height: 23px;
        padding: 1px 20px 0;
    }
    .news-list-box > div:nth-child(3){
        font-size: 13px;
        padding: 10px 0 0 0;
        clear: left;
    }
}

/* news-page-nav */
.news-page-nav .wp-pagenavi{
    font-size: 19px;
    text-align: center;
}
.news-page-nav .wp-pagenavi a{
    color: #ffffff;
    display: inline-block;
    text-align: center;
    width: 48px;
    line-height: 48px;
    background-color: #0780bd;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 1px;
}
.news-page-nav .wp-pagenavi a:hover{
    background-color: #005a87;
}
.news-page-nav .wp-pagenavi span.current{
    margin: 0 1px;
    display: inline-block;
    color: #0780bd;
    width: 48px;
    line-height: 44px;
    border: 2px solid #0780bd;
}
.news-page-nav a.previouspostslink{
    text-indent: -9999px;
    background: #0780bd url(../images/news/arrow_news_02.png) center center no-repeat;
}
.news-page-nav a.previouspostslink:hover{
    background: #005a87 url(../images/news/arrow_news_02.png) center center no-repeat;
}
.news-page-nav a.nextpostslink{
    text-indent: -9999px;
    background: #0780bd url(../images/news/arrow_news_01.png) center center no-repeat;
}
.news-page-nav a.nextpostslink:hover{
    background: #005a87 url(../images/news/arrow_news_01.png) center center no-repeat;
}

@media print, screen and (max-width: 760px){
    /* news-page-nav */
    .news-page-nav .wp-pagenavi{
        font-size: 18px
    }
    .news-page-nav .wp-pagenavi a,
    .news-page-nav .wp-pagenavi a:hover{
        width: 44px;
        line-height: 44px;
    }
    .news-page-nav .wp-pagenavi span.current{
        width: 44px;
        line-height: 40px;
        border: 2px solid #0780bd;
    }
    .news-page-nav a.previouspostslink{
        background: #0780bd url(../images/news/arrow_news_02_sp.png) center center no-repeat;
        background-size: 8px 12px;
    }
    .news-page-nav a.previouspostslink:hover{
        background: #005a87 url(../images/news/arrow_news_02_sp.png) center center no-repeat;
        background-size: 8px 12px;
    }
    .news-page-nav a.nextpostslink{
        background: #0780bd url(../images/news/arrow_news_01_sp.png) center center no-repeat;
        background-size: 8px 12px;
    }
    .news-page-nav a.nextpostslink:hover{
        background: #005a87 url(../images/news/arrow_news_01_sp.png) center center no-repeat;
        background-size: 8px 12px;
    }
}

/* news-box */
.news-box{
    width: 880px;
    margin: 0 auto;
}
.news-box-title{
    margin-bottom: 60px;
}
.news-box-title .title{
    font-size: 28px;
    letter-spacing: 0.04em;
    padding-bottom: 12px;
    border-bottom: 4px solid #d4d4d4;
    line-height: 1.6;
    margin-bottom: 13px;
}
.news-box-data{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.news-box-data > div:first-child{
    width: 153px;
    font-size: 17px;
    color: #6b6b6b;
}
.news-box-data > div:last-child{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
}
.news-box-data > div:last-child span{
    display: inline-block;
    line-height: 30px;
    background-color: #d0efff;
    color: #2699d3;
    padding: 1px 58px 0;
}
.news-box-text{
    margin-bottom: 60px;
    width: 100%;
}
.news-box-text p{
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.news-box-text p:last-child{
    margin-bottom: 0;
}
.news-box-text .icimg{
    margin-bottom: 40px;
}
.news-box-text img{
    width: 520px;
    height: auto;
    margin: 0 auto;
    display: block;
}

@media print, screen and (max-width: 1240px){
    /* news-box */
    .news-box{
        margin-top: 20px;
    }
}

@media print, screen and (max-width: 1087px){
    /* news-box */
    .news-box{
        width: 100%;
    }
}

@media print, screen and (max-width: 1000px){
    /* news-box */
    .news-box{
        margin-top: 40px;
        padding: 0 40px;
    }
    .news-box-title .title{
        font-size: 26px;
    }
}

@media print, screen and (max-width: 760px){
    /* news-box */
    .news-box{
        margin-top: 0;
        padding: 0;
    }
    .news-box-title{
        margin-bottom: 30px;
    }
    .news-box-title .title{
        font-size: 20px;
        padding-bottom: 8px;
        border-bottom: 3px solid #d4d4d4;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    .news-box-data > div:first-child{
        width: 130px;
        font-size: 15px;
    }
    .news-box-data > div:last-child{
        font-size: 12px;
        padding-top: 2px;
    }
    .news-box-data > div:last-child span{
        line-height: 25px;
        padding: 1px 20px 0;
    }
    .news-box-text{
        margin-bottom: 30px;
    }
    .news-box-text p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
    .news-box-text .icimg{
        margin-bottom: 25px;
    }
    .news-box-text img{
        width: 100%;
    }
}

/* news-back-button */
.news-back-button a{
    display: inline-block;
    background-color: #212121;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 40px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-back-button a:hover{
    background-color: #0072ab;
}
.news-back-button a span{
    padding-left: 29px;
    background: url(../images/news/arrow_news_03.png) 3px center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-back-button a:hover span{
    background: url(../images/news/arrow_news_03.png) left center no-repeat;
}

@media print, screen and (max-width: 760px){
    /* news-back-button */
    .news-back-button a,
    .news-back-button a:hover{
        font-size: 12px;
        line-height: 45px;
        padding: 0 30px;
        background-color: #212121;
    }
    .news-back-button a span,
    .news-back-button a:hover span{
        padding-left: 20px;
        background: url(../images/news/arrow_news_03_sp.png) left center no-repeat;
        background-size: 6px 10px;
    }
}

/* *****************************************************************************

  contact/index.html

***************************************************************************** */
/* contact-box */
.contact-box{
    width: 1360px;
    margin: 20px auto 80px;
    padding: 0 120px;
}
.contact-title{
    text-align: center;
    margin-bottom: 60px;
}
.contact-title .title{
    display: inline-block;
    line-height: 1.4;
    font-size: 28px;
    letter-spacing: 0.15em;
    padding-bottom: 8px;
    border-bottom: 4px solid #d4d4d4;
    margin-bottom: 14px;
}
.contact-title .title br{
    display: none;
}
.contact-title .en{
    color: #6b6b6b;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.1em;
}
.contact-text{
    margin-bottom: 60px;
    text-align: center;
}
.contact-text p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.contact-text p:last-child{
    margin-bottom: 0;
}
.contact-text span{
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 900;
}
.contact-text a{
    color: #0780bd;
}
.contact-text a:hover{
    color: #005a87;
}
.contact-mail{
    background-color: #f2f2f2;
    padding: 20px 20px 22px;
}
.contact-mail h3{
    text-align: center;
    background-color: #fcfcfc;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.1em;
    padding: 17px 0 13px;
}
.contact-mail p{
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.1em;
    padding-top: 22px;
    text-align: center;
}
.contact-mail p a{
    color: #0780bd;
}
.contact-mail p a:hover{
    color: #005a87;
}

@media print, screen and (max-width: 1377px){
    /* contact-box */
    .contact-box{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* contact-box */
    .contact-box{
        padding: 0 80px;
    }
}

@media print, screen and (max-width: 1000px){
    /* contact-box */
    .contact-box{
        padding: 0 40px;
    }
}

@media print, screen and (max-width: 760px){
    /* contact-box */
    .contact-box{
        margin-top: 10px;
        margin-bottom: 40px;
        padding: 20px 20px 0;
    }
    .contact-title{
        margin-bottom: 30px;
        padding: 0;
    }
    .contact-title .title{
        display: block;
        font-size: 20px;
        letter-spacing: 0.1em;
        border-bottom: 4px solid #d4d4d4;
    }
    .contact-title .title br{
        display: inline;
    }
    .contact-title .en{
        font-size: 16px;
        line-height: 16px;
    }
    .contact-text{
        margin-bottom: 30px;
    }
    .contact-text p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
    .contact-mail{
        padding: 15px 15px 16px;
    }
    .contact-mail h3{
        font-size: 14px;
        line-height: 14px;
        padding: 15px 0 11px;
    }
    .contact-mail p{
        font-size: 14px;
        line-height: 14px;
        padding-top: 16px;
    }
    .contact-mail p a,
    .contact-mail p a:hover{
        color: #0780bd;
    }
}

@media print, screen and (max-width: 580px){
    /* contact-box */
    .contact-text{
        text-align: left;
    }
}

/* contact-office */
.contact-office{
    background-color: #fafafa;
}
.contact-office-inner{
    width: 1360px;
    margin: 0 auto;
    padding: 80px 120px;
}
.contact-office table{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #dbdbdb;
    margin-bottom: 40px;
}
.contact-office th,
.contact-office td{
    border-bottom: 1px solid #dbdbdb;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    vertical-align: top;
    padding: 25px 30px;
}
.contact-office th{
    background-color: #f2f2f2;
    text-align: left;
}
.contact-office td{
    border-right: 1px solid #dbdbdb;
    text-align: center;
}
.contact-office td:last-child{
    border-right: none;
    width: auto;
}
.contact-office td span{
    padding-right: 2em;
}
.contact-office td span:last-of-type{
    padding-right: 0;
}
.contact-office td a{
    color: #0780bd;
}
.contact-office td a:hover{
    color: #005a87;
}
.contact-office-button{
    text-align: center;
}
.contact-office-button a{
    display: inline-block;
    background-color: #212121;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    padding: 22px 60px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-office-button a:hover{
    background-color: #0072ab;
}
.contact-office-button span{
    padding-right: 32px;
    background: url(../images/arrow_button_02.png) right 4px center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-office-button a:hover span{
    background: url(../images/arrow_button_02.png) right center no-repeat;
}

@media print, screen and (max-width: 1377px){
    /* contact-office */
    .contact-office-inner{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* contact-office */
    /*
    .contact-office-inner{
        padding: 80px;
    }
    */
}

@media print, screen and (max-width: 1120px){
    /* contact-office */
    /*
    .contact-office th{
        width: 180px;
    }
    .contact-office td{
        width: 190px;
    }
    .contact-office th,
    .contact-office td{
        font-size: 14px;
        padding: 25px;
    }
    */
}

@media print, screen and (max-width: 1000px){
    /* contact-office */
    .contact-office-inner{
        padding: 80px 40px;
    }
    .contact-office .contact-title .title br{
        display: inline;
    }
    .contact-office table{
        width: 560px;
    }
    .contact-office th,
    .contact-office td{
        font-size: 14px;
    }
}

@media print, screen and (max-width: 960px){
    /* contact-office */
    /*
    .contact-office table{
        
    }
    
    .contact-office td{
        
    }
    */
}

@media print, screen and (max-width: 760px){
    /* contact-office */
    .contact-office-inner{
        padding: 40px 20px;
    }
    .contact-office table{
        margin-bottom: 30px;
        border-top: none;
        width: 100%;
        border-bottom: 1px solid #dbdbdb;
    }
    .contact-office th,
    .contact-office td{
        font-size: 13px;
        padding: 20px;
        text-align: center;
    }
    .contact-office th{
        display: block;
        width: 100%;
        border-top: 1px solid #dbdbdb;
    }
    .contact-office td{
        width: 100%;
        display: block;
        border-bottom: none;
        border-right: none;
    }
    .contact-office td a,
    .contact-office td a:hover{
        color: #0780bd;
    }
    .contact-office-button a{
        font-size: 13px;
        line-height: 13px;
        padding: 19px 50px;
    }
    .contact-office-button a,
    .contact-office-button a:hover{
        background-color: #212121;
    }
    .contact-office-button span,
    .contact-office-button a:hover span{
        padding-right: 26px;
        background: url(../images/arrow_button_02_sp.png) right center no-repeat;
        background-size: 6px 11px;
    }
}

@media print, screen and (max-width: 580px){
    /* contact-office */
    .contact-office th,
    .contact-office td{
        text-align: center;
    }
    .contact-office th{
        margin-bottom: 20px;
        border-bottom: none;
    }
    .contact-office td{
        width: 100%;
        display: block;
        padding: 0 0 3px 0;
    }
    .contact-office td span{
        padding-right: 0;
        display: block;
    }
    .contact-office td:last-child{
        padding-bottom: 20px;
    }
}

@media print, screen and (max-width: 400px){
    /* contact-office */
    .contact-office-button a{
        width: 100%;
        padding: 19px 10px;
    }
}

/* *****************************************************************************

  contact form style

***************************************************************************** */
/* form-block */
.form-block{
    width: 1360px;
    margin: 0 auto 100px;
    padding: 0 120px;
}

@media print, screen and (max-width: 1377px){
    /* form-block */
    .form-block{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* form-block */
    .form-block{
        padding: 0 80px;
    }
}

@media print, screen and (max-width: 1000px){
    /* form-block */
    .form-block{
        padding: 0 40px;
    }
}

@media print, screen and (max-width: 760px){
    /* form-block */
    .form-block{
        margin-bottom: 40px;
        padding: 32px 20px 0;
    }
}

/* form-intro-text */
.form-intro-text{
    text-align: center;
    margin-bottom: 60px;
}
.form-intro-text p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.form-intro-text p:last-child{
    margin-bottom: 0;
}

@media print, screen and (max-width: 760px){
    /* form-intro-text */
    .form-intro-text{
        margin-bottom: 30px;
    }
    .form-intro-text p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
}

/* form-box-area */
.form-box-area{
    border-top: 1px solid #e2e2e2;
}

/* form-box */
.form-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 35px 0;
}
.form-box> div{
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.6;
}
.form-box > div:first-child{
    width: 310px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 11px 35px 11px 10px;
}
.form-box > div:first-child br{
    display: none;
}
.form-box > div:first-child .sentence-area br{
    display: inline;
}
.form-box > div:first-child span:last-child span{
    background-color: #d30a24;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    padding: 4px 10px;
    border-radius: 3px;
    white-space: nowrap;
}
.form-box > div:last-child{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px 0 35px;
    border-left: 1px solid #e2e2e2;
}
.form-text{
    font-family: Helvetica,source-han-sans-japanese,"Yu Gothic","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体",sans-serif;
    font-style: normal;
    font-weight: 500;
	padding: 16px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 16px;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
}
.form-short{
    width: 240px;
}
.form-long{
    width: 100%;
}
.form-example{
    padding-top: 5px;
    font-size: 15px;
}
.radio-list{
    padding-top: 12px;
}
.form-parts{
    margin-top: 25px;
}
.form-title{
    padding-left: 15px;
    border-left: 3px solid #e2e2e2;
    font-size: 16px;
}
.form-sentence{
    font-family: Helvetica,source-han-sans-japanese,"Yu Gothic","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体",sans-serif;
    font-style: normal;
    font-weight: 500;
	padding: 16px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 16px;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    width: 100%;
    height: 200px;
}
.form-privacy{
    padding: 60px 0;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2;
}
.form-button{
    text-align: center;
}
.form-button input{
    display: inline-block;
    padding: 2px 90px 0;
    font-size: 16px;
    line-height: 62px;
    font-weight: bold;
    font-family: Helvetica,"Yu Gothic","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体",sans-serif;
    font-style: normal;
    border: none;
    color: #ffffff;
    background-color: #0072ab;
    outline: none;
    cursor: pointer;
    letter-spacing: 0.15em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-button input.form-back{
    background-color: #c0c0c0;
}
.form-button input:hover{
    background-color: #005a87;
}

@media print, screen and (max-width: 1377px){
    /* form-box */
    .form-box > div:first-child{
        width: 250px;
    }
    .form-box > div:first-child br{
        display: inline;
    }
}

@media print, screen and (max-width: 1000px){
    /* form-box */
    .form-box > div{
        font-size: 15px;
    }
    .form-box > div:first-child{
        width: 230px;
        padding-right: 25px;
    }
    .form-box > div:first-child span:last-child span{
        font-size: 12px;
        line-height: 12px;
    }
    .form-box > div:last-child{
        padding-left: 25px;
    }
    .form-text{
        font-size: 15px;
    }
    .form-example{
        font-size: 14px;
    }
    .form-sentence{
        font-size: 15px;
    }
    .form-privacy{
        font-size: 15px;
    }
}

@media print, screen and (max-width: 760px){
    /* form-box */
    .form-box{
        display: block;
        border-bottom: 1px solid #e2e2e2;
        padding: 15px 0;
    }
    .form-box > div{
        font-size: 14px;
        letter-spacing: 0.02em;
    }
    .form-box > div:first-child{
        width: 100%;
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-bottom: 10px;
    }
    .form-boxx > div:first-child br,
    .form-box > div:first-child .sentence-area br{
        display: none;
    }
    .form-box > div:first-child span:first-child{
        padding: 1px 15px 0 0;
    }
    .form-boxx > div:first-child span:last-child span{
        font-size: 11px;
        line-height: 11px;
        padding: 4px 10px;
    }
    .form-box > div:last-child{
        width: 100%;
        padding: 0;
        border-left: none;
    }
    .form-text{
    	padding: 10px 12px;
        font-size: 14px;
    }
    .form-short{
        width: 100%;
    }
    .form-long{
        width: 100%;
    }
    .form-example{
        padding-top: 8px;
        font-size: 13px;
    }
    .form-title{
        font-size: 14px;
        padding-left: 12px;
    }
    .form-sentence{
        padding: 10px 12px;
        font-size: 14px;
        height: 160px;
    }
    .form-privacy{
        padding: 30px 0;
        font-size: 13px;
        letter-spacing: 0.02em;
        line-height: 1.9;
    }
    .form-button input,
    .form-button input:hover{
        width: 100%;
        display: block;
        padding: 2px 0 0;
        font-size: 14px;
        line-height: 46px;
        background-color: #0072ab;
        background-size: 6px 11px;
        letter-spacing: 0.12em;
    }
    .form-button input.form-back{
        margin-bottom: 10px;
    }
}

/* form-back-button */
.form-back-button{
    text-align: center;
}
.form-back-button a{
    display: inline-block;
    background-color: #212121;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 40px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-back-button a:hover{
    background-color: #0072ab;
}
.form-back-button a span{
    padding-left: 29px;
    background: url(../images/news/arrow_news_03.png) 3px center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-back-button a:hover span{
    background: url(../images/news/arrow_news_03.png) left center no-repeat;
}

@media print, screen and (max-width: 760px){
    /* form-back-button */
    .form-back-button a,
    .form-back-button a:hover{
        font-size: 12px;
        line-height: 45px;
        padding: 0 30px;
        background-color: #212121;
    }
    .form-back-button a span,
    .form-back-button a:hover span{
        padding-left: 20px;
        background: url(../images/news/arrow_news_03_sp.png) left center no-repeat;
        background-size: 6px 10px;
    }
}

/* *****************************************************************************

  blog style

***************************************************************************** */
/* blog-contents */
.blog-contents{
    width: 1360px;
    margin: 0 auto 100px;
    padding: 0 120px;
}

@media print, screen and (max-width: 1377px){
    /* blog-contents */
    .blog-contents{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* blog-contents */
    .blog-contents{
        padding: 0 80px;
    }
}

@media print, screen and (max-width: 1000px){
    /* blog-contents */
    .blog-contents{
        padding: 0 40px;
        margin-bottom: 80px;
    }
}

@media print, screen and (max-width: 760px){
    /* blog-contents */
    .blog-contents{
        margin-bottom: 40px;
        padding: 20px 20px 0;
    }
}

/* blog-list */
.blog-list{
    width: 770px;
    float: left;
}
.blog-list-block{
    border-top: 1px solid #e0e0e0;
    margin-bottom: 40px;
}
.blog-list-box{
    border-bottom: 1px solid #e0e0e0;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.blog-list-img{
    width: 150px;
    margin-right: 30px;
}
.blog-list-img img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-list-img a:hover img{
    opacity: 0.7;
}
.blog-list-main{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.blog-list-main a{
    color: #0780bd;
}
.blog-list-main a:hover{
    color: #005a87;
}
.blog-list-main h2{
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 8px;
    letter-spacing: 0.08em;
}
.blog-list-main p{
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.08em;
    margin-bottom: 22px;
}
.blog-list-main div{
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    margin-right: 10px;
}
.blog-list-category{
    line-height: 1.6;
    font-size: 14px;
}

@media print, screen and (max-width: 1377px){
    /* blog-list */
    .blog-list{
        width: 68.75%
    }
}

@media print, screen and (max-width: 1000px){
    /* blog-list */
    .blog-list{
        width: 100%;
        float: none;
        margin-bottom: 80px;
    }
}

@media print, screen and (max-width: 760px){
    /* blog-list */
    .blog-list{
        margin-bottom: 30px;
    }
    .blog-list-block{
        margin-bottom: 20px;
    }
    .blog-list-box{
        padding: 15px 5px;
    }
    .blog-list-img{
        width: 75px;
        margin-right: 15px;
    }
    .blog-list-img img,
    .blog-list-img a:hover img{
        width: 75px;
        height: 75px;
        opacity: 1;
    }
    .blog-list-main a,
    .blog-list-main a:hover{
        color: #0780bd;
    }
    .blog-list-main h2{
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 5px;
    }
    .blog-list-main p{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .blog-list-main div{
        font-size: 13px;
        line-height: 15px;
        margin-right: 8px;
    }
    .blog-list-category{
        line-height: 1.6;
        font-size: 13px;
        padding-right: 2px;
    }
}

/* blog-page-nav */
.blog-page-nav .wp-pagenavi{
    font-size: 19px;
    text-align: center;
}
.blog-page-nav .wp-pagenavi a{
    color: #ffffff;
    display: inline-block;
    text-align: center;
    width: 48px;
    line-height: 48px;
    background-color: #0780bd;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 1px;
}
.blog-page-nav .wp-pagenavi a:hover{
    background-color: #005a87;
}
.blog-page-nav .wp-pagenavi span.current{
    margin: 0 1px;
    display: inline-block;
    color: #0780bd;
    width: 48px;
    line-height: 44px;
    border: 2px solid #0780bd;
}
.blog-page-nav a.previouspostslink{
    text-indent: -9999px;
    background: #0780bd url(../images/blog/arrow_prev.png) center center no-repeat;
}
.blog-page-nav a.previouspostslink:hover{
    background: #005a87 url(../images/blog/arrow_prev.png) center center no-repeat;
}
.blog-page-nav a.nextpostslink{
    text-indent: -9999px;
    background: #0780bd url(../images/blog/arrow_next.png) center center no-repeat;
}
.blog-page-nav a.nextpostslink:hover{
    background: #005a87 url(../images/blog/arrow_next.png) center center no-repeat;
}

@media print, screen and (max-width: 760px){
    /* blog-page-nav */
    .blog-page-nav .wp-pagenavi{
        font-size: 18px
    }
    .blog-page-nav .wp-pagenavi a,
    .blog-page-nav .wp-pagenavi a:hover{
        width: 44px;
        line-height: 44px;
    }
    .blog-page-nav .wp-pagenavi span.current{
        width: 44px;
        line-height: 40px;
        border: 2px solid #0780bd;
    }
    .blog-page-nav a.previouspostslink{
        background: #0780bd url(../images/blog/arrow_prev_sp.png) center center no-repeat;
        background-size: 8px 12px;
    }
    .blog-page-nav a.previouspostslink:hover{
        background: #005a87 url(../images/blog/arrow_prev_sp.png) center center no-repeat;
        background-size: 8px 12px;
    }
    .blog-page-nav a.nextpostslink{
        background: #0780bd url(../images/blog/arrow_next_sp.png) center center no-repeat;
        background-size: 8px 12px;
    }
    .blog-page-nav a.nextpostslink:hover{
        background: #005a87 url(../images/blog/arrow_next_sp.png) center center no-repeat;
        background-size: 8px 12px;
    }
}

/* blog-widget */
.blog-widget-base{
    width: 280px;
    float: right;
}
.blog-widget{
    margin-bottom: 40px;
}
.blog-widget:last-child{
    margin-bottom: 0;
}
.blog-widget h2{
    font-family: basic-sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 10px;
}
.blog-widget-list li{
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-bottom: 5px;
}
.blog-widget-list li a{
    color: #0780bd;
}
.blog-widget-list li a:hover{
    color: #005a87;
}

.blog-widget-base li{
    list-style: none;
}

.blog-widget select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    width: 100%;
    font-size: 15px;
    border: 1px solid #e0e0e0;
    line-height: 1.5;
    padding: 12px;
    background: url(../images/blog/arrow_widget_01.png) right 14px center no-repeat;
    outline: none;
    font-family: Helvetica,source-han-sans-japanese,"Yu Gothic","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体",sans-serif;
    font-style: normal;
    font-weight: 500;
}
.blog-widget-sp{
    display: none;
}

@media print, screen and (max-width: 1377px){
    /* blog-widget */
    .blog-widget-base{
        width: 25%;
    }
}

@media print, screen and (max-width: 1000px){
    /* blog-widget */
    .blog-widget-base{
        width: 100%;
        font: none;
    }
    .blog-widget h2,
    .screen-reader-text,
    .blog-widget-list{
        display: none;
    }
    .blog-widget-pc{
        display: none;
    }
    .blog-widget-sp{
        display: block;
    }
    .blog-widget-sp .widget{
        margin-bottom: 10px;
    }
}

@media print, screen and (max-width: 760px){
    /* blog-widget */
    .blog-widget{
        margin-bottom: 10px;
    }
    .blog-widget select{
        background: url(../images/blog/arrow_widget_01_sp.png) right 14px center no-repeat;
        background-size: 14px 8px;
    }
}

/* blog-article */
.blog-article{
    width: 770px;
    float: left;
}
.blog-title{
    margin-bottom: 50px;
}
.blog-title h1{
    line-height: 1.4;
    font-size: 28px;
    letter-spacing: 0.15em;
    padding-bottom: 8px;
    border-bottom: 4px solid #d4d4d4;
    margin-bottom: 14px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.blog-data div:first-child{
    display: inline-block;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-top: 1px;
    margin-right: 15px;
}
.blog-data div:last-child{
    display: inline-block;
    color: #2699d3;
    font-size: 14px;
    line-height: 30px;
    background-color: #d0efff;
    padding: 2px 40px 0;
}
.blog-data div:last-child a{
    color: #2699d3;
}
.blog-data div:last-child a:hover{
    color: #005a87
}
.blog-article-main{
    margin-bottom: 60px;
}
.blog-article-main p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 1.9;
    margin-bottom: 1.5em;
}
.blog-article-main span,
.blog-article-main p span{
    font-size: 100%!important;
    font-family: Helvetica,source-han-sans-japanese,"Yu Gothic","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体",sans-serif!important;
}
.blog-article-main a{
    color: #2699d3;
}
.blog-article-main a:hover{
    color: #005a87
}
.blog-article-main div{
    margin-bottom: 2em;
}
.blog-article-main .icimg{
    margin-bottom: 45px;
}
.blog-article-main .icimg img{
    max-width: 300px;
    height: auto;
}

@media print, screen and (max-width: 1377px){
    /* blog-article */
    .blog-article{
        width: 68.75%
    }
}

@media print, screen and (max-width: 1000px){
    /* blog-article */
    .blog-article{
        width: 100%;
        float: none;
        margin-bottom: 80px;
    }
}

@media print, screen and (max-width: 760px){
    /* blog-article */
    .blog-article{
        margin-bottom: 40px;
    }
    .blog-title{
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .blog-title h1{
        line-height: 1.4;
        font-size: 20px;
        letter-spacing: 0.1em;
        padding-bottom: 8px;
        border-bottom: 3px solid #d4d4d4;
        margin-bottom: 6px;
    }
    .blog-data div:first-child{
        font-size: 15px;
        margin-right: 10px;
    }
    .blog-data div:last-child{
        font-size: 12px;
        line-height: 25px;
        padding: 2px 20px 0;
    }
    .blog-article-main{
        margin-bottom: 40px;
    }
    .blog-article-main p{
        font-size: 14px;
        line-height: 1.8;
    }
    .blog-article-main div{
        line-height: 1.8;
    }
    .blog-article-main .icimg{
        margin-bottom: 40px;
    }
}

@media print, screen and (max-width: 357px){
    /* blog-article */
    .blog-article-main .icimg img{
        max-width: initial;
        width: 100%;
    }
}

/* blog-back-button */
.blog-back-button a{
    display: inline-block;
    background-color: #212121;
    color: #ffffff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 40px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-back-button a:hover{
    background-color: #0072ab;
}
.blog-back-button a span{
    padding-left: 26px;
    background: url("../images/blog/arrow_prev.png") left center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media print, screen and (max-width: 760px){
    /* blog-back-button */
    .blog-back-button a,
    .blog-back-button a:hover{
        font-size: 12px;
        line-height: 45px;
        padding: 0 30px;
        background-color: #212121;
    }
    .blog-back-button a span,
    .blog-back-button a:hover span{
        padding-left: 18px;
        background: url("../images/blog/arrow_prev_sp.png") left center no-repeat;
        background-size: 6px 10px;
    }
}

/* *****************************************************************************

  jobs style

***************************************************************************** */
/* jobs-block */
.jobs-block{
    width: 1360px;
    margin: 0 auto 100px;
    padding: 0 120px;
}

@media print, screen and (max-width: 1377px){
    /* jobs-block */
    .jobs-block{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* jobs-block */
    .jobs-block{
        padding: 0 80px;
    }
}

@media print, screen and (max-width: 1000px){
    /* jobs-block */
    .jobs-block{
        padding: 0 40px;
    }
}

@media print, screen and (max-width: 760px){
    /* jobs-block */
    .jobs-block{
        margin-bottom: 40px;
        padding: 32px 20px 0;
    }
}

/* jobs-title */
.jobs-title-wrap{
    width: 1360px;
    margin: 0 auto;
    padding: 10px 120px 0;
}

@media print, screen and (max-width: 1377px){
    /* jobs-title */
    .jobs-title-wrap{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* jobs-title */
    .jobs-title-wrap{
        padding: 10px 80px 0;
    }
}

@media print, screen and (max-width: 1000px){
    /* jobs-title */
    .jobs-title-wrap{
        padding: 10px 40px 0;
    }
}

@media print, screen and (max-width: 760px){
    /* jobs-title */
    .jobs-title-wrap{
        padding: 35px 20px 0;
    }
}

/* jobs-intro-text */
.jobs-intro-text{
    text-align: center;
    margin-bottom: 60px;
}
.jobs-intro-text p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.jobs-intro-text p:last-child{
    margin-bottom: 0;
}

@media print, screen and (max-width: 760px){
    /* jobs-intro-text */
    .jobs-intro-text{
        margin-bottom: 30px;
    }
    .jobs-intro-text p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
}

/* *****************************************************************************

  jobs/index.html

***************************************************************************** */
/* jobs-visual */
.jobs-visual{
    width: 1360px;
    margin: 0 auto;
    padding: 0 120px;
}
.jobs-visual-inner{
    background: url(../images/jobs/img_main_01.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 470px;
    position: relative;
}
.jobs-visual-inner p{
    width: 59.29%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.jobs-visual-img{
    display: none;
}

@media print, screen and (max-width: 1377px){
    /* jobs-visual */
    .jobs-visual{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* jobs-visual */
    .jobs-visual{
        margin-top: -20px;
        padding: 0 80px;
    }
}

@media print, screen and (max-width: 1000px){
    /* jobs-visual */
    .jobs-visual{
        margin-top: -40px;
        padding: 0 40px;
    }
}

@media print, screen and (max-width: 760px){
    /* jobs-visual */
    .main-title ul.jobs-breadcrumb{
        border-bottom: none;
    }
    .jobs-visual{
        margin-top: 0;
        padding: 0;
    }
    .jobs-visual-inner{
        background-image: none;
        height: inherit;
    }
    .jobs-visual-inner p{
        width: 88.53%;
    }
    .jobs-visual-img{
        display: inline;
        width: 100%;
    }
}

@media print, screen and (max-width: 640px){
    /* jobs-visual */
    .jobs-visual-inner p{
        width: 88.53%;
    }
}

@media print, screen and (max-width: 460px){
    /* jobs-visual */
    .jobs-visual-inner > div{
        right: 5%;
    }
}

@media print, screen and (max-width: 400px){
    /* jobs-visual */
    .jobs-visual-inner > div p{
        font-size: 4.8vw;
    }
}

/* jobs-intro */
.jobs-intro{
    width: 1360px;
    margin: 0 auto 100px;
    padding: 0 120px;
}
.jobs-intro-01{
    padding: 80px 0;
}
.jobs-intro-01 p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
    text-align: center;
}
.jobs-intro-01 p:last-child{
    margin-bottom: 0;
}
.jobs-intro-02{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 80px;
}
.jobs-intro-03{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 80px;
}
.jobs-intro-02 > div,
.jobs-intro-03 > div{
    width: 530px;
}
.jobs-intro-catch{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-bottom: 25px;
}
.jobs-intro-02 > div p,
.jobs-intro-03 > div p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.jobs-intro-02 > div p:last-child,
.jobs-intro-03 > div p:last-child{
    margin-bottom: 0;
}
.jobs-intro-02 img,
.jobs-intro-03 img{
    width: 100%;
}
.jobs-nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jobs-nav-link{
    width: 530px;
    background-color: #f6f6f6;
}
.jobs-nav-link a{
    display: block;
    padding-bottom: 40px;
}
.jobs-nav-link img{
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.jobs-nav-link a:hover img{
    opacity: 0.8;
}
.jobs-nav-name{
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.24em;
    line-height: 24px;
    padding: 40px 20px 35px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;
}
.jobs-nav-button{
    text-align: center;
}
.jobs-nav-button div{
    display: inline-block;
    background-color: #212121;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    padding: 17px 41px 17px 58px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jobs-nav-link a:hover .jobs-nav-button div{
    background-color: #0072ab;
}
.jobs-nav-button div span{
    padding-right: 31px;
    background: url(../images/arrow_button_03.png) right 3px center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jobs-nav-link a:hover .jobs-nav-button div span{
    background: url(../images/arrow_button_03.png) right center no-repeat;
}

@media print, screen and (max-width: 1377px){
    /* jobs-intro */
    .jobs-intro{
        width: 100%;
    }
    .jobs-intro-02 > div,
    .jobs-intro-03 > div{
        width: 47.32%
    }
    .jobs-nav-link{
        width: 47.32%
    }
}

@media print, screen and (max-width: 1240px){
    /* jobs-intro */
    .jobs-intro{
        padding: 0 80px;
    }
    .jobs-intro-02 > div,
    .jobs-intro-03 > div{
        width: 48%;
    }
    .jobs-nav-link{
        width: 48%;
    }
}

@media print, screen and (max-width: 1000px){
    /* jobs-intro */
    .jobs-intro{
        padding: 0 40px;
    }
    .jobs-intro-catch{
        font-size: 24px;
    }
    .jobs-nav-name{
        font-size: 22px;
    }
}

@media print, screen and (max-width: 760px){
    /* jobs-intro */
    .jobs-intro{
        margin-top: 0;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .jobs-intro-01{
        padding: 30px 0;
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: 30px;
    }
    .jobs-intro-01 p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
        text-align: left;
    }
    .jobs-intro-02,
    .jobs-intro-03{
        display: block;
        margin-bottom: 0;
    }
    .jobs-intro-02{
        margin-bottom: 40px;
    }
    .jobs-intro-02 > div,
    .jobs-intro-03 > div{
        width: 100%;
        margin-bottom: 30px;
    }
    .jobs-intro-catch{
        font-size: 18px;
        letter-spacing: 0.18em;
        margin-bottom: 20px;
    }
    .jobs-intro-catch br{
        display: none;
    }
    .jobs-intro-02 > div p,
    .jobs-intro-03 > div p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
    .jobs-nav{
        display: block;
    }
    .jobs-nav-link{
        width: 100%;
    }
    .jobs-nav-link a{
        padding-bottom: 30px;
    }
    .jobs-nav-link img,
    .jobs-nav-link a:hover img{
        opacity: 1;
    }
    .jobs-nav-link:first-child{
        margin-bottom: 20px;
    }
    .jobs-nav-name{
        font-size: 19px;
        line-height: 19px;
        padding: 30px 20px 23px;
    }
    .jobs-nav-button div,
    .jobs-nav-link a:hover .jobs-nav-button div{
        font-size: 12px;
        line-height: 12px;
        padding: 12px 25px 12px 32px;
        background-color: #212121;
    }
    .jobs-nav-button div span,
    .jobs-nav-link a:hover .jobs-nav-button div span{
        padding-right: 21px;
        background: url(../images/arrow_button_03_sp.png) right center no-repeat;
        background-size: 6px 10px;
    }
}

/* jobs-link */
.jobs-link{
    background-color: #0a80bf;
    padding: 80px 0;
}
.jobs-link .category-title{
    color: #ffffff;
    background: url(../images/bg_white.png) center bottom no-repeat;
    background-size: 36px 3px;
}
.jobs-link .category-title-area .en{
    color: #ffffff;
}
.jobs-link-inner{
    width: 1360px;
    margin: 0 auto;
    padding: 0 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.jobs-link-block{
    width: 530px;
    background-color: #ffffff;
}
.jobs-link-block a{
    display: block;
    padding-bottom: 40px;
}
.jobs-link-block img{
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jobs-link-block a:hover img{
    opacity: 0.8;
}
.jobs-link-name{
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.12em;
    line-height: 22px;
    padding: 40px 20px 35px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;
}
.jobs-link-button{
    text-align: center;
}
.jobs-link-button div{
    display: inline-block;
    background-color: #212121;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    padding: 17px 41px 17px 58px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jobs-link-block a:hover .jobs-link-button div{
    background-color: #0072ab;
}
.jobs-link-button div span{
    padding-right: 31px;
    background: url(../images/arrow_button_03.png) right 3px center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jobs-link-block a:hover .jobs-link-button div span{
    background: url(../images/arrow_button_03.png) right center no-repeat;
}


@media print, screen and (max-width: 1377px){
    /* jobs-link */
    .jobs-link-inner{
        width: 100%;
    }
    .jobs-link-block{
        width: 47.32%;
    }
}

@media print, screen and (max-width: 1240px){
    /* jobs-link */
    .jobs-link-inner{
        padding: 0 80px;
    }
    .jobs-link-name{
        font-size: 20px;
        line-height: 20px;
    }
}

@media print, screen and (max-width: 1000px){
    /* jobs-link */
    .jobs-link-inner{
        margin-top: -40px;
        padding: 0 40px;
    }
    .jobs-link-name{
        font-size: 2vw;
        letter-spacing: 0.1em;
        padding: 30px 20px 25px;
    }
    .jobs-link-block a{
        padding-bottom: 30px;
    }
    .jobs-link-button{
        padding: 0 20px;
    }
    .jobs-link-button div{
        width: 100%;
        font-size: 12px;
        line-height: 12px;
        padding: 15px 0;
    }
    .jobs-link-button div span{
        padding-right: 20px;
        background: url(../images/arrow_button_03.png) right 3px center no-repeat;
        background-size: 6px 10px;
    }
    .jobs-link-block a:hover .jobs-link-button div span{
        background: url(../images/arrow_button_03.png) right center no-repeat;
        background-size: 6px 10px;
    }
}

@media print, screen and (max-width: 760px){
    /* jobs-link */
    .jobs-link{
        padding: 35px 0 30px;
    }
    .jobs-link .category-title{
        background: url(../images/bg_white.png) center bottom no-repeat;
        background-size: 35px 3px;
    }
    .jobs-link-inner{
        margin-top: 0;
        padding: 0 20px;
        display: block;
    }
    .jobs-link-block{
        width: 100%;
        margin-bottom: 20px;
    }
    .jobs-link-block:last-child{
        margin-bottom: 0;
    }
    .jobs-link-block a{
        padding-bottom: 30px;
    }
    .jobs-link-block img,
    .jobs-link-block a:hover img{
        opacity: 1;
    }
    .jobs-link-name{
        font-size: 19px;
        line-height: 19px;
        padding: 30px 20px 23px;
    }
    .jobs-link-button div,
    .jobs-link-block a:hover .jobs-link-button div{
        padding: 12px 25px 12px 32px;
        background-color: #212121;
    }
    .jobs-link-button div{
        width: auto;
    }
    .jobs-link-button div span,
    .jobs-link-block a:hover .jobs-link-button div span{
        padding-right: 21px;
        background: url(../images/arrow_button_03_sp.png) right center no-repeat;
        background-size: 6px 10px;
    }
}

/* jobs-subnav */
.jobs-subnav{
    width: 1360px;
    margin: 0 auto;
    padding: 80px 120px;
}
.jobs-subnav-inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.jobs-subnav-inner > div{
    position: relative;
}
.jobs-subnav-inner > div:nth-child(2){
    padding: 0 20px;
}
.jobs-subnav-inner > div a{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jobs-subnav-inner > div a:hover{
    opacity: 0.8;
}
.jobs-subnav-inner > div div{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    font-size: 23px;
    letter-spacing: 0.2em;
    width: 100%;
}
.jobs-subnav-inner > div div span{
    background-color: rgba(7,128,189,0.9);
    display: inline-block;
    color: #ffffff;
    padding: 16px 15px 10px;
}
.jobs-subnav-inner > div:first-child div span:first-child{
    padding-bottom: 0;
}
.jobs-subnav-inner img{
    width: 100%;
}

@media print, screen and (max-width: 1377px){
    /* jobs-subnav */
    .jobs-subnav{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* jobs-subnav */
    .jobs-subnav{
        padding: 80px;
    }
    .jobs-subnav-inner > div div span{
        padding: 14px 15px 10px;
    }
    .jobs-subnav-inner > div div{
        font-size: 1.8vw;
    }
}

@media print, screen and (max-width: 1000px){
    /* jobs-subnav */
    .jobs-subnav{
        padding: 80px 40px;
    }
}

@media print, screen and (max-width: 760px){
    /* jobs-subnav */
    .jobs-subnav{
        padding: 30px 20px;
    }
    .jobs-subnav-inner{
        display: block;
    }
    .jobs-subnav-inner > div{
        margin-bottom: 10px;
    }
    .jobs-subnav-inner > div:nth-child(2){
        padding: 0;
    }
    .jobs-subnav-inner > div:last-child{
        margin-bottom: 0;
    }
    .jobs-subnav-inner > div a{
        display: block;
        padding: 17px 15px 15px;
        background: #0072ab url(../images/arrow_button_01_sp.png) right 12px center no-repeat;
        background-size: 6px 10px;
    }
    .jobs-subnav-inner > div a:hover{
        opacity: 1;
    }
    .jobs-subnav-inner > div div{
        position: relative;
        top: auto;
        left: auto;
        -ms-transform: translate(0,0);
        -webkit-transform : translate(0,0);
        transform : translate(0,0);
        text-align: left;
        font-size: 13px;
        letter-spacing: 0.1em;
    }
    .jobs-subnav-inner > div div br{
        display: none;
    }
    .jobs-subnav-inner > div div span{
        background-color: transparent;
        display: inline;;
        color: #ffffff;
        padding: 0;
    }
    .jobs-subnav-inner img{
        display: none;
    }
}

/* *****************************************************************************

  jobs/guideline.html

***************************************************************************** */
/* guideline-nav */
.guideline-nav-wrap{
    width: 1360px;
    margin: 0 auto;
    padding: 0 120px;
}
.guideline-nav{
    width: 100%;
    margin-bottom: 80px;
}
.guideline-nav ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.guideline-nav li{
    width: 50%;
    text-align: center;
    border-left: 1px solid #ffffff;
    font-size: 17px;
    letter-spacing: 0.1em;
}
.guideline-nav li:first-child{
    border-left: none;
}
.guideline-nav li a{
    display: block;
    background-color: #0780bd;
    color: #ffffff;
    padding: 22px 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.guideline-nav li a:hover{
    background-color: #005a87;
}

@media print, screen and (max-width: 1377px){
    /* guideline-nav */
    .guideline-nav-wrap{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* guideline-nav */
    .guideline-nav-wrap{
        padding: 0 80px;
    }
}

@media print, screen and (max-width: 1140px){
    /* guideline-nav */
    .guideline-nav li{
        font-size: 15px;
    }
}

@media print, screen and (max-width: 1000px){
    /* guideline-nav */
    .guideline-nav-wrap{
        padding: 0 40px;
    }
}

@media print, screen and (max-width: 760px){
    /* guideline-nav */
    .guideline-nav-wrap{
        padding: 0 20px;
    }
    .guideline-nav{
        margin-bottom: 30px;
    }
    .guideline-nav li{
        font-size: 13px;
    }
    .guideline-nav li:nth-child(odd){
        border-left: none;
    }
    .guideline-nav li:nth-of-type(n+3){
        border-top: 1px solid #ffffff;
    }
    .guideline-nav li a{
        padding: 16px 0 14px;
    }
}

@media print, screen and (max-width: 420px){
    /* guideline-nav */
    .guideline-nav li{
        font-size: 12px;
        letter-spacing: 0.04em;
    }
}

/* guideline-area */
.guideline-area{
    background-color: #f2f2f2;
    margin-bottom: 80px;
    padding-top: 60px;
    overflow: hidden;
}
.guideline-block{
    background-color: #ffffff;
    width: 1120px;
    margin: 0 auto 60px;
    border-bottom: 1px solid #d5d5d5;
    padding: 60px;
}
.guideline-block h2{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    line-height: 23px;
    letter-spacing: 0.12em;
    background: url(../images/bg_gray_01.png) center bottom no-repeat;
    background-size: 30px 3px;
    padding-bottom: 23px;
    margin-bottom: 35px;
}

@media print, screen and (max-width: 1377px){
    /* guideline-area */
    .guideline-area{
        padding: 60px 120px 0;
    }
    .guideline-block{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* guideline-area */
    .guideline-area{
        padding: 60px 80px 0;
    }
}

@media print, screen and (max-width: 1000px){
    /* guideline-area */
    .guideline-area{
        padding: 60px 40px 0;
    }
    .guideline-block{
        padding: 40px;
    }
}


@media print, screen and (max-width: 760px){
    /* guideline-area */
    .guideline-area{
        padding: 30px 20px 0;
    }
    .guideline-block{
        padding: 30px;
        margin-bottom: 30px;
    }
    .guideline-block h2{
        font-size: 18px;
        line-height: 18px;
        background: url(../images/bg_gray_01.png) center bottom no-repeat;
        background-size: 25px 3px;
        margin-bottom: 20px;
    }
}

/* guideline-table */
.guideline-table{
    margin-bottom: 40px;
}
.guideline-table th,
.guideline-table td{
    border-bottom: 1px solid #f2f2f2;
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.guideline-table tr:first-child th,
.guideline-table tr:first-child td{
    padding-top: 0;
}
.guideline-table th{
    padding-left: 10px;
    padding-right: 20px;
    width: 170px;
    text-align: left;
}
.guideline-table td{
    padding-right: 10px;
}
.guideline-list li{
    display: inline-block;
}
.guideline-note{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    padding-top: 8px;
    line-height: 1.6;
}

@media print, screen and (max-width: 760px){
    /* guideline-table */
    .guideline-table{
        margin-bottom: 20px;
    }
    .guideline-table th,
    .guideline-table td{
        font-size: 13px;
        line-height: 1.7;
        letter-spacing: 0.08em;
        display: block;
    }
    .guideline-table th,
    .guideline-table tr:first-child th{
        width: 100%;
        border-bottom: none;
        padding: 15px;
        background-color: #f2f2f2;
    }
    .guideline-table td,
    .guideline-table tr:first-child td{
        padding: 15px;
    }
    .guideline-note{
        font-size: 12px;
    }
}

/* guideline-button */
.guideline-button{
    text-align: center;
}
.guideline-button a{
    display: inline-block;
    background-color: #212121;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    padding: 22px 60px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.guideline-button a:hover{
    background-color: #0072ab;
}
.guideline-button span{
    padding-right: 32px;
    background: url(../images/arrow_button_02.png) right 4px center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.guideline-button a:hover span{
    background: url(../images/arrow_button_02.png) right center no-repeat;
}

@media print, screen and (max-width: 760px){
    /* guideline-button */
    .guideline-button a{
        font-size: 13px;
        line-height: 13px;
        padding: 19px 50px;
    }
    .guideline-button a,
    .guideline-button a:hover{
        background-color: #212121;
    }
    .guideline-button span,
    .guideline-button a:hover span{
        padding-right: 26px;
        background: url(../images/arrow_button_02_sp.png) right center no-repeat;
        background-size: 6px 11px;
    }
}

@media print, screen and (max-width: 640px){
    /* guideline-button */
    .guideline-button a{
        width: 100%;
        padding: 19px 10px;
    }
}

/* *****************************************************************************

  jobs/interview.html

***************************************************************************** */
/* jobs-interview-block */
.jobs-interview-block{
    margin-bottom: 120px;

}

@media print, screen and (max-width: 760px){
    /* jobs-interview-block */
    .jobs-interview-block{
        margin-bottom: 40px;
    }
}

/* category-title-area */
.jobs-interview-block .category-title-area{
    padding: 0 120px;
}

@media print, screen and (max-width: 1240px){
    /* category-title-area */
    .jobs-interview-block .category-title-area{
        padding: 0 80px;
    }
}

@media print, screen and (max-width: 1000px){
    /* category-title-area */
    .jobs-interview-block .category-title-area{
        padding: 0 40px;
    }
}

@media print, screen and (max-width: 760px){
    /* category-title-area */
    .jobs-interview-block .category-title-area{
        padding: 32px 20px 0;
    }
}

/* jobs-interview-visual */
.jobs-interview-visual{
    width: 100%;
    height: 520px;
    background: url("../images/jobs/img-interview-mainimg.jpg") center center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 8%;
}
.jobs-interview-visual-sp{
    display: none;
}
.jobs-interview-visual-sp img{
    display: none;
}
.jobs-interview-profile{
    width: 360px;
    height: 360px;
    background-color: #0a80bf;
    color: #ffffff;
    position: relative;
}
.jobs-interview-name{
    position: absolute;
    width: 260px;
    top: 50px;
    left: 50px;
}
.jobs-interview-name-main{
    font-size: 38px;
    line-height: 38px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}
.jobs-interview-name-en{
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.1em;
}
.jobs-interview-data{
    position: absolute;
    width: 260px;
    left: 50px;
    bottom: 50px;
    letter-spacing: 0.06em;
    line-height: 1.8;
}
.jobs-interview-position{
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #54a6d2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.jobs-interview-personal{
    font-size: 15px;
}

@media print, screen and (max-width: 1380px){
    /* jobs-interview-visual */
    .jobs-interview-visual{
        padding-left: 4%;   
    }
    .jobs-interview-profile{
        width: 340px;
        height: 340px;
    }
    .jobs-interview-name{
        width: 260px;
        top: 40px;
        left: 40px;
    }
    .jobs-interview-name-main{
        font-size: 34px;
        line-height: 34px;
    }
    .jobs-interview-name-en{
        font-size: 16px;
        line-height: 16px;
    }
    .jobs-interview-data{
        width: 260px;
        left: 40px;
        bottom: 40px;
    }
    .jobs-interview-position{
        font-size: 16px;
    }
    .jobs-interview-personal{
        font-size: 14px;
    }
}

@media print, screen and (max-width: 1000px){
    /* jobs-interview-visual */
    .jobs-interview-visual{
        display: block;
        background-image: none;
        padding-left: 0;
        height: auto;
    }
    .jobs-interview-visual-sp{
        width: 100%;
        height: 520px;
        display: block;
        background: url("../images/jobs/img-interview-mainimg.jpg") center center no-repeat;
        background-size: cover;
    }
    .jobs-interview-profile{
        width: 100%;
        height: auto;
        margin-top: -40px;
        padding-left: 40px;
        padding-right: 40px;
        background: none;
    }
    .jobs-interview-profile-inner{
        padding: 40px;
        background-color: #0a80bf;
    }
    .jobs-interview-name{
        position: static;
        width: 100%;
        vertical-align: middle;
        margin-bottom: 10px;
    }
    .jobs-interview-name-main{
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .jobs-interview-name-en{
        display: inline-block;
        line-height: 34px;
    }
    .jobs-interview-data{
        position: static;
        width: 100%;
    }
    .jobs-interview-position br{
        display: none;
    }
    .jobs-interview-personal br{
        display: none;        
    }
}

@media print, screen and (max-width: 760px){
    /* jobs-interview-visual */
    .jobs-interview-visual-sp{
        height: auto;
        background: none;
    }
    .jobs-interview-visual-sp img{
        display: inline;
        width: 100%;
    }
    .jobs-interview-profile{
        padding-left: 20px;
        padding-right: 20px;
    }
    .jobs-interview-profile-inner{
        padding: 25px;
    }
    .jobs-interview-name{
        margin-bottom: 8px;
    }
    .jobs-interview-name-main{
        font-size: 26px;
        line-height: 26px;
        margin-right: 10px;
    }
    .jobs-interview-name-en{
        font-size: 15px;
        line-height: 26px;
    }
    .jobs-interview-position{
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .jobs-interview-personal{
        font-size: 12px;
    }
}

@media print, screen and (max-width: 480px){
    /* jobs-interview-visual */
    .jobs-interview-position br{
        display: inline;
    }
    .jobs-interview-personal br{
        display: inline;       
    }
}

/* jobs-interview-catch */
.jobs-interview-catch-block{
    padding: 80px;
}
.jobs-interview-catch{
    text-align: center;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.7;
    letter-spacing: 0.14em;
}
.jobs-interview-catch span{
    color: #0a80bf;
}

@media print, screen and (max-width: 760px){
    /* jobs-interview-catch */
    .jobs-interview-catch-block{
        padding: 40px 20px;
    }
    .jobs-interview-catch{
        font-size: 22px;
        letter-spacing: 0.04em;
    }
}

/* jobs-interview-section */
.jobs-interview-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 100px;
}
.jobs-interview-section:last-child{
    margin-bottom: 0;
}
.jobs-interview-section:nth-child(even){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;   
}
.jobs-interview-section-main{
    -webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.jobs-interview-section:nth-child(odd) .jobs-interview-section-main{
    padding-left: 8.666%;
    padding-right: 5.3333%;
}
.jobs-interview-section:nth-child(even) .jobs-interview-section-main{
    padding-right: 8.666%;
    padding-left: 5.3333%;
}
.jobs-interview-section-title{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 4px solid #d4d4d4;
    position: relative;
}
.jobs-interview-section-title:before {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #0a80bf;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -4px;
}
.jobs-interview-section-text p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2.2;
}
.jobs-interview-section-text p span{
    font-weight: bold;
    color: #0a80bf;
}
.jobs-interview-section-img{
    width: 40%;
}
.jobs-interview-section-img img{
    width: 100%;
}

@media print, screen and (max-width: 1380px){
    /* jobs-interview-section */
    .jobs-interview-section:nth-child(odd) .jobs-interview-section-main{
        padding-left: 60px;
        padding-right: 40px;
    }
    .jobs-interview-section:nth-child(even) .jobs-interview-section-main{
        padding-right: 60px;
        padding-left: 40px;
    }
}

@media print, screen and (max-width: 1120px){
    /* jobs-interview-section */
    .jobs-interview-section:nth-child(3) .jobs-interview-section-title br{
        display: none;
    }
}

@media print, screen and (max-width: 1000px){
    /* jobs-interview-section */
    .jobs-interview-section{
        display: block;
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 80px;
    }
    .jobs-interview-section-main{
        margin-bottom: 40px;
    }
    .jobs-interview-section:nth-child(odd) .jobs-interview-section-main{
        padding-left: 0;
        padding-right: 0;
    }
    .jobs-interview-section:nth-child(even) .jobs-interview-section-main{
        padding-right: 0;
        padding-left: 0;
    }
    .jobs-interview-section:nth-child(3) .jobs-interview-section-title br{
        display: inline;
    }
    .jobs-interview-section-img{
        width: 100%;
    }
}

@media print, screen and (max-width: 760px){
    /* jobs-interview-section */
    .jobs-interview-section{
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px;
    }
    .jobs-interview-section-main{
        margin-bottom: 20px;
    }
    .jobs-interview-section-title{
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 12px;
        letter-spacing: 0.04em;
    }
    .jobs-interview-section-title:before {
        width: 30px;
    }
    .jobs-interview-section-text p{
        font-size: 14px;
        line-height: 1.8;
    }
}

/* *****************************************************************************

  jobs/faq.html

***************************************************************************** */
/* faq-box */
.faq-box dt{
    background-color: #f4f4f4;
    padding: 25px 30px 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.faq-box dt span:first-child{
    color: #d30a24;
    font-size: 28px;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 900;
    width: 60px;
    border-right: 1px solid #e2e2e2;
}
.faq-box dt span:last-child{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 0 0 35px;
}
.faq-box dd{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 30px 22px;
    margin-bottom: 40px;
}
.faq-box dd:last-of-type{
    margin-bottom: 0;
}
.faq-box dd > div:first-child{
    font-size: 28px;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 900;
    width: 60px;
    border-right: 1px solid #e2e2e2;
}
.faq-box dd > div:last-child{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0 0 35px;
}
.faq-box dd > div:last-child p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.2em;
}
.faq-box dd > div:last-child p:last-child{
    margin-bottom: 0;
}
.faq-box dd > div:last-child div:first-child{
    display: table-cell;
    vertical-align: top;
    width: 56%;
}
.faq-box dd > div:last-child div:last-child{
    display: table-cell;
    vertical-align: top;
    width: 40%;
    padding-left: 3%;
}
.faq-box dd > div:last-child div:last-child img{
    width: 100%;
}

@media print, screen and (max-width: 760px){
    /* faq-box */
    .faq-box dt{
        padding: 15px 25px;
    }
    .faq-box dt span:first-child{
        font-size: 22px;
        width: 42px;
    }
    .faq-box dt span:last-child{
        padding: 13px 0 0 23px;
        font-size: 14px;
        line-height: 1.8;
    }
    .faq-box dd{
        margin-bottom: 20px;
        padding: 15px 0 15px 25px;
    }
    .faq-box dd > div:first-child{
        font-size: 22px;
        width: 42px;
    }
    .faq-box dd > div:last-child{
        padding: 10px 0 0 23px;
    }
    .faq-box dd > div:last-child p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
    .faq-box dd > div:last-child div:first-child{
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .faq-box dd > div:last-child div:last-child{
        width: 100%;
        display: block;
        padding-left: 0;
    }
}

@media print, screen and (max-width: 400px){
    /* faq-box */
    .faq-box dt{
        padding: 15px 20px;
    }
    .faq-box dt span:first-child{
        font-size: 20px;
        width: 36px;
    }
    .faq-box dt span:last-child{
        padding: 11px 0 0 20px;
    }
    .faq-box dd{
        padding: 15px 0 15px 20px;
    }
    .faq-box dd > div:first-child{
        font-size: 20px;
        width: 36px;
    }
    .faq-box dd > div:last-child{
        padding: 9px 0 0 20px;
    }
}

/* *****************************************************************************

  jobs/message.html

***************************************************************************** */
/* jobs-message-box */
.jobs-message-box-area{
    width: 1360px;
    margin: 0 auto 60px;
    padding: 0 120px;
}
.jobs-message-box{
    background-color: #f7f7f7;
    padding: 80px 60px 60px;
}
.jobs-message-catch{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.15em;
    line-height: 1.8;
    margin-bottom: 60px;
}
.jobs-message-catch span{
    color: #0780bd;
}
.jobs-message-catch br:nth-of-type(2){
    display: none;
}
.jobs-message-main{
    background-color: #ffffff;
    padding: 40px;
}
.jobs-message-01{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 1.8em;
}
.jobs-message-01 > div{
    width: 440px;
}
.jobs-message-01 > div:first-child p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.jobs-message-01 > div:first-child p:last-child{
    margin-bottom: 0;
}
.jobs-message-01 > div:last-child img{
    width: 100%;
}
.jobs-message-01 > div:last-child p{
    background-color: #f6f6f6;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06em;
}
.jobs-message-01 > div:last-child p br{
    display: none;
}
.jobs-message-02{
    margin-bottom: 1.8em;
}
.jobs-message-02 p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.jobs-message-02 p:last-child{
    margin-bottom: 0;
}
.jobs-message-name{
    font-size: 15px;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-align: right;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.jobs-message-name span{
    font-size: 22px;
}

@media print, screen and (max-width: 1377px){
    /* jobs-message-box */
    .jobs-message-box-area{
        width: 100%;
    }
    .jobs-message-01 > div{
        width: 47.83%;
    }
}

@media print, screen and (max-width: 1240px){
    /* jobs-message-box */
    .jobs-message-box-area{
        padding: 0 80px;
    }
    .jobs-message-box{
        padding: 80px 40px 60px;
    }
}

@media print, screen and (max-width: 1000px){
    /* jobs-message-box */
    .jobs-message-box-area{
        padding: 0 40px;
    }
    .jobs-message-box{
        padding: 80px 40px 40px;
    }
    .jobs-message-catch{
        font-size: 26px;
    }
    .jobs-message-catch br:nth-of-type(2){
        display: inline;
    }
    .jobs-message-01{
        display: block;
    }
    .jobs-message-01 > div{
        width: 100%;
        margin-bottom: 1.8em;
    }
    .jobs-message-01 > div:last-child{
        width: 440px;
        margin: 0 auto;
    }
}

@media print, screen and (max-width: 760px){
    /* jobs-message-box */
    .jobs-message-box-area{
        padding: 0;
        margin-bottom: 45px;
    }
    .jobs-message-box{
        padding: 32px 20px 20px;
    }
    .jobs-message-catch{
        font-size: 18px;
        letter-spacing: 0.12em;
        line-height: 1.7;
        margin-bottom: 30px;
    }
    .jobs-message-main{
        padding: 20px;
    }
    .jobs-message-01{
        margin-bottom: 1.5em;
    }
    .jobs-message-01 > div{
        margin-bottom: 1.5em;
    }
    .jobs-message-01 > div:first-child p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
    .jobs-message-01 > div:last-child{
        width: 100%;
        text-align: center;
    }
    .jobs-message-01 > div:last-child p{
        font-size: 13px;
    }
    .jobs-message-01 > div:last-child p br{
        display: inline;
    }
    .jobs-message-02 p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
    .jobs-message-name{
        font-size: 12px;
        line-height: 1.5;
    }
    .jobs-message-name span{
        font-size: 17px;
    }
}

@media print, screen and (max-width: 500px){
    /* jobs-message-box */
    .jobs-message-01 > div:last-child p{
        text-align: left;
        font-size: 12px;
        padding: 15px;
    }
    .jobs-message-01 > div:last-child p br{
        display: none;
    }
}

@media print, screen and (max-width: 370px){
    /* jobs-message-box */
    .jobs-message-catch{
        font-size: 4.75vw;
    }
}

/* jobs-message-point */
.jobs-message-title{
    text-align: center;
    margin-bottom: 60px;
}
.jobs-message-title .title{
    display: inline-block;
    line-height: 1.4;
    font-size: 28px;
    letter-spacing: 0.15em;
    padding-bottom: 8px;
    border-bottom: 4px solid #d4d4d4;
    margin-bottom: 14px;
}
.jobs-message-title .title br{
    display: none;
}
.jobs-message-title .en{
    color: #6b6b6b;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.1em;
}
.jobs-message-point{
    width: 1360px;
    margin: 0 auto 60px;
    padding: 0 120px;
}
.jobs-message-point-inner{
    background-color: #f7f7f7;
    padding: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.jobs-message-point-inner > div{
    width: 480px;
    background-color: #ffffff;
}
.jobs-message-point-inner > div img{
    width: 100%;
}
.jobs-message-point-inner > div div{
    padding: 30px;
}
.jobs-message-point-inner > div h3{
    font-size: 22px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
}
.jobs-message-point-inner > div:first-child h3{
    padding: 8px 0 0 52px;
    background: url(../images/jobs/icon_message_01.png) left center no-repeat;
}
.jobs-message-point-inner > div:last-child h3{
    padding: 8px 0 0 54px;
    background: url(../images/jobs/icon_message_02.png) left center no-repeat;
}
.jobs-message-point-inner > div p{
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2;
}

@media print, screen and (max-width: 1377px){
    /* jobs-message-point */
    .jobs-message-point{
        width: 100%;
    }
    .jobs-message-point-inner > div{
        width: 48%;
    }
}

@media print, screen and (max-width: 1240px){
    /* jobs-message-point */
    .jobs-message-point{
        padding: 0 80px;
    }
    .jobs-message-point-inner{
        padding: 40px;
    }
}

@media print, screen and (max-width: 1000px){
    /* jobs-message-point */
    .jobs-message-point{
        padding: 0 40px;
    }
    .jobs-message-point-inner > div div{
        padding: 25px;
    }
    .jobs-message-point-inner > div h3{
        font-size: 19px;
        margin-bottom: 2px;
        letter-spacing: 0.1em;
    }
    .jobs-message-point-inner > div:first-child h3,
    .jobs-message-point-inner > div:last-child h3{
        padding: 8px 0 0 50px;
    }
}

@media print, screen and (max-width: 760px){
    /* jobs-message-point */
    .jobs-message-title{
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .jobs-message-title .title{
        display: block;
        font-size: 20px;
        letter-spacing: 0.1em;
        border-bottom: 4px solid #d4d4d4;
    }
    .jobs-message-title .en{
        font-size: 16px;
        line-height: 16px;
    }
    .jobs-message-point{
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .jobs-message-point-inner{
        padding: 40px;
        display: block;
    }
    .jobs-message-point-inner > div{
        width: 100%;
    }
    .jobs-message-point-inner > div:first-child{
        margin-bottom: 40px;
    }
    .jobs-message-point-inner > div div{
        padding: 20px;
    }
    .jobs-message-point-inner > div h3{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .jobs-message-point-inner > div:first-child h3{
        padding: 6px 0 0 41px;
        background: url(../images/jobs/icon_message_01_sp.png) left center no-repeat;
        background-size: 30px 30px;
    }
    .jobs-message-point-inner > div:last-child h3{
        padding: 6px 0 0 41px;
        background: url(../images/jobs/icon_message_02_sp.png) left center no-repeat;
        background-size: 30px 30px;
    }
    .jobs-message-point-inner > div p{
        font-size: 13px;
        line-height: 1.8;
    }
}

@media print, screen and (max-width: 540px){
    /* jobs-message-point */
    .jobs-message-point-inner{
        padding: 20px;
    }
    .jobs-message-point-inner > div:first-child{
        margin-bottom: 20px;
    }
}

@media print, screen and (max-width: 520px){
    /* jobs-message-point */
    .jobs-message-title .title br{
        display: inline;
    }
}

@media print, screen and (max-width: 350px){
    /* jobs-message-point */
    .jobs-message-title .title{
        font-size: 18px;
    }
    .jobs-message-point-inner > div h3{
        font-size: 5vw;
    }
}

/* *****************************************************************************

  jobs/training.html

***************************************************************************** */
/* training-area */
.training-copy{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    letter-spacing: 0.12em;
    line-height: 1.7;
    margin-bottom: 35px;
    text-align: center;
}
.training-copy span{
    color: #0780bd;
}
.training-copy br{
    display: none;
}
.training-text{
    margin-bottom: 60px;
}
.training-text p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.training-text p:last-child{
    margin-bottom: 0;
}

@media print, screen and (max-width: 760px){
    /* training-area */
    .training-copy{
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 22px;
    }
    .training-text{
        margin-bottom: 30px;
    }
    .training-text p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
}

@media print, screen and (max-width: 500px){
    /* training-area */
    .training-copy br{
        display: inline;
    }
}

/* training-box */
.training-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 80px;
}
.training-box:last-of-type{
    margin-bottom: 0;
}
.training-box > div{
    width: 540px;
}
.training-box > div img{
    width: 100%;
}
.training-box h2{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.2em;
    background-color: #efefef;
    padding: 18px 30px 12px;
    margin-bottom: 35px;
}
.training-box h2 span{
    background-color: #101010;
    display: inline-block;
    padding: 15px 14px 8px;
    line-height: 20px;
}
.training-box-text p{
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.6em;
}
.training-box-text p:last-child{
    margin-bottom: 0;
}
.training-box-large{
    margin-bottom: 80px;
}
.training-box-large h2{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    line-height: 19px;
    background-color: #efefef;
    text-align: center;
    padding: 28px 0 24px;
    letter-spacing: 0.2em;
    margin-bottom: 35px;
}
.training-box-large-img{
    padding-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.training-box-large-img div{
    width: 540px;
}
.training-box-large-img div img{
    width: 100%;
}

@media print, screen and (max-width: 1377px){
    /* training-box */
    .training-box > div{
        width: 48.21%;
    }
    .training-box-large-img div{
        width: 48.21%;
    }
}

@media print, screen and (max-width: 1000px){
    /* training-box */
    .training-box h2{
        font-size: 18px;
        margin-bottom: 1.2em;
    }
    .training-box h2 span{
        padding: 15px 14px 9px;
        line-height: 18px;
    }
    .training-box-text p{
        font-size: 15px;
        margin-bottom: 1.2em;
    }
}

@media print, screen and (max-width: 760px){
    /* training-box */
    .training-box{
        margin-bottom: 30px;
    }
    .training-box h2{
        font-size: 15px;
        padding: 14px 20px 10px;
    }
    .training-box h2 span{
        padding: 13px 12px 8px;
        line-height: 15px;
    }
    .training-box-text p{
        font-size: 13px;
        line-height: 1.8;
    }
    .training-box-large{
        margin-bottom: 30px;
    }
    .training-box-large h2{
        font-size: 15px;
        padding: 18px 0 14px;
        margin-bottom: 20px;
    }
    .training-box-large-img{
        padding-top: 20px;
    }
}

@media print, screen and (max-width: 640px){
    /* training-box */
    .training-box{
        display: block;
        margin-bottom: 35px;
    }
    .training-box > div{
        width: 100%;
        margin-bottom: 15px;
    }
    .training-box h2{
        text-align: center;
    }
    .training-box h2 span{
        background-color: #f2f2f2;
        line-height: 16px;
    }
    .training-box-text p{
        margin-bottom: 1.2em;
    }
    .training-box-large-img{
        display: block;
    }
    .training-box-large-img div{
        width: 100%;
    }
    .training-box-large-img div:first-child{
        margin-bottom: 10px;
    }
}

/* *****************************************************************************

  jobs detail style

***************************************************************************** */
/* jobs-detail */
.jobs-detail-wrap{
    width: 1360px;
    margin: 0 auto;
    padding: 0 120px;
}
.jobs-detail{
    padding: 0;
}
.jobs-detail-catch{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 1.8;
    margin-bottom: 60px;
    text-align: center;
}
.jobs-detail-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 60px;
}
.jobs-detail-box > div{
    width: 530px;
}
.jobs-detail-box > div p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 1.8em;
}
.jobs-detail-box > div p:last-child{
    margin-bottom: 0;
}
.jobs-detail-box > div img{
    width: 100%;
}
.jobs-detail-img{
    background-color: #f9f9f9;
    margin-bottom: 60px;
    padding: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.jobs-detail-img > div{
    width: 470px;
}
.jobs-detail-img > div img{
    width: 100%;
}

@media print, screen and (max-width: 1377px){
    /* jobs-detail */
    .jobs-detail-wrap{
        width: 100%;
    }
    .jobs-detail-box > div:first-child{
        width: 58.93%;
    }
    .jobs-detail-box > div:last-child{
        width: 35.71%;
    }
    .jobs-detail-img > div{
        width: 47%;
    }
}

@media print, screen and (max-width: 1240px){
    /* jobs-detail */
    .jobs-detail-wrap{
        padding: 0 80px;
    }
    .jobs-detail-box > div:first-child,
    .jobs-detail-box > div:last-child{
        width: 47.83%;
    }
}

@media print, screen and (max-width: 1000px){
    /* jobs-detail */
    .jobs-detail-wrap{
        padding: 0 40px;
    }
    .jobs-detail-img{
        padding: 40px;
    }
    .jobs-detail-img > div{
        width: 47.5%;
    }
}

@media print, screen and (max-width: 760px){
    /* jobs-detail */
    .jobs-detail-wrap{
        padding: 0 20px;
    }
    .jobs-detail-catch{
        font-size: 18px;
        letter-spacing: 0.12em;
        line-height: 1.7;
        margin-bottom: 30px;
    }
    .jobs-detail-box{
        display: block;
        margin-bottom: 30px;
    }
    .jobs-detail-box > div:first-child,
    .jobs-detail-box > div:last-child{
        width: 100%;
    }
    .jobs-detail-box > div:first-child{
        margin-bottom: 30px;
    }
    .jobs-detail-box > div p{
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 1.5em;
    }
    .jobs-detail-img{
        padding: 0;
        margin-bottom: 30px;
        background-color: #ffffff;
    }
    .jobs-detail-img > div{
        width: 48%;
    }
}


@media print, screen and (max-width: 480px){
    /* jobs-detail */
    .jobs-detail-box{
        margin-bottom: 20px;
    }
}

@media print, screen and (max-width: 420px){
    /* jobs-detail */
    .jobs-detail-catch{
        text-align: left;
    }
}

/* oneday-flow */
.oneday-flow{
    background-color: #f2f2f2;
    margin-bottom: 60px;
    padding-top: 60px;
    overflow: hidden;
}
.oneday-flow-inner{
    background-color: #ffffff;
    width: 1120px;
    margin: 0 auto 60px;
    border-bottom: 1px solid #d5d5d5;
    padding: 60px;
}
.oneday-flow-inner h2{
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    line-height: 23px;
    letter-spacing: 0.12em;
    background: url(../images/bg_gray_01.png) center bottom no-repeat;
    background-size: 30px 3px;
    padding-bottom: 23px;
    margin-bottom: 35px;
}
.oneday-box-arrow{
    padding-bottom: 56px;
    background: url(../images/jobs/arrow_oneday_01.png) center bottom 11px no-repeat;
}
.oneday-box{
    border: 4px solid #e8e8e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.oneday-box > div:first-child{
    width: 260px;
}
.oneday-box > div:last-child{
    width: 740px;
    padding: 30px;
}
.oneday-box > div img{
    width: 100%;
}
.oneday-box > div p{
    font-size: 17px;
    letter-spacing: 0.04em;
    line-height: 2;
}

@media print, screen and (max-width: 1377px){
    /* oneday-flow */
    .oneday-flow{
        padding: 60px 120px 0;
    }
    .oneday-flow-inner{
        width: 100%;
    }
}

@media print, screen and (max-width: 1240px){
    /* oneday-flow */
    .oneday-flow{
        padding: 60px 80px 0;
    }
    .oneday-box > div:last-child{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media print, screen and (max-width: 1100px){
    /* oneday-flow */
    .oneday-box > div:first-child{
        width: 240px;
    }
    .oneday-box > div:last-child{
        width: 760px;
    }
}

@media print, screen and (max-width: 1000px){
    /* oneday-flow */
    .oneday-flow{
        padding: 60px 40px 0;
    }
    .oneday-box > div:first-child{
        width: 220px;
    }
    .oneday-box > div:last-child{
        width: 780px;
    }
    .oneday-box > div:last-child{
        padding: 25px;
    }
    .oneday-box > div p{
        font-size: 15px;
    }
}

@media print, screen and (max-width: 760px){
    /* oneday-flow */
    .oneday-flow{
        padding: 30px 20px 0;
        margin-bottom: 30px;
    }
    .oneday-flow-inner{
        margin-bottom: 30px;
        padding: 30px 20px;
    }
    .oneday-flow-inner h2{
        font-size: 18px;
        line-height: 18px;
        background: url(../images/bg_gray_01.png) center bottom no-repeat;
        background-size: 25px 3px;
        margin-bottom: 22px;
        padding-bottom: 18px;
    }
    .oneday-box-arrow{
        padding-bottom: 40px;
        background: url(../images/jobs/arrow_oneday_01_sp.png) center bottom 8px no-repeat;
        background-size: 18px 24px;
    }
    .oneday-box{
        border: 3px solid #e8e8e8;
    }
    .oneday-box > div:first-child{
        width: 200px;
    }
    .oneday-box > div:last-child{
        width: 800px;
    }
    .oneday-box > div:last-child{
        padding: 20px;
    }
    .oneday-box > div p{
        font-size: 14px;
        line-height: 1.8;
    }
}

@media print, screen and (max-width: 640px){
    /* oneday-flow */
    .oneday-box > div:first-child{
        width: 200px;
    }
}

@media print, screen and (max-width: 540px){
    /* oneday-flow */
    .oneday-box{
        display: block;
    }
    .oneday-box > div:first-child,
    .oneday-box > div:last-child{
        width: 100%;
    }
}

/* jobs-detail-message */
.jobs-detail-message{
    width: 1360px;
    margin: 0 auto;
    padding: 0 120px;
}
.jobs-detail-message-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 60px;
}
.jobs-detail-message-box > div:first-child{
    width: 200px;
}
.jobs-detail-message-box > div:last-child{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 40px;
    background-color: #0072ab;
    padding: 30px 25px 25px 25px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    line-height: 1.8;
    position: relative;
}
.jobs-detail-message-box > div:last-child:before{
    position: absolute;
    top: 50%;
    right: -35px;
    bottom: auto;
    left: auto;
    content: "";
    display: block;
    height: auto;
    width: auto;
    border-top: 11px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 18px solid transparent;
    border-left-color: #0072ab;
    margin-top: -10px;
}
.jobs-detail-message-box > div:last-child p{
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0.12em;
}
.jobs-detail-message-box > div:last-child p br{
    display: none;
}
.jobs-detail-message-box > div img{
    width: 100%;
    border-radius: 50%;
}

@media print, screen and (max-width: 1377px){
    /* jobs-detail-message */
    .jobs-detail-message{
        width: 100%;
    }
    .jobs-detail-message-box > div{
        width: 47.32%
    }
    .jobs-detail-message-box > div:last-child p br{
        display: inline;
    }
}

@media print, screen and (max-width: 1240px){
    /* jobs-detail-message */
    .jobs-detail-message{
        padding: 0 80px;
    }
    .jobs-detail-message-box > div{
        width: 47.32%
    }
}

@media print, screen and (max-width: 1000px){
    /* jobs-detail-message */
    .jobs-detail-message{
        padding: 0 40px;
    }
    .jobs-detail-message-box > div:last-child p{
        font-size: 18px;
    }
}

@media print, screen and (max-width: 800px){
    /* jobs-detail-message */
    .jobs-detail-message-box > div:last-child p{
        font-size: 2.15vw;        
    }
}

@media print, screen and (max-width: 760px){
    /* jobs-detail-message */
    .jobs-detail-message{
        padding: 0 20px;
    }
    .jobs-detail-message-box{
        margin-bottom: 30px;
    }
    .jobs-detail-message-box > div{
        width: 100%;
    }
    .jobs-detail-message-box > div:first-child{
        width: 160px;
    }
    .jobs-detail-message-box > div:last-child{
        margin-right: 30px;
    }
    .jobs-detail-message-box > div:last-child p{
        font-size: 14px;
    }
}

@media print, screen and (max-width: 640px){
    /* jobs-detail-message */
    .jobs-detail-message-box{
        display: block;
    }
    .jobs-detail-message-box > div:first-child{
        margin: 0 auto 30px;
    }
    .jobs-detail-message-box > div:last-child{
        padding: 20px;
    }
    .jobs-detail-message-box > div:last-child:before{
        height: 0;
        width: 0;
        top: -48px;
        right: 0;
        left: 0;
        bottom: auto;
        border-top: 30px solid transparent;
        border-right: 18px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 18px solid transparent;
        border-bottom-color: #0072ab;
        margin: auto;
    }
}

@media print, screen and (max-width: 420px){
    /* jobs-detail-message */
    .jobs-detail-message-box > div:last-child p br{
        display: none;
    }
}

/* jobs-detail-button */
.jobs-detail-button{
    text-align: center;
    margin-bottom: 100px;
}
.jobs-detail-button a{
    display: inline-block;
    background-color: #212121;
    color: #ffffff;
    font-size: 17px;
    line-height: 15px;
    padding: 33px 60px 30px;
    letter-spacing: 0.15em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jobs-detail-button a:hover{
    background-color: #0072ab;
}
.jobs-detail-button span{
    padding-right: 35px;
    background: url(../images/arrow_button_02.png) right 4px center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.jobs-detail-button a:hover span{
    background: url(../images/arrow_button_02.png) right center no-repeat;
}

@media print, screen and (max-width: 760px){
    /* jobs-detail-button */
    .jobs-detail-button{
        margin-bottom: 60px;
    }
    .jobs-detail-button a{
        font-size: 13px;
        line-height: 13px;
        padding: 24px 50px 22px;
    }
    .jobs-detail-button a,
    .jobs-detail-button a:hover{
        background-color: #212121;
    }
    .jobs-detail-button span,
    .jobs-detail-button a:hover span{
        padding-right: 26px;
        background: url(../images/arrow_button_02_sp.png) right center no-repeat;
        background-size: 6px 11px;
    }
}

@media print, screen and (max-width: 640px){
    /* jobs-detail-button */
    .jobs-detail-button{
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .jobs-detail-button a{
        letter-spacing: 0.1em;
        width: 100%;
        padding: 22px 10px 19px;
    }
}

/* *****************************************************************************

  entry style

***************************************************************************** */
/* entry-box */
.entry-box-area{
    border-top: 1px solid #e2e2e2;
}
.entry-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 35px 0;
}
.entry-box > div{
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.6;
}
.entry-box > div:first-child{
    width: 310px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 11px 35px 11px 10px;
}
.entry-box > div:first-child br{
    display: none;
}
.entry-box > div:first-child .sentence-area br{
    display: inline;
}
.entry-box > div:first-child span:last-child span{
    background-color: #d30a24;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    padding: 4px 10px;
    border-radius: 3px;
}
.entry-box > div:last-child{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px 0 35px;
    border-left: 1px solid #e2e2e2;
}
.form-text{
    font-family: Helvetica,source-han-sans-japanese,"Yu Gothic","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体",sans-serif;
    font-style: normal;
    font-weight: 500;
	padding: 16px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 16px;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
}
.form-short{
    width: 240px;
}
.form-long{
    width: 100%;
}
.form-example{
    padding-top: 5px;
    font-size: 15px;
}
.radio-list span.wpcf7-list-item{
    margin: 0 30px 0 0;
}
.radio-list span.wpcf7-list-item:last-of-type{
    margin: 0;
}
.form-sentence{
    font-family: Helvetica,source-han-sans-japanese,"Yu Gothic","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体",sans-serif;
    font-style: normal;
    font-weight: 500;
	padding: 16px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 16px;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    width: 100%;
    height: 200px;
}
.entry-box span.wpcf7-not-valid-tip{
    color: #d30a24;
}
.entry-privacy{
    padding: 60px 0;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 2;
}
.entry-box-area div.wpcf7-validation-errors,
.entry-box-area div.wpcf7-acceptance-missing{
    border: 2px solid #d30a24;
    color: #d30a24;
}

@media print, screen and (max-width: 1377px){
    /* entry-box */
    .entry-box > div:first-child{
        width: 250px;
    }
    .entry-box > div:first-child br{
        display: inline;
    }
}

@media print, screen and (max-width: 1000px){
    /* entry-box */
    .entry-box > div{
        font-size: 15px;
    }
    .entry-box > div:first-child{
        width: 230px;
        padding-right: 25px;
    }
    .entry-box > div:first-child span:last-child span{
        font-size: 12px;
        line-height: 12px;
    }
    .entry-box > div:last-child{
        padding-left: 25px;
    }
    .form-text{
        font-size: 15px;
    }
    .form-example{
        font-size: 14px;
    }
    .radio-list span.wpcf7-list-item{
        margin: 0 20px 0 0;
    }
    .form-sentence{
        font-size: 15px;
    }
    .entry-privacy{
        font-size: 15px;
    }
}

@media print, screen and (max-width: 760px){
    /* entry-box */
    .entry-box{
        display: block;
        border-bottom: 1px solid #e2e2e2;
        padding: 15px 0;
    }
    .entry-box > div{
        font-size: 14px;
        letter-spacing: 0.02em;
    }
    .entry-box > div:first-child{
        width: 100%;
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-bottom: 10px;
    }
    .entry-box > div:first-child br,
    .entry-box > div:first-child .sentence-area br{
        display: none;
    }
    .entry-box > div:first-child span:first-child{
        padding: 1px 15px 0 0;
    }
    .entry-box > div:first-child span:last-child span{
        font-size: 11px;
        line-height: 11px;
        padding: 4px 10px;
    }
    .entry-box > div:last-child{
        width: 100%;
        padding: 0;
        border-left: none;
    }
    .form-text{
    	padding: 10px 12px;
        font-size: 14px;
    }
    .form-short{
        width: 100%;
    }
    .form-long{
        width: 100%;
    }
    .form-example{
        padding-top: 8px;
        font-size: 13px;
    }
    .radio-list span.wpcf7-list-item{
        margin: 0 15px 0 0;
    }
    .form-sentence{
        padding: 10px 12px;
        font-size: 14px;
        height: 160px;
    }
    .entry-privacy{
        padding: 30px 0;
        font-size: 13px;
        letter-spacing: 0.02em;
        line-height: 1.9;
    }
}

@media print, screen and (max-width: 540px){
    /* entry-box */
    .radio-list span.wpcf7-list-item{
        display: block;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .radio-list span.wpcf7-list-item:last-of-type{
        margin-bottom: 0;
    }
}
