﻿* {
    box-sizing: border-box;
    word-break: break-all
}



/* --- パンくずリスト --- */

.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0;
    font-size: .9em;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb-001 a {
    color: #333333;
    text-decoration: none;
}

/* --- パンくずリスト --- */


/* --- 目次 ----*/

.toc-002 {
    margin-bottom: 30px;
    border: 2px solid #2589d0;
    border-radius: 3px;
}

.toc-002 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc-002 div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.toc-002 ol {
    list-style-type: decimal;
    margin: 0;
    overflow: hidden;
}

.toc-002 > ol {
    padding: 1em 1em 1em 3em;
}

.toc-002 ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc-002 li {
    padding: 5px 0;
    font-weight: 600;
}

.toc-002 ol ol li {
    font-weight: 500;
    font-size: .9em;
}

.toc-002 a {
    color: #333;
    text-decoration: none;
}

/* --- 目次用----*/



/* --- h1 見出し----*/
.h1class {
    padding: .5em .7em;
    border-left: 5px solid #2589d0;
    background-color: #e7f5ff;
    color: #333333;
    margin-bottom:20px;
}
/* --- h1 見出し----*/

/* --- h2 見出し----*/

.heading-1 {
    color: #333333;
    padding:0 .4em .2em;
    border-bottom: 3px solid #2589d0;
    background-color: #ffffff;
    font-size: 18px;
    margin-bottom:20px;
}

.heading-1:first-letter {
    color: #2589d0;
    font-size: 2em;
}

/* --- h2 見出し----*/

/* --- h3 見出し----*/

.heading-3 {
    padding:0 .4em .2em;
    border-bottom: 3px double #949799;
    background-color: #ffffff;
    color: #333333;
    margin-bottom:20px;
}

/* --- h3 見出し----*/

/* --- 関連記事----*/
.box-01 {
    position: relative;
    max-width: 400px;
    margin: 1.9em auto 0;
    padding: 1em 1.5em;
    border: 2px solid #2589d0;
    border-radius: 3px;
}

.box-01 span {
    position: absolute;
    top: -1.9em;
    left: -2px;
    padding: .2em .8em;
    border-radius: 5px 5px 0 0;
    background-color: #2589d0;
    color: #fff;
}

.box-01 p {
    margin: 0;
    color: #333;
}
/* --- 関連記事----*/


blockquote, body, dd,  dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

/* 一時テスト用に変更 divをなくしたので保管
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}
*/



html, body {
    width: 100%;
    height: 100%
}

body, br {
    letter-spacing: 0
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

h1 {
    font-size: 14px;
    font-weight: 700;
}

ol, ul, li {
    list-style: none
}

fieldset, img {
    border: 0
}

table {
    border-spacing: 0
}

caption, th {
    text-align: left
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100% !important
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease-in-out
}

body {
    -webkit-text-size-adjust: 100%
}

@font-face {
    font-family: 'din_condensedbold';
    src: url("../font/din_condensed_bold-webfont.woff2") format("woff2"), url("../font/din_condensed_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

body {
    background: #fff;
    color: #000;

    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;

/* フォント変更
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, メイリオ, "ms pgothic", "ms pゴシック", osaka, sans-serif, TakaoPGothic, "Sazanami Gothic";
*/

    letter-spacing: 0.035rem
}

.invisible {
    visibility: hidden
}


/*-- 最初から表示テスト 

.fadeScale {
    opacity: 0
}

.fadeScalein {
    animation: fadeScaleAnime 0.2s ease-in-out 0s 1 normal forwards
}

@keyframes fadeScaleAnime {
    0% {
        opacity: 0;
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.fade {
    opacity: 0
}

.fadein {
    animation: fadeAnime 0.2s ease-in-out 0s 1 normal forwards
}

@keyframes fadeAnime {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

*/

.passing .passing-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.passing .passing-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.passing .passing-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.passing.move .passing-bar:before {
    -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
    animation: passing-bar 1s ease 0s 1 normal forwards
}

.passing.move .passing-txt {
    -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
    animation: passing-txt 0s ease .5s 1 normal forwards
}

@-webkit-keyframes passing-bar {
    0% {
        left: 0;
        right: auto;
        width: 0
    }
    50% {
        left: 0;
        right: auto;
        width: 100%
    }
    51% {
        left: auto;
        right: 0;
        width: 100%
    }
    100% {
        left: auto;
        right: 0;
        width: 0
    }
}

@keyframes passing-bar {
    0% {
        left: 0;
        width: 0
    }
    50% {
        left: 0;
        width: 100%
    }
    51% {
        left: 0;
        width: 100%
    }
    100% {
        left: 100%;
        width: 0
    }
}

@-webkit-keyframes passing-txt {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes passing-txt {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}


/*-- 背景色変更
body {
    background: linear-gradient(to right, #f5f8f9 50%, #eb0000 50% 100%)
}
--*/


@media only screen and (min-width: 769px) {
    :root, body {
        font-size: 14px;
        line-height: 1.6
    }
    .pc {
        display: block
    }
    .sp {
        display: none
    }
}

@media screen and (max-width: 768px) {
    :root, body {
        font-size: 13px;
        line-height: 1.6
    }
    .pc {
        display: none
    }
    .sp {
        display: block
    }
}

.wrap {
    min-width: 1200px;
    overflow: hidden
}

.inner {
    width: 1080px;
    margin: 0 auto
}

#contents {
    width: 1080px;
    margin: 0 auto;
    position: relative;

/* 背景色変更
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 89%, #eb0000 89% 100%);
*/

    padding-bottom: 5rem
}

#contents:before {
    content: "";
    display: block;

/* 背景色変更
    background-image: linear-gradient(-90deg, #f5f8f9 1px calc(100% - 1px), #dbdfe0 calc(100% - 1px) 100%);
*/
    background-size: 25%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1
}

.en {
    font-family: 'din_condensedbold', "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, メイリオ, "ms pgothic", "ms pゴシック", osaka, sans-serif, TakaoPGothic, "Sazanami Gothic";
    letter-spacing: 0
}

.fc_red {
	color: #00cccc;
}

.fs_min_90 {
    font-size: 0.9em
}

.fs_large_120 {
    font-size: 1.2em
}

.fs_large_110 {
    font-size: 1.1em
}

.bold {
    font-weight: bold
}

.tit_h2 {
    text-transform: uppercase;
    font-size: 3rem;
    display: block;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding-top: 8rem
}

.tit_h2 .tit_h2_inline {
    background: url("../img/common/title_dash.svg") no-repeat right bottom;
    display: inline-block;
    padding-right: 0.5rem
}

.tit_h2 span {
    font-size: 0.857rem;
    display: block
}

.tit_h3 {
    text-transform: uppercase;
    font-size: 2.8rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    display: inline-block;
    padding-right: 0.5rem;
    line-height: 1
}

.tit_h3 .tit_h3_inline {
    background: url("../img/common/title_dash.svg") no-repeat right bottom;
    display: inline-block;
    padding-right: 0.5rem
}

.tit_h3 span {
    font-size: 0.857rem;
    display: block
}

.btn {
    font-family: 'din_condensedbold';
    border-radius: 50px;
    background-image: url("../img/common/btn_arow_white.svg");
    background-repeat: no-repeat;
    background-position: 90%;
    background-position: calc(100% - 0.75em);
    display: inline-block;
    text-align: center;
    transition: all .2s ease-in-out;
    letter-spacing: 0
}

.btn_min {
    width: 140px;
    height: 2.5rem;
    line-height: 2.5rem;
    background-size: 4.5px;
    max-width: 100% !important
}

.btn_size_M {
    font-size: 1.5rem;
    width: 260px;
    height: 3.571rem;
    line-height: 3.571rem;
    max-width: 100% !important
}

.btn_black {
    color: #fff;
    background-color: #000
}

.btn_black:hover {
    background-color: #eb0000
}

.btn_red {
	color: #ffffff;
	background-color: blue;
}

.btn_red:hover {
    background-color: #000
}

.btn_ja {
    font-size: 90%
}

@media screen and (max-width: 768px) {
    .wrap {
        min-width: 100%
    }
    .inner {
        width: 94%
    }
    #contents {
        width: 94%;
        padding-bottom: 100px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) calc(100% - 40px), #eb0000 40px 100%)
    }
    .tit_h2 {
        padding-top: 45px
    }
    .tit_h2 span {
        font-size: 0.85rem
    }
    .tit_h3 span {
        font-size: 0.85rem
    }
    .btn {
        border-radius: 50px;
        background-position: 90%;
        background-position: calc(100% - 0.75em);
        display: inline-block
    }
    .btn_min {
        min-width: 140px;
        height: 2.5rem;
        line-height: 2.5rem;
        background-size: 4.5px
    }
    .btn_size_M {
        font-size: 1.5rem;
        min-width: 260px;
        height: 3.571rem;
        line-height: 3.571rem
    }
}

#top-head {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 800;
    font-family: 'din_condensedbold'
}

#top-head .inner {
    position: relative;
    height: 60px;
    line-height: 60px;
    width: 96%;
    margin: 0 auto
}

#top-head h1 {
    width: 62px;
    height: 36px;
    float: left;
    background: url("../img/common/logo_txt_w.png") no-repeat;
    margin-top: 12px;
    background-size: contain
}

#global-nav ul {
    float: right;
    font-size: 1.25rem
}

#global-nav li {
    float: left
}

#global-nav li a {
    border-radius: 3rem;
    border: 1px solid transparent;
    color: #fff;
    position: relative;
    padding: 6px 14px;
    margin: 0 2px
}

#global-nav li a:hover {
    background-color: #eb0003;
    border: 1px solid #eb0003
}

#global-nav .btn_min {
    padding: 0;
    border: 1px solid #fff;
    box-sizing: border-box
}

@media only screen and (min-width: 769px) {
    #top-head.fixed {
        position: fixed;
        background: rgba(255, 255, 255, 0.8);
        height: 50px
    }
    #top-head.fixed .inner {
        height: 50px;
        line-height: 50px
    }
    #top-head.fixed h1 {
        width: 52px;
        height: 30px;
        background-image: url("../img/common/logo_txt_b.png")
    }
    #top-head.fixed #nav-toggle span {
        background: black
    }
    #top-head.fixed #global-nav ul {
        font-size: 1.1rem;
        float: right
    }
    #top-head.fixed #global-nav li {
        float: left
    }
    #top-head.fixed #global-nav li a {
        color: #000
    }
    #top-head.fixed #global-nav li a:hover {
        color: #fff
    }
    #top-head.fixed #global-nav .btn_min {
        height: 2.25rem;
        line-height: 2.25rem;
        border: 1px solid #000;
        padding: 0;
        background-color: #000;
        color: #fff;
        min-width: 120px
    }
    #top-head.fixed #global-nav .btn_min:hover {
        color: #fff;
        background-color: #eb0003;
        border: 1px solid #eb0003
    }
}

#nav-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 6px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 101
}

#nav-toggle div {
    position: relative
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    left: 9px;
    transition: all .2s ease-in-out;
    background: #fff
}

#nav-toggle span:nth-child(1) {
    width: 13px;
    top: 10px
}

#nav-toggle span:nth-child(2) {
    top: 17px;
    width: 20px
}

#nav-toggle span:nth-child(3) {
    top: 24px;
    width: 16px
}

@media screen and (max-width: 768px) {
    #top-head {
        min-width: 100%
    }
    #top-head .inner {
        padding: 0
    }
    #top-head h1 {
        width: 50px;
        text-align: center;
        margin-top: 0.75rem
    }
    #top-head h1 img {
        width: 80px
    }
    #mobile-head {
        width: 100%;
        z-index: 105;
        position: relative
    }
    #global-nav {
        display: none;
        width: 100%;
        text-align: center
    }
    #nav-toggle {
        display: block
    }
    #top-head.open {
        position: fixed
    }
    #top-head.open .inner {
        padding: 0;
        height: 100%;
        overflow: scroll;
        line-height: 1rem
    }
    #top-head.open #global-nav {
        display: block;
        width: 100%;
        overflow: hidden
    }
    #top-head.open ul {
        width: 100%;
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around
    }
    #top-head.open ul li {
        float: none;
        width: 280px
    }
    #top-head.open ul li a {
        display: block;
        padding: 0;
        line-height: 3rem;
        margin: 0.25rem 0;
        font-size: 1.2rem;
        font-weight: 700;
        color: #000;
        height: 3rem
    }
    #top-head.open ul li a:hover {
        color: #fff
    }
    #top-head.open #nav-toggle span:nth-child(1), #top-head.open #nav-toggle span:nth-child(3) {
        top: 17px;
        width: 20px;
        left: 8px
    }
    #top-head.open #nav-toggle span:nth-child(1) {
        transform: rotate(315deg)
    }
    #top-head.open #nav-toggle span:nth-child(2) {
        display: none
    }
    #top-head.open #nav-toggle span:nth-child(3) {
        transform: rotate(-315deg)
    }
    #top-head.open .btn_min {
        background-color: #000;
        border: 1px solid #000;
        color: #fff;
        width: 100%
    }
    #top-head.open .btn_min:hover {
        background-color: #eb0003;
        border: 1px solid #eb0003
    }
    #top-head.fixed {
        position: fixed;
        background: rgba(255, 255, 255, 0.6);
        height: 50px
    }
    #top-head.fixed h1 {
        background-image: url("../img/common/logo_txt_b.png");
        width: 45px;
        margin: 0.9rem 0 0 0.15em
    }
    #top-head.fixed #nav-toggle span {
        background: black
    }
    #top-head.open, #top-head.fixed.open {
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, rgba(245, 248, 249, 0.9) calc(100% - 50px), rgba(235, 0, 0, 0.9) 50px 100%);
        z-index: 9999
    }
    #top-head.open h1, #top-head.fixed.open h1 {
        background-image: url("../img/common/logo_txt_b.png")
    }
    #top-head.open #nav-toggle span, #top-head.fixed.open #nav-toggle span {
        background: #fff
    }
}

.page_top_outline {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    height: 1px;
    left: calc(50% - 1200px/2);
    top: 0
}

.page_top {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -150px;
    z-index: 2;
    padding: 80px 10px 0;
    color: #fff;
    font-size: 14px;
    font-family: 'din_condensedbold';
    line-height: 1;
    text-decoration: none;
    writing-mode: vertical-lr
}

.page_top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 70px;
    background: #fff
}

.page_top:hover:after {
    animation: ptl 2s cubic-bezier(1, 0, 0, 1) infinite;
    color: #ff0
}

:hover.page_top:after {
    animation: ptl 2s cubic-bezier(1, 0, 0, 1) infinite
}

@keyframes ptl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 100%
    }
    35% {
        transform: scale(1, 1);
        transform-origin: 0 100%
    }
    35.1% {
        transform: scale(1, 1);
        transform-origin: 0 0
    }
    70%, 100% {
        transform: scale(1, 0);
        transform-origin: 0 0
    }
}

#include_footer {
    position: relative
}

#form_area {
    padding: 5rem 0;
    background: #e4e8ea;
    font-family: 'din_condensedbold', "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, メイリオ, "ms pgothic", "ms pゴシック", osaka, sans-serif, TakaoPGothic, "Sazanami Gothic"
}

#form_area .inner {
    display: flex;
    justify-content: space-around;
    align-items: center
}

#form_area .tel {
    font-size: 2.857rem;
    text-align: center;
    line-height: 1
}

#form_area .tel span {
    font-size: 1rem;
    display: block;
    font-weight: 700;
    letter-spacing: 0.05rem
}

footer {
    color: #fff;
    background: #222;
    padding: 5rem 0 0
}

footer .inner_footer_nav {
    padding: 0 0 2rem;
    display: flex;
    justify-content: space-around
}

footer a {
    display: inline-block
}

footer .col-2 {
    display: flex;
    width: 50%
}

footer .logo {
    width: 60px;
    margin-right: 2rem
}

footer .address {
    font-size: 0.785rem;
    line-height: 1.4rem
}

footer .address p {
    padding-bottom: 1rem
}

footer .address a {
    color: #fff
}

footer .address a:hover {
    color: #ea0004
}

footer .footer_nav, footer .sns {
    font-family: 'din_condensedbold'
}

footer .footer_nav ul.menu_list {
    border-bottom: 1px solid #424242;
    overflow: hidden;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

footer .footer_nav ul.menu_list li {
    float: left;
    line-height: 2.5rem
}

footer .footer_nav ul.menu_list a {
    font-size: 1.1rem;
    border-radius: 3rem;
    border: 1px solid transparent;
    color: #fff;
    position: relative;
    padding: 0 11px;
    margin: 0 2px;
    height: 2.25rem;
    line-height: 2.25rem;
    display: block
}

footer .footer_nav ul.menu_list a:hover {
    color: #fff;
    background-color: #eb0003;
    border: 1px solid #eb0003
}

footer .footer_nav ul.menu_list .btn_min {
    border: 1px solid #fff;
    width: 120px;
    background-size: 4.5px;
    padding: 0
}

footer .logo_container {
    display: block;
    width: 33%;
    height: 100px;
    margin-left: auto;
    margin-right: 253px;
    margin-top: 1px;
    margin-bottom: 1px;
}

footer ul.logo_wrap li {
    float: left;
    padding-left: 10px;
}

footer .logo_wrap img {
    width: 150px;
    height: 80px;
}

footer .sns {
    color: #767676;
    line-height: 1.428rem
}

footer .sns .tit {
    float: left;
    padding-right: 1rem;
    padding-left: 1rem
}

footer .sns img {
    float: left
}

footer .sns a:hover {
    background: #f5f8f9
}

footer .sns a:hover img {
    opacity: 0.7
}

footer #copyright {
    font-size: 11px;
    border-top: 1px solid #424242;
    padding: 1rem 0 1.2rem;
    overflow: hidden;
    margin-top:10px
}

footer #copyright a {
    color: #aaa
}

footer #copyright a:hover {
    color: #eb0505
}

footer #copyright ul {
    width: 70%;
    float: left
}

footer #copyright li {
    list-style-type: none;
    background: url("../img/common/btn_arow_red.svg") no-repeat center left;
    padding-left: 0.75em;
    background-size: 4px;
    margin-right: 1rem;
    float: left
}

footer #copyright span {
    float: right
}

@media screen and (max-width: 768px) {
    .page_top_outline {
        width: 100%;
        left: 0
    }
    .page_top {
        right: 6px;
        top: -120px;
        padding: 60px 10px 0
    }
    .page_top:after {
        height: 50px
    }
    #form_area {
        text-align: center
    }
    #form_area .inner {
        display: block
    }
    #form_area .tit_h3, #form_area .tel, #form_area .exp {
        margin-bottom: 2rem
    }
    footer .inner_footer_nav {
        padding: 0 0 2rem;
        display: block
    }
    footer .col-2 {
        display: block;
        width: 100%
    }
    footer .logo {
        margin: 0 auto;
        padding-bottom: 1.5rem
    }
    footer .address {
        text-align: center;
        margin-bottom: 1rem;
        font-size: 0.9rem;
        line-height: 1.6rem
    }
    footer .footer_nav ul.menu_list {
        margin-bottom: 2rem;
        padding: 0 1.5rem 0.5rem;
        border: 0
    }
    footer .footer_nav ul.menu_list li {
        width: 48%;
        text-align: center;
        margin: 0 1% 1rem
    }
    footer .footer_nav ul.menu_list a {
        font-size: 1.2rem;
        padding: 0;
        margin: 0;
        height: 2.5rem;
        line-height: 2.5rem
    }
    footer .footer_nav ul.menu_list .btn_min {
        width: auto
    }
    footer .sns {
        text-align: center
    }
    footer .sns .tit {
        float: none;
        padding: 0 0 0.5rem
    }
    footer .sns img {
        width: 28px
    }
    footer #copyright {
        padding: 1.25rem 0.5rem
    }
    footer #copyright ul {
        width: calc(100% - 85px)
    }
    footer #copyright li {
        float: none;
        margin-bottom: 0.25em
    }
    footer #copyright span {
        font-size: 10px;
        width: 85px;
        padding-top: 3px
    }

    footer .logo_container {
        display: block;
        width: 100%;
        height: 100px;
        margin-left: 70px;
        margin-top: 1px;
        margin-bottom: 1px;
    }

    footer ul.logo_wrap li {
        float: left;
        padding-left: 10px;
    }

    footer .logo_wrap img {
        width: 100px;
        height: 70px;
    }
}

#main {
    position: relative;
    min-height: 260px;
    background-image: url("../img/common/key_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #f5f8f9
}

#main .scroll_border {
    position: absolute;
    right: 50%;
    bottom: 0;
    z-index: 2
}

#main .scroll_border:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 40px;
    background: #fff;
    animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite
}

@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0
    }
    35% {
        transform: scale(1, 1);
        transform-origin: 0 0
    }
    35.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%
    }
    70%, 100% {
        transform: scale(1, 0);
        transform-origin: 0 100%
    }
}

.low_container {
    padding-top: 5rem
}

.low_container p {
    padding-bottom: 1rem;
    word-break: break-all
}

.low_container p:last-child {
    padding-bottom: 0
}

.low_container a:not([class]) {
    color: #004bd5;
    position: relative;
    z-index: 1;
    text-decoration: underline;
    text-decoration-color: #2eebff
}

.low_container a:not([class]):hover {
    text-decoration: none;
    opacity: 0.7
}

.low_container ul li:not([class]) {
    list-style-type: none;
    background-image: url(../img/common/list_arow_red.svg);
    background-repeat: no-repeat;
    background-position: 0.2em 0.5em;
    background-size: 5px;
    padding-left: 1em;
    margin-bottom: 0.5em;
    color: #000
}

.low_container .link-style_none {
    padding-bottom: 1rem
}

.low_container .link-style_none a {
    text-decoration: underline;
    text-decoration-color: #000;
    color: #000
}

.low_container .img_area, .low_container .video_area {
    width: 100%;
    overflow: hidden
}

.low_container .img_area img {
    width: 49%;
    padding-bottom: 1rem;
    float: left;
    margin-left: 2%
}

.low_container .img_area img:nth-child(odd) {
    margin-left: 0
}

.low_container .video {
    width: 49%;
    padding-bottom: 1rem;
    float: left;
    margin-left: 2%
}

.low_container .video:nth-child(odd) {
    margin-left: 0
}

.low_container .video .video_inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.low_container .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.low_container ul.link-style_none li {
    margin-bottom: 0.35em
}

.low_container .table {
    width: 100%
}

.low_container dl {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem
}

.low_container dt, .low_container dd {
    padding: 1.5rem 0
}

.low_container dt:first-child+dd, .low_container dd:first-child+dd {
    padding-top: 0;
    border: none
}

.low_container dt:first-child, .low_container dd:first-child {
    padding-top: 0;
    border: none
}

.low_container dt {
    border-top: 1px solid #000;
    width: 16%;
    font-weight: 700
}

.low_container dd {
    border-top: 1px solid #bbb;
    width: 84%;
    padding-left: 1rem
}

.block {
    margin-bottom: 4.285rem
}

.block:last-child {
    margin-bottom: 0
}

.block_left_title {
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 4rem 4rem 4rem 0
}

.block_left_title:before {
    content: "";
    display: block;
    width: 80%;
    background: #fff;
    height: fit-content;
    position: absolute;
    left: -80%;
    top: 0;
    z-index: -1;
    height: 100%
}

.block_left_title .tit_h3 {
    width: 16%
}

.block_left_title .detail_area {
    width: 84%
}

.block_center_title .tit_h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 3.5rem
}

#about #slogan img {
    width: 100%
}

#about #slogan .copy {
    font-size: 2rem;
    font-weight: bold
}

#about #slogan ul {
    margin-top: 2rem
}

#about #slogan li {
    font-size: 1.142rem
}

#about #message p {
    font-size: 1.142rem;
    line-height: 2.35em
}

#about #message .catch {
    font-size: 2rem;
    font-weight: 700;
    padding: 0.5em 0 1em
}

#about #message .sign {
    text-align: right;
    font-weight: 700
}

#about #message h1 {
    font-weight: normal;
    font-size: 1.142rem;
    line-height: 2.35em
}

#news_list {
    background: #e4e8ea
}

#news_list .list {
    background-color: #fff;
    margin-bottom: 0.35rem;
    padding: 0 3rem
}

#news_list .news_title {
    padding: 1.75rem 0 1.6rem;
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    position: relative
}

#news_list .news_title:before {
    content: '';
    display: block;
    width: 0.428rem;
    height: 1.285rem;
    background-color: #eb0505;
    position: absolute;
    left: -3rem
}

#news_list .data {
    margin-right: 2rem;
    color: #666;
    font-family: 'din_condensedbold'
}

#news_list .details {
    border-top: 1px solid #dcdcdc;
    padding: 1.5rem 0 2.25rem
}

#news_list .medicalcare_container {
    background-color: #fff;
    border: double 7px #00a1e9;
    margin-bottom: 0.35rem;
    padding: 0 3rem
}

#news_list .medicalcare_title {
    padding: 1rem 0;
    font-weight: 700;
}

#news_list .medicalcare_entry {
    margin: 1rem auto;
    text-align: center;
}

#news_list .btn_medicalcare {
    cursor: pointer;
    margin: 1rem auto;
    font-size: 1rem;
    width: 260px;
    height: 3.571rem;
    line-height: 3.571rem;
    max-width: 100% !important;
    
}

#business #product {
    padding-bottom: 2rem
}

#business .product_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem
}

#business .product_list:before {
    position: absolute;
    width: 100%;
    height: calc(100% - 5rem);
    content: "";
    background-color: #fff;
    z-index: -1;
    bottom: 0
}

#business .product_list .list_wrap {
    padding-bottom: 3rem
}

#business .product_list .img_box {
    position: relative;
    display: block;
    width: 50%;
    float: left
}

#business .product_list .img_box img {
    z-index: 5;
    position: relative
}

#business .product_list .img_box:before {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: url(../img/common/bg_dots.png) repeat right bottom;
    z-index: 0
}

#business .product_list .text_area {
    width: 50%;
    padding: 8rem 4rem 0;
    float: left
}

#business .product_list .headline {
    font-size: 1.571rem;
    font-weight: 700
}

#business .product_list .detail {
    border-top: 1px solid #bbb;
    padding: 1rem 0;
    margin-top: 1rem
}

#business .product_list .video_area {
    padding: 1.5rem 1.5rem 0.5rem;
    background: #e4e8ea;
    width: 100%;
    border-radius: 5px
}

#business .product_list .video_area .video {
    width: 32%
}

#business .product_list .video_area .video:nth-child(3n+1) {
    margin-left: 0
}

#business .product_list .video_area .video:nth-child(3n+2) {
    margin-left: 2%
}

#business .product_list .video_area .video:nth-child(3n) {
    margin-left: 2%
}

#business .product_list:nth-child(even) .video_area {
    margin: 0 3rem 3rem 0
}

#business .product_list:nth-child(even):after {
    content: "";
    display: block;
    width: 80%;
    background: #fff;
    position: absolute;
    left: -80%;
    bottom: 0;
    z-index: -1;
    height: calc(100% - 5rem)
}

#business .product_list:nth-child(odd) .img_box {
    float: right
}

#business .product_list:nth-child(odd) .text_area {
    float: right
}

#business .product_list:nth-child(odd) .video_area {
    margin: 0 0 3rem 3rem
}

#business .product_list:nth-child(odd):after {
    content: "";
    display: block;
    width: 80%;
    background: #fff;
    position: absolute;
    right: -80%;
    bottom: 0;
    z-index: -1;
    height: calc(100% - 5rem)
}

#business .tworks_wrap {
    text-align: center;
    display:flex;
    flex-wrap: wrap;
    margin-right: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-color: #e4e8ea;
    border-radius: 1rem;
    
}

#business .list_wrap .tworks_headline{
    font-weight: 700;
    font-size: 1.571rem;
    width:900px;
    text-align: center;
    padding:0.5rem 0;
    border-bottom: solid 2px #a1d8e6;
    margin-left:auto;
    margin-right: auto;
}

#business .tworks_wrap .item{
    flex: auto;
    width:25%;
    padding: 1rem;
    margin: 1rem;
    border-radius: 1rem;
    background-color: #fff;
}

#business .tworks_wrap .item .item_headline {
    font-size: 1.2rem;
    padding: 0.3rem 0;
    margin:0.5rem;
    font-weight: 550;
    border-bottom: 3px dotted #fff462;

}

#business .tworks_wrap .item .item_text p {
    padding: 1rem 0;
    margin: 1rem;
    height: 80%;
    word-wrap: balance;
    text-align: justify;

}

#business .tworks_wrap .item .item_text img {
    padding: 0.5rem 0rem;
    margin: 1rem 0.5rem;
    width: 80%;
    height: 80%;
}

#business .tworks_wrap .item_problem{
    flex: auto;
    width:25%;
    height: 50%;
    padding: 1rem;
    margin: 1rem;
    border-radius: 1rem;
}

#business .tworks_wrap .item_problem .fukidashi {
    flex:auto;
    position: relative;
    display: inline-block;
    margin: 1em 0;
    padding: 8px 10px;
    min-width: 120px;
    max-width: 100%;
    /* color: #555; */
    /* font-size: 16px; */
    background: #FFF;
    border: solid 3px #555;
    border-radius: 0.5rem;
    box-sizing: border-box;
  }
  
#business .tworks_wrap .item_problem .fukidashi:before {
    flex:auto;
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  
#business .tworks_wrap .item_problem .fukidashi:after {
    flex:auto;
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
  }
  
#business .tworks_wrap .item_problem .fukidashi p {
    margin: 0;
    padding: 0;
    text-align: justify;
    word-wrap: normal;

  }

#business .tworks_wrap .item_problem img {
    margin-top: 1rem;
    width:70%;
    height:60%;
  }

#business .tworks_wrap .item_problem p span {
    display: inline-block;
    margin: 1em 0;
    padding: 1rem 1rem;
    width: 300px;
    height: 200px;
    text-align: justify;
    background-color: #FFF;
    border: thick double #fff462;
  }

#business .tworks_wrap .tworks_case p {
    width: 300px;
    height: 100px;
    padding: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    text-align: justify;
    background-color: #a1d8e6;
}
#business .list_wrap .tworks_wrap .tworks_case img {
    width: 300px;
    height: 200px;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

#business .gray{
    background-color: #fff;
}

#business h1 {
    font-size: 30px;
}
/*
#business #service_list {
    background-image: url("../img/business/bg_stripe.png")
}
*/

#business #service_list .list {
    background-color: #fff;
    margin-bottom: 1.428rem;
    padding: 3.5rem 4rem
}



/* 変更のため保存
#business #service_list .list {
    background-color: #fff;
    border-bottom: 2px solid #000;
    margin-bottom: 1.428rem;
    padding: 3.5rem 4rem
}
*/


#business #service_list .list:last-child {
    margin-bottom: 0
}

#business #service_list .headline {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    padding: 0 0 1.5rem;
    border-bottom: solid #dcdcdc 1px;
    margin-bottom: 1.8rem
}

#business #service_list .headline:before {
    content: '';
    display: block;
    width: 2em;
    height: 1em;
/* 見出しの先頭色変更
    background-color: #eb0505;
*/
    position: absolute;
    left: 0
}

#business #service_list .card_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#business #service_list .card_wrap .card {
    position: relative;
    width: 32%;
    background: #fff;
    z-index: 1;
    padding: 0.5rem
}

#business #service_list .card_wrap .card:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/common/bg_dots.png);
    z-index: -1;
    left: 0;
    top: 0
}

#business #service_list .card_wrap .inline {
    background-color: #fff;
    padding: 2rem;
    height: 100%
}

#business #service_list .card_wrap .img_box {
    text-align: center;
    padding-bottom: 1.5rem
}

#business #service_list .card_wrap img {
    width: 80px
}

#business #service_list .col-2_list .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#business #service_list .col-2_list .img_box {
    width: 38%
}

#business #service_list .col-2_list .text_area {
    width: 58%
}

#company ol {
    padding-left: 1.5em
}

#company ol li {
    padding-bottom: 1rem;
    padding-left: 0.25em;
    list-style-position: outside
}

#company ol.numbering {
    padding-left: 1.5em
}

#company ol.numbering li {
    padding-bottom: 1rem;
    padding-left: 0.25em;
    list-style: decimal;
    list-style-position: outside
}

#company .map {
    width: 100%;
    -webkit-filter: sepia(0.3);
    filter: sepia(0.3)
}

#company #history_list .list {
    padding: 0.75rem 0;
    overflow: hidden
}

#company #history_list .txt {
    padding-left: 1.5rem;
    width: 88%;
    float: left
}

#company #history_list .data {
    font-family: 'din_condensedbold';
    position: relative;
    width: 12%;
    float: left
}

#company #history_list .data:before {
    content: '';
    display: block;
    width: 2rem;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%
}

.block_bg_nomal {
    background-color: #fff;
    padding: 3rem
}

.block_bg_nomal h4 {
    padding-bottom: 0.75em
}

.block_bg_nomal .text_block {
    padding-bottom: 4rem
}

.block_bg_nomal .indent {
    padding-left: 2rem
}


    overflow: hidden;
}




@media screen and (max-width: 768px) {
    #main {
        min-height: 140px;
        padding-bottom: 40px
    }
    #main .scroll_border:after {
        height: 30px
    }
    .low_container {
        padding-top: 2.5rem
    }
    .low_container .link-style_none {
        padding-bottom: 1rem
    }
    .low_container .img_area, .low_container .video_area {
        width: 100%
    }
    .low_container .img_area img {
        width: 100%;
        margin-left: 0
    }
    .low_container .img_area img:nth-child(odd) {
        margin-left: 0
    }
    .low_container .video {
        width: 100%;
        margin-left: 0
    }
    .low_container .video:nth-child(odd) {
        margin-left: 0
    }
    .low_container .video .video_inner {
        position: relative;
        width: 100%;
        padding-top: 56.25%
    }
    .low_container .video iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%
    }
    .low_container .table {
        width: 100%
    }
    .low_container dt, .low_container dd {
        padding: 1.5rem 0
    }
    .low_container dt {
        width: 18%
    }
    .low_container dd {
        border-top: 1px solid #bbb;
        width: 82%;
        padding-left: 1rem
    }
    .block {
        margin-bottom: 4.285rem
    }
    .block:last-child {
        margin-bottom: 0
    }
    .block_left_title {
        display: block;
        padding: 2rem 5% 2rem 3%
    }
    .block_left_title .tit_h3 {
        border-right: 0;
        width: 100%;
        margin: 0 0 2rem 0;
        padding: 0
    }
    .block_left_title .detail_area {
        width: 100%
    }
    .block_center_title .tit_h3 {
        margin-bottom: 2.5rem
    }
    #about #slogan img {
        width: 100%
    }
    #about #slogan .copy {
        font-size: 1.4rem
    }
    #about #slogan .copy br {
        display: none
    }
    #about #slogan li {
        font-size: 1rem
    }
    #about #slogan li b {
        display: block
    }
    #about #slogan .img_full_width {
        margin-right: calc(51% - 50vw);
        margin-left: calc(51% - 50vw)
    }
    #about #message p {
        font-size: 1.15rem;
        line-height: 1.9em
    }
    #about #message p br {
        padding-bottom: 0.5em
    }
    #about #message .catch {
        font-size: 1.6rem;
        line-height: 1.3em
    }
    #news_list .list {
        padding: 0 1.75rem
    }
    #news_list .news_title {
        padding: 1.5rem 0 1.3rem
    }
    #news_list .news_title:before {
        left: -1.75rem
    }
    #news_list .details {
        padding: 1.5rem 0 2rem
    }
    #business #product {
        padding-bottom: 2rem
    }
    #business .product_list {
        display: block;
        padding-bottom: 1rem
    }
    #business .product_list:before {
        height: calc(100% - 4rem)
    }
    #business .product_list .list_wrap {
        padding-bottom: 2rem
    }
    #business .product_list .img_box {
        width: 90%;
        float: none;
        margin: 0 auto
    }
    #business .product_list .text_area {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        padding: 2rem 0 0;
        float: none
    }
    #business .product_list .headline {
        font-size: 1.4rem
    }
    #business .product_list .detail {
        padding: 1rem 0;
        margin-top: 1rem
    }
    #business .product_list .video_area {
        width: 90%;
        float: none;
        margin: 0 auto 2rem !important;
        padding: 1.25rem
    }
    #business .product_list .video_area .video {
        width: 100%
    }
    #business .product_list .video_area .video:nth-child(3n+1) {
        margin: 0
    }
    #business .product_list .video_area .video:nth-child(3n+2) {
        margin: 0
    }
    #business .product_list .video_area .video:nth-child(3n) {
        margin: 0
    }
    #business .product_list .video_area .video:last-child {
        padding-bottom: 0
    }
    #business .product_list:nth-child(even):after {
        height: calc(100% - 4rem)
    }
    #business .product_list:nth-child(odd) .img_box, #business .product_list:nth-child(odd) .text_area {
        float: none
    }
    #business .product_list:nth-child(odd):after {
        height: calc(100% - 4rem)
    }

    #business .list_wrap .tworks_headline {
        font-size: 1.4rem;
        width:80%;
        margin-bottom: 1rem;
    }
    #business .list_wrap .tworks_wrap {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        padding: 2rem 0 0;
        float: none
    }
    #business .list_wrap .tworks_wrap .item {
        width:90%;
        margin: 1rem auto;
    }

    #business .tworks_wrap .item_problem {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        padding: 2rem 0 0;
        float: none
    }
    #business .tworks_wrap .item_problem p span{
        height: 80%;
        width:100%;
    }
    #business .tworks_wrap .tworks_case img {
        margin-top:1rem;
        margin-left:1rem;
        margin-right: 1rem;
        margin-bottom: 0;
        padding-right: 0.4rem;
        padding-left:-1.7rem;
    }
    #business .tworks_wrap .tworks_case p {
        margin-top:0;
        margin-left:0.7rem;
        margin-right: 0.5rem;
        margin-bottom:1rem;
        padding-right: -0.1rem;
        padding-left: 0.7rem;
    }
    #business #service_list .list {
        margin-bottom: 1.428rem;
        padding: 2.5rem 5%
    }
    #business #service_list .list:last-child {
        margin-bottom: 0
    }
    #business #service_list .headline {
        font-size: 1.3rem;
        padding: 0 0 1.3rem;
        margin-bottom: 1.6rem;
        line-height: 1.2em
    }
    #business #service_list .headline:before {
        width: 1.5em;
        height: 1em
    }
    #business #service_list .card_wrap {
        display: block
    }
    #business #service_list .card_wrap .card {
        width: 85%;
        margin: 0 auto 1rem
    }
    #business #service_list .card_wrap .inline {
        padding: 1.5rem;
        height: 100%
    }
    #business #service_list .card_wrap .img_box {
        text-align: center;
        padding-bottom: 1.5rem
    }
    #business #service_list .card_wrap img {
        width: 80px
    }
    #business #service_list .col-2_list .detail {
        display: block
    }
    #business #service_list .col-2_list .img_box {
        width: 85%;
        margin: 0 auto 1rem
    }
    #business #service_list .col-2_list .text_area {
        width: 100%
    }
    #company ol {
        padding-left: 1.5em
    }
    #company ol.numbering {
        padding-left: 1.5em
    }
    #company .map {
        height: 180px
    }
    #company #history_list .list {
        padding: 0.7rem 0 1.2rem;
        overflow: hidden
    }
    #company #history_list .txt {
        padding-left: 1.5rem;
        width: 100%;
        float: left
    }
    #company #history_list .data {
        width: 6rem;
        margin-bottom: 0.5em
    }
    #company #history_list .data:before {
        top: 0.75em
    }
    .block_bg_nomal {
        padding: 2rem 5% 2rem
    }
    .block_bg_nomal h4 {
        padding-bottom: 0.75em
    }
    .block_bg_nomal .text_block {
        padding-bottom: 3rem
    }
    .block_bg_nomal .indent {
        padding-left: 2rem
    }
}