@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", 'メイリオ', 'Meiryo', sans-serif;
    line-height: 1.7;
    color: #432;
}

body,
div,
p,
h1,
h2,
h3,
h4,
ul,
figure {
    margin: 0;
    padding: 0;
}

p,
td,
th,
li {
    line-height: 1.8;
}

/*括弧のあきを詰めつる*/
.palt {
    font-feature-settings: 'palt';
}


a {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*リンクの色を変えない*/
a,a:hover,a:visited{
    color: inherit;
}



/* HEADER
------------------------------- */
header {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    width: 100%;
}


.logo {
    width: 200px;
    margin: 20px 0 10px 0;
}

.main-nav {
    display: flex;
    width: 100%;
    font-size: 1rem;
    height: 2rem;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
    list-style: none;
    font-weight: bold;
}

.main-nav li {
    margin-left: 25px;
    list-style: none;
    position: relative;
}

.main-nav a {
    color: #432;
    height: 2rem;
    line-height: 2rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.main-nav a:hover {
    color: #19448e;
}

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

.page-header > :first-child {
    margin-right: auto;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

/*ハンバーガーメニュー*/
.hamburger-menu {
    display: none;
}

/* HOME
------------------------------- */
.home-contents {
    text-align: left;
    color: #19448e;
}

.home-contents p {
    font-size: 1.25rem;
    font-weight: bold;
}

.sub-title {
    font-size: 2.75rem;
    font-weight: bold;
    line-height: 1.25;
}

.sub-title2 {
    font-size: 2.75rem;
    font-weight: bold;
    line-height: 0.75;
}

/* 見出し */
.page-title {
    font-size: 1.75rem;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.0;
    padding-top: 10%;
    margin-bottom: 1.0%;
}

.page-title2 {
    font-size: 2.75rem;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.75;
    color: #000;
}

.page-title3 {
    font-size: 3rem;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 0.8;
    color: #000;
}

.box1 {
    width: 14%;
    padding: 0.5em 0.2em;
    margin: 2em 0;
    font-weight: bold;
    background-color: #19448e;
}

.box1 p {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    text-align: center;
    color: #fff;
}

/* HOMEの大きな背景画像 */
.big-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#home {
    background-image: url(../images/keyvisual.svg);
    min-height: 100vh;
    margin-bottom: 8%;
}

#home2 {
    background-image: url(../images/keyvisual_3_2.svg);
    min-height: 80vh;
}


#home .page-title,
#home2 .page-title2 {
    text-transform: none;
}



/* メインエリア基本レイアウト
------------------------------- */
section {
    padding-bottom: 100px;
}


/* メリット部分 */
.merit-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.merit-contents2 {
    margin-bottom: 3px;
}

.merit-heading {
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.merit-heading-2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.merit-text {
    display: flex;
    width: 100%;
}

.merit-waku {
    display: flex;
    margin: 10px 10px;
    padding: 1em 2.5em 1em 2.5em;
    border: solid 2px #006400;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
}

.merit-waku img {
    max-width: 100%;
    display: block;
    margin-right: 40px;
}

.merit-waku2 {
    padding: 1em 2em;
    margin-bottom: 10px;
    background-color: #19448e;
    color: #fff;
}

.merit-waku3 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 20px 5px 20px 5px;
    border: solid 2px #19448e;
    background-color: #fff;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);

}

.merit-waku3 a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #19448e;
    padding: 5px 0;
    transition: all 0.3s ease 0s;
}

.merit-waku3 :hover {
    background-color: #19448e;
    color: #fff;
}

.merit-waku4 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 50px 0px;
    border: solid 2px #19448e;
    background-color: #fff;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);

}

.merit-waku4 a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #19448e;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
}

.merit-waku4 :hover {
    background-color: #19448e;
    color: #fff;
}

.merit-waku5 {
    padding: 1em 2em;
    margin-bottom: 10px;
    background-color: #19448e;
    color: #fff;
}

.merit-waku6 {
    display: flex;
    margin: 10px 10px;
    padding: 1em 1.5em 1em 1.5em;
    background-color: #fff;
    border: solid 2px #19448e;
    border-radius: 10px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
}

.merit-waku7 {
    display: flex;
    margin: 10px 10px;
    padding: 1em 1.5em 1em 1.5em;
    background-color: #fff;
    border: solid 2px #19448e;
    border-radius: 10px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
}

.merit-waku8 {
    display: flex;
    margin: 10px 10px;
    padding: 0;
    background-color: #fff;
    border: solid 2px #19448e;
    border-radius: 10px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
}

.merit-waku9 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 20px 5px 0px 5px;
    background-color: #19448e;
    border-radius: 10px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);

}

.merit-waku9 p {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
}

.merit-waku10 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 20px 5px 20px 5px;
    background-color: #19448e;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);

}

.merit-waku10 a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    padding: 5px 0;
    transition: all 0.3s ease 0s;
}

.merit-waku10 :hover {
    background-color: #00bfff;
    color: #fff;
}

.series-name {
    font-size: 1.4rem;
    line-height: 1.5em;
    background: #19448e;
    padding: 0.6em 0;
    text-align: center;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.series-text {
    margin: 24px;
    text-align: justify;
}

.merit-text2 {
    width: 35%;
}

.merit-text3 {
    width: 63%;
}

.merit-text4 {
    width: 100%;
}

.merit-text5 {
    width: 48%;
}

.merit-text6 {
    display: flex;
    width: 50%;
}

.merit-text6 img {
    margin: 10px;

}

.merit-text7 {
    width: 30%;
}

.merit-description {
    background: #1E50A2;
    text-align: center;
    padding: 0.5rem 0;
    border-radius: 6px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

.scene-waku {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0px;
    padding: 1em 2em 1em 2em;
    border: solid 2px #19448e;
    background-color: #FFFAF0;
    border-radius: 10px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
}

.scene-waku p {
   margin: 0.25em 0px;   /* 上下に1em・左右に0px */
}
.scene-text {
    width: 100%;
}

.scene-text1 {
    width: 67%;
}

.scene-text2 {
    width: 32%;
}

.scene-text3 {
    width: 65%;
    margin: auto;
    display: block;
    padding-top: 20px;
}

.scene-text1 img {
    max-width: 100%;
}

.scene-text2 img {
    max-width: 100%;

}

.scene-text3 img {
    max-width: 60%;
    margin: auto;
}

/* MERITの大きな背景画像 */
.big-bg2 {
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.big-bg3 {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#main-back {
    background-image: url(../images/keyvisual_top2.svg);
    min-height: 100vh;

}

.Insight-text {
    width: 39%;
    text-align: justify;
}

.Insight-image {
    width: 55%;
}

.point {
    margin: 14px 0 14px 0;
    padding: 1em 0.5em 1em 2.5em;
    border: solid 2px #6BA831;
    border-radius: 10px;
    color: #006400;
    background-color: #fff;
}

.point li {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    padding: 0.5em 0;
}

.bo-p2 {
    font-size: 1.125rem;
    font-weight: normal;
    padding-top: 8px;
}


/* CONTACT
------------------------------- */
.contact {
    padding-top: 160px;
}

.contact p {
    font-size: 1.125rem;
}

/* フォーム */

form {
    padding: 50px;
    margin-top: 30px;
    background: #bee0c2;
}

form p {
    margin: 0 0 30px 0;
    font-weight: bold;
}

label {
    display: block;
    margin: 0 0 5px 0;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 5px 10px 5px 10px;
    height: 50px;
    border: none;
    border-radius: 0;
    background-image: none;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    height: 190px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: solid 1px #6BA831;
    outline: none;
    -webkit-box-shadow: 0 0 5px 0 #6BA831;
    box-shadow: 0 0 5px 0 #6BA831;
}


/* フォーム送信ボタン */

input[type="submit"] {
    display: inline-block;
    padding: 20px 60px 20px 60px;
    border: none;
    border-radius: 8px;
    background: #6BA831;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    transition: .4s;

}

input[type="submit"]:hover,
input[type="submit"]:focus {
    outline: none;
    background-color: #006400;
}

input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: none;
}

/* サンクスページ戻るボタン */
.btn-flat-border {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #006400;
    border: solid 2px #006400;
    border-radius: 3px;
    transition: .4s;
}

.btn-flat-border:hover {
    background: #006400;
    color: white;
}


/* COMPANY
------------------------------- */
#company {
    padding: 100px 0;
}

.company-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.company-text {
    width: 38%;
    text-align: justify;
}

.company-outline {
    width: 100%;
}

.company-outline ul {
    margin: 0;
    padding: 0;

}

.company-outline li {
    display: block;
    padding: 10px;
    border-bottom: solid 1px;
    font-size: 0.8rem;
    line-height: 1.4;
}

.company-outline li:first-child {
    border-top: solid 1px;
}

.company-outline .koumoku {
    font-weight: bold;
}

.company-outline:after {
    content: "";
    display: block;
    clear: both;
}

.company-outline .koumoku {
    float: left;
}

.company-outline .text {
    float: none;
    width: auto;
    margin-left: 120px;
}

.wrapper2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 4%;
}

/* ボタン
------------------------------- */
.button {
    display: inline-block;
    width: 49%;
    padding: 15px;
    margin-top: 15px;
    background-color: #fff;
    color: #19448e;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}

.button2 {
    display: inline-block;
    width: 49%;
    padding: 15px;
    margin-top: 15px;
    margin-left: 8px;
    background-color: #fff;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}

.button:hover {
    background-color: #38837C;
}

.button2:hover {
    background-color: #38837C;
}


/* FOOTER
------------------------------- */
footer {
    background: #38837C;
    padding: 42px 0;
}

footer p {
    color: #fff;
    font-size: 0.937rem;
    line-height: 1.1;
}

.page-footer {
    display: flex;
    align-items: flex-end;
}

.page-footer > :last-child {
    margin-left: auto;
}

.footer-logo {
    width: 70px;
    margin-right: 14px;
}

.hrt {
    font-size: 1.125rem;
    font-weight: bold;

}

/* People Best サンプルページ
------------------------------- */
#pb {
    background: #FAF7ED;
    padding: 0;
}


.pb-sample {
    padding-top: 80px;
}

.pb-sample img {
    width: 100%;
    margin-bottom: 5rem;
}

/* サンクスページ
------------------------------- */
#thanks {
    background: #FAF7ED;
}

.thanks-se {
    padding: 120px 0 50px 0;
}

/* その他のクラス
------------------------------- */
.midashi-h2 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 1rem;
}

.midashi-h3 {
    font-size: 1.85rem;
    line-height: 1.5;
    font-weight: bold;
    color: #19448e;
    margin-bottom: 1.25rem;
}

.midashi-h3-2 {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 1.25rem;
}

.futoji {
    font-weight: bold;
}

.futoji-2 {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.3;
}

.futoji-3 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

.futoji-4 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
}

.futoji-5 {
    font-size: 1.65rem;
    text-align: center;
    font-weight: bold;
    line-height: 2;
    border-top: solid 2px #19448e;
    border-bottom: solid 2px #19448e;
    margin-bottom: 18px;
}

.futoji-6 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.2;
    border-top: solid 2px #19448e;
    border-bottom: solid 2px #19448e;
    margin-bottom: 18px;
}


.futoji-7 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 50px;
}

.futoji-8 {
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 1.0;

}

.futoji-8 p {
    border-bottom: solid 1px #19448e;
    margin-bottom: 12px;
}

.futoji-9 {
    font-size: 1.2rem;
    line-height: 1.4;
}

.futoji-10 {
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 1.3;
}

.futoji-11 {
    font-weight: bold;
}


.futoji-12 {
    font-size: 1.5rem;
    color: #19448e;
    font-weight: bold;
    line-height: 2.2;
    border-top: solid 2px #19448e;
    border-bottom: solid 2px #19448e;
    margin-bottom: 18px;
}

.futoji-13 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.2;
}

.bo-p {
    font-size: 1.125rem;
    font-weight: bold;
}

.bo-p4 {
    font-size: 1.125rem;
    line-height: 1.5;
}

.t-right {
    text-align: right;
    line-height: 4;
}

.t-center {
    text-align: center;
}


.sage {
    padding-top: 15%;
    padding-bottom: 1%;
}

.sage2 {
    padding-top: 6%;
}

.sage3 {
    padding-bottom: 45%;
}

.sage4 {
    padding-bottom: 6%;
}

.sage5 {
    padding-top: 3%;
}

.sage6 {
    padding-bottom: 2%;
}

.sage7 {
    padding-top: 12%;
    padding-bottom: 1%;
}

.sage8 {
    padding-bottom: 10%;
}

.sage9 {
    padding-bottom: 1.5%;
}


.fukidashi-h3 {
    position: relative;
    padding: 0.3em;
    background: #19448e;
    text-align: center;
    font-size: 1.5rem;
    color: #ffff00;
}

.fukidashi-h3:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 24px;
    border: 10px solid transparent;
    border-top: 12px solid #19448e;
    width: 0;
    height: 0;
}

.fukidashi {
    padding: 0.3em;
    background: #19448e;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
}

.link_box {
    display: inline-block;
    width: 100%;
    padding: 0.2em 0;
    background: #19448e;
    text-align: center;
    font-size: 1.2rem;
    color: #ffff00;
    transition: all 0.3s ease 0s;
}

.link_box2 {
    display: inline-block;
    width: 20%;
    padding: 0.2em;
    background: #19448e;
    text-align: center;
    font-size: 1.2rem;
    color: #ffff;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.link_box:hover,
.link_box2:hover {
    background-color: #00bfff;
    color: #ffff;
}


.bd-color {
    background-color: #FFFAF0;
}

.red {
    color: #e60033;
}

.green {
    color: #006400;
}

.blue {
    color: #19448e;
}

.green2 {
    background-color: #006400;
}

.blue2 {
    background-color: #19448e;
}






/*両端揃え*/
.jfy {
    text-align: justify;
}

.indent-1 {
    text-indent: -1em;
    padding-left: 1em;
}


.mini {
    font-size: 1rem;
}

.mini2 {
    font-size: 0.85rem;
    font-weight: normal;
    position: absolute;
    top: 0.25rem;
}

.mini3 {
    font-size: 0.85rem;
    font-weight: normal;
}


.mini4 {
    font-size: 0.70rem;
    font-weight: normal;
}

.mb1 {
    margin-bottom: 1.5em;
}

.mb2 {
    margin-bottom: 3.5em;
}

.mb3 {
    margin-bottom: 1em;
}

.lh {
    line-height: 1.8;

}


.futoji-5 br,
.futoji-12 br {
    display: none;
}


/* モバイル版
------------------------------- */
@media (max-width: 768px) {

    .logo {
        width: 160px;
        margin-top: 10px;
    }

    .page-title {
        font-size: 1.25rem;
        line-height: 1.3;
        padding-top: 26%;
    }


    /* HEADER */
    .main-nav {
        display: none;
    }

    .contact-btn a {
        padding: 12px 18px;
        font-size: 0.812rem;

    }

    /* HOME */

    .home-contents p {
        font-size: 0.812rem;
    }

    #home {
        min-height: 70vh;
    }

    .sub-title {
        font-size: 1.25rem;
        line-height: 1.25;
    }

    /* SERVICE */
    .page-title2 {
        font-size: 1.5rem;
        line-height: 1;
    }

    .page-title3 {
        font-size: 1.75rem;
        line-height: 1;
    }


    .box1 {
        width: 30%;
        padding: 0.5em;
        margin: 1em 0;

    }

    .sage {
        padding-top: 30%;
    }

    .sage2,
    .sage7 {
        padding-top: 10%;
    }


    /* MERIT */
    section {
        padding-bottom: 70px;
    }

    .merit-contents {
        flex-direction: column;
    }

    .merit-heading,
    .merit-heading-2 {
        text-align: left;
        margin-top: 20px;
    }


    .merit-text,
    .merit-text2,
    .merit-text3,
    .merit-text4,
    .merit-text5,
    .merit-text6,
    .merit-text7,
    .link_box2,
    .scene-text1,
    .scene-text2 {
        width: 100%;
    }

    .midashi-h2,
    .midashi-h3,
    .midashi-h3-2 {
        font-size: 1rem;
    }

    .page-title br,
    .merit-text br,
    .merit-waku2 br,
    .merit-waku5 br,
    .midashi-h2 br,
    .futoji-7 br,
    .bo-p br,
    .futoji br {
        display: none;
    }

    .merit-waku,
    .scene-waku {
        flex-direction: column;
    }

    .merit-waku,
    .scene-waku {
        padding: 1em;
    }

    .merit-waku img {
        max-width: 30%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .scene-text2 img {
        max-width: 80%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .scene-text3 img {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .merit-waku2,
    .merit-waku5,
    .futoji-5,
    .futoji-6,
    .midashi-h3 {
        text-align: center;
    }

    .merit-waku3,
    .merit-waku10 {
        margin: 10px 0px 0px 0px;
    }

    .futoji p {
        font-size: 0.85rem;
        line-height: 1.5rem;

    }

    .futoji-5,
    .merit-waku3 a,
    .merit-waku4 a,
    .merit-waku10 a {
        font-size: 1rem;
        line-height: 1.75rem;
    }

    .merit-waku8 {
        margin: 10px 0px 10px 0px;
    }

    .merit-waku9 {
        margin: 10px 0px 0px 0px;
    }


    .futoji-5 {
        margin-bottom: 10px;
    }
    
    .futoji-4 {
    font-size: 1rem;
    }

    .futoji-6 {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .futoji-8 {
        font-size: 1rem;
    }

    .futoji-12 {
        font-size: 1rem;
        line-height: 1.5;
        
    }
    
    .futoji-13 {
    font-size: 1.2rem;
    line-height: 1.5em;
    }
    
    .series-name {
        font-size: 1rem;
        line-height: 1.5em;
    }

    .series-text {
        margin: 10px;
    }

    .mini {
        font-size: 0.75rem;
    }

    .t-right {
        font-size: 0.8rem;
    }

    .Insight-text,
    .Insight-image {
        width: 100%;
    }

    .Insight-image {
        margin-top: 30px;
    }

    .Insight-text br {
        display: none;
    }

    .merit-description {
        padding: 0.5rem 2rem;
        font-size: 1.25rem;
    }
    
    .lh2 {
    line-height: 0.75;

}




    /* TEIAN */
    #teian {
        flex-direction: column;
        align-items: center;
    }


    .teian-contents {
        text-align: center;
    }

    .teian-contents p {
        font-size: 1.25rem;
        color: #fff;
        margin: 35px 35px;
    }

    .t-right {
        text-align: center;
    }

    /* SAMPLE */
    #sample {
        padding: 40px 0;
    }

    .sample-contents {
        flex-direction: column;
        align-items: center;
    }

    .sample-s,
    .sample-c {
        width: 100%;
    }

    .sample-contents {
        text-align: center;
    }

    .sample-s {
        margin-bottom: 20px;
    }

    .futoji-3 {
        font-size: 1.5rem;
        line-height: 1;
    }

    .futoji-7 {
        font-size: 1rem;
        margin-top: 20px;

    }

    .futoji-9 {
        font-size: 0.85rem;
    }

    .sp-br,
    .futoji-5 br,
    .futoji-12 br {
        display: block;
    }


    /* COMPANY */
    #company {
        padding: 60px 0;
    }

    .company-contents {
        flex-direction: column;
    }

    .company-text,
    .company-outline {
        width: 100%;
    }

    .company-text {
        padding-bottom: 50px;
    }

    .bo-p2 {
        font-size: 1rem;
    }

    .point li {
        font-size: 1rem;
        line-height: 0.8;

    }



    /* CONTACT */
    .contact {
        padding-top: 80px;
    }

    .contact p {
        font-size: 0.75rem;
    }

    form {
        padding: 10px;
        margin-top: 10px;
    }

    form p {
        margin: 0 0 16px 0;

    }

    /* FOOTER */
    footer {
        padding: 34px 0;
    }

    .page-footer {
        flex-direction: column;
        align-items: center;
    }

    .page-footer > :last-child {
        margin: auto;
    }

    footer p {
        font-size: 0.75rem;
        line-height: 1.6;
    }

    .hrt {
        font-size: 0.812rem;
        font-weight: bold;
    }

    .footer-logo {
        width: 58px;
        margin-right: 10px;
        margin-bottom: 2px
    }

    /* People Best サンプルページ*/
    .pb-sample img {
        width: 100%;
        margin-bottom: 3rem;
    }

    .bo-p3 {
        margin-bottom: 3rem;
    }
    
    .bo-p4 {
        font-size: 1rem;
    }


    /*ハンバーガーメニュー*/
    .hamburger-menu {
        display: block;
    }

    .menu-btn {
        position: fixed;
        top: 0px;
        right: 0px;
        display: flex;
        height: 50px;
        width: 50px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #19448e;
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }

    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
        /*メニューオープン時は真ん中の線を透明にする*/
    }

    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    #menu-btn-check {
        display: none;
    }

    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        /*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #19448e;
        transition: all 0.5s;
        /*アニメーション設定*/
    }

    #menu-btn-check:checked ~ .menu-content {
        left: 0;
        /*メニューを画面内へ*/
    }

    .menu-content ul {
        padding: 70px 10px 0;
    }

    .menu-content ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }

    .menu-content ul li a,
    .m-c {
        display: block;
        width: 100%;
        font-size: 16px;
        text-transform: uppercase;
        box-sizing: border-box;
        color: #ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
        transition: all 0.3s ease 0s;
    }

    .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }

    .menu-content ul li a:hover {
        color: #ffff00;
    }



}


/*追加分*/

hr {
    padding: 10px 0px 0px 0px;
    border: none;
}

.hr1 {
    border-top: 1px dashed #c0c0c0;
}

indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}