/*
Theme Name: SEEED Child
Theme URI: https://idenshi.net/
Description: 医伝士のための子テーマ
Author: PORTO
Template: seeed_tcd105
Version: 1.0.0
*/

.sp-only {
    display: none;
}
@media (max-width: 800px) {
    .sp-only {
        display: inline-block;
    }
    .pc-only {
        display: none;
    }
}

/*HEADER*/
@media screen and (max-width: 1391px) {
    @media screen and (max-width: 800px) {
        #header_slider_wrap {
            height: calc(100vh - 60px);
            max-height: 350px!important;
        }
    }
}
#header_slider_wrap.catch_animation_type2.start_slide .catch {
    text-align: left;
    font-feature-settings: "palt";
}
#header_slider_content {
    padding: 0 10rem;
}
#header_slider_content .catch {
    font-weight: 700;
    line-height: 4.5rem;
}
@media screen and (max-width: 800px) {
    #header_slider_content {
        padding: 0 2rem;
    }
    #header_slider_content .catch {
        font-size: 21px;
        letter-spacing: 1.2px;
        line-height: 2rem;
    }
}

/*FOOTER*/
#footer_logo img {
  width: 200px;
  height: fit-content;
}

/** サービス詳細ページ **/
/* ヘッダー */
header.service-header.kowairo {
    background: #a2d2e2;
}
header.service-header.kowairo .header__inner {
    display: flex;
    justify-content: space-between;
}
header.service-header.kowairo .header__inner .logo {
    padding: 20px 0 0 20px;
}
header.service-header.kowairo .header__inner .logo a span.jp {
    display: block;
    font-size: 10px;
    line-height: 1rem;
}
header.service-header.kowairo .header__inner .logo a {
    pointer-events: none;
    background: #fff;
    padding: 9px 25px 5px;
    border-radius: 15px;
    display: block;
    text-align: center;
}
header.service-header.kowairo .header__inner .logo a span.en {
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: #a2d2e2;
}
header.service-header.kowairo .header__inner .header__menu {
    background-color: #fff;
    border-radius: 0 0 0 25px;
    /* max-width: 922px; */
    max-width: fit-content;
    width: 100%;
    height: 95px;
    padding: 42px 80px 30px 80px;
    margin-left: 10px;
}
header.service-header.kowairo .header__inner .header__menu .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin: 0;
}
@media (max-width: 800px) {
    header.service-header.kowairo .header__inner .logo {
        max-width: 150px;
        width: 100%;
        padding: 13px 0 0 0;
        margin-left: 12px;
    }
    header.service-header.kowairo .header__inner .logo a {
        padding: 4px 15px 4px;
        border-radius: 10px;
    }
    header.service-header.kowairo .header__inner .logo a span.jp {
        font-size: 8px;
    }
    header.service-header.kowairo .header__inner .logo a span.en {
        font-size: 29px;
        line-height: 0.8;
    }
    header.service-header.kowairo .header__inner .header__menu {
        display: none;
    }
}

header.service-header.kowairo .header__inner .sp-global-menu {
    position: fixed;
    z-index: 4;
    width: 280px;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 100vh;
    background-color: #fff;
    color: #1A1705;
    transform: translateX(280px);
    transition: 0.3s;
    padding-top: 81px;
}
header.service-header.kowairo .header__inner button#js-hamburger {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 5;
    width: 35px;
    height: 35px;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #a2d2e2;
    border-radius: 10px 10px 0 0;
    padding-bottom: 10px;
}
header.service-header.kowairo .header__inner button#js-hamburger .hamburger__line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 1.5px;
    background-color: #1A1705;
    -webkit-transition: inherit;
    transition: inherit;
}
header.service-header.kowairo .header__inner button#js-hamburger .hamburger__line::before, 
header.service-header.kowairo .header__inner button#js-hamburger .hamburger__line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: '';
    -webkit-transition: inherit;
    transition: inherit;
}
header.service-header.kowairo .header__inner button#js-hamburger .hamburger__line::before {
    top: -8px;
}
header.service-header.kowairo .header__inner button#js-hamburger .hamburger__line::after {
    top: 8px;
}
header.service-header.kowairo .header__inner button#js-hamburger .hamburger::after {
    content: "MENU";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 10px;
    background-color: #a2d2e2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #1A1705;
    border-radius: 0 0 10px 10px;
}
header.service-header.kowairo .sp-global-menu.is-open {
    transform: translateX(0);
}
header.service-header.kowairo .header__inner button#js-hamburger.is-open .hamburger__line {
    background-color: transparent;
}
header.service-header.kowairo .header__inner button#js-hamburger.is-open .hamburger__line::before {
    background-color: #000000;
    transform: rotate(45deg);
    top: 0;
}
header.service-header.kowairo .header__inner button#js-hamburger.is-open .hamburger__line::after {
    background-color: #000000;
    transform: rotate(-45deg);
    top: 0;
}
header.service-header.kowairo .header__inner .sp-global-menu li {
    border-top: 1px solid #000000;
}
header.service-header.kowairo .header__inner .sp-global-menu li a {
    font-size: 16px;
    color: #1A1705;
    padding: 13px 0 16px 0;
    display: block;
    display: flex
;
    align-items: center;
    justify-content: center;
}
@media (max-width: 800px) {
    header.service-header.kowairo .header__inner button#js-hamburger {
        display: inline-block;
        text-decoration: none;
        appearance: none;
        border: none;
        background-color: transparent;
        cursor: pointer;
    }
}
/* FV */
.main__inner.service {
    background-color: #a2d2e2;
}
.service_fv .fv__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    width: 100%;
    padding: 0 0 0 113px;
}
.main__inner.service .service_fv .fv__body {
    padding-top: 10px;
    width: 100%;
}
.main__inner.service .service_fv .fv__body .h2-title {
    font-size: 50px;
    font-weight: 700;
    line-height: calc(78 / 60);
}
.main__inner.service .service_fv .fv__body .h2-title span {
    font-size: 25px;
}
.main__inner.service .service_fv .fv__image {
    text-align: right;
    margin-top: 60px;
    border-radius: 15px 0 0 15px;
}
.main__inner.service .service_fv .fv__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px 0 0 30px;
}
.main__inner.service .service_fv .fv__text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.5;
}
.main__inner.service .service_fv  .fv__btn {
    margin-top: 50px;
    display: flex;
}
.main__inner.service .service_fv .fv__btn a.btn.btn--black {
    background-color: #fff;
    padding: 20px 35px;
    font-weight: 700;
    border-radius: 50px;
    color: var(--main_color);
}
.main__inner.service .service_fv .fv__btn a.btn.btn--black:hover {
    opacity: .8;
}
@media (max-width: 800px) {
    .service_fv .fv__inner {
        flex-direction: column;
        padding: 0 20px;
    }
    .main__inner.service .service_fv .fv__body {
        padding-top: 30px;
    }
    .main__inner.service .service_fv .fv__body .h2-title span {
        font-size: 16px;
        margin-bottom: 10px;
        display: inline-block;
    }
    .main__inner.service .service_fv .fv__body .h2-title {
        font-size: 28px;
    }
    .main__inner.service .service_fv .fv__image {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    .main__inner.service .service_fv .fv__image img {
        border-radius: 30px;
        max-width: 350px;
    }
    .main__inner.service .service_fv .fv__text {
        margin-top: 30px;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }
    .main__inner.service .service_fv .fv__btn {
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }
}
.service_container h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 3rem;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 50px;
}
.service_container h2 span.en {
    display: block;
    font-weight: 600;
    font-size: 18px;
}
ul.check-list {
    position: relative;
    list-style-type: none;
    max-width: 791px;
    margin: 0 auto;
    padding: 56px 100px;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
    z-index: 1;
}
ul.check-list li {
    position: relative;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 50px;
    padding-left: 44px;
}
ul.check-list li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(../seeed_tcd105_child/assets/images/check_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
ul.check-list li:last-child {
    margin-bottom: unset;
}
span.blue {
    color: #0085b2;
}
span.light_blue {
    color: #a2d2e2;
}
.down-arrow {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
path#パス_12 {
    fill: #0085b2;
}

.solve-text p {
    font-size: 32px;
    line-height: 3.2rem;
    font-weight: 700;
    text-align: center;
}
span.blue.important {
    background-color: #fff;
    margin: 0 5px 0 0;
    padding: 0 12px;
    border-radius: 9px;
    color: #a2d2e2;
}
section.feature {
    background-color: #fff;
}
.feature_intro {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.feature_intro__image img {
    width: 100%;
}
.feature_intro__txt p {
    font-size: 16px;
    line-height: 1.8rem;
}

.feature_lists__item {
    background-color: #a2d2e2;
    padding: 30px 25px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    border: 2px solid #a2d2e2;
    max-width: 300px;
}
.feature_lists__item_num {
    text-align: center;
}
.feature_lists__item_num p {
    display: inline-block;
    background-color: #fff;
    padding: 5px 15px 3px;
    border-radius: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
}
h3.feature__title {
    font-size: 18px;
    text-align: center;
    line-height: 1.4rem;
    margin-bottom: 15px;
}
p.feature__text {
    line-height: 1.3rem;
    font-size: 13px;
}
.feature_lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
    justify-content: center;
    justify-items: center;
}
.workflow {
    padding: 80px 0 0;
}
.workflow h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 3rem;
    text-align: center;
    padding-bottom: 30px;
}
.workflow_wrap img {
    width: 100%;
}
@media (max-width: 1200px) {
    .feature_lists {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        margin-top: 50px;
    }
}
@media (max-width: 800px) {
    .service_container h2 span.en {
        font-size: 14px;
    }
    .service_container h2 {
        font-size: 23px;
        line-height: 2.4rem;
    }
    ul.check-list {
        padding: 40px 25px;
    }
    ul.check-list li {
        font-size: 16px;
        line-height: 1.5rem;
        padding-left: 35px;
        margin-bottom: 30px;
    }
    ul.check-list li:before {
        width: 25px;
        height: 25px;
    }
    .down-arrow {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .solve-text p {
        font-size: 19px;
        line-height: 2.2rem;
    }
    span.blue.important {
        font-size: 24px;
    }
    .feature_intro {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .feature_lists {
        grid-template-columns: 1fr;
    }
    .feature_lists__item {
        max-width: 250px;
    }
    .feature_lists__item_num p {
        font-size: 12px;
    }
    .workflow {
        padding: 40px 0 0;
    }
    .workflow h3 {
        font-size: 18px;
        padding-bottom: 15px;
    }
}
.system_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}
ul.system_wrap__list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 50px;
}
.system_wrap__image video {
    width: 100%;
}
ul.system_wrap__list li {
    position: relative;
    padding-left: 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5rem;
}
ul.system_wrap__list li span {
    position: absolute;
    left: 0;
    top: -10px;
    background-color: #fff;
    padding: 8px;
    border-radius: 50%;
    font-weight: 700;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    line-height: 1.6rem;
}
.system_wrap__format {
    margin-top: 80px;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.system_wrap__format p {
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 600;
}
.system_wrap__format ul {
    list-style: circle;
    padding-left: 15px;
    display: grid;
    gap: 10px;
}
.system_wrap__format ul li {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5rem;
}
@media (max-width: 800px) {
    .system_wrap {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-top: 10px;
    }
    ul.system_wrap__list {
        gap: 25px;
    }
    ul.system_wrap__list li {
        font-size: 16px;
        padding-left: 45px;
    }
    ul.system_wrap__list li span {
        height: 35px;
        width: 35px;
        top: -6px;
        padding: 5px;
    }
    .system_wrap__image video {
        max-width: 100%;
        height: auto;
    }
    .system_wrap__format {
        padding: 20px;
        margin-top: 35px;
    }
    .system_wrap__format p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .system_wrap__format ul {
        gap: 5px;
    }
    .system_wrap__format ul li {
        font-size: 13px;
        line-height: 1.3rem;
    }
}
.beta_wrap {
    margin-top: 80px;
    display: grid;
    justify-content: center;
}
.beta_wrap_content {
    background-color: #fff;
    border: 2px solid #0085b2;
    border-radius: 20px;
}
.beta_wrap_content h3 {
    text-align: center;
    background-color: #0085b2;
    color: #fff;
    padding: 20px;
    font-size: 22px;
    border-radius: 16px 16px 0 0;
}
.beta_wrap__text {
    padding: 30px 40px;
}
.beta_wrap__text p {
    line-height: 2rem;
}
.beta_wrap_content h4 {
    padding: 0px 40px 50px;
}
@media (max-width: 800px) {
    .beta_wrap_content h3 {
        font-size: 18px;
        padding: 18px;
    }
    .beta_wrap__text {
        padding: 20px 25px;
    }
    .beta_wrap__text p {
        line-height: 1.3rem;
        padding-left: 1em;
        text-indent: -1em;
        margin-bottom: 10px;
    }
    .beta_wrap_content h4 {
        padding: 0px 25px 35px;
        font-size: 15px;
        line-height: 1.3rem;
    }
}
.system_wrap02 {
    padding: 60px 0 80px;
}
.system_wrap02_content {
    display: grid;
    justify-content: center;
}
ul.system_wrap02__list {
    display: grid;
    gap: 20px;
    list-style: circle;
}
@media (max-width: 800px) {
    .system_wrap02 {
        padding: 30px 0 60px;
    }
    ul.system_wrap02__list {
        padding: 0 25px;
    }
    ul.system_wrap02__list li {
        font-size: 15px;
        line-height: 1.3rem;
    }
}