body {
    background: url(../images/bg.png) repeat-y;
    background-position: top;
    background-size: contain;
}
/* 1200 / 1023 */
.fukidashi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
}
.fukidashi:before,
.fukidashi:after {
    content: '';
    width: 20px;
    height: 43px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.fukidashi:before {
    background-image: url(../images/fukidashi-l-g.svg);
    background-position: left bottom;
    padding-right: 15px;
}
.fukidashi:after {
    background-image: url(../images/fukidashi-r-g.svg);
    background-position: right bottom;
    padding-left: 15px;
}
.fukidashi.w:before {
    background-image: url(../images/fukidashi-l-w.svg);
}
.fukidashi.w:after {
    background-image: url(../images/fukidashi-r-w.svg);
}
.fukidashi p {
    color: #44B7BE;
    font-size: 24px;
    font-weight: 500;
}
.fukidashi.w p {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .fukidashi:before,
    .fukidashi:after {
        width: 15px;
        height: 25px;
    }
    .fukidashi:before {
        padding-right: 10px;
    }
    .fukidashi:after {
        padding-left: 10px;
    }
    .fukidashi p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .fukidashi p {
        font-size: 16px;
    }
}

.notice {
    border: 2px dashed #ccc;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 100%;
    max-width: 968px;
}
.notice.bg-white {
    background: #fff;
    border-color: #44B7BE;
}
.notice.bg-green {
    background: #24A2AA;
    border-color: #fff;
}
.notice-image {
    margin-right: 15px;
}
.notice p {
    font-size: 32px;
    font-weight: bold;
}
.notice.bg-green p {
    color: #fff;
}
.notice.bg-white p {
    color: #44B7BE;
}
.notice p span {
    display: inline-block;
    padding: 0 0 10px;
    position: relative;
}
.notice p .orange {
    color: #FE8802;
}
.notice p span::after {
    background-repeat: repeat-x;
    background-size: contain;
    background-position: left center;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.notice.bg-green p span::after {
    background-image: url(../images/sen.svg);
    color: #fff;
}
.notice.bg-white p span::after {
    background-image: url(../images/sen-g.svg);
    color: #44B7BE;
}
.notice p span.no-grid::after {
    display: none;
}
@media screen and (max-width: 768px) {
    .notice-image {
        width: 50px;
    }
    .notice p {
        font-size: 24px;
    }
    .notice p span::after {
        height: 8px;
    }
}
@media screen and (max-width: 568px) {
    .notice-image {
        width: 35px;
    }
    .notice p {
        font-size: 18px;
    }
    .notice p span::after {
        height: 5px;
    }
}
/* mv */
.mv {
    padding: 20px 0 0;
    position: relative;
}
.mv:after {
    background: url(../images/mv-cover.png) no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.mv-inner {
    background: url(../images/mv.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
    padding: 200px 0 0;
    width: calc(100% - 40px);
}
.mv-text {
    margin: 0 0 70px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.fukidahi2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fukidahi2:before,
.fukidahi2:after {
    content: '';
    width: 45px;
    height: 70px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 0 15px;
}
.fukidahi2:before {
    background-image: url(../images/fukidashi2-l-w.svg);
    background-position: left bottom;
    padding-right: 15px;
}
.fukidahi2:after {
    background-image: url(../images/fukidashi2-r-w.svg);
    background-position: left bottom;
    padding-left: 15px;
}
.sub-ttl {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 20px;
    position: relative;
}
.sub-ttl span {
    font-size: 13px;
    position: absolute;
    left: 50px;
    bottom: 0;
}
.mv-text h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}
.mv-text h1::after {
    background-image: url(../images/sen.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: left center;
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.mv-images {
    margin: 75px 0 0;
    text-align: center;
}
.mv-bg {
    display: none;
}
@media screen and (max-width: 968px) {
    .mv-img {
        display: none;
    }
    .sub-ttl {
        font-size: 21px;
        padding: 0 0 15px;
    }
    .sub-ttl span {
        font-size: 12px;
        left: 50px;
    }
    .fukidahi2:before,
    .fukidahi2:after {
        width: 15px;
        height: 30px;
    }
    .mv-text h1 {
        font-size: 32px;
    }
    .mv-images {
        margin: 45px 0 0;
    }
    .mv-images img {
        width: 200px;
    }
}
@media screen and (max-width: 768px) {
    .mv-bg {
        display: block;
        margin: 0 auto;
        position: relative;
        width: calc(100% - 20px);
        z-index: -1;
    }
    .mv:after {
        background: url(../images/mv-cover-sp.png) no-repeat;
        background-position: center;
        background-size: cover;
    }
    .mv-inner {
		/* background: url(../images/mv-sp.png) no-repeat;
        background-position: left -50px center; */
        background: none;
        height: 100%;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: calc(100% - 20px);
    }
    .mv-text {
        margin: 0;
        position: static;
    }
    .sub-ttl {
        font-size: 16px;
        padding: 0 0 15px;
    }
    .sub-ttl span {
        font-size: 10px;
        left: 50px;
    }
    .mv-text h1 {
        font-size: 24px;
    }
    .mv-images {
        margin: auto;
        position: absolute;
        bottom: 5%;
        left: 0;
        right: 0;
    }
    .mv-images img {
        width: 270px;
    }
}
@media screen and (max-width: 568px) {
    .sub-ttl {
        font-size: 14px;
    }
    .mv-text h1 {
        font-size: 21px;
    }
}
/* search */
.search {
    background-color: none;
    background-image: url(../images/search-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 85px 0 45px;
}
.search.bg-green {
    background: #44B7BE;
}
.search-inner {
    background: #DBF0F0;
    border-radius: 20px;
    margin: 0 auto;
    padding: 55px 15px;
    width: 92%;
    max-width: 1200px;
}
.search.bg-green .search-inner {
    background: rgba(219, 240, 240, 0.4);
}
.search-head {
    margin: 0 0 35px;
    text-align: center;
}
.search-head h2 {
    color: #44B7BE;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 900;
}
.search.bg-green .search-head h2 {
    color: #fff;
}
.search-head h2::before {
    background: url(../images/icon-search.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    margin-right: 15px;
    height: 35px;
    width: 32px;
}
.search.bg-green .search-head h2::before {
    background-image: url(../images/icon-search-w.svg);
}
.search-body {
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 35px;
    width: 100%;
    max-width: 1050px;
}
.search-block:not(:last-child) {
    margin: 0 0 35px;
}
.search-block h3 {
    color: #53565A;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}
.search-block h3::before {
    background: #44B7BE;
    content: "";
    display: block;
    height: 25px;
    margin-right: 10px;
    width: 5px;
}
.search-block h3 span {
    color: #FE8802;
}
.search-tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.search-tags.active {
    height: 100%;
}
.search-tags .tag {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    color: #53565A;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px 12px;
    position: relative;
}
.search-tags .tag:not(:last-child) {
    margin-right: 10px;
}
.search-tags .tag::before {
    background: #EDEDED;
    border-radius: 8px;
    content: "";
    display: inline-block;
    height: 25px;
    margin-right: 8px;
    width: 25px;
}
.search-tags .tag.active {
    border: 1px solid #44B7BE;
}
.search-tags .tag.active::before {
    background: #44B7BE;
    opacity: .2;
}
.search-tags .tag.active::after {
    background-image: url(../images/icon-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 16px;
    bottom: 0;
    width: 15px;
}
.search-tags input {
    display: none;
}
.more-search__tag {
    background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, rgb(244 244 244) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100px;
    margin: -75px 0 25px;
    padding: 0 0 15px;
    position: relative;
    z-index: 1;
}
.more-search__tag.on {
    background: none;
    margin: -35px 0 25px;
}

.form-block {
    margin: 0 0 35px;
}
.form-block__item:not(:last-child) {
    margin: 0 0 25px;
}
.form-block__item label {
    color: #53565A;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
}
.form-block__item.required label::after {
    background: #FE8802;
    border-radius: 50px;
    content: "必須";
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-left: 15px;
    padding: 2px 10px;
}
.form-block__input input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #EFEFEF;
    border: 0;
    border-radius: 8px;
    display: block;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}

.search-submit {
    text-align: center;
}
.search-submit__btn {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FE8802;
    border: 0;
    border-radius: 15px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    filter: drop-shadow(0 3px 3px rgba(255, 137, 3, 0.4));
    padding: 35px 0;
    position: relative;
    width: 100%;
    max-width: 500px;
}
.search-submit__btn::after {
    background: url(../images/icon-arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 15px;
}
.search-submit__btn br {
    display: none;
}
.application-btn {
    margin: 75px 0 0;
    text-align: center;
}
.application-btn .fukidashi {
    margin: 0;
}
.wpcf7-response-output,
.hidden-btn {
    display: none;
}
.search-form__attentions {
    margin: 0 0 25px;
}
.search-form__attentions p {
    color: #FE8802;
    font-size: 14px;
}
.search-form__attentions p:not(:last-child) {
    margin: 0 0 6px;
}
@media screen and (max-width: 768px) {
    .search {
        background-position: top;
        background-size: contain;
        padding: 60px 0;
    }
    .search-inner {
        padding: 35px 15px;
    }
    .search-head h2 {
        font-size: 26px;
    }
    .search-head h2::before {
        margin-right: 10px;
        height: 20px;
        width: 20px;
    }
    .search-body {
        padding: 25px 15px;
    }
    .search-tags .tag {
        font-size: 14px;
    }
    .search-tags .tag::before {
        border-radius: 4px;
        height: 20px;
        width: 20px;
    }
    .search-tags .tag.active::after {
        height: 12px;
        width: 12px;
    }
    .search-submit__btn {
        font-size: 16px;
        padding: 25px 0;
    }
    .application-btn {
        margin: 45px 0 0;
    }
    .search-submit__btn br {
        display: block;
    }
}
@media screen and (max-width: 568px) {
    .search {
        padding: 45px 0;
    }
    .search-inner {
        padding: 35px 15px;
    }
    .search-head h2 {
        font-size: 18px;
    }
    .search-submit__btn {
        padding: 20px 0;
    }
    .search-submit__btn::after {
        margin: 15px auto 0;
        position: static;
    }
    .search-block h3 {
        font-size: 14px;
    }
}

.about {
    background: #F0E7DE;
    padding: 60px 0;
    text-align: center;
}
.about-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
}
.about-head {
    margin: 0 0 45px;
    text-align: center;
}
.about-head h2 {
    color: #44B7BE;
    font-size: 32px;
    font-weight: bold;
}
.about-head h2 span {
    color: #44B7BE;
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    padding: 0 0 10px;
    position: relative;
}
.about-head h2 span::after {
    background-image: url(../images/sen-g.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: left center;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.about-body .notice {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .about-head h2 {
        font-size: 24px;
    }
    .about-head h2 span {
        font-size: 32px;
    }
    .about-head h2 span::after {
        height: 8px;
    }
    .about-body .notice {
        margin-top: -40px;
    }
}
@media screen and (max-width: 568px) {
    .about {
        padding: 45px 0;
    }
    .about-head h2 {
        font-size: 18px;
    }
    .about-head h2 span {
        font-size: 26px;
    }
    .about-head h2 span::after {
        height: 6px;
    }
    .about-body .notice {
        margin-top: -25px;
    }
}

.feature {
    background: #44B7BE;
    padding: 60px 0;
}
.feature-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
}
.feature-head {
    margin: 0 0 85px;
    text-align: center;
}
.feature-head h2 {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    padding: 0 0 20px;
    position: relative;
}
.feature-head h2::after {
    background-image: url(../images/sen.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: left center;
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
}
.feature-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 0 45px;
}
.feature-card {
    background: #fff;
    border-radius: 15px;
    padding: 80px 25px;
    position: relative;
    text-align: center;
    width: 32%;
}
.feature-card__eyecatch {
    position: absolute;
    left: 15px;
    top: -55px;
}
.feature-card__image {
    margin: 0 0 20px;
}
.feature-card__text h3 {
    color: #44B7BE;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
}
.feature-card__text p {
    color: #53565A;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8em;
    text-align: left;
}
@media screen and (max-width: 968px) {
    .feature-head {
        margin: 0 0 65px;
    }
    .feature-card {
        padding: 60px 25px;
    }
    .feature-card__eyecatch {
        top: -35px;
        width: 85px;
    }
    .feature-card__text h3 {
        font-size: 21px;
    }
    .feature-card__text p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .feature-head h2 {
        font-size: 24px;
    }
    .feature-head h2::after {
        height: 8px;
    }
    .feature-card {
        width: 100%;
    }
    .feature-card:not(:last-child) {
        margin: 0 0 55px;
    }
    .feature-card__text h3 {
        font-size: 18px;
    }
    .feature-card__text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 568px) {
    .feature-head h2 {
        font-size: 18px;
    }
    .feature-head h2::after {
        height: 6px;
    }
}

.promise {
    background: none;
    padding: 60px 0;
}
.promise-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1065px;
}
.promise-head {
    margin: 0 0 45px;
    text-align: center;
}
.promise-head p {
    color: #44B7BE;
    font-size: 32px;
    font-weight: bold;
}
.promise-head h2 {
    color: #44B7BE;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 20px;
    position: relative;
}
.promise-head h2 span::after {
    background-image: url(../images/sen-g.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: left center;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: -10%;
    bottom: 0;
    width: 120%;
}
.promise-head h2 span {
    color: #44B7BE;
    font-size: 56px;
    font-weight: bold;
}
.promise-body {
    background: #DBF0F0;
    border-radius: 20px;
    padding: 45px;
}
.promise-item {
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 20px 25px 80px;
}
.promise-item:not(:last-child) {
    margin: 0 0 15px;
}
.promise-num {
    margin-right: 15px;
    width: 100px;
}
.promise-text {
    width: calc(100% - 115px);
}
.promise-text p {
    color: #53565A;
    font-size: 24px;
    font-weight: bold;
}
.promise-text p span {
    color: #FE8802;
}
@media screen and (max-width: 968px) {
    .promise-body {
        padding: 35px;
    }
    .promise-item {
        padding: 20px 20px 20px 50px;
    }
    .promise-num {
        width: 75px;
    }
    .promise-text {
        width: calc(100% - 90px);
    }
    .promise-text p {
        font-size: 21px;
    }
}
@media screen and (max-width: 768px) {
    .promise-head p {
        font-size: 24px;
    }
    .promise-head h2 {
        font-size: 32px;
    }
    .promise-head h2 span::after {
        height: 8px;
    }
    .promise-head h2 span {
        font-size: 42px;
    }
    .promise-body {
        padding: 25px;
    }
    .promise-item {
        padding: 20px;
    }
    .promise-num {
        width: 55px;
    }
    .promise-text {
        width: calc(100% - 70px);
    }
    .promise-text p {
        font-size: 18px;
    }
}
@media screen and (max-width: 568px) {
    .promise {
        padding: 45px 0;
    }
    .promise-head p {
        font-size: 18px;
    }
    .promise-head h2 {
        font-size: 26px;
    }
    .promise-head h2 span::after {
        height: 6px;
    }
    .promise-head h2 span {
        font-size: 32px;
    }
    .promise-body {
        padding: 15px;
    }
    .promise-item {
        flex-wrap: wrap;
    }
    .promise-num {
        margin: 0 0 15px;
        text-align: center;
        width: 100%;
    }
    .promise-num img {
        margin: 0 auto;
        width: 50px;
    }
    .promise-text {
        width: 100%;
    }
    .promise-text p {
        font-size: 16px;
    }
}

.charm {
    background: #F0E7DE;
    padding: 60px 0;
    text-align: center;
}
.charm-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1065px;
}
.charm-head {
    margin: 0 0 45px;
    text-align: center;
}
.charm-head p {
    color: #44B7BE;
    font-size: 32px;
    font-weight: bold;
}
.charm-head h2 {
    color: #44B7BE;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 20px;
    position: relative;
}
.charm-head h2 span::after {
    background-image: url(../images/sen-g.svg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: left center;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: -10%;
    bottom: 0;
    width: 120%;
}
.charm-head h2 span {
    color: #44B7BE;
    font-size: 56px;
    font-weight: bold;
}
.charm-items {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.charm-item {
    padding: 45px 15px;
    text-align: center;
    width: 30%;
}
.charm-item__image {
    display: inline-block;
    margin: 0 0 20px;
    position: relative;
}
.charm-item__eyecatch {
    position: absolute;
    left: -35px;
    top: -35px;
}
.charm-item p {
    color: #44B7BE;
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 968px) {
    .charm-item {
        padding: 35px 15px;
    }
    .charm-item__eyecatch {
        position: absolute;
        left: -15px;
        top: -15px;
        width: 75px;
    }
    .charm-item p {
        font-size: 21px;
    }
}
@media screen and (max-width: 768px) {
    .charm-head p {
        font-size: 24px;
    }
    .charm-head h2 {
        font-size: 32px;
    }
    .charm-head h2 span::after {
        height: 8px;
    }
    .charm-head h2 span {
        font-size: 42px;
    }
    .charm-item {
        padding: 25px 0;
        width: 100%;
    }
    .charm-item p {
        font-size: 18px;
    }
}
@media screen and (max-width: 568px) {
    .charm {
        padding: 45px 0;
    }
    .charm-head p {
        font-size: 18px;
    }
    .charm-head h2 {
        font-size: 26px;
    }
    .charm-head h2 span::after {
        height: 6px;
    }
    .charm-head h2 span {
        font-size: 32px;
    }
    .charm-item p {
        font-size: 16px;
    }
}

.case {
    background: #DBF0F0;
    padding: 60px 0;
    text-align: center;
}
.case-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
}
.case-head {
    margin: 0 0 45px;
    text-align: center;
}
.case-head h2 {
    color: #44B7BE;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 20px;
    position: relative;
}
.case-head h2::before {
    background: url(../images/icon-search-o.svg) no-repeat;
    background-position: center;
    background-size: 25px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 45px;
    margin-right: 10px;
    width: 45px;
}
.case-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 0 75px;
}
.case-item {
    background: #fff;
    border-radius: 20px;
    margin: 45px 0 0;
    padding: 20px;
    width: 48%;
}
.case-item:nth-child(-n+2) {
    margin-top: 0;
}
.case-item__image {
    margin: 0 0 20px;
}
.case-ttl {
    color: #53565A;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 25px;
    text-align: left;
}
.case-ttl::before {
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 3px 10px;
}
.case-ttl.architecture::before {
    background: #FE8802;
    content: "建築";
}
.case-ttl.civil::before {
    background: #0280FE;
    content: "土木";
}
.case-list__item {
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
}
.case-list__item:not(:last-child) {
    margin: 0 0 10px;
}
.case-list__item dt {
    background: #44B7BE;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    width: 35%;
}
.case-list__item dd {
    background: #EFEFEF;
    color: #53565A;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    width: 65%;
}
.case-list__item.map dd::before {
    background: url(../images/icon-map.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    width: 15px;
}
@media screen and (max-width: 968px) {
    .case-items {
        margin: 0 0 65px;
    }
    .case-item {
        margin: 35px 0 0;
        padding: 15px;
        width: 49%;
    }
    .case-item:nth-child(-n+2) {
        margin-top: 0;
    }
    .case-ttl {
        font-size: 21px;
    }
    .case-ttl::before {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .case-head h2 {
        font-size: 32px;
    }
    .case-head h2::before {
        background-size: 20px;
        height: 40px;
        width: 40px;
    }
    .case-items {
        margin: 0 0 55px;
    }
    .case-item {
        margin: 25px 0 0;
        padding: 10px;
        width: 100%;
    }
    .case-item:nth-child(-n+2) {
        margin-top: 25px;
    }
    .case-item:first-child {
        margin-top: 0;
    }
    .case-ttl {
        font-size: 18px;
    }
    .case-ttl::before {
        font-size: 16px;
    }
    .case-list__item dt {
        font-size: 14px;
        width: 100%;
    }
    .case-list__item dd {
        font-size: 14px;
        width: 100%;
    }
}
@media screen and (max-width: 568px) {
    .case-head h2 {
        font-size: 26px;
    }
    .case-head h2::before {
        background-size: 16px;
        height: 35px;
        width: 35px;
    }
}

.voice {
    background: #BBE0DC;
    padding: 60px 0;
    text-align: center;
}
.voice-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1150px;
}
.voice-head {
    margin: 0 0 45px;
    text-align: center;
}
.voice-head h2 {
    color: #44B7BE;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 20px;
    position: relative;
}
.voice-head h2::before {
    background: url(../images/icon-comment.svg) no-repeat;
    background-position: center;
    background-size: 25px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 45px;
    margin-right: 10px;
    width: 45px;
}
.voice-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.voice-item {
    margin: 25px 0 0;
    width: 49%;
}
.voice-item:nth-child(-n+2) {
    margin-top: 0;
}
@media screen and (max-width: 968px) {
    .voice-item {
        width: 49%;
    }
}
@media screen and (max-width: 768px) {
    .voice-head h2 {
        font-size: 32px;
    }
    .voice-head h2::before {
        background-size: 20px;
        height: 40px;
        width: 40px;
    }
    .voice-item {
        width: 100%;
    }
    .voice-item:nth-child(-n+2) {
        margin-top: 25px;
    }
    .voice-item:first-child {
        margin-top: 0;
    }
}
@media screen and (max-width: 568px) {
    .voice-head h2 {
        font-size: 26px;
    }
    .voice-head h2::before {
        background-size: 16px;
        height: 35px;
        width: 35px;
    }
}

.floating {
    background: #FE8802;
    border-radius: 16px;
    padding: 8px 8px 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100%;
    max-width: 255px;
    z-index: 10;
}
.floating-head {
    background: #fff;
    border-radius: 50px;
    padding: 8px 0;
    text-align: center;
}
.floating-head h2 {
    color: #FE8802;
    font-size: 22px;
    font-weight: bold;
}
.floating-top {
    border-bottom: 2px dotted #fff;
}
.floating-top,
.floating-bottom {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.floating-image {
    margin-right: 10px;
}
.floating-top p {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}
.floating-top p span {
    color: #fff;
    font-size: 72px;
    font-weight: bold;
}
.floating-bottom p {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}
.floating-bottom p span {
    color: #fff;
    font-size: 100px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .floating {
        border-radius: 16px 16px 0 0;
        margin: 0 auto;
        padding: 15px;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        max-width: none;
    }
    .floating-inner {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .floating-head {
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 0;
        width: 30%;
    }
    .floating-head h2 {
        font-size: 14px;
    }
    .floating-body {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 65%;
    }
    .floating-image {
        margin-right: 5px;
        width: 35px;
    }
    .floating-top, .floating-bottom {
        width: 48%;
    }
    .floating-top {
        border-bottom: 0;
        border-right: 2px dotted #fff;
        padding-right: 5px;
    }
    .floating-top p {
        font-size: 16px;
    }
    .floating-top p span {
        font-size: 32px;
        line-height: 1em;
    }
    .floating-bottom p {
        display: flex;
        justify-content: center;
        align-items: baseline;
        font-size: 16px;
    }
    .floating-bottom p span {
        font-size: 48px;
        line-height: 1em;
    }
}
@media screen and (max-width: 368px) {
    .floating-image {
        width: 30px;
    }
    .floating-top p {
        font-size: 14px;
    }
    .floating-top p span {
        font-size: 28px;
    }
    .floating-bottom p {
        font-size: 14px;
    }
    .floating-bottom p span {
        font-size: 42px;
    }
}