@charset "utf-8";

/* *****共通設定***** */
body {
    font-family: "Zen Maru Gothic", serif;
    background-color: white;
}



* {
    font-family: "Zen Maru Gothic", serif;
    color: #333;
    font-size: calc(14 + ((1vw - 3.2rem) * 0.625));
}

strong {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
}

p {
    font-size: 110%;
    line-height: 1.8rem;
}

#order p {
    font-size: 100%;
    text-align: left;
    padding-left: 50px;
}

price p {
    font-size: 100%;
    text-align: left;
    padding-left: 0;
}

a {
    text-decoration: none;
}

.color-orange {
    color: #ff9900;
    font-weight: 600;
}

.color-green {
    color: #93ab1b;
    font-weight: 600;
}

.color-pink {
    color: #da6690;
    font-weight: 600;
}

.color-blue {
    color: #91c9e9;
    font-weight: 600;
}

.color-yellow {
    color: #f5e73b;
    font-weight: 600;
}

.height100 {
    margin-top: 100px;
}

@media screen and (max-width: 767.98px) {
    p {
        font-size: 100%;
    }

    .height100 {
        margin-top: 0px;
    }
}

.fw-bold700 {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
}

.fw-black900 {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
}

.colorRed {
    color: #ff0000;
}

@media screen and (min-width:400px) {
    .d-ss-none {
        display: none !important;
    }
}

main {
    color: #5B5B5B;
}

main .btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}


.gray {
    color: #6c757d;
}

.img-thumbnail {
    width: 100%;
    padding: .25rem;
    border: none;
}

.midashi-10 {
    font-size: 10px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(10 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
    font-size: 12px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
    font-size: 14px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    /* before 16 */
    font-size: calc(14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
    font-size: 16px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
    font-size: 18px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
    font-size: 20px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
    font-size: 22px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(22 + ((1vw - 3.2rem) * 0.625));
}

.midashi-30 {
    font-size: 30px;
    /* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(30 + ((1vw - 3.2rem) * 0.625));
}

/*---------------------------------------------
大きいブロックの隙間調整
===============================================*/
section {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.index-top {
    padding-top: 20px;
}

@media screen and (min-width:767.98px) {
    section.index-top {
        padding: 5rem 0;
    }

}

@media screen and (max-width:767.98px) {
    section.index-top {
        padding-top: 50px;
    }
}


/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
h1 {
    font-size: 2rem;
    font-weight: 400;

}

h1.service-midashi {
    font-size: clamp(44px, calc(49 / 1000* 100vw), 49px);
    background: linear-gradient(#1EAB5E, #333333);
    padding: 1rem;
    color: #fff;

}

h2,
h3 {
    color: #401f0f;
    font-weight: 400;
}

h3 {
    font-size: 180%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

.midashi-udline {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0.5px solid #333;
    letter-spacing: 0.2rem;
    display: inline-block;
}

/*---------------------------------------------
よく使う指示
===============================================*/
.flex-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.backcolor {
    background: rgb(242, 142, 27, 0.2);
}



/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
    width: 100%;
    position: absolute;
    z-index: 100;
}

.navFrame {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav {
    display: flex;
    flex-direction: column;
}

ul.nav {
    align-items: center;
}

.navbar {
    padding: 0;
    background-color: rgba(245, 245, 245, 0);
}

.header-logo-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-logo-bar p {
    font-size: 110%;
    margin: 0;
    line-height: 1.4em;
}

.nav-item:nth-child(2n) p {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
}

.nav-item .nav-link {
    font-size: 1.4rem;
    font-weight: 500;
}

ul li a.nav-link {
    margin-left: 1em;
}

.top-naviimg a img {
    width: 150px;
    margin: 10px 0;
}

.header-comments {
    width: 100%;
}

.header-comments p,
.header-comments p span {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
}

button.menu-btn {
    position: fixed;
    right: 0;
    top: 0;
    width: 90px;
    height: 85px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 14;
    background: #ff9900;
    padding: 20px;
}




@media screen and (max-width: 1499.98px) {
    header {
        position: fixed;
        top: 0;
        z-index: 15;
        background-color: #fff;
    }

    #Page-menu header,
    #Page-reserve header,
    #Page-thanks header,
    #Page-php header,
    #Page-about header {
        position: relative;
    }


    .header-logo-bar a {
        font-size: 90%;
    }

    .navbar-toggler {
        font-size: 1rem !important;
    }

    .top-naviimg a img {
        width: 117px;
    }

    .top-naviimg {
        display: flex;
        align-content: flex-end;
        flex-wrap: wrap;
    }

    .top-naviimg span {
        display: block;
        align-self: flex-end;
        padding-bottom: 5px;
    }

    .navbar {
        background-color: #fff;
        height: 89px;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .header-comments {
        width: 100%;
    }

    .header-comments p,
    .header-comments p span {
        margin: 0;
        font-size: 1.2rem
    }

    button.menu-btn {
        width: 89px;
        height: 89px;
    }


}

@media screen and (min-width: 576px) and (max-width: 767.98px) {

    .nav-link-comments p,
    .header-comments p span {
        font-size: 1.2rem;
    }

    header {
        position: fixed;
        top: 0;
        z-index: 15;
    }

    #Page-menu header,
    #Page-reserve header,
    #Page-thanks header,
    #Page-php header,
    #Page-about header {
        position: relative;
    }

    .navbar {
        background-color: transparent !important;
    }

    .top-naviimg {
        display: flex;
        align-content: flex-end;
        flex-wrap: wrap;
    }

    .top-naviimg span {
        display: block;
        align-self: flex-end;
        padding-bottom: 10px;
    }

    button.menu-btn {
        width: 60px;
        height: 60px;
    }

    .top-naviimg a img {
        margin: 5px 0;
        width: 85px;
    }
}


@media screen and (max-width: 575.98px) {
    header {
        position: fixed;
        top: 0;
        z-index: 15;
    }

    #Page-menu header,
    #Page-reserve header,
    #Page-thanks header,
    #Page-php header,
    #Page-about header {
        position: relative;
    }


    .header-logo-bar a {
        font-size: 90%;
    }

    .navbar-toggler {
        font-size: 1rem !important;
    }

    .top-naviimg a img {
        width: 60px;
    }

    .top-naviimg {
        display: flex;
        align-content: flex-end;
        flex-wrap: wrap;
    }

    .top-naviimg span {
        display: block;
        align-self: flex-end;
        padding-bottom: 5px;
    }

    .navbar {
        background-color: #fff;
    }

    .header-comments {
        width: 100%;
    }

    .header-comments p,
    .header-comments p span {
        margin: 0;
        font-size: 1.2rem
    }

    button.menu-btn {
        width: 60px;
        height: 60px;
        padding: 13px 20px 27px;
    }
}

@media screen and (max-width: 575.98px) {


    .top-naviimg a {
        text-decoration: none;
    }

    .top-naviimg a img {
        width: 80px;
        margin: 5px 0 5px 0;
    }

    .top-naviimg {
        display: flex;
        align-content: flex-end;
        flex-wrap: wrap;
    }

    .top-naviimg span {
        display: block;
        align-self: flex-end;
        padding-bottom: 5px;
    }

    .top-naviimg a img {
        width: 85px;
        margin: 5px 0;
    }
}


.navbar .navbar-collapse {
    flex-grow: 0;
    background-color: #fff;
    padding: 7px 30px;
    border-radius: 1.5rem;
}

.nav-link {
    color: #5b5b5b !important;
    text-transform: uppercase;
}

.nav-item a.active {
    display: block;
    color: #615c61 !important;
}

a.nav-link:hover {
    opacity: 1.0;
}

.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(251, 251, 241, 1);
}

p.top-small {
    font-size: 0.6rem;
    padding: 0;
    margin: 0px auto 5px auto;
}



/*========= ナビゲーションドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
nav {
    background: #333;
    color: #fff;
    text-align: center;
}

/*ナビゲーションを横並びに*/
nav ul {
    list-style: none;
    justify-content: center;
}

/*2階層目以降は横並びにしない*/
nav ul ul {
    display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li {
    position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a {
    display: block;
    text-decoration: none;
    color: #999;
    padding: 20px 35px;
    transition: all .3s;
}

nav ul li li a {
    padding: 10px 35px;
}

nav ul li a:hover {
    color: #fff;
}



/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul {
    /*絶対配置で位置を指定*/
    position: absolute;
    left: -14px;
    top: 50px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.8);
    width: 190px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    text-align: left;
    /* padding: 0; */
    font-size: 1.2rem;
}

ul.list-unstyled li {
    border-bottom: solid 1px rgba(68, 68, 68, .2);
    width: 80%;
}

/*hoverしたら表示*/
nav li.has-child:hover>ul,
nav li.has-child ul li:hover>ul,
nav li.has-child:active>ul,
nav li.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
    color: #615c61 !important;
    border-bottom: solid 1px rgba(181, 181, 181, 0.3);

}

nav li.has-child ul li:last-child>a {
    border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
    background: rgba(68, 68, 68, .2);
    color: #FFFFFF !important;
}

/*==3階層目*/

/*3階層目の位置*/
nav li.has-child ul ul {
    top: 0;
    left: 190px;
    background: rgba(255, 255, 255, 0.8);
    width: 125px;
}

nav li.has-child ul ul li a:hover,
nav li.has-child ul ul li a:active {
    background: rgba(68, 68, 68, .2);
}



/*==768px以下の形状*/

@media screen and (max-width:768px) {
    nav {
        padding: 0;
    }

    nav ul {
        display: block;
    }

    nav li.has-child ul,
    nav li.has-child ul ul {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        visibility: visible;
        /*JSで制御するため一旦表示*/
        opacity: 1;
        /*JSで制御するため一旦表示*/
        display: none;
        /*JSのslidetoggleで表示させるため非表示に*/
        transition: none;
        /*JSで制御するためCSSのアニメーションを切る*/
    }



    /*矢印の位置と向き*/

    nav ul li.has-child::before {
        left: 20px;
    }

    nav ul ul li.has-child::before {
        transform: rotate(135deg);
        left: 20px;
    }

    nav ul li.has-child.active::before {
        transform: rotate(-45deg);
    }

}


/*---------------------------------------------

画面右側のお問い合わせの指示

===============================================*/

div#keiyaku-top {
    position: absolute;
    right: 0;
    top: 150px;
    width: 70px;
    padding: 25px 5px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 14;
    background: rgba(0, 0, 0, .8);
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

div#keiyaku-top a {
    text-decoration: none;
}

div#keiyaku-top:hover {
    opacity: 0.3;
}

div#contents-top {
    position: fixed;
    right: 0;
    top: 85px;
    width: 90px;
    height: 85px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 14;
    background: #BEA574;
    padding: 20px;

}

div#contents-top::before {
    position: absolute;
    bottom: 0.5rem;
    left: 17%;
    font-size: 12px;
    text-transform: uppercase;
    content: 'お問い合せ';
    margin: auto;
    line-height: 26px;
}

div#contents-top a {
    text-decoration: none;
}

div#contents-top:hover {
    opacity: 0.3;
}

.sp-001 {
    display: none;
}

.pc-001 {
    display: block;
}



@media screen and (max-width: 1499.98px) {
    div#contents-top {
        position: fixed;
        right: 89px;
        top: 0;
        width: 89px;
        height: 89px;
    }
}



@media screen and (max-width: 767.98px) {
    .sp-001 {
        display: block;
        color: #fff;
        margin-bottom: 0;
    }

    .pc-001 {
        display: none;
    }

    div#contents-top {
        right: 60px;
        top: 0;
        width: 60px;
        height: 60px;
        padding: 15px;
    }

    div#contents-top::before {
        display: none;
    }

    .navbar {
        background-color: #fff;
        height: 60px;
        flex-wrap: nowrap;
        justify-content: center;
    }
}

/*---------------------------------------------*/
/* breadcrumb
============================================== */
.breadcrumbBox {
    padding: 5px 0;
}

.breadcrumb {
    margin-bottom: 0 !important;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #333;
}

ol.breadcrumb.bg-white.mb-5.rounded-0 {
    padding: 25px 0;
    overflow: hidden;
}

/*---------------------------------------------*/
/* toppage main-bar
============================================== */
.main-bar .mainbox {
    display: flex;
    justify-content: space-between;
}

p.text-uppercase.sabbox {
    width: 50%;
}

.text-uppercase.sabbox {
    display: flex;
    justify-content: space-between;
    width: 46%;
}

.main-bar a {
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    color: #333;
    text-align: right;
    text-decoration: none;
    border-top: 1px solid #000;
    width: 150px;
    padding-top: 15px;
}

a.text-uppercase:hover {
    opacity: 0.5;
}

.main-bar p span {
    text-transform: uppercase;
}

.main-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 150px;
    width: 100%;
    padding: 13% 0 100px;
}

.main-bar-img {
    background-color: rgba(0, 0, 0, 0.0);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 50px;
    margin: 0 auto;
}

.main-bar-img img {
    height: 70px;
}

span.subtitle {
    display: block;
    text-align: right;
    font-size: 0.8rem;
}

span.SUBTITLE {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    margin-top: 7px;
}

@media screen and (max-width:1200px) {

    .main-bar {
        padding: 17% 0 100px;
    }

    .text-uppercase.sabbox {
        width: 50%;
    }


}



@media screen and (max-width: 767.98px) {
    .main-bar {
        padding: 18% 0 60px;
    }

    .main-bar-img img {
        height: 30px;
    }

    .main-bar .mainbox {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .text-uppercase.sabbox {
        width: 100%;
        margin: 20px auto;
    }

    .text-uppercase.sabbox img {
        width: 70%;
    }
}

@media screen and (max-width: 575.98px) {

    .main-bar {
        padding: 40% 0 60px;
    }
}


/* *****トップページ***** */
/*---------------------------------------------
top page
===============================================*/
/* メイン画像 */


section#top-service {
    background: linear-gradient(135deg, white 0%, white 45%, #ff990026 95%, #ff990026 100%);
}

.index-top h1 {
    letter-spacing: 0.2rem;
    line-height: 3.8rem;
    font-size: 44px;
}

.index-top p {
    width: 60%;
    margin: auto;
}

.serviceBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.serviceBox .servicesabBox {
    width: calc((100% - 5%) / 3);
    margin: 50px 0;
    /*    border: 3px solid #ff9900;*/
    /*    padding: 45px;*/
    /*    background: white;*/
    text-decoration: none;
}

/*
.servicesabBox:hover {
    background: #ff9900;
}
*/

.serviceBox .servicesabBox h4 {
    line-height: 2rem;
}



.bg {
    position: relative;
    overflow: hidden;
    background-size: 100% 90%;
    background-position: bottom center;
    height: auto;
}

.chara {
    text-align: center;
}



.contentsBox {
    margin: 50px 0 20px;
    display: flex;
    justify-content: space-between;
}


.contactbox {
    padding: 1rem 2rem;
    border: 2px solid #333;
    margin: 20px 0;
    text-align: center;
    height: 230px;
}

.messagesubBox {
    margin-top: 35px;
}

.messagesubBox p {
    line-height: 2.0rem;
}



@media screen and (max-width: 767.98px) {

    .index-top h1 {
        letter-spacing: 0.2rem;
        line-height: 2.0rem;
        font-weight: 600;
        font-size: 24px;
        margin-top: 30px;
    }


    .index-top p {
        width: 100%;
        margin: auto;
    }

    .serviceBox {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }

    .serviceBox .servicesabBox {
        width: 100%;
        margin: 15px 0;
    }

    .contentsBox {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .contentssabBox {
        width: 100%;
    }

    .contentssabBox div {
        /*    height: 90px;*/
        height: 150px;
    }

    .contactbox {
        /*    height: 225px;*/
        margin: 0;
    }

    .contentssabBox div {
        /*    padding: 1.5rem;*/
    }
}

@media screen and (max-width: 575.98px) {

    .index-top h1 {
        font-size: 21px;
    }
}

/*---------------------------------------------

banner指示

===============================================*/

.banner_logo a {
    text-decoration: none;
    color: #ddd;
    font-weight: bold;
    padding: 30px 0 0 0;
    display: block;
    font-size: calc(1.275rem + 0.3vw);
}

.bannerbox {
    display: block;
}

/*---------------------------------------------*/
/* toppage main-bar
============================================== */
#Page-naishoku .main-bar {
    background: url("../image/banner_naisyoku.jpeg") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 0;
}

#Page-company .main-bar {
    /* background: url("../image/banner_yellow.png") no-repeat center; */
    background: url("../image/banner_company.jpeg") no-repeat center top;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 0;
}

#Page-posting .main-bar {
    background: url("../image/banner_posting.jpeg") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 0;
}

#Page-recruit .main-bar {
    /* background: url("../image/banner_blue.png") no-repeat center; */
    background: url("../image/banner_recruit.jpeg") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 0;
}

#Page-handwriting .main-bar {
    /* background: url("../image/banner_blue.png") no-repeat center; */
    background: url("../image/banner_dm-handwriting.jpeg") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 0;
}

.main-bar h1 {
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 7;
    font-size: 2.75rem;
    letter-spacing: 10px;
    display: block;
    line-height: 1;
    font-weight: 500;
}


#Page-posting .main-bar h1 {
    color: #93ab1b;
}

#Page-naishoku .main-bar h1 {
    color: #da6690;
}

#Page-company .main-bar h1 {
    color: #F1E65E;
}

#Page-recruit .main-bar h1 {
    color: #9CC7E5;
}

#Page-handwriting .main-bar h1 {
    color: #1bab87;
}

span.text-sab {
    font-size: 2rem;
}

.main-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50vh;
    width: 100%;
    position: relative;
}

.main-bar-img {
    background-color: rgba(0, 0, 0, 0.0);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 50px;
    margin: 0 auto;
}

.main-bar-img img {
    height: 70px;
}

@media screen and (max-width: 767.98px) {
    .main-bar {
        height: 30vh !important;
    }

    .main-bar-img img {
        height: 45px;
    }

    .main-bar p {
        margin: 0 auto;
        color: #333;
        text-align: center;
        position: relative;
        z-index: 7;
        font-size: 2.5rem;
        letter-spacing: 10px;
        display: block;
        line-height: 1;
        font-weight: 500;
        background: white;
        padding: 2rem 0;
        width: 80%;
        border: 5px solid #adb5bd;
    }

    .main-bar h1 {
        font-size: clamp(20px, 7vw, 30px);
        letter-spacing: 5px;
        line-height: 1.5;
    }

    span.text-sab {
        font-size: 1.6rem;
    }

}


/*---------------------------------------------

画面右側のお問い合わせ案内 

===============================================*/
.mainbox {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    max-width: 1200px;
}

.companyBox {
    width: 100%;
    margin: 0 auto;
}

.width120 {
    max-width: 120px;
    margin-top: 80px;
    display: block;
}

.COMPANY.width120 a:hover {
    opacity: 0.6;
}

@media screen and (max-width:993px) {
    .width120 {
        display: none;
    }

}

/*---------------------------------------------*/

/* buttonの指示

============================================== */

.button-51 {
    display: flex;
    justify-content: flex-start;
    position: relative;
    width: 250px;
    border: none;
    border-bottom: 2px solid #A8A8A8;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}

.button-51::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: center left;
    width: 100%;
    height: 2px;
    content: '';
    transition: transform .3s ease;
}

.button-51:hover::after {
    transform: scaleX(1);
}

.button-taiken {
    color: #333333;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    width: 100%;
    height: 103px;
    background: #fff;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 80px auto 0;
}

.button-taiken:hover {
    color: white;
    background: #333333;
    transition: all 1s ease-in-out;
}

@media screen and (max-width: 767.98px) {
    .button-taiken {
        color: #333333;
        text-decoration: none;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 30px;
        width: 100%;
        height: 55px;
        background: #fff;
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 1;
        margin: 10px auto 0;
    }

}





/*---------------------------------------------

contact.html

===============================================*/

.companyBox {
    width: 100%;
    margin: 0 auto;
}

.syosaiBox {
    background: white;
    padding: 0 24px 24px;
    border-radius: 8px;
    margin-top: 30px;
}


/* 会社概要のtableの指示内容 */
#table01 tr {
    border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
    padding: 24px 0;
    border: none;
}

#table01 th {
    width: 30%;
}

.googlemap {
    margin-bottom: 100px;
}

table#table01 a {
    color: #333333;
}

table#table01 a:hover {
    color: #ff9900;
}

@media screen and (max-width: 767.98px) {
    .companyBox {
        width: 96%;
    }
}


/* sp */
@media only screen and (max-width: 480px) {

    #table01 th,
    #table01 td {
        width: 100%;
        display: block;
    }

    #table01 th {
        width: 100%;
    }

    #table01 td {
        padding-top: 0;
    }
}


/*---------------------------------------------

contact.html

===============================================*/

section#contact {
    background: rgb(242, 142, 27, 0.2);
}

section#contact .main {
    background: white;
    padding: 24px;
    border-radius: 8px;
    margin-top: 30px;
}

.border02 {
    border-top: dashed 2px #A8A8A8;
    margin: 50px 0;
}


.red {
    font-weight: bold;
    margin-top: 20px;
    margin-left: 7px;
    border: #ff9900 1px solid;
    color: #ff9900;
    padding: 0px 7px;
    line-height: 19px;
    font-size: 12px;
}

.contacttelBox {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.contacttelBox h5 {
    margin-right: 30px;
}

.form-line {
    border-bottom: #e2e2e2 1px solid;
    padding: 0 0.5em;
}

.form-koumoku {
    font-weight: bold;
    color: #393E46;
    width: 25%;
}

#form-table,
.form-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.form-naiyou {
    width: 75%;
    padding: 28px 45px;
}

.form-naiyou input::placeholder,
.form-naiyou textarea::placeholder {
    color: #aaa;
}


/* お問い合わせ　チェックボタンの色　指示 */

.form-check-input:checked {
    background-color: #ff9900;
    border-color: #ff9900;
}

.form-check-input:focus {
    border-color: rgb(242, 142, 27, 0.2);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(242, 142, 27, 0.2);
}


/* ↑　ここまで */


.syosai .text {
    text-align: center;
}

p.mail img {
    width: 4%;
}


section.syosai {
    background: #F3F3F3;
    margin: 60px auto;
}

.info-container {
    background: #fff;
    border: 2px solid #ccc;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 48px auto 0;
    flex-wrap: wrap;
}

.contact,
.hours {
    flex: 1;
    min-width: 250px;
    margin: 10px;
}

.hours p {
    margin: 0;
}

.divider {
    width: 1px;
    margin: 10px 20px;
}

.contact {
    font-size: 30px;
    margin: auto;
    text-align: center;
}

a.tap-call {
    color: #333;
    text-decoration: none;
}

p.mail {
    line-height: 2rem;
}

@media (max-width: 767.98px) {
    .info-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .divider {
        width: 100%;
        height: 1px;
        margin: 20px 0;
    }

    #form-table,
    .form-line {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .form-koumoku {
        width: 100%;
    }

    .form-naiyou {
        width: 100%;
        padding: 28px 0;
    }
}




.formFrame {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    border: none;
    border-bottom: 0.5px solid #aaa;
    margin-bottom: 30px;
}

.formFrame .form-naiyou {
    width: 100%;
    padding: 10px 0 25px;
    border: none;
}

.formFrame .form-koumoku {
    width: 30%;
    padding: 10px 0;
}

.formFrame:last-child {
    border-bottom: 0.5px solid #aaa;
}

.hissu {
    color: #fff;
    padding: .25em .5em;
    font-size: 70%;
    border-radius: 5px;
    margin: 0 0.5em 0 0;
}


.box1-2 {
    margin: 2em auto;
    padding: 3em 5em;
    /*内側余白*/
    border: double 5px #CCCFD6;
    /*線の種類・太さ・色*/
}

sup.red {
    color: red;
}

textarea.form-control {
    height: 120px;
}


/* smart-phone */
@media screen and (max-width:767.98px) {
    .formFrame .form-naiyou {
        width: 100%;
        padding: 10px 0;
        border-top: none;
        border-bottom: none;

    }

    .formFrame {
        width: 100%;
        padding: 10px 0;
        border-bottom: 0.5px solid #aaa;
    }

    p.mail img {
        width: 8%;
    }

    .formFrame .form-koumoku {
        width: 50%;
        padding: 10px 0;
    }

    .box1-2 {
        margin: 2em auto;
        padding: 3em 1em;
        border: double 5px #CCCFD6;
        width: 95%;
    }

}

/* tablet */
@media screen and (min-width:768px) and (max-width:1199.98px) {


    .formFrame .form-naiyou {
        width: 100%;
        padding: 10px 0;
        border: none;
    }

    .formFrame .form-koumoku {
        width: 100%;
        padding: 10px 0;
        border: none;
    }



    p.mail img {
        width: 5%;
    }

}

.age-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.age-group div {
    width: 49%;
    padding: 0.25em 0em;
}

@media screen and (max-width:991.98px) {
    .age-group div {
        width: 49%;
        padding: 0.25em 0em;
    }
}

/*---------------------------------------------
footer
===============================================*/
#footer {
    margin-top: auto;
    border-top: 2px solid #ff9900;
    background: #ededed;

}

#footer-contents {
    margin: 80px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

#footer-contents a {
    text-decoration: none;
    color: #333333 !important;
    margin: 5px auto;
    font-size: calc(1.0rem + 0.1vw);
}

#footer-contents a:hover {
    color: #ff9900 !important;
}

#footer-contents p {
    color: #000000;
}

#footer address p {
    margin-bottom: 0.5rem;
    color: #000000;
}

#copyright {
    font-size: 0.8em;
}

#copyright p {
    text-align: center;
    margin-bottom: 0;
    padding: 1rem 0;
    color: white;
    background: #000000
}

#copyright p a {
    text-decoration: none;
    color: white;
}

.sns-url {
    display: flex;
    justify-content: space-between;
    width: 20%;
}

.footersabbox ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}


#footer-img img {
    /* width: 100%; */
}


@media screen and (max-width:767.98px) {
    #footer ul {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        width: 100%;
        flex-direction: column;
    }

    #footer ul li {
        width: 100%;
    }

    #footer-img img {
        width: 25%;
    }

    #footer-contents {
        margin: 40px 0 0 0;
        display: flex;
        flex-direction: column;
    }
}



/*---------------------------------------------*/

/* index.html #top-about #top-service

============================================== */

#top-about .main-box {
    display: flex;
    justify-content: space-between;
}

#top-about .sab-box {
    width: 48%;
}

div.sab-box {
    margin: 80px auto;
    line-height: 2.5rem;
}

.border01 {
    border-top: dashed 2px #A8A8A8;
    margin: 80px 0;

}

.border01 h4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 2rem;

}

span.short {
    font-size: 1.5rem;
}

.lineup {
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
    flex-wrap: wrap;
}

.lineupBox {
    display: inline-block;
    overflow: hidden;
}

.pagetop02Box {
    display: flex;
    justify-content: space-between;
}

a.img_wrap {
    text-decoration: none;
    margin: auto 0;
}

.img_wrap {
    width: calc((100% - 10%) / 3);
}

.img_wrap:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    transition-duration: 0.5s;
}


/*---------------------------------------------*/

/* index.html #top-news

============================================== */
section#top-news {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}

.other-contents {
    width: 100%;
}

.other-contents .company01 {
    margin-bottom: 40px;
}

a.naiyo {
    text-decoration: none;
}


p.boder {
    margin: 0 15px 30px 0;
    border-bottom: dashed 1px #dfdfdf;
}

.company07 {
    height: 400px;
    overflow-y: scroll;
}

.linkBox:hover {
    opacity: 0.6;
}


/******************************************************/


.index-pointNum {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #ff9900;
    text-align: center;
    font-family: "Comic Sans MS", "cursive";
    position: relative;
    z-index: 5;
}

.pc-sp {
    display: block;
}

.sp-pc {
    display: none;
}

/*---------------------------------------*/

.index-serviceLink {
    max-width: 600px;
    margin: 30px auto;
    display: block;
    background-color: #ff9900;
    color: #fff;
    padding: 10px 6rem;
    text-align: center;
    border: 5px solid transparent;
}

.index-serviceLink:hover {
    background-color: #fff;
    color: #ff9900;
    border: 5px solid #ff9900;

}



@media screen and (max-width: 767.98px) {

    .index-serviceLink {
        font-size: 1.6rem;
    }
}


/*---------------------------------------*/


.half-arch {
    background-color: #fff;
    width: 100%;
    height: 100px;
    clip-path: ellipse(55% 50% at 50% 0%);
}

#index-news {
    width: 100%;
}


#top-contents {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    background-image: linear-gradient(#e1eef5 1px, transparent 1px), linear-gradient(to right, #e1eef5 1px, #fff 1px);
    background-size: 20px 20px;
}

.contentssabBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.contentssabBox a {
    display: block;
    width: calc((100% - 90px) / 4);
}

/*.contentssabBox a .inner:hover {
    background: rgb(242, 142, 27, 0.2);
}*/

.contentssabBox div {
    text-align: center;
    height: 200px;
    background-color: #F9F9F9;
    box-shadow: 6px 6px #ff9900;
    border: 2px solid #dddddd;
    padding: 4rem 0;
}

.index-MainBox {
    background: #fff;
    padding: 40px 0;
}

.index-Box {
    background-color: #fff;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.index-contactBox div {
    padding: 30px;
    border-right: solid 1px #ccc;
    border-bottom: none;
    text-align: center;
}



@media screen and (max-width: 767.98px) {
    #top-contents {
        padding: 20px;
    }

    .contentssabBox {
        flex-direction: column;
    }

    .contentssabBox a {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width:1399.98px) {
    .contentssabBox a {
        width: calc((100% - 30px) /2);
    }

    .contentssabBox div {
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
}
/*---------------------------------------*/


#index-contact .title {
    margin: 0px auto 50px auto;
    padding-top: 40px;
    display: block;
}

.index-contactBox {
    width: calc((100% - 5%) / 2);
}

.index-contactBox p {
    font-weight: 500;
}

.index-contactBox a {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    background-color: #ff9900;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border: 5px solid transparent;
}

.index-contactBox a:hover {
    background-color: #fff;
    color: #ff9900;
    border: 5px solid #ff9900;
}

.index-contactBox2 a {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    background-color: #FF9280;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border: 5px solid transparent;
}

.index-contactBox2 a:hover {
    background-color: #fff;
    color: #FF9280;
    border: 5px solid #FF9280;
}

.town-bar {
    background: url("../image/img_f_bg.png") repeat-x;
    background-position: bottom;
    height: 70px;
}

@media screen and (max-width: 880.98px) {
    .serviceBox {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: 0 auto 30px;
        flex-direction: column;
    }


    .index-Box {
        background-color: #fff;
        padding: 30px 0 60px;
        border-radius: 20px;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .index-contactBox {
        width: 100%;
    }

    .index-contactBox div {
        padding: 50px 30px;
        border-bottom: solid 1px #ccc;
        border-right: none;
        text-align: center;
        width: 90%;
        margin: auto;
    }
}

@media screen and (max-width:767.98px) {
    .index-contactBox {
        padding: 20px;
    }

    .serviceBox .servicesabBox {
        width: 100%;
        margin: 50px 0;
        display: flex;
        justify-content: space-around;
        text-decoration: none;
        padding: 0;
        height: 100%;
        position: relative;
        flex-direction: column-reverse;
    }


    a.servicesabBox.flexrightBox {
        display: flex;
        flex-direction: column-reverse;
    }
}

/*---------------------------------------------

内職業務ページの指示

---------------------------------------------*/


#Page-naishoku section#posting_work {
    background: linear-gradient(135deg, white 0%, white 45%, #da669047 95%, #da669047 100%);
}

#Page-naishoku section#posting_work .sabbox a {
    border: 1px solid #da6690;
    background: white;
    padding: 10px 2%;
    width: calc((100% - 5%) / 3);
    text-align: center;
    text-decoration: none;
    color: #da6690;
}

#Page-naishoku section#posting_work .sabbox a:hover {
    border: 1px solid #da6690;
    background: #da6690;
    color: white;
}

.naishokuwork {
    margin: 60px auto;
}

h2.title {
    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: 500;
}

.naishokuBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.naishokusab {
    width: calc((100% - 5%) / 3);
    margin: 15px 0;
}

.naishoku-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
}

.naishoku-title p {
    text-align: center;
}

.naishoku-title p::before {
    content: "";
    display: block;
    width: 4rem;
    height: 2px;
    background: #da6690;
    margin: 7px auto 7px;
}

#naishoku_flow {
    background-image: linear-gradient(#e1eef5 1px, transparent 1px), linear-gradient(to right, #e1eef5 1px, #fff 1px);
    background-size: 20px 20px;
}

.naishokucontact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.naishokucontact .form-check {
    width: calc((100% - 5%) / 4);
}


@media screen and (max-width:767.98px) {


    h2.title {
        font-size: 35px;
    }

    .naishokucontact .form-check {
        width: calc((100% - 5%) / 3);
    }

    .naishokusab {
        width: calc((100% - 5%) / 2);
        margin: 10px 0;
    }

    .naishokuwork {
        margin: 30px auto;
    }

}


@media screen and (max-width:480px) {

    .naishokucontact .form-check {
        width: 100%;
    }




}



/*---フロー指示---*/
/*---
.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}---*/

.flow_design01 ul {
    padding: 0;
}

.flow_design01 li {
    list-style-type: none;
}

.flow_design01 dd {
    margin-left: 0;
    width: 80%;
}

.flow01>li {
    position: relative;
    list-style: none;
}

.flow01>li:not(:last-child) {
    margin-bottom: 40px;
}

.flow01>li dl {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ff9900;
    border-radius: 10px;
    position: relative;
    background: white;
}

.flow01>li:not(:last-child) dl::before,
.flow01>li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flow01>li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: #ff9900;
}

.flow01>li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
}

.flow01>li dl dt {
    font-size: 1.2em;
    font-weight: 600;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 2vw;
    text-align: center;
}

.flow01>li dl dt .icon01 {
    font-size: 0.6em;
    color: #fff;
    background: #ff9900;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 10;
}

ul.flow01 li dl dd div {
    margin-top: 15px;
}

.flow_design01 {
    width: 80%;
    /* margin: 40px auto 100px; */
    margin: 40px auto 40px;
}

/*---フロー指示　ページ別カラー指示---*/

/*---ポスティング---*/
#Page-posting .flow01>li dl {
    border: 2px solid #93ab1b;
}

#Page-posting .flow01>li dl dt .icon01 {
    background: #93ab1b;
}

#Page-posting .flow01>li:not(:last-child) dl::before {
    border-top-color: #93ab1b;
}

#Page-posting .red {
    border: #93ab1b 1px solid;
    color: #93ab1b;
}

#Page-posting .index-serviceLink {
    background-color: #93ab1b;
}

#Page-posting .index-serviceLink:hover {
    color: #93ab1b;
    border: 5px solid #93ab1b;
    background: white;
}

#Page-posting .index-contactBox a {
    background-color: #93ab1b;
    color: #fff;
}

#Page-posting .index-contactBox a:hover {
    background-color: #fff;
    color: #93ab1b;
    border: 5px solid #93ab1b;
}

/*---内職業務---*/
#Page-naishoku .flow01>li dl {
    border: 2px solid #da6690;
}

#Page-naishoku .flow01>li dl dt .icon01 {
    background: #da6690;
}

#Page-naishoku .flow01>li:not(:last-child) dl::before {
    border-top-color: #da6690;
}

#Page-naishoku .red {
    border: #da6690 1px solid;
    color: #da6690;
}

#Page-naishoku .index-serviceLink {
    background-color: #da6690;
}

#Page-naishoku .index-serviceLink:hover {
    color: #da6690;
    border: 5px solid #da6690;
    background: white;
}

#Page-naishoku .index-contactBox a {
    background-color: #da6690;
    color: #fff;
}

#Page-naishoku .index-contactBox a:hover {
    background-color: #fff;
    color: #da6690;
    border: 5px solid #da6690;
}


/*---求人情報---*/
#Page-recruit .flow01>li dl {
    border: 2px solid #91c9e9;
}

#Page-recruit .flow01>li dl dt .icon01 {
    background: #91c9e9;
}

#Page-recruit .flow01>li:not(:last-child) dl::before {
    border-top-color: #91c9e9;
}

#Page-recruit .red {
    border: #91c9e9 1px solid;
    color: #91c9e9;
}

#Page-recruit .index-serviceLink {
    background-color: #91c9e9;
}

#Page-recruit .index-serviceLink:hover {
    color: #91c9e9;
    border: 5px solid #91c9e9;
    background: white;
}

#Page-recruit .index-contactBox a {
    background-color: #91c9e9;
    color: #fff;
}

#Page-recruit .index-contactBox a:hover {
    background-color: #fff;
    color: #91c9e9;
    border: 5px solid #91c9e9;
}

/*---手書きDM代行サービス---*/
#Page-handwriting .flow01>li dl {
    border: 2px solid #1bab87;
}

#Page-handwriting .flow01>li dl dt .icon01 {
    background: #1bab87;
}

#Page-handwriting .flow01>li:not(:last-child) dl::before {
    border-top-color: #1bab87;
}

#Page-handwriting .red {
    border: #1bab87 1px solid;
    color: #1bab87;
}

#Page-handwriting .index-serviceLink {
    background-color: #1bab87;
}

#Page-handwriting .index-serviceLink:hover {
    color: #1bab87;
    border: 5px solid #1bab87;
    background: white;
}

#Page-handwriting .index-contactBox a {
    background-color: #1bab87;
    color: #fff;
}

#Page-handwriting .index-contactBox a:hover {
    background-color: #fff;
    color: #1bab87;
    border: 5px solid #1bab87;
}


@media(max-width: 650px) {
    .flow01>li:not(:last-child) {
        margin-bottom: 30px;
    }

    .flow01>li dl {
        display: block;
        padding: 10px 15px;
    }

    .flow01>li dl dt {
        margin-right: 0;
    }

    .flow01>li dl dt .icon01 {
        font-size: .7em;
    }

    .flow_design01 dd {
        width: 100%;
    }


}



@media screen and (max-width:767.98px) {
    .flow_design01 {
        width: 100%;
    }
}






/*---------------------------------------------

求人情報ページの指示

---------------------------------------------*/

.recruitBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.recruitsubBox {
    width: 48%;
    margin: auto 0;
    font-size: 32px;
}

.recruitsubBox p {
    font-size: 25px;
}

.recruitsubBox p span {
    background: linear-gradient(transparent 60%, #00b5ff4d 0%);
}

.OsusumeBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.OsusumesubBox {
    width: calc((100% - 6%) / 3);
    background: #91c9e93b;
    padding: 30px;
    text-align: center;
    font-weight: 500;
    border-radius: 10px;
}

.OsusumesubBox p .fas {
    font-size: 80px;
}

.mabo40 {
    margin: 40px 0;
}

#recruit_flow {
    background-image: linear-gradient(#e1eef5 1px, transparent 1px), linear-gradient(to right, #e1eef5 1px, #fff 1px);
    background-size: 20px 20px;
}

#recruit_flow p.boder {
    margin: 0 15px 30px 0;
    border-bottom: dashed 2px #6c757d;
}

#recruitcontact .naishokucontact {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


@media screen and (max-width:767.98px) {
    .recruitBox {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column-reverse;
    }

    .recruitsubBox {
        width: 100%;
        margin: 10px auto;
        font-size: 32px;
    }

    .OsusumeBox {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }

    .OsusumesubBox {
        width: 100%;
        background: #fff9f0;
        padding: 10px;
        text-align: center;
        font-weight: 500;
        border-radius: 10px;
        margin: 10px 0;
    }
}

/*---------------------------------------------

会社概要ページの指示

---------------------------------------------*/

#companyBox {
    background: #f8f8f8;
}


.back {
    width: 100%;
    background: #f8f8f8;
    border-radius: 20px;
    padding: 35px;
    box-sizing: border-box;
}

#companyBox .back {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 35px 55px;
    box-sizing: border-box;
}

.back h3 {
    font-weight: 500;
    font-size: 160%;
}

.privacy h6 {
    font-weight: normal;
    line-height: 1.5rem;
}


@media screen and (max-width:767.98px) {
    .back {
        border-radius: 10px;
        padding: 35px 15px;
    }

    #companyBox .back {
        border-radius: 10px;
        padding: 35px 15px;
    }

    .back h3 {
        font-weight: 500;
        font-size: 120%;
    }


}





/*---会社概要の指示---*/

/* table01 */

#companyBox table {
    width: 100%;
    caption-side: bottom;
    border-collapse: collapse;
    margin: auto;
}

#table01 tr {
    border-bottom: 3px dotted #b5b1b1;
    background: white;
}

#table01 th,
#table01 td {
    padding: 24px;
    border: none;
    font-size: 20px;
}

#table01 th {
    width: 20%;
    background: #f8f8f8;
    color: #333333;
}

/* sp */
@media only screen and (max-width: 480px) {

    #table01 th,
    #table01 td {
        width: 100%;
        display: block;
    }

    #table01 th {
        width: 100%;
    }

    #table01 td {
        padding-top: 0;
        text-align: justify;
    }


}





/*--------  お問い合わせフォーム下部の注意書き  ----------*/

.form-sales-attention {
    color: red;
    font-size: 14px;
    text-align: center;
}