@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700,900&display=swap&subset=japanese');

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');

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,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video
{
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
}

header,
footer,
article,
section,
aside,
hgroup,
nav,
menu,
figure,
figcaption,
time
{
    display: block;
}

li
{
    list-style: none;
}

ol li
{
    list-style: decimal;
}

img
{
    font-size: 0;
    line-height: 0;

    vertical-align: top;

    border: 0;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

caption,
th
{
    text-align: left;
}

hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

input,
textarea
{
    margin: 0;
    padding: 0;
}

input,
button,
select,
textarea
{
    font: inherit;

    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

textarea
{
    resize: vertical;
}

input[type='checkbox'],
input[type='radio']
{
    display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select
{
    cursor: pointer;
}

select::-ms-expand
{
    display: none;
}

/*----------------------------------------
	Fonts
----------------------------------------*/

/*----------------------------------------
	Common
----------------------------------------*/

html
{
    height: 100%;
    scroll-behavior: smooth;
}

body
{
    font-family: 'Yu Gothic', YuGothic, '游ゴシック体', 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;

    overflow-x: hidden;

    height: 100%;

    color: #333;
    background: #fff;

    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}

body.is_fixed
{
    overflow: hidden;
}

a
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
    text-decoration: none;

    color: #40220d;
}

img
{
    vertical-align: bottom;

    -webkit-backface-visibility: hidden;
}

.l-header
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .80);
}

.p-header-container
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1000px;
    height: 70px;
    padding: 12px 20px;
    margin: 0 auto;
}

.p-header-container__logo
{
    line-height: 0;
    float: left;
}

.p-header-container__logo a
{
    display: block;
}

.p-header-container__logo a:hover
{
    opacity: .6;
}

.p-header-container__logo a img
{
    width: auto;
    height: 46px;
}

.p-header-container__navi ul
{
    float: left;
    margin-left: 10px;
    width: 790px;
}

.p-header-container__navi ul li
{
    width: 80px;
    float: left;
    margin-top: 13px;

    padding: 0 3px;

    text-align: center;
}
.p-header-container__navi ul li:last-child
{
    float: right;
    margin-top: 5px;
    width: 170px;
}

.p-header-container__navi ul li a
{
    font-size: 17px;
    font-weight: 300;
    line-height: 1;

    display: block;

    color: #454545;
    letter-spacing: 1px;
}

.p-header-container__navi ul li a:hover
{
    text-decoration: underline;
}

.p-header-container__contact {
    
    float: right;
}

.p-header-container .toggle
{
    position: absolute;
    z-index: 10;
    top: 3px;
    right: 15px;;

    display: none;

    width: 40px;
    height: 55px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}

.p-header-container .toggle.is_active
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.p-header-container .toggle.is_active span
{
    left: 50%;
}

.p-header-container .toggle.is_active span:nth-of-type(1)
{
    top: 50%;

    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}

.p-header-container .toggle.is_active span:nth-of-type(2)
{
    top: 50%;
    bottom: auto;

    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}

.p-header-container .toggle span
{
    position: absolute;
    left: 50%;

    display: block;

    width: 6.667vw;
    height: .533vw;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background-color: #454545;
}

.p-header-container .toggle span:nth-of-type(1)
{
    top: 1.867vw;
}

.p-header-container .toggle span:nth-of-type(2)
{
    bottom: 1.867vw;
}


.p-index-main-visual figure img
{
    width: 100%;
    height: auto;
}
.p-index-main-visual figure img.pc
{
    display: block;
}
.p-index-main-visual figure img.sp
{
    display: none;
}


.u-fadein-up
{
    -webkit-transition: all 3s cubic-bezier(0, 1, .5, 1);
            transition: all 3s cubic-bezier(0, 1, .5, 1);
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);

    opacity: 0;
}

.content { padding-top: 70px; width: 1000px; margin: 0 auto; overflow: hidden;}
  .pc { display:block; }
  .sp { display:none; }
.text {
    font-size: 15px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro', serif;
    line-height: 2.2;
    text-align: center;
}
.privacy-text {
    font-size: 11px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro', serif;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 15px;
}

.ttl-01 {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro', serif;
    color: #515151;
    line-height: 1.3;
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.ttl-01 span {
    padding: 0 7px 3px;
    border-bottom: 1px solid #515151;
    display: inline-block;
}



.service {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid #000;
    margin-bottom: 70px;
}
.service .service-l {
    width: 546px;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding: 20px 40px;
}
.service .service-r {
    width: 450px;
    height: auto;
    float: right;
}
.service .service-r img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.service .service-l .ttl-01,
.service .service-l .text {
    text-align: left;
}
.service .service-l .ttl-01
{
    margin-bottom: 30px;
}


.ttl-02 {
    border-left: 2px solid #515151;
    padding-left: 25px;
    margin-bottom: 15px;
}
.ttl-02 img {
    width: auto;
    height: 66px;
    overflow: hidden;
}

.ttl-02 span {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4;
    vertical-align: super;
}


.text02 {
    font-size: 15px;
    color: #515151;
    line-height: 1.7;
    padding-left: 30px;
    margin-bottom: 50px;
}






.recruit {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid #000;
    margin-bottom: 70px;
}
.recruit .recruit-l {
    width: 450px;
    height: auto;
    float: left;
}
.recruit .recruit-r {
    width: 546px;
    height: auto;
    float: right;
    box-sizing: border-box;
    padding: 20px 40px;
}
.recruit .recruit-l img {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.recruit .recruit-r .text {
    text-align: left;
    line-height: 1.9;
    margin-bottom: 15px;
}
.recruit .recruit-r .ttl-01
{
    margin-bottom: 30px;
    text-align: left;
}

.recruit a:hover {
    opacity: .6;
}






#profile table
{
    width: 80%;
    margin: 0 auto 80px;
}

#profile table th
{
    font-size: 18px;
    font-weight: 300;
    width: 180px;
    padding: 10px 0;

    color: #515151;
    border-bottom: 1px solid #fff;
}

#profile table td
{
    font-size: 18px;

    padding: 10px 25px;

    color: #515151;
    border-bottom: 1px solid #fff;
}






.footer .logo {
    width: 160px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 25px;
}
.footer .logo img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footer .copyright {
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 40px;
}


















@media (max-width: 1000px)
{
    .p-header-container
    {
        height: 56px;
        padding: 0 2.667vw;
    }

    .p-header-container__logo a img
    {
        width: 150px;
        height: auto;
        margin-top: 5px;
    }

    .p-header-container__navi
    {
        display: none;
    }

    .p-header-container__navi ul
    {
        position: fixed;
        top: 0;
        left: 0;

                flex-direction: column;

        width: 100%;
        height: 100%;
        box-sizing: border-box;

        background: #fff;
        margin: 0;
        padding: 30px 10%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }

    .p-header-container__navi ul li
    {
        padding: 15px 0;
        float: none;
    }

    .p-header-container__navi ul li:after
    {
        display: none;
    }

    .p-header-container__navi ul li a
    {
        font-size: 20px;
    }
    .p-header-container__navi ul li.sp-ct a
    {
        font-size: 20px;
        background: -webkit-gradient(linear, left top, right top, from(#f9b2e4), to(#f6a874));
    background: linear-gradient(90deg, #f9b2e4 0%, #f6a874 100%);
        border-radius:4px; 
        color: #fff;
        padding: 12px 0 13px;
        font-weight: bold;
        
    }
    .p-header-container__navi ul li.sp-tel a
    {
        font-size: 20px;
        background: -webkit-gradient(linear, left top, right top, from(#f50dfa1), to(#aee48a));
    background: linear-gradient(90deg, #50dfa1 0%, #aee48a 100%);
    border-radius:4px; 
        color: #fff;
        padding: 12px 0 13px;
        font-weight: bold;
        
    }

    .p-header-container__navi ul li a span
    {
        font-size: 3.733vw;

        margin-top: 2.667vw;
    }

    .p-header-container__contact
    {
        display: none;
    }

    .p-header-container .toggle
    {
        display: block;
    }
	

    
.content { padding-top: 70px; width: 90%; margin: 0 auto; overflow: hidden;}
.text {
    font-size: 15px;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Noto Serif JP', 'Hiragino Mincho Pro', serif;
    line-height: 2.2;
    text-align: center;
}
.ttl-01 {
    font-size: 36px;
}

    
    
    
    
.service {
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 40px;
}
.service .service-l {
    width: 52%;
    height: auto;
    padding: 10px 20px 15px;
}
.service .service-r {
    width: 47%;
    height: auto;
    float: left;
    padding-top: 25px;
    padding-right: 10px;
    box-sizing: border-box;
}

.service .service-l .text {
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
}
.service .service-l .ttl-01
{
    margin-bottom: 20px;
    text-align: left;
    font-size: 28px;
}
    
    
  
    
    
    
.recruit {
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 10px;
}
.recruit .recruit-r img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.recruit .recruit-l {
    width: 47%;
    height: auto;
    float: left;
    padding-top: 25px;
    padding-right: 10px;
    box-sizing: border-box;
}
.recruit .recruit-r {
    width: 52%;
    height: auto;
    padding: 10px 20px 15px;
}

.recruit .recruit-r .text {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 14px;
}
.recruit .recruit-r .ttl-01
{
    margin-bottom: 20px;
    text-align: left;
    font-size: 28px;
}
    
    
    
    
    
    
#profile table
{
    width: 90%;
    margin: 0 auto;
}

#profile table th
{
    width: 120px;
    padding: 10px 0;

    color: #515151;
    border-bottom: 1px solid #fff;
}

#profile table td
{
    font-size: 18px;

    padding: 10px 25px;

    color: #515151;
    border-bottom: 1px solid #fff;
}
    



}








@media (max-width: 820px)
{

.company-o {
	width: 100%;
	height: 560px;
	overflow: hidden;
	margin: 0 auto 50px;
}

}







@media (max-width: 540px)
{
  .pc { display:none; }
  .sp { display:inline; }
	
.p-header-container .toggle
{
    top: 12px;
    right: 15px;;

    width: 50px;
    height: 30px;
}

.p-index-main-visual figure img.pc
{
    display: none;
}
.p-index-main-visual figure img.sp
{
    display: block;
}



.content { padding-top: 70px; width: 96%; margin: 0 auto; overflow: hidden;}
  .pc { display:none; }
  .sp { display:inline; }
.text {
    line-height: 1.8;
    text-align: center;
}


.ttl-01 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 40px;
}


.service {
    width: 96%;
    height: auto;
    overflow: hidden;
}
.service .service-l {
    width: 100%;
    height: auto;
    padding: 10px 20px 15px;
    float: none;
}
.service .service-r {
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
}

.service .service-l .text {
    text-align: left;
    line-height: 1.9;
    font-size: 15px;
}
.service .service-l .ttl-01
{
    margin-bottom: 20px;
    text-align: left;
    font-size: 28px;
}

.ttl-02 {
    border-left: 2px solid #515151;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1;
}
.ttl-02 img {
    width: auto;
    height: 38px;
    overflow: hidden;
}

.ttl-02 span {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
    vertical-align: super;
}


.text02 {
    font-size: 15px;
    color: #515151;
    line-height: 1.7;
    padding-left: 10px;
    margin-bottom: 30px;
}


    
    
    
.recruit {
    width: 96%;
    height: auto;
    overflow: hidden;
}
.recruit .recruit-l {
    width: 100%;
    height: auto;
    float: none;
    padding-top: 0;
    padding-right: 0px;
}
.recruit .recruit-r {
    width: 100%;
    height: auto;
    float: none;
    padding: 10px 20px 15px;
}

.recruit .recruit-r .text {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 14px;
}
.recruit .recruit-r .ttl-01
{
    margin-bottom: 20px;
    text-align: left;
    font-size: 28px;
}
    
    
    

    

#profile table
{
    width: 96%;
    margin: 0 auto 50px;
}

#profile table th
{
    width: 100%;
    font-size: 17px;
    display: block;
    padding: 10px 0 0px;

    color: #515151;
    border-bottom: 1px solid #fff;
}

#profile table td
{
    font-size: 17px;
    width: 100%;
    display: block;

    padding: 0px 0 12px;

    color: #515151;
    border-bottom: 1px solid #fff;
}

    
    
    
.footer .logo {
    width: 100px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 25px;
}
.footer .logo img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footer .copyright {
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 40px;
}


}


