@charset "UTF-8";

/****************
     リセット
 ****************/
footer p,
footer li{
	line-height: 1.5;
}
html,
body,
header,
h1,
h2,
h3,
h4,
main ul,
main ol,
main dl,
main li,
main dt,
main dd,
main p,
main div,
main span,
main img,
main a,
main table,
main tr,
main th,
main td {

    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

p:empty,
div:empty,
li:empty {
    height: 0;
}

a[href^="tel:"] {
    pointer-events: none;
}

/****************
    index
 ****************/
.body {
    width: 100%;
    margin: 0 auto;
}

.toTop {
    margin: 0 auto;
    text-align: right;
    position: fixed;
    bottom: 60px;
    right: 5%;
    cursor: pointer;
    z-index: 20;
}

.primary-btn {
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    position: relative;
}

.primary-btn-inner {
    position: fixed;
    bottom: 160px;
    right: 0;
}

.fv,
.bottomCv,
.summary {
    text-align: center;
    line-height: 0;
}

.fv img,
.bottomCv img,
.summary img {
    width: 100%;
}

.feature,
.point,
.mov,
.voice,
.etc,
.about,
.header {
    line-height: 0;
}

.feature img,
.point img,
.mov img,
.voice img,
.etc img,
.about img,
.header img {
    width: 100%;
}

.mov {
    width: 100%;
    height: 100%;
    position: relative;
}

.mov-ytb {
    position: absolute;
    width: 37.5%;
    height: auto;
    top: 47.5%;
    left: 42%;
    display: inline-block;
}

.cvBtn {
    width: 37%;
    margin-top: -11%;
    display: inline-block;
}

.summary .cvBtn {
    margin-top: -19%;
}

.about {
    padding-bottom: 50px;
    text-align: center;
    background: url("/img/usr/bonito/pc/about-bg.png") repeat;
}

.about-intro {
    width: 1040px;
    margin: 0 auto;
    padding: 30px 0;
}

.about-intro-inner {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    text-align: left;
}

.about-intro-inner:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about-intro-inner-image {
    width: 479px;
}

.about-intro-inner-image img {
    width: 100%;
}

.about-intro-inner-data {
    width: 561px;
    padding: 30px;
}

.about-intro-inner-data-headding {
    font-size: 28px;
    color: #2d4b72;
    font-weight: bold;
    line-height: 1;
}

.about-intro-inner-data-text,
.about-intro-inner-data-list {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.8;
}

.about-intro-inner-data-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-intro-inner-data-list-title {
    width: 40%;
    color: #2d4b72;
    font-weight: bold;
}

.about-intro-inner-data-list-data {
    width: 60%;
}

.about-guide {
    font-size: 16px;
}

.about-guide-heading {
    height: 60px;
    font-size: 28px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2d4b72;
}

.about-guide-title {
    padding: 50px 0;
}

.about-guide-inner {
    width: 1200px;
    margin: 30px auto 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-guide-item {
    width: 576px;
    padding: 30px 0;
}

.about-guide-item-head {
    font-size: 22px;
    font-weight: bold;
    color: #2d4b72;
}

.about-guide-item-head::before {
    content: '●';
}

.about-guide-item-lead {
    padding-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

.about-guide-item-text {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.6;
}

.about-guide-item-img {
    padding-top: 20px;
}

.about-guide-item-inner {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-guide-item-inner:last-child {
    padding-top: 0;
}

.about-guide-item-inner-head {
    width: 184px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    background: #d6e1f0;
}

.about-guide-item-inner-head:last-child {
    border-top: 1px solid #d9d9d9;
}

.about-guide-item-inner-item {
    width: 392px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}

.about-guide-item-inner-item-subText {
    font-size: 16px;
    padding-top: 10px;
}

.about-guide-item-inner-item.tel {
    font-size: 20px;
    line-height: 1;
    -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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-guide-ssl img,
.about-guide-ssl a {
    display: inline-block;
    color: #d12b38;
}

.about-guide-ssl a {
    padding-left: 20px;
}

.about .about-guide-ssl img {
    width: 94px;
}

.about-guide-inquiry {
    width: 576px;
    height: auto;
    margin-top: 30px;
    background: #fff;
}

.about-guide-inquiry-title {
    width: 260px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    border: 1px solid #000;
    padding: 10px;
    font-weight: bold;
    border-radius: 20px;
}

.about-guide-inquiry-tel {
    padding-top: 20px;
    font-size: 44px;
    color: #ccb342;
}

.about-guide-inquiry-tel::before {
    content: url("/img/usr/mackerel/pc/guide-tel.png");
    padding-right: 7px;
}

.about-guide-inquiry-text {
    padding-top: 20px;
}

.about-guide-item-inner.pair {
    margin-top: 0;
}

.about-guide-item-inner.pair .about-guide-item-inner-head {
    border-top: 1px solid #d9d9d9;
}

.about-guide-item-inner.pair .about-guide-item-inner-item {
    border-top: 1px solid #ede7d3;
}

.about img.about-guide-item-inner-item-cards {
    width: 156px;
}

.about-guide-item-inner.tel,
.about-guide-item-inner-head.tel,
.about-guide-item-inner-item.tel {
    height: 70px;
}

.isRed {
    color: #c33;
}

.about-guide-item-text.innerHead {
    margin-top: 30px;
    background: #2d4b72;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-radius: 25px;
}

.about img.about-guide-item-img-post {
    width: 426px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}


.footer-menuList {
    width: 800px;
    height: 80px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-menuList-item {
    color: #000;
    font-size: 16px;
}

.footer-menuList-item::before {
    content: "|";
    padding-right: 20px;
}

.footer-menuList-item a {
    color: #000;
    text-decoration: none;
}

.footer-menuList-item a:hover {
    text-decoration: none;
}

.footer-menuList-item:last-child::after {
    content: "|";
    padding-left: 20px;
}

.footer-text {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    background: #2d4b72;
}
