@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px/1.9 'Zen Kaku Gothic New', sans-serif,"メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    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;
}


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

.company-box table {
    width: 570px;
}

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

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

.company-box table tr td {
    padding: 20px 15px 20px 15px;
}

.company-img {
    width: 570px;
    float: left;
}

.koukin-box {
    width: 660px;
    margin: 0 auto;
    margin-bottom: 50px;
}


/* 修正ここから */
.contact-bt {
    text-align: right;
    margin: 90px 0 0 0;
    width: 145px;
/*    height: 65px;*/
    margin-left: auto;
    background: #5dc1cf;
    padding: 20px;
    border-radius: 5px 0 0 5px; /* 左上、右上、右下、左下 */
    overflow: hidden;
}

.contact-bt a {
    width: 145px;
    margin-left: auto;
    display: block;
}

.contact-bt p {
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 2.3px;
}

.contact-bt .contact-p {
    font-size: 14px;
    padding: 5px;
}

.contact-bt img {
    margin-bottom: 5px;
}

.box1170-main {
    width: 1170px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 70px 0;
}

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

.main-logo {
    width: 260px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.main-text {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

h2 {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 2.5px;
    color: #74ace5;
}

.h2-text {
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 2.5px;
}

.icon {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.back-1 {
    background: rgba(198, 224, 255, 0.25);
}

.about-img {
    width: 585px;
    float: left;
    position: relative;
    z-index: 1;
}

.about-text {
    width: 490px;
    float: left;
    padding: 45px 45px 45px 75px;
    background: #fff;
    margin-left: -30px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 0px rgba(34, 34, 34, 0.1);
    margin-top: 30px;
    position: relative;
    z-index: 0;
    line-height: 2;
}

.about-text p {
    font-size: 20px;
    text-align: justify;
}

.worry-box {
    width: 320px;
    float: left;
    margin-right: 30px;
    background: #5dc1cf;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 30px;
}

.worry-box-l {
    width: 320px;
    float: left;
    background: #5dc1cf;
    border-radius: 5px;
    padding: 25px;
}

.worry-box p, .worry-box-l p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

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

.worry-box2 p {
    font-size: 20px;
    text-align: justify;
    line-height: 2.1;
}

.worry-box2-l {
    width: 570px;
    float: left;
}

.contact-back {
    background-image: url(images/contact-back.jpg);
}

.contact-subtitle {
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 2.5px;
    color: #fff;
}

.contact-title {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 2.5px;
    color: #fff;
}

.contact-text {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.contact-tel {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    width: 520px;
    margin-right: 30px;
    float: left;
    margin-top: 30px;
    height: 157px;
}

.contact-form {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    width: 520px;
    float: left;
    margin-top: 30px;
    height: 157px;
}

.contact-tel p, .contact-form p {
    text-align: center;
}

.contact-text2 {
    font-size: 22px;
    font-weight: bold;
}

.contact-tel2 {
    font-size: 39px;
    font-weight: bold;
}

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

.contact-form2 {
    background: #5dc1cf;
    border-radius: 50px;
    padding: 15px 0 15px 0;
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
}

.more {
    background: #5dc1cf;
    width: 300px;
    margin: 0 auto;
    padding: 7px 20px 7px 20px;
    margin-top: 20px;
    border-radius: 50px;
}

.more a {
    color: #fff;
}

.more a p {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.slider {
    margin-top: 60px;
}

.map iframe {
    width: 100%;
}

.footer {
    margin-top: -10px;
    padding-top: 30px;
    background: rgba(199, 248, 255, 0.25);
    background: #fff;
}

.footer-box {
    width: 520px;
    margin: 0 auto;
}

.footer-logo {
    width: 370px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 31px;
    font-weight: bold;
}

.footer-logo a {
    color: #74ace5;
}

.footer-address p {
    letter-spacing: 2.5px;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}

.footer-address .ft-tel {
    font-size: 40px;
    color: #74ace5;
/*    margin-top: -10px;*/
}

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

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

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

.cr {
    padding: 20px 0 5px 30px;
    background: #74ace5;
    color: #fff;
    height: 35px;
}

.cr p {
    text-align: center;
}


/* アクセス */
.hed {
/*    height: 300px;*/
    margin-top: 110px;
/*    background: linear-gradient(to right, #48c1de, #FFF);*/
}

.access-box {
    width: 570px;
    float: left;
    margin-right: 30px;
    font-size: 18px;
    margin-top: 20px;
}

.access-box table .ac-c {
    background: rgba(199, 248, 255, 0.25);
    border-radius: 5px;
}

.access-box table th {
/*    border-bottom: 1px solid #e3e3e3;*/
    padding: 20px 25px 20px 25px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.access-box table td {
/*    border-bottom: 1px solid #e3e3e3;*/
    padding: 20px 25px 20px 25px;
    vertical-align: middle;
}

.access-box2 {
    width: 570px;
    float: left;
    margin-top: 20px;
}

.access-map {
    margin-top: 30px;
}


/* お問い合わせ */
.contactsub-text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.formTable {
    width: 900px;
    margin: 0 auto;
    border: 1px solid #cecece;
    font-size: 18px;
    border-radius: 5px;
}

.formTable tr th {
    background: rgba(199, 248, 255, 0.25);
    font-weight: bold;
    padding: 25px 25px 25px 40px;
    border-bottom: 1px solid #cecece;
}

.formTable tr td {
    padding: 25px 25px 25px 40px;
    border-bottom: 1px solid #cecece;
}

.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;
}

.formTable input {
    padding: 10px 0 10px 0;
}

.form-sr {
    width: 430px;
    margin: 0 auto;
    margin-top: 50px;
}

.form-sr input {
    width: 200px;
    padding: 20px 0 20px 0;
    font-size: 20px;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/* ご利用の流れ */
.flow-box {
    width: 900px;
    margin: 0 auto;
    background: rgba(199, 248, 255, 0.25);
    padding: 45px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 0px rgba(34, 34, 34, 0.1);
    overflow: hidden;
}

.flow-text {
    width: 550px;
    float: left;
    margin-right: 30px;

}

.flow-text1 {
    font-size: 17px;
    background: #5dc1cf;
    border-radius: 50px;
    padding: 5px 15px 5px 15px;
    color: #fff;
    font-weight: bold;
    width: 100px;
    text-align: center;
    float: left;
}

.flow-text2 {
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-left: 30px;
}

.flow-text3 {
    font-size: 20px;
    line-height: 2;
}

.flow-text3 a {
    text-decoration: underline;
    color: #5dc1cf;
}


/* 業務内容 */
.title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px dotted #000;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.title img {
    margin-right: 20px;
    width: 40px;
    margin-top: -5px;
}

.work-box1 {
    width: 400px;
    border: 3px double #5dc1cf;
    padding: 35px 35px 25px 35px;
    margin-right: 30px;
    float: left;
    background: #fff;
}

.work-text1 {
    background: #5dc1cf;
    border-radius: 5px;
    padding: 15px 15px 15px 15px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.work-box2 {
    float: left;
    width: 664px;
}

.work-box2 p {
    font-size: 20px;
    line-height: 2.0;
}

.work-text2 {
    background: #5dc1cf;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.work-text2 span {
    font-size: 35px;
}

.work-text {
    text-align: center;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.work-box3 {
    width: 270px;
    margin-right: 30px;
    float: left;
}

.work-box3-l {
    width: 270px;
    float: left;
}

.work-box3 p, .work-box3-l p {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

.work-text3 {
    font-size: 20px;
}

.work-text4 span {
    font-weight: bold;
}


/* 就労継続支援B型とは */
.about-img2 {
    width: 570px;
    float: left;
    margin-right: 30px;
}

.about-text2 {
    width: 570px;
    float: left;
    background: #fff;
    line-height: 1.9;
}

.about-text2 p {
    font-size: 20px;
    text-align: justify;
}

.about-text3 {
    font-size: 20px;
}

.about-box-title {
    background: #5dc1cf;
    border-radius: 5px 5px 0px 0px;
    width: 300px;
    margin-left: 30px;
    margin-top: 30px;
    padding: 15px 0 15px 0;
}

.about-box-title p {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.about-box {
    border: 3px double #5dc1cf;
    padding: 35px 35px 25px 35px;
    background: #fff;
    font-size: 20px;
}

.about-title {
    font-weight: bold;
}

.about-box .about-text4 {
    margin-left: 36px;
    margin-bottom: 10px;
}



.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;
}



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


