@charset 'utf-8';

/*css*/
/*
:root {
    --red: #AE1B1B;
    --gray: #a8a8a8;
    --dark-gray: #717171;
    --thin-gray: #EFEFEF;
    --blue: #61AEB3;
    --dark-blue: #61AEB3;
}
*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: .6pt;
    font-size: 14px;
    color: #333;
    word-break: break-all;
    /*    height: 100%;*/


}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #333;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;

}

p {
    line-height: 1.5;
}
.ob img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  font-family: 'object-fit: contain;'; /*IE対策*/
}


/*-----------------------------------------

        共通

-----------------------------------------*/
section {
    padding-bottom: 70px !important;
    overflow: hidden;
}

.inner {
    max-width: 1050px;
    padding: 0 20px;
    margin: 0 auto;
}

.inner2 {
    max-width: 980px;
    padding: 0 20px;
    margin: 0 auto;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}


.midasi2 {
    font-size: 30px;
    padding-left: 10px;
    border-left: solid 5px #333;
    margin-bottom: 20px;
}

.yellow {
    font-weight: bold;
    font-size: 18px;
    background-color: yellow;
    /*    position: relative;*/
}

/*
.yellow:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background-color: yellow;
    top: 10px;
    z-index: -10;
}
*/

.mb {
    margin-bottom: 40px;
}

.mb-s {
    margin-bottom: 10px;
}

.mb-l {
    margin-bottom: 100px;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: 12px;
}

.hide {
    display: none;
}

.f-l {
    font-size: 20px;
}

.pc-none {
    display: none;
}

/*-----------------------------------------

        header(ヘッダー)

-----------------------------------------*/
header {
    border-top: solid 3px #AE1B1B;
}


.logo {
    padding: 20px 0;
    /*    min-width: 440px;*/

}

.logo .split:first-child {
    min-width: 110px;
}

.logo span {
    color: #AE1B1B;
    padding: 6px;
    border: solid 3px #AE1B1B;
    border-radius: 4px;
    font-size: 12px
}

.header-menu {
    text-align: right;
}

.header-menu span {
    display: inline-block;
    background-color: #AE1B1B;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 0 4px 4px;
}

.header-menu li {
    display: inline-block;
    padding: 5px 10px 10px;
    margin-bottom: 5px;
    border-left: solid 1px #a8a8a8;
    position: relative;
}
.header-menu li:last-child {
    border-right: solid 1px #a8a8a8;
}
.header-menu li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-image: url(../img//sankaku.png);
    left: 50%;
    bottom: -3px;
    transform: translateY(-50%);
}


/*-----*/
.header-visual {
/*    background-color: #AE1B1B;*/
    background-image: url(../img/bk.png);
    background-repeat: no-repeat;
    background-size: cover;

}


/*-----*/
.header-bottom {
    background-color: #EFEFEF;
    padding: 15px 0;
}




/*-----------------------------------------

        main(メインコンテンツ）

-----------------------------------------*/
.feature .midasi1 {
    margin: 80px 0 30px;
    font-size: 30px;
    color: #61AEB3;
/*    font-weight: normal;*/
    line-height: 1.4;
}


.feature-content {
    margin-bottom: 5px;
}

.feature-content .splitin1 {
    width: 100%;
    overflow: hidden;
}

.feature-content .splitin1 .split:last-child {}

.feature-content .splitin1 .split img {
    flex-shrink: 0;
}
.feature-content .splitin2 .split {
    width: 100%;
}


.feature-content .box {
    background-color: #EFEFEF;
    border-radius: 6px;
    text-align: center;
    padding: 10px 10px 0;
    height: 100%;
}

.feature-content span {
    display: inline-block;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    background-color: #717171;
    line-height: 30px;
}

.feature-content h2 {
    font-size: 23px;
    margin: 10px 0;
}

.feature-content p {
    font-size: 16px;
    margin-bottom: 10px;
}


.contact-button {
    margin-top: 50px;
}

.contact-button button {
    color: #fff;
    background-color: #61AEB3;
    padding: 20px;
    font-size: 24px;
    border-radius: 4px;
    max-width: 440px;
    width: 100%;
    margin-top: 10px;
}

.contact-button button:hover {
    cursor: pointer;
}

/*---*/
.zirei-title {
    padding: 20px 0;
    background-color: #61AEB3;
}

.zirei-content {
    margin-top: 45px;
    margin-bottom: 20px;
}

.zirei-content > .split {
    border-left: dashed 1px #717171;
    padding: 15px 10px;
}

.zirei-content > .split:last-child {
    border-right: dashed 1px #717171;
}

.zirei-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1.2
}

.zirei-content p {
    margin-top: 20px;
    text-align: center;
    line-height: 1.6
}

.zirei-content span {
    border-bottom: dashed 1px #717171;
}


/*---*/
.other {
    margin-top: 30px;
    padding-top: 70px;
    border-top: solid 1px #EFEFEF;
}

.other h2 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.3;
}

.other h2 + p {
    margin-bottom: 30px;
}


/*---*/
.contact {
    background-color: #EFEFEF;
    border-radius: 7px;
    padding: 20px;
}

.contact h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.contact label {
    display: block;
    margin-bottom: 5px;
}

.contact .form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.form input[type=submit]:disabled {
    opacity: 0.5;
}

.contact input[type=text],
.contact select,
.contact textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
}

.contact input[type=submit] {
    background-color: #AE1B1B;
    color: #fff;
    padding: 20px;
    border-radius: 30px;
    max-width: 400px;
    width: 100%;
}

.contact input[type=submit] {
    cursor: pointer;
}



/*-----------------------------------------

        footer(フッター）

-----------------------------------------*/
footer {
    background-color: #261E23;
    padding: 15px 0;
    color: #fff;
    line-height: 1.6;
}

.footer-logo {
    width: 150px;
}






/*-----------------------------------------

        スマホ用

-----------------------------------------*/
