@charset "UTF-8";

/* animation */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes expansion {
    0% {
        width: 20%;
    }
    100% {
        width: 100%;
    }
}

@keyframes circleOut {
    0% {
        clip-path: circle(50px at center);
    }
    100% {
        clip-path: circle(500px at center);
    }
}


@keyframes rotation{
    0%{
        transform:translate(-50%,-50%) rotate(0);
    }
    100%{
        transform:translate(-50%,-50%) rotate(360deg);
    }
}

/* base */

:root {
    --color-main: #3167AE;
}

html {
    scroll-behavior: smooth;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #36393D;
}

img {
    max-width: 100%;
}
video {
    max-width: 100%;    
}

/* common style */

.txt-blue {
    color: var(--color-main);
}

.dothealth_bm-subtitle {
    text-align: center;
    font-weight: 500;
    color: var(--color-main);
}

.dothealth_bm-lead {
    font-size: 16px;
    line-height: 1.8;
}

.btn-normal {
    display: inline-block;
    background: var(--color-main);
    text-align: center;
}

.btn-normal span{
    font-weight: 600;
    color: #fff;
}

.btn-normal-rc {
    display: inline-block;
    background: #fff;
    text-align: center;
}

.btn-normal-rc span{
    font-weight: 600;
    color: var(--color-main);
}

.btn-next span::after{
    content:'';
    display: inline-block;
    background: url(../img/icon_arrow.png);
    background-size: cover;
}

.btn-mail span::before{
    content:'';
    display: inline-block;
    background: url(../img/icon_mail.png);
    background-size: cover;
}

@media screen and (min-width:769px) {
    .sp-only {
        display: none;
    }
    .dothealth_bm-subtitle {
        font-size: 42px;
    }
    .btn-normal,
    .btn-normal-rc {
        width: 322px;
        padding: 20px 26px;
        border-radius: 50px;
        transition: .4s all;
    }
    .btn-normal:hover,
    .btn-normal-rc:hover {
        opacity: 0.6;
    }
    .btn-mini {
        padding: 4px 12px 8px;
        line-height: 1;
        width: auto;
    }
    .btn-normal span,
    .btn-normal-rc span{
        font-size: 16px;
    }
    .btn-mini span {
        font-size: 13px;
    }
    .btn-next span::after{
        margin-left: 16px;
        width: 8px;
        height: 12px;
    }
    .btn-mini.btn-next span::after{
        margin-left: 8px;
        width: 5px;
        height: 8px;
    }
    .btn-mail span::before{
        margin-right: 16px;
        width: 24px;
        height: 18px;
    }
}

@media screen and (max-width:768px) {
    .pc-only {
        display: none;
    }
    .dothealth_bm-subtitle {
        font-size: 23px;
        line-height: 1.4;
    }
    .dothealth_bm-lead {
        font-size: 14px;
        line-height: 1.8;
    }
    .btn-normal,
    .btn-normal-rc {
        padding: 16px 24px;
        border-radius: 50px;
        transition: .4s all;
    }
    .btn-normal:hover,
    .btn-normal-rc:hover {
        opacity: 0.6;
    }
    .btn-mini {
        padding: 6px 12px 8px;
        line-height: 1;
        width: auto;
    }
    .btn-normal span,
    .btn-normal-rc span{
        font-size: 15px;
    }
    .btn-mini span {
        font-size: 12px;
    }
    .btn-next span::after{
        margin-left: 16px;
        width: 8px;
        height: 12px;
    }
    .btn-mini.btn-next span::after{
        margin-left: 8px;
        width: 5px;
        height: 8px;
    }
    .btn-mail span::before{
        margin-right: 16px;
        width: 24px;
        height: 18px;
    }
}

/* header */

.dothealth_bm-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dothealth_bm-header--ttl {
    display: flex;
    align-items: center;
    font-weight: 500;
}


@media screen and (min-width:769px) {
    .dothealth_bm-header {
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
    }
    .dothealth_bm-header--ttl {
        font-size: 18px;
    }
    .dothealth_bm-header--ttl img{
        width: 130px;
        margin-right: 16px;
    }

}

@media screen and (max-width:768px) {
    .dothealth_bm-header--ttl {
        font-size: 15px;
    }
    .dothealth_bm-header--ttl img {
        width: 90px;
        margin-right: 12px;
    }
}

/* main visual */

.mv {
    position: relative;
}

.mv::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content:'';
    display: block;
    width: 55%;
    background: #EFF3F8;
}

.mv-img {
    position: relative;
}

.mv-headline {
    position: relative;
    color: var(--color-main);
    position: relative;
}

.mv-headline--sentence {
    font-weight: 500;
    line-height: 1.6;
    background: #fff;
}

@media screen and (min-width:769px) {
    .mv {
        margin-top: 20px;
        padding-bottom: 96px;
    }
    .mv::before {
        height: 580px;
        border-radius: 30px 0 0 30px;
    }
    .mv-img {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .mv-img img{
        display: block;
        width: 950px;
    }
    .mv-headline {
        max-width: 1140px;
        margin: -110px auto 0;
        padding: 0 20px;
    }
    .mv-headline--sentence {
        width: 512px;
        margin-left: auto;
        padding: 32px;
        border-radius: 30px;
        font-size: 20px;
        box-shadow: 8px 8px 0 rgba(0,0,0,.02);
    }
}

@media screen and (max-width:768px) {
    .mv {
        padding: 0 20px;
        padding-bottom: 30px;
    }
    .mv::before {
        width: 75%;
        height: 70%;
        border-radius: 10px 0 0 10px;
    }
    .mv-img {
        position: relative;
    }
    .mv-img img{
        display: block;
        width: 90%;
    }
    .mv-headline {
        margin-top: -50px;
    }
    .mv-headline--sentence {
        width: 70%;
        margin-left: auto;
        padding: 16px;
        border-radius: 10px;
        font-size: 13px;
        box-shadow: 4px 4px 0 rgba(0,0,0,.02);
    }
}

/* function */

.function .dothealth_bm-subtitle {
    text-decoration: underline;
}

.function-list--item {
    position: relative;
    background: #EFF3F8;
    counter-increment: number;
    text-align: center;
}
.function-list--item::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: counter(number);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    text-align: center;
    background: var(--color-main);
}
.function-list--item-title {
    color: var(--color-main);
}
.function-list--item-sentence {
}

@media screen and (min-width:769px) {
    .function {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .function-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1140px;
        margin: 84px auto 0;
        padding: 0 20px;
    }
    .function-list--item {
        width: calc(500 / 1100 * 100% );
        border-radius: 30px;
    }
    .function-list--item:first-child {
        margin: 0 calc(300 / 1100 * 100% ) 84px;
    }
    .function-list--item::before {
        top: -36px;
        width: 72px;
        font-size: 41px;
        line-height: 72px;
        border-radius: 36px;
    }
    .function-list--item-title {
        padding: 57px 0 27px;
        font-size: 24px;
        line-height: 1.33;
    }
    .function-list--item-sentence {
        padding-bottom: 43px;
        font-size: 16px;
        line-height: 1.5;
    }

}

@media screen and (max-width:768px) {

    .function {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 0 20px;
    }
    .function-list {
        width: 100%;
        padding: 0 20px;
        margin-top: 40px;
    }
    .function-list--item {
        width: 100%;
        border-radius: 30px;
    }
    .function-list--item:not(:first-child) {
        margin-top: 40px;
    }
    .function-list--item::before {
        top: -18px;
        width: 36px;
        font-size: 20px;
        line-height: 36px;
        border-radius: 18px;
    }
    .function-list--item-title {
        padding: 30px 0 14px;
        font-size: 16px;
        line-height: 1.33;
    }
    .function-list--item-sentence {
        padding-bottom: 22px;
        font-size: 12px;
        line-height: 1.5;
    }

}

/* transfer */

.transfer {
    background: #EFF3F8;

}
.transfer-lead {
}

@media screen and (min-width:769px) {
    .transfer {
        margin-bottom: 100px;
        padding: 80px 0;
    }
    .transfer-lead {
        margin-top: 54px;
        width: 776px;
        margin: 56px auto 0;
        padding: 0 20px;
        text-align: center;
        font-size: 20px;
    }
     .transfer-btn {
        margin: 30px 0 36px;
        text-align: center;
     }
      .transfer-annotation {
        text-align: center;
        font-size: 15px;
      }
}

@media screen and (max-width:768px) {

    .transfer {
        margin-bottom: 50px;
        padding: 32px 20px;
    }
    .transfer-lead {
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
    }
     .transfer-btn {
        margin: 24px 0 30px;
        text-align: center;
     }
      .transfer-annotation {
        text-align: center;
        font-size: 12px;
      }
}

/* application */


.application-sentence{
    position: relative;
    display: flex;
    justify-content: space-between;
    color: var(--color-main);
}
.application-sentence::before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    left: 50%;
    background: var(--color-main);
    transform: rotate(45deg);
}

.application-sentence--01 {
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.application-sentence--02 {
    align-self: flex-end;
    font-weight: 400;
}
.application-sample {
    display: flex;
}
.application-sample--img {
    border: #3167ae80 1px solid;
    overflow: hidden;
}

@media screen and (min-width:769px) {
    .application {
        margin-bottom: 100px;
    }
    .application .dothealth_bm-lead {
        margin-top: 32px;
        text-align: center;
    }
    .application-sentence {
        width: 583px;
        margin: 66px auto 0;
        padding: 25px 0 54px;
    }
    .application-sentence::before {
        top: -30px;
        height: 145%;
    }
    .application-sentence--01{
        font-size: 40px;
    }
    .application-sentence--02{
        font-size: 22px;

    }
    .application-btn {
        margin: 30px 0 12px;
        text-align: center;
    }
    .application-annotation {
        text-align: center;
        font-size: 15px;
    }
    .application-sample {
        margin: 48px 0 16px;
        justify-content: center;
    }
    .application-sample--img {
        width: 300px;
        margin: 0 16px;
        border-radius: 8px;
    }
}

@media screen and (max-width:768px) {
    .application {
        margin-bottom: 50px;
        padding: 0 20px;
    }
    .application .dothealth_bm-lead {
        margin-top: 24px;
    }
    .application-sentence {
        margin: 20px auto 0;
        padding: 30px 0 20px;
        justify-content: center;
    }
    .application-sentence::before {
        top: 0;
        height: 110%;
    }
    .application-sentence--01{
        margin-right: 50px;
        font-size: 17px;
    }
    .application-sentence--02{
        margin-left: -10px;
        font-size: 12px;
    }
    .application-btn {
        margin: 24px 0 8px;
        text-align: center;
    }
    .application-annotation {
        text-align: center;
        font-size: 12px;
    }
    .application-sample {
        margin: 24px 0 8px;
        justify-content: center;
    }
    .application-sample--img {
        width: 30%;
        margin: 0 2.5%;
        border-radius: 8px;
    }
}

/* station pod */

.stationpod-place {
    background: #EFF3F8;
}

.stationpod-place--ttl {
    background: var(--color-main);
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.stationpod-place--list--item::before {
    position: absolute;
    left: 0;
    content: counter(number, decimal-leading-zero)".";
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--color-main);
}

.stationpod-annotation {
    margin: 1rem 0;
    text-align: center;
    color: var(--color-main);
    font-weight: 500;
}

@media screen and (min-width:769px) {
    .stationpod {
        margin: 90px auto;
    }
    .stationpod .dothealth_bm-lead {
        margin-top: 32px;
        text-align: center;
    }
    .stationpod-image {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1140px;
        margin: 40px auto 0;
        padding: 0 20px;
    }
    .stationpod-image--video {
        width: calc(530 / 1100 * 100% );
    }
    .stationpod-image--img {
        width: calc(470 / 1100 * 100% );
    }
    .stationpod-annotation {
        margin-top: 3rem;
        margin-bottom: 2rem;
        font-size: 1.5rem;
    }
    .stationpod-place {
        display: flex;
        align-items: center;
        padding: 40px;
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
    }
    .stationpod-place--wrap {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .stationpod-place--ttl {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 152px;
        height: 152px;
        margin-right: 40px;
        font-size: 20px;
        border-radius: 16px;
    }
    .stationpod-place--list {
        width: calc(100% - 192px);
    }
    .stationpod-place--list--item {
        position: relative;
        padding-left: 2.5em;
        line-height: 1.8;
        counter-increment: number;
        font-size: 16px;
    }
    .stationpod-place--list--item:not(:first-of-type) {
        margin-top: 8px;
    }

}

@media screen and (max-width:768px) {
    .stationpod {
        width: 100%;
        margin: 54px 0;
        padding: 0 20px;
    }
    .stationpod .dothealth_bm-lead {
        margin-top: 24px;
    }
    .stationpod-image {
    }
    .stationpod-image--video {
        margin-top: 30px;
    }
    .stationpod-image--img {
        margin-top: 20px;
    }
    .stationpod-annotation {
        margin-top: 2rem;
        font-size: 1.5rem;
    }
    .stationpod-place {
        margin-top: 30px;
        padding: 20px;
        border-radius: 16px;
    }
    .stationpod-place--ttl {
        width: 100%;
        margin-bottom: 24px;
        font-size: 16px;
        border-radius: 10px;
        line-height: 48px;
    }
    .stationpod-place--list--item {
        position: relative;
        padding-left: 2em;
        line-height: 1.6;
        counter-increment: number;
        font-size: 14px;
    }
    .stationpod-place--list--item:not(:first-of-type) {
        margin-top: 8px;
    }
    .stationpod-place--list--item::before {
        font-size: 16px;
    }

}

/* future */

.future {
    background: #EFF3F8;

}
.future-lead {
    line-height: 1.75;
    font-weight: 400;
}

@media screen and (min-width:769px) {
    .future {
        margin-bottom: 100px;
        padding: 80px 0;
    }
    .future-lead {
        margin-top: 54px;
        width: 100%;
        max-width: 1100px;
        margin: 56px auto 0;
        padding: 0 20px;
        text-align: center;
        font-size: 20px;
    }
}

@media screen and (max-width:768px) {

    .future {
        margin-bottom: 50px;
        padding: 32px 20px;
    }
    .future-lead {
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
    }
}

/* contact */

.contact {
    background: var(--color-main);
    text-align: center;
}

.contact-ttl {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}

.contact-lead {
    color: #fff;
}

.contact-paragraph {
    color: #fff;
    margin-top: 1em;
    font-weight: 400;
    line-height: 1.8;
}


@media screen and (min-width:769px) {
    .contact {
        max-width: 1320px;
        margin: 100px auto 0;
        padding: 50px 0 60px;
        border-radius: 30px;
    }
    .contact-wrap {
        padding: 0 20px;
    }
    .contact-ttl {
        font-size: 54px;
    }
    .contact-lead {
        margin-top: 16px;
        font-size: 18px;
        line-height: 1.8;
    }
    .contact-paragraph {
        margin-top: 20px;
        font-size: 13px;
    }
    .contact-box {
        display: flex;
        margin-top: 20px;
        align-items: center;
        justify-content: center;
    }
    .contact-box--inner {
        width: 100%;
        padding: 0 20px;        
    }
    .contact-box--inner:not(:first-of-type) {
        border-left: #E3E8EC 1px solid;
    }
    .contact-btn {
        margin: 32px auto 0;
        transform: scale(1.2);
    }
}

@media screen and (max-width:768px) {
    .contact {
        margin: 60px auto 0;
        padding: 40px;
        border-radius: 20px;
    }
    .contact-wrap {
        padding: 0 20px;
    }
    .contact-ttl {
        font-size: 30px;
    }
    .contact-lead {
        font-size: 16px;
        line-height: 1.8;
    }
    .contact-paragraph {
        font-size: 12px;
    }
    .contact-box {
        margin-top: 20px;
    }
    .contact-box--inner {
    }
    .contact-box--inner:not(:first-of-type) {
        margin-top: 20px;
        padding-top: 20px;
        border-top: #E3E8EC 1px solid;
    }
    .contact-btn {
        margin: 20px auto 0;
    }
}

/* footer */

.dothealth_bm-footer--copy{
    display: block;
    text-align: center;
}

@media screen and (min-width:769px) {
    .dothealth_bm-footer{
        padding: 36px 0;
    }
    .dothealth_bm-footer--copy{
        font-size: 12px;
    }    
}

@media screen and (max-width:768px) {
    .dothealth_bm-footer{
        padding: 22px 0;
    }
    .dothealth_bm-footer--copy{
        font-size: 12px;
    }    
}