@charset "utf-8";

/* ----------------------

    about us

----------------------*/

.top-about .content-title {
    margin-bottom: 30px;
}

.top-about .content-block {
    margin-bottom: 60px;
}

/* button */
.top-about .btn-block ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.top-about .btn-block ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
       color: #595757;
}

.top-about .btn-block ul li a h3 {
    font-weight: bold;
    font-size: 16px;
}

.top-about .btn-block ul li a h3 span {
    display: block;
    font-family: "Raleway", sans-serif;
    letter-spacing: .05em;
    color: #C0C2C5;
    font-size: 12px;
}

@media(min-width: 600px) {
    .top-about .btn-block ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .top-about .btn-block ul li {
        width: calc(50% - 10px);
        margin-bottom: 25px;
        max-width: 300px;
    }
}

@media(min-width: 1025px) {
    .top-about .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 4b0px;
    }

    .top-about .btn-block{
        width: 55%;
    }

    .top-about .content-block {
        width: 40%;
    }
}

.space {
    background-color: #fff;
    height: 120px;
}

/* ----------------------

    top-service

----------------------*/

.top-service {
    position: relative;
    background-color: #FFE6EE;
    border-top-left-radius: 100px;
}

.top-service::before {
    position: absolute;
    top: -100px;
    right: 0;
    content: "";
    width: 100px;
    height: 100px;
    background: url(../images/radius_bottom_right_gray.svg) no-repeat;
    background-size: cover;
}

.top-service .inner {
    padding: 120px 4%;
}

@media(max-width: 600px) {
    .top-service {
        border-top-left-radius: 46px;
    }
    .top-service::before {
        top: -46px;
        width: 46px;
        height: 46px;
    }
}

.service-btn a {
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .05em;
}

.service-btn .more-btn .iconarrow {
    background-color: #fff;
}

/* コンテンツ */

.top-service .content-title {
    margin-bottom: 40px;
}

.top-service .text {
    margin-bottom: 30px;
}

.top-service .service-block {
    overflow: hidden;
    padding-bottom: 100px;
}

.top-service .content-block {
    margin-bottom: 30px;
}

.slider-block {
    overflow: hidden;
    padding-bottom: 100px;
}

.slick {
    width: 100%;
    max-width: 500px;
    padding: 30px 10px;

    position: relative;
    @include breakpoint(500px) {
        margin: 5% auto;
    }
}


.slick-item {
    margin-right: 5px;
    margin-left: 5px;
}

.slick-item a {
    color: #595757;
}

.slick-item img {
    height: auto;
    width: 100%;
}

.slick button.arrow_name {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #FFF8FB;
    position: absolute;
    bottom: -20px;
    cursor: pointer;
    z-index: 5;
}
.slick button.arrow_name::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #595757;
    border-right: 1px solid #595757;
    position: absolute;
    top: 50%;
}

.slick button.prev_arrow {
    right: 50px;
}

.slick button.next_arrow {
    right: 0;
}

.slick button.prev_arrow::before {
    left: 52%;
    transform: translate(-50%,-50%)  rotate(225deg);
}

.slick button.next_arrow::before {
    left: 48%;
    transform: translate(-50%,-50%)  rotate(45deg);
}

.slick button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slick-slider button:focus {
    outline: none;
}

.slick-list{
    overflow: visible;
}

.slick-img {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 120px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.top-service .slick-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 80%;
}

.top-service .slick-item h3 {
    font-size: 1em;
    margin-bottom: 5px;
    letter-spacing: .05em;
}

.top-service .slick-item p {
    font-size: .85em;
    line-height: 1.5;
}

@media(min-width:600px) {
    .top-service .inner {
        display: flex;
        justify-content: space-between;
    }

    .top-service .content-block {
        width: 40%;
        margin-bottom: 0;
    }

    .top-service .service-block {
        width: 55%;
        padding-bottom: 40px;
    }

    .top-service .slick-img img {
        max-width: 70%;
    }
}

@media(min-width:1025px) {
    .slick-img {
        height: 200px;
    }

    .top-service .content-block {
         width: 35%;
    }

    .top-service .service-block {
        width: 70%;
        margin-right: calc(50% - 50vw);
    }
}

@media(min-width: 1440px) {
    .top-service .service-block {
        width: 100%;
    }
}

/* ----------------------

    company(会社概要)

----------------------*/

#company .inner {
    max-width: 850px;
}

#company .content-title {
    margin-bottom: 60px;
}

#company .content-title p {
    font-size: .85em;
}

#company .content-title h2 {
    font-size: 1.5em;
}

/* profile */
.profile-list ul li {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-bottom: 1px solid #ddd;
}

.profile-list ul li span {
    display: block;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.7;
}

.profile-list ul li span:first-child {
    color: #d93f8a;
    font-weight: bold;
    margin-bottom: 10px;
}

.profile-list ul li a {
    display: inline-block;
    font-size: .85em;
    color: #999;
    margin-top: 10px;
}

@media(min-width: 600px) {
    .profile-list ul li {
        flex-direction: row;
    }

    .profile-list ul li span:first-child {
        width: 200px;
        margin-bottom: 0;
    }

    .profile-list ul li span:last-child {
        width: calc(100% - 200px);
    }

    .profile-list ul li a {
        margin-top: 0;
    }
}

@media(min-width: 1025px) {
    #company .inner {
        padding: 60px 0;
    }
}

/* facility */

.facility-list ul {
    display: flex;
    flex-direction: column;
}

.facility-list ul li {
    margin-bottom: 30px;
}

.facility-list ul li h3 {
    color: #d93f8a;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.facility-list ul li p {
    line-height: 1.7;
    letter-spacing: .05em;
    font-size: .875em;
}

@media(min-width: 600px) {
    .facility-list ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .facility-list ul li {
        width: calc(50% - 20px);
        margin-bottom: 60px;
    }

    .facility-list ul li:last-child {
        margin-bottom: 0;
    }
}

/* history */

.history .inner {
    padding-bottom: 150px;
}

.timeline li {
    position: relative;
    margin-bottom: 40px;
    padding-left: 30px;
}

.timeline li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: #FFCCDC;
    z-index: 2;
}

.timeline li::after {
    position: absolute;
    content: "";
    top: 0;
    left: 5px;
    width: 2px;
    height: 150px;
    background-color: #eee;
    z-index: -1;
}

.timeline li:last-child::after {
    height: 80px;
}

.timeline li .timeline-year {
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: .1em;
    margin-bottom: 10px;
}

.timeline li .timeline-year span {
    font-size: .75em;
}

.timeline-content p {
    letter-spacing: .1em;
    line-height: 1.7;
    display: flex;
}

.timeline-content p .date {
    width: 50px;
}

@media(min-width: 600px) {
    .timeline li {
        padding-left: 0;
        display: flex;
        align-items: baseline;
    }

    .timeline li .timeline-year {
        width: 150px;
        margin-bottom: 0;
    }

    .timeline-content {
        width: calc(100% - 150px);
    }

    .timeline li::before {
        left: 105px;
    }

    .timeline li::after {
        left: 110px;
    }

    .timeline li:nth-child(19)::after {
        height: 90px;
    }

    .timeline li:last-child::after {
        height: 50px;
    }
}

@media(min-width: 1025px) {
    #company .history .inner {
        padding-bottom: 200px;
    }
}

/* ----------------------

    security

----------------------*/

#security .inner {
    padding-bottom: 200px;
}

.mb90 {
    margin-bottom: 90px !important;
}

.content-h2 {
    position: relative;
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: 1.5em;
}

.content-h2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 6px;
    height: 100%;
    border-radius: 10px;
    background-color: #d93f8a;
}

#security .content-wrap {
    margin-bottom: 60px;
}

#security .content-block {
    margin-bottom: 30px;
}

#security .content-block h3 {
    margin-bottom: 30px;
    font-size: 1.275em;
    letter-spacing: .05em;
}

#security .content-img {
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center;
    background-color: #F7F6F5;
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgba(153, 153, 153, .25);
}

#security .content-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
}

#security .content-wrap.mb90 .content-img img {
    max-width: 120px;
}

@media(min-width: 600px) {
    #security .content-wrap {
        display: flex;
        justify-content: space-between;
    }

    #security .content-wrap .content-block {
        width: 50%;
    }

    #security .content-wrap .content-img {
        width: 40%;
        max-width: 400px;
        height: 240px;
    }
}

/* ----------------------

    service

----------------------*/

#service {
    padding-bottom: 200px;
}

.service-content {
    margin-bottom: 60px;
}

.service-content h2 {
    margin-bottom: 25px;
    font-size: 1.5em;
    line-height: 1.7;
}

.service-content .service-logo {
    margin-bottom: 30px;
    max-width: 250px;
}

.service-content .text {
    margin-bottom: 30px;
}

.service-content .more-btn {
    text-decoration: none;
    font-weight: bold;
}

/* img */
.service-wrap .service-img {
    position: relative;
    padding: 70px 0 60px;
}

.service-wrap .service-img::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 80%;
    height: 100%;
    background-color: #FFE6EE;
    z-index: -2;
    border-radius: 10px;
}

@media(min-width:600px) {
    #service {
        padding-bottom: 100px;
    }
    .service-wrap .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .service-wrap .inner.reserve {
        flex-direction: row-reverse;
    }

    .service-wrap .inner.reserve .service-img::before {
        right: auto;
        left: 0;
    }

    .service-content {
        width: 60%;
        margin-bottom: 0;
    }

    .service-img {
        width: 35%;
    }
}

@media(min-width: 1025px) {
    #service {
        padding-bottom: 150px;
    }

    .service-wrap {
        border-bottom: 1px solid #ddd;
    }

    .service-wrap .inner {
        padding: 60px 0;
    }
    .service-content {
        width: 55%;
    }

    .service-img {
        width: 40%;
    }
}

/* ----------------------

    company

----------------------*/

#radix .inner {
    padding-bottom: 200px;
}

#radix .content-title {
    margin-bottom: 40px;
}

.philosophy {
    margin-bottom: 90px;
}

.guidelines {
    margin-bottom: 90px;
}

.guidelines .text {
    margin-bottom: 40px;
}

.guidelines ul {
    display: flex;
    flex-direction: column;
}

.guidelines ul li {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    line-height: 1.7;
}

.guidelines ul li:last-child {
    border-bottom: 1px solid #ddd;
}

.group ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.group ul li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.group ul li:nth-child(5),
.group ul li :nth-child(6) {
    margin-bottom: 0;
}

.group ul li a .group-img {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 120px;
    margin-bottom: 3px;
}

.group ul li a .group-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90px;
}

.group ul li:nth-child(2) a .group-img img {
    max-width: 60px;
}

.group ul li a {
    letter-spacing: .05em;
    font-size: .85em;
    text-decoration: none;
        color: #595757;
}

@media(min-width: 600px) {
    .group ul li a .group-img {
        height: 200px;
    }

    .group ul li a .group-img img {
        max-width: 150px;
        transition: all .4s;
    }

    .group ul li:nth-child(2) a .group-img img {
        max-width: 100px;
    }

    .group ul li a:hover .group-img img {
        opacity: .6;
    }
}

@media(min-width: 1025px) {
    #radix .inner {
        max-width: 1000px;
    }

    .group ul li a .group-img {
        height: 240px;
    }

    .group ul li a .group-img img {
        max-width: 170px;
        transition: all .4s;
    }

    .group ul li:nth-child(2) a .group-img img {
        max-width: 120px;
    }
}

/* ----------------------

    ripple

----------------------*/
#ripple {
    padding-bottom: 120px;
}

#ripple h2 {
    margin-bottom: 60px;
    position: relative;
    font-size: 1.5em;
    padding-left: 30px;
    letter-spacing: .05em;
}

#ripple h2::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 6px;
    height: 100%;
    border-radius: 10px;
    background-color: #d93f8a;
}

#ripple .content-block {
    margin-bottom: 90px;
}

#ripple .content-block:last-child {
    margin-bottom: 0;
}

#ripple h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 1.3em;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
    letter-spacing: .05em;
}

#ripple h3::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: #d93f8a;
}

#ripple h3 span {
    color: #d93f8a;
}

#ripple .photo-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

#ripple .photo-wrap img {
    width: 45%;
    height: 100%;
    object-fit: cover;
}

#ripple .photo-wrap.thr {
    flex-wrap: wrap;
}

#ripple .photo-wrap.thr img:nth-child(1),#ripple .photo-wrap.thr img:nth-child(2)  {
    margin-bottom: 30px;
}

#ripple h4 {
    font-size: 1.25em;
    margin-bottom: 20px;
    letter-spacing: .05em;
}

#ripple section .inner {
    padding: 60px 4%;
}

@media(min-width: 600px) {
    #ripple .photo-wrap.thr img {
        width: 30%;
    }
}

@media(min-width: 1025px) {
    #ripple .inner {
        max-width: 1000px;
    }

    #ripple .photo-wrap {
        justify-content: flex-start;
    }

    #ripple .photo-wrap img {
        width: 25%;
        margin-right: 40px;
    }

    #ripple .photo-wrap.thr img {
        width: 23%;
    }
}

/* ----------------------

    contact

----------------------*/

.tel-wrap .inner {
    padding-bottom: 90px;
}

.tel-wrap h2 {
    margin-bottom: 20px;
    color: #d93f8a;
    letter-spacing: .05em;
    font-size: 1.5em;
    text-align: center;
}

.tel-wrap .text {
    margin-bottom: 25px;
    letter-spacing: .05em;
    text-align: center;
}

.tel-block {
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    border: 2px solid #FFADC6;
    text-align: center;
}

.tel-block a {
    text-decoration: none;
    color: #d93f8a;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: .05em;
}

.tel-block a span {
    font-size: .85em;
}

.tel-block p {
    font-size: .85em;
    letter-spacing: .05em;
}

/* mail */

.mail-wrap .inner {
    padding: 90px 4% 150px;
}

.mail-wrap {
    position: relative;
    background-color: #FFE6EE;
    border-top-left-radius: 46px;
}

.mail-wrap::before {
    position: absolute;
    content: "";
    top: -46px;
    right: 0;
    width: 46px;
    height: 46px;
    background: url(../images/radius_bottom_left.svg) no-repeat;
}

.mail-wrap .content-title {
    margin-bottom: 40px;
}

.mail-wrap .text {
    margin-bottom: 60px;
}

.mail-wrap .text span {
    color: red;
}

.mail-wrap .text small {
    font-weight: bold;
}

/* form */

.form-block {
    border-radius: 10px;
    padding: 60px 4%;
    background-color: #fff;
}

.form-list {
    margin-bottom: 30px;
}

.form-list-left {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: .85em;
}

.require {
    color: red;
}

input[type="text"], textarea, input[type="tel"], input[type="email"] {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
}

.privacy-box h3 {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    color: #d93f8a;
}

.privacy-box .text {
    margin-bottom: 30px;
    font-size: .85em;
    text-align: center;
}

.privacy-text {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 30px;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
}

.privacy-text p {
    font-size: .85em;
}

.privacy-check {
    text-align: center;
    margin-bottom: 20px;
}

.wpcf7-list-item {
  display: block;
}

/* submit */

input[type="submit"] {
    background-color: #fff;
    border: 1px solid #d93f8a;
    display: inline-block;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    color: #d93f8a;
    font-size: .85em;
    transition: all .4s;
}

input[type="submit"]:hover {
    background-color: #d93f8a;
    color: #fff;
}

@media(min-width: 600px) {
    .tel-block {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media(min-width: 1025px) {
    .mail-wrap::before {
        top: -100px;
        width: 100px;
        height: 100px;
    }

    .mail-wrap {
        border-top-left-radius: 100px;
    }

    .mail-wrap .inner {
        max-width: 1000px;
    }

    .form-list {
        display: flex;
    }

        .form-list-left + p {
          width: calc(100% - 210px);
        }

    .form-list .form-list-left {
        width: 230px;
    }

    .privacy-text {
        font-size: .85em;
        font-weight: 400;
    }

    input[type="submit"] {
        width: 350px;
        display: block;
        margin: 0 auto;
    }
}