@charset "UTF-8";

/* ============================================
	Author: KIRIN COUKOKU Production Office
	Author URI: https://kirincou.work/
	WordPress Ver(start):  6.2
*/


/* -----------------------------------------------
	◆サイト全体設定◆
-------------------------------------------------- */
.mitomi_web {
	font-size: 62.5%;	/* 1rem = 10px */
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	color: #000000;
	background-color: #ffffff;
	/*	scroll-behavior: smooth;	*/
}

h2.mitomi_h2 {
	color: #ffffff;
	font-size: 5.0rem;
	font-weight: 400;
	letter-spacing: 1.2rem;
}

.h2cap {
	color: #ffffff;
	font-size: 2.8rem;
	letter-spacing: 0.5rem;
	padding-top: 35px;
}

a {
	transition: 0.16s;
}

a:hover {
	opacity: 0.45;
}

.pc_pac {
	display: contents;
}

.sp_pac {
	display: none;
}

.pc_pac2 {
	display: block;
}

.sp_pac2 {
	display: none;
}

.pc_pac834 {
	display: block;
}

.sp_pac834 {
	display: none;
}


/* -----------------------------------------------
	◆全ページ共通スタイル◆
-------------------------------------------------- */
.fat {
	font-weight: bold;
}

.naka1 {
	text-align: center;
}

.naka2 {
	margin: 0 auto;
}

.hidari {
	float: left;
}

.migi {
	float: right;
}

.nowatch {
	display: none;
}

.posi_relative {
	position: relative;
}

.btn_inl {
	display: inline;
}

.tellink {
	pointer-events: none;
}


/* -----------------------------------------------
	◆カラー/背景スタイル◆
-------------------------------------------------- */
.scan_bg {
	background-image: linear-gradient(to right, #6e7daa 0%, #465a87 100%);
}

.bim_bg {
	background-image: linear-gradient(to right, #b47878 0%, #aa5a5a 100%);
}

.base_bg {
	background-image: url(../img/bg.jpg);
}

.clr_red {
	color: #e60015;
}


/* -----------------------------------------------
	◆スクロールしてふわっと表示◆
-------------------------------------------------- */
.fadein {
	/* 最初は非表示 */
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: opacity 1.6s, visibility 1.6s, transform 1.6s;
}

/* フェードイン時に入るクラス */
.is-fadein {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}


/* -----------------------------------------------
	◆ヘッダー◆
-------------------------------------------------- */
#header-pc {
	font-size: 1.4rem;
}

.gnav-box {
	position: absolute;
	top: 40px;
	right: 3%;
	z-index: 10;
}

#nav-pc {
	display: flex;
}

.navspace {
	padding-left: 2.6rem;
}

.navspace a {
	color: #ffffff;
	text-shadow: 0px 3px 3px #000000;
}

.header-h1 {
	position: absolute;
	top: 40px;
	left: 3%;
	z-index: 10;
}

#header-sm {
	display: none;
}

/* header-black用 */
/* ============================================ */
.navblk a {
	color: #000000;
	text-shadow: none;
	font-weight: bold;
}

/* ハンバーガー（今回は1079px以下で発動） */
/* ============================================ */
	@media only screen and (max-width:1079px) {

		#header-pc {
			display: none;
		}

		#header-sm {
			display: contents;
		}

		.ham-position {
			position: relative;
		}

		.header-smul h1 {
			font-size: 2.2rem;
			letter-spacing: 0.18rem;
			position: absolute;
			top: 20px;
			left: 4%;
			z-index: 10;
		}

		.header-smul h1 a {
			color: #ffffff;
		}

		#nav-ham {
			position: absolute;
			top: 6px;
			right: 4%;
		}

		/* チェックボックスは非表示に */
		.drawer-hidden {
			display: none;
			opacity: 0;		/* 透明化 */
		}

		/* ハンバーガーアイコンの設置スペース */
		.drawer-open {
			display: flex;
			height: 60px;
			width: 60px;
			justify-content: center;
			align-items: center;
			position: relative;
			z-index: 100;		/* 重なり順を一番上に */
			cursor: pointer;
		}

		/* ハンバーガーメニューのアイコン */
		.drawer-open span,
		.drawer-open span:before,
		.drawer-open span:after {
			content: '';
			display: block;
			height: 3px;
			width: 25px;
			border-radius: 3px;
			background: #ffffff;
			transition: 0.5s;
			position: absolute;
		}
		.drawer-open span:before,
		.drawer-open span:after {
			background: #ffffff;
		}

		/* 三本線のうち一番上の棒の位置調整 */
		.drawer-open span:before {
			bottom: 8px;
		}

		/* 三本線のうち一番下の棒の位置調整 */
		.drawer-open span:after {
			top: 8px;
		}

		/* アイコンがクリックされたら真ん中の線を透明にする */
		#drawer-check:checked ~ .drawer-open span {
			background: rgba(255, 255, 255, 0);
		}

		/* アイコンがクリックされたらアイコンが×印になるように上下の線を回転 */
		#drawer-check:checked ~ .drawer-open span::before {
			bottom: 0;
			transform: rotate(45deg);
			/*	×の色を変える場合		background: #000000;	*/
		}
		#drawer-check:checked ~ .drawer-open span::after {
			top: 0;
			transform: rotate(-45deg);
			/*	×の色を変える場合		background: #000000;	*/
		}

		/* メニューのデザイン*/
		.drawer-content {
			width: 100%;
			height: 100%;
			position: fixed;
			top: 0;
			left: 100%;/*		メニューを画面の外に飛ばす */
			z-index: 99;
			background: #000000;
			transition: .5s;
		}

		/* アイコンがクリックされたらメニューを表示 */
		#drawer-check:checked ~ .drawer-content {
			left: 0;		/*	メニューを画面に入れる（左に余白をどれだけ付けるか）	*/
		}

		/* 個別に新規追加 */
		.drawer-item,
		.drawer-item a {
			color: #ffffff;
		}
		.drawer-item {
			font-size: 1.65rem;
			letter-spacing: 0.08;
			margin: 2.8rem 0 1.8rem 3.5rem;
		}
		.ham-title {
			font-size: 3.0rem;
			letter-spacing: 0.06rem;
			line-height: 1.9;
		}
		.mitomi-hambtn {
			letter-spacing: 0.16rem;
		}

		/* ハンバーガー（黒仕様） */
		/* ============================================ */
		/* ハンバーガーアイコンの設置スペース */
		.drawer-open-blk {
			display: flex;
			height: 60px;
			width: 60px;
			justify-content: center;
			align-items: center;
			position: relative;
			z-index: 100;		/* 重なり順を一番上に */
			cursor: pointer;
		}

		/* ハンバーガーメニューのアイコン */
		.drawer-open-blk span,
		.drawer-open-blk span:before,
		.drawer-open-blk span:after {
			content: '';
			display: block;
			height: 3px;
			width: 25px;
			border-radius: 3px;
			background: #000000;
			transition: 0.5s;
			position: absolute;
		}
		.drawer-open-blk span:before,
		.drawer-open-blk span:after {
			background: #000000;
		}

		/* 三本線のうち一番上の棒の位置調整 */
		.drawer-open-blk span:before {
			bottom: 8px;
		}

		/* 三本線のうち一番下の棒の位置調整 */
		.drawer-open-blk span:after {
			top: 8px;
		}

		/* アイコンがクリックされたら真ん中の線を透明にする */
		#drawer-check:checked ~ .drawer-open-blk span {
			background: rgba(255, 255, 255, 0);
		}

		/* アイコンがクリックされたらアイコンが×印になるように上下の線を回転 */
		#drawer-check:checked ~ .drawer-open-blk span::before {
			bottom: 0;
			transform: rotate(45deg);
			background: #ffffff;	/*	×の色を変える場合	*/
		}
		#drawer-check:checked ~ .drawer-open-blk span::after {
			top: 0;
			transform: rotate(-45deg);
			background: #ffffff;	/*	×の色を変える場合	*/
		}

	}


/* -----------------------------------------------
	◆フッター◆
-------------------------------------------------- */
footer {
	background-color: #000000;
}

.mitomi_footer {
	color: #ffffff;
	padding-top: 90px;
	width: 84%;
}

.mitomi_footer ul {
	display: flex;
	justify-content: space-between;
}

.footer_info1name {
	font-size: 2.4rem;
	letter-spacing: 0.2rem;
	padding: 18px 0 24px;
}

.footer_info1box {
	border-top: 1px solid #ffffff;
	padding-top: 27px;
}

.footer_info1box p {
	font-size: 1.45rem;
	letter-spacing: 0.17rem;
}

p.mitomi_tel {
	font-size: 2.8rem;
	letter-spacing: 0.26rem;
	padding: 10px 0;
}

.footer_info2title,
.footer_info3title {
	font-size: 1.7rem;
	letter-spacing: 0.2rem;
	padding-bottom: 10px;
}

.footer_info3name {
	font-size: 1.55rem;
	letter-spacing: 0.04rem;
	padding-top: 18px;
}

.footer_info3tel {
	font-size: 2.6rem;
	letter-spacing: 0.3rem;
	padding: 10px 0;
}

.footer_info3add {
	font-size: 1.45rem;
	letter-spacing: 0.17rem;
}

.footer_cr {
	font-size: 1.3rem;
	letter-spacing: 0.12rem;
	padding: 90px 0 20px;
}

/* ページ最上部に戻るボタン */
/* ============================================ */
.pageup_btn {
	position: fixed;
	bottom: 4%;
	right: 0%;

	/* デフォルトで非表示 */
	opacity: 0;
	visibility: hidden;
}

/* このクラスが付与されると表示 */
.pageup_active {
	opacity: 1;
	visibility: visible;
}


/* -----------------------------------------------
	◆トップページ◆
-------------------------------------------------- */
/* top_vi */
/* ============================================ */
#top_vi {
	z-index: 5;
}

/* newmitomi */
/* ============================================ */
#top_newmitomi {
	background-image: url(../img/bg.jpg);
}

#top_newmitomi ul {
	width: 860px;
	padding: 100px 0;
	display: flex;
}

.newmitomi_lil {
	padding-right: 80px;
}

.newmitomi_lil img {
	max-width: max-content;
}

.title_m {
	font-size: 2.0rem;
	letter-spacing: 0.22rem;
	padding-bottom: 2.6rem;
}

.newmitomi_txt {
	font-size: 1.55rem;
	line-height: 2.4;
	letter-spacing: 0.08rem;
}

/* shopimg */
/* ============================================ */
#top_shopimg ul {
	display: flex;
}

/* newservice */
/* ============================================ */
.newservice_box {
}

.newservice_title {
	position: absolute;
	top: 155px;
	left: 50%;
	transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
}

#top_newservice ul {
	display: flex;
}

.newservice_li {
	padding: 380px 0 100px;
	width: 50%;
}

.top_scanbox,
.top_bimbox {
	width: 66%;
}

.service_num1 {
	position: absolute;
	top: -85%;
	left: 1%;
	/*	font-size: 18.5rem;	*/
	font-size: 15rem;
	color: #ffffff;
}

.top_scanbox h3,
.top_bimbox h3 {
	color: #ffffff;
	font-size: 4.0rem;
	font-weight: 400;
	letter-spacing: 0.7rem;
	padding-top: 35px;
}

.h3cap {
	color: #ffffff;
	font-size: 2.2rem;
	letter-spacing: 0.4rem;
    padding: 25px 0 30px;
}

.newservice_txtbox {
	border-top: 1px solid #ffffff;
	padding: 30px 0;
}

.newservice_txtbox p {
    color: #ffffff;
	font-size: 1.55rem;
	line-height: 2.4;
	letter-spacing: 0.08rem;
}

.newservice_more {
	display: block;
	width: 50%;
	color: #ffffff;
	font-size: 1.5rem;
	letter-spacing: 0.08rem;
	padding: 1.2rem 0;
	border: 1px solid #ffffff;
}

.newservice_more:hover {
	color: #000000;
	background-color: #ffffff;
}

.scanbox_img,
.bimbox_img {
	width: 68%;
	margin: 0 auto;
	padding-top: 60px;
}

.scanimg2 {
	position: absolute;
	top: -6%;
	left: -16%;
	width: 295px;
}

/* design */
/* ============================================ */
#top_design {
	background-image: url(../img/bg.jpg);
	padding: 170px 0 100px;
}

.design_box h2 {
	color: #000000;
}

.design_box p.h2cap {
	color: #000000;
}

.service_num2 {
	position: absolute;
	top: 9%;
	left: 30%;
	/*	font-size: 18.5rem;	*/
	font-size: 15rem;
	color: #000000;
}

.design_icon,
.news_icon {
	padding: 50px 0;
}

.design_txtbox {
	width: 620px;
}

.design_txtbox p {
	font-size: 1.55rem;
	line-height: 2.4;
	letter-spacing: 0.08rem;
}

.design_btnbox {
	display: table;
	margin: 40px auto 0;
}

.design_btnbox ul {
	display: flex;
}

.design_btnchild {
	padding: 0 10px;
}

.design_btnchild img {
	width: 158px;
}

/* news */
/* ============================================ */
#top_news {
	background-image: url(../img/bg_news.jpg);
	background-size: cover;
	padding: 100px 0;
}

.news_box {
	background-color: rgba(0,0,0,0.5);
	width: 62%;
	margin: 0 auto;
	padding: 60px 100px;
}

	/*	20230519 無効化
		.news_content p {
			color: #ffffff;
			font-size: 1.55rem;
			line-height: 3.0;
			letter-spacing: 0.1rem;
			text-align: center;
		}
	*/

.txt_kage {
	text-shadow: 0px 3px 2px #000000;
}

.topnews_body {
	font-size: 1.55rem;
	letter-spacing: 0.1rem;
	margin-top: 20px;
}

.topnews_body a {
	color: #ffffff;
}

.topnews_ul {
	border-bottom: 1px solid rgb(255, 255, 255, 0.45);
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.topnews_ul li {
	display: inline-block;
	margin-bottom: 10px;
}

.topnews_time {
	font-size: 1.5rem;
	padding-right: 2.0rem;
}

.topnews_title {
	line-height: 1.4;
}

.topnews_bnbtn {
	margin: 40px 0 30px;
}

.topnews_bnbtn a {
	background-color: #ffffff;
    padding: 16px 60px;
    border-radius: 4px;
    font-size: 1.65rem;
    color: #000000;
    letter-spacing: 0.1rem;
}


/* -----------------------------------------------
	◆3Dスキャン／BIMページ共通◆
-------------------------------------------------- */
.scan_box,
.bim_box {
	color: #ffffff;
	padding: 120px 0 0 0;
}

.page_icon {
	padding: 65px 0;
}

.page_num {
	font-size: 34.0rem;
	opacity: 0.2;
	position: absolute;
	top: -35%;
	left: 20%;
}

.page_contentpac {
	border-top: 1px solid rgb(255, 255, 255, .3);
}

.contentbox {
	width: 1000px;
	margin: 0 auto;
	padding: 65px 8%;
	border-left: 1px solid rgb(255, 255, 255, .3);
	border-right: 1px solid rgb(255, 255, 255, .3);
}

.contentbox h3 {
	font-size: 4.2rem;
	font-weight: 400;
	letter-spacing: 1.0rem;
}

.contentbox p.h3cap {
	font-size: 2.2rem;
	letter-spacing: 0.4rem;
	padding: 30px 0 65px;
}


/* -----------------------------------------------
	◆3Dスキャンページ◆
-------------------------------------------------- */
.scanrelative {
	position: relative;
}

.contentbox_scantxt p {
	font-size: 1.55rem;
	line-height: 2.4;
	letter-spacing: 0.1rem;
}

/* 3Dスキャン イントロ */
/* ============================================ */
.page_scanintro {
	width: 760px;
	padding-bottom: 65px;
}

.page_scanintro p {
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	line-height: 2.4;
}

/* 3Dスキャン メリット */
/* ============================================ */
.scanmerit_img {
	position: absolute;
	bottom: 7%;
	right: 0;
	/*	opacity: 0.9;	*/
	mix-blend-mode: multiply;
}

.scanmerit_txt {
	z-index: 1;
}

/* 3Dスキャン サービス */
/* ============================================ */
.scanservice_txt {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 20px;
}

.scanservice_txt2 {
	width: 80%;
	padding-top: 20px;
}

.scanservice_imgbox {
	/*	border: 1px solid #ffffff;	*/
	padding: 55px;
	/*	background-color: #ffff00;	*/
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 0);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(0, 0, 0, 0.25) 6px, rgba(0, 0, 0, 0.25) 8px );
	margin-top: 80px;
}

.scanservice_imgbox ul {
	display: flex;
	justify-content: space-between;
	background-color: #7da0be;
	align-items: center;
}

.scanservice_imgbox ul:nth-child(2) {
	margin: 10px 0;
}

.scanservice_cap {
	display: contents;
}

.scanservice_captxt {
	font-size: 1.55rem;
	letter-spacing: 0.1rem;
	line-height: 2.0;
}

.sagyouicon {
	position: absolute;
	top: -5%;
	left: -4%;
}

/* 3Dスキャン 機材紹介 */
/* ============================================ */
.scanequip_item {
	display: flex;
	margin-bottom: 70px;
	align-items: center;
}

.scan_iteml img {
	max-width: none;
	width: 210px;
}

.scan_itemr {
	padding-left: 6.5rem;
	padding-bottom: 14px;
}

.itemline {
	border-bottom: 1px solid #ffffff;
}

.itemr01 {
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	padding-bottom: 14px;
}

.itemr02 {
	font-size: 2.4rem;
	letter-spacing: 0.2rem;
}

.itemr03 {
	font-size: 1.5rem;
	line-height: 1.9;
	letter-spacing: 0.08rem;
	padding-top: 14px;
}

.scanequip_infobox ul:last-child {
	margin-bottom: 0;
}

.drone {
	width: 274px;
	height: 274px;
}

.droneimg {
	position: absolute;
	left: -20%;
	top: 8%;
	width: 290px!important;
}

/* 3Dスキャン 受注の流れ */
/* ============================================ */

.scan_tateline {
	width: 1px;
	height: 60px;
	background-color: #ffffff;
    margin: 40px auto;
}

.scan_tateline2 {
	width: 1px;
	height: 45px;
	background-color: #ffffff;
    margin: 0 auto;
}

.scansche_box img {
	width: 85px;
}

.scansche_title {
	font-size: 2.4rem;
	letter-spacing: 0.2rem;
	padding: 30px 0;
}

.scansche_btnpac {
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
}

.scansche_btnpac a {
	color: #ffffff;
}

.scansche_btn {
	display: table-cell;
	border: 1px solid #ffffff;
	border-radius: 4px;
	padding: 30px 0;
	width: 320px;
}

.scansche_btncap {
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	padding-bottom: 20px;
}

.scansche_btntxt {
	font-size: 2.6rem;
	letter-spacing: 0.4rem;
}

.scansche_btntxtul {
	display: flex;
	justify-content: center;
}

.mailicon {
	padding-right: 12px;
    width: 100%!important;
}

.num2-5 {
	padding-top: 45px;
}

.scansche_btn2 {
	height: 180px;
	vertical-align: middle;
}

.bimunyou,
.datanouhin {
	font-size: 1.9rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}

.discicon {
	padding-top: 16px;
	width: 54px!important;
}

.tenbtn {
	border: 1px dotted #ffffff;
}

/* 3Dスキャン お問合せボタン */
/* ============================================ */
.toiawase {
	font-size: 2.2rem;
	letter-spacing: 0.2rem;
	padding: 0 0 35px 0;
}


/* -----------------------------------------------
	◆BIMページ◆
-------------------------------------------------- */
/* BIMページ個別 */
/* ============================================ */
.whitebox {
	width: fit-content;
	margin: 0 auto;
}

.whitebox p {
	color: #aa5a5a;
	font-size: 2.4rem;
	letter-spacing: 0.16rem;
	padding: 10px 40px;
	background-color: #ffffff;
	text-align: center;
}

.contentbox_bimtxt {
	border-top: 1px solid #ffffff;
	padding-top: 30px;
}

.contentbox_bimtxt p,
.bimmethod_txt {
	font-size: 1.55rem;
	line-height: 2.4;
	letter-spacing: 0.1rem;
}

.contentbox_bimtxt img {
	padding-top: 30px;
}

.contentbox_bimtxt p.contentbox_cap {
	font-family: sans-serif;
	font-size: 1.3rem;
	line-height: 1.7;
	padding-top: 12px;
}

.fukidashi {
	display: inline-block;
	margin: 5rem 0 3.2rem;
	padding: 2px 10px;
	min-width: 120px;
	max-width: 100%;
	/*	color: #555;	*/
	/*	font-size: 1.9rem;	*/
	background: #b06c6c;
	border: solid 1px #ffffff;
	box-sizing: border-box;
}

.fukidashi:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #b06c6c;
	z-index: 2;
}

.fukidashi:after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #ffffff;
	z-index: 1;
}

.fukidashi p {
	font-size: 1.9rem;
	margin: 0;
	padding: 8px 35px;
}

.bimmethod_btnpac {
	display: flex;
	justify-content: space-around;
	margin: 20px auto 0;
}

.bimmethod_btnpac a {
	color: #ffffff;
}

.shinchiku,
.tenpo {
	display: table-cell;
	border: 1px solid #ffffff;
	border-radius: 4px;
	padding: 40px;
}

.shinchiku p,
.tenpo p {
	font-size: 1.9rem;
	line-height: 1.7;
	letter-spacing: 0.1rem;
	padding-bottom: 2.0rem;
}

.bim_tateline {
	width: 1px;
	height: 60px;
	background-color: #ffffff;
	margin: 40px auto 0;
}


/* -----------------------------------------------
	◆ベースbgページ共通◆第2フェーズ◆
-------------------------------------------------- */
.basebg_box {
	color: #000000;
	padding: 120px 0 60px 0;
}

.basebg_blk h2,
.basebg_blk p.h2cap {
	color: #000000;
}

.basebg_contentbox {
	width: 1000px;
	margin: 0 auto;
	padding: 65px 8%;
}

.basebg_contentbox h3 {
	font-size: 4.2rem;
	font-weight: 400;
	letter-spacing: 1.0rem;
}

.basebg_contentbox p.h3cap {
	color: #000000;
}


/* -----------------------------------------------
	◆みとみとはページ◆第2フェーズ◆
-------------------------------------------------- */
.aboutpadd {
	padding-top: 0;
}

.about_top {
	height: 880px;
	background-image: url(../img/about_img01.jpg);
}

.about_top h2 {
	padding-top: 120px;
}

.about_top img {
	padding-top: 100px;
}

.about_contentpac {
	padding-top: 60px;
}

.about_contentpac ul {
	display: flex;
	align-items: center;
}

.about_imgli {
	width: 60%;
}

.about_txtli {
	width: 40%;
}

.about_txtbox {
	width: 55%;
}

.about_title {
	font-size: 1.85rem;
	letter-spacing: 0.1rem;
	line-height: 2.0;
	padding-bottom: 2.5rem;
}

.about_txt {
	font-size: 1.6rem;
	line-height: 2.4;
	letter-spacing: 0.08rem;
}

.aboutend {
	padding-bottom: 30px;
}


/* -----------------------------------------------
	◆会社概要ページ◆第2フェーズ◆
-------------------------------------------------- */
.company_contentpac {
	padding: 120px 0 0;
}

.company_box {
	border-top: 1px solid #555555;
	padding: 3rem 8rem 0;
	margin-top: 15px;
}

.company_box ul {
	display: flex;
}

.company_box li {
	font-size: 1.55rem;
	line-height: 1.9;
	letter-spacing: 0.08rem;
	padding: 10px 0;
}

.company_lil {
	width: 26%;
}

.company_lir {
	width: 74%;
}

.mitomi-gmap {
	padding-bottom: 80px;
}


/* -----------------------------------------------
	◆店舗デザインページ◆第2フェーズ◆
-------------------------------------------------- */
.designend {
	padding-bottom: 0;
}

.design_box {
	color: #000000;
	padding: 120px 0 55px 0;
}

.page_icon {
	padding: 65px 0;
}

.page_numblk {
	font-size: 34.0rem;
	opacity: 0.2;
	position: absolute;
	top: -35%;
	left: 20%;
}

.basebg_sp1 {
	padding-bottom: 15px;
}

.basebg_sp2 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.contentbox_designtxt p {
	font-size: 1.55rem;
	line-height: 2.4;
	letter-spacing: 0.1rem;
}

/* 店舗デザイン コンセプト */
/* ============================================ */
.design_conceptimg {
	padding-top: 60px;
}

/* 店舗デザイン サービス */
/* ============================================ */
.design_2ndbg {
	background-color: rgb(192, 164, 95, .3);
	background-blend-mode: multiply;
}

.design_servicebox {
	border-top: 1px solid #555555;
	padding: 3rem 0;
	font-size: 1.55rem;
}

.d_servicebox_top {
	margin-top: 40px;
}

.design_serviceul,
.design_serviceul2 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.design_serviceul li {
	width: 44%;
}

li.d_serviceul2_l {
	width: 74px;
}

li.d_serviceul2_r {
	width: 92%;
	padding-left: 8%;
}

.d_servicebox_end {
	border-bottom: 1px solid #555555;
}

/* 店舗デザイン スケジュール */
/* ============================================ */
.design_schebox {
	color: #000000;
}

.schebox1 {
	padding-top: 30px;
}

.designsche_title {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	padding: 30px 0;
}

.designsche_btnpac {
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0;
}

.designsche_btnpac a {
	color: #000000;
}

.designsche_btn {
	display: table-cell;
	border: 1px solid #000000;
	border-radius: 4px;
	padding: 30px 0;
	width: 320px;
}

.designsche_btncap {
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	padding-bottom: 20px;
}

.designsche_btntxt {
	font-size: 2.6rem;
	letter-spacing: 0.4rem;
}

.design_tateline {
	width: 1px;
	height: 60px;
	background-color: #000000;
	margin: 40px auto;
}

.designscan_btn,
.designbim_btn {
	margin: 40px 0 70px;
}

.designscan_btn a,
.designbim_btn a {
	padding: 22px 66px;
	border-radius: 4px;
	font-size: 1.8rem;
	color: #ffffff;
	letter-spacing: 0.1rem;
}

/* 店舗デザイン FAQボタン */
/* ============================================ */
.designfaq_btn {
	margin: 40px 0;
}

.designfaq_btn a {
	background-color: #000000;
	padding: 22px 66px;
	border-radius: 4px;
	font-size: 1.8rem;
	color: #ffffff;
	letter-spacing: 0.1rem;
}

/* 店舗デザイン FAQページ */
/* ============================================ */
.faqintro {
	font-size: 1.6rem;
	line-height: 2.6;
	letter-spacing: 0.08rem;
	margin-bottom: 30px;
}

.faqbox {
	border-top: 1px solid #555555;
	padding: 3rem 0;
	font-size: 1.55rem;
}

.faqbox dt {
	background: url(../img/designfaq_q.png) no-repeat left top;
	background-size: 18px;
	color: #e60015;
	letter-spacing: 0.1rem;
	padding-left: 24px;
}

.faqbox dd {
	background: url(../img/designfaq_a.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: left top 3px;
	letter-spacing: 0.1rem;
	line-height: 1.8;
	margin-inline-start: 0px;
	margin-top: 10px;
	padding-left: 24px;
}

.faqend {
	border-bottom: 1px solid #555555;
}

/* 店舗デザイン インスタグラム埋込み */
/* ============================================ */
.mitomi_insta {
	margin-top: 60px;
	background-color: rgb(204, 153, 102, 0.55);
	padding: 3rem;
}

.sbi_header_text h3,
p.sbi_bio {
	color: #000000;
}

.sbi_header_text h3 {
	font-weight: bold;
}

p.sbi_bio {
	padding-top: 1rem!important;
	font-size: 1.45rem!important;
	letter-spacing: 0.08rem;
}


/* -----------------------------------------------
	◆リクルートページ◆
-------------------------------------------------- */
.recruit_box {
	width: 960px;
	padding: 120px 0;
}

.recruit_box h2 {
	color: #000000;
}

.recruit_box p.h2cap {
	color: #000000;
}

.recruit_msg {
	padding-bottom: 7.0rem;
}

p.msg_title {
	font-size: 2.2rem;
	letter-spacing: 0.22rem;
	padding-top: 80px;
	padding-bottom: 2.6rem;
}

.msg_txt {
	font-size: 1.6rem;
	line-height: 2.6;
	letter-spacing: 0.08rem;
}

.recruit_info {
	font-size: 1.55rem;
	border-bottom: 1px solid #555555;
}

.recruit_info ul {
	display: flex;
	border-top: 1px solid #555555;
	padding: 3rem 0;
}

.recruit_info ul li {
	line-height: 2.2;
    letter-spacing: 0.08rem;
}

.info_l {
	width: 14%;
	font-weight: bold;
}


/* -----------------------------------------------
	◆お問合せページ◆第2フェーズ◆
-------------------------------------------------- */
.contactend {
	padding-bottom: 0;
}

.contact_txt {
	font-size: 1.55rem;
	line-height: 2.4;
	letter-spacing: 0.1rem;
}

.toriatsukai_btn {
	margin: 30px 0 60px;
}

.toriatsukai_btn a {
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 4px;
	padding: 10px 30px;
}

.contact_formbox {
	font-size: 1.55rem;
	line-height: 2.4;
	letter-spacing: 0.1rem;
	border-top: 1px solid #111111;
	padding: 30px;
}

.contact_cap {
	font-size: 1.45rem;
	letter-spacing: 0.04rem;
	line-height: 2.0;
	display: flex;
	justify-content: center;
}

.entry-label1,
.entry-label2 {
	font-weight: bold;
}

.entry-label1 {
	line-height: 1.4;
}

.entry-label2 {
	padding: 0 0 25px;
}

.entry-box {
	padding-bottom: 14px;
}

.entry-boxsp {
	padding: 15px 0 20px
}

.wpcf7-list-item {
	margin: 0 3rem 0 0!important;
}

.e-hissu {
	font-size: 1.35rem;
}

input[type="submit"].entry-btn {
	background-color: #000000;
	border-radius: 4px;
	font-size: 1.7rem;
	letter-spacing: 0.1rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif!important;
	padding: 18px 44px;
}

input[type="submit"].entry-btn:hover {
	opacity: 0.45;
	text-decoration: none;
}

input[type="submit"].entry-btn:active {
	text-decoration: none;
}

.wpcf7-spinner {
	display: none!important;
}

/* 入力エラー */
/* ============================================ */
.wpcf7-not-valid-tip {
	color: #e60015!important;
	font-size: 1.55rem!important;
	font-weight: bold!important;
}

.wpcf7-response-output {
	border: 3px solid #e60015!important;
	padding: 10px 0!important;
	font-size: 1.6rem;
	font-weight: bold;
	color: #e60015;
	text-align: center;
}

/* 問い合わせ（確認、完了） */
/* ============================================ */
.confirmsp {
	padding-bottom: 35px;
}

.confirm_formsp {
	margin-top: 20px;
}

.confirm_formsp ul {
	display: flex;
	justify-content: space-evenly;
}

input[type="button"].pre-btn,
input[type="submit"].fin-btn {
	background-color: #000000;
	border-radius: 4px;
	font-size: 1.7rem;
	letter-spacing: 0.1rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif!important;
	padding: 18px 44px;
}

input[type="button"].pre-btn {
	background-color: #666666;
}

input[type="button"].pre-btn:hover,
input[type="submit"].fin-btn:hover {
	opacity: 0.45;
	text-decoration: none;
}

input[type="button"].pre-btn:active,
input[type="submit"].fin-btn:active {
	text-decoration: none;
}

/* プライバシーポリシー */
/* ============================================ */
.contact_privacy p {
	font-size: 1.5rem;
	line-height: 2.0;
	letter-spacing: 0.08rem;
}

p.c_privacytitle {
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
	padding-top: 20px;
}

p.c_privacycap {
	font-size: 1.7rem;
	letter-spacing: 0.08rem;
	padding-bottom: 40px;
}

.privacy_tel {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #555555;
}


/* -----------------------------------------------
	◆投稿 一覧ページ／詳細ページ共通◆第2フェーズ◆
-------------------------------------------------- */
#mitomi_newsarchive,
#mitomi_newssingle {
	background-image: url(../img/bg_news.jpg);
	background-size: cover;
	padding: 100px 0;
	background-attachment: fixed;
}


/* -----------------------------------------------
	◆投稿 一覧ページ◆第2フェーズ◆
-------------------------------------------------- */
.archive_body {
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	margin-top: 20px;
}

.archive_body a {
	color: #ffffff;
}

.n_archive {
	border-bottom: 1px solid rgb(255, 255, 255, 0.45);
	padding-bottom: 35px;
	margin-bottom: 45px;
}

.n_archive li {
	display: inline-flex;
	margin-bottom: 10px;
}

.n_archivetime {
	font-size: 1.5rem;
	padding-right: 2.0rem;
}

.n_arvhivetitle {
	line-height: 1.4;
}

.cat_arhive_h2cap {
	padding-bottom: 40px;
}


/* -----------------------------------------------
	◆投稿 詳細ページ◆第2フェーズ◆
-------------------------------------------------- */
.single_head,
.single_body {
	color: #ffffff;
}

.single_head {
	padding-bottom: 40px;
}

.n_singletime {
	font-size: 1.8rem;
	letter-spacing: 0.4rem;
	display: flex;
	justify-content: center;
}

.n_singletitle {
	font-size: 3.6rem;
	letter-spacing: 0.16rem;
	line-height: 1.4;
	padding: 20px 0;
}

.single_bodytxt {
	font-size: 1.55rem;
	letter-spacing: 0.08rem;
}

.single_bodytxt p {
	line-height: 2.6;
}

.n_singlecategory {
	font-size: 1.4rem;
	display: flex;
	flex-wrap: wrap;
}

.n_singlecategory li {
	margin-right: 2rem;
	background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 10px;
}

.n_singlecategory li a {
	color: #000000;
}

.single_body h2 {
	font-size: 2.4rem;
	padding-bottom: 20px;
}

.wp-block-image {
	margin: 2.0rem 0!important;
}


/* -----------------------------------------------
	◆投稿 ページネーション◆第2フェーズ◆
-------------------------------------------------- */

/*	プラグインフォルダ内の
	pagenavi-css.css に記述のこと	*/


/* -----------------------------------------------
	◆スクリーンサイズ1630px以下の処理（PC）◆
-------------------------------------------------- */
@media screen and (max-width: 1630px) {

/* トップページ */
/* ============================================ */
	.service_num1 {
		left: -13%;
	}

	.service_num2 {
		left: 23%;
	}

	.scanimg2 {
		top: -11%;
		left: -31%;
		width: 270px;
	}

/* 3Dスキャン／BIMページ共通 */
/* ============================================ */
	.page_num {
		left: 16%;
	}

	.contentbox {
		width: 960px;
		padding: 65px 10%;
	}

/* みとみとは／会社概要ページ */
/* ============================================ */
	.basebg_contentbox {
		width: 960px;
		padding: 65px 10%;
	}

/* 店舗デザインページ */
/* ============================================ */
	.page_numblk {
		left: 16%;
	}



}
