@charset "UTF-8";
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"),
         url("/cmn/font/Roboto-Thin.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"),
         url("/cmn/font/Roboto-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Regular"),
         url("/cmn/font/Roboto-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"),
         url("/cmn/font/Roboto-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"),
         url("/cmn/font/Roboto-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    src: local("Roboto Bold"),
         url("/cmn/font/Roboto-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 800;
    src: local("Roboto Black"),
         url("/cmn/font/Roboto-Black.ttf") format("truetype");
}
@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 100;
    src: local("Noto Sans CJK JP Thin"),
         url("/cmn/font/NotoSansCJKjp-Thin.otf") format("opentype");
}
@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 300;
    src: local("Noto Sans CJK JP Light"),
         url("/cmn/font/NotoSansCJKjp-Light.otf") format("opentype");
}
@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 350;
    src: local("Noto Sans CJK JP DemiLight"),
         url("/cmn/font/NotoSansCJKjp-DemiLight.otf") format("opentype");
}
@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP Regular"),
         url("/cmn/font/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans CJK JP Medium"),
         url("/cmn/font/NotoSansCJKjp-Medium.otf") format("opentype");
}
@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans CJK JP Bold"),
         url("/cmn/font/NotoSansCJKjp-Bold.otf") format("opentype");
}
@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: bold;
    src: local("Noto Sans CJK JP Bold"),
         url("/cmn/font/NotoSansCJKjp-Bold.otf") format("opentype");
}
@font-face {
    font-family: "Noto Sans CJK JP";
    font-style: normal;
    font-weight: 900;
    src: local("Noto Sans CJK JP Black"),
         url("/cmn/font/NotoSansCJKjp-Black.otf") format("opentype");
}
.c-btn {
    display: table;
    width: 200px;
    height: 40px;
    margin: 0 auto;
}
.c-btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #ff8b84;
    border: 1px solid #ff8b84;
    border-radius: 20px;
    background: #fff;
}
.c-btn a span {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 8px;
}
.c-btn a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 11px;
    top: 50%;
    right: 0;
    margin-top: -6px;
    z-index: 10;
    background: url("../img/inc_arw.png") no-repeat center center;
}
footer {
    background: #fff;
}
.footer_wrap {
    padding: 70px 0 100px 0;
}
.f-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
}
.f_lnk {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.f_lnk li {
    width: 350px;
    height: 90px;
    border: 1px solid #f0efef;
    border-radius: 4px;
    box-sizing: border-box;
}
.f_lnk li a {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 100%;
}
.f_lnk li:nth-child(1) a img {
    width: 238px;
}
.f_lnk li:nth-child(2) a img {
    width: 195px;
}
.footer_btm {
    padding: 10px 0;
    background: #ff8b84;
}
.footer_lnk {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.footer_lnk li {
    line-height: 1;
    margin-right: 20px;
}
.footer_lnk li:last-child {
    margin-right: 0;
}
.footer_lnk li a {
    display: inline-block;
    position: relative;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding-left: 10px;
}
.footer_lnk li a:before {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #fff;
}
.copy-txt {
    color: #fff;
    font-weight: normal;
    text-align: center;
}
.c-news_lst {
    width: 100%;
    max-width: 900px;
    margin: 60px auto 40px auto;
}
.c-news_lst li {
    border-bottom: 2px dotted #e3e3e3;
}
.c-news_lst li a {
    display: block;
    padding: 25px 0;
}
.c-news_lst li a .date {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    max-width: 160px;
    font-size: 18px;
    line-height: 1.6;
    color: #ff8b84;
}
.c-news_lst li a .ttl {
    line-height: 2;
}
.c-fixCv_wrap {
    display: none;
}
.c-ttl_wrap {
    padding: 90px 0 20px 0;
    border-top: 7px solid #fff2f1;
}
.c-ttl_in {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.c-en-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #ff8b84;
    text-align: center;
    margin-bottom: 20px;
}
.c-ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.c-ttl span {
    position: relative;
    display: block;
}
.c-ttl span:before {
    content: "";
    position: absolute;
    display: block;
    z-index: 10;
}
body.blog .c-ttl span:before {
    width: 60px;
    height: 63px;
    top: -62px;
    right: 50%;
    margin-right: -150px;
    background: url("../img/blog-ttl_icn.png") no-repeat center center;
}
.c-pnks_wrap {
    margin-top: 50px;
}
.c-pnks li {
    float: left;
    color: #ff8b84;
    position: relative;
    margin-right: 30px;
}
.c-pnks li:last-child {
    margin-right: 0;
}
.c-pnks li:before {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    right: -17px;
    z-index: 10;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ff8b84;
    border-right: 1px solid #ff8b84;
    transform: rotate(45deg);
}
.c-pnks li:last-child:before {
    content: none;
}
.c-pnks li a {
    color: #ff8b84;
}
.c-partition_img img {
    width: 100%;
}
@media (min-width: 896px) {
    .c-btn a:hover {
        color: #fff;
        background: #ff8b84;
    }
    .c-btn a:hover span:before {
        background: url(../img/inc_arw_w.png) no-repeat center center;
    }
    .f_lnk li a:hover {
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    }
    .c-news_lst li a {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
    }
    .c-news_lst li a:hover {
        color: #000;
        text-decoration: none;
    }
    .c-news_lst li a:hover .ttl {
        text-decoration: underline;
    }
}
@media only screen and (max-width: 896px) {
    .c-btn {
        width: 180px;
        height: 30px;
    }
    .c-btn a span {
        padding: 0 29px 0 14px;
    }
    .c-btn a span:before {
        background: url("../img/sp/inc_arw.png") no-repeat center center;
        background-size: 100% auto;
    }
    .footer_wrap {
        padding: 50px 15px 60px 15px;
    }
    .f-ttl {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .f_lnk {
        max-width: 345px;
    }
    .f_lnk li {
        width: 160px;
        height: 55px;
        border-radius: 2px;
    }
    .f_lnk li:nth-child(1) a img {
        width: 119px;
    }
    .f_lnk li:nth-child(2) a img {
        width: 98px;
    }
    .footer_btm {
        padding: 8px 0;
    }
    .footer_lnk {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
        -webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
        margin-bottom: 10px;
    }
    .footer_lnk li {
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer_lnk li:last-child {
        margin-bottom: 0;
    }
    .c-news_lst {
        margin: 20px auto 30px auto;
    }
    .c-news_lst li a {
        padding: 15px 0;
    }
    .c-news_lst li a .date {
        max-width: inherit;
        font-size: 13px;
    }
    .c-news_lst li a .ttl {
        line-height: 1.8;
    }
    .c-fixCv_wrap {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        padding: 10px 15px 15px 12px;
        background: #fff2f1;
        box-shadow: 0px -2px 15px 0px rgba(96, 96, 96, 6%);
    }
    .c-fixCv_tel {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
    }
    .c-fixCv_tel .txt {
        font-size: 8px;
        text-align: center;
    }
    .c-fixCv_tel .tel a {
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        position: relative;
        font-size: 24px;
        line-height: 1;
        color: #ff8b84;
        padding-left: 20px;
    }
    .c-fixCv_tel .tel a:before {
        content: "";
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        top: 50%;
        left: 0;
        margin-top: -8px;
        z-index: 10;
        background: url(/cmn/svg/tel_icn.svg) no-repeat center center;
        background-size: 100% auto;
    }
    .c-fixCv_btn {
        display: table;
        width: 47%;
        height: 50px;
    }
    .c-fixCv_in {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
    }
    .c-fixCv_btn a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 14px;
        color: #fff;
        line-height: 1.2;
        border-radius: 5px;
        background: #ff8b84;
    }
    .c-fixCv_btn.is-habii a {
        background: #86bdff;
    }
    .c-fixCv_btn a span {
        display: inline-block;
        position: relative;
        padding-left: 30px;
    }
    .c-fixCv_btn a span:before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        width: 18px;
        height: 28px;
        margin-top: -14px;
        z-index: 10;
        background: url("../svg/icn_material.svg") no-repeat center center;
        background-size: 100% auto;
    }
    .c-ttl_wrap {
        padding: 45px 0 20px 0;
    }
    .c-ttl_in {
        padding: 0 15px;
    }
    .c-en-ttl {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .c-ttl {
        font-size: 20px;
    }
    .c-ttl span {
        display: block;
    }
    body.blog .c-ttl span:before {
        width: 50px;
        height: 52px;
        top: -52px;
        margin-right: -110px;
        background: url("../img/sp/blog-ttl_icn.png") no-repeat center center;
        background-size: 100% auto;
    }
    .c-pnks_wrap {
        margin-top: 30px;
    }
    .c-pnks li {
        font-size: 12px;
        margin-right: 20px;
    }
    .c-pnks li:before {
        top: 9px;
        right: -12px;
        width: 5px;
        height: 5px;
    }
    .c-partition_img img {
        height: auto;
    }
}
@media only screen and (max-width: 374px) {
    .f_lnk li {
        width: 136px;
    }
    .c-fixCv_tel .txt {
        width: 48%;
    }
    .c-fixCv_tel .tel {
        width: 48%;
    }
    .c-fixCv_tel .tel a {
        font-size: 18px;
    }
}
