a:link,
a:visited,
a:hover {
    color: #4C3A72;
    text-decoration: none
}

html {
    height: 100%;
    font-size: 62.5%
}

body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 auto;
    color: #000;
}

#body {
    font-size: 1.7rem
}

.sp_menu {
    float: right;
    padding: 10px 0
}

.sp_menu li {
    display: inline-block
}

.newsbox {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0 auto
}

.news-box {
    flex: 1;
    width: calc(100% - 20px);
    padding: 0 3px;
}

.news {
    overflow: hidden;
    line-height: 1.6;
}

.news dt {
    float: left;
    color: #4C3A72;
}

.news dd {
    padding-left: 6em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 5px;
}

#menu {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

header {
    width: 100%;
    z-index: 999999;
    position: absolute;
}

#headA {
    width: 100%
}


#head {
    width: 100%;
    margin: 0 auto;
    /* background-color: #fff; */
    /* background: url(../img/staff.jpg); */
    /* box-shadow: 2px 2px 4px #000; */
}

#head.staff1 {
    background: url(../img/staff.jpg);
}

#head .logo a img {
    height: auto;
    width: 300px;
    margin-top: 5px;
}

#navi {
    width: 1000px;
    margin: auto;
}

#navi li {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

#navi li a {
    width: 200px;
    height: 55px;
    display: block;
    text-align: center;
    /* font-weight: bold; */
    border: none;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
}

#navi li a span {
    font-size: 1.7rem;
    color: #fff;
    display: block
}

#navi li a:link,
#navi li a:visited {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

#navi li a {
    position: relative;
    display: inline-block;
    transition: .3s;
}

#navi li a::after {
    position: absolute;
    left: 50%;
    content: '';
    width: 0;
    height: 4px;
    margin-top: 5px;
    background-color: #000;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#navi li a:hover::before,
#navi li a:hover::after {
    width: 100%;
    background-color: #000;
}

#navi li+li {
    /* border-left: 1px solid #e0e0e0; */
}

#navi ul li ul li {
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    padding: 0;
    margin-bottom: 5px
}

#navi ul li ul li a {
    display: block;
    width: 170px;
    height: auto;
    margin: 0;
    padding: 15px 0;
    font-size: 12px !important;
    letter-spacing: 1px
}

#navi ul li ul li a:hover {
    background: #002E73;
    color: #fff
}

#navi ul li:hover ul li {
    visibility: visible;
    overflow: visible;
    z-index: 10
}

.menu ul li a:hover ul li {
    visibility: visible;
    overflow: visible;
    z-index: 10
}

.newsbox {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0 auto
}

.news-title {
    width: 220px;
    text-align: left;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.4;
    position: relative;
    letter-spacing: 4px;
    color: #4C3A72;
    border-right: 3px solid #2380b0 margin-bottom: -3px;
}

.news-title:before {
    content: url(../img/hana.png);
    margin-right: 5px;
}

.news-title span {
    display: block;
    font-size: 1.8rem;
}

.news-box {
    flex: 1;
    width: calc(100% - 20px);
    padding: 0 10px
}

.scrbr {
    width: 100%;
    padding: 1% 2%;
}

.scrbr::-webkit-scrollbar {
    overflow: hidden;
    width: 1px;
    background: #fafafa
}

.scrbr::-webkit-scrollbar:horizontal {
    height: 1px
}

.scrbr::-webkit-scrollbar-button {
    display: none
}

.scrbr::-webkit-scrollbar-piece {
    background: #eee
}

.scrbr::-webkit-scrollbar-piece:start {
    background: #eee
}

.scrbr::-webkit-scrollbar-thumb,
.scrbr::-webkit-scrollbar-corner {
    background: #333
}

#title {
    padding: 120px 0;
}

#title h2 {
    font-size: 5rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 10px #000, -1px 1px 5px #000, 1px -1px 10px #000, -1px -1px 3px #000 !important;
    padding-top: 130px;
}

#title h2 span {
    margin-left: 5px;
    font-size: 1.8rem;
    color: #EEE;
    display: block
}

#title_news {
    padding: 120px 0;
}

#title_news h2 {
    font-size: 3.3rem;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    margin-top: 137px;
    text-shadow: 1px 1px 10px #000, -1px 1px 5px #000, 1px -1px 10px #000, -1px -1px 3px #000 !important;
}

#title_pic1 {
    background-image: url(../img/aboutimg01.png)
}

#title_pic2 {
    background-image: url(../img/businessimg01.jpg)
}

#title_pic3 {
    background-image: url(../img/constimg01.jpg)
}

#title_pic4 {
    background-image: url(../img/bloglistimg01.png)
}

#title_pic5 {
    background-image: url(../img/company_img.jpg)
}

#title_pic6 {
    background-image: url(../img/business_img.jpg)
}

#title_pic7 {
    background-image: url(../img/contact_img.jpg)
}

#title_pic1,
#title_pic2,
#title_pic3,
#title_pic4,
#title_pic5,
#title_pic6,
#title_pic7 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: scroll
}

.telbtn {
    font-size: 3rem;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #fff;
    padding: 20px 0;
    letter-spacing: 2px;
    background: #fff
}

.telbtn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f098";
    margin-right: 5px;
    color: #651fff
}

.telbtn a:link,
.telbtn a:visited {
    color: #651fff;
    text-decoration: none
}

.telbtn a:hover {
    color: #651fff;
    text-decoration: none;
    opacity: 0.6
}

.faxbtn {
    font-size: 3rem;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #fff;
    padding: 20px 0;
    letter-spacing: 2px;
    background: #fff
}

.faxbtn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1ac";
    margin-right: 5px;
    color: #651fff
}

.faxbtn a:link,
.faxbtn a:visited {
    color: #651fff;
    text-decoration: none
}

.faxbtn a:hover {
    color: #651fff;
    text-decoration: none;
    opacity: 0.6
}

#top_image {
    max-width: 1100px;
    width: 100%;
    z-index: -999999;
}

.textbox {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 1100px;
    height: 600px
}

#contentwrap {
    width: 100%;
    flex: 1 1 auto
}

.main_box {
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0
}

.main_box2 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.lmain_box {
    width: 49%;
    float: left
}

.rmain_box {
    width: 49%;
    float: right
}

footer {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: column
}

#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    font-weight: bold;
    z-index: 9999
}

#page-top a {
    color: #fff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-decoration: none;
    padding: 5px 15px;
    text-align: center;
    display: block;
    background: #2380b0;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}

#page-top a:hover {
    opacity: 0.6;
    text-decoration: none
}

#footer {
    width: 1000px;
    margin: 0 auto 0;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
}

#footer address {
    margin-top: 10px
}

#footerA {
    background-color: #000;
    color: #fff;
}

#fmenu_a {
    width: 100%;
    background: #362950;
    padding: 5px 0;
}

#fmenu {
    width: 1000px;
    margin: 0 auto;
    font-size: 13px
}

#f_navi {
    width: 1100px;
    padding: 12px 0;
    margin: 0 auto;
    margin-right: 19px
}

#f_navi ul {
    text-align: center
}

#f_navi li {
    margin-right: 30px;
    text-align: center;
    display: inline-block
}

#f_navi li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 5px;
    color: #fff
}

#f_navi li:last-child {
    border: none;
    margin: 0
}

#f_navi a:link,
#f_navi a:visited,
#f_navi a:hover {
    color: #fff;
    text-decoration: none
}

#f_navi li ul li {
    font-weight: normal;
    font-size: 11px
}

#f_navi li a {
    position: relative;
    display: inline-block;
    transition: .3s;
}

#f_navi li ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "f0da";
    margin-right: 5px;
    color: #333
}

#f_navi li a::before,
#f_navi li a::after {
    position: absolute;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#f_navi li a::before {
    top: 0;
}

#f_navi li a::after {
    bottom: 0;
}

#f_navi li a:hover::before,
#f_navi li a:hover::after {
    width: 100%;
}

/* table {
    margin: 15px 0
} */
/* 
table th {
    padding: 5px 10px;
    font-weight: bold;
    line-height: 1.5;
    border: #651fff 1px solid;
    color: #fff;
    background: rgba(208, 24, 122, 0.6);
} */

/* table td {
    padding: 0px 15px;
    vertical-align: middle;
    border: none;
} */

.form {
    margin: 10px 0 10px
}

.form dt span {
    color: #fff;
    background: #FF4F4F;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl {
    margin: 10px 0;
    font-size: 16px
}

.form dt {
    float: left;
    width: 280px;
    padding-top: 20px;
    font-weight: bold;
}

.form dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    font-weight: bold;
}

.form dd p {
    font-size: 14px;
    padding-top: 5px;
    color: #888
}

.form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px
}

.textarea,
textarea,
.dropdown {
    border-radius: 2px;
    border: 1px solid #888;
    width: 570px;
}

.textarea {
    border-radius: 2px;
    border: 1px solid #888;
    height: 30px;
    padding: 0 5px;
    width: 560px;
}

.form-button {
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0
}

.form-button .sub-btn {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 5px;
    background: #651fff;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #651fff
}

.form-button .sub-btn:hover {
    background: #fff;
    color: #651fff
}

.form-button .sub-btn * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.form-button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
}

label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #64BCFF;
    z-index: 1
}

label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #fff
}

label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #FFF
}

label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #64BCFF;
    border-bottom: 3px solid #64BCFF;
    transform: rotate(45deg);
    z-index: 1
}

label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.fm-text {
    padding: 10px;
    margin: 10px 0;
    text-align: center
}

@media screen and (max-width: 800px) {
    .form dl {
        margin: 10px 0
    }

    .form dt {
        float: none;
        width: 100%;
        height: 20px;
        line-height: 20px;
        padding-top: 10px
    }

    .form dd {
        width: 100%;
        padding-left: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 0px solid #eee
    }

    .form dd:last-child {
        border-bottom: 0px;
        margin-bottom: 0px
    }

    .textarea,
    textarea {
        width: 93% !important;
        font-size: 16px
    }

    .dropdown {
        font-size: 16px
    }

    .fm-text {
        text-align: left
    }
}

.midtitle-txt {
    color: #111;
    text-shadow: #aaa 2px 2px3px
}

.midtitle-li {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: 4px;
    color: #fff;
    text-shadow: 1px 1px 0 #362950, -1px -1px 0 #362950,
        -1px 1px 0 #362950, 1px -1px 0 #362950,
        0px 1px 0 #362950, 0-1px 0 #362950,
        -1px 0 0 #362950, 1px 0 0 #362950;
    text-align: center;
}


.midtitle-li:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0
}

.midtitle-li span {
    font-size: 1.8rem;
    display: block
}

.midtitle-li2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 4px;
    color: #651fff;
}

.midtitle-li2:before {
    content: url(../img/hana.png);
    margin-right: 5px;
}

.midtitle-li2:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0
}

.midtitle-li2 span {
    font-size: 1.8rem;
    display: block
}

.midtitle-li3 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 4px;
    color: #651fff;
}

.midtitle-li3:before {
    content: url(../img/hana-w.png);
    margin-right: 5px;
}

.midtitle-li3:after {
    content: "";
    width: 50px;
    height: 3px;
    display: block;
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0
}

.midtitle-li3 span {
    font-size: 1.8rem;
    display: block
}

.blog_mttl {
    text-align: left;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 45px;
    position: relative;
    letter-spacing: 4px;
    color: #651fff;
}

.list-check li {
    color: #111
}

.list-check li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    margin-right: 5px;
    color: #651fff;
}

.business_box_r {
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: #651fff 0 0 0 2px;
    background-color: #fff;
}

.business_box_l {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: #651fff 0 0 0 2px;
    background-color: #fff;
}

.business_box_box {
    width: 470px;
    vertical-align: middle;
    padding: 20px 35px
}

.business_box_box .btn1 {
    margin-top: 30px
}

.business-ttl {
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
    background-color: #651fff;
    text-align: center;
}

.section_box_img {
    flex: 1;
    width: 100%
}

.section_box_img img {
    width: 560px;
    height: 340px;
    object-fit: cover
}

.btn1 a {
    position: relative;
    z-index: 2;
    background: #fff;
    /* border: 2px solid #161121; */
    font-size: 16px;
    display: block;
    width: 300px;
    margin: 20px 10px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    box-shadow: 2px 2px 4px #808080;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn1 a:link,
.btn1 a:visited {
    color: #000;
    text-decoration: none
}

.btn1 a:hover {
    color: #651fff;
    text-decoration: none;
    background-color: #fff;
    border-color: #651fff
}

.btn1 a:before {
    font-family: 'FontAwesome';
    content: "\f098";
    margin-right: 10px;
    font-size: 2.0rem;
}

.btn1 a::before {
    font-family: 'FontAwesome';
    content: "\f098";
    margin-right: 10px;
    font-size: 2.0rem;
}

.btn1 a::before,
.btn1 a::after {
    top: 0;
    width: 50%;
    height: 100%;
}

.btn1 a::before {
    right: 0
}

.btn1 a::after {
    left: 0
}

.btn1 a::before,
.btn1 a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn2 a {
    position: relative;
    z-index: 2;
    background: #fff;
    /* border: 2px solid #161121; */
    font-size: 16px;
    display: block;
    width: 300px;
    margin: 20px 10px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    box-shadow: 2px 2px 4px #808080;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn2 a:link,
.btn2 a:visited {
    color: #000;
    text-decoration: none
}

.btn2 a:hover {
    color: #651fff;
    text-decoration: none;
    background-color: #fff;
    border-color: #651fff
}

.btn2 a:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    margin-right: 10px;
    font-size: 2.0rem;
}

.btn2 a::before,
.btn2 a::after {
    top: 0;
    width: 50%;
    height: 100%;
}

.btn2 a::before {
    right: 0
}

.btn2 a::after {
    left: 0
}

.btn2 a::before,
.btn2 a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn3 a {
    position: relative;
    z-index: 2;
    background: #fff;
    font-size: 16px;
    display: block;
    width: 200px;
    margin: 0 10px;
    text-align: center;
    font-weight: bold;
    box-shadow: 2px 2px 4px #808080;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn3 a:link,
.btn3 a:visited {
    color: #161121;
    text-decoration: none
}

.btn3 a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #000;
    border-color: #651fff
}

.btn3 a:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    margin-right: 10px;
    font-size: 2.0rem;
}

.btn3 a::before,
.btn3 a::after {
    top: 0;
    width: 50%;
    height: 100%;
}

.btn3 a::before {
    right: 0
}

.btn3 a::after {
    left: 0
}

.btn3 a::before,
.btn3 a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn4 a {
    position: relative;
    z-index: 2;
    background: #fff;
    font-size: 16px;
    display: block;
    width: 200px;
    margin: 0 10px;
    text-align: center;
    font-weight: bold;
    box-shadow: 2px 2px 4px #808080;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn4 a:link,
.btn4 a:visited {
    color: #161121;
    text-decoration: none
}

.btn4 a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #000;
    border-color: #081F2A;
}

.btn4 a:before {
    font-family: 'FontAwesome';
    content: "\f098";
    margin-right: 10px;
    font-size: 2.0rem;
}

.btn4 a::before,
.btn4 a::after {
    top: 0;
    width: 50%;
    height: 100%;
}

.btn4 a::before {
    right: 0
}

.btn4 a::after {
    left: 0
}

.btn4 a::before,
.btn4 a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.nbl {
    overflow: hidden
}

.nbl i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    margin-right: 5px
}

.nbl dt {
    float: left;
    width: 7em;
    padding: 3px 5px;
    line-height: 1.3;
    color: #fff;
    background: #651fff;
    text-align: center;
    margin: 0px 0
}

.nbl dd {
    padding-left: 11em;
    padding-top: 0px;
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: dotted 1px #aaa;
    margin: 0px 0 10px
}

.ttl {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    float: left;
    background: #CC0000;
    padding: 0 15px;
    margin-bottom: 5px
}

.ttm {
    float: right;
    padding-top: 4px;
    font-size: 13px;
    font-weight: bold
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.flex li {
    width: 33.33%
}


.bg-image2 {
    background-image: url(../img/topImg02.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.mtitle-bg {
    background: #BB9F93;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    padding: 15px 0;
}

#flash_a {
    width: 100%;
}

#juicysliderbox {
    position: relative;
}

#juicysliderbox .text {
    width: 100%;
    position: absolute;
    display: table;
    top: 44%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 5000;
    color: #651fff;
    font-weight: 900;
}

#juicysliderbox .text .min {
    font-size: 3.0rem;
}

#juicysliderbox p {
    font-size: 4rem;
    line-height: 1.2;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;

}

.juicysliderimg {
    position: absolute;
    display: table;
    width: 100%;
    left: 0;
    bottom: 40%;
    margin: auto;
    text-align: center;
    z-index: 5000;
    box-sizing: border-box;
    vertical-align: bottom;
    font-size: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.juicysliderimg img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 600;
}

.contact-left {
    width: 50%;
    padding-right: 10px;
}

.contact-right {
    width: 50%;
}

.frex-container {
    display: flex;
    flex-direction: row;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.list-style-no {
    list-style: none;
}

.flex-container .item {
    padding: 10px;
}

.concept-txt {
    color: #2380b0;
    text-shadow: white 1px 1px 0,
        white -1px -1px 0,
        white -1px 1px 0,
        white 1px -1px 0,
        white 0px 1px 0,
        white 0-1px 0,
        white -1px 0 0,
        white 1px 0 0;
    font-size: 2rem;
    border-bottom: 2px solid #2380b0;
}

.concept_box {
    text-align: center;
    background-image: url(../img/bluesky.jpg);
    /* box-shadow: 2px 2px 4px #000; */
    padding: 20px;
    color: #000;
    /* text-shadow: 1px 1px 30px #fff, -1px 1px 30px #fff, 1px -1px 30px #fff, -1px -1px 30px #fff; */
}

.bold {
    font-weight: bold;
}

.concept_st {
    color: #651fff;
}

.pc_on {
    display: block;
}

.sp_on {
    display: none;
}

.sp_on480 {
    display: none;
}

.gmap {
    /* border: 1px solid #651fff;
    box-shadow: 2px 2px 2px #666; */
}

.flex-cont-wel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-cont-wel img {
    margin: 10px 0;
}

.flex-cont-fam {
    display: flex;
    flex-direction: row;
    border-bottom: 1px dashed #651fff;
    padding-bottom: 20px;
}

.flex-cont-fam img {
    margin: 10px 10px;
    max-width: 280px;
    max-height: 210px;
}

table.brwsr1 {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
    width: 100%;
}

table.brwsr1 th {
    padding: 12px;
    vertical-align: middle;
    text-align: center;
    border-bottom: #999 1px solid;
    color: #fff;
}

table.brwsr1 td {
    padding: 12px;
    vertical-align: middle;
    text-align: center;
    border-bottom: #999 1px solid;
}

table.brwsr1 th.r1 {
    width: 152px;
    border-right: #999 1px solid;
}

table.brwsr1 th.r2,
table.brwsr1 td.r2 {
    width: 128px;
    border-left: #fff 1px solid;
    border-right: #999 1px solid;
}

table.brwsr1 th.r2,
table.brwsr1 th.r3,
table.brwsr1 th.r4 {
    text-align: center;
}

table.brwsr1 th.r3,
table.brwsr1 td.r3 {
    width: 128px;
    border-left: #fff 1px solid;
    border-right: #999 1px solid;
}

table.brwsr1 th.r4,
table.brwsr1 td.r4 {
    width: 128px;
    border-left: #fff 1px solid;
}

table.brwsr1 caption {
    font-weight: bold;
    text-align: left;
    border-left: 3px solid rgba(208, 24, 122, 0.6);
    font-size: 2.0rem;
    padding-left: 5px;
    margin-bottom: -2px;
}

.goling a:link,
.goling a:visited,
.goling a:hover {
    color: #651fff;
    text-decoration: underline;
}

.blog_under {
    border: 1px solid #651fff;
    padding: 15px;
}

.left_flo,
.right_flo {
    width: 48.44%;
    float: left;
}

.left_flo img,
.right_flo img {
    width: 100%;
}

.right_flo {
    padding-left: 5px;
}

.middle_title {
    font-size: 1.8rem;
    border-bottom: 2px solid #651fff;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.read_more {
    float: left;
    display: block;
    border: 1px solid #651fff;
    padding: 3px;
    font-weight: bold;
    margin-top: 10px;
    background: #651fff;
    color: #fff;
}

.read_more:before {
    font-family: 'FontAwesome';
    content: "\f090";
    margin-right: 10px;
}

.read_link a:link,
.read_link a:visited {
    color: #fff;
    text-decoration: none;
}

.read_link a:hover {
    color: #651fff;
    background: #fff;
}

.date {
    font-size: 1.2rem;
}

.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-bottom: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #fff;
    background: -moz-linear-gradient(center top, #89c403 5%, #77a809 100%);
    background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019548', endColorstr='#019548');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #651fff), color-stop(100%, #651fff));
    background-color: #651fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #651fff;
    padding: 9px 18px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 1px 1px 0px 0px #fff;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi span.current {
    color: #FFF;
    background: -moz-linear-gradient(center top, #bbb 5%, #bbb 100%);
    background: -ms-linear-gradient(top, #bbb 5%, #bbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#bbb');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #bbb), color-stop(100%, #bbb));
    background-color: #bbb;
    border-color: #651fff;
    font-weight: bold;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 9px 18px !important;
}

.blog_data_dat {
    background: #651fff;
    color: #fff;
    width: 100px;
    margin-top: -40px;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: center;
}

#previous_next_post {
    display: flex;
    flex-direction: row;
    text-align: center;
    font-size: 1.3rem;
    margin: 30px 0;
}

#previous_post,
#next_post {
    width: 500px;
    white-space: nowrap;
}

#previous_next_post a {
    color: #651fff;
    font-weight: bold;
}

#previous_post a:before {
    font-family: 'FontAwesome';
    content: "\f100";
    margin-right: 10px;
}

#next_post a:after {
    font-family: 'FontAwesome';
    content: "\f101";
    margin-left: 10px;
}


.padding-top20 {
    padding-top: 20px;
}

.padding-top50 {
    padding-top: 50px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.margin-bottom40 {
    margin-bottom: 40px;
}

.margin-top15 {
    margin-top: 15px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-left10 {
    margin-left: 10px;
}

.margin-left45 {
    margin-left: 16px;
}

.margin-right-109 {
    margin-left: -2px;
}

.margin-right-110 {
    margin-right: 159px;
}

.box {
    background-color: rgba(255, 255, 255, 0.8);
    vertical-align: middle;
    padding: 150px 20px;
    text-align: center;
}

.box-txt {
    text-align: center;
    font-size: 1.6rem;
}

.photobx-l {
    display: flex;
}

.photobx-r {
    display: flex;
    justify-content: flex-end;
}

.flex-top {
    display: flex;
    flex-direction: row;
}

.flex-top .iteml {
    width: 58%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-top .itemr {
    width: 42%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-top .iteml2 {
    width: 42%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-top .itemr2 {
    width: 58%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-top2 {
    display: flex;
    flex-direction: row;
}

.flex-top2 .iteml1 {
    width: 58%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-top2 .itemr1 {
    width: 42%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-top2 .iteml2 {
    width: 42%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.flex-top2 .itemr2 {
    width: 58%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.box2 {
    background-color: rgba(255, 255, 255, 0.9);
    vertical-align: middle;
    padding: 150px 20px;
    text-align: center;
}

.width-small {
    width: 30px;
    margin: 0 6px;
    height: 20px;
}

.access-text {
    display: inline-block;
    text-align: left;
}

.news-bl dt {
    float: left;
    width: 7em;
    background: #651fff;
    padding: 5px 0px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 2px 0 0;
    font-weight: bold;
    box-shadow: 2px 2px 4px #808080;
}

.news-bl dd {
    padding-left: 8em;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: solid 1px #651fff;
    margin: 5px 0;
    font-weight: bold;
}

.link_menu {
    background-color: #651fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: #fff;
}

.link_menu p a {
    color: #fff;
    padding: 0 10px;
}

.link_menu p a:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin-right: 10px;
    font-size: 2.0rem;
}

.link_menu p a:hover {
    background-color: #304FFE;
}

.bg_resttitle {
    width: 100%;
    padding: 100px 0;
    background-image: url(../img/restaurantimg02.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_resttitle2 {
    width: 100%;
    padding: 100px 0;
    background-image: url(../img/restaurentaImg05.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_resttitle3 {
    width: 100%;
    padding: 100px 0;
    background-image: url(../img/restaurentaImg13.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.resttitle_txt {
    width: 800px;
    border-top: 1px solid #bebebe;
    margin: auto;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.resttitle_txt a {
    color: #fff;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.flex-50 {
    display: flex;
    flex-direction: row;
}

.flex-50 .item {
    width: 50%;
    height: 600px;
}

.flex-50 .item p {
    text-align: center;
    position: relative;
    bottom: -90%;
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
}

.flex-50 .item img {
    width: 100%;
}

.flex-50_2 {
    display: flex;
    flex-direction: row;
}

.flex-50_2 .item {
    width: 50%;
}

.flex-50_2 .item img {
    width: 100%;
}

.flex-chef {
    display: flex;
    flex-direction: row;
}

.flex-chef .item {
    width: 50%;
}

.flex-chef .item .box2 {
    width: 90%;
    margin: auto;
}

.inline_txt {
    display: inline-block;
    text-align: left;
}

.hotel_name {
    background-color: #fff;
    color: #651fff;
    padding: 3px;
    font-weight: bold;
    border-top: 2px solid #651fff;
    border-bottom: 2px solid #651fff;
}

.main_pic {
    margin: 15px auto;
}

.flex-3 {
    display: flex;
    flex-direction: row;
}

.flex-3 img {
    width: 100%;
    height: auto;
}

.red {
    color: #F36;
    font-weight: bold;
}

.black {
    color: #000000;
    font-weight: bold;
}


#sliderlogo {
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0 !important;
    margin: auto;
    width: 50%;
    height: auto;
    text-align: center;
    z-index: 9;
}

.copyright {
    margin-top: 5px;
}

.main-color {
    color: #651fff
}

.into-txt {
    width: 100%;
    height: auto;
    text-align: left;
    background-color: #651fff;
    color: #fff;
    padding: 5px 0px 5px 5px;
    margin-top: 30px;
}

.padding-lr {
    padding: 0 2px 0 5px;
}

.flex-box {
    display: flex;
    justify-content: flex-end;
    flex-flow: wrap;
    flex-direction: row;
    align-items: flex-end;
}

.flex-box .item {
    margin: 15px 0px 25px 10px;
}

.reno-title {
    padding: 5px 0;
    background: #17246C;
    color: #fff;
    width: 1065px;
    display: block;
    text-align: center;
    margin-top: 25px;
}

.sub-title {
    background-color: #213296;
    color: #fff;
    padding-left: 5px;
    max-width: 495px;
}

.flex-box .item img {
    width: 100%;
    max-width: 500px;
}

.gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.gallery li {
    width: calc((100% - 50px) /4);
    box-sizing: content-box;
    margin: 0 10px 10px 0;
}

.gallery li a {
    background: #f2f2f2;
    display: block;
    text-align: center;
    padding: 0px;
    height: 300px;
    vertical-align: middle;
}

.gallery li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 2px 2px 4px #444;
}

.business_greeting {
    font-size: 2.0rem;
    letter-spacing: 2px;
    color: #333;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #651fff;
    margin-bottom: 10px;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.screen-reader-response {
    color: #d50000;
}

.wpcf7-mail-sent-ok {
    color: #304ffe;
}

.pc_top_30 {
    margin-top: -30px;
}

#sp_logo {
    display: none;
}

.top_bar {
    width: 100%;
    height: 25px;
    background-color: #161121;
}

.contact_bk {
    background-image: url(../img/bk_contact.jpg);
    border-top: 25px solid #2380b0;
    background-size: cover;
}

.pankz {
    width: 1100px;
    margin: 0 auto;
    background-color: #161121;
    color: #fff;
}

.pankz a:link,
.pankz a:visited,
.pankz a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.pankz_bar {
    width: 100%;
    background-color: #161121;
}

.head-tel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top_headbar {
    width: 100%;
    height: 22px;
    background-color: #161121;
    display: flex;
    align-items: center;
}

.top_headbar .top_headbar_msg {
    width: 1000px;
    color: #fff;
    margin-left: 1em;
    font-size: 1.3rem;
}

.work24 {
    color: #fff;
    background-color: #d50000;
    width: 314px;
    font-size: 2.5rem;
    text-align: center;
    box-shadow: 2px 2px 4px #808080;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: 2px solid #ff0000 !important;
    background-color: #ff0000;
    color: #fff;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000 !important;
    background-color: #ff0000;
    color: #fff;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000;
    background-color: #ff0000;
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #651fff !important;
    background-color: #651fff;
    color: #fff;
}

.footer_f_link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px 0;
}

.footer_f_link a:link,
.footer_f_link a:visited,
.footer_f_link a:hover {
    color: #fff;
}

.button-box2 {
    display: inline-block;
    width: 219px;
    color: #4C3A72;
    text-decoration: none;
    font-weight: bold;
    /* padding: 12px 24px; */
    position: relative;
    border: 2px solid#4C3A72;
    transition: .38s;
    text-align: center;
    /* margin-top: 40px; */
    box-shadow: 2px 2px 4px #808080;
    font-size: 1.3rem;
}

.button-box2:hover {
    border: 2px soli#4C3A72;
    color: #4C3A72;
}

.button-box2:before,
.button-box2:after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transform: scale(0);
    transition: .2s;
}

.button-box2:before {
    border-bottom: 2px solid#4C3A72;
    border-left: 2px solid#4C3A72;
    transform-origin: 100% 0%;
}

.button-box2:after {
    border-top: 2px solid#4C3A72;
    border-right: 2px solid#4C3A72;
    transform-origin: 0% 100%;
}

.button-box2:hover:after,
.button-box2:hover:before {
    transform: scale(1);
}

.pankz_color {
    color: #f5f5f5;
    opacity: 0.5;
}

.topics-img img {
    max-width: 660px;
    height: auto;
}

.recuruit_image_position {
    text-align: center;
}

.ftr {
    background-color: #fff;
    width: 450px;
    padding: 10px;
    margin: 20px auto;
    border-radius: 10px;

}

.ftcon {
    color: #362950;
    font-size: 15px;
}

.ftel {
    color: #2380b0;
    font-size: 20px;
}

.ftbtn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 120px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    color: #fff;
    background: #362950;
    border: 6px outset #161121;
    transition: 0.5s;
}

.ftbtn a:link,
.ftbtn a:visited {
    color: #fff;
    text-decoration: none;
}

.ftbtn:hover {
    background-color: #fff;
    border: 6px outset #27acd9;
    color: #2380b0;
}



#st01 {
    background: url(../img/staff.jpg);
    background-size: cover;
    height: 500px;
}

.staff {
    margin: 0 auto;
}

.stfmainbox {
    width: 90%;
    max-width: 1050px;
    margin: auto;
    padding-top: 300px;
}

.stfmainbox h2 {
    font-size: 25px;
    width: 180px;
    text-align: center;
    position: relative;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 2px white;
    padding: 0.2em 0.1em;
    color: #000;
}

.stfmainbox h2:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #a8d4ff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.stfmainbox h3 {
    padding-top: 5px;
    color: #2380b0;
    font-size: 20px;
}

.staffimg {
    text-align: center;
}

.stf_reccom {
    padding: 10px;
    text-align: center;
}

.stf_reccom h2 {
    background: linear-gradient(to bottom, #fff 50%, rgba(204, 249, 255, 0.8) 50%);
    width: 800px;
    margin: 15px auto;
    font-size: 2.2rem;
}

.stf_contents {
    margin: 50px 0px;
    width: 100%;
    max-width: 1050px;
    margin: auto;

}

.stfvoice {
    display: flex;
}

.voice {
    background-color: #CCF9FFFF;
    margin-top: 30px;
    margin-right: 30px;
    padding: 10px;
    width: calc(50%);
    border-radius: 5px;
    background: url(../img/staff.jpg);
    border: 4px double #2380b0;
    background-size: cover;
}

.stfvoice2 {
    margin: 0 5px
}

.voice2 {
    margin: 25px 0;
}

.voice2 h2 {
    padding: 5px 10px;
    font-size: 0.9em;
    /* 文字サイズ */
    border-left: 6px double #2380b0;
    /* 線の太さ・線種・色 */
}

.tostudents {
    margin: 15px;
    position: relative;
    margin: 2em auto;
    padding: 1.2em;
    width: 100%;
    color: #000;
    /* 文字色 */
    background-color: #fff;
    border: 4px double #2380b0;
    /* 枠線の太さ・色 */
    box-shadow: 2px 2px 2px #ccc;
    /* 影の色 */
    background: url(../img/staff.jpg);
}

.title-box14 {
    position: absolute;
    padding: 0 .5em;
    left: 20px;
    top: -15px;
    font-weight: bold;
    background-color: #fff;
    /* タイトル背景色 */
    color: #2380b0;
    /* タイトル文字色 */
}

.tungle_box {
    position: relative;
}

.com_mainbox {
    margin: 50px auto;
    width: 100%;
    text-align: center;
    background-image: url(../img/back_img.jpg);
}

.com_border {
    border: 1px solid;
    margin: auto;
    width: 875px;
    padding: 20px;
}

.comdata {
    text-align: center;
    margin: 30px;
}

.com_overview {
    margin: auto;
}

.com_overview th {
    background-color: #cfd8dc;
    width: 250px;
    vertical-align: middle;
    border: 5px solid #fff;
    border-radius: 11px;
}

.com_overview td {
    padding: 10px 60px;
    font-weight: normal;
}

.company_ad {
    padding-bottom: 20px;
}

.map_title {
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: 4px;
}

.map_title span {
    font-size: 1.8rem;
    display: block;
}

.map_text {
    font-size: 2.5rem;
    text-align: center;
}

.map_text:after {
    display: block;
    content: "";
    width: 90%;
    max-width: 1100px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.white {
    color: #fff !important;
}

.bg_color {
    background-color: #000;
    width: 100%;
    padding-top: 20px;
}

.contents {
    display: flex;
    margin: 25px 0;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 2s ease-out, opacity 2s ease-out;
}

.contents.slide-in {
    opacity: 1;
    transform: translateX(0);
}

.contents:nth-child(1) {
    transition-delay: 0s;
}

.contents:nth-child(2) {
    transition-delay: 1s;
}

.contents:nth-child(3) {
    transition-delay: 2s;
}

.ct_img img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.ct_sent {
    width: 30%;
    height: auto;
    display: flex;
    background-color: #362950;
    background-image: url(../img/purplebox.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct_sent .h3title {
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: 2.3rem;
    text-shadow: 1px 1px 0 #362950, -1px -1px 0 #362950, -1px 1px 0 #362950, 1px -1px 0 #362950, 0px 1px 0 #362950, 0 -1px 0 #362950, -1px 0 0 #362950, 1px 0 0 #362950;
}

.ct_sent .h3title a {
    color: #fff;
}

.h3title span {
    display: block;
}

.bk_footer_c {
    background-image: url(..//img/contact_img.png);
    background-size: cover;
    text-align: center;
}

.concept_bkc {
    background: rgba(255, 255, 255, 0.6);
}

.shop_data {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: rgba(255, 255, 255, 0.3) 1px 1px 3px;
    margin: 25px auto;
    width: 40%;
}

.flex-shopdata {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ct_adress {
    color: #fff;
}

.invoice_message {
    text-align: center;
    color: #fff;
}

.bk_main_c {
    margin: 20px 0;
    background-color: #fff;
    width: 100%;
    padding: 1px 0;
}

.footer_box {
    background: #000;
    border: 5px double #fff;
    padding: 15px 0;
}

.shop_data td {
    padding: 7px;
    text-align: left;
}

.any {
    font-size: 1.0rem;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.haveto {
    font-size: 1.0rem;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.pvc {
    padding: 20px 0px;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    line-height: 30px;
    border: 1px solid #2f6232;
    border-radius: 10px;
    color: #000;
    background-repeat: repeat;
    margin-bottom: 30px;
}

.main_box3 {
    width: 1100px;
    margin: 0 auto;
    padding: 0 5px;
    padding-bottom: 50px;
}

.sub_title {
    padding-top: 50px;
}

.form {
    margin: 10px 0 10px;
}

table {
    margin: 15px auto;
    width: 100%;
}

.inquiry td {
    font-size: 1.6rem;
    border: solid 1px #d7d7d7;
    padding: 10px 10px;
}

.inquiry th {
    text-align: left;
    font-size: 1.6rem;
    color: #444;
    padding-left: 10px;
    width: 45%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7;
    vertical-align: top;
}

.send_box {
    width: 50%;
    margin: auto;
}

#formbtn {
    display: block;
    padding: 1em 0;
    margin-top: 30px;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px;
    border: none;
}

.bizcontents {
    display: flex;
    width: 100%;
    margin-bottom: 600px;
    position: relative;
}

.bizcontents:nth-child(odd) {
    flex-direction: row-reverse;

}

.aboutbiz {
    background-color: #01579b;
    color: #fff;
    padding: 7% 5%;
    border-radius: 7.5px;
    z-index: 1;
    position: relative;
    height: 100%;
    text-align: center;
    /* margin-left: 5%;
    margin-right: 5%; */
}

.aboutbiz p {
    padding: 0.5%;
}

.aboutbiz h4 {
    font-size: 1.9rem;
}

.pic_shinki {
    position: absolute;
    border-radius: 7.5px;
    z-index: 2;
    height: 0;
    margin-top: 350px;
    left: 5%;
}

.pic_shinki img {
    box-shadow: 20px 20px 0 #b3e5fc;
}

.pic_kaisyu {
    position: absolute;
    border-radius: 7.5px;
    z-index: 2;
    height: 0;
    right: 0;
    margin-top: 350px;
}

.pic_kaisyu img {
    box-shadow: 20px 20px 0 #b3e5fc;
}

.pic_mainte {
    position: absolute;
    border-radius: 7.5px;
    z-index: 2;
    height: 0;
    margin-top: 350px;
    left: 0;
}

.pic_mainte img {
    box-shadow: 20px 20px 0 #b3e5fc;
}

.bizpicture {
    position: absolute;
    border-radius: 7.5px;
    z-index: 2;
    height: 0;
    transform: translateX(-170%);
    margin-top: 335px;
    margin-left: 125%;
}

.bizpicture:nth-child(odd) {
    transform: translateX(-100%);
}

.our_strengths {
    margin: 50px 0;
}

.strengths {
    padding: 0.5em 1em;
    margin: 2em auto;
    border: double 5px #161121;
    width: 45%;
    background-image: url(../img/strength_img.jpg);
    background-size: cover;
}

.strengths p {
    margin: 0;
    padding: 0;
}