@charset "UTF-8";
/* CSS Document */

.first-image {
    width: 100%;
    height: 500px;
    margin-top: 60px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 70px;
    padding: 0;
    position: relative;
    background-image: url("../img/form-image.jpg");
    background-repeat: no-repeat;
    background-position: center 75%;
    background-size: cover;
}
.c-copy {
    position: absolute;
    top: 47%;
    left: 6%;
    font-family: "FOT-ロダン ProN EB";
    color: #00B4ED;
    font-size: 40px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 0.8em;
}
.c-copy span {
    font-family: "FOT-ロダン ProN M";
    font-size: 15px;
}

.c-container h2 {
    display: block;
    margin: 0 auto 50px;
    font-family: "FOT-マティス ProN M";
    font-size: 23px;
    font-weight: lighter;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0;
    color: #fff;
}
h3 {
    font-family: "FOT-マティス ProN M";
    font-size: 20px;
    font-weight: lighter;
    line-height: 1.8em;
    margin: 0 0 10px 0;
}
h1 small, h2 small, h3 small {
    font-family: "FOT-マティス ProN L";
    font-size: 15px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    color: #0B318F;
}
.c-container h2 small {
    font-family: "FOT-マティス ProN L";
    font-size: 15px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    color: #fff;
}
.no {
    font-family: "FOT-マティス ProN EB";
    font-size: 65px;
    color: #E3007F;
    position: absolute;
    bottom: -8px;
    left: 5px;
}
.red {
    color: #D70003;
}
.i-container {
    width: 100%;
    height: 80vh;
    min-height: 450px;
    background-image: url("../img/b-image.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}
.c-container {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 5%;
    position: relative;
    background-color: #0B318F;
    text-align: center;
    display: block;
    margin-bottom: 50px;
}
.left-container {
    width: 50%;
    box-sizing: border-box;
    padding: 35px 25px;
    background-color: rgba(255,255,255,0.60);
    text-align: left;
    position: absolute;
    bottom: 30px;
    left: 3%;
}
.left-container p {
    font-family: "FOT-マティス ProN M";
    font-size: 13px;
    line-height: 2.2em;
    text-align: justify;
}
.contents2 {
    width: 100%;
    text-align: center;
}
.contents3 {
    width: 31%;
    min-width: 320px;
    height: auto;
    box-sizing: border-box;
    position: relative;
    margin: 10px 2.5% 30px 0;
    padding-bottom: 25px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.contents3:nth-child(4) {  
    margin: 10px 0 30px 0;
}
.contents3 .image {
    position: relative;
}
.contents3 p {
    font-family: "FOT-マティス ProN M";
    font-size: 13px;
    font-weight: lighter;
    line-height: 1.8em;
    margin: 0 15px;
    text-align: justify;
}
.contents3 img {
    width: 100%;
    margin-bottom: 35px;
}

.service-btn {
    width: 50%;
    padding-bottom: 40px;
    display: block;
    box-sizing: border-box;
    position: relative;
    float: left;
}
.service-btn img {
    width: 100%;
    border-bottom: 2px solid #0B318F;
}
.service-btn .name {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 30px 15px 20px;
    font-family: "FOT-マティス ProN EB";
    font-size: 21px;
    font-weight: lighter;
    line-height: 1.0em;
    letter-spacing: 1px;
    text-align: left;
    color: #0B318F;
    background-color: #FFFFFF;
    z-index: 2;
}
.service-btn .name span {
    font-family: "FOT-マティス ProN L";
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    color: #E3007F;
    margin-left: 20px;
}
.more {
    font-family: "FOT-マティス ProN EB";
    font-size: 13px;
    font-weight: lighter;
    line-height: 1.0em;
    color: #0B318F;
    position: absolute;
    bottom: 7px;
    right: 10px;
}
.service-btn2 {
    width : calc(100% / 3);
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-bottom: 40px;
}
.service-btn2 img {
    width: 100%;
}
.service-btn2 .name2 {
    width: 55%;
    padding: 7px 7px 5px;
    position: absolute;
    top: 75%;
    left: 0;
    background-color: rgba(11,49,143,0.80);
    border-left: 6px solid #00ABEB;
    font-family: "FOT-マティス ProN EB";
    font-size: 17px;
    font-weight: lighter;
    line-height: 1.0em;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
}
.service-btn2 .name2 span {
    font-family: "FOT-マティス ProN L";
    font-size: 12px;
    font-weight: lighter;
    letter-spacing: 0.1em;
}
.link-img {
    width: 20%;
    box-sizing: border-box;
    margin: 30px 2% 30px;
    border: 1px solid #B6B6B6;
    display: inline-block;
}
/*お問い合わせ*/
.icon {
    width: 80px;
    display: block;
    margin: 0px auto 20px;
    padding: 0;
}
.center {
    width: 100%;
    text-align:center;
}
.text1 {
    font-family: "FOT-ロダン ProN B";
    font-size: 18px;
    text-align: center;
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.contact-tel-b {
    font-family: "FOT-ロダン ProN DB";
    box-sizing: border-box;
    margin: 0 1%;
    padding: 14px 25px;
    display: inline-block;
    background-color: #103380;
    font-size: 21px;
    letter-spacing: 0.1em;
    text-align:center;
    color: #fff;
}
.text2 {
    font-family: "FOT-ロダン ProN DB";
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.8em;
    color: #0B318F;
    letter-spacing: 0.1em;
    margin: 30px 0 0 10px;
}
.hoshin-list {
    width: 90%;
    box-sizing: border-box;
    margin: 30px 0 20px 30px;
    padding: 0;
    list-style: none;
}
.hoshin-list .komoku {
    font-family: "FOT-ロダン ProN DB";
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 2em;
    text-align: justify-all;
}
.hoshin-list .honbun {
    font-family: "FOT-ロダン ProN M";
    font-size: 13px;
    margin: 0 0 35px 2em;
    line-height: 2em;
}
.hoshin-list .honbun a {
    text-decoration: none;
    color: #000;
}
.hoshin-list .honbun ol {
    width: 90%;
    padding: 0;
    margin: 20px 0 20px 3em;
}
.hoshin-list .honbun ol li {
    margin: 0;
    padding-left: 5px;
    text-align: justify-all;
}
ol li strong {
    font-family: "FOT-ロダン ProN DB";
}


@media only screen and (max-width: 899px) {
.first-image {
    height: auto;
    margin-bottom: 50px;
    padding-top: 68.5%;
    background-position: center top;
    background-size: 110% auto;
}
.c-copy {
    font-size: 35px;
    position: absolute;
    top: 65%;
    left: 6%;
}
.c-copy span {
    font-size: 15px;
}

.contact-tel-b {
    width: 85%;
    margin: 15px auto;
    padding: 14px 0;
    font-size: 19px;
}
.text2 {
    font-size: 17px;
    margin: 30px 0 0 0px;
}
.hoshin-list {
    width: 100%;
    margin: 30px 0 20px 0px;
}
.hoshin-list .komoku {
    font-size: 15px;
}
.hoshin-list .honbun {
    font-size: 12px;
    margin: 0 0 25px 2em;
}
.hoshin-list .honbun ol {
    width: 90%;
    padding: 0;
    margin: 20px 0 20px 3em;
}
.hoshin-list .honbun ol li {
    margin: 0;
    padding-left: 5px;
    text-align: justify-all;
}


}
