@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500&display=swap');
@font-face
{
    font-family: 'Noto Sans CJK JP';
    font-weight: normal;

    src: local('Noto Sans CJK JP Regular'), url('/assets/font/NotoSansCJKjp-Regular.woff') format('woff');
}

@font-face
{
    font-family: 'Noto Sans CJK JP';
    font-weight: 700;

    src: local('Noto Sans CJK JP Bold'), url('/assets/font/NotoSansCJKjp-Bold.woff') format('woff');
}

@font-face
{
    font-family: 'Noto Sans CJK JP';
    font-weight: 500;

    src: local('Noto Sans CJK JP Medium'), url('/assets/font/NotoSansCJKjp-Medium.woff') format('woff');
}

/* ====================================================

    ┏───────────────────────┓
    │   Table Of Contents   │
    ┗───────────────────────┛

    1. General
       1-1. Reset

==================================================== */
/*
  0-1. Reset
==================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

body
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

img
{
    vertical-align: bottom;
}

a
{
    text-decoration: none;

    outline: none;
}

input,
button,
textarea,
select
{
    font-family: -apple-system, BlinkMacSystemFont, 'Helvsetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 0;
    background: transparent;

    -webkit-appearance: none;
}

input:focus,
button:focus,
textarea:focus,
select:focus
{
    outline: none;
}

select::-ms-expand
{
    display: none;
}

button
{
    line-height: 1;
}

/*
  0-2. Base
==================================== */
*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body
{
    font-family: -apple-system, BlinkMacSystemFont, 'Helvsetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
    font-size: 14px;
    line-height: 1.57143;

    color: #000;
}

@media screen and (max-width: 736px)
{
    body
    {
        -webkit-text-size-adjust: 100%;
    }
}

a
{
    color: #000;
}

/*
  1-1. Block
==================================== */
#wrap {
    letter-spacing: 0;
}

.main-container
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 736px)
{
    .main-container
    {
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
    }
}

.common-section + .common-section
{
    margin-top: 60px;
}

.common-section.-column
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.common-section.-lower
{
    margin-top: 32px;
}

.common-section > .section-item
{
    width: 460px;
}

@media screen and (max-width: 736px)
{
    .common-section > .section-item
    {
        width: 100%;
    }
}

.common-section > .heading
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;
    padding-bottom: 10px;

    border-bottom: 1px solid #ccc;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 736px)
{
    .common-section > .heading
    {
        font-size: 15px;
        line-height: 1.4;

        margin-bottom: 10px;
    }
}

.common-section > .heading::before
{
    display: block;

    width: 14px;
    height: 14px;
    margin-right: 5px;

    content: '';

    background-color: #019e41;
}

.common-section > .text
{
    font-size: 14px;
}

.section-label
{
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.05em;
    width: fit-content;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 16px;

    text-align: center;

    color: #fff;
    background-color: #777;
}

.section-box
{
    margin-top: 20px;
    padding: 30px 25px;

    background-color: #eee;
}

@media screen and (max-width: 736px)
{
    .section-box
    {
        padding: 20px;
    }
}

.section-box > .body
{
    font-size: 14px;
    line-height: 1.85714;

    margin: 0;
}

.section-box > .body + .body
{
    margin-top: 20px;
}

.section-box > .body > .em
{
    font-weight: bold;
}

.section-box.-fine
{
    background-color: #fdf6ef;
}

.section-box.-fine > .body
{
    color: #e4903d;
}

@media screen and (max-width: 736px)
{
    .common-header
    {
        margin-right: -10px;
        margin-left: -10px;
        margin-top:60px;
    }
}

.common-header .inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 165px;
    margin-bottom: 35px;

    border-bottom: 4px solid #019e41;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 736px)
{
    .common-header .inner
    {
        height: auto;
        margin-bottom: 10px;
        padding: 7px 10px;

        border-bottom-width: 2px;
    }
}

.common-header .inner > .title
{
    font-size: 36px;
    font-weight: bold;

    color: #009e41;
}

@media screen and (max-width: 736px)
{
    .common-header .inner > .title
    {
        font-size: 16px;
    }
}

.common-header .inner > .logo
{
    width: 120px;
    margin-right: 0;
    margin-left: auto;
}

@media screen and (max-width: 736px)
{
    .common-header .inner > .logo
    {
        width: 75px;
    }
}

.common-header .inner > .logo img
{
    width: 100%;
}

.common-footer
{
    margin-top: 100px;
    padding-bottom: 50px;
}

@media screen and (max-width: 736px)
{
    .common-footer
    {
        margin-top: 50px;
        padding-bottom: 25px;
    }
}

.common-footer > .copy
{
    font-size: 10px;

    padding-top: 20px;

    text-align: center;

    color: #888;
    border-top: 1px solid #ddd;
}

/*
  1-2. Utility
==================================== */
._md
{
    display: none !important;
}

@media screen and (max-width: 736px)
{
    ._md
    {
        display: block !important;
    }
}

._md-flex
{
    display: none !important;
}

@media screen and (max-width: 736px)
{
    ._md-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

._md-inline
{
    display: none !important;
}

@media screen and (max-width: 736px)
{
    ._md-inline
    {
        display: inline !important;
    }
}

._md-inb
{
    display: none !important;
}

@media screen and (max-width: 736px)
{
    ._md-inb
    {
        display: inline-block !important;
    }
}

._lg
{
    display: block;
}

@media screen and (max-width: 736px)
{
    ._lg
    {
        display: none !important;
    }
}

._lg-flex
{
    display: none !important;
}

@media screen and (min-width: 737px)
{
    ._lg-flex
    {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

._lg-inline
{
    display: none !important;
}

@media screen and (min-width: 737px)
{
    ._lg-inline
    {
        display: inline !important;
    }
}

._lg-inb
{
    display: none !important;
}

@media screen and (min-width: 737px)
{
    ._lg-inb
    {
        display: inline-block !important;
    }
}

/*
  2-1. Healthcare
==================================== */
.healthcare-lead
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.83333;

    margin-bottom: 30px;
}

@media screen and (max-width: 736px)
{
    .healthcare-lead
    {
        font-size: 16px;
    }
}

.flow-wrap .section-box
{
    margin-right: 40px;
    margin-left: 40px;
}

@media screen and (max-width: 736px)
{
    .flow-wrap .section-box
    {
        margin-right: 0;
        margin-left: 0;
    }
}

.flow-figure
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 20px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 736px)
{
    .flow-figure
    {
        margin-top: 10px;
    }
    .flow-figure > .box:nth-of-type(2)
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .flow-figure > .box:nth-of-type(4)
    {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .flow-figure > .box:nth-of-type(6)
    {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .flow-figure > .box:nth-of-type(8)
    {
        margin-left: 7%;

        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

.flow-figure > .arrow
{
    position: relative;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

@media screen and (max-width: 736px)
{
    .flow-figure > .arrow:nth-of-type(1)
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .flow-figure > .arrow:nth-of-type(3)
    {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .flow-figure > .arrow:nth-of-type(5)
    {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .flow-figure > .arrow:nth-of-type(5)::before
    {
        right: 0;
    }
    .flow-figure > .arrow:nth-of-type(5)::after
    {
        top: auto;
        right: 13px;
        bottom: -63px;

        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1);
    }
    .flow-figure > .arrow:nth-of-type(7)
    {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .flow-figure > .arrow:nth-of-type(7)::before
    {
        right: 0;
        left: 10px;
    }
    .flow-figure > .arrow:nth-of-type(7)::after
    {
        right: auto;
        left: 0;

        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1);
    }
    .flow-figure > .arrow:nth-of-type(9)
    {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
}

.flow-figure > .arrow::before
{
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    left: 0;

    height: 4px;
    margin-top: -2px;

    content: '';

    background-color: #019e41;
}

@media screen and (max-width: 736px)
{
    .flow-figure > .arrow::before
    {
        height: 2px;
        margin-top: -1px;
    }
}

.flow-figure > .arrow::after
{
    position: absolute;
    top: 50%;
    right: 0;

    width: 0;
    height: 0;
    margin-top: -10px;

    content: '';

    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #019e41;
}

.flow-figure > .arrow.-last:before
{
    right: 0;
}

@media screen and (max-width: 736px)
{
    .flow-figure > .arrow.-last:before
    {
        left: 10px;
    }
}

.flow-figure > .arrow.-last::after
{
    top: auto;
    right: 30px;
    bottom: -170px;

    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
}

@media screen and (max-width: 736px)
{
    .flow-figure > .arrow.-last::after
    {
        display: none;
    }
}

.flow-figure > .arrow.-last > div::before,
.flow-figure > .arrow.-last > div::after
{
    position: absolute;

    content: '';

    background-color: #019e41;
}

.flow-figure > .arrow.-last > div::before
{
    top: 95px;
    right: 0;
    bottom: -160px;

    width: 4px;
}

@media screen and (max-width: 736px)
{
    .flow-figure > .arrow.-last > div::before
    {
        top: -60px;
        bottom: 52px;

        width: 2px;
    }
}

.flow-figure > .arrow.-last > div::after
{
    right: 0;
    bottom: -162px;
    left: 10px;

    height: 4px;

    background-color: #019e41;
}

@media screen and (max-width: 736px)
{
    .flow-figure > .arrow.-last > div::after
    {
        display: none;
    }
}

.flow-figure > .arrow.-start
{
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 20px 225px;
            transform-origin: 20px 225px;
}

@media screen and (max-width: 736px)
{
    .flow-figure > .arrow.-start
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
    }
    .flow-figure > .arrow.-start::before
    {
        left: 0;
    }
    .flow-figure > .arrow.-start::after
    {
        right: 0;
        bottom: 50px;

        display: block;

        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
    }
    .flow-figure > .arrow.-start > div::before
    {
        top: 60px;
        right: auto;
        bottom: -52px;
        left: 0;
    }
    .flow-figure > .arrow.-start > div::after
    {
        bottom: -52px;
        left: 0;

        display: block;

        height: 2px;
    }
}

.flow-figure > .box
{
    position: relative;
    z-index: 2;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 194px;

    text-align: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 736px)
{
    .flow-figure > .box
    {
        height: auto;
        margin-bottom: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .flow-figure > .box:nth-of-type(6),
    .flow-figure > .box:nth-of-type(8)
    {
        margin-bottom: 0;
    }
}

.flow-figure > .box.-light
{
    width: 150px;

    border: 2px solid #019e41;
    background-color: #fff;
}

@media screen and (max-width: 736px)
{
    .flow-figure > .box.-light
    {
        width: 40%;
    }
}

.flow-figure > .box.-light > .title
{
    color: #019e41;
}

.flow-figure > .box.-fill
{
    width: 250px;

    background-color: #019e41;
}

@media screen and (max-width: 736px)
{
    .flow-figure > .box.-fill
    {
        width: 40%;
    }
}

.flow-figure > .box.-fill > .title
{
    color: #fff;
}

.flow-figure > .box > .title
{
    font-size: 14px;
    line-height: 1.78571;
}

@media screen and (max-width: 736px)
{
    .flow-figure > .box > .title
    {
        font-size: 10px;
    }
}

.flow-figure > .box > .title > .em
{
    font-weight: bold;
}

.step-content
{
    position: relative;

    min-height: 240px;
    padding-top: 15px;
}

@media screen and (max-width: 736px)
{
    .step-content
    {
        min-height: initial;
        margin-bottom: 30px;
        padding-top: 10px;
    }
}

.step-content > .text
{
    font-weight: bold;
    line-height: 1.78571;
}

@media screen and (max-width: 736px)
{
    .step-content > .text
    {
        margin-bottom: -50px;
    }
}

.step-content > .figure
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;
}

@media screen and (max-width: 736px)
{
    .step-content > .figure
    {
        position: static;

        width: 100%;
    }
}

.task-box
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: calc(100% - 50px);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.target-guide
{
    display: none;
}

@media screen and (max-width: 736px)
{
    .target-guide
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 230px;
        height: 30px;
        margin-top: 20px;

        border-radius: 15px;
        background-color: #ddd;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .target-guide > .icon
    {
        width: 25.5px;
        height: 21px;
        margin-right: 5px;
    }
    .target-guide > .label
    {
        font-size: 12px;
    }
}

@media screen and (max-width: 736px)
{
    .target-scroll
    {
        overflow-x: scroll;
    }
}

.target-table
{
    width: 1000px;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

@media screen and (max-width: 736px)
{
    .target-table
    {
        margin-top: 10px;
    }
}

.target-table th,
.target-table td
{
    font-size: 14px;
    line-height: 1.3;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.target-table th {
    text-align: center;
}

.target-table .sub {
    font-size: 12px;
    line-height: 1.516;
}

.target-table .head
{
    font-weight: bold;
    background-color: #eee;
}

/* target-table-01 */
.target-table-01 {
    margin-top: 20px;
}

.target-table-01 th {
    padding: 8px 6px;
}

.target-table-01 td {
    padding: 8px 8px 9px 10px;
}

.target-table-01 .title-03 {
    width: 62px;
}

.target-table-01 .title-04 {
    /* width: 153px; */
}

.target-table-01 .title-05 {
    /* width: 272px; */
}

.target-table-01 .title-06 {
    /* width: 304px; */
}

.target-table-01 .title-07 {
    /* width: 80px; */
}

.target-table-01 .title-08 {
    width: 145px;
}

.target-table-01 .body tr td[rowspan="8"] {
    vertical-align: top;
    padding-top: 24px;
}

.target-table-01 .body .center {
    text-align: center;
}

.target-table-01 .body .right {
    text-align: right;
}

.target-table-01 .body .high {
    vertical-align: top;
}

.target-table-01 .body .low {
    position: relative;
    vertical-align: bottom;
}

.dashed-top {
    border-top-style: dashed !important;
}

.dashed-bottom {
    border-bottom-style: dashed !important;
}

.empty-bottom {
    border-bottom: 1px solid #fff !important;
}
.empty-right {
    border-right: 1px solid #fff !important;
}

.target-table-01 .body .low:before {
    content: '';
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 215px;
    background-color: #e43d3d;
}

.target-table-01 .body .low:after {
    content: '';
    position: absolute;
    bottom: 248px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #e43d3d;
}


/* target-table-02 */
.target-table-02,
.target-table-03 {
    margin-top: 38px;
}

.target-table-02 th,
.target-table-03 th {
    padding-block: 10px;
}

.target-table-02 td,
.target-table-03 td {
    padding: 10px 10px;
}

.target-table-02 .body tr td:first-child,
.target-table-03 .body tr td:first-child {
    text-align: left;
}

.target-table-02 .body tr td,
.target-table-03 .body tr td {
    text-align: right;
}

.target-table-03 .body tr td:last-child {
    text-align: center;
}

.target-table-02 .head .title
.target-table-03 .head .title {
    width: 99px;
}

.target-table-02 .head .title:first-child {
    width: 236px;
}


/* target-table-03 */
.target-table-03 {
    /*width: 644px;*/
}

.target-note
{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.8;
}

.target-lead {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 16px;
}
@media screen and (max-width: 736px) {
    .target-lead  {
        margin-top: 15px;
        font-size: 14px;
    }
}

.logo-area {
    display: flex;
    column-gap: 24px;
    margin-top: 20px;
    padding: 28px;
    background: #eee;
}
.logo-area > .content {
    line-height: 1.8;
}
@media screen and (max-width: 736px) {
    .logo-area {
        display: block;
        padding: 20px;
    }
    .logo-area > .logo {
        margin-top: 20px;
        text-align: center;
    }
}

.certified-content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (max-width: 736px)
{
    .certified-content
    {
        display: block;
    }
}

.certified-content > .text
{
    line-height: 1.85714;

    margin-right: 40px;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

@media screen and (max-width: 736px)
{
    .certified-content > .text
    {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.certified-content > .logos
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 736px)
{
    .certified-content > .logos
    {
        width: 100%;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.certified-content > .logos > .logo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 220px;
    height: 160px;

    border: 1px solid #ccc;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 736px)
{
    .certified-content > .logos > .logo
    {
        width: 48%;
    }
    .certified-content > .logos > .logo img
    {
        max-width: 100%;
    }
}

.certified-content > .logos > .logo:first-of-type
{
    margin-right: 20px;
}

@media screen and (max-width: 736px)
{
    .certified-content > .logos > .logo:first-of-type
    {
        margin-right: 0;
    }
}

.common-section > .figure._center {
    text-align: center;
}
.common-section > .figure img {
    max-width: 100%;
}
.common-section > .section-label + .figure {
    margin-top: 20px;
}
.common-section > .figure + .section-label,
.section-box + .section-label {
    margin-top: 30px;
}
@media screen and (max-width: 736px) {
    .common-section > .figure.target-scroll img {
        max-width: none;
    }
    .common-section > .section-label + .figure {
        margin-top: 10px;
    }
}