/* PC用 */

/* 全体のフォント設定 */

body {
    font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}


/* ---------- ヘッダーの設定(各ページ共通) ---------- */

/* タイトルのスタイル設定 */
.header-container {
    background-image: url('../sp/images/hashi2.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex; 
}
.header-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);           /* 背景画像の透過率を設定 */
    pointer-events: none;            /* 透過レイヤーの下のコンテンツにクリックできるようにする */
}

.header-logo {
    a {
    text-decoration:none;
    }
    text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff,
                -2px 2px 0 #ffffff, 2px -2px 0 #ffffff,
                 0px 1px 0 #ffffff,  0-1px 0 #ffffff,
                -1px 0 0 #ffffff, 1px 0 0 #ffffff;
    color: #ff0000;
    width: 80%;
}
.header-logo .logo {
    line-height: 1ex;
}
.header-logo .logo span{
    background-color: #ffffff;
}
.header-logo .logo1 {
    line-height: 0ex;
}
.header-logo .logo1 span{
    background-color: #ffffff;
}

/* メニューバーのスタイル設定 */
.header-nav {
    margin: 0 ;
    padding: 0 ;
    text-align: center;
    background-color: #1b2538;
}
.header-nav ul {
    margin: 0 ;
    padding: 0 ;
}
.header-nav li {
    margin: 0 ;
    padding: 0 ;
    list-style: none;
    display: inline-block;
    width: 128px;
    /* min-width: 90px; */
}
.header-nav li:not(:last-child) {
    border-right: 2px solid #ddd;
}
.header-nav a {
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    white-space: nowrap;
}
.header-nav a.menubar {
    color: #00B0F0;
    border-bottom:2px solid #00B0F0;
}
.header-nav a:hover {
    color:#F7CB4D;
    border-bottom:2px solid #F7CB4D;
}

/* ---------- 「ホーム」の設定 ---------- */

/* メインの設定 */
.home-main {
    padding-bottom: 100px;
}

/*登録証の設定*/
.home-tourokusho-title {
    text-align: center;
}
.home-tourokusho-container {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 0 auto;
}
.home-tourokusho-gazou {
    width: 20%
}
.home-tourokusho-illust {
    width: 100%;
    height: auto;
    border: 1px solid #333;
}

/*モットーの設定*/
.home-motto-title {
    text-align: center;
}
.home-motto-list {
    font-size: 16px;
    line-height: 2.5;
    list-style: none;
    width: fit-content;
    margin: auto;
}
.home-motto-list li {
    border-bottom:1px solid #666;
}
.home-motto-list li:first-child {
    border-top: 1px solid #666;
}
.home-motto-list span {
    font-family: 'Tahoma', Gadget, sans-serif;
    font-size: 24px;
}

/* 代表者のプロフィールの設定 */
.home-profile-title {
    text-align: center;
    padding-top: 20px;
}
.home-profile-text {
    padding-left: 18%;
    padding-right: 18%;
}

/* サービスの設定 */
.home-service-title {
    text-align: center;
}
.home-service-container {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.home-service-shaho {
    border: 1px solid #333;
    width: 16%
}
.home-service-jinzai {
    border: 1px solid #333;
    width: 16%
}
.home-service-kyuyo {
    border: 1px solid #333;
    width: 16%
}
.home-service-josei {
    border: 1px solid #333;
    width: 16%
}
.home-service-hatarakikata {
    border: 1px solid #333;
    width: 16%
}
.home-service-tomoiku {
    border: 1px solid #333;
    width: 16%
}

.home-service-shaho-title {
    text-align: center;
    font-weight: bold;
}
.home-service-jinzai-title {
    text-align: center;
    font-weight: bold;
}
.home-service-kyuyo-title {
    text-align: center;
    font-weight: bold;
}
.home-service-josei-title {
    text-align: center;
    font-weight: bold;
}
.home-service-hatarakikata-title {
    text-align: center;
    font-weight: bold;
}
.home-service-tomoiku-title {
    text-align: center;
    font-weight: bold;
}

.home-service-shaho-text {
    padding-left: 18px;
    padding-right: 12px;
}
.home-service-jinzai-text {
    padding-left: 18px;
    padding-right: 12px;
}
.home-service-kyuyo-text {
    padding-left: 18px;
    padding-right: 12px;
}
.home-service-josei-text {
    padding-left: 18px;
    padding-right: 12px;
}
.home-service-hatarakikata-text {
    padding-left: 18px;
    padding-right: 12px;
}
.home-service-tomoiku-text {
    padding-left: 18px;
    padding-right: 12px;
}

/* ---------- 「業務内容」の設定 ---------- */

/*メインの設定 */
.service-main {
    padding-bottom: 100px;
}
.service-title {
    text-align: center;
}
.service-box1 {
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: 70%;
    justify-content: center;
    /* align-items: center; */
    border: 1px solid #000000;
}
.service-box1-illust {
    border-right: 1px solid #000000;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 50%;
}
.service-box1-illust img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.service-box1-text {
    margin: 0 auto;
    padding-top: 2.5em;
    /* align-items: center; */
    width: 50%;
}
 .service-box-title {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0.5em;
    font-size: 22px;
    font-weight: bold;
    line-height: 0.5em;
    text-align: center;
}
.service-box-bun {
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.service-box2 {
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: 70%;
    /* align-items: center; */
    justify-content: center;
    border: 1px solid #000000;
    border-top: none;
}
.service-box2-illust {
    border-left: 1px solid #000000;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 50%;
}
.service-box2-illust img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.service-box2-text {
    margin: 0 auto;
    padding-top: 2.5em;
    /* align-items: center; */
    width: 50%;
}

.service-box3 {
    display: flex;
    margin: 0 auto;
    /* align-items: center; */
    width: 70%;
    justify-content: center;
    border: 1px solid #000000;
    border-top: none;
}

/* ---------- 「費用について」の設定 ---------- */

/* メインの設定 */
.price-main {
    padding-bottom: 100px;
}
.price-title {
    text-align: center;
}
/* 顧問契約 */
.price-komon-title {
    font-weight: bold;
    padding-left: 16%;
    border-bottom: 1px solid #000;
    padding-bottom: 0px;
}
.price-komon-text {
    padding-left: 16%;
    padding-right: 16%;
}
/* 顧問料金表 */
.price-komon-table {
    align-items: center;
    justify-content: center;
}
.price-komon-table,
.price-komon-table td,
.price-komon-table th {
    border: solid 1px #595959;
    border-collapse: collapse;
}
.price-komon-table {
    margin: 0 auto;
    text-align: center;
    width: 500px;
}
.price-komon-table td,
.price-komon-table th {
    padding: 3px;
    width: 60px;
}
.price-komon-table th {
    color: white;
    background: blue;
}
/* 顧問料金表の注釈 */
.price-komon-list-box {
    display: flex;
    width: 500px;
    /* height: 215px; */
    height: auto;
    background: #d0e39b;
    border-radius: 8px;
    margin: 0 auto;
}

/* スポット契約 */
.price-spot-title {
    font-weight: bold;
    padding-left: 16%;
    border-bottom: 1px solid #000;
}
.price-spot-text {
    padding-left: 16%;
    padding-right: 16%;
}
/*給与計算*/
.price-kyuyo-title {
    font-weight: bold;
    padding-left: 16%;
    border-bottom: 1px solid #000;
}
.price-kyuyo-text {
    padding-left: 16%;
    padding-right: 16%;
}
/* 給与計算の注釈 */
.price-kyuyo-list-box {
    display: flex;
    width: 500px;
    /* height: 140px; */
    height: auto;
    background: #d0e39b;
    border-radius: 8px;
    margin: 0 auto;
}
/*助成金等手続き*/
.price-josei-title {
    font-weight: bold;
    padding-left: 16%;
    border-bottom: 1px solid #000;
}
.price-josei-text {
    padding-left: 16%;
    padding-right: 16%;
}
/* 契約までの流れ */
.price-nagare-title {
    font-weight: bold;
    padding-left: 16%;
    border-top: 1px solid #000;
}
.price-nagare-text {
    padding-left: 26%;
    padding-right: 16%;
}
.price-nagare-text-num {
    font-weight: bold;
}

/* ---------- 「お問い合わせ」の設定 ---------- */
/* メインの設定 */
.contact-main {
    padding-bottom: 80px;
}
.contact-title {
    text-align: center;
}
.contact-text {
    text-align: center;
}

/* 入力フォームの設定 */
.contact-form {
    margin-top: 80px;
    margin: 0 auto;
    width: 600px;
    align-items: center;
    justify-content: center;
}
.contact-form-item {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 99%;
    align-items: center;
    justify-content: center;
}
.contact-form-item1 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    gap: 4%;
    width: 100%;
}
.contact-form-item1-container {
    width: 48%;
}
.contact-form-item-label {
    width: 100%;
    letter-spacing: 0.05em;
    font-size: 16px;
    margin-top: auto;
    margin-bottom: 0;
}
.contact-form-item-label span {
    color:white;
    background-color: red;
    font-size: 10px;
    font-weight: bold;
}
.contact-form-inputbox {
    line-height: 1.5em;
    height: 3em;
    display: inline-block;
    width: 100%;
}
.contact-form-inputbox1 {
    line-height: 1.5em;
    height: 3em;
    display: inline-block;
    width: 100%;
}
.contact-message {
    width: 100%;
}
.contact-form-soshin-btn {
    text-align : center ;
    margin-left: auto;
    margin-right: auto;
}
.soshinkekka {
    text-align : center ;
}

/* ---------- 「ページトップへ」のボタンの設定(各ページ共通) ---------- */
.pagetop {
    height: 30px;
    width: 30px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
/* activeクラスが付与されたとき */
.pagetop.active {
    display: block;
}
/* ホバーしたとき */
.pagetop:hover {
    opacity: 0.8;
    transition: 0.3s;
}

/* ---------- フッターの設定(各ページ共通) ---------- */

/* お問い合わせの欄の設定 */
.footer1 {
    display: flex;
    align-items: stretch;
    gap: 0rem;
    padding-bottom: 10px;
}
.footer1-contact-1 {
    border: 1px solid #333;
    font-size: 18px;
    padding: 10px;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    background-color: #ddd;
    width: 50%;
}
.footer1-contact-2 {
    a {
    text-decoration:none;
    }
    border: 1px solid #333;
    border-left: none;
    font-size: 18px;
    padding: 10px;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    background-color: #ddd;
    width: 50%;
}

/* 事務所の情報の設定 */
.footer2 {
    align-items: stretch;
    justify-content: center;
}
/* 事務所の情報 */
/* .footer2-info-table { */
    /* border: 3px solid transparent; */
    /* background-size: cover; */
    /* background-position: center; */
    /* margin-bottom: 2rem; */
    /* padding: 1rem; */
    /* width: 49%; */
/* } */

/* 事務所の情報のスタイル設定 */
.footer2-info-name {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.footer2-info-table {
    width: 50%;
    margin: auto;
    padding: 0 1.5rem;
    border: 1px solid transparent;
    border-spacing: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer2-info-table th,
.footer2-info-table td {
    border-bottom: 1px solid #c9c2bc;
    border-top: none;
    border-left: none;
    border-right: none;
}
.footer2-info-table th {
    text-align: center;
    font-weight: nomal;
    line-height: 16px;
    padding: 1rem;
}
.footer2-info-table td {
    a {
    text-decoration:none;
    }
    text-align: left;
    line-height: 16px;
    padding: 2rem 0;
}


/* 著作権について */
.footer3 {
    display: block;
}
.chosakuken {
    width: 100%;
    border: 3px solid transparent;
    background-color: #aeb5dc;
    text-align: center;
}
