html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    word-break: normal;
}

html {
    font-size: 62.5%;
}
body {
    font-size: 1.4rem;
    -webkit-text-size-adjust: none;
    padding-right: constant(safe-area-inset-right);/* iphoneX�p */
    padding-left: constant(safe-area-inset-left);/* iphoneX�p */
    padding-right: env(safe-area-inset-right);/* iphoneX�p */
    padding-left: env(safe-area-inset-left);/* iphoneX�p */
    word-break:break-all;
}
*{
    color: #333;
}
a {
    text-decoration: none;
}
a:hover {
    transition: 0.2s ease-in-out;
    opacity: .8;
}
.cl {
    clear: both;
}
p {
    line-height: 2;
    font-size: 1.6rem;
}

/* Text */
.textcontainer-center {
    text-align: center;
}
.text-spoken {/* 話し言葉 */
    line-height: 1.8;
    font-size: 1.6rem;
    font-family:"游明朝","Yu Mincho",serif;
}
.text-spoken-large {
    line-height: 2;
    font-size: 2rem;
    font-family:"游明朝","Yu Mincho",serif;
}
.text-spoken-small {
    line-height: 1.6;
    font-size: 1.4rem;
    font-family:"游明朝","Yu Mincho",serif;
}
.text-info {/* 情報 */
    line-height: 1.8;
    font-size: 1.6rem;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
.text-info-large {
    line-height: 1.8;
    font-size: 2.2rem;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
.text-info-small {
    line-height: 1.6;
    font-size: 1.4rem;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

/* Button */
.btn-cv {
    display: block;
    height: 70px;
    line-height: 82px;
    border-radius: 47px;
    box-shadow: 1px 1px 8px rgb(0 0 0 / .5);
    background: #000;
    color: #FFF;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.6rem;
    text-align: center;
    transition: 0.2s ease-in;
}
.btn-cv:hover {
    opacity: 1;
    box-shadow: none;
    transition: 0.2s ease-out;
}
.btn-anchor {
    position: relative;
    display: block;
    padding: 10px 20px;
    border: solid 2px #808080;
    background: #FFF;
    color: #000;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    box-shadow: 2px 4px 0px rgb(0 0 0 / .1);
}
.btn-submit {
    display: block;
    width: 100%;
    line-height: 70px;
    border-radius: 47px;
    box-shadow: 2px 4px 0px rgb(0 0 0 / .1);
    background: #ffdb00;
    color: #000;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
}
.btn-move {
    display: inline-block;
    position: relative;
    padding: 12px 40px 12px 32px;
    border-radius: 47px;
    box-shadow: 2px 4px 0px rgb(0 0 0 / .1);
    background: #000;
    color: #FFF;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}
.btn-move::after {
    content: url(../img/common/ic_outside-w.png);
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0,-50%);
}
.btn-return {
    display: inline-block;
    position: relative;
    margin: 16px 0;
    padding: 12px 40px 12px 32px;
    border-radius: 47px;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
}
.btn-return::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    transform: translate(0,-50%) rotate(225deg);
}

/* Badge */
.badge {
    display: inline-block;
    padding: 2px 4px;
    vertical-align: middle;
    line-height: 1.8;
    font-size: 1.4rem;
    margin: 0 4px;
}
.badge-yellow {
    background: #ffdb00;
}
.badge-red {
    background: #c93939;
    color: #FFF;
}
.badge-gray {
    background: #DDD;
    color: #000;
}

/* Container */
.wrapper {
    padding: 70px 0;
}
.container-large {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 24px;
}
.container-midium {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.container-small {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}
.container-w30 {
    float: left;
    width: 30%;
}
.container-w70 {
    float: left;
    width: 75%;
}

/* Title・Heading */
h2.pagetitle {
    margin: 60px 0;
    text-align: center;
    font-family: 'Audiowide', cursive;
    font-size: 6.8rem;
    text-align: center;
}
/* Table */
table {
    width: 100%;
    border: solid 1px #888;
    background: #FFF;
}
table tr th {
    width: 160px;
    line-height: 1.6;
    padding: 20px;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: solid 1px #888;
    text-align: left;
    box-sizing: border-box;
}
table tr td {
    padding: 16px;
    border-bottom: solid 1px #888;
    box-sizing: border-box;
    line-height: 1.8;
    font-size: 1.6rem;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
table.table-company tr th {
    padding-bottom: 0;
}
table tr td ul {
    padding: 0 0 0 24px;
}
table tr td ul li {
    list-style-type: circle;
}

/*Header*/
header {
    position: fixed;
    width: 100%;
    height: 70px;
    background: rgb(255 255 255 / 0.97);
    overflow: hidden;
    z-index: 2;
}
header h1 {
    float: left;
    font-family: 'Audiowide', cursive;
    font-size: 24px;
    padding: 20px 0 0 20px;
}
header h1 a {
    display: block;
    font-weight: normal;
}
header nav#header-pc {
    float: right;
    padding: 8px 8px 0 0;
}
header nav#header-pc a {
    font-family: 'Josefin Sans', sans-serif;
    margin: 8px;
    font-size: 1.6rem;
}
header nav#header-pc a.btn_contact {
    display: inline-block;
    padding: 8px 32px;
    border-radius: 30px;
    background: #ffdb00;
    box-shadow: 0px 1px 4px rgb(0 0 0 / .2);    
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.6rem;
    text-align: center;
    transition: 0.2s ease-in;
}
header nav#header-pc a.btn_contact:hover {
    opacity: 1;
    box-shadow: none;
    transition: 0.2s ease-out;
}

.hamburger {
    display: none;
    position: fixed;
    z-index : 12;
    right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}
.hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 3px ;
    left    : 6px;
    background: #000;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 10px;
}
.hamburger span:nth-child(2) {
    top: 20px;
}
.hamburger span:nth-child(3) {
    top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#fff;
    transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    transform        : rotate(45deg);
}
nav.globalnav_sp {
    display: none;
    position: fixed;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba(0,0,0,0.9);
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: opacity .6s ease, visibility .6s ease;
}
nav.globalnav_sp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalnav_sp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
}
nav.globalnav_sp ul li:last-child {
    padding-bottom: 0;
}
nav.globalnav_sp ul li a:hover {
    color: #fff9d5;
}
nav.globalnav_sp ul li a {
    display: block;
    color: #fff;
    padding: 32px 0;
    font-size: 1.6rem;
    font-family: 'Josefin Sans', sans-serif;
}
 /* このクラスを、jQueryで付与・削除する */
 nav.globalnav_sp.active {
    display: block;
    opacity: 100;
    z-index: 11;
}

/* Prallax */
.separation {
    min-height: 230px;
    margin: 80px 0;
    background: url(../img/common/bg_service.jpg) no-repeat center center;
    background-size: cover;    
}

/* Contact */
#contact {
    background: #ffdb00;
}
#contact .contact_container {
    padding: 40px 20px;
    overflow: hidden;
}
#contact .contact_container p {
    float: left;
    width: 60%;
    font-weight: bold;
}  
#contact .contact_container .contact_container_btn {
    float: right;
    width: 40%;
    padding: 0 0 0 16px;
    box-sizing: border-box;
}  

/*Footer*/
footer {
    padding: 40px 0;
    background: #FFF url(../img/common/bg_footer.jpg) no-repeat 50% 50%;
    background-size: cover;
}
footer .footer_container {
    overflow: hidden;
}
footer .footer_container .access {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
footer .footer_container .access p.companyname {
    font-family: 'Audiowide', "游ゴシック","Yu Gochic","メイリオ",Meiryo;
    font-size: 2.4rem;
}
footer .footer_container .access p {
    margin: 0 0 40px 0;
    padding: 0 16px 0 0;
    color:#FFF;
    font-size: 1.4rem;
}
footer .footer_container ul.navigation {
    float: left;
    width: 50%;
    padding: 100px 0 0 0;
    box-sizing: border-box;
    border-left: solid 1px rgb(255 255 255 / 0.3);
}
footer .footer_container ul.navigation li {
    position: relative;
    padding: 0 0 44px 44px;
}  
footer .footer_container ul.navigation li a {
    display: inline-block;
    color: #FFF;
}
footer .footer_container ul.navigation li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 24px;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: translate(0,-50%) rotate(45deg);
}

footer .copyright {
    display: block;
    color: #CCC;
    text-align: center;
    margin: 32px 0 0 0;
}

/* ----------------------------------------------

                タブレット（ ~1024px ）

---------------------------------------------- */

@media screen and (max-width: 1024px) {
      /* Container */
      .container-w30 {
        float: none;
        width: 100%;
    }
    .container-w70 {
        float: none;
        width: 100%;
    }
   
}
/* ----------------------------------------------

                スマートフォン（ ~600px ）

---------------------------------------------- */

@media screen and (max-width: 600px) {
    nav#header-pc {
        display: none;
    }
    .hamburger {
        display: block;
    }
    /* Text */
    .text-spoken {/* 話し言葉 */
        line-height: 1.8;
        font-size: 1.4rem;
        font-family:"游明朝","Yu Mincho",serif;
    }
    .text-spoken-small {
        line-height: 1.6;
        font-size: 1.2rem;
        font-family:"游明朝","Yu Mincho",serif;
    }
    .text-spoken-large {
        line-height: 1.8;
        font-size: 1.8rem;
        font-family:"游明朝","Yu Mincho",serif;
    }
    .text-info {/* 情報 */
        line-height: 1.8;
        font-size: 1.4rem;
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    }
    .text-info-large {
        line-height: 1.8;
        font-size: 2rem;
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    }
    .text-info-small {
        line-height: 1.6;
        font-size: 1.2rem;
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    }
    /* Button */
    .btn-move {
        width: 100%;
        box-sizing: border-box;
    }
    .separation {
        min-height: 160px;
        background-position: center center;
        background-size: cover;
    }
    .separation.separation-01 {
        background-image: url(../img/common/bg_service-sp.jpg);
    }    
    h2.pagetitle {
        font-size: 4.8rem;
    }
    table tr th {
        display: block;
        width: 100%;
        padding: 16px;
        border: none;
    }
    table tr td {
        display: block;
    }
    #contact .contact_container p {
        float: none;
        width: 100%;    
    }
    #contact .contact_container .contact_container_btn {
        float: none;
        width: 100%;
        padding: 16px 0 0 0;   
    }
    footer .footer_container .access {
        float: none;
        width: 100%;    
    }
    footer .footer_container ul.navigation {
        float: none;
        width: 100%;   
        padding: 32px 0 0 0;
        border-left: none; 
        border-top: solid 1px rgb(255 255 255 / 0.3);

    }
    footer .footer_container ul.navigation li {
        padding: 0 0 32px 24px;
    }
    footer .footer_container ul.navigation li::after {
        left: 4px;
    }
}
    