@charset "utf-8";

/*--------------------------------------
  リセット
--------------------------------------*/
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-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}
button {
	font-size: 100%;
}

.clear {
	clear: both;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

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

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}
/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.b {
	font-weight: bold;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}
a:hover img {
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
}
/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: inherit;
	transition: all .3s ease;
}
/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
	font-size : 16px;
	line-height : 2;
	background: #fff;
	color: #333;
}

body {
	margin: 0;
	padding: 0;
}

/*----------------------------------
 load
----------------------------------*/

#load_wrap {
    background: #fff;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
	top: 0;
    left: 0;
    transition: all 1s ease;
	transition: all 1s cubic-bezier(.03,1.4,1,1);
}
.load_logo {
    font-size: 40px;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
    color: #33264d;
	opacity: 0;
}
.load_out {
    transform: translateX(-100%);
}
/*-----------------------------------
 header
------------------------------------*/
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	z-index: 999;
	
    transition: all .3s ease;
}
.h_inner {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
}
.logo {
    width: 180px;
    height: 180px;
    background: #33264d;
    position: relative;
    color: #fff;
    text-align: center;
	transition: all .3s ease;	
}
.logo a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: 'EB Garamond', serif;
    font-size: 24px;
}

ul.navi {
    display: flex;
    color: #fff;
    padding: 30px 20px 0 0;
}

ul.navi li {
    position: relative;	
}
ul.navi li a {
    display: block;
    padding: 0 20px 10px;
}
.has_child a {
    cursor: pointer;
}
ul.navi li:hover ul {
   /* display: block;*/
}
ul.nav_child {
    display: none;
    position: absolute;
    top: 100%;
    left: -57%;
}
ul.nav_child li {
    text-align: center;
    width: 250px;
    background: #fff;
    border-bottom: 1px solid #efedf2;
    box-sizing: border-box;
	color: #33264c;
}
ul.nav_child li:last-child {
    border: 0;
}
ul.nav_child li a {
	line-height: 1.6;
    padding: 24px 0;
}

@media screen and (min-width:769px){
ul.nav_child li:hover {
    color: #fff;
}
ul.nav_child li:first-child:hover {
    background: url(/assets/images/navi1.jpg) no-repeat;
	background-size: cover;
}
ul.nav_child li:nth-child(2):hover {
    background: url(/assets/images/navi2.jpg) no-repeat;
	background-size: cover;
}
ul.nav_child li:nth-child(3):hover {
    background: url(/assets/images/navi3.jpg) no-repeat;
	background-size: cover;
}
}	
.child {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 14px;
    padding-left: 3px;
}
.child:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1em;
    height: 1em;
    background-image: url(/assets/images/arrow.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
	transition: all .2s ease;
}
ul.navi li:hover .child:after{
	transform: scale(1,-1);
}
@media screen and (min-width:1024px){
#header.smaller {
    background: rgba(255, 255, 255, 0.85);
	position: fixed;
}
#header.smaller .logo {
    height: 90px;
    background: none;
    color: #33264d;
}
.smaller ul.navi {
    color: #33264d;
}
.smaller .child:after {
    filter: invert(.96);
}
}	
.sp_navi{
	display: none !important;
	}
.sincerity_inc {
	display: none !important;
}
.sp{
	display: none !important;
}
/*---------------------------------
 contents
-----------------------------------*/
.top_kv {
	position: relative;
	height: 100vh;
}
.top_kv:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/images/kv_grad.png) no-repeat;
    background-size: cover;
    z-index: 0;
}
.kv {
    z-index: 0 !important;
}
.kv .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.kv01 {
    background-image: url(/assets/images/kv01.jpg);
}
.kv02 {
    background-image: url(/assets/images/kv02.jpg);
}
.kv03 {
    background-image: url(/assets/images/kv03.jpg);
}
.inner {
    display: block;
    margin: 0 auto;
    width: 1200px;
}

.kv_left {
    width: 90px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
   /* padding-left: 100%;
    margin-left: -100%;*/
}
.scroll {
    position: absolute;
    bottom: 176px;
	right: 30px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	-moz-writing-mode:vertical-rl;
    writing-mode: vertical-rl;
	color: #33264d;
	font-family: 'EB Garamond', serif;
}
.scroll:after {
    content: "";
    width: 1px;
    height: 100px;
    background: #33264d;
    position: absolute;
    top: 130%;
    right: 14px;
	webkit-animation: scroll 2s cubic-bezier(1,0,0,1)  infinite;
    animation: scroll 2s cubic-bezier(1,0,0,1)  infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.top_cp {
    position: absolute;
    bottom: 150px;
    left: 150px;
    color: #fff;
	z-index: 1;
}
.cp {
    font-size: 55px;
    margin-bottom: 16px;
	letter-spacing: -2px;	
}
.cp div {
    line-height: 1.4;
}
.cp_sub {
    font-size: 14px;
}

#main {
    position: relative;
}
#main:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 67.8%;
    height: 100%;
    background: #efedf2;
    z-index: -1;
}
.ttl {
    color: #a186b2;
    font-size: 100px;
    line-height: 1;
	font-family: 'EB Garamond', serif;
	margin-bottom: 40px;	
}
.ttl_sub {
    font-size: 16px;
    color: #333;
	font-weight: 600;	
    margin-top: 10px;
	font-family: 'Noto Serif JP', serif;
}
.ttl2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 24px;
}
.ttl2:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #a186b2;
    margin-top: 24px;
}
#about {
    background: url(/assets/images/bg_about.jpg) no-repeat;
    background-size: cover;
}

.contents_block {
    padding: 120px 0;
}

.about_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_left {
    box-sizing: border-box;
    width: 50%;
    padding-left: 90px;
}
.about_right {
    box-sizing: border-box;
    width: 50%;
}
.about_left p {
    font-size: 32px;
    font-weight: 600;
}
.about_right p {
    margin-bottom: 40px;
}
.view_more {
    display: block;
    width: 196px;
}
.view_more a {
	color: #33264c;
	background: #fff;
    display: block;
    text-align: center;
    border: 1px solid #33264c;
    padding: 14px 0;
    font-family: 'EB Garamond', serif;
}
.view_more a:hover {
    background: #33264c;
    color: #fff;
}
.work_content {
    padding: 100px 0;
	margin-bottom: 50px;
}
.work01 {
    background: url(/assets/images/work01.jpg) no-repeat;
    background-position: left center;
}
.work02 {
    background: url(/assets/images/work02.jpg) no-repeat;
    background-position: right center;
}
.work03 {
    background: url(/assets/images/work03.jpg) no-repeat;
    background-position: left center;
}
.work_box {
    background: #fff;
    width: 550px;
    box-sizing: border-box;
    padding: 70px 40px;
    display: block;
    margin-left: auto;
}
.work02 .work_box {
    margin-left: 0;
}
.work_box p {
    font-size: 14px;
    margin-bottom: 40px;
}

#contact .inner {
    background: #fff;
}
.contact_btn {
    text-align: center;
    width: 1020px;
    display: block;
    margin: 0 auto;
    background: url(/assets/images/bg_contact.jpg) no-repeat;
	background-size: cover;
    position: relative;
}
.contact_btn a {
	display: block;
    color: #fff;
    padding: 56px 0;
    font-size: 32px;
    line-height: 1;
    position: relative;
}
.contact_btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/assets/images/gradation.png);
    background-size: cover;
    transition: all .2s ease;
    background-color: rgba(161, 134, 178, 0);
}
.contact_btn:hover:before {
    background-color: rgba(161, 134, 178, 0.6);
}
#access {
    background: url(/assets/images/bg_access.jpg) no-repeat;
    background-size: cover;
}
.access_box {
    box-sizing: border-box;
    padding-bottom: 120px;
    width: 85%;
    margin: 0 auto;
    display: block;
}
.access_box p {
    margin-bottom: 14px;
}
.access_box dl {
	margin-bottom: 16px;
}

.access_box dt {
    display: inline-block;
	vertical-align: top;
}
.access_box dd {
    display: inline-block;
	box-sizing: border-box;
    padding-left: 1em;
}
.gmap {
    box-shadow: 10px 10px 0 #fff;
    margin-top: 50px;
}

.gmap iframe {
    vertical-align: bottom;
}


/*----------------------------
  footer
----------------------------*/
#footer {
    background: #33264c;
    color: #fff;
    padding: 70px 0 35px;	
}
.f_box {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 20px;	
}
.f_logo {
    padding-left: 100px;
}
.f_logo p {
    color: #adaab4;
    font-size: 50px;
    font-family: 'EB Garamond', serif;
}

.f_addr {
    padding-left: 100px;
}

.f_addr p:first-child {
    margin-bottom: 14px;
}
.f_addr p {
    font-size: 14px;
    margin-bottom: 5px;
}
a.fmap:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: none;
    transition: all .2s ease;
}
a.fmap:hover:after {
    background: #fff;
    width: 100%;
}
.copy {
    text-align: right;
    padding-right: 50px;
    font-size: 14px;
	font-family: 'EB Garamond', serif;
}
#call{
	display: none !important;
}
/* ---------------------------
　page
----------------------------*/

.page_kv {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
	background-image: url(/assets/images/about/about_kv.jpg);
	background-size: cover;
	background-position: left center;
}
.page_kv:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/images/kv_grad.png) no-repeat;
    background-size: cover;
    z-index: 0;
}
.page_ttl {
    text-align: center;
	color: #fff;
    z-index: 1;
    position: relative;
}
.page_cp {
    font-size: 50px;
    line-height: 1.4;
    font-family: 'EB Garamond', serif;
    letter-spacing: 3px;
}
.page_h1 {
    letter-spacing: 1px;
}
.bg01 {
    background: #fff;
}
.last_block {
    padding-bottom: 240px;
}

/* about */

#slide {
    display: block;
    margin: 0 auto;
    width: 85%;
}
.thumbnail {
    margin-bottom: 30px;
}
.swiper-container.main {
    padding-bottom: 50px;
}
.thumbnail .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
}

.thumbnail .swiper-slide {
    text-align: center;
    border-right: 2px solid #a186b2;
    box-sizing: border-box;
	font-size: 18px;
    font-weight: 600;
	width: 22% !important;	
    cursor: pointer;
}
.thumbnail .swiper-slide:last-child {
    border: 0;
}
.swiper-slide-thumb-active {
    color: #a186b2;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: #a186b2 !important;
}
.ws_sp{
	display: none !important;
}	
.slidebox {
    background: #fff;
    width: 82.4%;
    margin: -90px auto 0;
    display: block;
    box-sizing: border-box;
    padding: 70px 45px 90px;
    position: relative;
}
.ttl2 span {
    font-size: 14px;
    display: inline-block;
    margin-left: 30px;
    color: #a186b2;
    font-family: 'EB Garamond', serif;
    vertical-align: middle;
}
.slidebox p {
    font-size: 14px;
    margin-bottom: 45px;
}
.message_block {
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;
	padding-bottom: 120px;
}
.message_left {
    width: 41.2%;
    box-sizing: border-box;
	box-shadow: 0 32px 30px -30px rgba(161, 134, 178, 0.18);
}
.message_img {
    width: 100%;
}
.message_right {
    width: 52%;
    box-sizing: border-box;
}
.message_ttl {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
}
.message_right p {
    font-size: 14px;
    margin-bottom: 26px;
}
.message_name {
    text-align: right;
    font-size: 22px;
    font-weight: 600;
}
.message_name span {
    display: inline-block;
    padding-right: 28px;
    font-size: 14px;
    vertical-align: middle;
}

/* company */

.page_kv.company {
	background-image: url(/assets/images/company/company_kv.jpg);
	background-position: left top;
}
.company_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
table.tb_cp {
    width: 48%;
    border-top: 1px solid #efedf2;
    font-size: 14px;
}

table.tb_cp tr {
    border-bottom: 1px solid #efedf2;
}
table.tb_cp th {
    box-sizing: border-box;
    padding: 30px 108px;
    font-weight: 700;
    vertical-align: top;
}
table.tb_cp td {
    box-sizing: border-box;
    padding: 30px 0;
}

/* WORKS */
.ttl.ttl_border {
    overflow: hidden;
	margin-bottom: 80px;
}
.ttl.ttl_border span {
    font-size: 75px;
    position: relative;
}
.ttl.ttl_border span:after {
    content: "";
    position: absolute;
    left: 110%;
    width: 100%;
    height: 4px;
    border: 1px solid #efedf2;
    border-width: 1px 0;
    padding-right: 100%;
    top: 50%;
    margin-top: -4px;
}
.ttl3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}
.block_inner {
    display: block;
    margin: 0 auto;
    width: 85%;
}
.work_txt {
    margin-bottom: 50px;
}
.work_txt p {
    font-size: 14px;
}
.work_img {
    margin-bottom: 50px;
    text-align: center;
}
.works_btn_block {
    display: flex;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 30px 0 120px;
}
.works_btn {
    width: 48%;
    text-align: center;
}
.works_btn.btn01 {
    background: url(/assets/images/works/btn01.jpg) no-repeat;
    background-size: cover;
}
.works_btn.btn02 {
    background: url(/assets/images/works/btn02.jpg) no-repeat;
    background-size: cover;
}
.works_btn.btn03 {
    background: url(/assets/images/works/btn03.jpg) no-repeat;
    background-size: cover;
}
.works_btn a {
    background: #4f3f6d;
    display: block;
    color: #fff;
    padding: 25px;
    font-size: 24px;
    position: relative;
}
.works_btn a span {
	z-index: 1;
	position: relative;
}
.works_btn a:hover {
    background: rgba(79, 63, 109, 50%);
}
.works_btn a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url(/assets/images/works/btn_grada.png);
    background-size: cover;
 
}
/* CONTACT */
.page_kv.contact {
	background-image: url(/assets/images/contact/contact_kv.jpg);
	background-position: left top;
}
.contact_txt {
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
}
.block_contact {
    display: block;
    margin: 0 auto;
    width: 70%;
}
.agree_box {
    background: #efedf2;
    box-sizing: border-box;
    padding: 30px;
	margin-bottom: 60px;
}
.agree_ttl {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.agree_txt {
    box-sizing: border-box;
    background: #fff;
    padding: 14px 20px;
    font-size: 14px;
    margin-bottom: 30px;
	font-family: 'Noto Sans JP', sans-serif;
    height: 360px;
    overflow-y: auto;	
}
.agree_txt h3 {
    font-weight: 600;
}
.agree_txt h4 {
    font-weight: 600;
}
.agree_txt p {
    margin-bottom: 16px;
}
ol {
	margin-bottom: 16px;
}

ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
	padding-left: 2.5em;
}

ol li:before {
    content: "（" counter(cnt) "）";
    display: inline-block;
    width: 2.5em;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
ul.disc {
    list-style: disc;
    padding-left: 2.5em;
    margin-bottom: 16px;
}
.agree_chack {
    text-align: center;
}

.block_contact dl {
    margin-bottom: 40px;
}

.block_contact dt {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    font-weight: 600;
    padding: 14px 0;
    font-size: 20px;
}
.block_contact dd {
    display: inline-block;
    width: 68%;
    padding: 14px 0;
    vertical-align: text-top;
}
input[type="text"],input[type="email"],input[type="tel"],textarea,select {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	border: 1px solid #efedf2;
	background: #fff;
}
textarea {
    height: 220px;
}
::placeholder {
    color: #bab6bf;
}

#type{
	color: #bab6bf;
}
#type option{
	color: #333;
}
#type option.sample{
	color: #bab6bf;
}
#type.select {
    color: #333;
}
.selectbox select {
	-webkit-appearance: none;
    appearance: none;
}

.selectbox:after {
    content: "▼";
    position: absolute;
    right: 20px;
    font-size: 12px;
    width: 1em;
    height: 1em;
    top: 50%;
    margin-top: -1em;
}
.selectbox {
    position: relative;
}

#form_submit {
    width: 450px;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#form_submit_button {
	-webkit-appearance: none;
    appearance: none;
	font-family: 'Noto Sans JP', sans-serif;
    border: 0;
    background: #33264d;
    color: #fff;
    width: 100%;
    font-size: 21px;
    letter-spacing: 2px;
    padding: 30px;
    font-weight: 500;
    cursor: pointer;
	transition: all .3s ease;
}
#form_submit:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 22px;
    background: url(/assets/images/contact/arrow.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto 0;
}
#form_submit_button:hover {
    background: rgba(51, 38, 77, 85%);
}
.view_more.back {
    margin: 0 auto;
}
span.required {
    display: none;
}
.error_blank {
    color: #e60000;
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
}
.agree_chack .error_blank {
    display: block;
}
.agree_chack dl {
    margin: 0;
}
.agree_chack dd {
    padding: 0;
}
.agree_chack dt {
    display: none !important;
}


@media screen and (max-width:1280px){
	
.top_kv {
    background-position: left top;
}	
}

@media screen and (max-width:1240px){
	
.h_inner {
    width: 100%;
}
.top_kv .inner {
    width: 100%;
}	
.inner{
	width: 90%;
}	
.about_left {
    width: 45%;
    padding-left: 0;
}	
.about_right {
    width: 54%;
}
.contact_btn {
    width: 90%;
}	
.block_inner .contact_btn {
    width: 100%;
}	
}

@media screen and (max-width:1024px){
.about_left p {
    font-size: 27px;
}
.work_content {
    background-size: 90%;
	background-position: center top;
    padding: 45% 0 0;
}
.work_box, .work02 .work_box {
    margin: 0 auto;
    width: 90%;
    padding: 40px;
}	
	
#slide {
    width: 100%;
}
.thumbnail .swiper-slide {
    width: 30% !important;	
}
.message_block {
    width: 100%;
}
table.tb_cp th {
    padding: 30px;
    width: 38%;
}
.block_contact {
    width: 90%;
}	
}

@media screen and (max-width:768px){
	
.sp_navi{
	display: block !important;
	}	
.btn_menu {
    width: 90px;
    height: 90px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
}
.btn_menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 26px;
    background-image: url(/assets/images/btn_menu.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	transition: all .2s ease;
}
.btn_menu.close:after {
    background-image: url(/assets/images/btn_close.png);
	height: 35px;
    width: 35px;
}	
#nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transform: translateX(100%);
    transition: all .3s ease;
	display: flex;
    align-items: center;
    padding-left: 160px;	
}
#nav.sp_open {
    transform: translateX(0);
}	
ul.navi {
    color: #33264d;
    display: block;
    padding: 0;
}
ul.nav_child li {
    border: 0;
    text-align: left;
    width: auto;
    color: #a186b2;
}
ul.navi li a {
    font-size: 36px;
    font-family: 'EB Garamond', 'Noto Serif JP', serif;
	padding: 20px 0;
}
	
.child {
    display: none;
}
.has_child {
    display: flex;
    align-items: end;
	
}
ul.nav_child {
    display: block;
    position: relative;
    top: unset;
    left: unset;
	padding-left: 30px;
	padding-top: 30px;
}	
ul.nav_child li a {
    font-size: 24px;
    padding: 10px 0;
}
ul.nav_child li a:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #a388b4;
    display: inline-block;
    vertical-align: super;
    margin-right: 26px;
}
.sincerity_inc {
    position: absolute;
	display: block !important;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    z-index: -1;
}	
.kv01 {
	background-image: url(/assets/images/kv01_sp.jpg);
}
.kv02 {
	background-image: url(/assets/images/kv02_sp.jpg);
}
.kv03 {
	background-image: url(/assets/images/kv03_sp.jpg);
}	

#main:before {
    width: 75%;
}	
.about_left p {
    font-size: 40px;
}

.about_left {
    width: 100%;
    margin-bottom: 30px;
}
.about_right {
    width: 100%;
}
.work_content {
    background-position: center top;
    padding: 45% 0 0;
}

.work_box, .work02 .work_box {
    margin: 0 auto;
    width: 90%;
    padding: 40px;	
}	
#contact .inner{
	width: 100%;
	padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}
.access_box {
    padding: 0;
}
.f_box {
    flex-wrap: wrap;
}	
.f_logo {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
}
.f_addr {
    width: 100%;
    padding: 0;
    text-align: center;
	margin-bottom: 50px;	
}
.copy {
    text-align: center;
    padding: 0;
}	
	
.page_kv {
    height: 750px;
    background-position: 60% center;
}
.message_left {
    width: 100%;
    margin-bottom: 60px;
}
.message_right {
    width: 100%;
}	

.contact_btn {
    width: 100%;
}
.ws_pc{
	display: none !important;
}
.ws_sp{
	display: block !important;
}	
	
.page_kv.company {
    background-image: url(/assets/images/company/company_kv_sp.jpg);
    background-position: center top;
}
	
table.tb_cp {
    width: 100%;
}

table.tb_cp:last-child {
    border: 0;
}
table.tb_cp th {
    width: 48%;
    padding: 30px 100px;
}
	
.block_inner {
    width: 100%;
}
.works_btn_block {
    width: 100%;
    padding-bottom: 60px;
}

.page_kv.contact {
    background-image: url(/assets/images/contact/contact_kv_sp.jpg);
    background-position: 30% center;
}	
.block_contact {
    width: 100%;
}
	
}

@media screen and (max-width:480px){

.pc{
	display: none !important;
}	
.sp{
	display: block !important;
}	
.logo {
    width: 90px;
    height: 90px;
}	
.logo a {
    font-size: 12px;
}
#nav {
    padding-left: 100px;
}	
ul.navi {
    padding-bottom: 25%;
}	
ul.navi li a {
    font-size: 18px;
    padding: 12px 0;
}
ul.nav_child {
    padding-left: 18px;
    padding-top: 10px;
}	
ul.nav_child li a {
    font-size: 14px;
    padding: 10px 0;
}
ul.nav_child li a:before {
    width: 26px;
    margin-right: 13px;
}
	
.btn_menu {
    width: 45px;
    height: 45px;
}
.btn_menu:after {
    width: 24px;
    height: 20px;
}	
.btn_menu.close:after {
    width: 17px;
    height: 17px;
}
.sincerity_inc {
    height: 86%;
}	

.top_kv {
    height: 90vh;
}	
.kv_left {
    width: 45px;
}
.scroll {
    font-size: 11px;
    right: 12px;
}
.scroll:after {
    right: 10px;
}
.top_cp {
    left: 20%;
    bottom: 13%;
}
.cp {
    font-size: 35px;
}
.cp_sub {
    font-size: 10px;
}
	
.ttl {
    font-size: 50px;
}
.ttl_sub {
    font-size: 12px;
}
.ttl2 {
    font-size: 22px;
    margin-bottom: 1em;
}
.ttl2 span {
    font-size: 10px;
    margin-left: 16px;
}	
.ttl2.consul {
    font-size: 18px;
}	
.ttl2:after {
    margin-top: 1em;
}	
.about_left p {
    font-size: 22px;
}
.about_right p {
    font-size: 12px;
}
.view_more {
    width: 132px;
}
.view_more a {
    font-size: 11px;
    padding: 7px 0;
}	
.work_box p {
    font-size: 11px;
	margin-bottom: 20px;	
}
.work_box, .work02 .work_box {
    padding: 28px 22px;
}	
.contact_btn a {
    font-size: 22px;
    padding: 39px 0;
}
.contact_btn {
    background-size: cover;
    background-position: 60% center;
}	
.access_box p {
    font-size: 11px;
}
.access_box dl {
    font-size: 11px;
}	
.gmap {
    height: 170px;
}

.gmap iframe {
    height: 100%;
}	
#footer {
    padding: 30px 0 15px;
}
	
.f_logo p {
    font-size: 34px;
}
.f_addr {
    margin-bottom: 20px;
}	
.f_addr p {
    font-size: 10px;
}
.copy {
    font-size: 10px;
}	
	
.page_kv {
    height: 56vh;
}
.page_cp {
    font-size: 34px;
}
.page_h1 {
    font-size: 12px;
}
.contents_block {
    padding: 70px 0;
    overflow-x: hidden;	
}
.last_block {
    padding-bottom: 150px;
}	
	
.thumbnail .swiper-slide {
    font-size: 12px;
    width: auto !important;
    border-width: 0 1px 0 0;
    line-height: 1.2;
    padding: 0 15px;
}
.slidebox {
    padding: 30px 24px;
    margin-top: -30px;
    width: 90%;
}
.slidebox p {
    font-size: 12px;
    margin-bottom: 24px;
    line-height: 1.8;
}
.message_block {
    padding-bottom: 70px;
}	
.message_ttl {
    font-size: 20px;
    margin-bottom: 1em;
}
.message_right p {
    font-size: 11px;
    margin-bottom: 1.5em;
}
.message_name {
    font-size: 16px;
}	
.message_name span {
    font-size: 10px;
    padding-right: 16px;
}
	
table.tb_cp th {
    padding: 20px;
    width: 34%;
    font-size: 12px;
}
table.tb_cp td {
    padding: 20px;
    font-size: 12px;
}
.access_box {
    width: 100%;
}
	
.ttl.ttl_border {
    margin-bottom: 35px;
}
.ttl.ttl_border span {
    font-size: 42px;
}
.ttl3 {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 1em;
}
.work_txt p {
    font-size: 11px;
}
.work_txt,.work_img {
    margin-bottom: 35px;
}	
.works_btn_block {
    padding: 15px 0 30px;
}	
.works_btn a {
    font-size: 12px;
    background: rgba(79, 63, 109, 0.6);
    padding: 25px 0;
}
	
.contact_txt {
    font-size: 16px;
    line-height: 1.6;
}
.contact_txt p {
    font-weight: 600;
}	
.block_contact dt, .block_contact dd {
    display: block;
    width: 100%;
	padding: 5px 0;
}
.block_contact dt {
    font-size: 14px;
    padding-bottom: 0;
}	
.block_contact dd {
    padding-bottom: 10px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    font-size: 16px;
}
.agree_box {
    padding: 30px 100% 30px 100%;
    margin: 0 -100% 60px -100%;
}
.agree_txt {
    font-size: 10px;
    padding: 10px;
	height: 300px;	
}	
	
.agree_chack input {
    vertical-align: middle;
}
.agree_chack label {
    font-size: 12px;
}
#form_submit {
    width: 90%;
}
#form_submit_button {
    font-size: 16px;
    padding: 24px 0;
}
#call {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: rgba(0,0,0,0.2);
	}
#call.callopen{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.call_inner {
    background: #fff;
    color: #58447b;
    width: 75%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0,0,0,0.3);
}
.tel_num {
    font-size: 20px;
    font-weight: 700;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.tel_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tel_btn div {
    width: 50%;
    box-sizing: border-box;
}
.call {
    border-left: 1px solid #ddd;
}
.tel_btn div a {
    display: block;
    padding: 8px;
}
	
.about_right .view_more,.work_box .view_more,.slidebox .view_more {
    margin-left: auto;
}	
.access_in {
    display: flex;
    justify-content: center;
}	

	
	
	
}
@media screen and (max-width: 320px){
#nav {
    padding-left: 68px;
}
.cp {
    font-size: 32px;
}	
.about_left p {
    font-size: 19px;
}
.about_right p {
    font-size: 11px;
}	
.work_box p {
    font-size: 10px;
}
.work_box, .work02 .work_box {
    padding: 28px 15px;
    width: 94%;
}
.thumbnail .swiper-slide {
    font-size: 10px;
}	
.ttl2.consul {
    font-size: 16px;
}	
.ttl2.consul span {
    margin-left: 12px;
}
.ttl.ttl_border span {
    font-size: 38px;
}	
}