@charset "utf-8";

body {
    padding-top: 66px !important;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #332e2d;
    letter-spacing: 1px;
}
img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    height: auto;
    width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	line-height: 1;
}

.cl {
	clear: both;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
      opacity:0.7;
      filter: alpha(opacity=70);
      -ms-filter: "alpha( opacity=70 )";
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.only_pc {
}

.only_sp {
    display: none;
}
.il_bl {
    display: inline-block;
}
.txt_red {
	color: #D5181A;
}

header {
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    z-index: 1000;
    background-color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 12px;/*
    -webkit-box-shadow: 0px 4px 16px hsla(0,0%,53%,0.15);
    box-shadow: 0px 4px 16px hsla(0,0%,53%,0.15);
    transition: transform 0.3s ease;
*/
    left: 0px;
    padding-right: 96px;
    /*
    background-image: url(../images/deco.svg);
    background-repeat: no-repeat;
    background-position: left 300px top -200px;
    background-size: 90% auto;
*/
	 /* アニメーション */
    transition: box-shadow 0.3s ease;
}

/* スクロール後 */
header.scrolled {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
#head_logo {
    width: 144px;
    z-index: 1002;
}
#head_logo a {
}
#head_logo a img {
}
#head_menu_wrap {
    display: flex;
    align-items: center;
}
#head_menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 24px;
    justify-content: center;
}
#head_tel-wrap {
    display: flex;
	gap:24px;
}
.head_tel-each {
}
.head_tel-each p {
    font-size: 17px;
    font-weight: 600;
    line-height: 1em;
}
.head_tel-each p img {
    width: 10px;
    vertical-align: baseline;
    margin-right: 3px;
}
#head_mail {
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    right: 0px;
}

#head_mail a {
    background-color: #D5181A;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1em;
    font-weight: 600;
    padding-top: 28px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 28px;
    box-sizing: border-box;
    letter-spacing: 0px;
    display: flex;
    clip-path: polygon(
        26px 0,
        100% 0,
        100% 100%,
        0 100%,
        0 28px
    );
    flex-direction: column;
    align-items: center;
}

#head_mail a img  {
    width: 30px;
    margin-bottom: 12px;
}
.contents_wrap {
    max-width: 1200px;
    margin-left: auto;
    padding-right: 6.15%;
    padding-left: 6.15%;
    margin-right: auto;
}

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

.link_btn a {
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow.svg);
    background-position: right center;
    background-size: 48px auto;
    padding-right: 56px;
    padding-top: 16px;
    font-size: 15px;

}
.link_btn a span {
    border-bottom: 1px solid #332e2d;
    padding-bottom: 4px;
}
.h_eng {
    font-family: "Outfit", sans-serif;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
}
.h_eng.txt_left {
    text-align: left;
    line-height: 1;
}
.h_eng::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    margin: 10px auto 0;
    background-color: #332e2d;
}
.h_eng.txt_left::after {
    margin: 8px auto 0 0;
}
.cont_h2 {
    font-size: 32px;
    line-height: 1;
    text-align: center;
}
.cont_h2_il-bl {
    background-image: url(../images/h2_deco.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 18px;
    padding-right: 28px;
    padding-left: 28px;
    padding-bottom: 14px;
    background-size: 64px auto;
    display: inline-block;
}
.cont_h2_il-bl span {
    padding-top: 1px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 5px;
    background-color: #FFFFFF;
    display: inline-block;
}
.foot_contact {
    padding-top: 8.46%;
    padding-bottom: 8.46%;
    background-image: url(../images/foot_contact_bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.foot_contact_body {
    display: flex;
    justify-content: space-between;
}
.foot_contact_link {
    width: 46.15%;
}
.foot_contact_link a {
    padding: 32px;
    color: #FFFFFF;
    border: 0.1em solid #FFFFFF;
    display: block;
    background-image: url(../images/arrow_wht.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 48px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
}
.foot_contact_link a img {
    width: 24px;
    vertical-align: middle;
    margin-right: 4px;
}

footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #11366a;
}
footer .contents_wrap {
    display: flex;
    justify-content: space-between;
}

.foot_info {
}

.foot_logo {
    width: 128px;
    margin-bottom: 16px;
}
.foot_info p {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.5em;
}
.foot_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.foot_menu ul {
    display: flex;
}
.foot_menu ul li {
    margin-left: 8px;

}
.foot_menu ul li a {
    color: #FFFFFF;
    padding: 6px;
    font-size: 14px;
}
#copyright {
    color: #FFFFFF;
    font-size: 11px;
}
#pagetitle_wrap {
    height: 248px;
    background-image: url(../images/pagetitle_service.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
#pagetitle_wrap.pt_recruit {
    background-image: url(../images/pagetitle_recruit.png);
}
#pagetitle_wrap.pt_company {
    background-image: url(../images/pagetitle_company.png);
    background-position: 0% bottom;
}


#pagetitle_wrap .h_eng {
	color: #fff;
}

#pagetitle_wrap .h_eng::after {
    background-color: #fff;
}
.pagetitle {
    color: #FFFFFF;
    font-size: 32px;
    letter-spacing: 0.09em;
	font-weight:600;
}
