/* ------------------------------------------------------
content
------------------------------------------------------ */
.pages #content .section:not(:last-child) {
    padding: 0 0px 55px 0;
}

.pages #content .section .section {
    padding-top: 30px;
}

.pages #content .section p:last-child {
    margin-bottom: 0;
}

/* ------------------------------------------------------
h3 h4 h5 h6
------------------------------------------------------ */
.pages h3.pages_mainttl {
    font-family: var(--sub-jp-font);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.075em;
    text-align: center;
    margin-bottom: 40px;
}

.pages h3.pages_mainttl span {
    display: block;
    font-family: var(--en-ttl-font);
    font-size: 54px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 33px;
    position: relative;
}

.pages h3.pages_mainttl span::before {
    position: absolute;
    content: '';
    width: 36px;
    height: 1px;
    background: var(--main-color);
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.pages h4,
.pages h5,
.pages h5 {
    font-size: 160%;
    font-weight: 700;
}

/* ------------------------------------------------------
p_mv
------------------------------------------------------ */
.pages #p_mv {
    width: 100%;
    height: 500px;
    background: #F2F0ED;
}

.pages #p_mv .inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.pages #p_mv .mv_title {
    font-family: var(--sub-jp-font);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.075em;
    padding-left: 100px;
    position: relative;
    z-index: 1;
}

.pages #p_mv .mv_title .mv_en {
    display: block;
    font-family: var(--en-ttl-font);
    font-size: 70px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}

.pages #p_mv .mv_title .mv_en::before {
    position: absolute;
    font-family: var(--en-ttl-font);
    font-size: 160px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .06;
    top: calc(50% - 4px);
    left: -105px;
    transform: translateY(-50%);
    z-index: -1;
}

/* ------------------------------------------------------
table
------------------------------------------------------ */
.pages table {
    border-top: 3px solid #b3b3b3;
    border-bottom: 3px solid #b3b3b3;
    margin-bottom: 35px;
}

.pages table th,
.pages table td {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    border-bottom: 1px solid #b3b3b3;
    padding: 32px 18px 34px;
}

.pages table tr:last-child th,
.pages table tr:last-child td {
    border-bottom: 0;
}

.pages table th {
    font-family: var(--sub-jp-font);
    font-weight: 700;
    text-align: left;
}

.pages table td p {
    line-height: 1.5;
}

.pages table td ul li,
.pages table td ol li {
    line-height: 1.5;
    list-style: inherit;
    margin-left: 15px;
}

.pages table.tb_block th {
    width: 21%;
}

.pages table.td_top td {
    vertical-align: top;
}

.pages table.td_center td {
    text-align: center;
}

.pages table.tb_fix {
    table-layout: fixed;
}

.pages #content table:last-child {
    margin-bottom: 0;
}

/*-----txt_note-----*/
.pages .txt_note {
    display: none;
}

.pages .txt_bold {
    font-weight: bold;
}

/* ------------------------------------------------------
under list
------------------------------------------------------ */
.pages .list01 li {
    margin-bottom: 22px;
    padding-left: 35px;
    position: relative;
}

.pages .list01 li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #1e3c72;
    top: 9px;
    left: 0;
}

.pages .list_check li {
    margin-bottom: 22px;
    padding-left: 35px;
    position: relative;
}

.pages .list_check li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 12px;
    border: solid #1e3c72;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: inline-block;
    top: 8px;
    left: 0;
}

.pages .list01:last-child,
.pages .list01 li:last-child,
.pages .list_check:last-child,
.pages .list_check li:last-child {
    margin-bottom: 0px;
}

/* ------------------------------------------------------
under frame
------------------------------------------------------ */
.pages .frame01 {
    background: rgba(255, 211, 216, 0.3);
    padding: 25px 30px 25px;
    margin: 0 auto 30px;
    border-radius: 10px;
    box-sizing: border-box;
}

.pages .frame01:last-child {
    margin: 0 auto;
}

/* ------------------------------------------------------
under_step
------------------------------------------------------ */
.pages .under_step dl {
    margin-bottom: 60px;
}

.pages .under_step dl:last-child {
    margin-bottom: 0px;
}

.pages .under_step dl dt {
    font-size: 18px;
    color: #fff;
    background: #e06277;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #e06277;
    padding: 10px 20px 5px;
    box-sizing: border-box;
}

.pages .under_step dl dt span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-right: 5px;
}

.pages .under_step dl dd {
    display: flex;
    align-items: center;
    border: 2px solid #e06277;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.pages .under_step dl:nth-child(odd) dd {
    flex-direction: row-reverse;
}

.pages .under_step dl dd .step_img {
    flex-shrink: 0;
    padding-left: 40px;
    margin-bottom: 0 !important;
    box-sizing: border-box;
}

.pages .under_step dl:nth-child(even) dd .step_img {
    padding: 0 40px 0 0;
}

/* ------------------------------------------------------
qa_dl
------------------------------------------------------ */
.pages .qa_dl dl {
    padding-left: 80px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.pages .qa_dl dl:after {
    position: absolute;
    z-index: -1;
    left: 25px;
    top: 0;
    height: 100%;
    width: 1px;
    content: '';
    display: block;
    border-left: rgba(119, 119, 119, 0.30) 1px dotted;
}

.pages .qa_dl dl:last-child {
    padding-bottom: 0;
}

.pages .qa_dl dl dt,
.pages .qa_dl dl dd {
    position: inherit;
    z-index: 1;
}

.pages .qa_dl dl dt span,
.pages .qa_dl dl dd span {
    position: absolute;
    z-index: 1;
    left: -80px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

.pages .qa_dl dl dt {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #00478A;
    min-height: 50px;
    display: flex;
    align-items: center;
    line-height: 1.4em;
}

.pages .qa_dl dl dd {
    padding: 30px;
    background: rgba(109, 178, 216, 0.15);
}

/* ------------------------------------------------------
under_bnr
------------------------------------------------------ */
.pages .under_bnr_full {
    background: url(../images/under_btn_bg.jpg) no-repeat center;
    background-size: cover;
    width: 700px;
    height: 150px;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    transition: all 0.25s linear;
}

.pages .under_bnr_full a {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 .5em;
}

/* ------------------------------------------------------
others
------------------------------------------------------ */
.pages .center {
    margin-bottom: 35px;
}

.pages .image_l {
    margin: 0 40px 15px 0;
}

.pages .image_r {
    margin: 0 0 15px 40px;
}

.pages .a_hover:hover {
    text-decoration: none;
}

/* ------------------------------------------------------
news
------------------------------------------------------ */
.pages .p_news #p_mv .mv_en::before {
    content: 'news';
}

.pages .p_news .news_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 100px 100px;
    margin: 0 auto;
    position: relative;
}

.pages .p_news #side_navi {
    width: 100%;
    max-width: 240px;
    flex-shrink: 0;
}

.pages .p_news #side_navi dl:not(:last-child) {
    margin-bottom: 80px;
}

.pages .p_news #side_navi dl dt {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #001D62;
    font-family: var(--en-font);
    color: #fff;
    padding: 4px 0 0;
    position: relative;
}

.pages .p_news #side_navi dl dd ul li a {
    font-size: 13px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #999;
    padding: 0 0.3em 2px 43px;
    position: relative;
    transition: all .25s ease;
}

.pages .p_news #side_navi dl dd ul li a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid var(--main-color);
    border-bottom: 6px solid transparent;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.pages .p_news #news_infor {
    width: 100%;
    max-width: 680px;
    margin-right: 40px;
}

.pages .p_news .news_list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #999;
    padding: 28px 40px 38px 10px;
    position: relative;
    cursor: pointer;
}

.pages .p_news .news_list li::before {
    position: absolute;
    content: '';
    background: url(../images/news/ico_arrow.svg) no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 17px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.pages .p_news .news_list li:first-child {
    border-top: 1px solid #999;
}

.pages .p_news .news_list li .news_component .news_meta {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.pages .p_news .news_list li .news_component .news_meta .n_cate {
    font-size: 13px;
    padding-left: 16px;
    margin-left: 14px;
    position: relative;
}

.pages .p_news .news_list li .news_component .news_meta .n_cate::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    background: #999;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.pages .p_news .news_list li .news_component h4 {
    font-family: var(--sub-jp-font);
    font-size: 16px;
    line-height: 1.625;
    text-align: justify;
}

.pages .p_news .wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-bottom: 216px;
}

.pages .p_news .wp-pagenavi span,
.pages .p_news .wp-pagenavi a {
    font-family: var(--en-ttl-font);
    font-size: 30px;
    font-weight: 600;
    width: 48px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #F2F0ED;
    border: 0;
    padding: 0 0 2px;
    margin: 0 5px 10px;
    position: relative;
}

.pages .p_news .wp-pagenavi a,
.pages .p_news .wp-pagenavi a:link,
.pages .p_news .wp-pagenavi a:visited {
    color: var(--main-color);
    transition: all .25s ease;
    position: relative;
}

.pages .p_news .wp-pagenavi .current {
    color: #fff;
    background: #001D62;
    position: relative;
}

.pages .p_news .wp-pagenavi a.previouspostslink,
.pages .p_news .wp-pagenavi a.nextpostslink {
    background: url(../images/news/ico_r.png) no-repeat center;
    background-size: 100% auto;
    width: 20px;
    border: 0;
    color: transparent;
}

.pages .p_news .wp-pagenavi a.previouspostslink {
    transform: rotate(-180deg);
    margin-right: 12px;
}

.pages .p_news .wp-pagenavi a.nextpostslink {
    margin-left: 12px;
}

.pages .p_news .wp-pagenavi a.previouspostslink:hover,
.pages .p_news .wp-pagenavi a.nextpostslink:hover {
    color: transparent;
}

.pages .p_news .wp-pagenavi .pages {
    font-size: 28px;
    width: auto;
    background: none;
    border: 0;
    padding: 0 3px 0 0;
    margin-right: 24px;
}

.pages .p_news .wp-pagenavi .first,
.pages .p_news .wp-pagenavi .last {
    display: none;
}

.pages .p_news .newsboard {
    background: #F2F0ED;
    padding: 120px 3% 150px;
    margin: 100px 0;
}

.pages .p_news .newsboard .inner {
    max-width: 1000px;
    background: #fff;
    box-shadow: 6px 6px 8px 0 rgb(0 0 0 / 15%);
    padding: 92px 100px 152px;
}

.pages .p_news .newsboard .n_media_contents {
    border-bottom: 1px solid #999;
    padding: 0 0 62px;
    margin-bottom: 45px;
}

.pages .p_news .newsboard .n_media_contents dt {
    margin-bottom: 36px;
}

.pages .p_news .newsboard .n_media_contents dt .n_cate {
    font-family: var(--sub-jp-font);
    margin-left: 10px;
}

.pages .p_news .newsboard .n_media_contents dd {
    font-family: var(--sub-jp-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.42;
}

.pages .p_news .newsboard .contents_detail {
    font-weight: 300;
}

.pages .p_news .newsboard .contents_detail p {
    line-height: 2.27;
}

.pages .p_news .newsboard .contents_detail p:not(:last-child) {
    margin-bottom: 42px;
}

.pages .p_news .newsboard .contents_detail .hasimg {
    line-height: 0;
}

.pages .p_news .newsboard .contents_detail ul li,
.pages .p_news .newsboard .contents_detail ol li {
    line-height: 2.27;
    list-style: inherit;
    margin-left: 15px;
}

.pages .p_news .newsboard .news_back {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 111px 0 0;
}

.pages .p_news .newsboard .news_back li:not(.special-btn) {
    font-size: 14px;
    font-weight: 300;
    padding-top: 4px;
}

.pages .p_news .newsboard .news_back li:not(.special-btn) a {
    color: #B3B3B3;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: all .3s ease;
}

.pages .p_news .newsboard .news_back li:not(.special-btn) a i {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 39px;
    height: 11px;
    position: relative;
    top: -4px;
}

.pages .p_news .newsboard .news_back li.prev-btn {
    margin-right: 110px;
}

.pages .p_news .newsboard .news_back li.prev-btn a i {
    background-image: url(../images/news/news_prev_ico.svg);
    margin-right: 15px;
}

.pages .p_news .newsboard .news_back li.next-btn {
    margin-left: 110px;
}

.pages .p_news .newsboard .news_back li.next-btn a i {
    background-image: url(../images/news/news_next_ico.svg);
    margin-left: 15px;
}

.pages .p_news .newsboard .news_back li.special-btn {
    width: 260px;
}

/* ------------------------------------------------------
faq
------------------------------------------------------ */
.pages .p_faq #p_mv .mv_en::before {
    content: 'Q & A';
}

.pages #faq_info {
    padding: 90px 0 200px;
}

.pages #faq_info .inner {
    max-width: calc(1000px + 6%);
}

.pages .faq_info_txt {
    font-size: 18px;
    letter-spacing: 0.075em;
    line-height: 1.89;
    text-align: center;
    margin-bottom: 111px;
}

.pages .qa-dl dl {
    border-bottom: 1px solid #999;
    padding-bottom: 47px;
    margin-bottom: 84px;
    position: relative;
    z-index: 1;
}

.pages .qa-dl dl:last-child {
    margin-bottom: 0;
}

.pages .qa-dl dl dt,
.pages .qa-dl dl dd {
    display: flex;
}

.pages .qa-dl dl dt span,
.pages .qa-dl dl dd span {
    font-family: 'Inter', sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #001D62;
    border-radius: 50%;
    border: 1px solid #001D62;
    margin-right: 39px;
    flex-shrink: 0;
    position: relative;
    top: -15px;
}

.pages .qa-dl dl dt {
    font-family: var(--sub-jp-font);
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.85;
    color: #001D62;
    text-align: justify;
    margin-bottom: 38px;
}

.pages .qa-dl dl dd span {
    color: #001D62;
    background: #fff;
    position: relative;
    top: -23px;
}

.pages #content .qa-dl dl dd .section p {
    line-height: 2.27;
    text-align: justify;
    margin-bottom: 12px;
}

.pages #content .qa-dl dl dd .section a {
    text-decoration: underline;
}

.pages .qa-dl dl dd ul li,
.pages .qa-dl dl dd ol li {
    line-height: 2.27;
    list-style: inherit;
    margin-left: 15px;
}

.pages #faq_info .btn_primary {
    margin: 110px auto 0;
}

/* ------------------------------------------------------
contact
------------------------------------------------------ */
.pages .p_contact #p_mv .mv_en::before {
    content: 'contact';
}

#contact_form {
    padding: 100px 0 186px;
}

#contact_form .info_cont {
    max-width: 1002px;
    position: relative;
    border: 1px solid var(--main-color);
    text-align: center;
    padding: 59px 40px 63px;
    margin: 0 auto;
}

#contact_form .info_cont::before {
    content: "";
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border: 1px solid var(--main-color);
    position: absolute;
    top: 9px;
    left: 9px;
    pointer-events: none;
}

#contact_form .contact_ttl {
    font-family: var(--sub-jp-font);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

#contact_form .info_cont .info_frame .section {
    max-width: 805px;
    text-align: center;
    margin: 0 auto;
}

#contact_form .info_cont .info_frame .section p {
    line-height: 2.27;
    font-weight: 300;
    margin: 0;
}

#contact_form .info_cont .c-phone {
    margin-top: 20px;
}

#contact_form .info_cont .c-phone .c-txt01 {
    font-size: 17px;
    margin-bottom: 7px;
}

#contact_form .info_cont .c-phone .c-txt02 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 11px;
}

#contact_form .info_cont .c-phone .number {
    margin: 0 auto;
}

#contact_form .info_cont .c-phone .number span {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

#contact_form .info_cont .c-phone .number a {
    font-family: var(--Oswald-font);
    font-size: 52px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

#contact_form .info_cont .c-phone .number a i {
    display: inline-block;
    background: url(../images/contact/icon-phone.svg) no-repeat center;
    background-size: contain;
    width: 39px;
    height: 51px;
    position: relative;
    left: -19px;
    top: 6px;
}

.pages #contact_box {
    padding: 77px 0 0;
}

.pages #contact_box .c-txt03 {
    font-size: 16px;
    font-weight: 300;
    line-height: 2.375;
    text-align: center;
    margin-bottom: 71px;
}

.pages #contact_box .form_contents {
    max-width: 900px;
    margin: 0 auto;
}

.pages #contact_box .required {
    width: 34px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #c1272d;
    padding-bottom: 2px;
    margin-left: 12px;
    position: relative;
    top: -2px;
}

.pages #contact_box .form_contents dl {
    display: flex;
    padding: 20px 20px 20px 14px;
    position: relative;
}

.pages #contact_box .form_contents dl::before {
    position: absolute;
    content: "";
    background-image: url(../images/common/line_dot.png);
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
}

.pages #contact_box .form_contents dl dt {
    width: 100%;
    max-width: 260px;
    font-size: 14px;
    line-height: 1.8;
    padding-top: 7px;
}

.pages #contact_box .form_contents dl dd {
    line-height: 1.8;
    flex: 1;
}

.pages #contact_box .form_contents .input_custom,
.pages #contact_box .form_contents .txt_custom {
    font-family: var(--jp-font);
    color: var(--main-color);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 8px 13px 10px;
}

.pages #contact_box .form_contents .input_custom {
    height: 40px;
}

.pages #contact_box .form_contents input::placeholder {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.pages #contact_box .form_contents .gr_checkbox {
    padding-bottom: 10px;
}

.pages #contact_box .form_contents .gr_checkbox dt {
    padding-top: 2px;
}

.pages #contact_box .form_contents .gr_checkbox .horizontal-item {
    display: inline-block;
    margin: 0 19px 10px 0;
}

.pages #contact_box .form_contents .c-textarea {
    padding-bottom: 13px;
}

.pages #contact_box .form_contents .txt_custom {
    height: 200px;
    resize: none;
}

.pages #contact_box .form_contents .c-policy {
    padding: 25px 20px 0 14px;
}

.pages #contact_box .form_contents .c-policy dt {
    font-size: 13px;
    padding-top: 2px;
}

.pages #contact_box .form_contents .c-policy dt .required {
    margin-left: 8px;
}

.pages #contact_box .form_contents .policy {
    font-size: 13px;
    line-height: 2.15;
    text-align: justify;
}

.pages #contact_box .form_contents .gr-btn {
    padding: 51px 0 0;
}

.pages #contact_box .form_contents .gr-btn::before {
    content: none;
}

.pages #contact_box .btn-policy span {
    margin-left: 5px;
}

.pages #contact_box .btn-policy {
    width: 100%;
    height: 85px;
    background: #001d62;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}

.pages #contact_box .btn-policy input[type="checkbox"] {
    margin-right: 0;
    position: relative;
    top: 2px;
}

.pages #contact_box .btn-policy .error {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    margin-left: 0;
}

.pages #contact_box .btn-submit {
    width: 100%;
    max-width: 260px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--sub-jp-font);
    font-size: 14px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    margin: 117px auto 0;
}

.pages #contact_box .btn-submit::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #001D62;
    transform: translateX(-100%);
    transition: .5s ease-in-out;
    z-index: -1;
}

.pages #contact_box .btn-submit span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.pages #contact_box .btn-submit i {
    display: inline-block;
    background-image: url(../images/common/ico_arrow.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 52px;
    height: 7px;
    position: absolute;
    top: 23px;
    right: 50px;
    transition: all .3s ease;
    pointer-events: none;
}

.pages #contact_box .btn-submit input {
    width: 100%;
    height: 100%;
    text-align: left;
    color: var(--main-color);
    background: none;
    border: 1px solid var(--main-color);
    padding-left: 49px;
    cursor: pointer;
    transition: all .3s ease;
}

.pages #contact_box .mw_wp_form_confirm .c-txt03,
.pages #contact_box .mw_wp_form_confirm .btn-policy {
    display: none;
}

.pages #contact_box .mw_wp_form_confirm .form_contents dl dt {
    padding-top: 2px;
}

.pages #contact_box .mw_wp_form_confirm .form_contents .gr_checkbox {
    padding-bottom: 20px;
}

.pages #contact_box .mw_wp_form_confirm .btn-submit {
    margin: 50px auto 0;
}

.pages #contact_box .mw_wp_form_confirm .btn-submit i {
    right: 65px;
}

.pages #contact_box .mw_wp_form_confirm .btn-submit input {
    padding-left: 65px;
}

.pages .p_contact .cont_thank_msg {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.pages .p_contact .cont_thank_msg h4 {
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 35px;
}

.pages .p_contact .cont_thank_msg .btn_primary {
    margin: 50px auto 0;
}

/* ------------------------------------------------------
company
------------------------------------------------------ */
.pages .p_company #p_mv .mv_en::before {
    content: 'company';
}

.pages #company_greeting {
    padding: 74px 0 0;
}

.pages #company_greeting .pages_mainttl {
    margin-bottom: 49px;
}

.pages #company_greeting .greeting_contents {
    background: url(../images/company/company_greeting_bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 90px 0 91px;
    position: relative;
}

.pages #company_greeting .greeting_contents::before {
    position: absolute;
    content: '';
    background: rgba(0, 29, 80, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.pages #company_greeting .greeting_contents .inner {
    max-width: calc(860px + 6%);
}

.pages #company_greeting .greeting_contents h4 {
    font-family: var(--sub-jp-font);
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 1.85;
    text-align: center;
    margin-bottom: 45px;
}

.pages #company_greeting .greeting_contents .company_greeting_txt {
    text-align: justify;
}

.pages #company_greeting .greeting_contents p {
    line-height: 2.53;
}

.pages #company_greeting .greeting_contents p:not(:last-child) {
    margin-bottom: 39px;
}

.pages #company_greeting .greeting_contents .company_greeting_txt a {
    text-decoration: underline;
}

.pages #company_greeting .greeting_contents .company_greeting_txt ol li,
.pages #company_greeting .greeting_contents .company_greeting_txt ul li {
    line-height: 2.53;
    list-style: inherit;
    margin-left: 15px;
}

.pages #company_greeting .greeting_contents .greeting_special {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 45px;
}

.pages #company_greeting .greeting_contents .greeting_special > span {
    display: inline-block;
    width: 100%;
    max-width: 290px;
    font-family: var(--sub-jp-font);
    font-size: 12px;
}

.pages #company_greeting .greeting_contents .greeting_special > span:nth-child(1) {
    padding-left: 3px;
}

.pages #company_greeting .greeting_contents .greeting_special .tag_name {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
}

.pages #company_greeting .greeting_contents .greeting_special .tag_name span {
    font-family: var(--en-ttl-font);
    font-size: 14px;
    font-weight: 500;
    margin-left: 21px;
}

.pages #company_profile {
    padding: 93px 0 94px;
}

.pages #company_profile .inner {
    max-width: calc(1000px + 6%);
}

.pages #company_profile .pages_mainttl {
    margin-bottom: 61px;
}

.pages #company_access {
    padding: 0 0 114px;
}

.pages #company_access .pages_mainttl {
    margin-bottom: 64px;
}

.pages #company_access .company_map iframe {
    width: 100%;
    height: 700px;
}

/* ------------------------------------------------------
company
------------------------------------------------------ */
.pages .p_facility #p_mv .mv_en::before {
    content: 'facility';
}

.pages #facility_intro {
    padding: 87px 0 0;
}

.pages #facility_intro .facility_intro_txt {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2.33;
    text-align: center;
}

.pages #facility_contents .facility_block {
    padding: 107px 0 152px;
}

.pages #facility_contents .facility_block:nth-child(even) {
    background: #F2F0ED;
}

.pages #facility_contents .facility_block .inner {
    max-width: calc(1000px + 6%);
}

.pages #facility_contents .facility_block h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 68px;
}

.pages #facility_contents .facility_block h3 span {
    color: #001D62;
    padding-bottom: 5px;
    border-bottom: 4px solid #001D62;
}

.pages #facility_contents .facility_block .facility_gallery {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 31px;
}

.pages #facility_contents .facility_block .main_image {
    margin-bottom: 30px;
}

.pages #facility_contents .facility_block .main_image .main_item {
    width: 100%;
    height: 540px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.pages #facility_contents .facility_block .main_image .main_item img {
    max-height: 100%;
    flex-shrink: 0;
}

.pages #facility_contents .facility_block .main_image .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 0;
    color: transparent;
    border: 0;
    background: none;
    z-index: 1;
    transition: all .25s ease;
    cursor: pointer;
}

.pages #facility_contents .facility_block .main_image .slick-prev {
    left: 10px;
}

.pages #facility_contents .facility_block .main_image .slick-next {
    right: 10px;
}

.pages #facility_contents .facility_block .main_image .slick-prev::before,
.pages #facility_contents .facility_block .main_image .slick-next::before {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .25s ease;
}

.pages #facility_contents .facility_block .main_image .slick-prev::before {
    background-image: url(../images/facility/btn_prev.png);
}

.pages #facility_contents .facility_block .main_image .slick-next::before {
    background-image: url(../images/facility/btn_next.png);
}

.pages #facility_contents .facility_block .thumbnail.slick-slider .slick-list {
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages #facility_contents .facility_block .thumbnail.slick-slider .slick-track {
    transform: translate3d(0, 0, 0) !important;
    width: 100% !important;
}

.pages #facility_contents .facility_block .thumbnail .thumb_item {
    width: calc((100% - 30px) / 7) !important;
    height: 110px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 5px 5px 0;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s ease;
}

.pages #facility_contents .facility_block .thumbnail .thumb_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.pages #facility_contents .facility_block .thumbnail .thumb_item.slick-active {
    opacity: .4;
}

.pages #facility_contents .facility_block .thumbnail .thumb_item:nth-child(7n+7),
.pages #facility_contents .facility_block .thumbnail .thumb_item:last-child {
    margin-right: 0;
}

.pages #facility_contents .facility_block .facility_description {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 79px;
}

.pages #facility_contents .facility_block .facility_about {
    display: flex;
    justify-content: space-between;
}

.pages #facility_contents .facility_block .facility_info {
    width: 100%;
    max-width: 413px;
    margin-right: 25px;
}

.pages #facility_contents .facility_block .facility_info dl {
    display: flex;
    align-items: center;
    padding: 21px 3px 19px;
    position: relative;
}

.pages #facility_contents .facility_block .facility_info dl::before,
.pages #facility_contents .facility_block .facility_info dl:last-child::after {
    position: absolute;
    content: '';
    background-image: url(../images/facility/line_dot.png);
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 3px;
    left: 0;
}

.pages #facility_contents .facility_block .facility_info dl::before {
    top: 0;
}

.pages #facility_contents .facility_block .facility_info dl:last-child::after {
    bottom: 0;
}

.pages #facility_contents .facility_block .facility_info dl dt {
    width: 100%;
    max-width: 100px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.875;
    color: #001D62;
}

.pages #facility_contents .facility_block .facility_info dl dd {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.875;
    flex: 1;
}

.pages #facility_contents .facility_block .facility_info dl dd p {
    line-height: 1.875;
}

.pages #facility_contents .facility_block .facility_info dl dd ul li,
.pages #facility_contents .facility_block .facility_info dl dd ol li {
    line-height: 1.875;
    list-style: inherit;
    margin-left: 15px;
}

.pages #facility_contents .facility_block .facility_map {
    width: 100%;
    max-width: 550px;
    height: 380px;
}

.pages #facility_contents .facility_block .facility_map iframe {
    width: 100%;
    height: 100%;
}

/* ------------------------------------------------------
voice
------------------------------------------------------ */
.pages .p_voice #p_mv .mv_en::before {
    content: "voice";
}

.pages #voice_customer {
    padding: 90px 0 187px;
}

.pages #voice_customer .voice_txt01 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.89;
    letter-spacing: 0.075em;
    text-align: center;
}

.pages #voice_customer .list_customer {
    max-width: 1000px;
    margin: 91px auto 0;
}

.pages #voice_customer .list_customer li {
    display: flex;
    margin-bottom: 80px;
}

.pages #voice_customer .list_customer li:last-child {
    margin-bottom: 0;
}

.pages #voice_customer .list_customer li:nth-child(even) {
    flex-direction: row-reverse;
}

.pages #voice_customer .list_customer .customer_img {
    flex-shrink: 0;
    padding-top: 26px;
}

.pages #voice_customer .list_customer .customer_img .item_image {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    border-radius: 50%;
    overflow: hidden;
}

.pages #voice_customer .list_customer .customer_img .male01 {
    background-image: url(../images/voice/male01.png);
}

.pages #voice_customer .list_customer .customer_img .male02 {
    background-image: url(../images/voice/male02.png);
}

.pages #voice_customer .list_customer .customer_img .male03 {
    background-image: url(../images/voice/male03.png);
}

.pages #voice_customer .list_customer .customer_img .male04 {
    background-image: url(../images/voice/male04.png);
}

.pages #voice_customer .list_customer .customer_img .female01 {
    background-image: url(../images/voice/female01.png);
}

.pages #voice_customer .list_customer .customer_img .female02 {
    background-image: url(../images/voice/female02.png);
}

.pages #voice_customer .list_customer .customer_img .female03 {
    background-image: url(../images/voice/female03.png);
}

.pages #voice_customer .list_customer .customer_img .female04 {
    background-image: url(../images/voice/female04.png);
}

.pages #voice_customer .list_customer .customer_img .name {
    text-align: center;
    margin-top: 3px;
}

.pages #voice_customer .customer_frame {
    width: 100%;
    max-width: 810px;
    min-height: 230px;
    border: 3px solid #001d62;
    border-radius: 10px;
    position: relative;
    padding: 32px 46px;
    margin-left: 70px;
}

.pages #voice_customer .customer_frame::before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(../images/voice/voice_icon01.jpg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 95px;
    right: -33px;
    z-index: 1;
}

.pages #voice_customer li:nth-child(even) .customer_frame {
    margin: 0 70px 0 0;
}

.pages #voice_customer li:nth-child(odd) .customer_frame::before {
    left: -33px;
    right: auto;
    transform: rotate(-180deg);
}

.pages #voice_customer .list_customer .customer_frame p {
    color: #001d62;
    line-height: 2.13;
}

.pages #voice_customer .list_customer .customer_frame a {
    text-decoration: underline;
}

/* ------------------------------------------------------
about
------------------------------------------------------ */
.pages .p_about #p_mv .mv_en::before {
    content: "about";
}

.pages #about_happiness {
    background: #fff;
    padding: 74px 0 146px;
}

.pages #about_happiness .inner {
    max-width: 1500px;
    padding: 0 0;
    z-index: 1;
}

.pages #about_happiness .inner::before {
    position: absolute;
    content: '';
    width: 100vw;
    height: 668px;
    background: #F2F0ED;
    bottom: 156px;
    left: 252px;
    z-index: -1;
}

.pages #about_happiness .pages_mainttl {
    margin-bottom: 89px;
}

.pages #about_happiness .about_wrap {
    display: flex;
}

.pages #about_happiness .about_wrap .about_photo {
    width: 100%;
    max-width: 850px;
    display: flex;
    flex-direction: column;
}

.pages #about_happiness .about_wrap .about_photo .img02 {
    margin: 110px 100px 0 auto;
}

.pages #about_happiness .about_wrap .about_component {
    padding: 0 3% 0 79px;
    flex: 1;
}

.pages #about_happiness .about_wrap .about_frame {
    width: 100%;
    max-width: 420px;
    padding: 61px 0 0;
}

.pages #about_happiness .about_wrap .about_frame p {
    text-align: justify;
}

.pages #about_happiness .about_wrap .about_frame p:not(:last-child) {
    margin-bottom: 36px;
}

.pages #about_happiness .about_wrap figure {
    line-height: 0;
    margin: 129px 0 0 -34px;
}

.pages #about_features .about_cover {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pages #about_features .about_cover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.45);
    top: 0;
    left: 0;
    pointer-events: none;
}

.pages #about_features .about_cover .pages_mainttl {
    color: #fff;
    margin-bottom: 0;
    position: relative;
}

.pages #about_features .about_cover .pages_mainttl span::before {
    background: #fff;
}

.pages #about_features .about_info {
    background: #fff;
    padding: 85px 0 162px;
}

.pages #about_features .about_info .about_features_txt {
    text-align: center;
    margin-bottom: 73px;
}

.pages #about_features .about_info .features_info {
    counter-reset: point;
}

.pages #about_features .about_info .features_info li {
    display: flex;
    padding: 0 0 0 100px;
    position: relative;
}

.pages #about_features .about_info .features_info li:nth-child(even) {
    flex-direction: row-reverse;
    padding: 0 100px 0 0;
}

.pages #about_features .about_info .features_info li:not(:last-child) {
    margin-bottom: 90px;
}

.pages #about_features .features_info .features_frame {
    width: 100%;
    max-width: 580px;
    min-height: 330px;
    border: 1px solid #808080;
    background: rgba(255, 255, 255, 0.6);
    padding: 87px 43px 48px;
    margin-top: 128px;
    position: relative;
}

.pages #about_features .features_info .features_frame::before {
    position: absolute;
    counter-increment: point;
    content: 'POINT 'counter(point, decimal-leading-zero);
    font-family: var(--en-ttl-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    color: #fff;
    display: block;
    border-bottom: 30px solid #001D62;
    border-right: 40px solid transparent;
    height: 0;
    width: 140px;
    text-align: center;
    top: 30px;
    left: -21px;
}

.pages #about_features .about_info .features_info li:nth-child(even) .features_frame::before {
    border-left: 40px solid transparent;
    border-right: 0;
    left: auto;
    right: -21px;
}

.pages #about_features .features_info li:nth-child(even) .features_component {
    margin-left: auto;
}

.pages #about_features .features_info .features_component h4 {
    font-family: var(--sub-jp-font);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.55;
    margin-bottom: 16px;
}

.pages #about_features .features_info .features_component p {
    line-height: 2.27;
}

.pages #about_features .features_info .features_photo {
    line-height: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.pages #about_features .features_info .features_photo::before,
.pages #about_features .features_info .features_photo::after {
    position: absolute;
    content: '';
    width: 101%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1, 1);
    transform-origin: right top;
    transition: all 3s cubic-bezier(0, 1.08, .17, 1);
}

.pages #about_features .features_info .features_photo::before {
    background: #fff;
}

.pages #about_features .features_info .features_photo::after {
    background: rgba(255, 255, 255, 0.7);
}

.pages #about_features .features_info li.is-active .features_photo::before {
    transform: scale(0, 1);
    transition-delay: .2s;
}

.pages #about_features .features_info li.is-active .features_photo::after {
    transform: scale(0, 1);
    transition-delay: 1s;
}

.pages #about_features .features_info li:nth-child(odd) .features_photo {
    right: 0;
}

.pages #about_features .features_info li:nth-child(even) .features_photo {
    left: 0;
}

.pages #about_features .photo_cover {
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    width: calc(100% - 140px);
    height: 100%;
}

.pages #about_features .photo_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------------------------------------------------
service
------------------------------------------------------ */
.pages .p_service #p_mv .mv_en::before {
    content: "service";
}

.pages #service_intro {
    background: #fff;
    position: relative;
    padding: 100px 0 70px;
}

.pages #service_intro::after {
    content: "";
    width: 100%;
    height: calc(100% - 330px);
    background: #001d62;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pages #service_intro .intro_cont {
    position: relative;
    padding-top: 77px;
}

.pages #service_intro .intro_ttl {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    font-family: var(--sub-jp-font);
    font-size: 46px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
    padding: 0 22px 2px 0;
}

.pages #service_intro .intro_img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.pages #service_intro .intro_frame {
    max-width: 800px;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 56px 64px;
    margin-top: 197px;
}

.pages #service_intro .intro_frame p {
    line-height: 2.13;
    margin-bottom: 32px;
}

.pages #service_intro .intro_frame p:last-child {
    margin: 0;
}

.pages #service_special {
    background: #fff;
    padding: 98px 0 160px;
}

.pages #service_special .inner {
    max-width: calc(1000px + 6%);
}

.pages #service_special .service_special_title {
    font-family: var(--sub-jp-font);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.83;
    text-align: center;
    margin-bottom: 37px;
}

.pages #service_special .service_special_txt {
    width: 100%;
    max-width: 850px;
    line-height: 2.267;
    text-align: justify;
    margin: 0 auto 65px;
}

.pages #service_special .tb_scroll .contents_scroll {
    position: relative;
}

.pages #service_special .tb_service {
    width: 100%;
    max-width: 900px;
    border: 0;
    margin: 0 auto;
}

.pages #service_special .tb_service th,
.pages #service_special .tb_service td {
    line-height: 1.875;
    text-align: center;
}

.pages #service_special .tb_service th {
    font-family: var(--jp-font);
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #001d62;
    border: 1px solid #001d62;
    padding: 7px 5px;
}

.pages #service_special .tb_service th:not(:last-child) {
    border-right-color: #fff;
}

.pages #service_special .tb_service td {
    font-size: 16px;
    border: 1px solid var(--main-color);
    padding: 10px 5px;
}

.pages #service_special .tb_service .bg_color {
    background: rgba(251, 176, 59, 0.2);
}

.pages #service_special .tb_service .small_fz {
    font-size: 12px;
}

.pages #service_work {
    background: #f2f0ed;
    padding: 103px 0 150px;
}

.pages #service_work .inner {
    max-width: calc(1400px + 6%);
    padding: 0 3%;
    margin: 0 auto;
}

.pages #service_work h3.pages_mainttl {
    margin-bottom: 55px;
}

.pages #service_work .service_work_txt {
    font-family: var(--sub-jp-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 2.5;
    text-align: center;
    margin-bottom: 105px;
}

.pages #service_work .work_block {
    display: flex;
    opacity: 0;
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    transition: all 2s ease;
    margin-bottom: 50px;
}

.pages #service_work .work_block.fadein {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.pages #service_work .work_block:last-child {
    margin: 0;
}

.pages #service_work .work_block:nth-child(even) {
    flex-direction: row-reverse;
}

.pages #service_work .work_block .work_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
}

.pages #service_work .work_block .work_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pages #service_work .work_frame {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 32px 3% 40px;
}

.pages #service_work .work_block:nth-child(even) .work_frame {
    background: #001d62;
    color: #fff;
}

.pages #service_work .work_frame .work_ttl {
    font-family: var(--sub-jp-font);
    font-size: 40px;
    line-height: 1.75;
    letter-spacing: 0.075em;
    text-align: center;
}

.pages #service_work .work_frame .aniline {
    width: 80px;
    height: 1px;
    position: relative;
    left: 0;
    right: 0;
    margin: 36px auto 46px;
    overflow: hidden;
}

.pages #service_work .work_frame .aniline::after {
    background: var(--main-color);
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    animation: lineAni 2.5s linear 0s infinite normal;
}

.pages #service_work .work_block:nth-child(even) .work_frame .aniline::after {
    background: #fff;
}

@keyframes lineAni {
    0% {
        left: -100%;
    }

    10% {
        left: -100%;
    }

    50% {
        left: 0;
    }

    90% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

.pages #service_work .work_frame .section {
    width: 100%;
    max-width: 490px;
    padding: 0;
    margin: 0 auto;
}

.pages #service_work .work_frame .section p {
    line-height: 2.4;
}

.pages #service_flow {
    position: relative;
    width: 100%;
    padding: 150px 0 150px;
}

.pages #service_flow .inner .flow_cont {
    max-width: 1200px;
    background: #fff;
    padding: 76px 0 116px;
    margin: 0 auto;
}

.pages #service_flow .flow_fixed {
    width: calc(100% - 140px);
    height: 100vh;
    background-image: url(../images/service/flow_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
}

.pages #service_flow h3.pages_mainttl {
    margin-bottom: 86px;
}

.pages #service_flow .flow_list {
    max-width: calc(870px + 6%);
    counter-reset: number;
    padding: 0 3%;
    margin: 0 auto;
}

.pages #service_flow .flow_list dl {
    position: relative;
    padding: 0 0 30px 90px;
    margin-bottom: 17px;
}

.pages #service_flow .flow_list dl::before {
    content: "";
    width: 3px;
    height: calc(100% - 72px);
    background: #001d62;
    border-radius: 3px;
    position: absolute;
    left: 29px;
    bottom: 0;
}

.pages #service_flow .flow_list dl:last-child {
    padding: 0 0 0 90px;
    margin-bottom: 0;
}

.pages #service_flow .flow_list dl:last-child::before {
    content: none;
}

.pages #service_flow .flow_list dt {
    color: #001d62;
    font-family: var(--sub-jp-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.075em;
    position: relative;
    counter-increment: number;
}

.pages #service_flow .flow_list dt::before {
    content: counter(number);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #001d62;
    color: #fff;
    font-family: var(--en-ttl-font);
    font-size: 35px;
    border-radius: 50%;
    position: absolute;
    left: -90px;
    top: -3px;
}

.pages #service_flow .flow_list dd {
    min-height: 83px;
    padding-left: 4px;
    margin-top: 21px;
}

.pages #service_flow .flow_list dd p {
    line-height: 2.27;
}

.pages#service #footer {
    background: #fff;
    padding-top: 100px;
}


/* MOZZILLA CSS */
@-moz-document url-prefix() {}

/* IE CSS */
@media screen\0 {}

/* EDGE 12+ CSS */
@supports (-ms-ime-align:auto) {}
