@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px/1.9 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, sans-seriff;
    color: #3e3c39;
    background: #fff;
}

body #top {
    background: #fff url(images/bg.png) repeat-x 50% 0;
}

a {
    color: #777;
}
a:hover {
    color: #919191; text-decoration:none;
}
a:active, a:focus {
    outline: 0;
}

img {
    border: 0;
}
.clear {
    clear: both;
}




/* 修正ここから */
.main-box {
    width: 450px;
    position: relative;
    top: -450px;
    left: 15px;
    z-index: 1;
    padding: 35px;
}

.main-box p {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}

.main-box .sub-title {
    font-size: 32px;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #58baa4;
}

.main {
    width: 1170px;
    margin: 0 auto;
    margin-top: -150px;
    margin-bottom: 100px;
    overflow: hidden;
}

h2 {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 6px;
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: left;
    text-indent: 20px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8);
}

.main-box2 {
    width: 800px;
    float: left;
}

.main-box3 {
    width: 360px;
    background: rgba(0, 0, 0, 0.78);
    position: relative;
    top: 50px;
    z-index: 2;
    margin-bottom: 10px;
    padding: 40px;
    float: left;
    margin-left: -70px;
}

.main-box3 p {
    color: #fff;
    font-size: 18px;
}

.main-box3 .wwaf {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main-back {
    overflow: hidden;
    background-image: url(images/main-back.jpg);
    padding: 110px 0 90px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-back-box {
    width: 500px;
    margin-right: auto;
    margin-left: 130px;
}

.main-back-box p {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.back-1 {
    background-image: url(images/p0521-2.jpg);
    overflow: hidden;
}

.box1170 {
    width: 1170px;
    margin: 0 auto;
    padding: 80px 0 80px 0;
    overflow: hidden;
}

h3 {
    font-size: 48px;
    font-weight: bold;
    font-family: 'Be Vietnam Pro', sans-serif;
    letter-spacing: 1.8px;
    text-align: center;
}

.h3-text {
    text-align: center;
    font-size: 18px;
}

.business-box {
/*
    width: 570px;
    float: left;
    margin-right: 30px;
*/
}

.business-box-r {
    width: 570px;
    float: left;
/*    margin-top: 230px;*/
}

.business-text1 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Be Vietnam Pro', sans-serif;
    margin-top: 15px;
    letter-spacing: 1.8px;
}

.business-text2 {
    font-size: 16px;
    letter-spacing: 1.8px;
}

.business-text3 {
    background: #58baa4;
    width: 100px;
    text-align: center;
    padding: 5px 0 5px 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    float: left;
}

.business-text3-2 {
    background: #4986ce;
    width: 150px;
    text-align: center;
    padding: 5px 0 5px 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    float: left;
}

.business-text3-3 {
    background: #4986ce;
    width: 270px;
    text-align: center;
    padding: 5px 0 5px 0;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    float: left;
}

.business-title-line {
  width: 1px; /* 線の太さ */
  height: 50px; /* 線の高さ（テキストの高さに合わせる）*/
  background-color: black; /* 線の色 */
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 15px;
}

.business-title {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.business-title2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

.business-text4 {
    float: left;
    width: 100px;
    text-align: center;
    padding: 8px 0 5px 0;
    border: 1px solid #000;
    margin-top: 10px;
    border-radius: 50px;
    margin-left: 30px;
/*    background: #fff;*/
}

.business-text4 a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    display: block;
}

.business-text4:hover {
    background: #000;
    transition: 0.8s; /* マウスカーソルを外すとき */
}

.business-text4 a:hover {
    color: #fff;
    transition: 0.8s; /* マウスカーソルを外すとき */
}

.bsns-logo {
    width: 200px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.business-boxbl {
    width: 650px;
    margin-left: auto;
    margin-right: 20px;
    background: #000;
    padding: 25px;
    margin-top: -150px;
}

.business-boxbl p {
    color: #fff;
    font-size: 17px;
    text-align: justify;
}

.business-boximg {
    width: 650px;
    float: left;
/*    margin-right: 30px;*/
}

.business-boxsubtext {
    width: 490px;
    float: left;
}

.business-text5 {
    font-size: 17px;
    border-top: 1px solid #000;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 30px;
}

.business-text6 {
    font-size: 17px;
    border-top: 1px solid #000;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 30px;
}

.ti {
    padding-left: 30px;
}

.mt {
    margin-top: 0;
}

.business-boximg-l {
    width: 570px;
    margin-right: 30px;
    float: left;
}

.business-boximg-r {
    width: 570px;
    float: left;
}

.company-box {
    width: 570px;
    float: left;
    margin-right: 30px;
}

.company-box-r {
    width: 570px;
    float: left;
    margin-top: 50px;
}

.company-box-r table {
    width: 570px;
    margin-bottom: 50px;
}

.company-box-r table tr {
    border-bottom: 1px dotted #767676;
    font-size: 18px;
}

.company-box-r table tr th {
    padding: 18px;
    font-weight: bold;
}

.company-box-r table tr td {
    padding: 18px;
}

.contact-box {
    background-image: url(images/contact-img.jpg);
    overflow: hidden;
}

.contact-box-l {
    width: 400px;
    float: left;
    margin-left: 180px;
}

.h3-white {
    font-size: 48px;
    font-weight: bold;
    font-family: 'Be Vietnam Pro', sans-serif;
    letter-spacing: 1.8px;
    text-align: left;
    color: #fff;
}

.h3-text-white {
    text-align: left;
    font-size: 18px;
    color: #fff;
}

.contact-box-r {
    float: left;
    color: #fff;
    margin-top: 20px;
    border-left: 1px solid #fff;
    padding-left: 150px;
    text-align: center;
}

.contact-title {
    font-size: 19px;
}

.contact-tel {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1.8px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.contact-time {
    font-size: 17px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.contact-text {
    font-size: 17px;
    margin-top: 15px;
}

.contact-text4 {
    background: #000;
    border-radius: 50px;
    font-size: 17px;
    margin-top: 15px;
    padding: 10px 35px 10px 35px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.8px;
}

.contact-box-r a {
    color: #fff;
}

.slider {
    margin-bottom: 50px;
}

.map iframe {
    width: 100%;
    filter: grayscale(100%);
}

/*アクセス*/
.access-box-l {
    width: 570px;
    float: left;
    margin-right: 30px;
}

.access-box-l table {
    width: 570px;
    margin-bottom: 50px;
}

.access-box-l table tr {
    border-bottom: 1px dotted #767676;
    font-size: 18px;
}

.access-box-l table tr th {
    padding: 23px;
    font-weight: bold;
}

.access-box-l table tr td {
    padding: 23px;
}

.access-box-r {
    width: 570px;
    float: left;
}

.access-box-r iframe {
    filter: grayscale(100%);
}


/*会社概要*/
.about-box table {
    width: 900px;
    margin: 0 auto;
    font-size: 18px;
}

.about-box table .gr {
    background: #ededed;
}

.about-box table tr th {
    padding: 25px 0 25px 25px;
}

.about-box table tr td {
    padding: 25px 25px 25px 15px;
}

/*お問い合わせ*/
.step-box {
    width: 546px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.step-line {
    border: 1px solid #c3c3c3;
    margin-top: 100px;
}

.step-box1 {
    width: 102px;
    float: left;
    margin-top: -50px;
    margin-right: 120px;
}

.step {
    width: 100px;
    height: 50px;
    border: 1px solid #c3c3c3;
    border-radius: 100px;
    padding: 25px 0 25px 0;
    background: #f4f4f4;
    margin-bottom: 10px;
}

.step-box1 p, .step-box2 p {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.step p span {
    font-size: 30px;
}

.step-box2 {
    width: 102px;
    float: left;
    margin-top: -50px;
}

.contact-text2 {
    font-size: 17px;
    text-align: center;
}

.contact-form {
    width: 800px;
    margin: 0 auto;
    font-size: 16px;
}

.contact-form table {
    width: 800px;
    margin: 0 auto;
    font-size: 18px;
}

.contact-form table th {
    width: 100%;
    display: block;
    padding: 20px;
    vertical-align: middle;
    height: 30px;
    font-weight: bold;
}

.must::after {
    content: '必須';
    font-size: 10px;
    font-weight: normal;
    padding: 3px 12px;
    margin-left: 10px;
    letter-spacing: 1px;
    border-radius: 2px;
    background-color: red;
    color: #fff;
}

.contact-form table td {
    width: 100%;
    display: block;
    background: #fff;
    padding: 20px 25px 20px 25px;
    vertical-align: middle;
    margin-bottom: 20px;
    font-size: 18px;
    box-shadow: 4px 4px 2px #e8e8e8;
}

.contact-form table td input {
    border: none;
    font-size: 17px;
    outline: none;
}

.contact-form table td textarea {
    border: none;
    outline: none;
}

.contact-back {
    background-image: url(images/p0521-2.jpg);
    height: 1150px;
    margin-top: -1150px;
}

.form-sr {
    width: 450px;
    margin: 0 auto;
    margin-top: 30px;
}

.form-sr input {
    width: 198px;
    padding: 10px 0 10px;
    font-size: 16px;
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
}

/*ごあいさつ*/
.greeting-box {
    width: 430px;
    float: left;
    margin-right: 30px;
}

.greeting-text {
    font-size: 18px;
}

.greeting-text2 {
    font-size: 18px;
    text-align: right;
    margin-top: 20px;
}

.greeting-box-c {
    width: 90px;
    background: #fff;
    padding: 25px 5px 25px 5px;
    float: left;
    margin-right: 30px;
    writing-mode: vertical-rl;
    box-shadow: 4px 4px 2px #e8e8e8;
}

.greeting-title {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 12px;
}

.greeting-box-r {
    width: 570px;
    float: right;
}

.greeting-back {
    background-image: url(images/p0521-2.jpg);
    height: 625px;
    margin-top: -625px;
}

/*事業内容*/
.business-box-sub {
    width: 700px;
    float: left;
}

.business-box-sub2 {
    width: 460px;
    background: rgba(0, 0, 0, 0.78);
    position: relative;
    top: 50px;
    z-index: 2;
    margin-bottom: 10px;
    padding: 40px;
    float: left;
    margin-left: -70px;
}

.business-box-sub2 p {
    color: #fff;
    font-size: 18px;
}

.business-box-sub2 .wwaf {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.business-box-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}

.business-back {
    background-image: url(images/p0521-2.jpg);
    height: 1000px;
    margin-top: -1000px;
}

.business-back2 {
    background-image: url(images/p0521-2.jpg);
    height: 1000px;
    margin-top: -1000px;
}

.business-back3 {
    background-image: url(images/p0521-2.jpg);
    height: 1200px;
    margin-top: -1200px;
}

.business-back4 {
    background-image: url(images/p0521-2.jpg);
    height: 1200px;
    margin-top: -1200px;
}

.business-back5 {
    background-image: url(images/p0521-2.jpg);
    height: 700px;
    margin-top: -700px;
}

.business-box-sub3 {
    width: 370px;
    margin-right: 30px;
    float: left;
}

.business-box-sub3-l {
    width: 370px;
    float: left;
}

.bb-ws {
    width: 120px;
    text-align: center;
    padding: 8px 0 5px 0;
    margin-top: 10px;
    border-radius: 50px;
    background: #fff;
}

.bb-ws p {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.bb-ws a {
    text-decoration: none;
    display: block;
}

.business-box-sub-cp {
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.bbs {
    margin-top: -270px;
    position: relative;
    z-index: 0;
}

.business-box-sub4 {
    border: 1px solid #000;
    background: #fff;
    margin-top: 30px;
    padding: 10px 0 10px 0;
}

.business-box-sub4 p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.business-box-sub5 {
    width: 10px;
    margin: 0 auto;
}

.business-box-sub5 p {
    border-left: 1px solid #000;
}

.business-box-sub6 p {
    text-align: center;
    margin-top: 10px;
    font-size: 19px;
}

.business-box-sub7 {
    font-size: 19px;
    margin-top: 10px;
}

.business-box-sub7 p {
    text-align: justify;
}

.business-box-sub7 p span {
    background: rgba(123, 221, 199, 0.6);
    font-weight: bold;
/*    color: #fff;*/
}

.bbs7 {
    width: 570px;
    margin-right: 30px;
    float: left;
}

.bbs7-2 {
    width: 570px;
    float: left;
}

.bbs7-text {
    clear: both;
    font-size: 18px;
    margin-top: 20px;
}

.bbs7-text span {
    background: rgba(123, 221, 199, 0.6);
    font-weight: bold;
}

.business-access {
    width: 500px;
    margin-right: 30px;
    float: left;
}

.business-access table {
    font-size: 18px;
    width: 500px;
}

.business-access table tr th {
    width: 80px;
    padding: 15px 20px 15px 20px;
    font-weight: bold;
}

.business-access table tr td {
    padding: 15px 20px 15px 20px;
}

.trgray {
    background: #d8d8d8;
}




.h2-sub {
    font-size: 20px;
    letter-spacing: 5px;
    color: #bcbcbc;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}

.h2-text2 {
    font-weight: bold;
    font-size: 43px;
    letter-spacing: 5px;
    color: #58baa4;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    text-shadow: 1px 2px 3px #d6d6d6;
}

.message {
    background-image: url(images/p0521-2.jpg);
}

.h2-sub2 {
    font-size: 35px;
    letter-spacing: 5px;
    color: #6d6d6d;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    text-shadow: 1px 2px 3px #d6d6d6;
}

.h2-text3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
    color: #58baa4;
    font-family: "Noto Serif JP", serif;
}








.footer {
    margin-top: -10px;
    padding-top: 30px;
    background-image: url(images/p0521-2.jpg);
}

.footer-left {
    width: 430px;
    float: left;
    margin-right: 50px;
}

.footer-logo {
    margin-bottom: 20px;
    float: left;
    width: 150px;
}

.footer-address {
    float: left;
    margin-left: 20px;
    margin-top: 30px;
    width: 260px;
}

.footer-address p {
    letter-spacing: 1.3px;
    font-weight: 600;
    font-size: 19px;
}

.footer-address .ft-tel {
    font-size: 43px;
    color: #fff;
    background: #58baa4;
    margin-top: 17px;
    border-radius: 5px;
    line-height: 1.0;
    text-align: center;
    padding: 0 0 20px 0;
}

.footer-address .ft-tel span{
    font-size: 15px;
}

.footer-right {
    width: 690px;
    float: left;
}

.footer-right1 {
    width: 330px;
    float: left;
    margin-right: 30px;
}

.footer-right2 {
    width: 330px;
    float: left;
}

.ft-menu {
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
}

.ft-menu ul {
    width: 600px;
}

.ft-menu ul li {
    font-size: 17px;
    float: left;
    margin: 0 20px 0 20px;
    font-weight: bold;
}

.cr {
    padding: 20px 0 5px 30px;
/*    background: #58baa4;*/
    background: #000;
    color: #fff;
    height: 35px;
    margin-top: -10px;
}

.cr p {
    text-align: center;
}







/* パンくずリスト */
.list {
    width: 1170px;
    margin: 0 auto;
    margin-top: 20px;
}

.list ol li {
    float: left;
    margin-right: 5px;
    font-size: 15px;
}

.list ol li a {
    color: #888888;
    text-decoration: underline;
    margin-right: 5px;
}

.list ol li img {
    margin-top: -3px;
}










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

.header-sub {
    background: #fff;
    height: 90px;
}

.header-sub h1 {
    top: 8px;
    left: 15px;
    z-index: 5;
    position: absolute;
}

#hed {
    width: 100%;
}











.button {
    position: fixed;
    right: 30px;
    bottom: 70px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: .3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
}

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






.clear {
    clear: both;
}

.clear2 {
    clear: both;
    height: 10px;
}

.clear3 {
    clear: both;
    height: 40px;
}

.clear4 {
    clear: both;
    height: 130px;
}

.clear5 {
    clear: both;
    height: 60px;
}

.clear6 {
    clear: both;
    height: 90px;
}



body, textarea {
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
    -webkit-text-size-adjust: 100%;
}


