@charset "UTF-8";

/*
Theme Name: 至誠堂製薬
Theme URI: http://www.shiseido-ph.co.jp/
Version: 1.0
Author: Yoshioka insatsu
*/

/* ==========================================================================
   variable
============================================================================= */
:root {
	--main-color: #000000;
	--main-color-orange: #fdd100;
	--main-color-purple: #be6bb5;
}


/* ==========================================================================
   base
============================================================================= */

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*iPhone font*/
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;*/
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, YakuHanJPs, Roboto, Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	}
}

.fontMincho { 	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.fontMarugo { 	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro"; }

p { background-image:url(""); }

a:link{ color: #000000; text-decoration: underline; }
a:visited{ color: #000000; text-decoration: underline; }
a:active{ color: #000000; text-decoration: underline; }
a:hover { color: #666666; text-decoration: none; }

a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    outline : none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

	opacity: 0.7;
}

img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	opacity: 0.7;
}

svg,
a:hover svg {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a[href^="tel:"] { cursor: default; }

ul { list-style-type: none; }

address { font-style: normal; }

.inviewItem {
	opacity: 0;
	transform: translate(0,15px); 
	-webkit-transform: translate(0,15px); 
	transition: 0.7s;
}

.inviewItemLeft {
	opacity: 0;
	transform: translate(15px,0); 
	-webkit-transform: translate(15px,0); 
	transition: 0.7s;
}

.inviewItemFlag {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* ==========================================================================
   clearfix
============================================================================= */

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

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ==========================================================================
   common
============================================================================= */
.txtLt {text-align: left!important;}
.txtRt {text-align: right!important;}
.txtCt {text-align: center!important;}
.txtBold {font-weight: bold!important;}
.txtNormal {font-weight: normal!important;}
.fontSmall {font-size: 0.7rem!important;}
.fontLarge {font-size: 1.4rem!important;}
.font90per {font-size: 90%!important;}
.font105per {font-size: 105%!important;}
.font110per {font-size: 110%!important;}
.font120per {font-size: 120%!important;}
.font130per {font-size: 130%!important;}
.font140per {font-size: 140%!important;}
.font150per {font-size: 150%!important;}

.flRt { float: right!important;}
.flLt { float: left!important;}
.txtRt { text-align: right!important;}
.txtLt { text-align: left!important;}
.txtCt { text-align: center!important;}

.lh2 { line-height: 2em;!important }
.pt0 {padding-top: 0!important;}
.pt1 {padding-top: 1rem!important;}
.pt2 {padding-top: 2rem!important;}
.pb0 {padding-bottom: 0!important;}
.pb1 {padding-bottom: 1rem!important;}
.pb2 {padding-bottom: 2rem!important;}
.pb3 {padding-bottom: 3rem!important;}
.pb4 {padding-bottom: 4rem!important;}
.pb5 {padding-bottom: 5rem!important;}
.mt0 {margin-top: 0!important;}
.mt05 {margin-top: 0.5em!important;}
.mt1 {margin-top: 1rem!important;}
.mt2 {margin-top: 2rem!important;}
.mt3 {margin-top: 3rem!important;}
.mt5 {margin-top: 4rem!important;}
.mt5 {margin-top: 5rem!important;}
.mt6 {margin-top: 5rem!important;}
.mb0 {margin-bottom: 0!important;}
.mb05 {margin-bottom: 0.5rem!important;}
.mb1 {margin-bottom: 1rem!important;}
.mb2 {margin-bottom: 2rem!important;}
.mb3 {margin-bottom: 3rem!important;}
.mb4 {margin-bottom: 4rem!important;}
.mb5 {margin-bottom: 5rem!important;}
.mb6 {margin-bottom: 6rem!important;}
.ml1 {margin-left: 1rem!important;}
.ml2 {margin-left: 2rem!important;}
.ml3 {margin-left: 3rem!important;}
.mr1 {margin-right: 1rem!important;}
.mr2 {margin-right: 2rem!important;}
.mr3 {margin-right: 3rem!important;}

.dpB { display: block!important; }

.bgColorGray { background-color: #e0dcdb; }


/*スマホのみ改行*/
@media only screen and (min-width: 768px){
	br.mbbr {
		display:none!important;
	}
}

/*スマホ・タブレットのみ改行*/
@media only screen and (min-width: 1040px){
	br.mbtbbr {
		display:none!important;
	}
}

/*タブレット以上のみ改行*/
br.tbbr {
	display: none;
}

@media only screen and (min-width: 768px){
	br.tbbr {
		display: inline;
	}
}

/*PC以上のみ改行*/
br.dtbr {
	display: none;
}

@media only screen and (min-width: 1040px){
	br.dtbr {
		display: inline;
	}
}

/*モバイルのみ消す（インライン）*/
.mbNone {
	display: none;
}

@media only screen and (min-width: 768px){
	.mbNone {
		display: inline;
	}
}


select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
	display: inline-block;
	padding: 0.5em 0.5em;
	width: 50%;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	vertical-align: middle;
	font-size: 90%;

    border: none;
    background-color: #fff;

}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 25px;
}

input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

/*youtube貼り付け用*/
.movieBox {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
 
.movieBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.paling {
	padding: 1em;
	border: 1px solid #000000;
}


/* ==========================================================================
   base
============================================================================= */

body {

}

img,
svg {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 580px) {
	.w580 {
		max-width: 580px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 720px) {
	.w720 {
		max-width: 720px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1040px) {
	.w1040 {
		max-width: 1040px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1200px) {
	.w1200 {
		max-width: 1200px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}




/*---------- fixTopBtn ----------*/
a.fixTopBtn {
	z-index: 9999;
	opacity: 0;
	position: fixed;
	bottom: 0;
	right: 15px;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	cursor: pointer;
}

a.fixTopBtn::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-family: "Font Awesome 5 Free";
	font-size: 1.5rem;
	font-weight: 700;
	content: "\f062";
	color: #ffffff;
}

a.fixTopBtn span {
	display: none;
}

@media screen and (min-width: 768px) {
	a.fixTopBtn {
		width: 3rem;
		height: 3rem;
	}

	a.fixTopBtn::before {
		font-size: 2rem;
	}
}

/*======= header =======*/
header {
	position: relative;
    height: 110px;
    background: none;
    z-index: 777;
    background: linear-gradient(180deg, #7B609A 0%, #7B609A 40%, #fff 40%, #fff 100%);
}
/*
#shiseinokokoro header, 
#kenkyukaihatsu header, 
#hinshitsu header, 
#kigyo header, 
#overseas header, 
#dougyo header, 
#recruit header, 
#privacy header, 
#contact header, 
#compliance header, 
#contact_thanks header, 
#hanbai header {background: linear-gradient(180deg, #7B609A 0%, #7B609A 40%, #fff 40%, #fff 100%);}*/

/*ヘッダーの上部分*/
header .headname {
    text-align: center;
    padding: .8rem;
    color: #FFF;
    letter-spacing: 0px;
    font-size: 80%;
}

header .headerInner {
	margin: 0rem 2% 3rem;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .5);
    border-radius: 20px;
    background-color: #fff;
}

header .logoBox {
	position: relative;
	text-align: center;
	padding: 1.5rem 0;
}

header .logoBox p.logotop {
    color: #452476;
    font-size: 100%;
}

header .logoBox .logo {
	z-index: 999;
	position: relative;
	display: inline-block;
}

header .logoBox .logo img {
	max-width: 200px;
	width: 100%;
}



@media screen and (min-width: 768px) {
/*ヘッダーの上部分*/
header {
       height: 140px;
} 
    
header .headname {
    padding: 1.2rem;
    letter-spacing: 3px;
    font-size: 120%;
}
    
   
}

@media screen and (min-width: 1040px) {
	header {
       height: 200px;
	}


	header .headerInner {
		position: relative;
		text-align: left;
		height: 150px;
        padding-top: 1rem;
	}

	header .logoBox {
		text-align: left;
    	padding: 1rem 0 .5rem;
	}

	header .logoBox .logo img {
	max-width: 400px;
	width: 100%;
    height: 45px;
	}
}

/*======= navi =======*/
.fixNavi {
	z-index: 9000;
	position: fixed;
	top: 5px;
	right: 5px;
	width: 35px;
	height: 35px;
	display: block;
}

.navBtn {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: none;
	text-align: left;
	width: 100%;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 0;
}

.trigger {
	position: relative;
	width: 35px;
	height: 22px;
}

.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #46484A;
	border-radius: 4px;
}

.trigger span:nth-of-type(1) {
	top: 0;
}

.trigger span:nth-of-type(2) {
	top: 10px;
}

.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #46484A;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.trigger span:nth-of-type(3) {
	bottom: 0;
}

.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}

.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}


/*navMount*/
.navMount {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 8000;
	text-align: center;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto!important;

	-webkit-overflow-scrolling: touch;
	
	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3;
	-o-transition: 0.3s;
	transition: 0.3s;
}
 
.navMount.is-visible {
	opacity: 1.0;
	visibility: visible;
}

.navMount .navInner {
	text-align: center;
	width: 100%;
	padding: 50px 0 0 0;/*固定divの高さ*/
}

.navMount ul {

}

.navMount .navmaru_kuro{
    letter-spacing: -0.5em;
}
.navMount .navmaru {
    letter-spacing: -0.5em;
}

.navMount ul > li {
	display: block;
	width: 94%;
	font-weight: 300;
	margin: 0 3%;
	border-bottom: 1px solid #A8A9AD;
}

.navMount ul > li:first-child {
	border-top: 1px solid #A8A9AD;
}

.navMount ul > li > a {
	display: block;
	padding: 1.5rem 0;
	text-align: center;
	cursor: pointer;
	line-height: 1em;
}

.navMount ul > li > a:hover {
    text-shadow: 0 5px 5px #452476;
    transform: translate(0, -2px);
}

.navMount ul.menuList li:first-child a:link{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:visited{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:active{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:hover { color: var(--main-color); text-decoration: none; }

.navMount ul.menuList2 li:first-child a:link{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList2 li:first-child a:visited{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList2 li:first-child a:active{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList2 li:first-child a:hover { color: var(--main-color); text-decoration: none; }

.navMount ul.menuList > li > a > span {
	position: relative;
	display: inline-block;
	text-align: center;
    color: #452476;
	padding: 0.1em 0 0.3em 0;
	width: 11em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.navMount ul.menuList2 > li > a > span {
	position: relative;
	display: inline-block;
	text-align: left;
    color: #452476;
    font-size: 80%;
	padding: 0.1em 0 0.3em 0;
	width: 11em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}




@media screen and (min-width: 1040px) {
	.fixNavi {
		display: none;
	}

	.navMount {
		z-index: 1;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		opacity: 1.0;
		visibility: visible;
		background: transparent;
		overflow: hidden!important;
	}

	.navMount .navInner {
		position: relative;
		height: 130px;
		padding: 0;
	}

	.navMount ul.menuList {
		position: absolute;
		left: 70px;
		bottom: 0;
		display: inline-block;
		width: 100%;
		letter-spacing: -.4em;
		text-align: left;
		margin: 0;
	}

	.navMount ul.menuList2 {
        border-left: solid 2px #A895BC;
        padding-left: 1em;
		position: absolute;
		left: 900px;
		bottom: 0;
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.navMount ul.menuList > li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0;
		width: auto;
		margin: 0;
		border-top: none!important;
		border-bottom: none;
	}

	.navMount ul.menuList2 > li {
		display: block;
		letter-spacing: normal;
		padding: 0;
		width: auto;
		margin: 0;
		border-top: none!important;
		border-bottom: none;
	}

	.navMount ul.menuList2 > li span.usumurasaki {
		color: #A895BC;
	}

	.navMount ul.menuList > li {
		text-align: left;
		width: 130px;
	}

	.navMount ul.menuList2 > li {
		text-align: left;
		width: 130px;
	}

	.navMount ul > li:first-child {
		border-top: none;
	}

	.navMount ul > li > a {
		display: block;
		font-size: 15px;
		padding: 0;
		text-align: left;
		cursor: pointer;
		line-height: 1.2em;
	}

	.navMount ul.menuList > li > a > span {
		width: 100%;
	}

	.navMount ul.menuList2 > li > a > span {
		width: 100%;
	}

	.navMount ul.menuList > li > a:hover > span,
	.navMount ul.menuList > li.active > a > span {
		width: 100%;
	}
	
	.navMount ul.menuList2 > li > a:hover > span,
	.navMount ul.menuList2 > li.active > a > span {
		width: 100%;
	}
	
	.navMount ul.menuList > li > a:hover > span > span {
		position: relative;
		animation-name: navBtnAnime;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-fill-mode: none;
		animation-play-state: running;
	}
	
	.navMount ul.menuList2 > li > a:hover > span > span {
		position: relative;
		animation-name: navBtnAnime;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-fill-mode: none;
		animation-play-state: running;
	}

	@keyframes navBtnAnime {
		0% {
			left: 0em;
		}
	  
		10% {
			left: -0.3em;
		}
	  
		40% {
			left: 0em;
		}
	  }
}


/*======= footer =======*/
footer {
    padding-top: 3rem;
    background: #e0d9e8;
}

footer .footerLogo {
	text-align: center;
	margin: 0 0 2rem 0;
}

footer .footerLogo img {
	max-width: 280px;	
}

footer .footerNav {
    display: none;
	font-size: 80%;
    text-align: center;
}

footer .footerNav ul li {
	display: inline-block;
	font-weight: 300;
	margin: 0 3%;
}

footer .footerNav ul li a {
	display: block;
	padding: 0.1em 0 0.3em 0;
	text-align: center;
	cursor: pointer;
	line-height: 1em;
}

footer .footerNav ul li a:link{ color: var(--main-color); text-decoration: none; }
footer .footerNav ul li a:visited{ color: var(--main-color); text-decoration: none; }
footer .footerNav ul li a:active{ color: var(--main-color); text-decoration: none; }
footer .footerNav ul li a:hover { color: var(--main-color); text-decoration: none; }

footer .footerNav ul li span {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #000000;
	padding: 0.25em 0;
	line-height: 1;
	width: 11em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

footer .footerNav ul li > a:hover span {
	background-color: #000000;
	color: #ffffff;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (min-width: 768px) {
footer .footerLogo img {
	max-width: 380px;	
}

footer .footerNav {
    display: block;
	font-size: 80%;
    text-align: center;
}
}

@media screen and (min-width: 1040px) {
	footer .footerNav ul {
		width: 100%;
		letter-spacing: -.4em;
		text-align: center;
		margin: .8em;
	}

	footer .footerNav ul li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0;
		width: 160px;
		margin: 0;
	}
    
	footer .footerNav ul.nidanme li:nth-child(2) {
		width: 260px;
	}

	footer .footerNav ul li a {
		display: block;
		font-size: 130%;
		padding: 0;
	}

	footer .footerNav ul li span,
	footer .footerNav ul li a:hover span {
		width: 100%;
	}
}

footer .footerInfo {
	margin: 2rem 0 1.5rem 0;
}

footer .footerInfo ul {
	width: 100%;
	letter-spacing: -.4em;
	text-align: center;
	margin: 0;
}

footer .footerInfo ul li {
	display: inline-block;
	letter-spacing: normal;
	padding:0 0.75rem;
}

footer .footerInfo ul li img {
	max-width: 30px;
}

footer .copyright {
	text-align: center;
    padding-bottom: 1rem;
    margin-top: 2rem;
}

footer .copyright small {
	font-size: 70%;
}



/*======= contentCommon =======*/
.flexContainer {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: flex-start;
	justify-content:         flex-start;/*space-around*/
}

.flexContainer .itemCol2,
.flexContainer .itemCol3,
.flexContainer .itemCol4,
.flexContainer .itemCol5 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
}

.flexContainer .itemCol4,
.flexContainer .itemCol5 {
	width: 50%;
}

.flexContainer .itemCol2:last-child,
.flexContainer .itemCol3:last-child,
.flexContainer .itemCol4:last-child,
.flexContainer .itemCol5:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.flexContainer {
		/*-webkit-justify-content: space-between;
		justify-content:         space-between;*/
	}

	.flexContainer .itemCol2 {
		width: 50%;
		margin-bottom: 0;
	}

	.flexContainer .itemCol3 {
		width: 33.33333%;
		width: -webkit-calc(99.99999% / 3);
		width: calc(99.99999% / 3);
		margin-bottom: 0;
	}

	.flexContainer .itemCol4 {
		width: 25%;
		margin-bottom: 0;
	}
    
	.flexContainer .itemCol5 {
		width: 20%;
		margin-bottom: 0;
	}
}


/*メイン見出し*/
.titleMain {
	text-align: center;
}

.titleMain img {
	width: auto;
	height: 115px;
}


.btnLine {
	font-size: 120%;
	text-align: right;
}

.btnLine a {
	text-align: center;
	display: inline-block;
	border: 1px solid #000000;
	border-width: 1px 0 1px 0;
	padding: 0.4em 1em;
	line-height: 1;
}

.btnLine a:link{ color: #000000; text-decoration: none; }
.btnLine a:visited{ color: #000000; text-decoration: none; }
.btnLine a:active{ color: #000000; text-decoration: none; }
.btnLine a:hover { color: #666666; text-decoration: none; }

.btnLine a span.arrow::after {
	content: "＞";
	margin-left: 0.5em;
}



/*ボタン more*/
.btnMore a {
	font-size: 0.9em;
	line-height: 1;
	font-weight: bold;
	border: 1px solid var(--main-color);
	border-radius: 0.5em;
	padding: 0.5em 1em;
	line-height: 1em;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btnMore a span::after {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75em;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f061";
	margin-left: 0.75em;

}

.btnMore a:hover {
	color: #ffffff;
	background-color: var(--main-color);
}


/*ボタン 四角*/
.btnSquare {
	display: inline-block;
}

.btnSquare a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 1;
	color: #ffffff;
	padding: 0.5em 5em;
	background-color: var(--main-color);
}



/*テーブル 基本*/
table.basicTable {
	width: 100%;
	border-collapse:separate;
	border-top: 1px solid #000000;
}

table.basicTable caption{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

table.basicTable tr th,
table.basicTable tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0.75em 0;
	border-bottom: 1px solid #000000;
}

table.basicTable tr th { width: 30%; }
table.basicTable tr td { width: 70%; }

table.basicTable p {
	margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
	table.basicTable tr th { width: 18%; }
	table.basicTable tr td { width: 82%; }

}



/*レスポンシブ用マージン*/
.martS { margin-top: 1rem; }
.martM { margin-top: 3rem; }
.martL { margin-top: 4rem; }

.marbS { margin-bottom: 1rem; }
.marbM { margin-bottom: 3rem; }
.marbL { margin-bottom: 4rem; }

@media only screen and (min-width: 768px){
	.martS { margin-top: 3rem; }
	.martM { margin-top: 5rem; }
	.martL { margin-top: 6rem; }

	.marbS { margin-bottom: 3rem; }
	.marbM { margin-bottom: 5rem; }
	.marbL { margin-bottom: 6rem; }
}

@media only screen and (min-width: 900px){
	.martS { margin-top: 5rem; }
	.martM { margin-top: 7rem; }
	.martL { margin-top: 8rem; }

	.marbS { margin-bottom: 5rem; }
	.marbM { margin-bottom: 7rem; }
	.marbL { margin-bottom: 8rem; }
}

/*======= section =======*/
section {
	position: relative;
	line-height: 1.5em;
}

section .sectionInner,
.breadcrumbsInner {
	position: relative;
	margin: 0 1rem;
	box-sizing: border-box;
}

.innerBox,
.innerBox2 {
	margin-left: 1em;
	margin-right: 1em;
}

.txtBoxS {
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	section .sectionInner,
	.breadcrumbsInner  {
		margin: 0 5%;
	}

	.innerBox {
		margin-left: 2em;
		margin-right: 2em	
	}
}

hr {
	/*border-top: 1px solid #000000;*/
	margin: 0.5em 0;
}

hr.hrLine {
	height: 30px;
	margin: 5rem 0;
	background-image: url("./images/common/line.svg");
	background-position: center center;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1040px) {

}


/*======= breadcrumbs =======*/
.breadcrumbs {
	margin-top: 1rem;
}

.breadcrumbs nav {
	margin-bottom: 2rem;
}

.breadcrumbs nav ol {
	font-size: 0.8rem;
}

.breadcrumbs nav ol li {
	display: inline;
}

.breadcrumbs nav ol li:after {
	content: " > ";
}
.breadcrumbs nav ol li:last-child:after {
	content:"";
}

/*======= title =======*/
.titleArea {

}

.titleArea .titleAreaInner {
	position: relative;
	height: 370px;
	text-align: center;
	background-image: url("");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.titleArea .titleAreaInner h1 {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.titleArea .titleAreaInner h1 img {
	width: auto;
	height: 160px;
}


/*======= titlePhoto =======*/
.titlePhotoArea {

}

.titlePhotoArea .titlePhotoAreaInner {
	position: relative;
}

.titlePhotoArea .titlePhotoAreaInner img {
	width: 100%;
}

.titlePhotoArea .titlePhotoAreaInner .txt {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 2;
	padding: 1.5em;
}

@media screen and (min-width: 768px) {
	.titlePhotoArea .titlePhotoAreaInner .txt {
		font-size: 140%;
		padding: 2em;
	}
}

@media screen and (min-width: 900px) {
	.titlePhotoArea .titlePhotoAreaInner .txt {
		font-size: 150%;
		padding: 2.5em;
	}
}




/*======= 共通アイテム=======*/

.commonmarumidashi {
    border: solid 2px #7B609A;
    padding: 0.5rem 0;
    margin: 2em 0;
    border-radius: 50px;
    font-size: 90%;
    letter-spacing: 5px;
    color: #7B609A;
    text-align: center;
}

.commonmidashi {
    padding: 0.5rem 0;
    margin: 2em 0;
    font-size: 90%;
    letter-spacing: 5px;
    text-align: justify;
	line-height: 1.7em;
}

.commonhonbun {
    margin-bottom: 3em;
    text-align: justify;
	line-height: 1.5em;
    font-size: 70%;
}

.common_V_midashi {
    margin: 2em 0 .5em;
    font-size: 120%;
    letter-spacing: 5px;
    color: #7B609A;
    text-align: center;
}

.common_V_midashi::after{
    content:"";
    margin: .5em 0 1em;
    width: 100%;
    height: 30px;
    display: block;
    background: url("./images/kenkyu/kenkyukaihatsu-V-line.svg");
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


/*固定部分*/
.fixed {
  position: fixed;
    padding: .2em 0 .2em .5rem;
    z-index: 999;
  /*基準を画面の左上に*/
  top: ;
  left: 75%;
  /*余白が入らないように*/
  margin: 0;
  /*以下装飾*/
  width: 100%;
  color:white;
    /*background-color: #7B609A;*/
    border: solid 1px #FFF;
    border-radius: 50px;
    font-size: 60%;
}

.fixed:nth-child(1) {top: 170px; background: #A895BC;}
.fixed:nth-child(2) {top: 202px; background: #A895BC;}
.fixed:nth-child(3) {top: 234px; background: #A895BC;}
.fixed:nth-child(4) {top: 266px; background: #A895BC;}

.fixed a {
    color:white;
    font-size: 60%;
    text-decoration:none;
}

.fixed a span {
    display:none;
 }

.fixed:hover  { 
	background-color: #7B609A;
	color: #ffffff;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (min-width: 768px) {
.commonmarumidashi {
    font-size: 120%;
}
 
.commonmidashi {
    text-align: center;
    font-size: 120%;
    margin: 4em 0;
}
    
 .commonlinemidashi {
    text-align: center;
     padding: 0 1rem 0.3rem;
     border-bottom: solid 1px #000;
    font-size: 120%;
    margin: 2em 0;
    display: inline-block;
    }
 
.commonhonbun {
    margin-bottom: 3em;
	line-height: 1.75em;
    font-size: 90%;
}
/*固定部分*/
.fixed {
  /*基準を画面の左上に*/
  top: ;
  left: 75%;
}

.fixed:nth-child(1) {top: 195px;}
.fixed:nth-child(2) {top: 230px;}
.fixed:nth-child(3) {top: 265px;}
.fixed:nth-child(4) {top: 300px;}

    .fixed a span {
    font-size: 80%;
    display:inline;
 }
}   
    
@media screen and (min-width: 1040px) {
/*固定部分*/
.fixed {
    padding: .5em 0 .5em 1rem;
  /*基準を画面の左上に*/
  top: ;
  left: 80%;
  /*以下装飾*/
    font-size: 100%;
    background: #A895BC;
    }

.fixed:nth-child(1) {top: 230px;}
.fixed:nth-child(2) {top: 275px;}
.fixed:nth-child(3) {top: 320px;}
.fixed:nth-child(4) {top: 365px;}

.fixed a {
    font-size: 100%;
}
    
    .fixed a span {
    display:inline;
 }
}


.oomarumidashi {
    position: relative;
    border: solid 1px #452476;
    border-radius: 100px;
    padding: 1rem .5rem 0.5rem;
    width: 250px;
    margin-left: 0;
    line-height: 1.3rem;
    background: #fff;
    z-index: 600;
}

.oomarumidashi .title_A{
    font-size: 120%;
    letter-spacing: 5px;
}

.oomarumidashi .title_B{
    font-size: 80%;
    color: #9b9b9e;
}

.oomarumidashi .title_C{
    font-size: 100%;
    color: #452476;
    line-height: 1.5rem;
}

.oomarumidashi a{
    text-decoration: none;
}

.oomarumidashi .title_D{
    font-size: 80%;
    letter-spacing: 5px;
}

@media screen and (min-width: 768px) {
.oomarumidashi {
    width: 350px;
    margin-left: 5%;
    line-height: 1.5rem;
}

.oomarumidashi .title_A{
    font-size: 140%;
}

.oomarumidashi .title_B{
    font-size: 105%;
}

.oomarumidashi .title_C{
    font-size: 110%;
    line-height: 1.8rem;
}

.oomarumidashi .title_D{
    font-size: 100%;
}
}



/*======= oshirase =======*/
/*oshiraseArea1*/
.oshiraseArea1 {
    z-index: 780;
    margin-top: 3.5rem;    
}

.oshiraseArea1 .oshirase {
    width: auto;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2) ;
}

.oshiraseArea1 .oshirase .oshirase_title img {
    width: 70px;
}

.newsList {
	max-width: 85%;
	margin: 0rem auto 1rem auto;
    padding-bottom: .5rem;
}

.newsList li {
	display: block;
	padding: .3em;
    line-height: 1em;
}

.newsList li .date,
.newsList li .txt {
	display: inline-block;
	vertical-align: top;
    font-size: 65%;
}

.newsList li .date {
	width: 5.5em;
}

.newsList li .txt {
	width: calc(100% - 5.5em);
}

@media screen and (min-width: 768px) {
.oshiraseArea1 {
    z-index: 780;
    margin-top: 0rem;    
}
    
.oshiraseArea1 .oshirase {
    width: 300px;
    border-radius: 20px;
}

.oshiraseArea1 .oshirase .oshirase_title img {
    width: 120px;
}

.newsList {
	max-width: 260px;
	margin: 1rem auto 1rem auto;
    padding-bottom: 2rem;
}

.newsList li {
	padding: 0.75em;
    line-height: 1.5em;
}

.newsList li .date,
.newsList li .txt {
    font-size: 85%;
}

}

@media screen and (min-width: 1040px) {
.oshiraseArea1 .oshirase {
    width: 500px;
}

.oshiraseArea1 .oshirase .oshirase_title img {
    width: 150px;
}
.newsList {
	max-width: 400px;
}

}

/*======= Top =======*/
/*TopArea1*/
.TopArea1 {
    margin-bottom: 6rem;
}

.TopArea1 .oomarumidashi {
    margin: auto;
	}

.TopArea1 .flexContainer.photoandslide .itemCol2.photo {
		width: 30%;
		width: calc(340px);
		margin-bottom: 0;
    display: none;
    padding: 1rem;
	}

.TopArea1 .flexContainer.photoandslide .itemCol2.slide {
		width: 300px;
        margin: auto;
        height: 140px;
}

.TopArea1 .flexContainer .itemCol2 .top_slide{
    margin-top: 10px;
}

.TopArea1 .spirit {
    display: none;
}

.TopArea1 .more {
    margin: 1rem 60% 3rem;
    width: 200px;
}

@media screen and (min-width: 768px) {
.TopArea1 {
    margin-top: -4rem;
}

.TopArea1 .oomarumidashi {
    margin-left: 50%;
	}


.TopArea1 .flexContainer.photoandslide .itemCol2.slide {
	width: 100%;
    height: 280px;
}

.TopArea1 .flexContainer .itemCol2 .top_slide{
    margin-top: -10px;
}
    
.TopArea1 .spirit{
    width: 300px;
    margin-left: 55%;
}

}

@media screen and (min-width: 1040px) {
.TopArea1 {
    margin: -5rem 0 12rem;
}
.TopArea1 .flexContainer.photoandslide .itemCol2.photo {
    display: block;
}
    
.TopArea1 .flexContainer .itemCol2 .top_slide{
    margin-top: -40px;
}

.TopArea1 .spirit {
    display: block;
}

.TopArea1 .flexContainer.photoandslide .itemCol2.slide {
		width: 65%;
		width: calc(100% - 340px);
        height: 350px;
}
}


/*スリックスライダー*/
.slick-slide {
  margin: 0 5px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-current {
  opacity: 1;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
/*スリックスライダーここまで*/



/*TopArea2と4共通*/
.TopArea2 .oomarumidashi,
.TopArea4 .oomarumidashi {
    margin: 10px auto;
}

@media screen and (min-width: 768px) {
.TopArea2 .oomarumidashi,
.TopArea4 .oomarumidashi {
    margin: -30px auto;
}
}

@media screen and (min-width: 1040px) {
.TopArea2 .oomarumidashi,
.TopArea4 .oomarumidashi {
    margin: -40px auto;
}
}

/*TopArea3と5共通*/
.TopArea3 .commonlinemidashi,
.TopArea5 .commonlinemidashi {
    margin-bottom: 2rem;
}

.TopArea3 .flexContainer.photoandtxt .itemCol2.photo,
.TopArea5 .flexContainer.photoandtxt .itemCol2.photo {
		width: 20%;
		width: calc(150px);
		margin-bottom: 0;
}

.TopArea3 .flexContainer.photoandtxt .itemCol2.txt,
.TopArea5 .flexContainer.photoandtxt .itemCol2.txt {
		width: 65%;
		width: calc(100% - 150px);
        padding-left: 2rem;
}

.TopArea1 .more,
.TopArea3 .more,
.TopArea5 .more,
.TopArea7 .more{
    margin-top: 1rem;
    margin-left: 65%;
    width: 130px;
}

@media screen and (min-width: 768px) {
.TopArea3 .flexContainer.photoandtxt .itemCol2.photo,
.TopArea5 .flexContainer.photoandtxt .itemCol2.photo {
		width: 30%;
		width: calc(200px);
}

.TopArea3 .flexContainer.photoandtxt .itemCol2.txt,
.TopArea5 .flexContainer.photoandtxt .itemCol2.txt {
		width: 65%;
		width: calc(100% - 200px);
}

.TopArea1 .more,
.TopArea3 .more,
.TopArea5 .more,
.TopArea7 .more{
    margin-top: 1rem;
    margin-left: 65%;
    width: 200px;
}
}


/*TopArea6*/
.TopArea6 {
background: linear-gradient(180deg, #fff 0%, #fff 15%, #e0d9e8 15%, #e0d9e8 60%, #fff 60%, #fff 100%);}

.TopArea6 .sectionInner .oomarumidashi {
    position: relative;
    border: solid 1px #452476;
    border-radius: 100px;
    margin: 0 auto 3rem;
    padding: 1rem .5rem 0.5rem;
    width: 320px;
    line-height: 1.5rem;
    background: #fff;
    z-index: 600;
}


.TopArea6 .sectionInner .itemCol3{  
    padding: .5rem;
}

.TopArea6 .sectionInner .itemCol3 .otorihiki{ 
    border: solid 2px #452476; 
    padding: 1.5rem;
    background: #fff;
    border-radius: 25px;
}

.TopArea6 .sectionInner .itemCol3 .commonmidashi{ 
    margin: 0;
    line-height: 1.5em;
}

.TopArea6 .sectionInner .itemCol3 .commonhonbun{ 
    margin: 0;
}

.TopArea6 .sectionInner .itemCol3 .commonhonbun span{ 
    color: #452476;
}

.TopArea6 .sectionInner .itemCol3 img{ 
    margin: 1rem 0;
}

@media screen and (min-width: 768px) {
.TopArea6 {
background: linear-gradient(180deg, #fff 0%, #fff 10%, #e0d9e8 10%, #e0d9e8 60%, #fff 60%, #fff 100%);}

.TopArea6 .sectionInner .oomarumidashi {
    width: 450px;
}
}


/*TopArea7*/
.TopArea7 .oomarumidashi {
    margin: auto;
}

.TopArea7 .commonmidashi {
    margin: 2rem 0;
    text-align: justify;
    line-height: 1.5em;
}

.TopArea7 .itemCol2 {
 padding: 1rem;
}

/*TopArea8*/
.TopArea8 .sectionInner {
}

.TopArea8 .oomarumidashi {
    position: relative;
    border: solid 1px #452476;
    margin: auto;
    border-radius: 100px;
    padding: 1rem .5rem 0.5rem;
    width: 250px;
    line-height: 1.5rem;
    background: #c9c4de;
    z-index: 600;
}

.TopArea8 .oomarumidashi .title_B{
    font-size: 105%;
    color: #fff;
}

.TopArea8 .commonmidashi{
    margin: 2rem 0;
}

@media screen and (min-width: 768px) {
.TopArea8 .oomarumidashi {
    width: 350px;
}
}






/*======= home =======*/
.mainVisual {
    margin-bottom: 0;
}
#homePage .mainVisual {	margin-bottom: -60px;}

.mainVisual .mainVisualInner .movie video {
    width: 100%;
    border-radius: 30px;
    margin-top: 60px;
    z-index: 20;
}

.mainVisual .mainVisualInner {
	position: relative;
	height: 250px;
	margin-left: 1em;
	margin-right: 1em;
    background-image: url("");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    border-radius: 30px;
}

#homePage .mainVisual .mainVisualInner {z-index: 776; height: 200px;  top:-70px;}
#shiseinokokoro .mainVisual .mainVisualInner {	background-image: url("./images/kokoro/shiseido_kokoro_top-image.jpg"); }
#kenkyukaihatsu .mainVisual .mainVisualInner {	background-image: url("./images/kenkyu/kenkyukaihatsu-top_image.jpg"); }
#hinshitsu .mainVisual .mainVisualInner {	background-image: url("./images/hinshitsu/hinshitsu-top_image.jpg"); }
#kigyo .mainVisual .mainVisualInner {	background-image: url("./images/kigyo/kigyo-top_image.jpg"); }
#overseas .mainVisual .mainVisualInner {	background-image: url("./images/overseas/overseas-top_image.jpg"); }
#dougyo .mainVisual .mainVisualInner {	background-image: url("./images/dougyo/dougyo-top_image.jpg"); }
#hanbai .mainVisual .mainVisualInner {	background-image: url("./images/hanbai/hanbai-top_image.jpg"); }
#recruit .mainVisual .mainVisualInner {	background-image: url("./images/recruit/recruit-top_image.jpg"); }


.mainVisual .mainVisualInner .logo {
	display: inline-block;
	max-width: 150px;
	width: 45%;
	position: absolute;
	top: 75%;
	left: 30%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
/*#homePage .mainVisual .mainVisualInner .logo {	top: 15%; left: 70%;}*/
#shiseinokokoro .mainVisual .mainVisualInner .logo {    top: 20%; left: 30%; filter: drop-shadow(5px 5px 5px rgb(255, 255, 255, 1));}
#kenkyukaihatsu .mainVisual .mainVisualInner .logo {    top: 20%; left: 60%; filter: drop-shadow(5px 5px 5px rgb(0, 0, 0, 1)); width: 35%;}
#hinshitsu .mainVisual .mainVisualInner .logo {	top: 80%; left: 30%; max-width: 380px; width: 50%; filter: drop-shadow(5px 5px 5px rgb(255, 255, 255, 1));}
#kigyo .mainVisual .mainVisualInner .logo {    top: 20%; left: 25%; max-width: 300px; width: 50%; filter: drop-shadow(5px 5px 5px rgb(255, 255, 255, 1));}
#dougyo .mainVisual .mainVisualInner .logo {    top: 85%; left: 35%; max-width: 300px; width: 50%; filter: drop-shadow(5px 5px 5px rgb(255, 255, 255, 1));}
#hanbai .mainVisual .mainVisualInner .logo {	top: 30%; left: 60%; max-width: 450px; width: 50%; filter: drop-shadow(5px 5px 5px rgb(255, 255, 255, 1));}
#overseas .mainVisual .mainVisualInner .logo {	top: 80%; left: 30%; max-width: 380px; width: 50%;}
#recruit .mainVisual .mainVisualInner .logo {	top: 70%; left: 60%; max-width: 550px; width: 70%; filter: drop-shadow(5px 5px 5px rgb(255, 255, 255, 1));}

@media screen and (min-width: 768px) {
.mainVisual {
}
#homePage .mainVisual {	margin-bottom: -180;}

.mainVisual .mainVisualInner {
		height: 500px;
	}
#homePage .mainVisual .mainVisualInner {	height: 420px; top:-70px;}
    
.mainVisual .mainVisualInner .logo {
	max-width: ;
}
    
/*#homePage .mainVisual .mainVisualInner .logo {	top: 30%; left: 25%; max-width: 425px;}*/
#shiseinokokoro .mainVisual .mainVisualInner .logo {    top: 20%; left: 30%; max-width: 380px; width: 50%; filter: drop-shadow(5px 5px 5px rgb(255, 255, 255, 1));}
#kenkyukaihatsu .mainVisual .mainVisualInner .logo {    top: 20%; left: 60%; max-width: 300px; width: 50%; filter: drop-shadow(5px 5px 5px rgb(255, 255, 255, 1));}
#hinshitsu .mainVisual .mainVisualInner .logo {	top: 85%; left: 30%; max-width: 380px; width: 50%; filter: drop-shadow(5px 5px 5px rgb(255, 255, 255, 1));}
#kigyo .mainVisual .mainVisualInner .logo {    top: 20%; left: 20%; max-width: 300px; width: 50%; filter: drop-shadow(5px 5px 5px rgb(255, 255, 255, 1));}
#dougyo .mainVisual .mainVisualInner .logo {    top: 85%; left: 35%; max-width: 300px; width: 50%; filter: drop-shadow(5px 5px 5px rgb(255, 255, 255, 1));}
#hanbai .mainVisual .mainVisualInner .logo {	top: 30%; left: 60%; max-width: 450px; width: 50%; filter: drop-shadow(5px 5px 5px rgb(255, 255, 255, 1));}
#overseas .mainVisual .mainVisualInner .logo {	top: 80%; left: 30%; max-width: 380px; width: 50%;}
#recruit .mainVisual .mainVisualInner .logo {	top: 70%; left: 70%; max-width: 550px; width: 50%; filter: drop-shadow(5px 5px 5px rgb(255, 255, 255, 1));}
}

@media screen and (min-width: 1040px) {
	.mainVisual .mainVisualInner {
		height: 800px;
    }    
#homePage .mainVisual .mainVisualInner {height: 650px; top:-90px;}

#homePage .mainVisual .mainVisualInner .logo {	top: 15%; left: 70%;}
}

/*homeArea1*/
.homeArea1 {
}

.homeArea1 .sectionInner img {
    padding: 1em;
    margin-top: 1em;
}

.homeArea1 .sectionInner .headBasic {
	margin-bottom: 3.5em;
}

@media screen and (min-width: 768px) {
	.headBasic {
		font-size: 180%;
	}

    .homeArea1 .sectionInner img {
        padding: 3em;
        margin-top: 3em;
    }

	.homeArea1 .sectionInner .headBasic {
		margin-bottom: 4em;
	}

	p.textBasic {
		font-size: 110%;
	}
}

/*homeArea2*/
.homeArea2 {

}

.homeArea2 .sectionInner img {
	margin-top: 1rem;
}

.homeArea2 .sectionInner .movie_setsumei,
.homeArea3 .sectionInner .movie_setsumei {
    text-align: right;
}

.homeArea2 .sectionInner .movie_setsumei .viewmore{
	margin-top: .5rem;
	height: 35px;
    width: auto;
}

.homeArea2 .sectionInner .movie_setsumei .YouTube {
	margin: .5rem 2rem 0 0 ;
	height: 20px;
    width: auto;
}

@media screen and (min-width: 768px) {
.homeArea2 .sectionInner img,
.homeArea3 .sectionInner img {
	margin-top: 7rem;
}   

.homeArea2 .sectionInner .movie_setsumei .viewmore {
	height: 45px;
}

}

/*homeArea3-1
.homeArea3-1 {
	position: relative;
    
	background-image: url("./images/kokoro/shiseido_kokoro_back-image.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}*/

.homeArea3 .sectionInner img {
	margin-top: 1rem;
}

.homeArea3 .sectionInner img.kusuri {
	margin-top: 1rem;
    border-radius: 80px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
}

/*homeArea4*/
.homeArea4 {
    margin: 4rem 0;
}

.homeArea4 .sectionInner .commonmidashi {
    margin: 2em 0 1em;
}

.homeArea4 .sectionInner .oomarumidashi {
    margin: auto;
}

.homeArea4 .sectionInner .itemCol2 {
    text-align: center;
    position: static; 
}

.homeArea4 .sectionInner .itemCol2 img.musoku {
    position: static; 
    width: 80px;
}

.homeArea4 .sectionInner .itemCol2 img.kigyou {
    margin-top: 4em;
    object-fit: cover;
    width: 50%;
}

.homeArea4 .sectionInner .viewmore {
	margin-top: .5rem;
	height: 35px;
    width: auto;
}

@media screen and (min-width: 768px) {
.homeArea4 .sectionInner .viewmore {
	height: 45px;
}

.homeArea4 .sectionInner .itemCol2 {
    text-align: justify;
    position: relative; 
}

.homeArea4 .sectionInner .itemCol2 img.musoku {
    width: 120px;
    position: absolute; 
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
}

/*homeArea5*/
.homeArea5 {

}

.homeArea5 .sectionInner {
    margin-top: 3rem;
}

.homeArea5 .sectionInner .itemCol2.kihon {
    position: relative;
    height: 250px;
	background-image: url("./images/kokoro/shiseido_kokoro_image05.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.homeArea5 .sectionInner .itemCol2.kankyou {
	position: relative;
    margin-top: 2rem;
    height: 270px;
	background-image: url("./images/kokoro/shiseido_kokoro_image06.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.homeArea5 .sectionInner .itemCol2 .com_houshin {
    position: absolute; 
    margin-top: -2rem;
}

.homeArea5 .sectionInner .itemCol2 .com_houshin img.title {
    width: 100px;
    margin-bottom: 2em;
}

.homeArea5 .sectionInner .itemCol2 .com_houshin p.commonhonbun {
    color: #fff;
    text-shadow: 0px 0px 5px rgb(0, 0, 0);
    padding: 0 3rem;
}

.homeArea5 .sectionInner .itemCol2 .com_houshin .viewmore {
	height: 35px;
}

@media screen and (min-width: 768px) {
.homeArea5 .sectionInner {
    margin-top: 8rem;
}

.homeArea5 .sectionInner .itemCol2 .com_houshin img.title {
    width: 130px;
}

.homeArea5 .sectionInner .itemCol2.kihon {
    height: 370px;
}

.homeArea5 .sectionInner .itemCol2.kankyou {
    height: 370px;
    margin-top: 0;
}

}

@media screen and (min-width: 1040px) {
.homeArea5 .sectionInner .itemCol2 .com_houshin p.commonhonbun {
    padding: 0 6rem;
}

.homeArea5 .sectionInner .itemCol2.kihon {
    height: 330px;
}

.homeArea5 .sectionInner .itemCol2.kankyou {
    height: 330px;
}

.homeArea5 .sectionInner .itemCol2 .com_houshin .viewmore {
	height: 45px;
}   
}

/*homeArea6*/
.homeArea6 img {
 padding: 0.5em;
}




/*======= kenkyukaihatsu =======*/

/*kenkyuArea3*/
.kenkyuArea3 {
    background-color: #e0d9e8;
    background: linear-gradient(180deg, #fff 0%, #fff 15%, #e0d9e8 15%, #e0d9e8 80%, #fff 80%, #fff 100%);
    height: auto;
}

.kenkyuArea3 .sectionInner .commonmarumidashi {
    background-color: #a895bc;
    color: #fff;
    border-color: #fff;
    margin-bottom: 0;
}

.kenkyuArea3 .sectionInner .kaihatsuwaku {
    margin-top: 0;
    background-color: #fff;
    border: solid 1px #452476;
    border-radius: 10px;
}

.kenkyuArea3 .sectionInner .kaihatsuwaku .itemCol4 ul {
    column-count: 1;        /* 列数を2列に指定 */
    text-align: left;
    margin: 2em 0;
}

.kenkyuArea3 .sectionInner .kaihatsuwaku .flexContainer .itemCol4 .seizou {
    margin-top: 2em;
}

.kenkyuArea3 .sectionInner .kaihatsuwaku ul {
    margin: 2em;
    column-count: 2;        /* 列数を2列に指定 */
    font-size: 90%;
}

.kenkyuArea3 .sectionInner .kaihatsuwaku ul li {
    width: 100%;            /* 幅を100%にする */
    margin: 0.2rem;       /* 下方向に20pxの余白 */
    box-sizing: border-box; /* 線幅やpaddingも含めて幅100%にするため */
    display: inline-block;  /* インラインブロック要素にする */}

.kenkyuArea3 .sectionInner .kaihatsuwaku .seizou p.marumidashi {
    background: #452476;
    color: #fff;
    border-radius: 30px;
    margin: 2em 30% .5em ;
    font-size: 70%;
}


/*kenkyuArea4*/
.kenkyuArea4 img{
    width: 100%;
}

/*kenkyuArea6*/
.kenkyuArea6 .sectionInner .nagareset img{
    padding: 0 3em;
}

.kenkyuArea6 .sectionInner .callmidashi {
    margin-bottom: 1em;
    text-align: justify;
	line-height: 1.5em;
    font-size: 100%;
    margin-left: 1.3em;
    text-indent: -1.3em;
}

.kenkyuArea6 .sectionInner .yajirushi {
    margin: 0 0 .5em;
    text-align: center;
	line-height: 1.5em;
    font-size: 200%;
}

.kenkyuArea6 .sectionInner .commonhonbun {
	line-height: 1.5em;
    font-size: 80%;
}

.kenkyuArea6 .sectionInner .callmidashi::before{
    content:"";
    width: 1em;
    height: 1em;
    margin-right: .3em;
    display: inline-block;
    background: url("./images/kenkyu/kenkyukaihatsu-nagare_yajirushi.svg");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


/*kenkyuArea7*/
.kenkyuArea7 .sectionInner .V-set{
    margin-bottom: 5em;
}

.kenkyuArea7 .sectionInner .nurimoji{
    text-align: center;
    background: #e0d9e8;
    padding: .5em;
    margin: .5em 20%;
}

.kenkyuArea7 .sectionInner .commonmarumidashi{
    border-radius: 0;
    background: #e0d9e8;
}


/*======= kigyo =======*/
/*kigyoArea1*/
.kigyoArea1 {
}

.kigyoArea1 .sectionInner .titleset .commonmarumidashi,
.kigyoArea3 .sectionInner .titleset .commonmarumidashi,
.kigyoArea7 .sectionInner .titleset .commonmarumidashi {
    margin-left: 0;
    margin-right: 0;
}

.kigyoArea1 .sectionInner .commonmidashi {
    padding: 0.5rem 0;
    margin: 0 0 1em;
    font-size: 150%;
    letter-spacing: 0;
	line-height: 1.7em;
}

.kigyoArea1 .sectionInner img {
    width: 250px;
}

.kigyoArea1 .sectionInner figcaption {
    font-size: 110%;
    margin: .5rem 0;
    line-height: 1.5rem;
}

.kigyoArea1 .sectionInner figcaption span {
    font-size: 120%;
    font-weight: bold;
}

.kigyoArea1 .sectionInner .titleset .vision_txt {
    font-size: 100%;
    line-height: 1.3em;
    font-weight: bold;
}

.kigyoArea1 .sectionInner .vision_txt li {
    margin: 0 0 1em 1.3em;
}

@media screen and (min-width: 720px) {
.kigyoArea1 .sectionInner .titleset .commonmarumidashi,
.kigyoArea3 .sectionInner .titleset .commonmarumidashi,
.kigyoArea7 .sectionInner .titleset .commonmarumidashi {
    margin-left: 70px;
    margin-right: 70px;
}
    

.kigyoArea1 .sectionInner .titleset .vision_txt {
    font-size: 120%;
    line-height: 1.8em;
}
    
}


/*kigyoArea2*/
.kigyoArea2 .sectionInner .commonmarumidashi {
    width: 100%;
}

.kigyoArea2 .sectionInner .syazemidashi-b {
    text-align: center;
    font-size: 155%;
    letter-spacing: 3px;
    margin-bottom: 1rem;
}

.kigyoArea2 .sectionInner .syazemidashi-s {
    text-align: justify;
    font-size: 120%;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    line-height: 1.5rem;
    text-indent: -2.5em;
    margin-left: 2.5em;
}

.kigyoArea2 .sectionInner .syazemidashi-s br.atamaotoshi {
    text-indent: 2em;
}

.kigyoArea2 .sectionInner .syazemidashi-s rt {
    font-size: 50%;
}

.kigyoArea2 .sectionInner .itemCol2 img {
    margin-top: 0rem;
    margin-bottom: 3rem;
    width: 25%;
}

@media screen and (min-width: 768px) {
.kigyoArea2 .sectionInner .commonmarumidashi {
    width: 300px;
}
    
.kigyoArea2 .sectionInner .syazemidashi-b {
    text-align: left;
    letter-spacing: 8px;
}

.kigyoArea2 .sectionInner .syazemidashi-s {
    text-align: left;
    line-height: 3rem;
}

.kigyoArea2 .sectionInner .itemCol2 img {
    margin-top: 5rem;
    margin-bottom: 0rem;
    width: 40%;
}

}


/*kigyoArea3*/
.kigyoArea3 .sectionInner .kaisyagaiyou {
    margin-top: 3rem;
    margin: auto;
}

.kigyoArea3 .sectionInner tr {
    font-size: 90%;
    border-bottom: solid 1px #000;
}

.kigyoArea3 .sectionInner tr:first-child {
    border-top: solid 1px #000;
}

.kigyoArea3 .sectionInner th {
    width: 30%;
    padding: .7rem .5rem; 
    line-height: 1.0em;
}

.kigyoArea3 .sectionInner .komoji {
    font-size: 80%;
}

.kigyoArea3 .sectionInner td {
    padding: .7rem 1rem .7rem 0; 
    line-height: 1.2rem;
    font-size: 80%;
}

.kigyoArea3 .sectionInner .map {
    margin-top: 3rem;
}

.kigyoArea3 .sectionInner .map iframe {
    width: 100%;
    height: 250px;
    margin-bottom: 1rem;
}

.kigyoArea3 .sectionInner .map .itemCol2 {
    padding: 1rem;
}

.kigyoArea3 .sectionInner .map .itemCol2 span {
    margin-left: 1em;
}

@media screen and (min-width: 768px) {
.kigyoArea3 .sectionInner tr {
    font-size: 110%;
    border-bottom: solid 1px #000;
}
    
.kigyoArea3 .sectionInner th {
    line-height: 1.5em;
}

.kigyoArea3 .sectionInner td {
    line-height: 1.5rem;
    font-size: 100%;
}

.kigyoArea3 .sectionInner .map iframe {
    height: 400px;
}
}

/*kigyoArea4*/
.kigyoArea4 .sectionInner .wakukakomi {
    padding: 1rem; 
    line-height: 1.5rem;
    border: solid 1px #000;
    font-size: 90%;
}


/*kigyoArea5*/
.kigyoArea5 .sectionInner .ningenryoku {
    color: #716f6f;
    padding-bottom: .5rem;
    font-size: 160%;
    border-bottom: solid 1px #716f6f;
	display: inline-block;
}

.kigyoArea5 .sectionInner .mitunokokoro,
.kigyoArea6 .sectionInner .mitunokokoro {
    margin: 5rem 0 2rem;
    font-size: 160%;
}

.kigyoArea5 .sectionInner .backnumber{
    position: relative;
    padding: 10rem;
}

.kigyoArea5 .sectionInner .suji{
    font-size: 1500%;
    color: #eae9e9;
}

.kigyoArea5 .sectionInner .backnumber .sodateruUP{
    position: absolute;
    width: 100%;
    text-align:left; 
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.kigyoArea5 .sectionInner .sodateruUP .title{
    text-align: center;
    color: #452476;
    font-size: 170%;
    margin-bottom: 1.5rem;
}

.kigyoArea5 .sectionInner .sodateruUP .commonhonbun{
    margin: 0 10%  .5rem 10%;
    color: #000;
    line-height: 1.5rem;
    text-indent : -1.5em;
    padding-left : 1.5em;
}

.kigyoArea5 .sectionInner .sodateruUP .commonhonbun span{
    color: #452476;
    font-size: 130%;
}

@media screen and (min-width: 768px) {
.kigyoArea5 .sectionInner .mitunokokoro,
.kigyoArea6 .sectionInner .mitunokokoro {
    margin: 7rem 0 3rem;
    font-size: 260%;
}
}

/*kigyoArea6*/
.kigyoArea6 img{
    padding: 2rem 35%;
}

.kigyoArea6 .sectionInner .commonhonbun{
    margin: 0 10%  .5em 10%;
    color: #000;
    line-height: 1.5rem;
    text-indent : -1.5em;
    padding-left : 1.5em;
}

.kigyoArea6 .sectionInner .commonhonbun span{
    color: #452476;
    font-size: 130%;
}

@media screen and (min-width: 768px) {
.kigyoArea6 img{
    padding: 2rem 20%;
}
}


/*kigyoArea7*/
.kigyoArea7 .sectionInner img.goals {
    margin-top: 4rem;
    width: 370px;
}

.kigyoArea7 .sectionInner img.mark {
    margin: 3rem 0;
    width: 270px;
}

.kigyoArea7 .sectionInner .jizokukanou {
    color: #716f6f;
    margin: 5rem 0 0;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding-bottom: .5rem;
    font-size: 160%;
    border-bottom: solid 1px #716f6f;
	display: inline-block;
}

.kigyoArea7 .sectionInner .markset {
    margin: 5rem 0 8rem;
}

.kigyoArea7 .sectionInner .sdgsmidashi {
    font-size: 160%;
    line-height: 1.3em;
    margin-bottom: 1rem;
    color: #452476;
}

.kigyoArea7 .sectionInner .commonmidashi {
    margin: 0;
}

.kigyoArea7 .sectionInner .commonhonbun {
    margin: 0;
}

.kigyoArea7 .sectionInner ol {
    text-align: left;
    margin: 0;
    padding: 0
}

.kigyoArea7 .sectionInner li {
    list-style: none;
    margin: 0.5rem 0;
    padding-left: 1.3em;
    text-indent: -1.3em;
}


/*======= overseas =======*/

/*overseasArea2*/
.overseasArea2 .flexContainer {
    margin-bottom: 4rem;
}

.overseasArea2 .itemCol2 {
    padding: 1rem;
}

.overseasArea2 .flag {
    width: 75%;
}

.overseasArea2 p.kunimei {
    font-size: 120%;
    margin: 0.5em 0;
}

.overseasArea2 p.honbun {
    line-height: 1.2em;
}

.overseasArea2 p.honbun span {
    font-size: 70%;
    line-height: 1em;
}

.overseasArea2 .hosoku {
    margin-top: 1rem;
    
}
.overseasArea2 .hosoku img {
    width: 48%;
}



/*overseasArea3*/
.overseasArea3 .itemCol3 img {
    width: 150px;
    margin-bottom: .5rem;
}

.overseasArea3 .itemCol3 figcaption {
   margin-bottom: 3rem;
}

.overseasArea3 .itemCol2 img {
   padding: 1rem;
}

/*overseasArea4*/
.overseasArea4 img {
	width: 100%;
}

/*overseasArea5*/
.overseasArea5 {
}

.overseasArea5 .flexContainer {
}

.overseasArea5 .flexContainer.photoandtxt .itemCol2.photo {
		width: 30%;
		width: calc(200px);
		margin-bottom: 0;
}

.overseasArea5 .flexContainer.photoandtxt .itemCol2.txt {
		width: 65%;
		width: calc(100% - 200px);
        padding-left: 2rem;
}

/*overseasArea6*/
.overseasArea6 .back_purple_txt {
    text-align: center;
    background: #e0d9e8;
    margin: .5rem 20%;
    padding: .5rem;
}

.overseasArea6 .scheduleset{
    margin-bottom: 8rem;
}

.overseasArea6 .scheduleset .commonhonbun {
    margin: 4rem 0 2rem;
}

.overseasArea6 .scheduleset img {
    width: 100%;
}

/*overseasArea7*/
.overseasArea7 {
    text-align: center;
    margin-bottom: 0rem;
}

.overseasArea7 img {
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
.overseasArea7 {
    margin-bottom: 8rem;
}
}


/*======= dougyo =======*/

/*dougyoArea2*/
.dougyoArea2 .itemCol2 {
    padding: 1rem;
}

/*dougyoArea2_2*/
.dougyoArea2_2 .kensaku {
    text-align: center;
    padding: 1rem;
    border-top: solid 1px firebrick;
    border-bottom: solid 1px firebrick;
    margin: 0 15%;
}

.dougyoArea2_2 .kensaku a {
    text-decoration: none;
    color: firebrick;
}

.dougyoArea2_2 .kensaku p {
    font-size: 130%;
}

@media screen and (min-width: 768px) {
.dougyoArea2_2 .kensaku {
    margin: 0 35%;
}
}


/*dougyoArea3*/
.dougyoArea3 .jissekiserumei img {
    margin-bottom: 5rem;
}

.dougyoArea3 .syohoujouhou_btn {
    padding: 0.5rem 1rem;
    background:  #e0d9e8;
    border: solid 1px #452476;
    margin-bottom: 5rem;
    display: inline-block;
    font-size: 110%;
    font-weight: bold;
}

.dougyoArea3_2 img {
    width: 100%;
}

/*dougyoArea4*/
.dougyoArea4 .commonmarumidashi,
.dougyoArea9 .commonmarumidashi,
.dougyoArea12 .commonmarumidashi {
    letter-spacing: 0;
    line-height: 1.2em;
    font-size: 80%;
}

@media screen and (min-width: 768px) {
.dougyoArea4 .commonmarumidashi,
.dougyoArea9 .commonmarumidashi,
.dougyoArea12 .commonmarumidashi {
    letter-spacing: 0;
    line-height: normal;
    font-size: 110%;

}
}

/*dougyoArea5*/
.dougyoArea5 .itemCol2 {
    padding: 0;
}

.dougyoArea5 p {
    text-align: justify;
    text-indent: -1.4em;
    margin-left: 1.4em
}

.dougyoArea5 .maru {
    color: #452476;
    font-size: 130%;
    letter-spacing: -14px;
}

.dougyoArea5 .kaku {
    color: #fff;
    vertical-align: text-bottom;
}

.dougyoArea5 .name {
    font-size: 100%;
    font-weight: bold;
}

.dougyoArea5 img.illu {
    width: 40%;
    padding: 0;
    margin: auto;
    display: block;
}

.dougyoArea5 img {
    width: 80%;
    margin: auto;
    padding: 0;
    display: block;
    text-align: center;
}

.dougyoArea5 .line {
    border-top: solid 1px #a895bc;
    margin: 3rem 0;
}

@media screen and (min-width: 768px) {
.dougyoArea5 .name {
    font-size: 130%;
}

.dougyoArea5 .itemCol2 {
    padding: 1.5rem;
}
    
.dougyoArea5 img.illu {
    width: 35%;
    padding: 1em;
    display: inline;
}

.dougyoArea5 img {
    width: 60%;
    padding: 1em;
    display: inline;
}

}


/*dougyoArea6*/
.dougyoArea6 img {
    width: 100%;
}

/*dougyoArea8*/
.dougyoArea8 .itemCol2 {
    padding: 1.5rem;
}

.dougyoArea8 .sectionInner .movielogo {
    width: 60px;
    margin: auto;
    margin-bottom: 2rem;
}

/*dougyoArea10*/

.dougyoArea10 .step {
    position: relative;
    margin: 50px 0;
    padding: 1rem;
    border: solid 1px #452476;
    border-radius: 25px;
    background-color: #fff;
}

.dougyoArea10 .step::before {
    content:"";
    margin: -30px;
    width: 60px;
    height: 60px;
    display: block;
    background: url("");
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
    #stepstart::before{background: url("./images/dougyo/dougyo-step-start.svg");}
    #step01::before{background: url("./images/dougyo/dougyo-step-01.svg");}
    #step02::before{background: url("./images/dougyo/dougyo-step-02.svg");}
    #step03::before{background: url("./images/dougyo/dougyo-step-03.svg");}
    #step04::before{background: url("./images/dougyo/dougyo-step-04.svg");}
    #step05::before{background: url("./images/dougyo/dougyo-step-05.svg");}
    #step06::before{background: url("./images/dougyo/dougyo-step-06.svg");}

.dougyoArea10 .step::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  width: 1px;
  height: 80px;
  margin: auto;
  background-color: #452476;
}

.dougyoArea10 .step .itemCol2 {
   padding: 0;
}

.dougyoArea10 .step .itemCol2 p {
   line-height: 1.5em;
}

.dougyoArea10 .step .itemCol2 span.iromaru {
    color: #a895bc;
}

.dougyoArea10 .step .itemCol2.photo img {
    width: 50%;
}

.dougyoArea10 .step .commonhonbun {
    margin-bottom: 1rem;
    font-size: 85%
}

.dougyoArea10 .stepmidashi {
    background:  #7B609A;
    padding: 0.5rem 0;
    margin: 1.5em 0 1em;
    border-radius: 10px;
    font-size: 90%;
    font-size: 90%;
    line-height: 1.3em;
    font-weight: bold;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
}

.dougyoArea10 .seisann .stepmidashi {
    margin: 1.5em 0em 1em;
    border-radius: 10px;
}

.dougyoArea10 .seisann img {
    width: 60%;
    
}

.dougyoArea10 .flexContainer.photoandtxt .itemCol2.txt {
		width: 100%;
		width: calc(100%);
		margin-bottom: 0;
}

.dougyoArea10 .flexContainer.photoandtxt .itemCol2.photo {
		width: 100%;
		width: calc(100%);
        padding: 0 1rem;
}

@media screen and (min-width: 768px) {
.dougyoArea10 .step {
    margin: 50px;
}

.dougyoArea10 .step::before {
    margin: -50px;
    width: 80px;
    height: 80px;
    }

.dougyoArea10 .step .itemCol2 {
   padding: 0 1rem;
}

.dougyoArea10 .step .itemCol2.photo img {
    width: 100%;
}
    
.dougyoArea10 .step .commonhonbun {
    margin-bottom: 1rem;
    font-size: 110%;
}

.dougyoArea10 .step .stepmidashi {
    margin: 1.5em 5em 1em;
    border-radius: 50px;
    font-size: 110%;
    letter-spacing: 5px;
}

.dougyoArea10 .seisann .stepmidashi {
    margin: 1.5em 9em 1em;
    border-radius: 20px;
}

.dougyoArea10 .seisann img {
    width: 30%;
    
}

.dougyoArea10 .flexContainer.photoandtxt .itemCol2.txt {
		width: 70%;
		width: calc(460px);
}

.dougyoArea10 .flexContainer.photoandtxt .itemCol2.photo {
		width: 25%;
		width: calc(100% - 460px);
        padding: 0 0 0 2rem;
}
    
}

/*dougyoArea11*/
.dougyoArea11 img {
    width: 100%;
}

/*dougyoArea12*/
.dougyoArea12 .itemCol2 {
    padding: 1rem;
}

.dougyoArea12 .itemCol2 img {
    margin-bottom: 1.5rem;
}



/*======= hinshitsu =======*/

/*hinshitsuArea2*/
.hinshitsuArea2 .sectionInner .itemCol2 {
    border: solid 1px #452476;
    padding: 2em;
    margin-left: 0em;
    border-radius: 25px;
}

.hinshitsuArea2 .sectionInner .itemCol2:last-child {
    margin-left: 0;
    margin-top: 4rem;
}

.hinshitsuArea2 .sectionInner img {
    width: 150px;
    margin-top: -100px
}

.hinshitsuArea2 .sectionInner .commonmidashi {
    margin: 0 0 0.5em;
    border-bottom: dashed 1px #452476;
    letter-spacing: 0;
}

.hinshitsuArea2 .sectionInner .commonhonbun {
    margin: 0 0 0.5em;
}

.hinshitsuArea2 .sectionInner .itemCol2 li {
    padding: 0.5rem 0;
}

.hinshitsuArea2 .sectionInner .itemCol2 li span {
    color: #a895bc;
}

.hinshitsuArea2 .sectionInner .itemCol2 ul {
    text-align: justify;
    text-indent: -1.3em;
    margin-left: 1.3em;
}

@media screen and (min-width: 768px) {
.hinshitsuArea2 .sectionInner .itemCol2 {
    margin-left: 0.5em;
}
    
.hinshitsuArea2 .sectionInner .itemCol2:last-child {
    margin-left: -.5em;
    margin-top: 0rem;
}
}

/*hinshitsuArea5*/
.hinshitsuArea5 .common_V_midashi {
    margin : 3rem 0 0;
}

.hinshitsuArea5 .commonhonbun {
    margin : .5em 0 ;
}

.hinshitsuArea5 li.futoji {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    color: #452476;
}

.hinshitsuArea5 li.list {
    list-style: circle;
    margin-left: 3em;
}

.hinshitsuArea5 .hyou {
    margin: 2em;
}

@media screen and (min-width: 768px) {
.hinshitsuArea5 .common_V_midashi {
    margin : 5em 20% 0;
}
    
.hinshitsuArea5 .hyou {
    margin: 5em;
}

}

/*hinshitsuArea6*/
.hinshitsuArea6 .sectionInner .commonmidashi {
    margin: 0 0 0.5em;
    letter-spacing: 0;
    color: #452476;
}

.hinshitsuArea6 .sectionInner .content_class .commonhonbun {
    margin: 0;
}

.hinshitsuArea6 .sectionInner .content_class .commonhonbun span {
    color: #a895bc;
}

/*タブで入れ替わる*/

.hinshitsuArea6 .sectionInner .tab_class {
  width: 100%;
  height: 30px;
  background-color: #a895bc;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: block;
  float: left;
  order: -1;
    border: solid 1px #fff;
    margin-bottom: 2.5em;
}

.hinshitsuArea6 .sectionInner .content_class .flexContainer {
    margin: 2em 0 ;
}
 
.hinshitsuArea6 .sectionInner .content_class .flexContainer .itemCol4 img {
    padding: 0.5em;
}
 
.hinshitsuArea6 .sectionInner .content_class {
  width: 100%;
    padding: 2em;
  border-left: 1px solid #a895bc;
  border-right: 1px solid #a895bc;
  border-bottom: 1px solid #a895bc;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
 
/*フレックスコンテナ-品質5用*/

.hinshitsuArea6 .sectionInner .content_class .flexContainer .itemCol4 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
}

.hinshitsuArea6 .sectionInner .content_class .flexContainer .itemCol4 {
	width: 50%;
}

.hinshitsuArea6 .sectionInner .content_class .flexContainer .itemCol4:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
.hinshitsuArea6 .sectionInner .content_class .flexContainer .itemCol4 {
		width: 25%;
		margin-bottom: 0;
	}
}

/*hinshitsuArea10*/
.hinshitsuArea10 {
}

.hinshitsuArea10 .sectionInner .syoukai {
    padding: .3rem;
    border: solid 3px #fff;
    background: #e0d9e8;
    font-size: 100%;
}

.hinshitsuArea10 .sectionInner .flexContainer {
    margin-bottom: 2rem;
}

.hinshitsuArea10 .sectionInner .seihinka {
    padding: 0 2rem;
    margin-bottom: 3rem;
}

.hinshitsuArea10 .sectionInner .seihinsetsumei {
    padding: 1rem;
    border: solid 1px #452476;
    border-radius: 20px;
    line-height: 2em;
    margin-bottom: 1rem;
}

.hinshitsuArea10 .sectionInner .seihinsetsumei td.midashi {
    width: 100px;
    border-right: dashed 1px #452476
}

.hinshitsuArea10 .sectionInner .seihinsetsumei td.setsumei {
    text-align: justify;
    padding-left: 2rem;
}

@media screen and (min-width: 768px) {
.hinshitsuArea10 .sectionInner .seihinsetsumei td.midashi {
    width: 200px;
}
    
.hinshitsuArea10 .sectionInner .syoukai {
    padding: 1rem;
    font-size: 120%;
}
}

/*hinshitsuArea11*/
.hinshitsuArea11 img {
 width: 100%;
}



/*======= recruit =======*/

/*recruitArea1*/
.recruitArea1 .commonmidashi {
    margin-bottom: 1.5rem;
    color: #452476;
}

/*recruitArea2*/
.recruitArea2 .flexContainer {
    margin: 5rem 0;
}

.recruitArea2 .itemCol2 {
    padding: 1rem;
}

/*recruitArea3*/
.recruitArea3 img{
 width: 100%;
}

    
/*recruitArea4*/
.recruitArea4{
    background-color: #e0d9e8;
}

.recruitArea4 .flexContainer {
    padding: 3rem 0;
}

.recruitArea4 .itemCol2 {
    padding: 1rem;
}


/*recruitArea5*/
.recruitArea5 .sectionInner .yajirushi{
    width: 40px;
    margin: 4rem 0 2rem;
}

@media screen and (min-width: 768px) {
.recruitArea5 .sectionInner .yajirushi{
    width: 70px;
    margin: 8rem 0 3rem;
}
}


/*======= contact =======*/

/*contactArea1*/
.contactArea1 {

}

.contactArea1 .sectionInner {
	padding: 0 0 4rem 0;
	line-height: 1.75em;
}

.contactArea1 .sectionInner .title {
	text-align: center;
    font-size: 150%;
	margin-bottom: 4rem;
    color: #A37E39;
}

.contactArea1 .sectionInner .intro {
	text-align: justify;
	margin-bottom: 3rem;
}

.contactArea1 .sectionInner .conf {
	margin-top: 3rem;
}

.contactArea1 .sectionInner .logo {
    max-width: 200px; 
    margin-bottom: 3em;
}

.contactArea1 .sectionInner a {
    margin-left: 1em;
    text-decoration: none;
    font-size: 80%;
    border: solid 1px;
    padding: 0.2em 0.5em;
    border-radius: 6px;
    background-color: #DCDDDD;
}

.inputField {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #000000;
}

.inputField > label {
	display: block;
	margin-bottom: 0.3em;
	font-weight: normal;
	text-align: left;

}

.inputField label span {
	display: inline-block;
	vertical-align: middle;
}

.inputField label .key {
	font-size: 0.8rem;
	margin-left: 0.1rem;
}

.inputField .inputBox p {
	display: inline;
	vertical-align: middle;
}

.inputField .inputBox input[type="text"],
.inputField .inputBox input[type="email"] {
	width: 100%;
	border: 1px solid #000000;
	padding: 0.2em 0.5em;
}

.inputField .inputBox input.small[type="text"] { width: 50%; }

.inputField .inputBox .radioWrap {
	display: inline-block;
	margin: 0 1rem;
}

.inputField .inputBox input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.inputField .inputBox .radioWrap label {
	display: inline-block;
	vertical-align: middle;
}

.inputField .textareaBox textarea {
	width: 100%;
	height: 15em;
	border: 1px solid #000000;
	color: #000000;
	padding: 0 0.5em;
}

ul.submit {
	text-align: center;
	list-style-type: none;
	font-size: 1.1rem;
	font-weight: normal;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

ul.submit li {
	position: relative;
	display: inline-block;
	margin: 0 3rem;
    border: solid 1px #000000;
    border-radius: 6px;
}

ul.submit li input[type="submit"] {

}

ul.submit li input[type="reset"] {

}

ul.submit li input {
	cursor: pointer;
	display: inline-block;
	border: 1px solid var(--main-color);
	padding: 0.25em 2em;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

ul.submit li input:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
.contactArea1 .sectionInner .intro {
	text-align: center;
	margin-bottom: 6rem;
}
}

@media screen and (min-width: 1040px) {
	.inputField {
		width: 800px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: -.4em;
	}

	.inputField label,
	.inputField .inputBox,
	.inputField .textareaBox {
		letter-spacing: normal;
	}

	.inputField > label {
		display: inline-block;
		width: 12em;
		vertical-align: middle;
		margin-bottom: 0;
		font-size: 1rem;
		text-align: left;
		padding-right: 1em;
	}

	.inputField.itemText > label {
		vertical-align: top;
	}

	.inputField .inputBox,
	.inputField .textareaBox {
		display: inline-block;
		width: 525px;
	}
}

.thanks {
	text-align: center;
	color: #ffffff;
}

.thanks .secInner .textBox {
	padding: 3rem 0;
}


/*contactArea2*/
.contactArea2 {
}

.contactArea2 .sectionInner .toiawase {
    font-size: 160%;
    color: #A37E39;
    margin-bottom: 5em;
}

.contactArea2 .sectionInner table {
    margin: auto;
}

.contactArea2 .sectionInner tr {
    border-bottom: solid 1px;
}

.contactArea2 .sectionInner th {
    border-bottom: solid 1px;
    padding: 2em 3em 2em 1em ;
}

.contactArea2 .sectionInner td {
    border-bottom: solid 1px;
    padding: 2em 3em 2em 1em ;
}

.contactArea2 .sectionInner a {
    font-size: 160%;
    text-decoration: none;
}


/*======= 特定商取引法に基づく表記 =======*/

/*hlegal-noticeArea1*/
.hlegal-noticeArea1 {
    
}

.hlegal-noticeArea1 .sectionInner p.title {
    font-size: 180%;
    margin-bottom: 1em;
}

.hlegal-noticeArea1 .sectionInner p {
    text-align: justify;
}

.hlegal-noticeArea1 .sectionInner .honbun span.komidashi {
    font-weight: bold;
    font-size: 130%;
    color: #452476;
}





/*======= ここからまだ =======*/


/* ==========================================================================
   ポップアップ
============================================================================= */
#colorbox {
	overflow: visible!important;
}

#cboxClose {
	z-index: 9998;
	position: absolute;
	top: -25px;
	right: -2.5%;
	display: block;
	width: 50px;
	height: 50px;
	background: none;
	background-color: #000000;
	border-radius: 25px;
}

#cboxClose:after {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	content: url(./images/common/closeBtn.svg);
	width: 20px;
	height: 20px;
	padding: 15px;
	text-indent: 0;
}

.popup {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background-color: #ffffff;
}


.popup.tokyo .popupDetail,
.popup.tokyo .popupDetail::before { background-color: #9AC749; }

.popup .popupDetail {
	position: relative;
	padding: 4rem 1rem 2rem 1rem;
}

.popup .popupDetail .photo {
	margin-bottom: 2rem;
}

.popup .popupDetail .photo img {
	/*border: 1px solid #000000;*/
}

.popup .popupDetail h3 {
	font-size: 140%;
	margin-bottom: 0.75em;
}

.popup .popupDetail p {
	text-align: left;
}

.popup .popupDetail .btnLine {
	text-align: center;
	margin: 5rem 0;
}

@media screen and (min-width: 768px) {
	.popup .popupDetail h3 { text-align: left; }
}







/* ==========================================================================
   WP 
============================================================================= */

/*======= single =======*/
.sec_single {
	margin-bottom: 10rem;
}

.sec_single .secInner {
	line-height: 2em;
	margin-left: 1rem;
	margin-right: 1rem;
}

.sec_single .secInner h1 {
	text-align: center;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid var(--main-color);
}

.sec_single .secInner .headDate {
	text-align: right;
}

.sec_single .secInner .contBox {
	margin: 3rem 0;
}

.sec_single .secInner .contBox h2 {
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
}

.sec_single .secInner .contBox h3 {
	font-size: 1.1rem;
	margin-bottom: 0.75rem;
}

.sec_single .secInner .contBox > img {
	margin: 1rem auto;
}

.sec_single .secInner .contBox p {
	margin: 1em 0;
}

.wp-block-image {
	margin: 1.75rem auto!important;
}

.sec_single .secInner .contBox figure {

}

.sec_single .secInner .contBox figure figcaption {
	text-align: center;
}

.wp-block-table {
	margin: 1.75em 0!important;
}

.sec_single .secInner .contBox table {
	width: 100%;
	border-collapse:separate;
	border-top: 1px solid #000000;
}

.sec_single .secInner .contBox table caption{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

.sec_single .secInner .contBox table tr th,
.sec_single .secInner .contBox table tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0.75em 0;
	border-bottom: 1px solid #000000;
}

.sec_single .secInner .contBox table tr th { width: auto; }
.sec_single .secInner .contBox table tr td { width: auto; }

.sec_single .secInner .contBox table p {
	margin-bottom: 1em;
}

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


}



.sec_single .pager,
.sec_single .pagerCategory {
	border-top: 1px solid #000000;
	padding: 2rem 0;
	margin-top: 7rem;
}

.sec_single .pagerCategory {
	margin-top: 4rem;
}

.sec_single .pager .flexContainer > div {
	width: 33.33333%;
	text-align: center;
}

.sec_single .pager .flexContainer .prev { text-align: left; }
.sec_single .pager .flexContainer .next { text-align: right; }

.cateList {
	font-size: 1.25rem;
}

.cateList li {
	margin-bottom: 1rem;
}

.cateList li span {

}

.cateList li span.date {
	width: 28%;
}

.cateList li span.title {
	width: 70%;
	margin-left: 2%;
}

@media screen and (min-width: 768px) {
	.cateList li span.date {
		width: 20%;
	}
	
	.cateList li span.title {
		width: 78%;
		margin-left: 2%;
	}
}

.cateList a:link{ color: var(--main-color); text-decoration: none; }
.cateList a:visited{ color: var(--main-color); text-decoration: none; }
.cateList a:active{ color: var(--main-color); text-decoration: none; }
.cateList a:hover { color: #666666; text-decoration: none; }


.taxonomyList {
	font-size: 1.25rem;
}

.taxonomyList li {
	/*display: inline-block;
	margin-right: 2rem;*/
	margin-bottom: 1.5rem;

}

.taxonomyList li a,
.taxonomyList li a span {
	display: inline-block;
	vertical-align: middle;
	/*padding: 0.3rem 1.25rem;
	border: 1px solid #452476;
	border-radius: 1em;*/
}

.taxonomyList li a span::before {
	display: inline-block;
	content: "●";
	color: #452476;
	font-size: 70%;
	vertical-align: middle;
	margin-right: 0.75em;
}

.taxonomyList a:link{ color: var(--main-color); text-decoration: none; }
.taxonomyList a:visited{ color: var(--main-color); text-decoration: none; }
.taxonomyList a:active{ color: var(--main-color); text-decoration: none; }
.taxonomyList a:hover { color: #666666; text-decoration: none; }

/*======= single product =======*/

.btnDl {

}

.btnDl a {
	display: inline-block;
}

.btnDl a img {
	padding: 1rem;
}



/*ページ送り*/
.pagination {
	font-size: 0.8rem;
	text-align: center;
	margin: 5rem 0;
}

.wp-pagenavi {

}

.wp-pagenavi .pages {
	padding: 0.5rem;
}

.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend,
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	background-color: #cccbcb;
	border-radius: 5px;
	box-sizing: content-box;
	text-align: center;
	line-height: 1.8rem;
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
}

.wp-pagenavi .extend {
	background-color: transparent;
}

.wp-pagenavi .current {
	color: #ffffff;
	background-color: #A895BC;
    border-color: #A895BC!important;
}


.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active { color: #ffffff; }
.wp-pagenavi a:hover {
	color: #ffffff;
	background-color: #452476;
}

@media screen and (min-width: 768px) {
	.pagination {
		font-size: 0.9rem;
		/*text-align: left;*/
	}

	.wp-pagenavi .first,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .extend,
	.wp-pagenavi .current,
	.wp-pagenavi .page,
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .last {
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
	}
}




/* ==========================================================================
   vkfs
============================================================================= */

.vkfs {
	margin-top: 5rem;

    font-size: .88rem;
    margin-bottom: var(--vk-margin-section-bottom,2em);
}


.vkfs__outer-wrap {
	padding-right: 1.5rem;
}

.vkfs button[type=submit] {
    width: auto!important;
    margin-top: 1em!important;
	padding: 0.3em 3em 0.3em 3.5em!important;

	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #452476;
	border-radius: 0.75em;
	cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

	letter-spacing: .5em;
    font-size: 14px;
}

.vkfs button[type=submit]:hover {
	color: #ffffff;
	background-color: #452476;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.vkfs input[type=checkbox], .vkfs input[type=radio] {
    position: absolute;
    left: 0;
    margin: 0 0.7rem 0 0;
    padding: 0;
    cursor: pointer;
    width: var(--vk-size-text);
    height: var(--vk-size-text);
    vertical-align: middle;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    text-align: center;
    border: none;
}

.vkfs input[type=checkbox]::before {
	top: 5px!important;

	display: block;
    position: absolute;
    content: "";
    width: calc(var(--vk-size-text) * 1.25);
    height: calc(var(--vk-size-text) * 1.25);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: unset;
}

.vkfs input[type=checkbox]::after {
    top: 30%!important;

	display: block;
    content: "";
    position: absolute;
    left: 35%;
    top: 10%;
    width: 7px;
    height: 12px;
    border-right: 3px solid #3582c4;
    border-bottom: 3px solid #3582c4;
    transform: rotate(45deg);
    opacity: 0;
}

@media screen and (min-width: 768px) {
	.vkfs input[type=checkbox], .vkfs input[type=radio] {
		margin: 0 0.4rem 0 0;
		top: 6px;
		width: calc(var(--vk-size-text) * 1);
		height: calc(var(--vk-size-text) * 1);
	}

	.vkfs input[type=checkbox]::before {
		width: calc(var(--vk-size-text) * 1);
		height: calc(var(--vk-size-text) * 1);
	}

	.vkfs input[type=checkbox]::after {
		top: 30%!important;

		left: 25%;
	}
}

.searchResultForm {
	margin-top: 5rem;
}

.searchResultForm hr {
	border-top: 1px solid #333333;
}

.searchResultForm .vkfs {
	margin-top: 4rem;

	margin-bottom: 4rem!important;
}

/* ==========================================================================
   ポップアップ
============================================================================= */
#colorbox {
	overflow: visible!important;
}

#cboxClose {
	z-index: 9998;
	position: absolute;
	top: -25px;
	right: -2.5%;
	display: block;
	width: 50px;
	height: 50px;
	background: none;
	background-color: #000000;
	border-radius: 25px;
}

#cboxClose:after {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	content: url(./images/common/closeBtn.svg);
	width: 20px;
	height: 20px;
	padding: 15px;
	text-indent: 0;
}

.popup {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background-color: #ffffff;
}


.popup.tokyo .popupDetail,
.popup.tokyo .popupDetail::before { background-color: #9AC749; }

.popup .popupDetail {
	position: relative;
	padding: 4rem 1rem 2rem 1rem;
}

.popup .popupDetail .photo {
	margin-bottom: 2rem;
}

.popup .popupDetail .photo img {
	/*border: 1px solid #000000;*/
}

.popup .popupDetail h3 {
	font-size: 140%;
	margin-bottom: 0.75em;
}

.popup .popupDetail p {
	text-align: left;
}

.popup .popupDetail .btnLine {
	text-align: center;
	margin: 5rem 0;
}

@media screen and (min-width: 768px) {
	.popup .popupDetail h3 { text-align: left; }
}
