/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600&display=swap');
@import url("https://use.typekit.net/vnd5mvd.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}
/*------------------------------------------------------------
	main contents style
------------------------------------------------------------*/
body {
  	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", sans-serif;
    /*font-family: "Montserrat", kozuka-gothic-pr6n, sans-serif;*/
	font-size: 13px;
	letter-spacing: .05em;
    line-height: 2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
}
a img {
    border: medium none;
}
a {
    color: #000;
    text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #5e5e5e;
    text-decoration: none;
}
.pc_tab_br {
	display: none;
}
.pc_br {
    display: none;
}
.tab_br {
	display: none;
}
.sp_br {
	
}
.anchorlink {
    text-decoration: underline !important;
    color: #3399ff !important;
}
#wrapper {
	background-color: #fff;
	color: #000;
    position: relative;
}
/*------------------------------------------------------------
    side nav
------------------------------------------------------------*/
.side_nav_wrap {
    position: fixed;
    left: 0;
    width: 265px;
    border-right: 1px solid #eeeeee;
    height: 100vh;
    text-align: center;
    padding: 70px 0 0;    
    display: none;
}
.sec_top {
    padding: 0 20px 40px;
    border-bottom: 1px solid #eeeeee;
}
.logo {
    width: 146px;
    margin: 0 auto 50px;
}
.logo img {
    width: 100%;
}
.global_nav {
    
}
.global_nav li {
    margin: 24px 0;
    font-size: 13px;
    text-align: center;
    letter-spacing: 3px;
}
.global_nav li a {
    display: block;
}
.sec_bottom {
    padding: 60px 20px 0;
}
.top_mutter_sp {
    border-top: 1px solid #eeeeee;
    padding: 50px 5% 50px;
}
.side_mutter {

}
.sm_img {
    width: 50%;
    margin: 0 auto 30px;
}
.sm_thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    box-shadow: 8px 30px 50px -27px rgba(0,0,0,0.4);
}
.sm_thumbnail_wrapper {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sm_thumbnail_wrapper img {
    transition: 0.5s;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sm_cont {
    text-align: center;
    font-size: 12px;
    line-height: 2.4;
    margin-bottom: 20px;
}
.smc_ttl {
    font-size: 13px;
    font-weight: bold;
}
.smc_txt {

}
.side_mutter_btn {
    display: block;
    text-align: center;
}
.side_mutter_btn span {
    display: inline-block;
    padding-right: 32px;
    letter-spacing: 3px;
    font-size: 12px;
    background: url(../image/icon/arrow_r.svg) no-repeat right center / 22px auto;
}
/*------------------------------------------------------------
	main contents (top)
------------------------------------------------------------*/
#main {
    
}
.sp_header {
    height: 86px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.sp_header_logo {
    width: 120px;
}
.sp_header_logo img {
    width: 100%;  
}
.top_latest_wrap {
    width: 100%;
    padding: 20px 5% 50px;
    box-sizing: border-box;
}
.top_latest_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sec_portfolio {
    display: flex;
    flex-wrap: wrap;
    margin:  0 -5% 15px 0;
}

/****** hover effect 1 ******/
.l-card {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 30px;
  position: relative;
}
.l-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  box-shadow: 4px 25px 50px -27px rgba(0,0,0,0.3);
}
.l-thumbnail::before, .l-thumbnail::after {
  transition: opacity 0.1s, width 0.3s 0.1s, height 0.3s 0.4s;
  z-index: 2;
  box-sizing: border-box;
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
.l-thumbnail::before {
  border-top: 1px solid rgba(250,250,250,0.4);
  border-right: 1px solid rgba(250,250,250,0.4);
  left: 16px;
  top: 16px;
}
.l-thumbnail::after {
  border-bottom: 1px solid rgba(250,250,250,0.4);
  border-left: 1px solid rgba(250,250,250,0.4);
  right: 16px;
  bottom: 16px;
}
.l-thumbnail-inner {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.thumbnail-wrapper {
  transition: 0.3s;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.thumbnail-wrapper::after {
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.thumbnail-wrapper img{
  transition: 0.1s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.more-text {
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-120%);
  opacity: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  letter-spacing: .2em;
}
.l-card:hover .l-thumbnail::before, .l-card:hover .l-thumbnail::after {
  opacity: 1;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
}
.l-card:hover .thumbnail-wrapper {
  transform: scale(1.15);
}
.l-card:hover .thumbnail-wrapper::after {
  opacity: 1;
}
.l-card:hover .thumbnail-wrapper img {
  filter: blur(4px);
}
.l-card:hover .more-text {
  opacity: 1;
  transform: translateY(-50%);
}
.portfolio_title {
    text-align: center;
    line-height: 1.8;
    font-size: 11px;
}

/*ページャー*/
nav.cp_navi *, nav.cp_navi *:after, nav.cp_navi *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
nav.cp_navi a {
    text-decoration: none;
}
nav.cp_navi {
    text-align: center;
}
.cp_navi .cp_pagination {
    display: inline-block;
    padding: 0 0.5em;
}
.cp_navi .cp_pagenum {
    font-size: 1em;
    line-height: 50px;
    display: block;
    float: left;
    transition: 400ms ease;
    letter-spacing: 0.1em;
    color: #37474F;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto .5em;
}
.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
    font-weight: bold;
    color: #ffffff;
    background-color: #000;
    border-radius: 50%;
}
.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
    color: #EC407A;
    background-color: transparent;
    border-radius: 50%;
}
@media only screen and (max-width: 960px) {
    .cp_navi .cp_pagination {
        padding: 0 10px;
    }
    .cp_navi .cp_pagenum {
    font-size: 0.8em;
    line-height: 25px;
    width: 45px;
    height: 25px;
    margin: auto .1em;
    border-radius: 0.3em;
}
    .cp_navi .cp_pagenum.prev,
    .cp_navi .cp_pagenum.next {
        padding: 0 25px 0 0;
    }
    .cp_navi .cp_pagenum:hover,
    .cp_navi .cp_pagenum.current {
        border-radius: 0.3em;
    }
    .cp_navi .cp_pagenum.prev:hover,
    .cp_navi .cp_pagenum.next:hover {
        border-radius: 0.3em;
    }
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
    .cp_navi .cp_pagenum {
    display: none;
    border-radius: 0.3em;
    }
    .cp_navi .cp_pagenum:nth-of-type(2) {
    position: relative;
    padding-right: 20px;
    }
    .cp_navi .cp_pagenum:nth-of-type(2)::after {
    font-size: 1.2em;
    position: absolute;
    top: 0;
    left: 25px;
    content: '...';
    }
    .cp_navi .cp_pagenum:nth-child(-n+3),
    .cp_navi .cp_pagenum:nth-last-child(-n+3) {
        display: block;
    }
    .cp_navi .cp_pagenum:nth-last-child(-n+4) {
        padding: 0 5px;
    }
    .cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
        content: none;
    }
    .cp_navi .cp_pagenum:hover,
    .cp_navi .cp_pagenum.current {
        border-radius: 0;
    }
    .cp_navi .cp_pagenum.prev:hover,
    .cp_navi .cp_pagenum.next:hover {
        border-radius: 0.3em;
    }
}
/**/

.top_pf_btn {
    text-align: center;
}
.top_pf_btn a {
    display: inline-block;
    padding-right: 32px;
    letter-spacing: 3px;
    background: url(../image/icon/arrow_r.svg) no-repeat right center / 22px auto;
}

.copyright_notes {
    font-size: 11px;
    line-height: 2;
    color: #8e8e8e;
    padding-top: 40px;
}

/* ---------- sp_menu　---------　*/
.fullscreenmenu {
    
}
.menu2, .menu2 span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu2 {
    position: fixed;
    top: 15px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    z-index: 10;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 12px rgba(0,0,0,.10);
    box-shadow: 0px 4px 12px rgba(0,0,0,.10);
}
.menu2 span {
    position: absolute;
    left: 0;
    width: 28px;
    height: 1px;
    background-color: #000;
    z-index: 10;
    left: 50%;
    margin-left: -14px;
}
.menu2 span:nth-of-type(1) {
    top: 16px;
}
.menu2 span:nth-of-type(2) {
    top: 25px;
}
.menu2 span:nth-of-type(3) {
    bottom: 15px;
}
.menu2.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
.menu2.active span:nth-of-type(2) {
    opacity: 0;
}
.menu2.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}
#nav2 {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}
#nav2.active {
    right: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
#nav2 ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -3%;
    margin-bottom: 45px
}
#nav2 ul li {
    list-style-type: none;
    width: 47%;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #000;
    margin-right: 3%;
}
#nav2 ul li a {
    display: block;
    padding: 25px 0 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    line-height: 1;
    color: #000 !important;
}
#nav2 ul li a:hover {
    color: #f65d5d;
}
.modal_menu_wrap {
    height: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}
.modal_menu_logo {
    margin-bottom: 15px;
}
.modal_menu_logo img {
    width: 140px;
}

.regist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
    background-color: #ff7c80;
    color: #fff !important;
    font-weight: bold;
    margin-left: 24px;
}
.regist:hover {
    background-color: #ff9396;
}
.regist span {
    display: inline-block;
    padding-right: 15px;
    background: url(../image/icon/arrow1_w.svg) no-repeat right center / 8px auto;  
}
.modal_menu_entry {
    display: flex;
    justify-content: center;
}
.regist_mdl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    border-radius: 100vh;
    padding: 0 30px;
    background-color: #8b4d5a;
    color: #fff !important;
    font-weight: bold;
    width: 60%;
}
.regist_mdl:hover {
    background-color: #8b4d5a;
}
.regist_mdl span {
    display: inline-block;
    padding-left: 28px;
    font-size: 20px;
    background: url(../image/icon/mail.svg) no-repeat left center / 22px auto;  
}
.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
    background-color: #3399ff;
    color: #fff !important;
    font-weight: bold;
    margin-left: 25px;
}
.login:hover {
    background-color: #58acff;
}
.login span {
    display: inline-block;
    padding-right: 15px;
    background: url(../image/icon/arrow1_w.svg) no-repeat right center / 8px auto;  
}
.login_mdl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
    background-color: #3399ff;
    color: #fff !important;
    font-weight: bold;
    width: 48%;
}
.login_mdl:hover {
    background-color: #58acff;
}
.login_mdl span {
    display: inline-block;
    padding-right: 15px;
    background: url(../image/icon/arrow1_w.svg) no-repeat right center / 8px auto;  
}
/* ---------- [end]sp_menu　---------　*/

/*------------------------------------------------------------
    about
------------------------------------------------------------*/
.page_cont_wrap {
    width: 100%;
    padding: 10px 5% 0;
    box-sizing: border-box;
}
.page_title {
    font-size: 24px;
    line-height: 1;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 40px;
    letter-spacing: 3px;
    text-align: center;
}
.about_wrap {
    width: 100%;
    padding: 40px 5% 0;
    box-sizing: border-box;
    position: relative;
}
.about_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.pankuzu {
    position: absolute;    
    font-size: 10px;
    line-height: 1;
    letter-spacing: 2px;
    transform: rotate(90deg);
    transform-origin: bottom left;
    display: none;
}
.pka {
    right: 0;
    top: 80px; 
}
.pks {
    right: -10px;
    top: 80px; 
}
.pkc {
    right: -10px;
    top: 80px; 
}
.pkp {
    right: -30px;
    top: 80px; 
}
.pkpd {
    right: -110px;
    top: 80px; 
}

.about_greeting {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 20px;
}
.about_greeting::before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../image/icon/dqm_1.svg);
}
.about_greeting::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 30px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../image/icon/dqm_2.svg);
}
.ag_ttl {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.ag_cont {
    line-height: 2.6;
    text-align: left;
}

.about_company_wrap {
    width: 100%;
    padding: 60px 6% 60px;
    box-sizing: border-box;
    position: relative;
}
.about_company_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.cont_ttl {
    font-size: 20px;
    line-height: 1.6;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.cont_ttl::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 1px;
    background: var(--ui-4th);
    overflow: hidden;
    display: block;
    background-color: #dbd8d8;
    width: 72px;
}
.cont_ttl::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 16px;
    height: 1px;
    background: var(--ui-primary-100);
    background-color: #000;
}

.company_info {
    max-width: 1000px;
    margin: 0 auto;
}
.company_info dl {
    display: flex;
    border-bottom: 1px solid #eeeeee;
    align-items: center;
    flex-direction: column;
}
.company_info dl dt {
    padding: 15px 0 0 0;
    width: 100%;
    font-weight: bold;
}
.company_info dl dd {
    padding: 0 0 15px 0;
    width: 100%;
}


/*------------------------------------------------------------
    service
------------------------------------------------------------*/
.service_wrap {
    width: 100%;
    padding: 40px 5% 10px;
    box-sizing: border-box;
    position: relative;
}
.service_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.sec_service {
    margin-bottom: 40px;
}
.cont_ttl2 {
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.cont_ttl2::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 1px;
    background: var(--ui-4th);
    overflow: hidden;
    display: block;
    background-color: #dbd8d8;
    width: 72px;
}
.cont_ttl2::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 16px;
    height: 1px;
    background: var(--ui-primary-100);
    background-color: #000;
}

/*------------------------------------------------------------
    portfolio
------------------------------------------------------------*/
.portfolio_wrap {
    width: 100%;
    padding: 40px 5% 50px;
    box-sizing: border-box;
    position: relative;
}
.portfolio_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.portfolio_detail_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
    flex-direction: column;
}
.pdb_thum {
    width: 100%;
}
.pdb_thum_list {
    width: 100%;
}
.pdb_thum_list li {
    margin-top: 40px;
}
.pdb_thum_list li:first-child {
    margin-top: 0;
}
.pdb_thum_list li img {
    width: 100%;
    box-shadow: 8px 59px 50px -37px rgba(0,0,0,0.3);
}
.pdb_cont {
    width: 100%;
    padding-top: 40px;
}
.pdb_ttl {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.pdb_category {
    font-size: 10px;
    color: #949494;
    margin-bottom: 40px;
}
.pdb_detail {
    margin-bottom: 30px;
}
.st_sub_en {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
}
.st_sub_en span {
    position: relative;
    display: inline-block;
}
.st_sub_en span::before {
    position: absolute;
    right: -42px;
    bottom: 0.5em;
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000;
}
.pdbd_inner {

}
.designed {
    color: #949494;
    font-size: 11px;
}
.pdb_back {
    text-align: center;
}
.pdb_back a {
    display: inline-block;
    padding-left: 32px;
    letter-spacing: 3px;
    background: url(../image/icon/arrow_l.svg) no-repeat left center / 22px auto;
}

/*------------------------------------------------------------
    contact
------------------------------------------------------------*/
.contact_wrap {
    width: 100%;
    padding: 40px 5% 30px;
    box-sizing: border-box;
    position: relative;
}
.contact_inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.contact_head_wrap {
    max-width: 1000px;
    margin: 0 auto 20px;
}
.contact_head_wrap2 {
    padding: 45px 50px;
    background-color: #f6f6f6;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.contact_head_tit {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #999;
}
.contact_head_txt {
    text-align: left;
    margin-bottom: 10px;
}
.contact_head_txt_02 {
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
}
.contact_head_icon {
    line-height: 1;
    padding: 3px 8px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    background-color: #d83a5d;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
}

.error_explanation {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d83a5d;
    margin-bottom: 20px;
    padding: 20px;
}
.error_explanation h2 {
    color: #d83a5d;
    background: url(../image/icon/e_mark.svg) no-repeat left center / 14px auto;
    padding-left: 20px;
    font-size: 13px;
    font-weight: bold;
}
.fa-exclamation-circle {
    margin-right: 5px;
}
.error_explanation ul {
    margin: 5px 0 0 10px;
}
.error_explanation li {
    color: #d83a5d;
    list-style: outside none none;
    background: url(../image/icon/e_down.svg) no-repeat left center / 12px auto;
    padding-left: 18px;
}
.fa-caret-square-down {
    margin-right: 4px;
}

.error_explanation02 {
    background: none repeat scroll 0 0 #fbf4f6;
    border: 2px solid #d83a5d;
    margin-bottom: 30px;
    padding: 20px 25px 20px;
}
.error_explanation02 h2 {
    color: #d83a5d;
}
/**/
.mdl-input {
    display: flex;
}
.mdl_input_select {
    position: relative;
    margin: 0;
}
.mdl_form_table {
    width: 100%;
    margin-bottom: 15px;
    table-layout: fixed;
}
.mdl_form_table tr {
    border-bottom: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
}
.mdl_form_table th {
    width: 100%;
    padding: 20px 0 15px 0;
    text-align: left;
    position: relative;
    vertical-align: middle;
    display: flex;
    align-items: center;
    line-height: 1.6;
}
.mdl_form_table th p::before {
    content: '\5fc5\9808';
    padding: 2px 5px;
    background: #d83a5d;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0,-50%,0);
}
.mdl_form_table th p {
    padding-left: 42px;
    position: relative;
    line-height: 1.4;
    margin-top: 0 !important;
}
.mdl_form_table th span::before {
    content: '\4efb\610f';
    padding: 2px 5px;
    background: #bbbbbb;
    font-weight: normal;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0,-50%,0);
    color: #fff;
}
.mdl_form_table th span {
    display: block;
    padding-left: 42px;
    position: relative;
    line-height: 1.4;
}
.mdl_form_table td {
    width: 100%;
    padding: 0 0 20px;
    vertical-align: middle;
    flex: 1;
}
.mdl_form_table td span {
    font-size: 12px;
    margin-top: 4px;
    display: block;
    line-height: 1.4;
}
.single-content table tr td p {
    font-size: 13px;
    margin: 10px 10px 0;
    line-height: 1.6;
}
.mdl_form_table input.input_text {
    width: 100%;
    height: 45px;
    padding: 10px 14px;
    background: #f6f6f6;
    box-sizing: border-box;
    border: none;
    margin: 0;
}
.mdl_form_table input.input_text_100 {
    max-width: 220px;
    height: 45px;
    padding: 10px 14px;
    background: #f6f6f6;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
    margin-right: 0;
}
.input_select {
    /*z-index: 1;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 4px 20px 4px 12px;
    background: transparent;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    position: relative;
    width: 100%;
    background-color: #f6f6f6;
    display: block;
    height: 40px;
}
.mdl_input_select::after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 12px;
    margin: -2px 0 0;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.mdl_form_table .input_textarea {
    width: 100%;
    padding: 20px;
    background: #f6f6f6;
    box-sizing: border-box;
    border: none;
    min-height: 150px;
    margin: 0;
}

.input_select-1 {
    cursor: pointer;
}
.mw_wp_form .vertical-item {
    display: block;
}
.mdl-form-table input[type="radio"] {
    box-sizing: border-box;
    border-radius: 2px;
    border: none;
    margin-right: 5px;
}
.mdl-input span {
    font-size: 14px;
}
.w_50 {
    width: 45% !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 10px;
}

.block_submit_attention {
    text-align: center;
    padding: 20px 0;
}
.mdl_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
.mdl_btn_wrap input {
    padding: 10px 30px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border-style: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    height: 50px;
    min-width: 220px;
    margin-bottom: 20px;
}

.cftlink {
    text-align: center;
    margin-top: 20px;
}
.cftlink a {
    display: inline-block;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    background-color: #8b4d5a;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
}


/*------------------------------------------------------------
    つぶやき
------------------------------------------------------------*/
.murmur_wrap {
    width: 100%;
    padding: 40px 5% 20px;
    box-sizing: border-box;
    position: relative;
}
.murmur_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sec_murmur {
    display: flex;
    flex-wrap: wrap;
}
.murmur_box {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
}
.murmur_img {
    width: 100px;
    margin-right: 15px;
    height: 100px;
}
.murmur_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 8px 25px 50px -27px rgba(0,0,0,0.4);
}
.murmur_txt {
    flex: 1;
    font-size: 12px;
}
.murmur_ttl {
    font-size: 13x;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 4px;
}
.murmur_inner {

}
/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
.footer {
    padding: 35px 5% 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #eeeeee;
}
.footer_logo {
    text-align: center;
    margin-bottom: 20px;
}
.footer_logo img {
    width: 92px;
}
.footer_copyright {
    color: #a5a4a4;
    font-size: 10px;
    text-align: center;
}
































#key_visual_wrap {
    width: 100%;
	position: relative;
}
.header {
    display: flex;
    justify-content: space-between;
    height: 110px;
    padding: 0 60px;
}
.header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_logo {
    padding: 0;
}
.header_logo img {
    width: 210px;
}
.header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
}
.header_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_nav ul li {
    margin: 0 20px;
}
.header_nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 15px;
    font-weight: bold;
}
.header_nav ul li a:hover {
    color: #000 !important;
}
.header_nav ul li a img {
    height: 18px;
}
.header_nav ul li a:before,
.header_nav ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 0;
    height: 1px;
    background-color: #000;
}
.header_nav ul li a:before {
    left: 50%;
}
.header_nav ul li a:after {
    right: 50%;
}
.header_nav ul li a:hover:before,
.header_nav ul li a:hover:after {
    width: 50%;
}
.header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header_right_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header_right_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 14px;
}
/* ---------- floating_menu　---------　*/
.fix-menu {
    position: fixed;
    top: 0;
    height: auto;
    z-index: 999;
    width: 100%;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 16px 16px 36px rgba(0,0,0,.03);
    box-shadow: 16px 16px 36px rgba(0,0,0,.03);
}
.header_flt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2% 0 1%;
    height: 80px;
}
.header_left_flt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_logo_flt {
    width: 180px;
    padding: 0 0 0 30px;
}
.header_logo_flt img {
    width: 100%;
}
.header_nav_flt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
}
.header_nav_flt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header_nav_flt ul li {
    margin: 0 20px;
}
.header_nav_flt ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 80px;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}
.header_nav_flt ul li a:hover {
    color: #000 !important;
}
.header_nav_flt ul li a img {
    height: 16px;
}
.header_nav_flt ul li a:before,
.header_nav_flt ul li a:after {
    content: "";
    position: absolute;
    bottom: 25px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 0;
    height: 1px;
    background-color: #000;
}
.header_nav_flt ul li a:before {
    left: 50%;
}
.header_nav_flt ul li a:after {
    right: 50%;
}
.header_nav_flt ul li a:hover:before,
.header_nav_flt ul li a:hover:after {
    width: 50%;
}

.header_right_flt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_info__ph_flt {
    padding-left: 45px;
    background-image: url(../image/icon/phone_flt.png);
    background-size: 30px 30px;
    background-position: center left;
    background-repeat: no-repeat;
    color: #000;
    margin-right: 20px;
    text-align: left;
}
.ph_number_flt {
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.4;
}
.biz_hours_flt {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
}
.header_contact_flt {
    height: 94px;
    width: 94px;
    background-color: #2f3b50;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_contact_flt:hover {
    background-color: #556175;
}
.header_contact_flt span::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../image/icon/cart.png);
    margin-top: -3px;
    margin-bottom: 3px;
    width: 20px;
    height: 20px;
}
.header_contact_flt span {
    font-size: 11px;
    color: #fff !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_right_info_contact_flt {
    width: 94px;
    height: 94px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    background: #b90e11;
}
.header_right_info_contact_flt:hover {
    background: #cb2d30;
}
.header_right_info_contact_flt span {
    display: inline-block;
    padding-top: 20px;
    color: #fff !important;
    font-size: 12px;
    background: url(../image/icon/icon_mail.png) no-repeat top center / 22px auto;
}
.floating_contact {
    background-color: #8b4d5a;
    color: #fff !important;
    font-weight: bold;
    line-height: 34px;
    height: 34px;
    padding: 0 25px;
    font-size: 13px;
    border-radius: 100vh;
}
.floating_contact:hover {
    background-color: #a67f;
}


.h_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 110px;
    width: 210px;
    border-radius: 0 0 10px 10px;
    padding: 0 30px;
    background-color: #8b4d5a;
    color: #fff !important;
    font-weight: bold;
    margin-left: 24px;
}
.h_contact:hover {
    background-color: #a67f;
}
.h_contact span {
    display: inline-block;
    padding-left: 24px;
    background: url(../image/icon/mail.svg) no-repeat left center / 16px auto;	
}

/* ---------- key visual　---------　*/
.key_visual_wrap {
    width: 100%;
    padding: 110px 5% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.key_visual_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}
.key_visual_inner2 {
    width: 100%;
    margin-top: -140px;
}
.main_copy {
    font-size: 70px;
    line-height: 1.4;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 5px;
}
.sub_copy {
    font-size: 14px;
}
.key_block {
    border-radius: 15px;
    height: 312px;
    background: #f2e8e9;
    background: -moz-linear-gradient(-45deg,  #f2e8e9 0%, #c38d99 100%);
    background: -webkit-linear-gradient(-45deg,  #f2e8e9 0%,#c38d99 100%);
    background: linear-gradient(135deg,  #f2e8e9 0%,#c38d99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e8e9', endColorstr='#c38d99',GradientType=1 );
    opacity: 0.4;
}

.top_service_wrap {
    width: 100%;
    padding: 100px 5% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.top_service_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.top_service_title {
    margin-bottom: 80px;
    text-align: center;
}
.ts_title {
    font-size: 44px;
    line-height: 1;
    letter-spacing: 5px;
    margin-bottom: 40px;
    font-weight: bold;
}
.ts_sub {
    
}
.sec_top_strong1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
}
.t_service_box {
    width: 48%;
    height: 380px;
    background-color: #f6f0f1;
    border-radius: 10px;
    padding: 60px 60px 60px 30px;
    display: flex;
}
.ts_image {
    width: 244px;
    margin-right: 15px;
}
.ts_image img {
    width: 100%;
    margin-top: -100px;
}
.ts_cont {
    flex: 1;
}
.ts_subtitle {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ts_logo {
    margin-bottom: 36px;
}
.ts_logo img {
    height: 22px;
}
.ts_logo2 {
    margin-bottom: 36px;
}
.ts_logo2 img {
    height: 20px;
}
.ts_txt {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.ts_more {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #747171;
    align-items: center;
}
.ts_more img{
    width: 30px;
    height: 30px;
}
.sec_top_strong2 {
    background-color: #f6f0f1;
    border-radius: 10px;
    padding: 60px 60px 60px;
    display: flex;
    justify-content: space-between;
}
.ts_image2 {
    width: 50%;
}
.ts_image2 img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    border-radius: 6px;
}
.ts_cont2 {

}
.ts_cont2 {
    width: 45%;
}
.ts_subtitle2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ts_logo3 {
    margin-bottom: 36px;
}
.ts_logo3 img {
    height: 24px;
}
.ts_txt2 {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.ts_address {
    margin-bottom: 50px;
}
.ts_more2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #747171;
    align-items: center;
    width: 290px;
}
.ts_more2 img{
    width: 30px;
    height: 30px;
}

.top_recruit_wrap {
    width: 100%;
    padding: 0 5% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.top_recruit_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.sec_top_recruit {
    max-width: 1200px;
    height: 648px;
    background-image: url(../image/bg/top_recruit.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tr_title {
    text-align: center;
    font-size: 200px;
    font-weight: bold;
    mix-blend-mode: exclusion;
    color: #fff;
    letter-spacing: 26px;
    line-height: 1;
    margin-bottom: 25px;
}
.tr_more {
    width: 234px;
    height: 50px;
    border-radius: 100vh;
    background-color: #fff;
    background-image: url(../image/icon/arrow_1.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 194px 10px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_about_wrap {
    width: 100%;
    padding: 200px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../image/bg/top_about.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.top_about_inner {
    width: 60%;
    background-color: #fff;
    border-radius: 0 15px 0 0; 
    padding: 120px 150px 100px 15%;
    position: relative;
}
.ta_title_en {
    position: absolute;
    font-size: 70px;
    font-weight: bold;
    color: #d4d4d4;
    top: -80px;
    right: -430px;
    line-height: 1.3;
    letter-spacing: 5px;
}
.ta_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 40px;
    position: relative;
}
.ta_title::before {
    content: "";
    height: 1px;
    width: 70px;
    position: absolute;
    top: -50px;
    left: 0;
    display: block;
    background-color: #000;
}
.ta_txt {
    margin-bottom: 30px;
}
.ta_more {
    display: flex;
    font-weight: bold;
    align-items: center;
    width: 110px;
}
.ta_more span {
    padding-left: 15px;
}
.ta_more img {
    width: 30px;
    height: 30px;
}

.top_news_wrap {
    width: 100%;
    padding: 120px 5% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.top_news_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.sec_tn_title {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tn_title {
    font-size: 40px;
    line-height: 1;
}
.tn_more {
    line-height: 1;
    width: 105px;
    height: 22px;
    border-radius: 100vh;
    color: #fff !important;
    background-color: #8b4d5a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.news_list {

}
.news_list li {
        
}
.news_list li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #edeef0;
    padding: 25px 4px 25px 4px;
}
.news_indent {
    display: flex;
    align-items: center;
    width: 230px;
}
.news_indent p {
    font-weight: bold;
    font-size: 13px;
    margin-right: 15px;
    letter-spacing: 2px;
}
.news_indent span {
    font-size: 11px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    border-radius: 100vh;
    color: #8b4d5a;
    border: 1px solid #8b4d5a;
}
.news_title {
    flex: 1;
}

/*------------------------------------------------------------
    common
------------------------------------------------------------*/
.page_head {
    width: 100%;
    padding: 60px 5% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9;
}
.page_title_en {
    font-size: 44px;
    letter-spacing: 5px;
    text-align: center;
    line-height: 1;
    color: #8b4d5a;
    font-weight: bold;
    margin-bottom: 15px;
}
.page_title_jp {
    font-size: 15px;
    text-align: center;
    display: block;
}
.page_cta_wrap {
    width: 100%;
    padding: 0 5% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page_cta_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.cta_contact {
    
}
.cta_contact_title {
    text-align: center;
    font-size: 44px;
    padding-bottom: 30px;
    line-height: 1;
    letter-spacing: 5px;
}
.cta_contact_frame {
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faf5f6+0,e6d0d5+100 */
    background: #faf5f6; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #faf5f6 0%, #e6d0d5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #faf5f6 0%,#e6d0d5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #faf5f6 0%,#e6d0d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf5f6', endColorstr='#e6d0d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 70px 60px 80px;
    border-radius: 10px;
}
.cta_contact_frame::after {
    content: "";
    width: 1px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    transform: translateY(-50%);
    background-image: -webkit-linear-gradient(90deg, #000 50%, #000 50%);
    background-image: linear-gradient(0deg, #000 50%, #000 50%);
}
.ccf_title {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.cta_info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta_phone {
    margin-right: 40px;
}
.cp_inner {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.cp_inner span {
    margin-right: 12px;
    width: 36px;
    height: 36px;
    display: flex;
}
.cp_inner span img {
    width: 36px;
    height: 36px;
}
.cp_inner a {
    color: #8b4d5a !important;
    line-height: 1;
    font-size: 38px;
    letter-spacing: 3px;
}
.cpbh {
    font-size: 13px;
    text-align: center;
}
.cta_contact_btn {
    background-color: #8b4d5a;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    width: 315px;
    height: 60px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.anchorlink {
    position: relative;
    top: -80px;
    display: block;
}

/*------------------------------------------------------------
    news
------------------------------------------------------------*/
.news_wrap {
    width: 100%;
    padding: 100px 5% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.sec_kiji {
    display: flex;
}
.col_1 {
    flex: 1;
}
.kiji {
    padding: 0 60px;
    margin-bottom: 30px;
}
.kiji_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.back_ctgr {
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    padding: 0 15px;
    border-radius:100vh;
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    background-color: #8b4d5a;
}
.post_date {
    font-size: 13px;
    color: #595959;
    line-height: 1;
}
.hStyle1 {
    font-size: 26px;
    line-height: 1.6;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
    font-weight: bold;
}
.single-content {
    margin-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #000;
}
.single-content h2 {
    position: relative;
    background: #f6f6f6;
    border-radius: 5px;
    font-size: 20px;
    margin: 1.5em 0 1em;
    padding: 10px 30px 10px 40px;
    font-weight: bold;
}
.single-content h2::before {
    position: absolute;
    top: 25%;
    left: 20px;
    width: 6px;
    height: 50%;
    content: '';
    background: #8b4d5a;
}
.single-content h3 {
    position: relative;
    padding: 0 0 1rem;
    font-size: 20px;
    font-weight: bold;
    margin: 1.5em 0 1em;
    line-height: 1.6;
}
.single-content h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #cacaca, #cacaca 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #cacaca, #cacaca 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.single-content h4 {
    position: relative;
    padding: 1rem 0 0.5rem;
    border-bottom: 1px solid #000;
    margin: 1.5em 0 1.2em 0.5rem;
    font-size: 16px;
    font-weight: bold;
}
.single-content h4:before {
    position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #000 transparent transparent;
}
.single-content h4:after {
    position: absolute;
    bottom: -13px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}
.single-content h5 {
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 3rem;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #8b4d5a;
  font-size: 15px;
  font-weight: bold;
  margin: 1.2em 0 1em;
}
.single-content h5:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
.single-content h6 {
    font-size: 20px;
    font-weight: bold;
    color: #8b4d5a;
    margin: 1.8em 0 1.8em;
}

/**/
.single-content p {
    margin-top: 20px;
}
.single-content p img {
    max-width: 100%;
    height: auto;
}
.twitter_share img {
    width: 30px;
}
.kiji_pager {
    display: flex;
    justify-content: center;
}
.kp_arrow {

}
.kp_arrow img {
    width: 48px;
    height: 48px;
}
.kp_back {
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    width: 210px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 15px 0;
    background-color: #8b4d5a;
}
/*------------------------------------------------------------
    people
------------------------------------------------------------*/
.people_wrap {
    width: 100%;
    padding: 100px 5% 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.people_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.sec_people {
    margin-bottom: 80px;
}
.position_title {
    text-align: center;
    font-size: 32px;
    line-height: 1.6;
    color: #8b4d5a;
    margin-bottom: 70px;
    font-weight: bold;
    letter-spacing: 3px;
}
.employee_list {

}
.employee_box {
    display: flex;
    margin-bottom: 80px;
}
.employee_photo {
    width: 310px;
    height: 310px;
    margin-right: 40px;
    position: relative;
    box-shadow: 8px 49px 50px -37px rgba(0,0,0,0.25);
}
.employee_thumbnail {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.employee_thumbnail img {
    width: 310px;
    height: 310px;
    object-fit: cover;
}
.employee_profile {
    flex:  1;
}
.position {
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 13px;
}
.employee_name {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: #8b4d5a;
    line-height: 1;
    margin-bottom: 15px;
}
.employee_name span {
    display: inline-block;
    font-size: 13px;
    margin-left: 15px;
    color: #000;
    font-weight: normal;
}
.certification {
    color: #7e7e7e;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 25px;
}
.introduction {
    position: relative;
    padding-top: 20px;
}
.introduction::before {
    content: "";
    width: 45px;
    display: block;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}
/*------------------------------------------------------------
    recruit
------------------------------------------------------------*/
.recruit_top_wrap {
    width: 100%;
    padding: 100px 5% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit_top_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.rm_title {
    width: 300px;
    height: 60px;
    background-color: #8b4d5a;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto 50px;
}
.rm_message {
    color: #8b4d5a;
    font-size: 38px;
    line-height: 1.6;
    margin-bottom: 55px;
    font-weight: bold;
}
.rm_copy {
    margin-bottom: 80px;
}
.r_speakerdeck {
    width: 600px;
    height: 400px;
    background-color: #f8f8f8;
    margin: 0 auto;
}
.recruit_type_wrap {
    width: 100%;
    padding: 100px 5% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8f8f8;
    margin-bottom: 80px;
}
.recruit_type_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.rt_title {
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #8b4d5a;
    margin-bottom: 40px;
}
.type_list {

}
.type_box {
    background-color: #fff;
    padding: 20px 30px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    background: url(../image/icon/arrow_1.svg) no-repeat 97% center / 30px 30px #fff;
    border: 1px solid #fff;
    margin-bottom: 30px;
}
.type_box:hover {
    border: 1px solid #8b4d5a;
}
.recruit_desc_wrap {
    width: 100%;
    padding: 100px 5% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit_desc_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.occupation {
    font-size: 34px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 60px;
    color: #8b4d5a;
    font-weight: bold;
}
.job_desc_box {
    margin-bottom: 50px;
}
.job_desc_box h3 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #c9c9c9;
    padding-bottom: 5px;
}
.job_desc {
    padding: 0 15px;
}
.job_desc ul {

}
.job_desc ul li {
    margin-left: 20px;
    margin-bottom: 6px;
    margin-top: 6px;
    line-height: 1.8;
}
.job_desc ul li::before {
    content: '●';
    left: 0;
    color: #8b4d5a;
    margin-right: 3px;
    margin-left: -20px;
    display: inline-block;
    font-size: 10px -webkit-transform:scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}
.job_desc p {
    margin-bottom: 5px;
}
.job_desc p a {
    margin-bottom: 5px;
    width: 190px;
    height: 40px;
    border-radius: 3px;
    background-color: #8b4d5a;
    color: #fff !important;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
.job_desc dl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    padding-top: 10px;
}
.job_desc dl dt {
    width: 190px;
    font-weight: bold;
    padding-left: 3px;
}
.job_desc dl dd {
    flex: 1;
}
.application {
    width: 300px;
    height: 66px;
    margin: 80px auto 25px;
    background-color: #8b4d5a;
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
    display: block;
    border-radius: 5px;
    line-height: 66px;
    text-align: center;
}
.rback {
    width: 80px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #8b4d5a;
    color: #8b4d5a !important;
    display: block;
    border-radius: 100vh;
    line-height: 30x;
    text-align: center;
}
.rback:hover {
    background-color: #8b4d5a;
    border: 1px solid #8b4d5a;
    color: #fff !important;
}
/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
.company_top_wrap {
    width: 100%;
    padding: 100px 5% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.company_top_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.company_heading {
    text-align: center;
    margin-bottom: 120px;
}
.text_deco {
    background: #8b4d5a;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8;
}
.mission_title {
    font-size: 36px;
    color: #8b4d5a;
    text-align: center;
    position: relative;
}
.mission_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -70px;
    height: 60px;
    width: 1px;
    background-color: #8b4d5a;
}
.mission_title_sub {
    margin-bottom: 60px;
    text-align: center;
}
.sec_mission {
    margin-bottom: 120px;
}
.mission_box {
    margin-bottom: 60px;
}
.ml_title {
    display: flex;
    align-items: center;
    color: #8b4d5a;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ml_title span {
    display: inline-block;
    width: 124px;
    margin-right: 20px;
    font-size: 50px;
    font-family: alternate-gothic-no-1-d, sans-serif;
    line-height: 1;
    position: relative;
    font-weight: normal;
}
.ml_title span::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    width: 64px;
    background-color: #8b4d5a;
}
.ml_text {
    padding-left: 4px;
}
.sec_company_info {

}
.ci_logo {
    text-align: center;
    margin-bottom: 50px;
}
.ci_logo img {
    width: 270px;
}

.table_company {
    width: 100%;
}
.table_company tr {
    display: flex;
}
.table_company th {
    width: 25%;
    margin-right: 3%;
    padding: 25px 0 25px 15px;
    border-bottom: solid 1px #8b4d5a;
    text-align: left;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.table_company td {
    width: 72%;
    padding: 25px 0;
    border-bottom: solid 1px #d4d4d4;
    text-align: left;
}
.table_company td a {
    color: #8b4d5a !important;
    text-decoration: underline;
}
.table_company td p {
    margin-bottom: 14px;
}
.table_company td span {
    display: block;
    line-height: 1.2;
}
.txt_indent_1 {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 4px !important;
}

.company_note_wrap {
    width: 100%;
    padding: 100px 5% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8f8f8;
    margin-bottom: 80px;
}
.company_note_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.book_title_en {
    font-size: 36px;
    font-weight: bold;
    color: #8b4d5a;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 4px;
    letter-spacing: 3px;
}
.book_title_jp {
    text-align: center;
    margin-bottom: 40px;
}
.company_book {
    width: 800px;
    height: 400px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 100px;
}
.company_people {
    height: 240px;
    background-image: url(../image/bg/company_cta.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 100px;
}
.company_people:hover {
    opacity: 0.8;
}
.cp_title_en {
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;
    line-height: 1;
    letter-spacing: 5px;
}
.cp_title_jp {
    color: #FFF;
}
.note_title {
    font-size: 36px;
    font-weight: bold;
    color: #8b4d5a;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px;
    letter-spacing: 3px;
}
.company_note {

}

/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
#footer {
    width: 100%;
    padding: 100px 5% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
}
.footer_inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec_footer_menu {

}
.footer_menu {
    display: flex;
    margin-bottom: 20px;
}
.footer_menu li {
    margin-left: 30px;
    font-size: 12px;
}
.footer_menu li a {
    color: #fff !important;
}
.footer_sub_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
}
.footer_sub_menu a {
    color: #fff !important;
    margin-right: 30px;
}
.footer_sub_menu p {
    color: #7a7a7a;
}
