/*[ FONT ]
///////////////////////////////////////////////////////////
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@import url('https://fonts.googleapis.com/css?family=Courgette');

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');

@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Courgette-Regular;
    src: url('../fonts/courgette/Courgette-Regular.ttf');
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: NotoSans-Regular;
    src: url('../fonts/notosans/NotoSans-Regular.ttf');
}



/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
    background-color: #F0F8FF;
}

/* ------------------------------------ */
/*CSSカスタムプロパティ（サイト全体を一括管理する為の設定）
---------------------------------------------------------------------------*/
:root {
    --primary-color: #0068B7;
    /*メインまたはアクセントカラー*/
    --primary-inverse-color: #fff;
    /*上のprimary-colorの対となる色*/

    --space-large: 8vw;
    /*主に余白の一括管理用。画面幅100%＝100vwです。*/
    --space-small: 2vw;
    /*主に余白の一括管理用。画面幅100%＝100vwです。*/
}

/*---------------------------------------------------------------------------*/
a {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #0068B7;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #00a0e9;
}

/* ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

h3 {
    font-size: 24px;
}

p {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    color: #393939;
    margin-bottom: 0.5em;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}

table p {
    font-size: 16px;
}

/* ------------------------------------ */
/*input {
    outline: none;
    border: none !important;
}*/

textarea {
    outline: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0px 2px #ec1d25;
    -moz-box-shadow: 0 0 0px 2px #ec1d25;
    -webkit-box-shadow: 0 0 0px 2px #ec1d25;
    -o-box-shadow: 0 0 0px 2px #ec1d25;
    -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #aaaaaa;
}

input:-moz-placeholder {
    color: #aaaaaa;
}

input::-moz-placeholder {
    color: #aaaaaa;
}

input:-ms-input-placeholder {
    color: #aaaaaa;
}

textarea::-webkit-input-placeholder {
    color: #aaaaaa;
}

textarea:-moz-placeholder {
    color: #aaaaaa;
}

textarea::-moz-placeholder {
    color: #aaaaaa;
}

textarea:-ms-input-placeholder {
    color: #aaaaaa;
}

/* ------------------------------------ */
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/* ------------------------------------ */
.container {
    max-width: 1200px;
}

.slick-slide {
    outline: none !important;
}

/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/

.animsition-loading-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cp-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

.cp-meter {
    border-radius: 50%;
    border-top: solid 6px #0068B7;
    border-right: solid 6px #0068B7;
    border-bottom: solid 6px #0068B7;
    border-left: solid 6px #0068B7;
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box
}

.cp-meter:before {
    border-radius: 3px;
    content: " ";
    width: 6px;
    height: 12px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #ec1d25;
    position: absolute;
    top: 5px;
    left: 16px;
    transform-origin: center bottom;
    animation: cp-meter-animate-before 1s linear infinite
}

@keyframes cp-meter-animate-before {
    0% {
        transform: rotate(-45deg)
    }

    100% {
        transform: rotate(315deg)
    }
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;

}

.symbol-btn-back-to-top {
    font-size: 22px;
    color: white;
    line-height: 1em;
}

.btn-back-to-top:hover {
    opacity: 0.7;
    cursor: pointer;
}

@media (max-width: 576px) {
    .btn-back-to-top {
        bottom: 65px;
        right: 5px;
    }
}

/*[ katura ]
///////////////////////////////////////////////////////////
*/
.katura-i {
    position: fixed;
    right: 1%;
    bottom: 0%;
    z-index: 2;
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
}

/*このクラスが付与されると表示する*/
.scroll-active {
    opacity: 1;
    visibility: visible;
}

/*[ Select2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ width select ]
===========================================================*/
.select2-container {
    display: block;
    max-width: 100%;
    width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 10px !important;
    height: 46px;
    outline: none;
}

.select2-container--focus {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #ec1d25;
    -moz-box-shadow: 0 0 0px 2px #ec1d25;
    -webkit-box-shadow: 0 0 0px 2px #ec1d25;
    -o-box-shadow: 0 0 0px 2px #ec1d25;
    -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--focus .select2-selection--single {
    border-color: transparent;
}

.select2-container--below.select2-container--open {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #ec1d25;
    -moz-box-shadow: 0 0 0px 2px #ec1d25;
    -webkit-box-shadow: 0 0 0px 2px #ec1d25;
    -o-box-shadow: 0 0 0px 2px #ec1d25;
    -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--below.select2-container--open .select2-selection--single {
    border-color: transparent;
}

.select2-container--above.select2-container--open {
    border-radius: 10px;
    box-shadow: 0 0 0px 2px #ec1d25;
    -moz-box-shadow: 0 0 0px 2px #ec1d25;
    -webkit-box-shadow: 0 0 0px 2px #ec1d25;
    -o-box-shadow: 0 0 0px 2px #ec1d25;
    -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--above.select2-container--open .select2-selection--single {
    border-color: transparent;
}


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    color: #666666 !important;
    padding-left: 20px !important;
}

.select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 12px !important;
}


/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
    margin-top: 7px;
}

.select2-dropdown--above {
    top: -2px;
}

.select2-dropdown--below {
    top: 2px;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #ec1d25;
    color: #fff;
}

.select2-results__options {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    color: #666666 !important;
}


.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    outline: none;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.select2-search--dropdown .select2-search__field:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}



/*[ Header ]
///////////////////////////////////////////////////////////
*/

.wrap-menu-header {
    /*position: absolute;*/
    position: fixed;
    width: 100%;
    /*height: 120px;*/
    height: 100px;
    top: 0;
    left: 0;
    z-index: 100;
    /*border-top: 5px solid #ec1d25;*/
}

@media (max-width: 992px) {
    .wrap-menu-header {
        height: 85px;
    }
}

.wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
}

.header-fixed .wrap-menu-header {
    position: fixed;
    height: 100px;
    background: #fff;
    /*rgba(255, 255, 255, 0.9);*/
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/*[ Logo ]
-----------------------------------------------------------
*/
/*.logo {
    height: 50px;
}*/

.logo > a {
    display: block;
    height: 100%;
}

.logo > a > img {
    /*width: auto;
    max-height: 100%;*/
    width: 280px;
    vertical-align: middle;
}

@media (min-width: 576px) {
    .logo > a > img {
        width: 320px;
    }
}

.logo-sub > a {
    display: block;
    height: 100%;
}

.logo-sub > a > img {
    /*width: auto;
    max-height: 100%;*/
    width: 210px;
    vertical-align: middle;
}


/*[ Menu ]
-----------------------------------------------------------
*/
.wrap_menu {
    height: 100%;
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.main_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_menu li {
    display: block;
    position: relative;
}

.main_menu > li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.main_menu > li > a {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    padding: 11px;
}

.header-fixed .main_menu > li > a {
    color: #222222;
}

.main_menu > li:hover > a {
    color: #00a0e9;
    text-decoration: none;
}

/* ------------------------------------ */
.sub_menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 225px;
    background-color: white;

    transform-origin: top left;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.34;
}

.main_menu > li > .sub_menu {
    top: 100%;
    left: 0;
    position: absolute;
}

.main_menu > li:hover .sub_menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sub_menu li:hover > .sub_menu {
    display: block;
}

.sub_menu li {
    background-color: #f2f2f2;
    border-top: 1px solid #e0e0e0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sub_menu li:hover {
    background-color: white;
}

.sub_menu li,
.sub_menu a {
    padding: 10px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    color: #808080;
}

.sub_menu > li:hover > a {
    color: #555555;
    text-decoration: none;
}


/*[ Social ]
-----------------------------------------------------------
*/
.social a {
    font-size: 15px;
    color: white;
}

.header-fixed .social a {
    color: #222222;
}

.social a:hover {
    color: #0068B7;
}

.btn-show-sidebar {
    margin: 0;
    padding: 24px 0 0 0;
    width: 50px;
    height: 50px;
    border: none;
    background: url(../images/hamburger.png) no-repeat center top 10px #0068B7;
    background-size: 20px auto;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

@media (min-width: 1225px) {
    .btn-show-sidebar {
        display: none;
    }
}

.header-fixed .btn-show-sidebar {
    border-top: 2px solid #0068B7;
    border-bottom: 2px solid #0068B7;
}

.btn-show-sidebar:hover {
    border-top: 2px solid #0068B7;
    border-bottom: 2px solid #0068B7;
}

@media (max-width: 1200px) {
    .main_menu > li {
        margin-left: 4px;
        margin-right: 4px;
    }

    .social {
        padding-right: 0px;
    }

    /*.logo {
        height: 45px;
    }*/
}

@media (max-width: 1224px) {
    .wrap_menu {
        display: none;
    }

    .wrap_header {
        vertical-align: middle;
    }
}




/*[ Sidebar ]
///////////////////////////////////////////////////////////
*/
.sidebar {
    position: fixed;
    z-index: 1200;
    width: 300px;
    height: 100%;
    overflow: auto;
    background: #fff;
    top: 0;
    right: -390px;
    /*上下方向にはみ出した要素ををスクロールさせる*/
    overflow-y: scroll;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

@media (max-width: 576px) {
    .sidebar {
        width: 300px;
    }
}

.show-sidebar {
    right: 0px;
}

.btn-hide-sidebar {
    position: absolute;
    font-size: 20px;
    color: #111111;
    padding: 10px;
    top: 20px;
    right: 20px;
}

.overlay-sidebar {
    position: fixed;
    z-index: 1150;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
}

.show-overlay-sidebar {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.65);
}

/* ------------------------------------ */
.item-gallery-sidebar {
    display: block;
    position: relative;
    width: calc((100% - 30px) / 3);
    margin: 5px;
}

.item-gallery-sidebar::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.item-gallery-sidebar:hover:after {
    background-color: rgba(74, 213, 158, 0.7);
}

@media (max-width: 576px) {
    .wrap_header {
        vertical-align: middle;
    }

    .gallery-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
    position: relative;
}

.item-slick1,
.item-slick2,
.item-slick3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.item-slick1 {
    height: 85vh;
}

.arrow-slick1,
.arrow-slick2,
.arrow-slick3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 18px;
    color: white;
    position: absolute;
    background-color: black;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 200;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
    opacity: 0.5;
}

.arrow-slick1:hover,
.arrow-slick2:hover,
.arrow-slick3:hover {
    background-color: #0068B7;
}

.next-slick1,
.next-slick2,
.next-slick3 {
    right: 50px;
    left: auto;
}

.prev-slick1,
.prev-slick2,
.prev-slick3 {
    left: 50px;
    right: auto;
}

@media (max-width: 576px) {
    .next-slick1 {
        right: 15px;
    }

    .prev-slick1 {
        left: 15px;
    }
}

/* ------------------------------------ */
.wrap-slick1-dots {
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0;
    bottom: 0;
}

.slick1-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slick1-dots li {
    padding-left: 3px;
    padding-right: 3px;
}

.slick1-dots li button {
    display: block;
    color: transparent;
    background-color: #958e88;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid transparent;
    background-clip: padding-box;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.slick1-dots li button:hover {
    border: 3px solid white;
    background-color: #0068B7;
}

.slick1-dots li.slick-active button {
    border: 3px solid white;
    background-color: #0068B7;
}

/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 768px) {
    .wrap-content-slide1 .tit1 {
        font-size: px;
    }

    .wrap-content-slide1 .txt1 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .wrap-content-slide1 .tit1 {
        font-size: 30px;
    }

    .wrap-content-slide1 .txt1 {
        font-size: 40px;
    }
}


/*[ Button1 ]
///////////////////////////////////////////////////////////
*/
.button1 a {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    max-width: 250px;
    background: #0068B7;
    margin: auto;
    padding: 10px 30px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", sans-serif;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    border: solid 2px #0068B7;
}

.button1 a span {
    position: relative;
    z-index: 3;
    color: #fff;
}

.button1 a:hover span {
    color: #fff;
}

.bgleft:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #00A0E9;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.bgleft:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

/* flow_company_btn
------------------------------------------------------------*/
.button3 a {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    max-width: 250px;
    background: #00A0E9;
    margin: auto;
    padding: 10px 30px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", sans-serif;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    border: solid 2px #0068B7;
}

.button3 a span {
    position: relative;
    z-index: 3;
    color: #fff;
}

.button3 a:hover span {
    color: #fff;
}

.bgleft2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #0068B7;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.bgleft2:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

/*[ Button_maxwidth ]
///////////////////////////////////////////////////////////
*/
.button2 a {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    max-width: 100%;
    background: #0068B7;
    margin: auto;
    padding: 10px 30px;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'メイリオ', 'Meiryo', "ＭＳ Ｐゴシック", sans-serif;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    border: solid 2px #0068B7;
}

.button2 a span {
    position: relative;
    z-index: 3;
    color: #fff;
}

.button2 a:hover span {
    color: #fff;
}

/*[ Intro ]
///////////////////////////////////////////////////////////
*/
.header-intro {
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/

.arrow-slick2 {
    top: 53%;
}


@media (max-width: 576px) {
    .next-slick2 {
        right: 15px;
    }

    .prev-slick2 {
        left: 15px;
    }
}

/* ------------------------------------ */
.wrap-slick2-dots {
    position: absolute;
    width: 100%;
    height: 128px;
    left: 0;
    bottom: 0;
}

.slick2-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slick2-dots li {
    padding-left: 5px;
    padding-right: 5px;
}

.slick2-dots li button {
    display: block;
    color: transparent;
    background-color: #cccccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-clip: padding-box;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.slick2-dots li button:hover {
    border: 1px solid #0068B7;
    background-color: #0068B7;
}

.slick2-dots li.slick-active button {
    border: 1px solid #0068B7;
    background-color: #0068B7;
}


/*[ Slide3 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick3 ]
-----------------------------------------------------------
*/
.arrow-slick3 {
    top: 40%;
}


@media (max-width: 576px) {
    .next-slick3 {
        right: 15px;
    }

    .prev-slick3 {
        left: 15px;
    }
}

/* ------------------------------------ */
.wrap-slick3-dots {
    width: 100%;
    height: 128px;
}

.slick3-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.slick3-dots li {
    padding-left: 5px;
    padding-right: 5px;
}

.slick3-dots li button {
    display: block;
    color: transparent;
    background-color: #cccccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
    background-clip: padding-box;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}


.slick3-dots li button:hover {
    border: 1px solid #d41b22;
    background-color: #d41b22;
}

.slick3-dots li.slick-active button {
    border: 1px solid #d41b22;
    background-color: #d41b22;
}

/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.blo2 {
    border-radius: 10px;
    overflow: hidden;
}

.wrap-pic-blo2 {
    display: block;
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-text-blo2 {
    background-color: white;
    width: 50%;
    min-height: 390px;
}

/* ------------------------------------ */
.effect1 {
    background-color: #cf2227;
    opacity: 0.9;
    position: relative;
}

.effect1 .txt-effect1 {
    width: 390px;
    height: 50px;
    transform-origin: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
    -moz-transform: translate(-50%, -50%) rotateZ(90deg);
    -ms-transform: translate(-50%, -50%) rotateZ(90deg);
    -o-transform: translate(-50%, -50%) rotateZ(90deg);
    transform: translate(-50%, -50%) rotateZ(90deg);
}

@media (max-width: 992px) {
    .blo2 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .wrap-pic-blo2 {
        width: 100%;
        height: 390px;
    }

    .wrap-text-blo2 {
        width: 100%;
        min-height: 390px;
    }

    .time-event {
        width: 100%;
        height: auto;
    }

    .effect1 .txt-effect1 {
        width: 100%;
        height: 50px;
        padding: 10px;
        transform-origin: center center;
        position: unset;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@media (max-width: 576px) {
    .blo2 {
        width: 100%;
    }

    .wrap-pic-blo2 {
        width: 100%;
        height: 364px;
    }

}

/*[ fixed-bg ]
///////////////////////////////////////////////////////////
*/
@media (min-width: 769px) {
    .section-fixedbg {
        background-attachment: fixed;
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/intro_bg.jpg);
    }
}

.content-fixedbg {
    background-color: rgba(0, 0, 0, 0.5);
}

.content-fixedbg p {
    color: #fff;
    margin-top: 50px;
}


@media (max-width: 768px) {
    .section-fixedbg {
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(../images/intro_bg.jpg);
    }
}

/*[ txtbg ]
///////////////////////////////////////////////////////////
*/
.section-txtbg {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-txtbg {
    background-color: rgba(0, 0, 0, 0.5);
}

.content-txtbg p {
    color: #fff;
    margin-top: 50px;
    text-align: center;
}

/*[ footer-tel ]
///////////////////////////////////////////////////////////
*/
.footertel a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #212529;
}

/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
    width: 100%;
    min-height: 315px;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

@media (max-width: 576px) {
    .bg-title-page .tit6 {
        font-size: 30px;
    }
}



/*[ Item mainmenu ]
///////////////////////////////////////////////////////////
*/

.line-item-mainmenu {
    flex-grow: 1;
    height: 2px;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

@media (max-width: 576px) {
    .line-item-mainmenu {
        display: none;
    }

    .price-item-mainmenu {
        padding-top: 5px;
    }

    .name-item-mainmenu {
        width: 100%;
    }
}


/*[ Block3 ]
///////////////////////////////////////////////////////////
*/

@media (max-width: 576px) {
    .text-blo3 {
        width: 100%;
    }
}

/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.item-pagination {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    color: #808080;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    margin: 6px;
}

.item-pagination:hover {
    background-color: #333333;
    color: white;
}

.active-pagination {
    background-color: #333333;
    color: white;
}



/*[ Sidebar2 ]
///////////////////////////////////////////////////////////
*/

/*[ Search sidebar2 ]
-----------------------------------------------------------
*/
.btn-search-sidebar2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    background-color: #333333;
    color: white;
    font-size: 18px;

    box-shadow: 0 0 0px 1px #333333;
    -moz-box-shadow: 0 0 0px 1px #333333;
    -webkit-box-shadow: 0 0 0px 1px #333333;
    -o-box-shadow: 0 0 0px 1px #333333;
    -ms-box-shadow: 0 0 0px 1px #333333;

    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.btn-search-sidebar2:hover {
    color: #0068B7;
}

.input-search-sidebar2 {
    width: 100%;
    height: 100%;
}



/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.date-blo4 {
    width: 75px;
    height: 82px;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 10px;
    background-color: #ec1d25;
}

/* company-profile
------------------------------------------------------------*/
.company table th {
    color: #0068B7;
    font-weight: bold;
    /*text-align: center;
    vertical-align: middle;*/
    width: 165px;
}

.company table th,
.company table td {
    border: 1px solid #ccc;
    background: #fff;
}

/* -----------------------------------------------------------
	news
----------------------------------------------------------- */
.newscontainer {
    width: 100%;
    background-color: #F9F9F9;
    position: relative;
    margin: -150px 0 15px;
    padding: 20px;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 25%);
    border-radius: 0.5rem;
}

.ttl {
    font-family: "Marcellus SC", serif;
    font-size: 150%;
    font-weight: bold;
    color: #ec1d25;
    padding: 1px 0;
    border-bottom: solid 1px #32a1ce;
}

.topics {
    margin: 10px 0 0;
}

.topics dl {
    padding: 1px 0;
}

.topics dt {
    padding-bottom: 5px;
    font-weight: normal;
}

.underl {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .topics dt {
        clear: left;
        float: left;
        width: 20%;
        font-weight: normal;
        /*padding-left: 10px;*/
    }

    .topics dd {
        margin-left: 11%;
    }


    .newscontainer {
        width: 100%;
        margin: 0px 0 15px;
        padding: 20px;
        border-radius: 0.5rem;
    }
}

/* -----------------------------------------------------------
	blog
----------------------------------------------------------- */
.blogcontainer {
    width: 100%;
    background-color: #fff;
    position: relative;
    margin: 10px 0 10px;
    padding: 10px;
    /*border-radius: 0.5rem;*/
    border: 2px solid #0068B7;
}

@media screen and (min-width: 768px) {
    .blogcontainer {
        width: 100%;
        margin: 10px 0 10px;
        padding: 20px;
        /*border-radius: 0.5rem;*/
    }
}

.ttl2 {
    font-size: 150%;
    font-weight: 400;
    color: #0068B7;
    padding: 1px 0;
    border-bottom: solid 1px #00A0E9;
}

/* 左画像section
------------------------------------------------------------*/
/* container */
.wrapper2 {
    width: 100%;
    background-color: #fafafa;
}

.wrapper2 .container {
    max-width: 1200px;
    margin: 0px auto;
    /*padding: 0px 0px;*/
    padding-right: 15px;
    padding-left: 15px;
}

/* content */
@media (min-width: 992px) {
    .wrapper2 .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapper2 .container2 .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.wrapper2 .content-item {
    width: 100%;
}

.wrapper2 .content-item2 {
    width: 100%;
    background: #fff;
}

@media (min-width: 992px) {
    .wrapper2 .content-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .wrapper2 .content-item2 {
        width: 60%;
    }
}

.wrapper2 .image {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

@media screen and (min-width: 992px) {
    .wrapper2 .text {
        padding: 0 50px;
    }
}

.wrapper2 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper2 .text .heading2 {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper2 .text .heading2:before {
    content: '';
    /* 空白の要素*/
    width: 0;
    /* 幅指定 */
    height: 0;
    /* 高さ指定 */
    border-style: solid;
    /* 三角*/
    border-width: 0px 0 110px 80px;
    /* 三角*/
    border-color: transparent transparent #7afdd3 transparent;
    /* 三角 */
    position: absolute;
    /* 位置調整 */
    z-index: -1;
    /* 重なり調整 */
    transform: rotate(30deg);
    /* 回転 */
    top: -55px;
    /* 位置調整 */
}

/* container */
.wrapper3 {
    width: 100%;
    background-color: #fafafa;
}

.wrapper3 .container {
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px 0px;
}

.wrapper3 .container2 {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 0px;
}

/* content */
@media (min-width: 992px) {
    .wrapper3 .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapper3 .container2 .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.wrapper3 .content-item {
    width: 100%;
}

@media (min-width: 992px) {
    .wrapper3 .content-item {
        width: 50%;
    }

    .content-item2 {
        width: 50%;
        margin: 100px 0 0 -100px;
        background-color: #ffffffb3;
        padding: 50px;
        box-shadow: 3px 3px 3px rgb(0 0 0 / 25%);
        z-index: 1;
    }
}

.wrapper3 .image {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

.wrapper3 .text {
    padding: 0 15px;
}

.wrapper3 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wrapper3 .text .heading2 {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #8b5151;
}

/* container */
.wrapper4 {
    width: 100%;
    background-color: #fafafa;
}

.wrapper4 .container {
    max-width: 1200px;
    margin: 0px auto;
    /*padding: 0px 0px;*/
    padding-right: 15px;
    padding-left: 15px;
}

/* content */
@media (min-width: 992px) {
    .wrapper4 .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ccc;
        background-color: #fff;
    }

    .wrapper4 .container2 .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.wrapper4 .content-item {
    width: 100%;
}

.wrapper4 .content-item2 {
    width: 100%;
    /*background-image: url(../images/greeting_txtbg.jpg);*/
    background: #fff;
}

@media (min-width: 992px) {
    .wrapper4 .content-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .wrapper4 .content-item2 {
        width: 60%;
    }
}

.wrapper4 .image {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

@media (min-width: 992px) {
    .wrapper4 .image {
        padding: 25px;
    }
}

.wrapper4 .text {
    padding: 0px;
    /*margin-bottom: 20px;*/
}

@media screen and (min-width: 992px) {
    .wrapper4 .text {
        padding: 0 25px;
    }
}

.wrapper4 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper4 .text .heading2 {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper4 .text .heading2:before {
    content: '';
    /* 空白の要素*/
    width: 0;
    /* 幅指定 */
    height: 0;
    /* 高さ指定 */
    border-style: solid;
    /* 三角*/
    border-width: 0px 0 110px 80px;
    /* 三角*/
    border-color: transparent transparent #7afdd3 transparent;
    /* 三角 */
    position: absolute;
    /* 位置調整 */
    z-index: -1;
    /* 重なり調整 */
    transform: rotate(30deg);
    /* 回転 */
    top: -55px;
    /* 位置調整 */
}

/* 左画像section company-contact
------------------------------------------------------------*/
/* container */
.wrapper4-2 {
    width: 100%;
    background-color: #fafafa;
}

.wrapper4-2 .container {
    max-width: 1200px;
    margin: 0px auto;
    padding-right: 15px;
    padding-left: 15px;
}

/* content */
@media (min-width: 992px) {
    .wrapper4-2 .container .content {
        display: flex;
        /*align-items: center;
        justify-content: center;*/
    }

    .wrapper4-2 .container2 .content {
        display: flex;
        /*align-items: center;
        justify-content: center;*/
    }
}

.wrapper4-2 .content-item {
    width: 100%;
}

.wrapper4-2 .content-item2 {
    width: 100%;
    background-image: url(../images/greeting_txtbg.jpg);
}

@media (min-width: 992px) {
    .wrapper4-2 .content-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .wrapper4-2 .content-item2 {
        width: 50%;
    }
}

.wrapper4-2 .image {
    display: block;
    max-width: 100%;
    /*margin: 0px auto;*/
}

.wrapper4-2 .text {
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .wrapper4-2 .text {
        padding-left: 25px;
    }
}

.wrapper4-2 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper4-2 .text .heading2 {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.wrapper4-2 .text .heading2:before {
    content: '';
    /* 空白の要素*/
    width: 0;
    /* 幅指定 */
    height: 0;
    /* 高さ指定 */
    border-style: solid;
    /* 三角*/
    border-width: 0px 0 110px 80px;
    /* 三角*/
    border-color: transparent transparent #7afdd3 transparent;
    /* 三角 */
    position: absolute;
    /* 位置調整 */
    z-index: -1;
    /* 重なり調整 */
    transform: rotate(30deg);
    /* 回転 */
    top: -55px;
    /* 位置調整 */
}

/* 右画像section
------------------------------------------------------------*/
/* container */
.wrapper6 {
    width: 100%;
    background-color: #fafafa;
}

.wrapper6 .container {
    max-width: 1200px;
    margin: 0px auto;
    padding-right: 15px;
    padding-left: 15px;
}

.wrapper6 .container2 {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 0px;
}

/* content */
@media (min-width: 992px) {
    .wrapper6 .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ccc;
        background-color: #fff;
    }

    .wrapper6 .container2 .content {
        display: flex;
        /*align-items: center;
        justify-content: center;*/
    }
}

/* PC時のみ順番を入れ替える */
@media (min-width: 992px) {
    .wrapper6 .content {
        flex-direction: row-reverse;
    }
}

.wrapper6 .content-item {
    width: 100%;
}

@media (min-width: 992px) {
    .wrapper6 .content-item {
        width: 50%;
    }
}

.wrapper6 .image {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

@media (min-width: 992px) {
    .wrapper6 .image {
        padding: 25px;
    }
}

.wrapper6 .text {
    padding: 0px;
}

.wrapper6 .text2 {
    padding: 0 15px;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .wrapper6 .text {
        padding: 0 25px;
    }
}

.wrapper6 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}


/* access左画像section
------------------------------------------------------------*/
/* container */
.wrapper5 {
    width: 100%;
}

.wrapper5 .container {
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px 0px;
}

.wrapper5 .container2 {
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 0px;
}

/* content */
@media (min-width: 992px) {
    .wrapper5 .container .content {
        display: flex;
        /*align-items: center;
        justify-content: center;*/
    }

    .wrapper5 .container2 .content {
        display: flex;
        /*align-items: center;
        justify-content: center;*/
    }
}

.wrapper5 .content-item {
    width: 100%;
}

.wrapper5 .content-item2 {
    width: 100%;
}

@media (min-width: 992px) {
    .wrapper5 .content-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .wrapper5 .content-item2 {
        width: 50%;
    }
}

.wrapper5 .image {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

.wrapper5 .text {
    padding: 0 15px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .wrapper5 .text {
        padding: 0 100px;
    }
}

.wrapper5 .text .heading {
    margin: 40px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}


/* 画像背景section
------------------------------------------------------------*/
/* container */
.wrapperintrod {
    width: 100%;
    background-image: url(../images/top_introd_bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wrapperintrod .container {
    max-width: 1000px;
    margin: 0px auto;
    padding: 80px 0px;
}

/* content */
.wrapperintrod .content .heading {
    margin: 0px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wrapperintrod p {
    padding: 0 15px;
}

/* 画像boxshadow
------------------------------------------------------------*/
.wrap-pic-welcome {
    box-shadow: #0068B7 25px 25px 1px;
}

/* --------------------------------------------------
   画像上透過フィルターテキスト
-------------------------------------------------- */
/* top */
.wrapper1 {
    width: 100%;
    background-image: url(../images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*margin-bottom: 10px;*/
    display: flex;
}

.wrapper1 .container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 80px 0px;
}

/* content */
.wrapper1 .content .heading {
    margin: 0px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wrapper1 p {
    padding: 0 30px;
}

.bg-rgba {
    background-color: rgba(255, 255, 255, 0.8);
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

@media screen and (max-width: 767px) {
    .bg-rgba {
        height: 750px;
    }
}



/* --------------------------------------------------
   画像上透過フィルターテキスト
-------------------------------------------------- */
/* top */
.wrapper1-2 {
    width: 100%;
    background-image: url(../images/neurobg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 38px;
    display: flex;
}

.wrapper1-2 .container {
    max-width: 1000px;
    margin: 0px auto;
    padding: 80px 0px;
}

/* content */
.wrapper1-2 .content .heading {
    margin: 0px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.wrapper1-2 p {
    text-align: center;
    padding: 0 30px;
    color: #fff;
}

.bg-rgba-b {
    background-color: rgba(34, 180, 133, 0.4);
    width: 90%;
    height: 400px;
    margin: auto;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

/* daihyo-message
------------------------------------------------------------*/
.name {
    font-size: 20px;
    font-weight: bold;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #212529;
}

.t-right {
    text-align: right;
}

/* sp-pc非表示
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 1452px) {
    .case-pc {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .case-pc {
        display: none;
    }
}

@media screen and (min-width: 1106px) {
    .top-reform-pc {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .top-reform-pc {
        display: none;
    }
}

/* sp-pc-text-left
------------------------------------------------------------*/
.sp-left {
    text-align: center;
}

@media screen and (max-width: 992px) {
    .sp-left {
        text-align: left;
    }
}

.pc-left {
    text-align: left;
}

@media screen and (max-width: 992px) {
    .pc-left {
        text-align: center;
    }
}

/* table
------------------------------------------------------------*/
.ptable {
    width: 100%;
    margin-bottom: 1rem;
    color: #666666;
    line-height: 1.8;
}

.ptable th {
    width: 120px;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d61c22;
    font-weight: normal;
}

.ptable td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #212529;
}

.ptable thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

/* 見出しテキスト
------------------------------------------------------------*/
.headingtitle {
    margin: 50px 0px 40px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

/* 領域中央寄せ
------------------------------------------------------------*/
.center {
    margin: 0 auto;
}

/* infobox
------------------------------------------------------------*/
.infobox {
    padding: 2em 2em;
    margin: 0.5em 0 3em 0;
    border: 1px solid #0068B7;
    background-color: #fff;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .infobox p {
        text-align: left;
        display: inline-block;
    }
}

.infonoutit {
    text-shadow: #fff 0px 0px 20px;
}

/* txtimagecolor
------------------------------------------------------------*/
.txtblue {
    color: #0068B7;
}

.txtred {
    color: #ff0000;
}

/* scroll-effect
------------------------------------------------------------*/
.ef {
    visibility: hidden;
}

.is_visible {
    visibility: visible !important;
}

/* right-effect */
.ef1_1.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-name: ef1;
    animation-name: ef1;
}

.ef1_2.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-name: ef1;
    animation-name: ef1;
}

@-webkit-keyframes ef1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes ef1 {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* up-effect */
.ef2_1.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-name: ef2;
    animation-name: ef2;
}

.ef2_2.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-name: ef2;
    animation-name: ef2;
}

@-webkit-keyframes ef2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes ef2 {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* left-effect */
.ef3_1.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-name: ef3;
    animation-name: ef3;
}

.ef3_2.is_visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-name: ef3;
    animation-name: ef3;
}

@-webkit-keyframes ef3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes ef3 {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* img-max-width
------------------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}

/* gazo-touka-banner
------------------------------------------------------------*/
.banner:hover {
    opacity: 0.7;
}

/* footer-nav
------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
    .mobile-fix-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        display: block;
    }

    .mobile-fix-nav .mobile-fix-nav-menu {
        margin: 0 auto;
        box-sizing: border-box;
        height: 62px;
        /*padding: 12px 0 10px;*/
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        z-index: 9999999999;
        /*opacity: .9;*/
    }

    .mobile-fix-nav .mobile-fix-nav-menu li {
        margin: 0;
        padding: 0;
        vertical-align: middle;
        list-style-type: none;
        font-size: 10px;
        line-height: 1.3;
    }

    .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn,
    .mobile-fix-nav .mobile-fix-nav-menu li a {
        border: none;
        display: block;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }

    .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn .link-icon,
    .mobile-fix-nav .mobile-fix-nav-menu li a .link-icon {
        display: block;
        margin-bottom: 4px;
    }

    .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn i,
    .mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn svg,
    .mobile-fix-nav .mobile-fix-nav-menu li a i,
    .mobile-fix-nav .mobile-fix-nav-menu li a svg {
        font-size: 22px;
        font-style: normal;
        margin-right: 0;
    }

    .fa-solid,
    .fas {
        font-weight: 900;
    }
}

.bnr-p {
    padding: 2px;
}

@media only screen and (min-width: 993px) {
    .left_bnr {
        z-index: 10;
        position: fixed;
        left: 0;
        top: 400px;
        background: rgba(255, 255, 255, 0.8);
        padding: 20px 0;
        width: 70px;
        text-align: center;
    }

    .left_bnr li + li {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .left_bnr {
        position: fixed;
        z-index: 10;
        bottom: 19vw;
        left: 15px;
    }

    .left_bnr ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    /*.left_bnr ul li:last-child{
    margin-left:20px;
  }*/
    .left_bnr ul li:nth-child(n+2) {
        margin-left: 20px;
    }

    .left_bnr img {
        width: 40px;
    }
}

.dash-ul {
    border-bottom: 1px dashed rgba(58, 129, 43, 0.5);
}

/* grid-layout
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .md4 {
        -ms-flex: 0 0 32.5%;
        flex: 0 0 32.5%;
        max-width: 32.5%;
    }
}

.md4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
}

@media screen and (min-width: 768px) {
    .md4-50 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media screen and (min-width: 768px) {
    .md6 {
        -ms-flex: 0 0 16%;
        flex: 0 0 16%;
        max-width: 16%;
        margin: 2px;
    }
}

@media screen and (max-width: 767px) {
    .md6 {
        position: relative;
        width: 33%;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .md4-50 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}


.module-grad {
    position: relative;
    margin-bottom: 25px;
}

/* obi
------------------------------------------------------------*/
.module-grad::before {
    width: 100%;
    height: 80px;
    background: url(../images/bg_green.jpg) repeat-x 0 center/100%;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-27px);
    z-index: -1
}

.module-grad-title {
    margin: 0 auto
}

.module-grad-title.is-difference {
    width: 510px;
    position: relative
}

/* bg-image
------------------------------------------------------------*/
.list_check {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.list_check > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
}

.list_check > li::before,
.list_check > li::after {
    position: absolute;
    top: 50%;
    height: 1em;
    content: "";
}

.list_check > li::before {
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #0068B7;
}

.list_check > li::after {
    left: 0.5em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #0068B7;
    border-right: 3px solid #0068B7;
}

.list_check > li + li {
    margin: 1em 0px 0px;
}

/* swiper-slide
------------------------------------------------------------*/
.wrapper {
    position: relative;
    /* ナビゲーション、ページネーションの位置決めに必要 */
    max-width: 1200px;
    /* サイトにあわせて任意で */
    margin: 0 auto;
}

/* ナビゲーションボタンとページネーションの位置 */
.wrapper {
    --swiper-navigation-sides-offset: -25px;
    /* ナビゲーションボタンの位置 */
    --swiper-pagination-bottom: -20px;
    /* ページネーションの位置 */
}

/* 矢印ボタン */
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    /* 矢印幅 */
    height: 50px;
    /* 矢印高さ */
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 50px;
    /* 矢印幅 */
    height: 50px;
    /* 矢印高さ */
    fill: #000;
    /* 矢印の色 */
    stroke: #000;
    /* 外周円の色 */
    transition: 0.2s;
}

.swiper-button-next svg:hover,
.swiper-button-prev svg:hover {
    opacity: 0.7;
    /* ボタンホバー時 */
}

.swiper-button-prev svg {
    transform: rotate(180deg);
    /* ボタンを反転（prev用） */
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
    content: '';
    /* デフォルトの矢印を削除 */
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
    content: '';
    /* デフォルトの矢印を削除 */
}

.wrapper {
    --swiper-pagination-color: #000;
    /* ページネーション、アクティブ時のドットの色 */
}

/* accordion
------------------------------------------------------------*/
.a-toggle {
    display: none;
}

.a-Label {
    /*タイトル*/
    padding: 20px;
    display: block;
    color: #1c3f15;
    font-weight: bold;
    background: #ffffff;
    border: 2px solid #3a812b;
    font-size: 20px;
}

.a-Label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #0c87e4;
    border-right: 2px solid #0c87e4;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
}

.a-Label,
.a-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.a-content {
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 0px;
    overflow: hidden;
}

.a-toggle:checked + .a-Label + .a-content {
    /*開閉時*/
    height: auto;
    padding: 30px 20px 20px 2.5em;
    transition: all .3s;
    background-color: #feffee;
    border: 2px solid #0068B7;
}

.a-toggle:checked + .a-Label::before {
    transform: rotate(-45deg) !important;
}

.a-Label ul li:before {
    content: 'Q.';
    position: absolute;
    font-size: 30px;
    color: #3a812b;
    left: 0.25em;
    top: 0.8em;
}

.a-Label ul li {
    padding: 10px 10px 10px 1.5em;
}

.a-content ul li:before {
    content: 'A.';
    position: absolute;
    font-size: 30px;
    color: #0068B7;
    left: 0.25em;
    top: 0.8em;
    font-weight: bold;
}

.a-Label ul li {
    padding: 10px 10px 10px 1.5em;
}

/* accordion-menu
------------------------------------------------------------*/
.submenu-toggle {
    display: none;
}

.submenu-Label {
    /*タイトル*/
    display: block;
    color: #1c3f15;
    font-weight: bold;
    font-size: 20px;
}

.submenu-Label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #0c87e4;
    border-right: 2px solid #0c87e4;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 135px;
    transform: rotate(135deg);
}

.submenu-Label,
.submenu-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.submenu-content {
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 0px;
    overflow: hidden;
}

.submenu-content li {
    border-top: 1px solid #0068B7;
    /*padding: 5px;*/
    padding: 5px 5px 5px 60px;
}

.submenu-content li a {
    color: #000;
    font-size: 16px;
    color: rgb(34, 34, 34);
    line-height: 1.8;
    font-weight: bold;
    text-transform: uppercase;
}

.submenu-content li a:hover {
    color: #00a0e9;
}

.submenu-toggle:checked + .submenu-Label + .submenu-content {
    /*開閉時*/
    height: auto;
    transition: all .3s;
    background-color: #feffee;
}

.submenu-toggle:checked + .submenu-Label::before {
    transform: rotate(-45deg) !important;
}

.bold {
    font-weight: bold;
}

.topPage-cta-lead {
    position: relative
}

.topPage-cta-lead::before {
    width: 100%;
    height: 80%;
    /*background: #5fea50;*/
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/sidebg-image.jpg);
}

.topPage-cta-lead-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.topPage-cta-lead-des {
    color: #000;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-right: 40px;
    padding-bottom: 32px
}

.topPage-cta-lead-illust {
    /*width: 25%*/
    margin-bottom: 0;
}

.topPage-cta-title {
    width: 44%;
    margin: 60px auto 0
}

.topPage-cta-title img {
    width: 100%
}

.topPage-cta-btn {
    width: 35%;
    margin: 32px auto 0
}

.topPage-cta-btn img {
    width: 100%
}

@media (max-width:767px) {
    .topPage-cta {
        padding-bottom: 0
    }

    .topPage-cta-lead-des {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
        margin-right: 0;
        /*padding-bottom: 25px;*/
        padding-bottom: 10px;
        padding-left: 5px;
    }

    .topPage-cta-lead-illust {
        width: 40%;
        /*margin-right: -30px;*/
        margin-bottom: 0;
    }

    .topPage-cta-title {
        width: 85%;
        margin-top: 40px
    }

    .topPage-cta-btn {
        width: 70%;
        margin-top: 24px
    }
}

@media (max-width: 992px) {
    .for-sp {
        display: block !important;
    }
}

.for-sp {
    display: none !important;
}

.lh-2 {
    line-height: 2;
}

/* contact form
------------------------------------------------------------*/
#formWrap {
    width: 700px;
    margin: 0 auto;
    color: #000;
    line-height: 120%;
    font-size: 90%;
}

table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

table.formTable td,
table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
}

table.formTable th {
    width: 30%;
    font-weight: normal;
    text-align: left;
}

table.formTable select {
    width: 269px;
}

/*table*/
@media screen and (max-width:572px) {
    #formWrap {
        width: 95%;
        margin: 0 auto;
    }

    table.formTable th,
    table.formTable td {
        width: auto;
        display: block;
    }

    table.formTable th {
        margin-top: 5px;
        border-bottom: 0;
    }

    input[type="text"],
    textarea {
        width: 100%;
        padding: 5px;
        font-size: 110%;
        display: block;
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        display: block;
        width: 100%;
        height: 40px;
    }

    table.formTable select {
        width: 100%;
    }
}

/* works
------------------------------------------------------------*/
.works .img {
    margin: 0 auto;
    text-align: center;
    width: auto;
    height: 300px;
}

.works .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: relative;
}

.works .img span {
    position: absolute;
    color: #fff;
    font-size: 1.1rem;
    top: 10px;
    /*左上に配置*/
    left: 10px;
    /*左上に配置*/
    background-color: #0068B7;
    /*背景色*/
    padding: 0.3rem 0.5rem;
    /*文字の回りの余白*/
    margin: 0;
}

.works p {
    margin-top: 15px;
}

@media only screen and (min-width: 992px) {
    .works {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .works li {
        width: 100%;
        max-width: 32.5%;
        margin-bottom: 18px;
        border: 1px solid #dfdfdf;
        box-shadow: 3px 3px 3px rgb(0 0 0 / 25%);
    }
}

@media only screen and (max-width: 991px) {
    .works li {
        margin: 0 auto 20px;
        display: block;
        /*text-align: center;*/
        margin-bottom: 36px;
    }
}

.va-m {
    vertical-align: middle !important;
}

/* case-img
------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
    .case-img img {
        max-width: 768px;
        height: auto;
    }
}

.before {
    position: relative;
}

.before span {
    position: absolute;
    color: #fff;
    font-size: 1.1rem;
    top: 25px;
    /*左上に配置*/
    left: 25px;
    /*左上に配置*/
    background-color: #0068B7;
    /*背景色*/
    padding: 0.3rem 0.5rem;
    /*文字の回りの余白*/
    margin: 0;
}

.after {
    position: relative;
}

.after span {
    position: absolute;
    color: #fff;
    font-size: 1.1rem;
    top: 25px;
    /*左上に配置*/
    left: 25px;
    /*左上に配置*/
    background-color: #00A0E9;
    /*背景色*/
    padding: 0.3rem 0.5rem;
    /*文字の回りの余白*/
    margin: 0;
}

.img-before-border {
    border: solid 3px #0068B7;
}

.img-after-border {
    border: solid 5px #00A0E9;
}

.triangle-ba {
    display: flex;
    justify-content: center;
    align-items: center;
}

.triangle_case {
    background-color: #00A0E9;
    width: 30px;
    height: 34px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

@media (max-width: 575px) {
    .triangle_case {
        background-color: #00A0E9;
        width: 34px;
        height: 30px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
}

/* opening-animation
------------------------------------------------------------*/
.loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

.loading.is-active {
    opacity: 0;
    visibility: hidden;
}

.loading-animation {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background: #fff;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.loading-animation.is-active {
    opacity: 1;
    visibility: visible;
}

.lh-chui {
    line-height: 1.3 !important;
}

/* マークアップテキスト
------------------------------------------------------------*/
mark {
    --color1: #fff9739e;
    --color2: #fff9739e;
    --bg-height: 40%;

    all: unset;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color2)));
    background-image: linear-gradient(var(--color1), var(--color2));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 var(--bg-height);
    -webkit-animation: highlight 2500ms 1 ease-out;
    animation: highlight 2500ms 1 ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes highlight {
    to {
        background-size: 100% var(--bg-height);
    }
}

@keyframes highlight {
    to {
        background-size: 100% var(--bg-height);
    }
}

/* main-menu-sub
------------------------------------------------------------*/
.dropdown__lists {
    display: none;
    /*繝�ヵ繧ｩ繝ｫ繝医〒縺ｯ髱櫁｡ｨ遉ｺ縺ｮ迥ｶ諷九↓縺励※縺翫￥*/
    width: 100%;
    position: absolute;
    top: 75px;
    left: 0;
    position: fixed;
    height: 120px;
    align-items: center;
    justify-content: center;
}

.gnavi__list:hover .dropdown__lists {
    display: flex;
    /*G繝翫ン繝｡繝九Η繝ｼ縺ｫ繝帙ヰ繝ｼ縺励◆繧芽｡ｨ遉ｺ*/
}

.dropdown__list {
    background-color: #fff;
    /*height: 60px;*/
    transition: all .3s;
    position: relative;
    padding: 20px;
    border: 1px solid #ccc;
    background: #fffef6;
}

.dropdown__list:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown__list:hover {
    background-color: #00A0E9;
}

.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    text-decoration: none;
    position: relative;
    font-weight: 500;
}

.dropdown__list a:hover {
    color: #fff;
}

.arrow {
    position: relative;
    padding-right: 15px;
    color: #333;
    text-decoration: none;
}

.arrow::after {
    content: '';
    display: block;
    width: 8px;
    /* 遏｢蜊ｰ縺ｮ螟ｧ縺阪＆縺ｮ謖�ｮ� */
    height: 8px;
    /* 遏｢蜊ｰ縺ｮ螟ｧ縺阪＆縺ｮ謖�ｮ� */
    border-top: 2px solid #666666;
    /* 遏｢蜊ｰ縺ｮ螟ｪ縺輔�謖�ｮ� */
    border-left: 2px solid #666666;
    /* 遏｢蜊ｰ縺ｮ螟ｪ縺輔�謖�ｮ� */
}

.arrow--down::after {
    transform: rotate(222deg);
    /* 遏｢蜊ｰ縺ｮ隗貞ｺｦ縺ｮ謖�ｮ� */
    position: absolute;
    /* 遏｢蜊ｰ縺ｮ菴咲ｽｮ縺ｮ謖�ｮ� */
    right: 0;
    /* 遏｢蜊ｰ縺ｮ菴咲ｽｮ縺ｮ謖�ｮ� */
    top: 20px;
    /* 遏｢蜊ｰ縺ｮ菴咲ｽｮ縺ｮ謖�ｮ� */
}

@media (min-width: 1512px) {
    .megamenu-br {
        display: none;
    }
}

.submenu_pointer {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    padding: 11px;
}

.submenu_pointer:hover {
    color: #00a0e9;
    text-decoration: none;
}

/* mv
------------------------------------------------------------*/
.mv1 {
    background-image: url(../images/mv/mv1.jpg);
}

@media (max-width: 767px) {
    .mv1 {
        background-image: url(../images/mv/mv1_sp.jpg);
    }
}

.mv2 {
    background-image: url(../images/mv/mv2.jpg);
}

.mv {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .mv {
        padding-top: 50px;
    }
}

/* -----------------------------------------------------------
	top_since
----------------------------------------------------------- */
.top_since {
    display: flex;
    position: absolute;
    top: 60%;
    left: 75%;
}

@media screen and (max-width: 767px) {
    .top_since {
        display: flex;
        position: absolute;
        top: 75%;
        left: 70%;
    }
}

/* Animation */
.top_since {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
    0% {
        transform: translateY(-5%);
    }

    100% {
        transform: translateY(5%);
    }
}

/* -----------------------------------------------------------
	flow-anime
----------------------------------------------------------- */
/* Animation */
.flow-anime {
    animation: floating-y2 1.8s ease-in-out infinite alternate-reverse;
    margin-bottom: 16px;
}

@keyframes floating-y2 {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(10%);
    }
}

/* -----------------------------------------------------------
	kanzaki-color
----------------------------------------------------------- */
.blue {
    color: #0068B7;
}

.blue2 {
    color: #00A0E9;
}

.green {
    color: #00A0E9;
}

/*top_info
---------------------------------------------------------------------------*/
/*１枚目の写真*/
.top_info.image1 {
    background: url("../images/top_flow_bg.jpg") no-repeat center center / cover;
}

@media (max-width: 992px) {
    .top_info.image1 {
        background-position: left;
    }
}

/*２枚目の写真*/
.top_info.image2 {
    background: url("../images/company_bg.jpg") no-repeat center center / cover;
}

/*ボックス１個あたり*/
.top_info {
    padding: 8vw 0 8vw 0;
    /*ボックス内の余白。冒頭のspace-largeを読み込みます。*/
    position: relative;
    overflow-x: hidden;
    margin-bottom: 1vw;
    /*下に空けるスペース。ボックス同士の隙間です。*/
}

@media screen and (max-width: 767px) {
    .top_info {
        padding: 15px 0 15px 0;
    }
}

/*マウスオン用のアニメーション*/
.top_info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 78, 159, 0.2);
    /*写真に重ねておく半透明の黒い色。0,0,0は黒のことで0.6は色が60%出た状態。*/
    transition: transform 0.5s 0.1s;
    /*アニメーションの速度（0.5秒）と待機時間（0.1秒）。*/
}

.top_info:hover::before {
    transform: translateX(100%);
    /*マウスオンで半透明の黒を枠外へ出す。-100%にすると逆に移動します。*/
}

/*テキストブロック*/
.top_info .text {
    position: relative;
    z-index: 1;
    width: 100%;
    /*幅*/
    height: 100%;
    color: #fff;
    /*文字色*/
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    /*テキストの影。右へ、下へ、ぼかし幅、0,0,0は黒のことで0.3は色が30%出た状態。*/
    background-color: #0068B7e0;
    height: auto;
    padding: 25px;
}

/*画面幅600px以上の追加指定*/
@media screen and (min-width:768px) {

    /*テキストブロック*/
    .top_info .text {
        width: 60%;
        /*幅*/
    }

}

/*追加指定ここまで*/


/*テキストの配置場所を入れ替えたい場合のスタイル。*/
.top_info .text.reverse {
    margin-left: auto;
}

/*top_info内のh3見出し*/
.top_info h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    /*h要素のデフォルトの太字を標準に*/
    position: relative;
    font-size: 2rem;
    /*文字サイズを200%*/
    letter-spacing: 0.1rem;
    /*文字間隔を少しだけ広く*/
    line-height: 1.2;
    /*行間を狭くする*/
}

/*top_info内のh3見出し内の１文字目の大きな文字*/
.top_info h3 .large {
    font-size: 7rem;
    /*文字サイズを7倍*/
}

/*見出しの右上にある英語の小さな文字*/
.top_info h3 span:not(.large) {
    font-size: 1rem;
    /*文字サイズを標準に戻す*/
    opacity: 0.5;
    /*透明度50%*/
    position: absolute;
    right: 0px;
    /*右からの配置場所*/
    top: 0px;
    /*上からの配置場所*/
}

/*midashi
---------------------------------------------------------------------------*/
.heading-midashi {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 3px solid #00A0E9;
    color: #333333;
}

.heading-midashi::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #00A0E9;
    content: '';
}

.heading-midashi::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #00A0E9;
    content: '';
}

@media screen and (max-width: 767px) {
    .heading-midashi {
        font-size: 24px;
    }
}

.heading-midashi2 {
    color: #0068B7;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: .04em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.heading-midashi2::before {
    display: block;
    color: #00A0E9;
    font-weight: 700;
    font-size: 1.65rem;
    line-height: 1.5;
    letter-spacing: .02em;
    content: attr(data-label);
}

/*subtitle
---------------------------------------------------------------------------*/
.subtitle {
    color: #0068B7;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 40px;
}

.subtitle > span {
    color: #00A0E9;
    font-weight: 400;
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-size: .75rem;
    -webkit-font-feature-settings: "palt"on;
    -moz-font-feature-settings: "palt"on;
    font-feature-settings: "palt"on;
}

@media screen and (max-width: 767px) {
    .subtitle {
        font-size: 24px;
    }
}

.subtitle2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 40px;
}

.subtitle2 > span {
    color: #00A0E9;
    font-weight: 400;
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-size: .75rem;
    -webkit-font-feature-settings: "palt"on;
    -moz-font-feature-settings: "palt"on;
    font-feature-settings: "palt"on;
}

/* top-bg
------------------------------------------------------------*/
.top-reform {
    width: 100%;
    background-image: url(../images/page_tit_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blo1 {
    border: solid #dfdfdf;
    background: #fff;
}

/*
.wrap-pic-blo1 {
    border: solid #dfdfdf;
}

.wrap-text-blo1 {
    border: solid #dfdfdf;
}*/

/* shadow
------------------------------------------------------------*/
.shadow {
    box-shadow: #0068B7 15px 15px 1px;
}

/* img-futi
------------------------------------------------------------*/
.img-futi {
    position: relative;
}

.img-futi::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 30px rgba(0, 0, 0, .2) solid;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.img-futi2 {
    position: relative;
}

/*.img-futi2 a::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-image-source: repeating-linear-gradient(45deg, #f7f29c 0, #f7f29c 2px, rgba(247, 242, 156, 0) 0, rgba(247, 242, 156, 0) 6px);
    border-width: 15px;
    border-image-slice: 20;
    border-image-repeat: round;
    border-style: solid;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-futi3 {
    position: relative;
}

.img-futi3 a::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-image-source: repeating-linear-gradient(45deg, #caf3ff 0, #caf3ff 2px, rgba(202, 243, 255, 0) 0, rgba(202, 243, 255, 0) 6px);
    border-width: 15px;
    border-image-slice: 20;
    border-image-repeat: round;
    border-style: solid;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-futi4 {
    position: relative;
}

.img-futi4 a::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-image-source: repeating-linear-gradient(45deg, #d6ffca 0, #d6ffca 2px, rgba(214, 255, 202, 0) 0, rgba(214, 255, 202, 0) 6px);
    border-width: 15px;
    border-image-slice: 20;
    border-image-repeat: round;
    border-style: solid;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    */

.img-border {
    border: solid 3px #777777;
    /* 色：グレー */
}

/* contact-banner
------------------------------------------------------------*/
.contact-bnr a:hover {
    opacity: 0.7;
    cursor: pointer;
}

/* fixed-SNS
------------------------------------------------------------*/
@media only screen and (min-width: 993px) {
    .left_bnr {
        z-index: 10;
        position: fixed;
        left: 0;
        top: 400px;
        background: rgba(21, 78, 159, 0.2);
        padding: 20px 0;
        width: 70px;
        text-align: center;
    }

    .left_bnr li + li {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .left_bnr {
        position: fixed;
        z-index: 10;
        bottom: 19vw;
        left: 15px;
    }

    .left_bnr ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    /*.left_bnr ul li:last-child{
    margin-left:20px;
  }*/
    .left_bnr ul li:nth-child(n+2) {
        margin-left: 20px;
    }

    .left_bnr img {
        width: 40px;
    }
}

/* reform-flow
------------------------------------------------------------*/
/* checkupflow */
.reform-flow {
    position: relative;
    padding-left: 60px;
    font-size: 24px;
}

.reform-flow::before {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: rgba(1, 131, 223, 0.3);
    font-size: 50px;
}

.reform-flow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: rgba(23, 166, 84, 1);
}

.bgorange {
    background-color: rgba(247, 244, 239, 1);
    border: 1px solid #0068B7;
    align-items: center;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 100px 0 100px;
    border-color: #00a0e9 transparent transparent transparent;
    margin: 0 auto;
}

/* grid-layout
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .md3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.md3 {
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    border: 1px solid #0068B7;
    margin-right: -2px;
    background: #f0f8ff url(../images/bg4_old.png) center center no-repeat;
}

/* kitchen-reform
------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
    .kitchen-reform {
        padding: 40px 0 0 0;
        background: #f1f7fc url(../images/reform-kitchen_bg.jpg) center center no-repeat;
        position: relative;
        height: 547px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .kitchen-reform {
        background: #f1f7fc url(../images/reform-kitchen_bg.jpg) center center no-repeat;
        background-size: 1365px 547px;
    }
}

@media print,
screen and (min-width: 768px) {
    .kitchen-reform ._row {
        width: 50%;
        padding: 60px 0 0 0;
    }

    .kitchen-reform ._t_message {
        position: absolute;
        top: 25px;
        left: -25px;
    }

    .kitchen-reform ._title {
        position: relative;
        margin: 0 0 30px 0;
    }

    .kitchen-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .kitchen-reform p {
        line-height: 1.66;
    }
}

@media screen and (max-width: 767px) {
    .kitchen-reform {
        /*padding: 0 0 10.66667vw 0;*/
        background: #f1f7fc;
        position: relative;
    }

    .kitchen-reform ._row:before {
        content: "";
        display: block;
        background: url(../images/reform-kitchen_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 250px;
    }

    .kitchen-reform ._t_message {
        margin: 15px auto 0 auto;
        text-align: center;
        width: 74.66667vw;
    }

    .kitchen-reform ._title {
        position: relative;
        text-align: center;
        margin: -6.66667vw 0 0 0;
    }

    .kitchen-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .kitchen-reform p {
        margin-top: 5.33333vw;
        padding: 0 5.33333vw;
        line-height: 1.66;
        padding-bottom: 36px;
    }
}

/* bath-reform
------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
    .bath-reform {
        padding: 40px 0 0 0;
        background: #f1f7fc url(../images/reform-bath_bg.jpg) center center no-repeat;
        position: relative;
        height: 547px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .bath-reform {
        background: #f1f7fc url(../images/reform-bath_bg.jpg) center center no-repeat;
        background-size: 1365px 547px;
    }
}

@media print,
screen and (min-width: 768px) {
    .bath-reform ._row {
        width: 50%;
        padding: 60px 0 0 0;
    }

    .bath-reform ._t_message {
        position: absolute;
        top: 25px;
        left: -60px;
    }

    .bath-reform ._title {
        position: relative;
        margin: 0 0 30px 0;
    }

    .bath-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .bath-reform p {
        line-height: 1.66;
    }
}

@media screen and (max-width: 767px) {
    .bath-reform {
        /*padding: 0 0 10.66667vw 0;*/
        background: #f1f7fc;
        position: relative;
    }

    .bath-reform ._row:before {
        content: "";
        display: block;
        background: url(../images/reform-bath_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 250px;
    }

    .bath-reform ._t_message {
        margin: 15px auto 0 auto;
        text-align: center;
        width: 74.66667vw;
    }

    .bath-reform ._title {
        position: relative;
        text-align: center;
        margin: -6.66667vw 0 0 0;
    }

    .bath-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .bath-reform p {
        margin-top: 5.33333vw;
        padding: 0 5.33333vw;
        line-height: 1.66;
        padding-bottom: 36px;
    }
}

/* washroom-reform
------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
    .washroom-reform {
        padding: 40px 0 0 0;
        background: #f1f7fc url(../images/reform-washroom_bg.jpg) center center no-repeat;
        position: relative;
        height: 547px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .washroom-reform {
        background: #f1f7fc url(../images/reform-washroom_bg.jpg) center center no-repeat;
        background-size: 1365px 547px;
    }
}

@media print,
screen and (min-width: 768px) {
    .washroom-reform ._row {
        width: 50%;
        padding: 60px 0 0 0;
    }

    .washroom-reform ._t_message {
        position: absolute;
        top: 25px;
        left: -60px;
    }

    .washroom-reform ._title {
        position: relative;
        margin: 0 0 30px 0;
    }

    .washroom-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .washroom-reform p {
        line-height: 1.66;
    }
}

@media screen and (max-width: 767px) {
    .washroom-reform {
        /*padding: 0 0 10.66667vw 0;*/
        background: #f1f7fc;
        position: relative;
    }

    .washroom-reform ._row:before {
        content: "";
        display: block;
        background: url(../images/reform-washroom_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 250px;
    }

    .washroom-reform ._t_message {
        margin: 15px auto 0 auto;
        text-align: center;
        width: 74.66667vw;
    }

    .washroom-reform ._title {
        position: relative;
        text-align: center;
        margin: -6.66667vw 0 0 0;
    }

    .washroom-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .washroom-reform p {
        margin-top: 5.33333vw;
        padding: 0 5.33333vw;
        line-height: 1.66;
        padding-bottom: 36px;
    }
}

/* toilet-reform
------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
    .toilet-reform {
        padding: 40px 0 0 0;
        background: #f1f7fc url(../images/reform-toilet_bg.jpg) center center no-repeat;
        position: relative;
        height: 547px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .toilet-reform {
        background: #f1f7fc url(../images/reform-toilet_bg.jpg) center center no-repeat;
        background-size: 1365px 547px;
    }
}

@media print,
screen and (min-width: 768px) {
    .toilet-reform ._row {
        width: 50%;
        padding: 60px 0 0 0;
    }

    .toilet-reform ._t_message {
        position: absolute;
        top: 25px;
        left: -60px;
    }

    .toilet-reform ._title {
        position: relative;
        margin: 0 0 30px 0;
    }

    .toilet-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .toilet-reform p {
        line-height: 1.66;
    }
}

@media screen and (max-width: 767px) {
    .toilet-reform {
        /*padding: 0 0 10.66667vw 0;*/
        background: #f1f7fc;
        position: relative;
    }

    .toilet-reform ._row:before {
        content: "";
        display: block;
        background: url(../images/reform-toilet_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 250px;
    }

    .toilet-reform ._t_message {
        margin: 15px auto 0 auto;
        text-align: center;
        width: 74.66667vw;
    }

    .toilet-reform ._title {
        position: relative;
        text-align: center;
        margin: -6.66667vw 0 0 0;
    }

    .toilet-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .toilet-reform p {
        margin-top: 5.33333vw;
        padding: 0 5.33333vw;
        line-height: 1.66;
        padding-bottom: 36px;
    }
}

/* barrierfree-reform
------------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {
    .barrierfree-reform {
        padding: 40px 0 0 0;
        background: #f1f7fc url(../images/reform-barrierfree_bg.jpg) center center no-repeat;
        position: relative;
        height: 547px;
    }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .barrierfree-reform {
        background: #f1f7fc url(../images/reform-barrierfree_bg.jpg) center center no-repeat;
        background-size: 1365px 547px;
    }
}

@media print,
screen and (min-width: 768px) {
    .barrierfree-reform ._row {
        width: 50%;
        padding: 60px 0 0 0;
    }

    .barrierfree-reform ._t_message {
        position: absolute;
        top: 25px;
        left: -60px;
    }

    .barrierfree-reform ._title {
        position: relative;
        margin: 0 0 30px 0;
    }

    .barrierfree-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .barrierfree-reform p {
        line-height: 1.66;
    }
}

@media screen and (max-width: 767px) {
    .barrierfree-reform {
        /*padding: 0 0 10.66667vw 0;*/
        background: #f1f7fc;
        position: relative;
    }

    .barrierfree-reform ._row:before {
        content: "";
        display: block;
        background: url(../images/reform-barrierfree_bg_sp.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 250px;
    }

    .barrierfree-reform ._t_message {
        margin: 15px auto 0 auto;
        text-align: center;
        width: 74.66667vw;
    }

    .barrierfree-reform ._title {
        position: relative;
        text-align: center;
        margin: -6.66667vw 0 0 0;
    }

    .barrierfree-reform ._title > * {
        font-size: 22px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .barrierfree-reform p {
        margin-top: 5.33333vw;
        padding: 0 5.33333vw;
        line-height: 1.66;
        padding-bottom: 36px;
    }
}


/* reform-anchor
------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 960px) {
    .list_in_link.w25 {
        max-width: 600px;
        width: 100%;
    }
}

@media screen and (min-width: 961px) {
    .list_in_link.w25 {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .list_in_link.w33 {
        max-width: 600px;
        width: 100%;
    }
}

@media screen and (min-width: 961px) {
    .list_in_link.w33 {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.mb65 {
    margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
    .mb65 {
        margin-bottom: calc(65 / 750 * 100vw);
    }
}

.mgn_a {
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 992px) {
    .list_in_link li {
        width: 100%;
        margin: 0 auto 2vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .list_in_link.w25 li {
        max-width: 300px;
        width: 49%;
    }
}

@media screen and (min-width: 961px) {
    .list_in_link.w25 li {
        max-width: 300px;
        width: 24.2%;
        margin-right: 1.065%;
    }
}

@media screen and (min-width: 961px) {

    .list_in_link.w25 li:nth-of-type(4n),
    .list_in_link.w25 li:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .list_in_link.w33 li {
        max-width: 300px;
        width: 49%;
    }
}

@media screen and (min-width: 961px) {
    .list_in_link.w33 li {
        max-width: 300px;
        width: 33%;
        margin-right: 1.065%;
    }
}

@media screen and (min-width: 961px) {

    .list_in_link.w33 li:nth-of-type(3n),
    .list_in_link.w33 li:last-child {
        margin-right: 0;
    }
}

.list_in_link a {
    display: block;
    padding: 15px 0 30px;
    text-align: center;
    color: #fff;
    font-size: 111.1%;
    background: #0068B7;
    position: relative;
}

.list_in_link a:hover {
    background: #00A0E9;
    text-decoration: none;
}

.list_in_link a::before {
    content: "";
    width: 20px;
    height: 20px;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .list_in_link a {
        padding: 2.5vw 0 7.5vw;
        font-size: 111%;
    }
}

@media screen and (min-width: 961px) and (max-width: 1280px) {
    .list_in_link a {
        font-size: 100%;
    }
}

.reform-list a {
    background: #0183DF !important;
    color: #fff !important;
}

.reform-list a:hover {
    background: #a1fdc8 !important;
    text-decoration: none !important;
    color: #000 !important;
}

/* reform-text
------------------------------------------------------------*/
.text-white {
    color: #fff;
}

.text-bgred {
    color: #fff;
    background-color: #ff0000;
    padding: 2px;
    padding-right: 6px;
    padding-left: 6px;
}

.text-bgblue {
    color: #fff;
    background-color: #00a0e9;
    padding: 4px 10px;
}

.reformtext th {
    color: #0068B7;
    background-color: #eeeeee;
    /*text-align: center;*/
    padding-left: 10px;
    /*vertical-align: middle;*/
    white-space: nowrap;
    border: 1px solid #ccc;
}


.reformtext td {
    border: 1px solid #ccc;
}

.reformtext2 {
    margin: 1px;
}

.reformtext2 th {
    color: #0068B7;
    background-color: #eeeeee;
    /*text-align: center;*/
    padding: 4px;
    padding-left: 10px;
    /*vertical-align: middle;*/
    border: solid 1px #0068B7;
}

.reformtext2 td {
    background-color: #fff;
    border: solid 1px #0068B7;
    margin-top: -1px;
}

.reformtext2 th,
.reformtext2 td {
    display: block;
    text-align: center;
}

/* image-cut
------------------------------------------------------------*/
.image-curve1 {
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}

.image-curve2 {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0% 80%, 0 0);
}

/* anchor-button
------------------------------------------------------------*/
.guidancebox {
    padding: 1em 1em;
    margin: 0.5em 0 0 0;
    border: 2px solid #0068B7;
    background-color: #fff;
}

.list_anchor {
    max-width: 1060px;
    width: 100%;
}

.list_anchor li {
    padding-left: 2.5em;
}

.list_common li {
    line-height: 2.5;
    position: relative;
}

@media screen and (min-width: 961px) {
    .list_anchor.w30 {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 961px) {
    .list_anchor.w30 li {
        width: 30.5%;
        margin-right: 2.25%;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .list_anchor.w30 li {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .list_anchor li {
        width: 100%;
        padding-left: 2em;
    }
}

@media screen and (max-width: 767px) {
    .box_common01 .list_anchor {
        width: 95%;
    }
}

@media screen and (min-width: 961px) {
    .list_anchor.w22 {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 961px) {
    .list_anchor.w22 li {
        width: 22.5%;
        margin-right: 2.25%;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .list_anchor.w22 li {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .twoc li {
        width: 50% !important;
        padding-left: 1.5em ! important;
    }
}

list_anchor li::before {
    content: "";
    width: 24px;
    height: 24px;
    margin: auto;
    background: url(images/page/icn_check.svg)no-repeat center / contain;
    position: absolute;
    top: 0.1em;
    left: 0;
}

/*----- 三角の矢印 */
ul.cp_list {
    padding: 0;
    list-style-type: none;
}

ul.cp_list li {
    position: relative;
}

ul.cp_list li::before,
ul.cp_list li::after {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 18px;
    height: 18px;
}

ul.cp_list li::before {
    background: #00A0E9;
    clip-path: circle(50% at 50% 50%);
}

ul.cp_list li::after {
    left: -1px;
    background: #ffffff;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 70%, 70% 70%, 70% 0);
    transform: rotate(-45deg) scale(0.5);
}

/* contact-box
------------------------------------------------------------*/
.contact-box {
    border: 1px solid #cfcfcf;
    height: 150px;
    overflow: auto;
    padding: 15px 20px;
    background: #fff;
}

/* chuigaki
------------------------------------------------------------*/
.chui {
    vertical-align: top;
    font-size: 11px;
}

/* yohaku_chousei
------------------------------------------------------------*/
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .sp_mb-4 {
        margin-bottom: 1.5rem;
    }
}

.col-sm-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.col-md-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

label {
    margin-bottom: 0 !important;
}

/* wp-news
------------------------------------------------------------*/
.wp.h2 {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 3px solid #00A0E9;
    font-size: 1.5rem;
    color: #333333;
}

.wp.h2::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #00A0E9;
    content: '';
}

.wp.h2::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #00A0E9;
    content: '';
}

@media screen and (max-width: 767px) {
    .wp.h2 {
        font-size: 24px;
    }
}

/* menu-chiiki
------------------------------------------------------------*/
.chiiki {
    font-size: 12px;
    margin-top: -30px;
    color: #888888;
}

@media (max-width: 992px) {
    .chiiki {
        margin-top: -27px;
        padding-left: 0px;
    }
}

/* contact
------------------------------------------------------------*/
.phone-number {
    font-size: 2rem;
    font-weight: bold;
    color: #1a365d;
    padding: 15px;
    margin: 20px 0;
    background-color: #edf2f7;
    border-radius: 8px;
    border-left: 5px solid #2b6cb0;
    display: inline-flex;
    align-items: center;
}

.phone-icon {
    margin-right: 12px;
    font-size: 2rem;
    color: #2b6cb0;
}

.contact-time {
    font-size: 1.1rem;
    color: #4a5568;
    display: block;
    margin-top: 5px;
}

.section {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 25%);
}

.line-box {
    background-color: #00b900;
    padding: 24px 15px 15px 15px;
}

/*.line-box .content {
        padding: 16px;
    }*/

.line-box .content-item {
    width: 100%;
    background: #fff;
    padding: 16px;
}

@media (min-width: 992px) {
    .line-box .content {
        display: flex;
        border: 1px solid #ccc;
        background-color: #fff;
    }
}

@media (min-width: 992px) {
    .line-box .content-item {
        width: 50%;
    }
}

.line-box .content-item2 {
    width: 100%;
    background: #fff;
    padding: 16px;
}

@media (min-width: 992px) {
    .line-box .content-item2 {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .line-box .content-item2 {
        padding-top: 0px;
    }
}

.line-steps {
    background-color: white;
    color: #333;
}

.step-number {
    background-color: #00b900;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.accent-border {
    position: relative;
}

.accent-border::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 60px;
    height: 3px;
    background-color: #00A0E9;
}

.left-border {
    border-left: 4px solid #ccc;
}

.tel_contact {
    font-size: 36px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .tel_contact {
        font-size: 24px;
    }
}

.line_qr {
    margin-left: -15px;
}

@media (max-width: 992px) {
    .line_qr {
        margin-left: 0px;
    }
}

/* img-hantoumei
------------------------------------------------------------*/
.imghover:hover {
    opacity: 0.7;
}

/* privacy
------------------------------------------------------------*/
.privacy table th,
.privacy table td {
    border: 1px solid #ccc;
    background: #fff;