﻿@charset "utf-8";
/* -----------------------------------------------------------
    reset
-------------------------------------------------------------- */
html {
	overflow-x: auto;
	overflow-y: scroll;
	font-size: 62.5%;
}
* {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,dl,dt,dd,form,img,hr,table,tr,td,br,em,figure {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
	font-size: 1.6rem;
}
ul,ol,dl {
	list-style: none;
}
img{
	vertical-align: bottom;
}

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

	img{
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

}

/* -----------------------------------------------------------
    body
-------------------------------------------------------------- */
body{
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	font-size: 1.6rem;
	color: #231815;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	min-width: 1280px;
}

p {
	line-height: 1.625;
}

/*20231218 変更*/
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	/*padding: 135px 0 0 0;*/
	padding: 100px 0 0 0;
}
#wrapper.form-page {
	padding: 0;
}

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

	body{
		min-width: inherit;
	}
	
	body.open_fix {
		position: relative;
		height: 100vh;
		width: 100%;
		background: #fff;
		overflow: hidden;
	}

	#wrapper {
		min-width: 100%;
		padding: 57px 0 0 0;
	}
	
	.drawer-open #main {
		overflow: hidden;
		opacity: 0!important;
	}
	
	.drawer-open #wrapper {
		padding: 0;
		height: 100%;
	}

}

:root {
    --black: #313A52;
    --red: #C82F07;
	--white: #fff;
	--white01: #cfcbc8;
    --white02: #f2f1f0;
	--gold: #A58F37;
	--beige: #FBF9F5;
	--yellow: #F1C825;
	--blue: #1CC6F3;
	--green: #14B329;
	--yellowgreen: #A7DC00;
	--purple: #7154EE;
    --lato: "Lato", sans-serif;
}

/* -----------------------------------------------------------
    overlay
-------------------------------------------------------------- */
#overlay {
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	transition: all 300ms ease;
	pointer-events: none;
}

#overlay.over-show {
	opacity: 1;
}


/* -----------------------------------------------------------
    link
-------------------------------------------------------------- */
a:link,
a:visited{
	color: #231815;
	text-decoration:none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:focus{
	outline: none;
}

::-moz-selection {
	color:#FFF;
	background: #d4ccbe;
}

a.no-link{
	pointer-events:none;
}

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

	a:link,
	a:visited{
		-webkit-transition: 0;
		transition: 0;
	}

	a.no-link{
		pointer-events:none!important;
	}
}

/* PCのみ */
@media(min-width: 769px){
	
	a:hover{
		color: var(--red);
		text-decoration:none;
	}
	
	a[href^="tel:"]{
		pointer-events: none; /*電話発信を無効にする*/
	}

}


/* -----------------------------------------------------------
    clear
-------------------------------------------------------------- */
.clear{
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{
	zoom: 1;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */


/* -----------------------------------------------------------
    Frame
-------------------------------------------------------------- */

.inner {
	width: 1240px;
	margin: 0 auto;
}

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

	.inner {
		width: 100%;
		margin: 0 auto;
	}

	.wrap10{
		padding: 0 10px;
	}

	.wrap15{
		padding: 0 15px;
	}

	.wrap20{
		padding: 0 20px;
	}

	.wrap30{
		padding: 0 30px;
	}

}


/* -----------------------------------------------------------
    header
-------------------------------------------------------------- */
.header{
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

#pc_head {
	background: #fff;
	display: flex;
	height: 135px;
	min-width: 1240px;
	justify-content: space-between;
}

#sp_head{
	display: none;
}

.form_page .header{
	position: relative;
}

.head_logo  {
	width: 150px;
}

.head_logo a {
	display: block;
	padding: 25px 0 0 20px;
}

.head_logo img {    
	vertical-align: middle;
    width: 100%;
    object-fit: cover;
}

/*----------------------------head_top*/
.head_top {
	padding: 15px 12px 0 0;
}

.head_top-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 0 0 auto;
}

.head_top .nav_area {
	display: flex;
}

.head_top .nav-text-small {
	display: flex;
	font-size: 1.6rem;
	margin: 0 25px 15px 0;
	justify-content: flex-end;
}

.head_top .nav-text-small li {
	padding: 0 0 0 25px;
}

.head_top .nav-text-small li:first-child {
	padding: 0;
}

.head_top .nav-text-small li:last-child a::before {
	display: none;
}

.head_top .nav-text-small a {
	position: relative;
	white-space: nowrap;
}

.head_top .nav-text-small a:hover {
	color: #231815;
	opacity: 1;
}

.head_top .nav-text-small a::before {
	background: #231815;
	content: "";
	top: 2px;
	right: -14px;
	height: 20px;
	position: absolute;
	width: 1px;
}

.head_top .nav-text-big {
	display: flex;
	margin: 25px 0 0 0;
	justify-content: flex-end;
}

.head_top .nav-text-big li {
	font-size: 1.7rem;
	font-weight: 500;
	margin: 0 35px 0 0;
}

.head_top .nav-text-big a:hover {
	color: #231815;
}

.head_top .nav-big-wrap {
	display: flex;
	flex-shrink: 0;
}

.head_top .nav-big-wrap .gnav-big {
	display: flex;
}

.head_top .nav-big-wrap .mail-area a {
	align-items: center;
	background: var(--red);
	color: #fff;
	display: flex;
	font-weight: bold;
	font-size: 1.5rem;
	flex-direction: column;
	height: 80px;
	line-height: 1.4;
	text-align: center;
	position: relative;
	justify-content: flex-end;
	width: 160px;
	padding: 5px;
	border-radius: 5px;
}

.head_top .nav-big-wrap .mail-area a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #e73405;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.head_top .nav-big-wrap .mail-area a:hover::before {
	right: 0;
	width: 100%;
}

.head_top .nav-big-wrap .mail-area span {
	padding: 8px 0;
	position: relative;
	z-index: 1;
}

.head_top .nav-big-wrap .mail-area img {
	display: inline-block;
	width: 26px;
	position: relative;
	z-index: 1;
}

.head_top .nav-big-wrap .gnav-button {
	margin: 0 12px 0 0;
}

.head_top .nav-big-wrap .gnav-btn-link {
	align-items: center;
	background: var(--beige);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 80px;
	transition: .1s;
	position: relative;
	width: 120px;
	border-radius: 5px;
}

.head_top .nav-big-wrap .gnav-btn-link::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	/*background: #d4ccbe;*/
	background: #efebe2;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.head_top .nav-big-wrap .gnav-btn-link:hover {
	color: #2b2724;
}

.head_top .nav-big-wrap .gnav-btn-link:hover::before {
	left: 0;
	width: 100%;
}

.head_top .nav-big-wrap .gnav-button .btn-name {
	display: block;
	font-size: 1.5rem;
	padding: 8px 0 14px 0;
	position: relative;
	z-index: 2;
}

.head_top .nav-big-wrap .gnav-button .btn-img {
	position: relative;
	z-index: 2;
}

.head_top .nav-big-wrap .gnav li.button01 .btn-img {
	/*width: 35px;*/
	width: 48px;
}

.head_top .nav-big-wrap .gnav li.button02 .btn-img {
	width: 40px;
	top: 2px;
}

.head_top .nav-big-wrap .gnav li.button03 .btn-img {
	width: 40px; 
}

.head_top .nav-big-wrap .gnav li.button04 .btn-img {
	width: 40px;   
	top: 3px;
}
.head_top .nav-big-wrap .gnav li.button07 .btn-img {
	/*width: 34px;*/
	width: 40px;
}

/*----------------------------head_bottom*/
.head_bottom-wrap {
	display: flex;
}
.head_bottom .gnav{
	display: flex;
	justify-content: space-around;
	padding: 0;
	white-space: nowrap;
}
.head_bottom .gnav li {
	display: block;
}

.head_bottom .gnav a {
	text-align: center;
	font-weight: 500;
	padding: 20px 25px;
	position: relative;
}

.head_bottom .gnav a:hover {
	color: #333;
	opacity: 1;
}

.head_bottom .gnav li:first-child a {
	padding: 18px 25px 20px 0;
}

.head_bottom .gnav li:last-child a {
	padding: 18px 0 20px 25px;
}

.sp_s_nav {
	display: none;
}


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

	#pc_head{
		display: none;
	}
	
	#sp_head {
		display: block;
	}
	
	#sp_head .sp_head-bg {
		box-shadow: 0 2px 3px rgba( 0, 0, 0, 0.1);
		background: #fff;
		display: block;
		height: 57px;
		position: relative;
		width: 100%;
		transition: box-shadow .2s;
		z-index: 300;
	}
	
	.drawer-open #sp_head .sp_head-bg {
		box-shadow: none;
		position: fixed;
		
	}
	
	.header {
		min-width: 100%;
		top: 0;
	}
	
	#sp_head .logo_area {
		position: absolute;
		top: 50%;
		-webkit-transform : translateY(-50%);
		transform : translateY(-50%);
		left: 10px;
		z-index: 300;
	}
	
	#sp_head .logo_area a{
		display: block;
		height: 38px;
	}
	
	#sp_head .logo_area a > img {
		width: 170px;
		height: auto;
		max-width: inherit;
	}
	
	#sp_head .sp_head-tel,
	#sp_head .sp_head-mail {
		position: absolute;
		z-index: 300;
	}
	
	#sp_head .sp_head-tel {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 2.5rem;
		right: 129px;
		line-height: 1;
		top: 15px;
	}
	
	#sp_head .sp_head-mail {
		top: 14px;
		right: 72px;
		width: 31px;
		height: 24px;
	}
	
	#sp_head .sp_head-mail a {
		display: block;
		width: 31px;
		height: 24px;
	}
	
	/*----------------------------sp_s_nav*/
	.sp_s_nav{
		display: flex;
		background: #96876d;
		width: 100%;
		margin: 54px 0 0;
	}
	.form_page .sp_s_nav{
		margin: 0;
	}
	
	.sp_s_nav li{
		width: 50%;
	}
	.sp_s_nav li:first-of-type{
		border-right: 1px solid #544c3e;
	}
	.sp_s_nav li:last-of-type{
		border-left: 1px solid #c0ae8e;
	}
	
	.sp_s_nav a{
		color: #fff;
		display: block;
		font-size: 1.6rem;
		text-align: center;
		height: 42px;
		line-height: 42px;
	}
	
}



/* -----------------------------------------------------------
    Responsive
-------------------------------------------------------------- */

.pc-display {
}

.pc-display-b {
}

.sp-display {
	display: none;
}
.sp-display-b {
	display: none;
}

br.pc-br {
	display: inline;
}

br.sp-br {
	display: none;
}

@media screen and (max-width: 768px) {
	
	.pc-display {
		display:none;
	}
	
	.pc-display-b {
		display:none;
	}
	
	.sp-display {
		display:inline;
	}
	
	.sp-display-b {
		display:block;
	}

	br.pc-br {
		display: none;
	}

	br.sp-br {
		display: inline;
	}

}




/* -----------------------------------------------------------
    main
-------------------------------------------------------------- */
.contents {
	position: relative;
}

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

	#main {
		position: relative;
	}
	
}



/* -----------------------------------------------------------
    #page_top
-------------------------------------------------------------- */
#page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 500;
	line-height: 1.0;
}

#page_top a {
	display: block;
	width: 55px;
	height: 55px;
	background: #aeaba4;
	color: #fff;    
	border-radius: 50%;
}

#page_top a .fa {
	position: relative;
	top: 15px;
	left: 20px;
	font-size: 2.4rem;
}


@media screen and (max-width: 768px){
	
	#page_top {
		bottom: 15px;
		right: 15px;
		z-index: 2;
	}

	#page_top a {
		width: 45px;
		height: 45px;
	}
	
	#page_top a .fa {
		top: 10px;
		left: 15px;
	}

}



/* -----------------------------------------------------------
    アンカーリンクのずれ調整
-------------------------------------------------------------- */

.anchor {
	display: block;
	padding-top: 108px;
	margin-top: -108px;
}

@media screen and (max-width: 768px){
	
	.anchor {
		padding-top: 57px;
		margin-top: -57px;
	}
}




/* -----------------------------------------------------------
    英語フォント
-------------------------------------------------------------- */
.poppins {
	font-family: 'Poppins', sans-serif;
}




/* -----------------------------------------------------------
    テキスト強調箇所
-------------------------------------------------------------- */
.em {
	color: #ab875f;
	font-weight: bold;
}




/* -----------------------------
   共通ボタン
-------------------------------- */
.cmn-btn {
	position: relative;
}

.cmn-btn::after {
	content: '\f105';
	color: var(--red);
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 2rem;
	position: absolute;
	transition: all .3s;
	right: 15px;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

/*.cmn-btn:hover::after {
	right: 8px;
}*/

.cmn-btn a {
	background: #fff;
	display: block;
	height: 70px;
	line-height: 70px;
	position: relative;
	text-align: center;
	width: 280px;
}


.cmn-btn .cmn-btn-txt {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1;
	transition: all 0.5s;
	position: relative;
    z-index: 1;
}

.anime-border {
	border: 1px solid #231815;
	transition: all .2s ease-in-out;
}


/*共通ボタン　線アニメーション*/
@keyframes redChange {
	0% {
		width: 0;
		border-color: var(--red);
	}

	100% {
		width: 100%;
		border-color: var(--red);
	}
}

@keyframes heightChange {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}


/*pc only*/
@media screen and (min-width: 769px) {
	
	
	.anime-border:hover {
		border-color: #fff;
	}
	
	.anime-border::before {
		content: "";
		border-top: 2px transparent solid;
		border-right: 2px transparent solid;
		left: 0;
		position: absolute;
		top: -2px;
		width: 0;
	}

	.anime-border::after {
		content: "";
		bottom: -1px;
		border-bottom: 2px transparent solid;
		border-left: 2px transparent solid;
		position: absolute;
		right: -1px;
		width: 0;
	}
	
	.anime-border:hover::before {
		animation: redChange 0.2s forwards, heightChange 0.2s 0.2s forwards;
	}
	
	.anime-border:hover::after {
		animation: redChange 0.2s forwards, heightChange 0.2s 0.2s forwards;
	}
	
}


/*sp only*/
@media screen and (max-width: 768px) {
	
	.cmn-btn {
		margin: 0 auto;
	}
	
	.cmn-btn a {
		height: 65px;
		line-height: 65px;
		width: 100%;
		max-width: 295px;
	}
	
}

/* -----------------------------
   共通タイトル 大見出し
-------------------------------- */
/*underttl-area*/
.underttl-inner {
	background: linear-gradient(-90deg, #fff 0%, #fff 32.5%, var(--beige) 32.5%, var(--beige) 100%);
	margin: 50px 0 20px 0;
	min-height: 270px;
	padding: 0 0 10px 0;
	position: relative;
}

.underttl-area .underttl-main {
	display: flex;
	
}

.underttl-area .underttl-txt {
	font-weight: 500;
	margin: 0px 0 0 0;
	width: 35%;
	white-space: nowrap;
	padding: 55px 20px 0 3.75%;
	position: relative;
	z-index: 10;
}

.underttl-area .underttl-en {
	font-family: 'Poppins', sans-serif;
	font-size: 7.0rem;
	font-weight: bold;
	letter-spacing: .05em;
}

.underttl-area .underttl-en em{
	color: var(--red);
}

.credit .underttl-area .underttl-en {
	text-shadow: 0 0 5px #fff, 0 0 10px #fff;
}

.underttl-area .underttl-ja {
	font-size: 2rem;
	font-weight: bold;
	margin: 0px 0 0 0;
}

.underttl-area .underttl-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 210px 0 0 210px;
	height: 300px;
	margin: -70px 0 0 0;
	width: 55%;
    position: absolute;
    top: 60px;
    right: 0;
	background-image: url("../img/underttl-bg.jpg");
}

#template .underttl-area .underttl-img {
	background-image: url("../img/underttl-bg-sitemap.jpg");
}

#news .underttl-area .underttl-img {
	background-image: url("../img/underttl-bg-news.jpg");
}

#page-contact .underttl-area .underttl-img {
	background-image: url("../img/underttl-bg-contact.jpg");
}

#page-contact.page-recruit .underttl-area .underttl-img {
	background-image: url("../img/underttl-bg-contact.jpg");
}


#company .underttl-area .underttl-img {
	background-image: url("../img/underttl-bg-company.jpg");
}
#requirements .underttl-area .underttl-img {
	background-image: url("../img/underttl-bg-recruitment.jpg");
}

#about .underttl-area .underttl-img {
	background-image: url("../img/underttl-bg-about.jpg");
}

#special .underttl-area .underttl-img {
    background-image: url(../img/underttl-bg-general-printing.jpg);
}
#special.plan-design .underttl-area .underttl-img {
	background-image: url("../img/underttl-bg-plan-design.jpg");
}

#special.packaging .underttl-area .underttl-img {
	background-image: url("../img/underttl-bg-packaging.jpg");
}

#sitemap .underttl-area .underttl-img {
	background-image: url("../img/underttl-bg.jpg");
}

#privacy .underttl-area .underttl-img {
	background-image: url("../img/underttl-bg.jpg");
}

@media screen and (max-width: 768px) {
	
	.underttl-inner {
		background: var(--beige);
		margin: 0 0 40px;
		min-height: auto;
		padding: 20px 0px 0px;
	}
	
	.underttl-area .underttl-main {
		margin: 0;
        height: auto;
        padding: 0 0 20px;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
	}
	
	.underttl-area .underttl-txt {
		width: 100%;
		margin: 0;
		padding: 20px 0px 0 20px;
	}
	
	.underttl-area .underttl-en {
		font-size: 3.0rem;        
		line-height: 1.4;    
		letter-spacing: .01em;
	}
	
	.underttl-area .underttl-ja {
		font-size: 1.5rem;
		margin: 0px 0 0 0;
	}
	
	.underttl-area .underttl-img {
		width: 100%;
        border-radius: 0 0 0 50px;
        height: 30vw;
        position: relative;
        top: initial;
        right: initial;
		margin: 0;
	}

}



/* -----------------------------
   共通タイトル 下層 英字
-------------------------------- */
.section-underttl-en {
	font-family: 'Poppins', sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 0 0 0 30px;
	position: relative;
}

.section-underttl-en::before {
	background: var(--red);
	content: "";
	top: 10px;
	height: 2px;
	position: absolute;
	left: 0;
	width: 20px;
}

@media screen and (max-width: 768px) {
	
	.section-underttl-en {
		font-size: 1.8rem;
		padding: 0 0 0 14px;
	}
	
	.section-underttl-en::before {
		width: 8px;
		top: 8px;
	}

}


/* -----------------------------
   共通タイトル 下層 日本語
-------------------------------- */
.section-underttl-ja {
	font-weight: bold;
	font-size: 4.5rem;
	margin: 5px 0 0 0;
	letter-spacing: .07em;
	line-height: 1.6;
}


@media screen and (max-width: 768px) {
	.section-underttl-ja {
		font-size: 2.4rem;
		margin: 5px 0 0 0;
		line-height: 1.5;
	}
}



/* -スクロールエフェクト　共通
-------------------------------------------------- */
.slide-left {
	opacity: 0;
	transform: translateX(-60px);
	transition: all 0.4s 0s ease-out;
	}



/* -スクロールエフェクト　SPだけ効かせたい時
-------------------------------------------------- */
@media screen and (max-width: 768px) {
	.slide-left-sp {
		opacity: 0;
		transform: translateX(-60px);
		transition: all 0.4s 0s ease-out;
	}
}



/* link_line  gナビで使用　線アニメーション
-------------------------------------------------- */
.link_line {
	position: relative;
}

.link_line::after {
	bottom: 0;
	background: #333;
	bottom: -2px;
	content: '';
	display: inline-block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	/*right: 0; 真ん中から開きたい時*/
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}

.link_line:hover::after {
	width: 100%;
	display: inline-block;
}


/* red-line  赤い線アニメーション
-------------------------------------------------- */
a.red-line-wrap {
	display: block;
	position: relative;
}

a.red-line-wrap::before {
	content: '\f105';
	color: var(--red);
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-size: 1.6rem;
	position: absolute;
	transition: all .3s;
	right: 10px;
}



.red-line {
	border-bottom: 1px solid #e8e4e1;
	position: relative;
	transition: all .3s;
}

.red-line::before {
	content: '';
	background-color: var(--red);
	height: 1px;
	left: 0;
	position: absolute;
	top: 100%;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.5s;
	width: 100%;
}

.red-line::after {
	content: '';
	background: var(--red);
	bottom: -1px;
	right: 0;
	position: absolute;
	height: 1px;
	width: 30px;
}

/*pc only*/
@media screen and (min-width: 769px) {
	
	a.red-line-wrap:hover::before {
		right: 7px;
	}

	a.red-line-wrap:hover .red-line::before {
		transform: scaleX(1);
		transform-origin: bottom left;
	}
	
}



/* -----------------------------------------------------------
    ラインアニメーション
-------------------------------------------------------------- */
.ani-line {
	background-image: linear-gradient(to right, #eed7b9 0%, #eed7b9 70%, transparent 70%);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 200% 10px;
	padding: 0 0 5px 0;
	transition: background-position 1s;
}
.ani-line.is-animation{
	background-position: 0% 100%;
}

@media screen and (max-width: 768px) {
	
	.ani-line {
		background-size: 200% 6px;
	}

}




/* -----------------------------------------------------------
    footer
-------------------------------------------------------------- */

/**************.ft-contact-area**************/
.ft-contact-area {
	background: url(../img/ft-contact-bg.jpg)left top/cover no-repeat;
	width: 100%;
	margin: 0 auto;
	border-radius: 0 280px 280px 0;
}

.ft-contact-inner {
	align-items: center;
	display: flex;
	padding: 110px 0;
}

.ft-contact-elements {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.ft-contact-ttl .ttl-en {
	font-size: 5rem;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	white-space: nowrap;
	margin: 0 45px 0 0;
}
.ft-contact-ttl .ttl-en em{
	color: var(--red);
}

.ft-contact-ttl .ttl-ja {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px 0 0 0;
}


.ft-contact-contact {
	align-items: center;
	display: flex;
}

.ft-contact-tel{
	margin: 0 3% 0 0;
}

.ft-contact-text {
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 20px 0 0;
}

.ft-contact-tel .num a {
	align-items: center;
	display: flex;
	font-size: 3.6rem;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	position: relative;
	justify-content: center;
	line-height: 1.5;
}

.ft-contact-tel .num a::before{
	content: '\f095';
	font-weight: 900;
	font-size: 2.6rem;
	font-family: "Font Awesome 5 Free";
	margin: -2px 10px 0 0;
}

.ft-contact-tel .time {
	font-size: 1.6rem;
	letter-spacing: .07em;
}

.ft-contact-mail a {
	align-items: center;
	color: #fff;
	background: var(--red);
	display: flex;
	height: 70px;
	line-height: 1.5;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
	border-radius: 5px;
	justify-content: center;
	overflow: hidden;
	width: 270px;
}

.ft-contact-mail a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #e73405;
	transition: all 0.3s ease;
}

.ft-contact-mail a:hover::before {
	right: 0;
	width: 100%;
}

.ft-contact-mail img {
	display: inline-block;
	height: 20px;
	margin: 0 10px 0 0;
	width: 26px;
	position: relative;
	z-index: 1;
}

.ft-contact-mail span {
	font-size: 1.9rem;
	font-weight: 500;
	margin: 0 0 3px 0;
	position: relative;
	z-index: 1;
}


/**************f_mid_area**************/
.f_mid_area {
	/*background: #FBF9F5;*/
	padding: 80px 0 60px 0;
	position: relative;
}

/*.f_mid_area::before {    
	background: #FBF9F5;
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    top: -150px;
    z-index: -1;
}*/


.f_mid_top {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0 0 40px;
}

.f_mid_company {
	width: 340px;
	font-size: 1.5rem;
}

.f_company_logo a {
	display: block;
}
.f_company_logo img {
	width: 250px;
}

.f_company_address {
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin: 40px 0 0;
}

.f_company_address a {
	font-weight: bold;
	font-size: 1.4rem;
	display: block;
}

.f_company_access {
	margin: 10px 0 0 0;
	line-height: 1.6;
}

.f_company_access a{
    display: inline-block;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 7px 20px;
    border-radius: 20px; 
    line-height: 1;
    background: #fff;
    border: #333 solid 1px;
}

.f_company_access a::before {
	content: '\f3c5';
	color: var(--red);
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin: 25px 4px 0 0;
}

.f_company_address span {
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	margin: 0 0 3px 0;
}


/**************sitemap_wrap**************/
.sitemap_wrap {
	display: flex;
	flex: 1;
	font-size: 1.5rem;
	justify-content: space-between;
}

.footer .f_mid_top .sitemap_wrap{
	justify-content: flex-end;
	gap: 100px;
}

.sitemap_list .sitemap_item {
	font-size: 1.4rem;
	margin: 0 0 25px;
	position: relative;
}

.footer .f_mid_top .sitemap_wrap .sitemap_list .sitemap_item{
	font-size: 1.6rem;
	margin: 0 0 30px;    
	padding: 0 0 0 17px;
	position: relative;
}

.footer .f_mid_top .sitemap_wrap .sitemap_list .sitemap_item::before{
	content: '\f105';
	font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 10px 0 0;
    color: var(--red);
    font-weight: bold;
    height: 0;
    top: 1px;
    left: 0;
    position: absolute;
    width: inherit;
}


.sitemap_list_under {
	margin: 20px 0 0 0;
}

.sitemap_list_under .under-item {
	font-size: 1.4rem;
	margin: 0 0 25px;
	position: relative;
}

.sitemap_list_under .under-item::before {
	content: '';
	background: var(--red);
	font-size: 1.4rem;
	height: 2px;
	top: 50%;
	left: 0;
	position: absolute;
	width: 10px;
}

.sitemap_list_under .under-item a {
	padding: 0 0 0 17px;
}

.footer .company-block {
    width: 100%;
    margin: 40px 0 0;
}

.footer .company-block .title {
	display: flex;
    align-items: center;
    gap: 20px;
	position: relative;
	font-size: 2.4rem;
    line-height: 1.5;
    margin: 0 0 20px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
    color: #aeaba4;
}

.footer .company-block .title::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background: #aeaba4;
}

.footer .company-block .company-list {
    display: flex;
    justify-content: flex-start;
	gap: 100px;
    width: 100%;
}

.footer .company-block .company-list li {
	text-align: center;
    color: #666;
}
.footer .company-block .company-list li img{
	height: 60px;
}
.footer .company-block .company-list li .txt{
   margin: 0 0 20px 0;
}
.footer .company-block .company-list li a{
   display: inline-block;
}
.footer .company-block .company-list li a .company-txt{
   margin: 10px 0 0;
}

/**************f_btm_wrap**************/
.f_btm_wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0 0;
}

.f_btm_list {
	display: flex;
}

.f_btm_list li {
	margin: 0 30px 0 0;
}
.f_btm_list li:last-child {
	margin: 0;
}
.f_btm_list a {
	color: #a9a6a3;
	font-size: 1.3rem;
}

.f_copy {
	color: #a9a6a3;
	font-size: 1.2rem;
	font-family: 'Poppins', sans-serif;
}

.f_b_left {
	align-items: flex-end;
	display: flex;
}
@media screen and (max-width: 768px){
	
	.footer{
		padding: 0 0 30px;   

	}
	
	.drawer-open .footer {
		opacity: 0!important;
	}

	/**************ft-contact-area**************/
	.ft-contact-area{
		background-image: url(../img/ft-contact-bg-sp.jpg);
		display: block;
		width: 100%;
		border-radius: 0 0;
		border-radius: 0 50px 50px 0;
	}
	
	.ft-contact-inner {
		display: block;
		padding: 50px 0;
	}
	
	.ft-contact-elements {
		display: block;
		white-space: unset;
	}
	
	.ft-contact-ttl {
		text-align: center;
	}
	
	.ft-contact-ttl .ttl-en {
		font-size: 4.2rem;
		margin: 0;
	}
	
	.ft-contact-ttl .ttl-ja {
		font-size: 1.5rem;
	}
	
	.ft-contact-text {
		font-size: 1.8rem;
		text-align: center;
		margin: 20px 0 0 0;
		line-height: 1.6;
	}
	
	.ft-contact-tel {
		margin: 20px 0 0 0;
	}
	
	.ft-contact-tel .num a {
		font-size: 3rem;
		justify-content: center;
		line-height: 1.6;
	}

	.ft-contact-tel .time {
		text-align: center;
		font-size: 1.6rem;
		margin: 5px 0 0 0;
		letter-spacing: 0;
	}
	
	.ft-contact-mail a {
		font-size: 1.7rem;
		margin: 30px auto 0 auto;
		max-width: 295px;
		width: 100%!important;
	}

	/**************f_mid_area**************/
	.f_mid_area{
		padding: 35px 0 0 0;
	}

	.f_company_logo img{
		width: 140px;
	}

	/**************f_mid_top**************/
	.f_mid_top{
		display: block;
		text-align: center;
		margin: 0;
	}

	.f_mid_company{
		width: 100%;
	}
	.f_company_address{
		margin: 20px 0;
	}

	/**************sitemap_wrap**************/
	.f_mid_top .sitemap_wrap {
		display: none;
	}
	
	.footer .company-block {
		padding: 40px 0;
		width: 100%;
		background: #f3f2f1;
        margin: 40px 0 0;
	}
	
	.footer .company-block .company-list {
		display: block;
		width: 100%;
	}
	
	.footer .company-block .title{ 
		text-align: center;
        width: 200px;
        display: block;
        margin: 0 auto 20px;
        padding: 8px 0px;
        font-size: 1.8rem;
        border-radius: 50px;
        border: 2px solid #aeaba4;
		background: #fff;
	}

	.footer .company-block .title::after{
		display: none;
	}
	
	.footer .company-block .company-list li:nth-child(2n){
		margin: 30px 20px 0;
		padding: 30px 0 0;
		border-top: 1px solid #aeaba4;
	}
	.footer .company-block .company-list li img{
		height: 60px;
	}
	.footer .company-block .company-list li .txt{
	   margin: 0 0 10px 0;
	}
	.footer .company-block .company-list li .txt{
	   margin: 0 0 10px 0;
	}
	.footer .company-block .company-list li a{
	   display: inline-block;
	}
	.footer .company-block .company-list li a .company-txt{
	   margin: 10px 0 0;
	}
	/**************f_btm_wrap**************/

	.f_btm_wrap {
		display: block;
	}

	.f_copy {
		text-align: center;
	}

	.f_company_tel {
		display: none;
	}
	
	.f_btm_list {
		display: none;
	}
	
	.f_b_left {
		justify-content: center;
	}

}

/* -----------------------------------------------------------
    fot-logo
-------------------------------------------------------------- */
.fot-logo {
	display: flex;
	justify-content: flex-end;
}
.fot-logo .fot-logo-list {
	align-items: center;
	display: flex;
	float: left;
	padding: 5px 10px;
	height: 80px;
	margin: 0 0 0 15px;
}

.fot-logo .fot-logo-list:first-of-type {
	border-right: 2px solid #f2f1f0;
}

.fot-logo li {
	margin: 0 10px;
}

.fot-logo img {
	height: auto;
	width: 40px;
}

.fot-logo img.img02 {
	height: auto;
	width: 90px;
}

.fot-logo-note {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fot-logo-note .iso-note {
	display: flex;
	font-size: 1.2rem;
	line-height: 1.3;
	letter-spacing: .03em;
}

.fot-logo-note .iso-note {
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.fot-logo {
		display: none;
	}
}

/* -----------------------------------------------------------
    下層h1 ＆ パンくず
-------------------------------------------------------------- */
.bread-h1-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-width: 1240px;
	padding: 15px 20px 100px 3.75%;
}

.under-h1 h1 {
	color: #6c6966;
	font-size: 1.2rem;
	font-weight: 400;
}

.form_page .h1_area {
	top: 440px;
}

.breadcrumblist {
	font-size: 1.2rem;
}

.breadcrumblist a::after{
	display: inline-block;
	content: "\f105";
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	padding: 0 10px;
}

@media screen and (max-width: 768px){
	
	.bread-h1-wrap {
		/*background: #231815;*/
		background: var(--red);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 20px;
		padding: 4px 10px 7px 10px;
		min-width: inherit;
		width: 100%;
	}
	
	.bread-h1-wrap .breadcrumblist {
		display: none;
	}
	
	.under-h1 h1 {
		font-size: 0.9rem;
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

}


/* -----------------------------------------------------------
    下層 cmn-links
-------------------------------------------------------------- */
.cmn-links {
	padding: 20px 0 110px;
}

.cmn-links .colorful-ttl {
	background: linear-gradient(to right , #EC9CB4, #F5C395, #CDE693, #8ED9B4, #8BD5F1, #C8A9EE);
	opacity: .5;
    background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 9rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 0.8;
	margin: 30px 0 25px 35px;
	padding: 0 0 30px 0;
}
.cmn-links .colorful-ttl span {
	font-size: 16rem;
}
@media all and (-ms-high-contrast: none) {
	
    .cmn-links .colorful-ttl {
		width: 100%;
		color: transparent;
		background: url("../img/produce-colorful.png") no-repeat left top 10px / auto 135px;
		height: 145px;
    }
	
}

/*cmn-links-01*/
.cmn-links-01  {
	display: flex;
	justify-content: space-between;
}

.cmn-links-01 .links-01-header {
	background: #f3f2f1;
	font-size: 2.3rem;
	font-weight: bold;
	letter-spacing: .02em;
	margin: 0 0 0 auto;
	width: calc( 100% - 90px );
	padding: 12px 20px 16px 25px;
	position: relative;
	/*
	background: linear-gradient(to right, #ec9cb4 0%, #f5c395 20%, #d6eaa8 40%, #edf5a6 60%, #8bd5f1 80%, #c8a9ee 100%);
	background-color: rgba(255,255,255, .5);
	background-blend-mode:lighten;
	*/
}

.cmn-links-01 .links-01-header::before,
.cmn-links-01 .links-01-header::after {
	background: #f3f2f1;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

.cmn-links-01 .links-01-header::before {
	height: 10px;
	width: 10px;
	left: -50px;
}

.cmn-links-01 .links-01-header::after {
	height: 1px;
	width: 50px;
	left: -50px;
}

.cmn-links-01 .links-01-box:first-of-type {
	margin: 0 0 0 -10px;
}

.cmn-links-01 .links-01-box {
	width: 590px;
}

.cmn-links-01 .links-01-box-inner {
	display: flex;
	margin: 35px 0 0 0;
}

.cmn-links-01 .links-01-bgtxt {
	color: #f2f1f0;
	font-size: 7.5rem;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .05em;
	line-height: 1;
	transform: rotate(180deg);
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	position: relative;
}

.cmn-links-01 .links-01-bgtxt::before {
	background: #f3f2f1;
	content: "";
	position: absolute;
	width: 1px;
	left: 30px;
}

.cmn-links-01 .links-01-box:first-of-type .links-01-bgtxt::before {
	bottom: -100px;
	height: 230px;
}

.cmn-links-01 .links-01-box:nth-of-type(2) .links-01-bgtxt::before {
	bottom: -100px;
	height: 220px;
}

.cmn-links-01 .links-01-list {
	margin: 0 0 0 15px;
	width: calc( 100% - 95px );
}

.cmn-links-01 .links-01-list li:not(:first-child) {
	margin: 30px 0 0 0;
}

.cmn-links-01 .links-01-item a {
	align-items: flex-end;
	display: flex;
}

.cmn-links-01 .links-01-item a.red-line-wrap::before {
	font-size: 2.2rem;
	top: 55%;
	right: 5px;
}

.cmn-links-01 .links-01-img img {
	display: inline-block;
	height: 131px;
	width: 186px;
}

.cmn-links-01 .links-01-ttl {
	font-size: 1.7rem;
	font-weight: 500;
	margin: 0 0 0 15px;
	padding: 0 0 22px 0;
	width: calc( 100% - 201px );
}

.cmn-links-01 .links-01-ttl span {
	display: block;
	font-size: 2.9rem;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 5px 0;
}

.cmn-links-01 .links-01-ttl.red-line::after {
	width: 44px;
}

.cmn-links-02 {
	background: #f3f2f1;
	margin: 80px 0 0 0;
	padding: 42px 30px 47px 0;
}

.cmn-links-02 .cmn-links-02-inner {
	align-items: center;
	display: flex;
}

.cmn-links-02 .links-02-header-wrap {
	padding: 0 0 0 40px;
	position: relative;
	width: 300px;
}

.cmn-links-02 .links-02-header-wrap span {
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 8rem;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .05em;
	line-height: 1.25;
	margin: -15px 0 0 0;
	position: absolute;
	top: 45%;
	-webkit-transform : translateY(-45%);
	transform : translateY(-45%);
}

.cmn-links-02 .links-02-header {
	position: absolute;
	top: 55%;
	-webkit-transform : translateY(-55%);
	transform : translateY(-55%);
}

.cmn-links-02 .links-02-header h2 {
	font-size: 1.9rem;
	font-weight: bold;
	padding: 0 0 0 10px;
	position: relative;
}

.cmn-links-02 .links-02-header h2::before,
.cmn-links-02 .links-02-header h2::after {
	background: #dededd;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cmn-links-02 .links-02-header h2::before {
	height: 10px;
	width: 10px;
	left: -40px;
}

.cmn-links-02 .links-02-header h2::after {
	height: 1px;
	width: 35px;
	left: -30px;
}

.cmn-links-02 .links-02-elements {
	margin: 0 0 0 35px;
}

.cmn-links-02 .links-02-elements .links-02-txt {
	font-weight: 500;
	line-height: 1.9;
}

.cmn-links-02 .links-02-elements .links-02-btn .cmn-btn {
	margin: 17px auto 0 auto;
	width: 270px;
}

.cmn-links-02 .links-02-elements .cmn-btn a {
	width: 270px;
}

.cmn-links-02 .links-02-elements .cmn-btn span {
	font-size: 1.7rem;
}

/*20231218 変更*/
.cmn-links-02 .links-02-img {
	/*display: flex;*/
	display: block;
	margin: 0 0 0 35px;
}

.cmn-links-02 .links-02-img li {
	height: 183px;
	width: 100%;
	/*width: 180px;*/
}

.cmn-links-02 .links-02-img img {
	height: auto;
	width: 100%;
}


/*pc only*/
@media screen and (min-width: 769px) {
	
	.cmn-links-01 a.red-line-wrap:hover::before {
		right: 2px;
	}
	
}


/*sp only*/
@media screen and (max-width: 768px) {
	
	.cmn-links {
		padding: 20px 0 50px;
	}
	
	.cmn-links .colorful-ttl {
		font-size: 3rem;
		margin: 0 0 30px 0;
		padding: 0;
		opacity: .7;
		line-height: 1;
	}
	.cmn-links .colorful-ttl span {
		font-size: 6rem;
	}

	
	/*cmn-links-01*/
	.cmn-links-01 {
		display: block;
	}
	
	.cmn-links-01 .links-01-header {
		font-size: 2rem;
		line-height: 1.3;
		padding: 10px 20px 9px 40px;
		width: 100%;
	}
	
	.cmn-links-01 .links-01-header::before,
	.cmn-links-01 .links-01-header::after {
		background: #dededd;
	}
	
	.cmn-links-01 .links-01-header::before {
		height: 8px;
		left: 0;
		width: 8px;
	}
	
	.cmn-links-01 .links-01-header::after {
		left: 8px;
		width: 22px;
	}
	
	.cmn-links-01 .links-01-box {
		position: relative;
		width: 100%;
	}
	
	.cmn-links-01 .links-01-box:first-of-type {
		margin: 0;
	}
	
	.cmn-links-01 .links-01-box:nth-of-type(2) {
		margin: 50px 0 0 0;
	}
	
	.cmn-links-01 .links-01-box-inner {
		display: block;
		margin: 15px 0 0 0;
		width: 100%;
	}
	
	.cmn-links-01 .links-01-list {
		margin: 0;
		width: 100%;
	}
	
	.cmn-links-01 .links-01-item {
		margin: 20px 0 0 0!important;
	}
	
	.cmn-links-01 .links-01-item a.red-line-wrap::before {
		
	}
	
	.cmn-links-01 .links-01-bgtxt {
		font-size: 2.5rem;
		position: absolute;
		transform: none;
		top: -21px;
		writing-mode: unset;
		color: #ddd;
	}
	
	.cmn-links-01 .links-01-bgtxt::before {
		display: none;
	}
	
	.cmn-links-01 .links-01-item img {
		height: auto;
		margin: 0;
		width: 100px;
	}
	
	.cmn-links-01 .links-01-ttl {
		font-size: 1.6rem;
		padding: 0 0 10px 0;
		width: calc( 100% - 115px );
	}
	
	.cmn-links-01 .links-01-ttl span {
		font-size: 2rem;
		margin: 0;
	}
	
	/*cmn-links-02*/
	.cmn-links-02 {
		margin: 50px 0 0 0;
		padding: 20px 20px 30px;
	}
	
	.cmn-links-02 .cmn-links-02-inner {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.cmn-links-02 .links-02-header-wrap {
		order: 1;
		width: auto;
		padding: 0;
	}
	
	.cmn-links-02 .links-02-header {
		position: static;
		transform: none;
		margin: 8px 0 0 0;
	}
	
	.cmn-links-02 .links-02-header h2 {
		font-size: 2rem;
		padding: 0;
	}
	
	.cmn-links-02 .links-02-header h2::before,
	.cmn-links-02 .links-02-header h2::after {
		display: none;
	}
	
	.cmn-links-02 .links-02-header-wrap span {
		font-size: 2.3rem;
		transform: none;
		margin: 0;
		position: static;
		color: #ccc;
	}
	
	.cmn-links-02 .links-02-elements {
		order: 3;
		margin: 10px 0 0 0;
	}
	
	.cmn-links-02 .links-02-elements .links-02-btn .cmn-btn a {
		width: 100%;
	}
	
	.cmn-links-02 .links-02-elements .links-02-txt {
		font-weight: 400;
		line-height: 1.7;
		font-size: 1.5rem;
	}
	
	.cmn-links-02 .links-02-img {
		order: 2;
		margin: 20px 0 0 0;
	}
	
	/*20231218 変更*/
	.cmn-links-02 .links-02-img li {
		height: auto;
		width: 100%;
		/*width: calc( 100% / 3 );*/
	}
	
	.cmn-links-02 .links-02-img img {
		height: auto;
		width: 100%;
	}
	
}







/* -----------------------------------------------------------
    archive  contactページで使用
-------------------------------------------------------------- */

.contents-right .archive-area:nth-of-type(2) {
	margin: 80px 0 0 0;
}

.archive-title {
	color: #b8afa3;
	font-family: 'poppins', sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
}

.archive-list{
	margin: 0 0 30px 0;
}

.archive-list{
	margin: 10px 0 30px;
	padding: 0 15px 5px 15px;
}

.archive-list.news-archive {
	margin: 0 0 30px;
}

.archive-list.pop {
	margin: 0 0 30px;
}

.archive-list li {
	border-top: 1px solid #e8e4e1;
	text-align: center;
	letter-spacing: 0.1em;
}

.archive-list.pop li {
	text-align: left;
	line-height: 1.4;
	font-size: 1.4rem;
}

.archive-list li:last-child {
	border-bottom: 1px solid #e8e4e1;
}

.archive-list li a {
	display: block;
	padding: 20px 0;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.archive-list li a:hover{
	background: #f9f9f9;
	color: var(--red);
}

.archive-list li.active a {
	color: #96876d;
}

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

	.archive-list{
		margin: 0 0 20px;
	}

	.archive-list.news_archive {
		margin: 30px 0 0;
	}

	.archive-list li {
		text-align: center;
		padding: 0 18px;
	}

	.archive-list li a {
		padding: 15px 0;
	}
	
	.contents-right .archive-area:first-of-type {
		margin: 55px 0 0 0;
	}
	
	.contents-right .archive-area:nth-of-type(2) {
		margin: 40px 0 0 0;
	}
	
	.archive-title {
		padding: 0 0 7px 0
	}

}



/* -----------------------------------------------------------
    pager      news、case、contactで使用
-------------------------------------------------------------- */

.pager_area {
	text-align: center;
	font-size: 1.4rem;
	clear: both;
	padding-top: 30px;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
}

.number {
	display: inline-block;
	margin: 0 3px;
}

.pager_area a,
.pager_area b {
	display: inline-block;
	padding: 10px 15px 12px;
	margin: 0 3px;
}

.pager_area a {
	border: 1px solid #dddbd9;
	background: #FFF;
	color: #dddbd9;
}

.pager_area a:hover {
	border: 1px solid var(--red);
	background: #FFF;
	color: var(--red);
}

.pager_area .current {
	background: var(--red);
	color: #fff;
	display: inline-block;
	padding: 10px 15px 12px;
	margin: 0 3px;
	border: 1px solid currentColor;
}

.back ,
.next {
	color: #333;
}

.back a,
.next a {
	margin: 0;
	padding: 10px 15px 12px;
	border: none;
	color: #231815;
}

.back .fa {
	margin: 0 10px 0 0;
}

.next .fa {
	margin: 0 0 0 10px;
}


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

	.pager_area {
		padding-top: 40px;
	}

	.back {
		display: block;
		padding: 0 0 15px;
	}

	.next{
		display: block;
		padding: 15px 0 0;
	}

}




/* -----------------------------------------------------------
    cmn-relation-area サービス＆プロダクトページ共通
-------------------------------------------------------------- */
.cmn-relation-area {
	padding: 100px 0 80px 0;
}
.cmn-relation-area .cmn-case-list {
	align-items: flex-start;
	display: flex;
	margin: 30px 0 0 0;
	flex-wrap: wrap;
}

.cmn-relation-area .cmn-relation-header {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px 0;
}

.cmn-relation-area .cmn-case-item {
	width: calc((100% - (35px * 3)) / 4);
	margin: 0 35px 35px 0;
	height: 400px;
}

.cmn-relation-area .cmn-case-item:nth-child(4n) {
	margin: 0 0 35px;
}

.cmn-relation-area .cmn-case-list a{
	border: 1px solid #231815;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-content: flex-start;
	background: #fff;
	position: relative;
}
.cmn-relation-area .cmn-case-list a:hover{
	color: #231815;
	opacity: 1;
}

.cmn-relation-area .cmn-case-list a:hover .cmn-case-title {
	color: var(--red)!important;
}

.cmn-relation-area .cmn-case-list a:hover .cmn-case-thumb img {
	/*transform: scale(1.2,1.1);*/
	border-radius: 20px;
}

.cmn-relation-area .cmn-case-thumb {
	align-items: center;
	display: flex;
	width: 100%;
	height: 183px;
	overflow: hidden;
	justify-content: center;
	padding: 15px 10px 0 10px;
}

.cmn-relation-area .cmn-case-thumb img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	transition: all 0.5s;
	height: auto;
}

.cmn-relation-area .cmn-case-cate{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px 10px 0 10px;
}

.cmn-relation-area .cmn-case-cate li {
	background: #f0efec;
	display: inline-block;
	font-size: 1.2rem;
	padding: 5px 7px 7px;
	margin: 0 6px 6px 0;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}

.cmn-relation-area .cmn-case-cate li:nth-child(n + 5) {
	display: none;
}

.cmn-relation-area .cmn-case-title{
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 0 10px;
	transition: 0.5s;
	margin: 0px 0 20px;
	max-height: 51px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cmn-relation-area .cmn-case-client {
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0 auto;
	padding: 10px 0 17px;
	width: calc( 100% - 20px);
	border-top: 1px solid #dddbd9;
	color: #777;
}

@media screen and (max-width: 768px){
	
	.cmn-relation-area {
		padding: 60px 0 40px 0;
	}
	
	.cmn-relation-area .cmn-relation-header {
		font-size: 2.2rem;
		margin: 0 0 20px 0;
	}
	
	.cmn-relation-area .cmn-case-list {
		justify-content: space-between;
		margin: 15px 0 0 0;
		padding: 0 0 20px;
	}
	
	.cmn-relation-area .cmn-case-item {
		width: calc((100% - 10px) / 2);
		margin: 0 0 15px!important;
		height: 285px;
	}
	
	.cmn-relation-area .cmn-case-list a{
		padding: 0;
	}
	
	.cmn-relation-area .cmn-case-thumb {
		width: 100%;
		height: 100px;
		padding: 10px 10px 0 10px;
		margin: 0;
	}

	.cmn-relation-area .cmn-case-cate{
		padding: 10px 10px 5px;
	}
	
	.cmn-relation-area .cmn-case-cate li {
		font-size: 1rem;
		padding: 5px 3px 7px;
		margin: 0 2px 6px 2px;
	}

	.cmn-relation-area .cmn-case-title{
		font-size: 1.7rem;
		margin: 5px 0 8px 0;
		padding: 0 10px 10px 10px;
	}

	.cmn-relation-area .cmn-case-client{
		font-size: 1.3rem;
		padding: 7px 0 15px;
	}

}



/* -----------------------------------------------------------
    404
-------------------------------------------------------------- */

#not .not-box {
	text-align:center;
}

#not .section_txt {
	margin:70px 0 60px;
}

#not .toplink {
	margin:0 0 60px;
}

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

	#not .section_txt {
		margin:25px 0 50px;
	}

	#not .toplink {
		margin:0 0 40px;
	}

}

/*20230802　河野追記*/
#card-game .underttl-area .underttl-img {
    background-image: url(../img/underttl-bg-cardgame.jpg);
}

/*20231227 追加*/
.not-found-area {
	margin: 0 0 100px 0;
}
/*.not-found-area h2.intro-catch {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.6;
    letter-spacing: 0.02em;
    margin: 10px 0 0 0;
	text-align: center;
}*/
.not-found-area .intro-txt {
	font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .07em;
	text-align: center;
}
.not-found-area .basic-txt {
	font-size: 1.7rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
    margin: 0 0 0;
	text-align: center;
}

/*戻るボタン*/
.not-found-area .cmn-btn {
    width: 280px;
	margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
	.not-found-area {
		margin: 0 0 70px 0;
		padding: 70px 0 0 0;
	}
	/*.not-found-area h2.intro-catch {
		font-size: 2.4rem;
		margin: 5px 0 0 0;
		line-height: 1.5;
	}*/
	.not-found-area .intro-txt {
		font-size: 2.7rem;
		margin: 12px 0 12px 0;
    	line-height: 1.8;
	}
	.not-found-area .basic-txt {
		font-size: 1.5rem;
	}
}

/* -----------------------------------------------------------
    20250624 よくある質問追加 アコーディオン表示
-------------------------------------------------------------- */
.acc-faq-area {
	padding: 100px 0 100px;
	width: 100%;
	
	/*エリアごと非表示*/
	/*display: none;*/
}
.acc-faq-area .ttl {
	text-align: left;
}
.acc-faq-area .ttl .en {
	color: #71AFD1;
}

.acc-faq-area .cate-ttl {
	font-size: 3.4rem;
    line-height: 1.4;
    padding: 10px 0 12px 0;
    border-bottom: 3px solid var(--red);
    margin: 40px 0 30px;
    font-weight: 700;
}
#acrylic .acc-faq-area .cate-ttl {
	border-bottom: 3px solid #C799FF;
}

/*表示出し分け*/
.acc-faq-area .acc-faq-box {
	display: none;
}
#acrylic .acc-faq-area .acc-faq-box.acrylic {
	display: block;
}
/*表示出し分け end*/

.acc-faq-area .acc-faq-list {
	margin: 30px 0 0;
}
.acc-faq-area .acc-faq-list .list {
	line-height: 1.8;
	margin: 0 0 20px;
	
	background: url(../img/works-top-bg.jpg) no-repeat left 2px bottom 2px;
    background-color: rgba(255, 255, 255, 0.5);
    background-size: auto 210px;
    border: 1px solid #cfcbc8;
}
.acc-faq-area .acc-faq-list .list:last-child {
	margin: 0;	
}
.acc-faq-area .acc-faq-list .list p {
	font-size: 2.5rem;
	line-height: 1.5;
}
.acc-faq-area .quest {
	padding: 30px 40px 35px 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	transition: 0.5s;
    font-weight: 500;
}
.acc-faq-area .quest::before {
	content: "Q";
    color: #ab875f;
	font-size: 2.8rem;
	position: absolute;
	top: 25px;
	margin: auto;
	left: 40px;
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.acc-faq-area .quest:hover {
	cursor: pointer;
}
.acc-faq-area .accordion-icon {
	position: relative;
	height: 20px;
	width: 20px;
}

/*クロス記号 画像ver*/
.acc-faq-area .accordion-icon {
	position: relative;
	height: 20px;
	width: 20px;
}
.acc-faq-area .accordion-icon::before,
.acc-faq-area .accordion-icon::after {
	background-color: #55423e;
    background: url("../img/faq-acc.png") no-repeat center center / auto;
	content: "";
	height: 2px;
	position: absolute;
	width: 100%;
	transition: all .3s;
	top: 0;
	bottom: 0;
	margin: auto;
}
.acc-faq-area .accordion-icon::before {
	transform: rotate(0deg);
}
.acc-faq-area .accordion-icon::after {
	transform: rotate(90deg);
}
.acc-faq-area .quest.active .accordion-icon::after {
	transform: rotate(180deg);
}
/*クロス記号 画像ver end*/

.acc-faq-area .answer {
	padding: 0 20px 60px 80px;
	font-weight: 500;
	display: none;
	position: relative;
}
.acc-faq-area .answer::before {
	content: "A";
    color: var(--red);
	font-size: 2.8rem;
	position: absolute;
	top: -5px;
	margin: auto;
	left: 40px;
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.acc-faq-area .acc-faq-list .list .answer p {
	color: #333;
	font-size: 1.8rem;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.acc-faq-area {
		padding: 60px 20px 60px;
	}
	.acc-faq-area .inner > .ttl {
		text-align: center;
	}
	
	.acc-faq-area .cate-ttl {
		font-size: 2.2rem;
        margin: 20px 0 20px;
        padding: 0 0 12px;
	}
	
	.acc-faq-area .acc-faq-list {
		margin: 20px 0 0;
	}
	.acc-faq-area .acc-faq-list .list {
		margin: 0 0 10px;	
	}
	.acc-faq-area .acc-faq-list .list p {
		font-size: 2rem;
		font-weight: 600;
	}
	.acc-faq-area .quest {
		padding: 15px 20px 15px 40px;
	}
	.acc-faq-area .quest::before {
		font-size: 2.2rem;
		top: 10px;
		left: 10px;
	}
	.acc-faq-area .quest:hover {
		color: #55423E;
	}
	
	/*クロス記号 画像ver*/
	.acc-faq-area .accordion-icon {
		height: 20px;
		width: 20px;
	}
	.acc-faq-area .accordion-icon::before,
	.acc-faq-area .accordion-icon::after {
		width: 20px;
	}
	/*クロス記号 画像verend*/
	
	.acc-faq-area .answer {
		padding: 0 20px 10px 40px;
	}
	.acc-faq-area .answer::before {
		font-size: 2.2rem;
		top: -5px;
		left: 10px;
	}
	.acc-faq-area .acc-faq-list .list .answer p {
		font-size: 1.6rem;
		font-weight: 500;
	}

}