@charset "utf-8";


/* 基本要素	---------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html{
	position: relative;
}
body {
	margin:0 0;
	width:100%;
	color: #000;
	position: relative;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-family: "Montserrat", 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	line-height: 1.75;
	text-align:justify;
	font-size: 87.5%;
	overflow-x:hidden;
	letter-spacing:0.1em;
}
body *{
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
}
ul {
	list-style: none;
}
ol{
	list-style: decimal;
}
li {
}

#main ul li{
	text-indent:-1em;
	margin-left:1em;
}
#main ul li:not(:last-child){
	margin-bottom:1em;
}
img {
	border: 0;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: top;
	line-height: 150%;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
p {
	line-break: strict;
	word-break: normal;
	margin:0;
}
main a img{
	transition: 0.6s ease;
}
main a:hover img{
	opacity:0.6;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

label {
	cursor: pointer;
}
.clfx:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clfx {
	min-height: 1px;
}
* html .clfx {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

main,header,footer,nav{
	display:block;
}
#skip {
	position: absolute;
	left: -9999em;
}
.mb50{
	margin-bottom:50px !important;
}
.mb60{
	margin-bottom:60px !important;
}
.mb70{
	margin-bottom:70px !important;
}
.mb80{
	margin-bottom:80px !important;
}
.mb90{
	margin-bottom:90px !important;
}
.mb100{
	margin-bottom:100px !important;
}
.bg-gray{
	background:#E6E6E6;
}
.red{
	color:#f00;
}
/* 基本レイアウト---------------- */
.wrapper {
	width:100%;
	max-width:1200px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	box-sizing:border-box;
}

main{
}
main.page {
}
main{
}

/*メディアクエリここから*/

@media(max-width:896px){
* .wrapper {
	width:100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing:border-box;
}
}
@print{
.wrapper {
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
}


.wrapper.w85{
	padding-left:75px;
	padding-right:75px;
}
.wrapper.w8{
	padding-left:100px;
	padding-right:100px;
}

.wrapper.w7{
	padding-left:150px;
	padding-right:150px;
}

.wrapper.w65{
	padding-left:175px;
	padding-right:175px;
}
.wrapper.w6{
	padding-left:200px;
	padding-right:200px;
}

@media(max-width:896px){
.wrapper,
.wrapper.w8,
.wrapper.w85,
.wrapper.w65,
.wrapper.w6,
.wrapper.w7{
	padding-left:15px;
	padding-right:15px;
}
}

#to_top{
	z-index:8888;
	position:fixed;
	right:50px;
	bottom:-50px;
}
#to_top a{
	display:block;
	transition:0.3s ease;
	opacity:0.5;
	width:90px;
	height:30px;
}
#to_top a:hover{
	opacity:1;
}

#loading {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
#loading-bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: relative;
}
#spiner{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.loaded {
	opacity: 0;
	visibility: hidden;
}
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: red;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ヘッダー---------------- */
header{
	position:relative;
}
#fixed-header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:998;
	background:rgba(255,255,255,0.7);
}

#fixed-header.active{
	position:fixed;
}
@media print{
	#fixed-header{position:absolute;}
}
header .wrapper{
	padding-left:40px;
	padding-right:40px;
	padding-top:30px;
	padding-bottom:0;
}
#header-top{
	display: flex;
	justify-content: space-between;
}
#header-logo{
}
#header-logo a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:0.875em;
	letter-spacing:0.05em;
}
#header-sns{
}
#header-sns .follow{
margin-bottom: 16px;
}
#header-sns .follow img{
height: 14px;
width: auto;
display: block;
}
#header-sns .link{
display: flex;
justify-content:space-around;
}
#header-sns .link img{
height: 26px;
width: auto;
display: block;
}
#header-logo img{
	width:auto;
	height:50px;
display: block;
}
#header-navi{
}
#header-navi {
	padding: 50px 20px 0;
}
#header-navi ul{
	display:flex;
	font-size:0.85em;
	font-weight:600;
}
#header-navi li{
	flex: 1;
	color:#000;
	cursor:pointer;
	padding:0 0;
}
#header-navi  li  a{
	display:block;
	text-align:center;
	color:#000;
	position:relative;
	transition:ease 0.3s;
	letter-spacing:0.25em;
	padding-left:0.25em;
}
#header-navi > ul >  li{
	border-left: 1px solid #9d8320;
}
#header-navi > ul >  li:last-child{
	border-right: 1px solid #9d8320;
}
#header-navi > ul >  li > a{
	padding-top: 20px;
	padding-bottom: 20px;
}

#header-navi li a:hover{
	color:#f00;
}

/* プルダウン 20220629更新*/
@media only screen and (min-width:896px){
	#header-navi .navi-child {
    display: block;
}

#header-navi .navi-child li {
    padding: 0;
}

#header-navi .navi-child li a {
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;
}

.navi-parent {
    position: relative;
}


#header-navi .navi-parent:nth-of-type(1) li a{
}

#header-navi .navi-child {
	display: block;
    position: absolute;
    height: 0;
    width: 100%;
    top: 100%;
	opacity:0;
}
#header-navi .navi-child.active {
	display: block;
    position: absolute;
    height: 6em;
    top: 100%;
	opacity:1;
	transition:.3s;
}

 #header-navi .navi-child li {
    padding: 0;
    position: absolute;
    width: 100%;
	top:0;
}
	
#fixed-header.active .navi-child li{
	background: rgb(255 255 255 / 80%);
}
	
#header-navi .navi-child > li:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:-1em;
}

#header-navi .navi-child.active li:first-of-type{
	top:0;
}

#header-navi .navi-child.active li:last-of-type{
	top:6em;
}

#header-navi .navi-child.active li:nth-of-type(2){
    top: 2em;
}
#header-navi .navi-child.active li:nth-of-type(3){
    top: 4em;
}
}
.sp-modal-window ul {
    max-width: 500px;
    margin: 0 auto;
}
.sp-modal-window.pc-modal-window ul {
    max-width: 100%;
    margin: 0 auto;
}
.sp-modal-window.pc-modal-window ul li {
    margin: 1%;
    width: 48%;
}
@media only screen and (max-width:896px){

header .wrapper{
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
}

#header-top{
margin-right: 60px;
}
#header-sns .follow{
margin-bottom: 8px;
}

#header-logo img{
	width:auto;
	height:40px;
display: block;
}
#header-navi > ul >  li{
	border-left: none;
}
#header-navi > ul >  li:last-child{
	border-right: none;
}
	.navi-parent {
    position: relative;
	}
	.navi-child.pc {
    display: none !important;
	}
	.navi-child{
	position:relative;
	}
.navi-child li {
    margin-top: -4em !important;
	opacity:0;
	overflow:hidden;
	position:absolute;
	transition: .3s;
}
.navi-child.open li {
    margin-top: 0 !important;
    opacity: 1;
    overflow: visible;
    transition: .3s;
}
.navi-parent > a {
    z-index: 100;
}

.business-modal.sp-modal-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - -30px);
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9999;
}
	
	.sp-modal-window .modal-close {
    z-index: 9999;
    position: absolute;
    top: -40px;
    right: 20px;
}
.sp-modal-window li {
        width: 46%;
    	margin: 1%;
}
.sp-modal-window li a {
    display: block;
}
	.sp-modal-window li a img{
		width:100%;
}
}
/* プルダウン 20220629更新 ここまで*/

/*メディアクエリここから*/
@media only screen and (max-width:896px){
#header-logo{
}
#header-navi{
	display:none;
	position:fixed;
	left:0;
	top:80px;
	height:calc(100vh - 80px);
	width:100%;
	transition:0.3s ease;
	background:rgba(255,255,255,0.85);
}
#header-navi .wrapper{
	width:100%;
	height:100vh;
	position:absolute;
	right:0;
	z-index:9990;
}
#header-navi ul{
	display:flex;
	flex-direction: column;
	background-image:url(../images/note-green-dot.svg),url(../images/note-green-dot.svg),url(../images/note-green.svg);
	background-size-x: 4px,4px,100%;
	background-size-y: 4px,4px,4px;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: top left,top right,top center;
	margin: 0 1em;
}
#header-navi li{
	flex: 1;
	position:relative;
	color:#000;
	border:none;
	padding:0;
	margin:0;
}
#header-navi li.button{
	background:none;
	margin-top:1em;
}
#header-navi  li.button  a{
	margin: 0 2em;
}
#header-navi  li  a{
	display:block;
	text-align:center;
	text-decoration: none;
	height:40px;
	line-height:40px;
	font-size:1.7em;
	color:#000;
	position:relative;
	transition:ease 0.3s;
}

#header-navi  li  a:hover{
}

}/*メディアクエリここまで*/

/* スマホボタン---------------- */

#sp-menu{
	display:none;
}
@media only screen and (max-width:896px){
	#sp-menu{
		display:block;
		position: fixed;
		top: 15px;
		right: 20px;
		cursor:pointer;
		border-radius:5px;
		
		background:#fff;
		z-index:9980;
	}
	#header-button{
		display:block;
		cursor:pointer;
		width:40px;
		height:40px;
		position:relative;
		background:#fff;
		left:0;
		border-radius:10px;
	}
	#sp-menu p{
		text-align:center;
		width:100%;
		font-size:10px;
		color:#000;
	}
	.hnbgmenu {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	.menu-line {
		top: 50%;
		top: calc(50% - 2px);
	}
	.menu-inner::after,
	.menu-inner::before {
		content: "";
	}
	.menu-line,
	.menu-inner::after,
	.menu-inner::before {
		position: absolute;
		display: block;
		width: 66%;
		left: 17%;
		height: 2px;
		transition: .15s ease-out;
		background-color: #000;
	}
	.menu-inner::after,
	.menu-inner::before {
		height: 3px;
	}
	.menu-inner::before {
		top: 25%;
		top: calc(25% - 3px);
	}
	.menu-inner::after {
		top: 75%;
		top: calc(75% - 3px);
	}
	.hnbgmenu.active .menu-line {
		width: 0;
		opacity: 0;
		transform: translateX(20px) rotate(90deg);
	}
	.hnbgmenu.active .menu-inner::before {
		transform: translateY(10px) translateX(0px) rotate(-135deg);
	}
	.hnbgmenu.active .menu-inner::after {
		transform: translateY(-10px) translateX(0px) rotate(135deg);
	}
}

/* フッター---------------- */
footer{
	background:#E1D9BB;
	color:#231815;
}

footer #footer-top .wrapper{
	display:flex;
	gap: 30px 6.5%;
	padding:25px 60px 15px;
}
footer #footer-address{
	margin-bottom:15px;
	font-size:0.85em;
	line-height:1.25;
	margin-right:30px;
}
footer #footer-address a{
	transition:  0.3s ease;
	color:#fff;
	text-decoration:none;
	margin-bottom:15px;
	display:block;
}
footer #footer-address img{
	vertical-align: baseline;
	height : 100px;
	width: auto;
}
footer #footer-address a svg *{
	transition:  0.3s ease;
}
footer #footer-address a:hover svg .b{
	fill:#f00;
}
footer #footer-address .address{
	margin-bottom:10px;
}
footer #footer-navi{
	margin-bottom:15px;
	display:flex;
	justify-content: center;
	flex: 1;
}
footer #footer-navi ul{
	flex: 1;
}
footer #footer-navi ul:not(:last-child){
	margin-right:1em;
}
footer #footer-navi ul li{
	text-indent:-1em;
	margin-left:1em;
    text-align: left;
	font-size:0.85em;
}
footer #footer-navi ul li a{
	color:#231815;
	text-decoration:none;
}
footer #footer-navi li a:before{
	content:"▶";
	color:#231815;
	transition:  0.3s ease;
}
footer #footer-navi li a:hover:before{
	color:#f00;
}
footer #footer-copy{
	text-align:center;
	margin-right:-0.1em;
	background:#E1D9BB;
	padding: 5px 0 15px;
	font-size:0.85em;
	display: none;
}

@media(max-width:1020px){

footer #footer-address img{
	display:block;
}
}
@media(max-width:896px){
footer #footer-top .wrapper{
	padding-left:0;
	padding-right:0;
}
}
@media(max-width:805px){

footer #footer-top .wrapper{
	display:block;
}
footer #footer-address {
	display:flex;
	margin-right:0;
}
footer #footer-address address{
	display:flex;
}
footer #footer-address *:not(img){
	margin-right:1em;
}
}

@media(max-width:690px){

footer #footer-address ,
footer #footer-address address {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer #footer-copy,
footer #footer-logo{
	margin-left:auto;
	margin-right:auto;
}
}
@media(max-width:580px){
footer #footer-navi{
	display:table;
	margin-left:auto;
	margin-right:auto;
	
}
}
/* トップページ---------------- */
#top-fv{
	position:relative;
	
}


#top-image{
	position:relative;
	padding-left: 33%;
}

.flexslider{
	border:none;
	overflow:hidden;
	margin-bottom:0;
}
.slides {
	overflow:hidden;
}
#top-image .slides li{
	text-indent: 0;
	margin-left:0;
	overflow:hidden;
}

#top-image .slides li:not(:last-child){
	margin-bottom:0;
}
.slides > div{
	overflow:hidden;
}
#top-image .slides img{
	opacity:1;
}
.flex-active-slide{
	animation: zoomout 3000ms ease 0s;
}
@keyframes zoomout {
  0% {
	opacity:0;
	transform: scale(1.15);
  }
  100% {
	opacity:1;
	transform: scale(1);
  }
}
#top-image .flex-control-nav{
	bottom: 10%;
	z-index: 2;
}
#top-image .flex-control-paging li a {
	width: 14px;
	height: 14px;
	background: rgba(255,255,255,0.5);
	transition:0.3s ease;
	position:relative;
}
#top-image .flex-control-paging li a.flex-active{
	background: rgba(255,255,255,0.5);
}
#top-image .flex-control-paging li a.flex-active:after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,1);
    border-radius: 20px;
}

#top-image .flex-control-paging li a:not(.flex-active):hover {
	background: rgba(255,255,255,1);
}
#top-image .to-main{
	position:absolute;
	bottom:3%;
	text-align:center;
	z-index: 2;
	left:50%;
	transform:translateX(-50%);
	transition:0.3s ease;
}
#top-image .to-main:hover{
	bottom:1.5%;
}
#top-image .to-main a{
	display:block;
	transition:0.3s ease;
}
#top-image .to-main a:hover{
    padding-top: 15px;
}
#top-image .to-main svg{
	height: 6%;
	width: auto;
	display: block;
}
#top-image .to-main a svg *{
	transition:0.3s ease;
}
#top-image .to-main a:hover svg .a{
	fill:#fff;
	opacity:1;
}
@media(max-width:896px){

#top-image{
padding: 0;
}
#top-image .to-main{
	transform:none;
	left:5%;
	bottom: 3%;
}
.flex-control-nav{
	bottom: 3%;
	z-index: 2;
}
}



/* インフォメーション---------------- */
#top-information{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#top-information .wrapper{
	height: 100%;
}
.top-information-inner{
	padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    width: 40%;
	height: 100%;
	overflow-y: scroll;
	scrollbar-width: none;
	
    position: relative;
    z-index: 99;
}


#information{
	margin-bottom:60px;
}
#information .wrapper{
	max-width: 920px;
}

#main .heading{
	margin-bottom:30px;
	position: relative;
}
#main .heading:after{
	content: "";
	display: block;
	width: 90px;
	height: 3px;
	border-radius: 1.5;
	background: #c9caca;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#main h1{
	font-size:1.875em;
	font-weight:900;
	text-align:center;
	line-height: 1.3;
	letter-spacing:0.2em;
	margin-right:-0.2em;
}
#main .heading h1:first-child{
	padding-top:50px;
}
#main h1+h1{
	font-size: 0.75em;
	font-weight:600;
	letter-spacing:0.2em;
	margin-right:-0.2em;
	padding: 15px 0;
}
#main h1+h1 span{
	position: relative;
}
#main h1+h1 span:before{
	content:"ー ";
}
#main h1+h1 span:after{
	content:" ー";
}
#main h2{
	font-size:1.7em;
	font-weight:900;
	text-align:center;
	line-height: 1.3;
	margin-bottom:35px;
}
#main h2+h2{
	font-size:1.14em;
	font-weight:600;
	letter-spacing:0.4em;
	margin-right:-0.4em;
	margin-top:-35px;
	margin-bottom:15px;
}
#tab-years{
	padding-bottom:35px;
}
#tab-years .wrapper{
	padding-left:140px;
	padding-right:140px;
}
#tab-years ul{
	display:flex;
}
#tab-years ul li{
	flex:1;
	text-indent: 0;
	margin-left: 0;
}
#tab-years ul li:not(:last-child){
	margin-bottom:0;
}
#tab-years ul li a{
	text-align:center;
	font-size:1.28em;
	display:block;
	background:#F2F2F2;
	color:#000;
	transition: 0.3s ease;
	text-decoration:none;
}
#tab-years ul li a:hover,
#tab-years ul li a.active{
	background:#BD1729;
	color:#fff;
}

@media(max-width:896px){

#tab-years .wrapper{
	padding-left:0;
	padding-right:0;
}
}
@media(max-width:640px){
#tab-years ul{
	flex-wrap:wrap;
	flex-start:flex;
}
#tab-years ul li{
	flex:50%;
}
#tab-years ul:after{
	flex:50%;
	content:"";
	display:block;
	height:0;
}
}




#information h2{
	color: #9d8320;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
	margin-bottom: 20px;
	font-size: 1.5em;
}
#information .post{
	font-size: 0.75em;
	font-weight: 400;
	line-height:1.2;
	padding: 1em 0;
}
#information .post:first-child{
}
#information .post{
	display:flex;
}
#information .post .date{
	font-size:1em;
	color:#9d8320;
	width:10em;
}
#information .post .category{
	font-size:1em;
	color:#FF0000;
	width:10em;
}
#information .post .text{
	width: 100%;
}
#information .post .title{
	display: flex;
	justify-content: space-between;
}
#information .post .title a{
	color:#000;
}
#information .post h3{
	font-weight: 400;
}
#information .post .arrow{
	width:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	
}
#information .post .arrow svg{
	cursor:pointer;
	transition:0.3s ease;
}
#information .post .arrow svg *{
	transition:0.3s ease;
}
#information .post .arrow svg:hover .a{
	fill:#f00;
}
#information .post .arrow.open svg{
	transform:rotate(180deg);
}
#information .post .excerpt{
	margin-top:10px;
	padding-right:50px;
	display:none;
}
.view-all{
	text-align: center;
	width:100%;
	margin-top:20px;
}
.view-all a{
	border-radius:1em;
	border: 1px solid #9d8320;
	color:#9d8320;
	text-decoration:none;
	transition:0.3s ease;
	text-align:center;
	padding:0.2em 1em;
	font-weight: 900;
}
.view-all a:hover{
	color:#9d8320;
}

@media(max-width:896px){
#top-information{
	position: relative;
	top: initial;
	left: initial;
	width: 100%;
	height: 100%;
}
#top-information .wrapper{
	height: 100%;
}
.top-information-inner{
	padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
	height: 100%;
	overflow-y: scroll;
	scrollbar-width: none;
}
}

@media(max-width:580px){
#information .wrapper{
	flex-wrap:wrap;
}

.post .text{
	margin-top:5px;
}
}




/* 製品---------------- */
#product-slide{
	margin: 70px auto 60px;
}
#product-slide .inner{
	padding: 0 60px;
}
.product-list .box{
	margin: 0 20px;
}
.product-list .box .image{
	width: 230px;
	text-align:center;
	margin-bottom: 15px;
}
.product-list .box a{
	color: #231815;
	text-decoration: none;
}
.product-list .box .intro{
	text-align:center;
	font-size: 0.85em;
	line-height: 1.1;
	margin-bottom: 5px;
}
.product-list .box .title{
	text-align:center;
	font-weight: 800;
	font-size: 1.15em;
	line-height: 1.1;
}
.product-list .slick-prev {
  content: "";
  color: #9d8447;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: initial;
  background: url(../images/arrow-left.png) no-repeat center center/contain;
}

.product-list .slick-prev:hover {
  background: url(../images/arrow-left.png) no-repeat center center/contain;
}
.product-list .slick-prev:before{
display: none;
}

.product-list .slick-next {
  content: "";
  color: #9d8447;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -40px;
  top: 50%;
  left: auto;
  transform: initial;
  background: url(../images/arrow-right.png) no-repeat center center/contain;
}
.product-list .slick-next:hover {
  background: url(../images/arrow-right.png) no-repeat center center/contain;
}

.product-list .slick-next:before{
display: none;
}

#product-information{
}


#product-information .info-list{
	margin : 40px 40px 50px;
	display: flex;
	gap: 20px;
}

#product-information .info-list .box{
	display: flex;
	flex-direction: column;
}

#product-information .info-list .box a{
	text-decoration: none;
	color: #231815;
}
#product-information .info-list .box img{
	width: 100%;
	aspect-ratio: 135 / 100 ;
}
#product-information .info-list .box .text .en{
	text-align:center;
	font-weight: 350;
	font-size: 1.55em;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	padding: 20px 0;
}

#product-information .info-list .box .text hr{
	content:"";
	display: block;
	border: none;
	border-bottom: 1px solid #9d8320;
}
#product-information .info-list .box .text .jp{
	text-align:center;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	padding: 20px 0;
}

@media(max-width:896px){

#product-information .info-list{
	margin : 40px 40px 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 5%;
}
#product-information .info-list .box{
	width: 47.5%;
}
}


#about-us{
}


#about-us .about-list{
	margin : 40px 0 50px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

#about-us .about-list .box{
	flex:calc(50% - 10px);
}

#about-us .about-list .box a{
	text-decoration: none;
	color: #231815;
	display: flex;
	flex-direction: row;
	gap:0 5%;
}
#about-us .about-list .box .image{
	width: 40%;
}
#about-us .about-list .box img{
	width: 100%;
	aspect-ratio: 100 / 100 ;
}
#about-us .about-list .box .text{
	width: 55%;
}
#about-us .about-list .box .text .en{
	text-align:center;
	font-weight: 350;
	font-size: 1.55em;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	padding: 60px 0 20px;
	width: 200px;
	margin: 0 auto 0 0;
	position: relative;
}
#about-us .about-list .box .text hr{
	content:"";
	display: block;
	border: none;
	border-bottom: 1px solid #9d8320;
}
#about-us .about-list .box .text .intro{
	text-align:center;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.75;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	padding: 20px 0;
	width: 200px;
	margin: 0 auto 0 0;
}

#about-us .about-list .box:nth-child(odd) .text{
	order: 1;
}
#about-us .about-list .box:nth-child(odd) .text .jp{
	margin: 0 0 0 auto;
}
#about-us .about-list .box:nth-child(odd) .text .en{
	margin: 0 0 0 auto;
}
#about-us .about-list .box:nth-child(odd) .text .intro{
	margin: 0 0 0 auto;
}
#about-us .about-list .box:nth-child(odd) .image{
	order: 2;
}


@media(max-width:896px){
#about-us .about-list{
	margin : 40px 40px 50px;
	display: flex;
	gap: 20px 5%;
	flex-wrap: wrap;
}

#about-us .about-list .box{
	flex:47.5%;
}

#about-us .about-list .box a{
	text-decoration: none;
	color: #231815;
	display: flex;
	flex-direction: column;
	gap:0;
}
#about-us .about-list .box .image{
	width: 100%;
}
#about-us .about-list .box img{
	width: 100%;
	aspect-ratio: 100 / 100 ;
}
#about-us .about-list .box .text{
	width: 100%;
}
#about-us .about-list .box .text .en{
	padding: 20px 0 20px;
	width: 200px;
	margin: auto;
	position: relative;
	font-weight: 350;
}
#about-us .about-list .box .text hr{
	content:"";
	display: block;
	border: none;
	border-bottom: 1px solid #9d8320;
}
#about-us .about-list .box .text .intro{
	padding: 20px 0;
	margin: auto;
}

#about-us .about-list .box:nth-child(odd) .text{
	order: 2;
}
#about-us .about-list .box:nth-child(odd) .text .jp{
	margin: auto;
}
#about-us .about-list .box:nth-child(odd) .text .en{
	margin: auto;
}
#about-us .about-list .box:nth-child(odd) .text .intro{
	margin: auto;
}
#about-us .about-list .box:nth-child(odd) .image{
	order: 1;
}

}

#access{
	margin-bottom: 40px;
}
#access .map{
	display: flex;
	margin: 0 100px;
	gap: 20px 5%;
}
#access .map .text{
	flex: 1;
	text-align: right;
	display: flex;
	align-items: end;
	justify-content: end;
	flex-direction: column;
	padding-bottom: 30px;
}
#access .map .text .tel,
#access .map .text .fax{
	color: #9d8447;
	line-height: 1.2;
	font-size: 1.4em;
	font-weight: 350;
}
#access .map .text .traffic{
	margin-bottom: 30px;
}
#access .map .text .traffic .train{
	display: flex;
	margin-bottom: 2px;
	gap: 5px;
}
#access .map .text .traffic .train .line{
	color: #fff;
	background: #898989;
	text-align: justify;
	text-align-last: justify;
	display: inline-block;
	width: 110px;
	padding: 0 5px;
}
#access .map .text .address{
	margin-bottom: 20px;
	font-size: 1.2em;
}
#access .map .gmap{
	flex: 1;
	aspect-ratio: 1/1;
	padding-bottom: 0;
	height: 100%;
}

@media(max-width:896px){
#access .map{
	display: flex;
	flex-direction: column;
	margin: 0 40px;
	gap: 20px 5%;
}
#access .map .gmap{
	order: 1;
}
#access .map .text{
	order: 2;
}
}

#contact-mail{
	margin-bottom: 40px;
}
#contact-mail .button{
	max-width: 550px;
	margin: auto;
}
#contact-mail .button a{
	text-align: center;
	display: block;
	text-decoraiton: none;
	border: 3px solid #9d8320;
	border-radius: 20px;
	padding: 15px 60px;
	color: #9d8320;
	font-weight: 800;
	font-size: 1.15em;
}
#contact-mail .button a span{
	padding:5px 0 5px 60px;
	background: url(../images/icon-mail.png) no-repeat left center /contain;
}


/* リクルート---------------- */
#recruit{
    text-align: center;
} 

.recruit-head{
    margin: 50px auto; 
    text-align: center;
    font-size: 0.92em;
}

.recruit-head p:first-child{
    font-size: 2.14em;
    letter-spacing: .1em;
    line-height: 1.25em;
	font-weight:900;
}

.recruit-head p{
    letter-spacing: .05em;
}
.recruit-head p:not(:last-child){
    margin-bottom:1em;
}



#require{
}

#require h3{
    border-bottom: 1px solid #A3A3A3;
    color:#fff;
    font-size: 1.45em;
    letter-spacing: 0.3em;
    padding-bottom:8px;
	margin-top:60px;
	margin-bottom:35px;
}

#require h3 span{
    background-color:  #A3A3A3;
    padding: 5px 15px;
}

.require-box{
    display: flex;
	margin-bottom:45px;
}
.require-box .text{
    width: 51%;
    margin-right: 60px;
	margin-bottom:40px;
}
.require-box .photo{
    width: 44%;
	margin-bottom:40px;
}


.require-box .text .section{
    font-size: 1.42em;
}
.require-box .text ul.requirement{
    margin-top: 6px;
}
.require-box .text ul.requirement:after{
	content:"";
    clear: both;
    display: block;
}


#main .require-box .text ul li{
    font-size: 0.85em;
    background: #A3A3A3;
    border-radius: 25px;
    margin-right: 5px;
    color: #fff;
    line-height: 2.1em;
    letter-spacing: 0.05em;
	padding: 0 0.95em 0 1em;
	float:left;
	margin-bottom:10px;
	text-indent:0;
	margin-left:0;
}

.require-box .text .discription {
    line-height: 1.5em;
    font-size: 1.1em;
}

@media(max-width:600px){

.require-box{
    flex-wrap:wrap;
}

.require-box .text{
    width: 100%;
    margin-right: 0px;
	order:2;
}
.require-box .photo{
    width: 100%;
	text-align:center;
	order:1;
}

}

#require table{
	border: 1px solid #CCCCCC;
	width:100%;
}

#require table tr *:first-child{
	border-bottom: 1px solid #CCCCCC;
	background:#F2F2F2;
	font-weight:500;
	font-size:0.85em;
	vertical-align:middle;
	text-align:center;
	padding:1em;
	width:8em;
}
#require table tr td{
	border-bottom: 1px solid #CCCCCC;
	font-size:0.85em;
	padding:1em;
	line-height:1.75;
}
#require .observation{
    background: #F2F2F2;
    margin-top: 35px;
    padding: 15px 50px;
	margin-bottom:65px;
}

#require .observation p:nth-of-type(1){
    font-weight: bold;
    margin-bottom: 5px;
}
#require .observation p:not(:nth-of-type(1)){
	font-size:0.85em;
}
#require .observation p:not(:last-child){
    margin-bottom: 10px;
}

@media(max-width:640px){
#require table tr > *:first-child,
#require table tr > td{
	display:block;
	width:100%;
	box-sizing:border-box;
}
#require .observation{
	padding:1em;
}
}


.alma-list{
    width: 100%;
    display: flex;
	margin-top:50px;
	margin-bottom:100px;
	justify-content:space-between;
}

.alma-list > div{
    width: 45%;
    display: flex;
	flex-direction:column;
	justify-content:space-between;
}
.alma-list ul{
    width: 100%;
    display: flex;
	flex-direction:column;
	justify-content:space-between;
	
	flex: 1;
}
.alma-list ul:not(:last-child){
	margin-bottom:1em;
}
#main .alma-list li{
	padding: 0 3px;
	line-height:1.75;
	text-indent:0;
	margin-left:0;
}
.alma-list ul li:first-child{
	background:#f00;
	color:#fff;
	font-size:1.14em;
	font-weight:600;
	margin-bottom:10px;
}
@media(max-width:640px){

.alma-list{
    flex-wrap:wrap;
}
.alma-list > div{
    width: 100%;
}
.alma-list ul{
	margin-bottom:1em;
}
}




#emplyee_voice{
	margin-bottom:80px;
}

.senpai-voice{
	margin: 115px auto 50px;
	display:flex;
	justify-content:space-between;
}

.senpai-voice .image{
	position:relative;
	width:43%;
}
.senpai-voice .image .voice{
	opacity:0;
	transition:1s cubic-bezier(0.77, 0, 0.175, 1);
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	font-weight:900;
	font-size:1.07em;
	background:#f00;
	white-space:nowrap;
	padding: 0.5em 2em;
}
.senpai-voice .image .voice:after{
	content:"";
	position:absolute;
	bottom:-30px;
	left:15px;
	width:0;
	height:0;
	border:12px  solid transparent;
	border-left:12px #000 solid;
	border-top:12px #000 solid;
}
.senpai-voice.active .image .voice,
.senpai-voice:hover .image .voice{
	opacity:1;
	transform:translateY(calc(-100% - 6px));
}
.senpai-voice .text{
	width:53.66%;
}
.senpai-voice .text *:nth-of-type(1){
	font-weight:600;
	font-size: 1.35em;
	margin-bottom:10px;
}

@media(max-width:640px){
.senpai-voice{
	flex-wrap:wrap;
}
.senpai-voice .image{
	width:75%;
	margin:0 auto 25px;
	text-align:center;
}
.senpai-voice .image img{
	width:100%;
}
.senpai-voice .text{
	width:100%;
}

.senpai-voice .image .voice{
	white-space:normal;
	text-align:left;
	padding: 0.5em 1em;
}
.senpai-voice .image .voice:after{
	border:12px  solid transparent;
	border-right:12px #000 solid;
	border-top:12px #000 solid;
}
}


#recruit_privacy{
	margin-bottom:150px;
}

#recruit_privacy .box{
	background: #F2F2F2;
	position: relative;
	padding:80px 50px 40px;
}


#recruit_privacy .box h2{
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform:translate(-50%, -50%);
    font-size: 1.5em;
    line-height: 1.25;
    padding: 1em;
	white-space:nowrap;;
}


#recruit_privacy .box p:nth-of-type(1){
    text-align:center;
	margin-bottom:35px;
}

#recruit_privacy .box h3{
	margin-top:25px;
	margin-bottom:5px;
	font-weight:600;
	letter-spacing:0;
	color: #000;
}

#recruit_privacy .box p{
	font-size:0.85em;
}
#recruit_privacy .box ol{
	list-style:none;
}
#recruit_privacy .box ol li{
	margin-left:1.5em;
	text-indent:-1.5em;
	font-size:0.85em;
}


.entry-btn{
	position: absolute;
	bottom: 0;
	left:50%;
	transform:translate(-50%, 50%);
}
.entry-btn a{
	color:#fff;
	padding: 0.5em 2em;
    background-color: #b3b3b3;
    font-size: 1.28em;
    font-weight: 900;
	text-decoration:none;
	transition:0.3s ease;
	white-space:nowrap;
}
.entry-btn a:hover{
    background-color: #f00;
}

@media(max-width:640px){

#recruit_privacy .box p:nth-of-type(1) br:nth-of-type(1),
#recruit_privacy .box p:nth-of-type(1) br:nth-of-type(2),
#recruit_privacy .box p:nth-of-type(1) br:nth-of-type(4){
    display:none;
}
#recruit_privacy .box p:nth-of-type(1){
    text-align:justify;;
}
#recruit_privacy .box h2{
	width:100%;
	white-space:normal;
}
#recruit_privacy .box{
	padding-left:1em;
	padding-right:1em;
}
}


/* 中途採用エントリー---------------- */

#entry-read{
	margin-top:-30px;
	padding-top:80px;
	padding-bottom:40px;
	text-align:center;
}
#entry-read h2{
	margin-bottom:30px;
}
#entry-read p{
	font-size:1.07em;
}
#entry-read p:not(:last-child){
	margin-bottom:1em;
}


#entry-form{
	margin-bottom:40px;
}
#entry-form .wrapper{
	padding-left:150px;
	display:flex;
	align-items:center;
}
#entry-form .row:nth-child(odd){
	background:#EEEEEF;
}
#entry-form .item{
	font-size:1.42em;
	width:12.5em;
	padding-top:20px;
	padding-bottom:20px;
}
#entry-form .required .item:after{
	content:"必須";
	font-size:0.85rem;
	margin-left:0.7rem;
	position:relative;
	bottom:0.1em;
	background:#f00;
	color:#fff;
	padding: 0 8px;
}
#entry-form .field{
	font-size:1.14rem;
	padding-top:15px;
	padding-bottom:15px;
	width:calc( 100% - 17.5em);
}
#entry-form .field span.rule.textarea{
	vertical-align:top;
}
#entry-form input[type="text"],
#entry-form input[type="tel"],
#entry-form input[type="email"],
#entry-form input[type="number"],
#entry-form textarea{
	border:none;
	margin:0;
	padding:5px 0 5px 10px;
	font-size:1.14rem;
	background:#CCCCCC;
	border:2px solid #CCCCCC;
	max-width:400px;
	width:100%;
	box-sizing:border-box;
	margin-right:10px;
	
	font-family: 'Noto Sans JP', sans-serif;

}

#entry-form input[type="tel"],
#entry-form input[type="number"]{
	max-width:150px;
}
#entry-form input[name="age"]{
	max-width:50px;
}
#entry-form .inputted input,#entry-form .inputted textarea,
#entry-form input:focus,#entry-form textarea:focus{
	background:#fff !important;
}

#entry-send{
	margin-top:40px;
	margin-bottom:60px;
	text-align:center;
}
#entry-send .checkbox{
	font-size:1.28em;
	margin-bottom:40px;
}

#entry-send input[type="submit"],
#entry-send input[type="button"]{
	margin:0 1em 20px;
	padding:5px 2em;
	font-size:1.07em;
	border:2px solid #000;
	transition:0.3s ease;
	cursor:pointer;
}
#entry-send input[type="submit"]:hover,
#entry-send input[type="button"]:hover{
	background:#f00;
	border-color:#f00;
	color:#fff;
}

#entry-send .checkbox label input[type="checkbox"]{
	position: absolute;
	opacity: 0;
	z-index:-9999;
}
#entry-send .checkbox label span{
	position:relative;
}
#entry-send .checkbox label span:before{
	content: "";
	border: 100%;
	border: 1px solid #231815;
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	top: -0.1em;
	margin-right: 1em;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: all 250ms ease;
}
#entry-send .checkbox label span:after{
	content: "";
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	transform:rotate(45deg);
	display: block;
	width: 0.25em;
	height: 0.5em;
	position: absolute;
	top: 0.375em;
	left: 0.3em;
	margin-right: 1em;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: all 250ms ease;
}
#entry-send .checkbox label input[type="checkbox"]:checked + span:after{
	border-color: #231815;
}
#entry-send .checkbox label input[type="hidden"] + span:after{
	border-color: #231815;
}
.span .ajax-loader{
	display:none;
}


@media(max-width:700px){

#entry-form .wrapper{
	padding-left:0;
	display:block;
}
#entry-form .item{
	padding-bottom:0;
}
#entry-form .field{
	width:100%;
}
#entry-form .field span.rule{
	display:inline-block;
}
}


#privacy-head{
	padding:10px 0 50px;
	text-align:center;
}
#privacy-head h2{
	font-size:2.14em;
}
#privacy-head p{
	font-size:1.07em;
}

#privacy-main{
	padding:30px 0 25px;
}
#privacy-main .wrapper{
	
}
#privacy-main li{
	font-size:1.07em;
}
#privacy-copy{
	padding:45px 0 135px;
}
#privacy-copy p{
	text-align:right;
}


#company-idea{
	padding:10px 0 50px;
}
#company-idea h2{
	font-size:2.14em;
	text-align:center;
}
#company-idea p{
	font-size:0.92em;
}


#company-data{
	padding:0px 0 80px;
}

#company-data table{
	width:100%;
}

#company-data table tr:nth-child(odd){
	background:#F2F2F2;
}

#company-data table tr:last-child{
	background:#F2F2F2;
}

#company-data table th{
	padding:1em 2em;
	font-weight:600;
	font-size:1.21em;
	width:6em;
}
#company-data table td{
	padding:1em 1em;
	font-weight:400;
	font-size:1.07em;
}

@media(max-width:700px){
#company-data table th{
	display:block;
	padding:1em 1em 0;
}
#company-data table td{
	display:block;
	padding:1em;
}
}

#company-map{
	padding:80px 0 80px;
}
.gmap{
	position:relative;
	width:100%;
	padding-bottom:42.9%;
}
.gmap iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

}

@media(max-width:896px){
.gmap{
	padding-top:100%;
}
}
#company-map p{
	font-size:1.28em;
	margin-top:10px;
}
#company-history{
	padding:80px 0 80px;
}

#company-history table{
	width:100%;
}

#company-history table tr:nth-child(odd){
	background:#F2F2F2;
}

#company-history table th{
	padding:1em 2em;
	font-weight:600;
	font-size:1.21em;
	width:6em;
}
#company-history table td{
	padding:1em 1em 1em 1em;
	font-weight:400;
	font-size:1.07em;
}
@media(max-width:700px){
#company-history table th{
	display:block;
	padding:1em 1em 0;
}
#company-history table td{
	display:block;
	padding:1em;
}
}


/* 中途採用エントリー---------------- */

#inquiry-read{
	margin-top:-30px;
	padding-top:80px;
	padding-bottom:40px;
	text-align:center;
}
#inquiry-read h2{
	margin-bottom:30px;
}
#inquiry-read p{
	font-size:1.07em;
}
#inquiry-read p:not(:last-child){
	margin-bottom:1em;
}


#inquiry-form{
	margin-bottom:40px;
}
#inquiry-form .wrapper{
	padding-left:150px;
	display:flex;
	align-items:center;
}
#inquiry-form .row:nth-child(odd){
	background:#EEEEEF;
}
#inquiry-form .item{
	font-size:1.42em;
	width:12.5em;
	padding-top:20px;
	padding-bottom:20px;
}
#inquiry-form .required .item:after{
	content:"必須";
	font-size:0.85rem;
	margin-left:0.7rem;
	position:relative;
	bottom:0.1em;
	background:#f00;
	color:#fff;
	padding: 0 8px;
}
#inquiry-form .field{
	font-size:1.14rem;
	padding-top:15px;
	padding-bottom:15px;
	width:calc( 100% - 17.5em);
}
#inquiry-form .field span.rule.textarea{
	vertical-align:top;
}
#inquiry-form input[type="text"],
#inquiry-form input[type="tel"],
#inquiry-form input[type="email"],
#inquiry-form input[type="number"],
#inquiry-form textarea{
	border:none;
	margin:0;
	padding:5px 0 5px 10px;
	font-size:1.14rem;
	background:#CCCCCC;
	border:2px solid #CCCCCC;
	max-width:400px;
	width:100%;
	box-sizing:border-box;
	margin-right:10px;
	
	font-family: 'Noto Sans JP', sans-serif;

}
#inquiry-form .radio label,
#inquiry-form .radio span.wpcf7-list-item{
	display:block;
}
#inquiry-form .radio label input[type="radio"]{
	position: absolute;
	opacity: 0;
	z-index:-9999;
}
#inquiry-form .radio label span{
	position:relative;
}
#inquiry-form .radio label span:before{
	content: "";
	border-radius: 100%;
	border: 1px solid #231815;
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	top: -0.1em;
	margin-right: 1em;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: all 250ms ease;
}
#inquiry-form .radio label span:after{
	content: "";
	border-radius: 100%;
	display: block;
	width: 0.8em;
	height: 0.8em;
	position: absolute;
	top: 0.375em;
	left: 0.14em;
	margin-right: 1em;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: all 250ms ease;
}
#inquiry-form .radio label input[type="radio"]:checked + span:after{
	background: #231815;
}
#inquiry-form .radio label input[type="hidden"] + span:after{
	background: #231815;
}


#inquiry-form input[type="tel"],
#inquiry-form input[type="number"]{
	max-width:150px;
}
#inquiry-form input[name="age"]{
	max-width:50px;
}
#inquiry-form .inputted input,#inquiry-form .inputted textarea,
#inquiry-form input:focus,#inquiry-form textarea:focus{
	background:#fff !important;
}

#inquiry-send{
	margin-top:40px;
	margin-bottom:60px;
	text-align:center;
}
#inquiry-send .checkbox{
	font-size:1.28em;
	margin-bottom:40px;
}

#inquiry-send input[type="submit"],
#inquiry-send input[type="button"]{
	margin:0 1em 20px;
	padding:5px 2em 5px 2em;
	font-size:1.07em;
	border:2px solid #000;
	transition:0.3s ease;
	cursor:pointer;
	color: #000;
	position:relative;
}

#inquiry-send input[type="submit"]:hover,
#inquiry-send input[type="button"]:hover{
	background:#f00;
	border-color:#f00;
	color:#fff;
}

#inquiry-send .checkbox label input[type="checkbox"]{
	position: absolute;
	opacity: 0;
	z-index:-9999;
}
#inquiry-send .checkbox label span{
	position:relative;
}
#inquiry-send .checkbox label span:before{
	content: "";
	border: 100%;
	border: 1px solid #231815;
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	top: -0.1em;
	margin-right: 1em;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: all 250ms ease;
}
#inquiry-send .checkbox label span:after{
	content: "";
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	transform:rotate(45deg);
	display: block;
	width: 0.25em;
	height: 0.5em;
	position: absolute;
	top: 0.375em;
	left: 0.3em;
	margin-right: 1em;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: all 250ms ease;
}
#inquiry-send .checkbox label input[type="checkbox"]:checked + span:after{
	border-color: #231815;
}
#inquiry-send .checkbox label input[type="hidden"] + span:after{
	border-color: #231815;
}


@media(max-width:700px){

#inquiry-form .wrapper{
	padding-left:0;
	display:block;
}
#inquiry-form .item{
	padding-bottom:0;
}
#inquiry-form .field{
	width:100%;
}
#inquiry-form .field span.rule{
	display:inline-block;
}
}

#blog p{
	margin-bottom:1em;
}

#business-read{
	text-align:center;
	margin-bottom:50px;
}
#business-read h2{
	font-size:2.14em;
	font-weight:900;
	line-height:1.2;
}
#business-menu{
	margin-bottom:80px;
}
#business-menu ul{
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #999;
	padding-left:50px;
	padding-right:50px;
}
#business-menu ul li{
	margin-left:0;
	text-indent:0;
	position:relative;
	bottom:-1px;
	border-bottom:1px solid #999;
	flex:1;
	text-align:center;
	transition:0.3s ease;
}
#business-menu ul li:not(:last-child){
	margin-bottom:0;
}
#business-menu ul li:hover{
	border-bottom:1px solid red;
}
#business-menu ul li svg{
	max-width:100%;
}
#business-menu ul li svg *{
	transition:0.3s ease;
}
#business-menu ul li:hover svg .a,
#business-menu ul li:hover svg .b{
	fill:red;
}

@media(max-width:700px){
#business-menu ul{
	padding-left:0px;
	padding-right:0px;
}
#business-menu ul li{
	padding-left:2.5px;
	padding-right:2.5px;
}
}


.business-section{
	margin-bottom:60px;
}
.business-section:last-child{
	margin-bottom:120px;
}
.business-head{
	padding-bottom:20px;
	text-align:center;
}
.business-head img{
	padding-bottom:20px;
}
.business-head h3{
	font-size:1.71em;
	font-weight:900;
	line-height:1.2;
}
.business-content{
}
.business-content{
	background:#F2F2F2;
	padding: 20px 0;
}
.business-content .box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.business-content .text{
	width:47.14%;
}
.business-content .image{
	width:47.71%;
	text-align:center;
}
.business-content img{
	height:auto;
	max-width:100%;
}
.business-content h4{
	font-size:1.35em;
	font-weight:600;
	line-height:1.5;
}
#printing .business-content h4{
	letter-spacing:0;
}
.business-content p{
	font-size:0.85em;
	font-weight:400;
	margin-bottom:1em;
}

.business-button{
	text-align:center;
}
.view-more{
	margin:0 1em 20px;
	padding:5px 2em 5px 2em;
	font-size:1.07em;
	font-weight:400;
	border:2px solid #000;
	transition:0.3s ease;
	cursor:pointer;
	color: #000;
	position:relative;
	background:#fff;
	text-decoration:none;
	display: inline-block;
}

.view-more:hover{
	background:#f00;
	border-color:#f00;
	color:#fff;
	text-decoration:none;
}

@media(max-width:720px){

.business-content .box{
	display:block;
}
.business-content .text{
	width:100%;
	margin-bottom:20px;
}
.business-content h4{
	text-align:center;
}
.business-content .image{
	width:100%;
}
}


.business-modal{
	position:fixed;
	top:80px;
	left:0;
	width:100%;
	height:calc(100vh - 80px);
	background:rgba(0,0,0,0.5);
	display:none;
	z-index:10;
}
.business-modal .wrapper{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-height:calc(100vh - 80px);
	max-width:460px;
}
#main .business-modal .modal-close{
	text-align:right;
	margin-bottom:10px;
	cursor:pointer;
}
.business-modal ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.business-modal ul:after{
	content:"";
	display:block;
    flex-grow:1;
	width:219px;
}
#main .business-modal ul li{
	text-indent:0;
	margin-left:0;
	margin-bottom:40px;
    flex-grow:1;
}
#main .business-modal ul li a{
	text-align:center;
	transition:0.5s ease;
	margin-right:0;
	margin-left:0;
	display:block;
}
#main .business-modal ul li a:hover{
	transform:scale(1.2);
	z-index:2;
}
#main .business-modal ul li a:hover img{
	opacity:1;
}
@media(max-width:480px){

.business-modal ul:after{
	width:47%;
}
#main .business-modal ul li{
	width:47%;
	margin-bottom:0px;
}
#main .business-modal ul li img{
	width:100%;
	height:auto;
}
}

#approach-read{
	text-align:center;
	margin-bottom:50px;
}
#approach-read{
	text-align:center;
	margin-bottom:50px;
}
#approach-read h2{
	font-size:2.14em;
	font-weight:900;
	line-height:1.2;
}

.cert-box{
	padding: 50px 0;
}
.cert-box:nth-child(even){
	background:#F2F2F2;
}
.cert-box:first-child{
	margin-top:25px;
}
.cert-box:last-child{
	margin-bottom:100px;
}

.cert-box .wrapper{
	display:flex;
	align-items:center;
}
.cert-box .logo{
	width:25.5%;
	margin-right:50px;
}
.cert-box .text{
	width:63.66%;
}
.cert-box .text h3{
	font-weight:600;
	font-size:1.57em;
	line-height:1.32;
	margin-bottom:10px;
}
.cert-box .text .view-more{
	margin:1em 0 0;
}
@media(max-width:480px){
.cert-box .wrapper{
	display:block;
}
.cert-box .logo{
	width:100%;
	text-align:center;
	margin-right:0px;
	margin-bottom:20px;
}
.cert-box .text{
	width:100%;
}
.cert-box .text h3{
	text-align:center;
}
.cert-box .view-btn{
	text-align:center;
}
}

#fsc-cert{
	text-align:center;
	padding-bottom:50px;
	border-bottom:1px solid #999999;
	margin-bottom:40px;
}
#fsc-cert .logo{
	text-align:center;
	margin-bottom:35px;
}
#fsc-cert p{
	font-weight:500;
	font-size:1.07em;
	line-height:1.8;
}
#fsc-about{
	text-align:center;
	padding-bottom:50px;
	border-bottom:1px solid #999999;
	margin-bottom:40px;
}
#fsc-about .image{
	margin-bottom:1em;
}
#fsc-about p + .image{
	margin-top:80px;
}
#fsc-about p{
	font-weight:400;
	font-size:1.5em;
	line-height:1.42;
	margin-bottom:1em;
	white-space:normal;
}
#coc-about{
	text-align:center;
	margin-bottom:100px;
}
#coc-about .image{
	margin-bottom:1em;
}
#coc-about p{
	font-weight:400;
	font-size:1.5em;
	line-height:1.42;
}
#coc-about p:not(:last-child){
	margin-bottom:1em;
}
@media(max-width:700px){
#fsc-about p{
	white-space:normal;
}
}



/*アプリ　　　　　　　　　　　　　*/
#main .app h2{
	font-size:1.28em;
	font-weight:900;
	margin-bottom:20px;
}
.ruby-img{
	vertical-align:sub;
}
.ruby-img img{
	height:1.6em;
}
#main .app h2.comment{
	margin-bottom:20px;
}
#main .app h2.comment > span{
	padding:0.5em 2.5em;
	background-image:url(../images/comment-before.svg),url(../images/comment-after.svg);
	background-repeat:no-repeat,no-repeat;
	background-size:22px 33px,22px 33px;
	background-position:left center,right center;
	display:inline-block;
}
#main .goose span.color{
	color:#00A0E9;
}
#main .creca span.color{
	color:#EA5514;
}
#main .cocoar span.color{
	color:#EB6EA5;
}
#main .actibook span.color{
	color:#81468C;
}
#main .lessar span.color{
	color:#009944;
}
#main .qlear span.color{
	color:#0E3189;
}
@media(max-width:640px){
#main .app h2.comment span{
	padding:0;
	background:none;
}
#main .app h2.comment{
	padding:0.5em 2.5em;
	background-image:url(../images/comment-before.svg),url(../images/comment-after.svg);
	background-repeat:no-repeat,no-repeat;
	background-size:contain,contain;
	background-position:left center,right center;
}
}
#main .app p{
	font-size:0.85em;
	text-align:center;
	font-weight:500;
	line-height:1.9em;
}
.app-heading{
	max-width: 930px;
    margin: 0 auto 30px;
}
.app-heading h1{
	display:flex;
	position:relative;
	align-items:center;
	justify-content:center;
}
.app-heading h1 .main{
	z-index:3;
	max-width:365px;
}
.app-heading h1 .sp{
	z-index:2;
}
.app-heading h1 .sp img{
	position:relative;
	left:-15px;
	bottom:-15px;
}

.app-heading h1 .sp.left img{
	position:relative;
	right:-15px;
	left:0;
	bottom:-15px;
}
@media(max-width:460px){
.app-heading h1 .sp img{
	bottom:-5px;
}
}
.app-line-text{
	background:#FFF100;
	overflow:hidden;
	max-width: 930px;
    margin: 0 auto;
}
.app-line-text .wrapper{
	display:flex;
	align-items:center;
	background:#FFF100;
	line-height: 1;

}
.app-line-text .wrapper > div:nth-child(1){
	flex:none;
	position:relative;
}
.app-line-text .wrapper > div:nth-child(1) img{
	height:50px;
	width:auto;
}
.app-line-text .wrapper > div:nth-child(1):before{
	content:"";
	height:100%;
	width:100vw;
	background:#666;
	position:absolute;
	top:0;
	left:-100vw;
}
.goose .app-line-text .wrapper > div:nth-child(1):before{
	background:#00A0E9;
}
.creca .app-line-text .wrapper > div:nth-child(1):before{
	background:#EA5514;
}
.cocoar2 .app-line-text .wrapper > div:nth-child(1):before{
	background:#EB6EA5;
}
.actibook .app-line-text .wrapper > div:nth-child(1):before{
	background:#81468C;
}
.lessar .app-line-text .wrapper > div:nth-child(1):before{
	background:#009944;
}

.qlear .app-line-text .wrapper > div:nth-child(1):before{
	background:#0E3189;
}

.app-line-text .wrapper > div:nth-child(2){
	display:flex;
	align-items:center;
}
.app-line-text .wrapper img{
	
	vertical-align: middle;
}

.app-line-text .wrapper > div:nth-child(2) div:nth-child(1){
	padding-right:0.3em;
}

.qlear-h02 img {
    max-height: 22px;
    margin: -2% 0 0 -5.5%;
}

@media(max-width:896px){

.app-line-text{
	margin-top: -10px;
}
.app-line-text .wrapper{
}
.app-line-text .wrapper > div:nth-child(2){
	flex-wrap:wrap;
}

.app-line-text .wrapper > div:nth-child(2) div:nth-child(1) img{
	vertical-align: bottom;
}
.app-line-text .wrapper > div:nth-child(2) div:nth-child(2) img{
	vertical-align: top;
}
	
.qlear-h02 img {
    max-height: 22px;
    margin: 0;
}

}

@media(max-width:460px){

.app-line-text .wrapper > div:nth-child(1) img{
	height:30px;
	width:auto;
}
}


.app-description{
	padding:25px 0 20px;
}
.app-description .wrapper{
	display:flex;
	align-items:start;
	justify-content:space-between;
	align-items:center;
}
.qlear .app-description .wrapper{
	display:block;
	align-items:start;
	justify-content:space-between;
	align-items:center;
}

.app-description .logo{
	width:150px;
	text-align:center;
}
.goose .app-description .logo{
	width:190px;
	text-align:center;
}
.cocoar2 .app-description .logo{
	width:190px;
	text-align:center;
}



@media(max-width:640px){

.app-description .wrapper{
	flex-direction:column;
}
.app-description .text{
	order:2;
	margin: 0 auto 20px;
}
.app-description .logo{
	order:1;
	width:250px;
	margin: 0 auto 20px;
}
}
.yellow-border{
	height:25px;
	background:url(../images/yellow-border.svg) repeat-x center center;
	background-size:contain;
	max-width: 930px;
    margin: auto;
}

.app-step{
	padding:25px 0 40px;
}
.app-step h2{
	position:relative;
}
.app-step h2 .text{
	position:absolute;
	top:10%;
	width:100%;
}
.app-step h3{
	font-size:1.1em;
	font-weight:600;
	margin-bottom:10px;
}
#main .app-step p{
	font-size:0.64em;
	font-weight:600;
}
.app-step .step-wrap{
	display:flex;
	justify-content:space-around;
}
.app-step .step-box{
	text-align:center;
	position:relative;;
	flex:1;
}
.app-step .step-box .step{
	margin-bottom:10px;
	position:relative;
}
.app-step .step-box .image{
	margin-bottom:15px;
	position:relative;
}
.app-step .step-box:not(:last-child) .image:after{
	content:"";
	display:block;
	width:100%;
	height:10px;
	position:absolute;
	top:50%;
	right:0;
	transform:translate(50% , -50%);
	background:url(../images/step-after.svg) no-repeat center center;
	background-size:contain;
}
@media(max-width:640px){
.app-step h2 .text{
	position:relative;;
	top:0%;
}
.app-step .step-wrap{
	flex-direction:column;
}
.app-step .step-box .image img{
	width:50%;
	max-width:250px;
}
.app-step .step-box .step img{
	width:30%;
	max-width:250px;
}
.app-step .step-box:not(:last-child){
	margin-bottom:60px;

}
.app-step .step-box:not(:last-child):after{
	content:"";
	display:block;
	width:10px;
	height:40px;
	position:absolute;
	bottom:-50px;
	left:50%;
	transform:translateX(-50%);
	background:url(../images/step-after2.svg) no-repeat center center;
	background-size:contain;
}
.app-step .step-box:not(:last-child) .image:after{
	display:none;
}
}


.app-function{
	padding:40px 0 25px;
}
.app-function h2+p{
	margin-bottom:30px;
}
.app-function .function-wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.app-function .function-wrap .box{
	width:48%;
	display:flex;
	align-items:center;
	padding:20px;
	box-sizing:border-box;
	background:#FFF100;
	border-radius:12px;
	margin-bottom:20px;
}
.app-function .function-wrap .box .icon{
	width:55px;
	margin-right:25px;
}
.app-function .function-wrap .box .text h3{	
	font-size:1em;
	font-weight:900;
	text-align:center;
}
.app-function .function-wrap .box .text h3{
	margin-bottom:5px;
}
.goose .app-function .function-wrap .box .text h3{
	color:#00A0E9;
}
.creca .app-function .function-wrap .box .text h3{
	color:#EA5514;
}
.cocoar2 .app-function .function-wrap .box .text h3{
	color:#EB6EA5;
}
.actibook .app-function .function-wrap .box .text h3{
	color:#81468C;
}
.lessar .app-function .function-wrap .box .text h3{
	color:#00944;
}
.qlear .app-function .function-wrap .box .text h3{
	color:#0E3189;
}
#main .app-function .function-wrap .box .text p{	
	font-size:0.64em;
	font-weight:500;
	letter-spacing:0;
}

@media(max-width:640px){
.app-function .function-wrap .box{
	width:100%;
	max-width:340px;
	margin-right:auto;
	margin-left:auto;
}
}

.app-more{
	padding:40px 0 60px;
}
.app-more h2+p{
	margin-bottom:35px;
}
.app-more .table{
	border-radius:20px;
	overflow:hidden;
	border:2px solid #00A0E9;
}
.app-more .table table{
	color:#00A0E9;
	width:100%;
}
.app-more .table table *{
	box-sizing:border-box;
}
.app-more .table thead{
	font-size:1em;
	font-weight:900;
}
.app-more .table tbody{
	font-size:0.75em;
	font-weight:500;
}
.app-more .table thead th{
	color:#fff;
	background:#00A0E9;
	text-align:center;
	vertical-align:middle;
	padding:0.25em;
}
.app-more .table thead th:not(:last-child){
	border-right:2px solid #fff;
}
.app-more .table tbody tr:not(:last-child) th,
.app-more .table tbody tr:not(:last-child) td{
	border-bottom:2px solid #00A0E9;
}
.app-more .table tbody th:not(:last-child),
.app-more .table tbody td:not(:last-child){
	border-right:2px solid #00A0E9;
}
.app-more .table tbody tr.yesno td{
	font-size:1.5em;
}
.app-more .table tbody th{
	background:#FFF100;
	text-align:center;
	vertical-align:middle;
	padding:1em;
}
.app-more .table tbody td{
	text-align:center;
	vertical-align:middle;
	padding:1em;
}
.app-more .table tbody li{
	margin-right:1em;
	text-indent:-1em;
	text-align:left;
	letter-spacing:0;
}
.app-more .table tbody li:before{
	content:"●";
}

@media(max-width:640px){

.app-more .table tr{
	display:flex;
	flex-wrap:wrap;
}
.app-more .table thead th:first-child{
	display:none;
}
.app-more .table thead th{
	width:50%;
}
.app-more .table tbody th{
	width:100%;
}
.app-more .table tbody td{
	width:50%;
}
.app-more .table tbody tr th{
	border-right:none !important;
	border-bottom:2px solid #00A0E9;
}
}

/*---video----*/
.play-box {

}

#play {
	position: relative;
    width: 100%;
    text-align: center;
    max-width: 930px;
    margin: 3% auto;
	display:block;
}
video {
    width: 100%;
}

.play_btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 72px;
    height: 72px;
	cursor:pointer;
}
.play_btn img{
	width:100% !important;
}
.play_btn.off{
    opacity: 0;
    transition: .3s;
}

div#play img {
    width: 5%;
    max-width: 72px;
    min-width: 50px;
    cursor: pointer;
}

@media (max-width: 896px){

}


@media(max-width:640px){

}

/* アイトラッキング　20220630記述 */
.eye-tracking{
    margin-bottom:5%;
}
.eye-tracking .app-heading h1 .main {
    width: 100%;
    max-width: 100%;
}
.eye-tracking-description {
    display: flex;
    max-width: 930px;
    margin: 0 auto;
    justify-content: space-between;
}
.eye-tracking-heading {
    font-size: 1.3em;
    border-bottom: 1px solid;
    padding: 0 0 1.5% 12.4%;
}
.eye-tracking-heading strong {
    font-size: 1.3em;
    letter-spacing: 2.8px;
}
.eye-tracking-text-area {
    width: 61%;
    margin: 8.3% 4% 0 0;
}
.eye-tracking-text {
    width: 81%;
    font-size: .94em;
    margin: 5.8% auto 0 12%;
    letter-spacing: 0.6px;
    line-height: 1.76;
}
.eye-tracking-text span {
    display: block;
    font-size: 1.1em;
    letter-spacing: 1.5px;
    margin: 0 0 2.4% 0;
    font-weight: bold;
}
.eye-tracking-image {
    width: 43.1%;
    margin: 6.1% 2% 0 0;
}

.eye-tracking-possible{
    max-width: 930px;
    margin: 0 auto;
}

.eye-tracking-possible .eye-tracking-heading {
    width: 53%;
    padding: 0.7% 0 1.2% 7.3%;
	box-sizing:border-box;
}
.eye-tracking-heading img {
    width: 67.6%;
    vertical-align: text-top;
    margin: 0 2% 0 0;
}

.eye-tracking-possible-inner {
    display: flex;
    width: 84.5%;
    margin: 5.5% auto 0;
    justify-content: space-between;
}

.eye-tracking-possible-block {
    display: block;
    width: 26.8%;
}
.possible-heading {
    font-size: 1.18em;
    text-align: center;
    color: #7D7D7D;
    font-weight: bold;
    width: 100%;
}

.possible-icon {
    position: relative;
    padding: 2em 2em;
    text-align: center;
    margin: 8% 0 0;
  }

  .possible-icon:before,
  .possible-icon:after {
    position: absolute;
    content: '';
  }

  .possible-icon:after {
    left: 0;
    bottom: 0;
    width: 67px;
    height: 67px;
    border-left: 5px solid #E6E6E6;
    border-bottom: 5px solid #E6E6E6;
  }

  .possible-icon:before {
    top: 0;
    right: 0;
    width: 67px;
    height: 67px;
    border-top: 5px solid #E6E6E6;
    border-right: 5px solid #E6E6E6;
  }

.possible-text {
    font-size: .8em;
    margin: 10.9% 0 0;
    width: 100%;
    line-height: 1.7;
    letter-spacing: -0.05em;
}

.eye-tracking-price {
    max-width: 930px;
    margin: 5.1% auto 0;
}

.eye-tracking-price .eye-tracking-heading {
    width: 53%;
    padding: 0.5% 0 1.2% 7.3%
}
.eye-tracking-heading img {
    width: 67.6%;
    vertical-align: text-top;
    margin: 0 2% 0 0;
}

.eye-tracking-price-block {
    position: relative;
    width: 86%;
    margin: 4.8% 0 0 6%;
    padding: 0 0 3% 0;
}

.eye-tracking-price-heading {
    margin: 0 0;
    padding: 0 0 0 1.1%;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 2.3px;
}

.eye-tracking-price-block:before,
.eye-tracking-price-block:after {
  position: absolute;
  content: '';
}

.eye-tracking-price-block:after {
  left: 0;
  bottom: 0;
  width: 67px;
  height: 67px;
  border-left: 5px solid #E6E6E6;
  border-bottom: 5px solid #E6E6E6;
}

.eye-tracking-price-block:before {
  top: 3.5%;
  right: 0;
  width: 67px;
  height: 67px;
  border-top: 5px solid #E6E6E6;
  border-right: 5px solid #E6E6E6;
}

.price-box {
    display: flex;
    padding: 3.8% 2.7em;
    justify-content: space-between;
}

.price-text-title {
    font-size: 1.4em;
    padding: 1.3% 0 0.5% 5%;
    border-bottom: 1px solid #000;
    letter-spacing: 2.3px;
    color: #00A0E9;
    font-weight: 700;
}

.price-text-en {
    color: #727171;
    font-size: .8em;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.7px;
    padding: 1.7% 0;
}

.price-text {
    width: 49%;
}

.price-image {
    width: 39.2%;
}

.price-image img{
    width: 100%;
}

.price-text-kome {
    font-size: 0.75em;
    letter-spacing: 0.6px;
    margin: 0.5% 0 0 0.9%;
}

.price-box01 .price-text-kakaku {
    margin: 1% 0 0 6%;
}

.price-detail {
    width: 87.7%;
    margin: 1.6% auto 0;
}
.price-detail-title {
    font-size: .8em;
    border: 1px solid;
    display: inherit;
    border-radius: 10px;
    padding: 0 2%;
}

.price-detail-box {
    width: 47.4%;
    display: inline-block;
    vertical-align: top;
}

.price-detail-text {
    font-size: .8em;
    margin: 1.8% 0 0;
    line-height: 1.4;
}

.contanct-btn-text {
    position: relative;
  }
  .contanct-btn-text::after {
    content: '';
    position: absolute;
    width: 376px;
    height: 9px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    left: 0;
    bottom: 10px;
  }
.contanct-btn-btn {
    width: 36.1%;
    margin: 0 7.4% 0 0;
}
  .contanct-btn-area {
    margin: 11% 0 7.1%;
    display: flex;
    justify-content: space-between;
}
.contanct-btn-text {
    position: relative;
    font-size: .9em;
    padding: 0 0 0 14.3%;
    letter-spacing: 2px;
}
.price-box.price-box02 {
    padding-top: 2%;
    padding-bottom: 2.6%;
}
.price-box02 .price-text-title {
    letter-spacing: 9px;
    text-align: center;
    padding-left: 13%;
}
.price-box02 .price-text {
    padding: 2.8% 0 0;
    width: 53%;
}
.price-box02 .price-text-en {
    letter-spacing: 5.4px;
    padding: 1.7% 0 0 8%;
}
.price-box02 .price-text-kakaku {
    margin: 5% 0 0 3%;
    width: 90%;
}
.price-box02 .price-text-kome {
    margin: 3% 0 0;
}
.price-box02 .price-image {
    width: 45%;
}
.price-image-detail {
    font-size: .8em;
    margin: 10% 0 0 0;
    line-height: 1.5;
    letter-spacing: 1.9px;
    text-indent: -1em;
}
/* メディアクエリ */ 
@media(max-width:600px){
    .eye-tracking-description {
        display: block;
    }
    .eye-tracking-text-area {
        width: 100%;
    }
    .eye-tracking-image {
        width: 63%;
        margin: 3% auto 0;
    }
    .eye-tracking-possible .eye-tracking-heading {
        width: 100%;
        padding: 0 0 0 7.3%;
    }
    .eye-tracking-heading img {
        width: 44.3%;
        vertical-align: text-top;
        margin: 0 2% 0 0;
    }
    .eye-tracking-possible {
        margin: 10% auto 0;
    }
    .eye-tracking-possible-inner {
        display: block;
    }
.eye-tracking-possible-block {
    display: block;
    width: 80%;
    margin: 0 auto 5%;
}
	.possible-icon {
    position: relative;
    padding: 2em 2em;
    text-align: center;
    margin: 8% auto 0;
    width: 50%;
}
    .eye-tracking-price {
        margin: 10% auto 0;
    }
    .eye-tracking-price-block {
        position: relative;
        width: 95%;
        margin: 5% auto;
        padding: 3% 0 3% 0;
    }
    .eye-tracking-price-block:before {
        top: 0;
        right: 0;
    }
    .eye-tracking-price-heading {
    margin: 0 auto 0;
    padding: 4% 0 0;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 2.3px;
    text-align: center;
    width: 80%;
    }
    .price-box {
        display: block;
        padding: 3.8% 1.7em;
    }
    .price-text {
        text-align: center;
        width: 100%;
    }
    .price-box01 .price-text-kakaku {
        width: 67.1%;
        margin: 2% auto 0;
    }
    .price-image {
        width: 80%;
        margin: 4% auto 0;
    }
    .price-detail-box {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .price-detail-box {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 2% 0;
    }
    .contanct-btn-area {
        margin: 11% 0 7.1%;
        display: block;
    }
    .contanct-btn-text {
        position: relative;
        font-size: 1em;
        padding: 1% 0;
        letter-spacing: 2px;
        text-align: center;
        border-bottom: 1px solid;
    }
    .contanct-btn-text::after {
        content: '';
        position: static;
		border: 0;
    }
    .contanct-btn-btn {
        width: 60%;
        margin: 4% auto;
        display: block;
    }
    .contanct-btn-btn img {
        width: 100%;
    }
    .price-box02 .price-text {
        padding: 2.8% 0 0;
        width: 100%;
    }
    .price-box02 .price-text-title {
        letter-spacing: 9px;
        text-align: center;
        padding-left: 0;
    }
    .price-box02 .price-text-en {
        letter-spacing: 5.4px;
        padding: 0;
    }
    .price-box02 .price-text-kakaku {
        margin: 5% auto;
        width: 84%;
    }
    .price-box02 .price-image {
        width: 80%;
    }
	.eye-tracking-price .eye-tracking-heading {
    width: 100%;
    padding: 0.5% 0 1.2% 7.3%;
	box-sizing: border-box;
}
}

/* ATETE 20220701記述 */
.atete .app-heading {
    background-color: #e60012;
    margin-bottom: 30px;
}
.atete .app-heading h1 .main {
    width: 100%;
    max-width: 100%;
}
.atete .main img{
    width: 100%;
}

#main .atete .kome {
    font-size: 0.7em;
    margin: 3% 0 2%;
}

.atete .app-line-text .wrapper > div:nth-child(1):before {
    content: "";
    height: 100%;
    width: 100vw;
    background: #e60012;
    position: absolute;
    top: 0;
    left: -100vw;
}

.atete .app-line-text .wrapper img {
    vertical-align: middle;
    height: 21px;
}

.atete .app-description .wrapper {
    align-items: center;
    display: block;
}
.text.kuzi {
    letter-spacing: 0.4em;
    font-size: 1em;
}
.kuzi-lineup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 690px;
    margin: 6% auto 0;
}

.kuzi-lineup .image {
    width: 14.1%;
}

.kuzi-lineup .image img {
    width: 100%;
}

.atete-contact {
    max-width: 690px;
    margin: 2% auto 0;
}

.ribbon{
    position:relative;
    background: #6aa7cd;
    padding: 1em;
  }
  .ribbon:after{
    content: "";
    position:absolute;
    top:0;
    right:0;
    width:0;
    height:0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 25px 15px 25px 0;
  }

  #main .atete-kuzi-taiou .ribbon {
    width: 47%;
    background: #fff100;
    color: #e60012;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.5;
    padding: 1% 0 1% 2%;
    letter-spacing: 0.15em;
}

#main .atete-kuzi-taiou .ribbon:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 20px 19px 16px 0;
}
.atete-kuzi-taiou ul {
    width: 60%;
    margin: 2% auto 4%;
}

#main .atete-kuzi-taiou ul li{
    margin: 0;
    font-weight: bold;
}

.atete-contact{
    position: relative;
}

.atete-contact .btn {
    position: absolute;
    width: 24.8%;
    top: 70%;
    left: 17.4%;
}

.atete-contact .btn img{
    width: 100%;
}

#main .atete-q-and-a .comment {
    letter-spacing: 0.25em;
}

.atete-q-and-a-block {
    width: 680px;
    margin: auto;
}

.question01 {
    margin-top: 30px;
}

.balloon{
    position: relative;
    padding: 1em 2em;
    border: 3px solid #e60012;
    border-radius: 10px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
  }
  .balloon:before,
  .balloon:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
  }
  .balloon:before{
    top: 0;
    bottom: 0;
    left: -28px;
    border-style: solid;
    border-width: 3px 28px 11px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .balloon:after{
    top: 0;
    bottom: 0;
    left: -38px;
    border-style: solid;
    border-width: 5px 37px 15px 0;
    border-color: transparent #e60012 transparent transparent;
    z-index: -1;
  }
.atete-q-and-a .character {
    width: 75px;
}

.atete-q-and-a-block .hukidasi {
    display: flex;
    margin: 20px auto 0;
    justify-content: space-between;
}

.atete-q-and-a-block .balloon {
    width: 70%;
    height: fit-content;
}

#main .app .atete-q-and-a-block p.text {
    text-align: left;
    margin: 2% 1%;
    font-size: 0.9em;
}
.atete-q-and-a-block .image {
    background: #fff100;
    border-radius: 10px;
    text-align: center;
    padding: 1em;
    width: 95%;
    margin: 0 auto;
}

.atete-q-and-a-block .text-area {
width: 80%;
    margin: -50px 0 0 auto;
}

.atete-q-and-a .question02 .character {
    width: 103px;
}

.question02 {
    margin-top: 50px;
}

.atete-q-and-a-block.question02  .text-area {
    width: 80%;
    margin: -70px auto 0 0;
}

.question02 .balloon:before{
    top: 0;
    bottom: 0;
    left: auto;
    right: -28px;
    border-style: solid;
    border-width: 3px 0 11px 28px;
    border-color: transparent transparent transparent #ffffff;
  }
.question02  .balloon:after{
    top: 0;
    bottom: 0;
    left: auto;
    right: -38px;
    border-style: solid;
    border-width: 5px 0 15px 37px;
    border-color: transparent transparent transparent #e60012 ;
    z-index: -1;
  }

  .question03 {
    margin-top: 60px;
}

.question03.atete-q-and-a-block .image {
    background: none;
    margin: 0 0 0 -50px;
}

.question03.atete-q-and-a-block .image.sp{
    display: none;
}

  @media(max-width:640px){
    .kuzi-lineup {
        width: 75%;
    }
    .kuzi-lineup .image {
        width: 26.8%;
        margin: 2%;
    }
    .app-step .step-box .image img.atete-step03 {
        max-width: 160px;
    }
    #main .atete-kuzi-taiou .ribbon {
        width: 99%;
        text-align: center;
    }
    .atete-q-and-a-block {
        width: 90%;
        margin: 10% auto;
    }
    .atete-q-and-a-block .text-area,.atete-q-and-a-block.question02 .text-area,.atete-q-and-a-block.question03 .text-area {
        width: 100%;
        margin: 0 0 10%;
    }
    .atete-q-and-a-block .balloon {
        width: 56%;
        font-size: 1em;
        text-align: left;
    }
    #main .app .atete-q-and-a-block p.text {
        font-size: 0.8em;
    }
    .question03.atete-q-and-a-block .image.pc{
        display: none;
    }
    .question03.atete-q-and-a-block .image.sp{
        display: block;
        margin: 0 auto;
    }
    .atete br{
        display: none;
    }
    .atete-contact .btn {
        position: absolute;
        width: 32.8%;
        top: 62%;
        left: 12.9%;
    }
  }

/* SDGs 新規記入20220705 */
.sdgs .app-heading h1 .main {
    width: 100%;
    max-width: 100%;
}
.sdgs-pdf {
    margin-top: 30px;
    max-width: 930px;
}

.sdgs-pdf iframe{
	height: 1160px;
}

@media(max-width:640px){
	.sdgs-pdf iframe{
	height:500px;
}

}

.is29s-wrapper{
	max-width: 960px;
	width: 100%;
	margin: auto;
}
#main .is29s-wrapper h2.point{
	margin: 0px auto 30px;
	text-align: center;
	font-size: 3.2em;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.125em;
}
.is29s-wrapper h2.point .image{
	margin-bottom: 22px;
}
.is29s-wrapper h2.point .image img{
	height: 64px;
	width: auto;
}
#main .is29s-wrapper h2.point .heading{
	margin: 0;
}
#is29s-lead{
	margin: 25px 0;
}
#is29s-lead .box{
	display: flex;
	align-items: center;
	gap: 30px 0;
}
#is29s-lead .left{
	padding: 0 30px;
	flex:1;
}
#is29s-lead h2{
	text-align: right;
	font-size: 3em;
	font-weight: 700;
	line-height: 1.38;
	margin-bottom: 10px;
	letter-spacing: 0.25em;
	padding:0 0.5em;
}
#is29s-lead h3{
	font-size: 1.29em;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 50px;
	letter-spacing: 0.3em;
}
#is29s-lead p{
	letter-spacing: 0.25em;

	line-height: 1.38;
}
#is29s-lead .right{
	width:53.75%;
}

#is29s-point01{
	padding: 40px 25px;
	border-top: 12px solid #00faf9;
	border-left: 12px solid #00faf9;
	border-right: 12px solid #00faf9;
}
#is29s-point01 .box{
	display: flex;
	align-items: center;
	gap: 30px 6.24%;
	max-width: 630px;
	margin: 30px auto;
}

#is29s-point02{
	padding: 50px 25px;
	border-left: 12px solid #00faf9;
	border-right: 12px solid #00faf9;
}
#is29s-point02 .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:30px 5%  ;
	max-width: 750px;
	margin: 45px auto;
}
#is29s-point02 .box .product{
	width: 16%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#is29s-point02 .box .product .image{
}
#is29s-point02 .box .product img{
	object-fit: contain;
	width: 100%;
	aspect-ratio: 1 / 1;
}
#is29s-point02 .box .product-s .image{
	width: 50%;
}


#is29s-point03{
	padding: 50px 25px;
	border-left: 12px solid #00faf9;
	border-right: 12px solid #00faf9;
}
#is29s-point03 .box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:50px 10%  ;
	max-width: 620px;
	margin: 50px auto;
}
#is29s-point03 .box .left{
	width: 145px;
}
#is29s-point03 .box .left .caption{
	font-size: 1.24em;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	margin-top: 10px;
}
#is29s-point03 .box .right{
	flex: 1;
}
#is29s-point03 .box .right .before{
	font-size: 2.35em;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
#is29s-point03 .box .right .after{
	font-size: 3.57em;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
#is29s-point03 .box .right .arrow{
	text-align: center;
	margin: 25px auto 20px;
}
#is29s-point03 .box .right .arrow img{
	width: 60px;
}


#is29s-point04{
	padding: 50px 25px;
	border-left: 12px solid #00faf9;
	border-right: 12px solid #00faf9;
}
#is29s-point04 .box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 50px 6.25%  ;
	max-width: 800px;
	margin: 50px auto;
}
#is29s-point04 .box .left{
	width: 33%;
	margin-left: 2%;
}
#is29s-point04 .box .right{
	flex: 1;
}
#is29s-point04 .box .right ul{
	font-size: 1.78em;
	font-weight: 500;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#is29s-point04 .box .right ul li{
	margin-left: 1em;
	margin-bottom: 0;
	text-indent: -1em;
}
#is29s-point04 .box .right ul li:before{
	content:"■";
}


#is29s-point05{
	padding: 50px 25px;
	border-left: 12px solid #00faf9;
	border-right: 12px solid #00faf9;
}
#is29s-point05 .box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap:25px  25px  ;
	max-width: 620px;
	margin: 25px auto;
}
#is29s-point05 .box .left{
	flex: 1;
	background: #00faf9;
	padding: 15px 20px;
}
#is29s-point05 .box .left ul{
	font-size: 2.75em;
	font-weight: 600;
	line-height: 1.4;
}
#is29s-point05 .box .left ul li{
	margin: 0;
	text-indent: 0;
}
#is29s-point05 .box .right{
	width: 100px;
	margin-right: 30px;
}
#is29s-point05 .box .image{
	width: 80px;
}
#is29s-point05 .case{
	font-size: 2.94em;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
#is29s-point06{
	padding: 50px 25px 25px;
	border-left: 12px solid #00faf9;
	border-right: 12px solid #00faf9;
	border-bottom: 12px solid #00faf9;
}
#is29s-point06 .box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 7%  ;
	max-width: 680px;
	margin: 5px auto 20px;
}
#is29s-point06  h3{
	font-size: 1.36em;
	font-weight: 500;
	line-height: 1.2;
	max-width: 680px;
	margin: auto;
}
#is29s-point06 h3:before{
	content:"■";
}
#is29s-point06 .box p{
	font-size: 1.57em;
	font-weight: 500;
	line-height: 1.38;
}
#is29s-point06 .box .left{
	width: 28%;
}
#is29s-point06 .box .right{
	flex: 1;
}

#is29s-point06 .lean{
	font-size: 2.53em;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
#is29s-point06 .lean img.inline-image{
	display: inline-block;
	width: auto;
	height: 1.2em;
}


#is29s-goodprint{
	padding: 50px 25px 20px;
}
#is29s-goodprint h2{
	text-align: center;
	font-size: 3em;
	font-weight: 700;
	line-height: 1.2;
}
#is29s-goodprint h2 span{
	text-decoration: underline solid #00faf9 12px;
	text-underline-offset:-6px;
}
#is29s-goodprint .box{
	margin: 45px auto;
}
#is29s-goodprint .box ul{
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: fit-content;
	margin: auto;
}
#is29s-goodprint .box ul li{
	font-size: 3.1em;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
}
#is29s-goodprint .box ul li:before{
	content:"・";
}

#is29s-contact{
	padding: 20px 25px 100px;
}
#is29s-contact .contact{
	width: 86%;
	
	margin:0 auto 30px;
}
#is29s-contact .sales{
	font-size: 2em;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
.is29s-form{
	padding: 75px 25px 75px;
}
.is29s-form .button{
	margin: auto;
	text-align: center;
}
.is29s-form .button a{
	display: inline-block;
	text-align:center;
	font-size: 3em;
	padding: 5px 15px;
	border: 5px solid #f00;
	border-radius: 10px;
	color: #000;
	font-weight: 700;
	text-decoration:none;
}
.is29s-form .button a:hover{
	color: #f00;
}
@media screen and (max-width:840px){
	#main .is29s-wrapper h2.point{
		font-size: max(4.2vw,2.3em);
	}
	.is29s-wrapper h2.point .image{
		margin-bottom: 30px;
	}
	.is29s-wrapper h2.point .image img{
		height: max(9vw,30px);
		width: auto;
	}
	#is29s-lead h2{
		font-size: max(4.2vw,2.3em);
	}
	#is29s-lead h3{
		margin-bottom: 30px;
	}
	#is29s-lead .box{
		flex-direction:column;
	}
	#is29s-lead .right{
		order: 1;
		width: 100%;
	}
	#is29s-lead .left{
		order: 2;
	}
	#is29s-goodprint h2{
		font-size: max(4.2vw,2.3em);
	}
	#is29s-goodprint .box ul li{
		font-size: max(4.2vw,2.3em);
	}
}
@media screen and (max-width:680px){
	#is29s-point01 .box{
		margin: 30px auto;
	}
	#is29s-point02 .box{
		margin: 30px auto;
	}
	#is29s-point03 .box{
		flex-direction:column;
		margin: 30px auto;
	}
	#is29s-point03 .box .right .before{
		font-size: max(3.125vw,1.5em);
	}
	#is29s-point03 .box .right .after{
		font-size: max(5vw, 2.5em);
	}
	#is29s-point04 .box{
		flex-direction:column;
		margin: 30px auto;
	}
	#is29s-point04 .box .left{
		width: 90%;
	}
	#is29s-point04 .box .right ul{
		font-size: max(3.125vw,1.5em);
	}
	#is29s-point05 .box .left ul{
		font-size: max(4.2vw,2.3em);
	}
	#is29s-point05 .case{
		font-size: max(4.2vw,2.3em);
	}
	#is29s-point06 .box{
		flex-direction:column;
		margin: 30px auto;
	}
	#is29s-point06 .box .left{
		width: 60%;
	}
	#is29s-point06 .box .right{
		width: 100%;
	}
	#is29s-point06  h3{
		font-size: max(2.3vw, 1.15em);
	}
	#is29s-point06 .box p{
		font-size: max(2.3vw, 1.15em);
	}
	#is29s-point06 .lean{
		font-size: max(4vw, 2em);
	}
	.is29s-form .button a{
		font-size: 2em;
	}
	#is29s-contact .contact{
		width: 90%;
	}
	#is29s-contact .sales{
		font-size: 1.5em;
	}
}
@media screen and (max-width:520px){
	#is29s-point05 .box{
		flex-direction:column;
		margin: 30px auto;
	}
}
@media screen and (max-width:480px){
	#is29s-point01 .box{
		flex-direction:column;
		margin: 30px auto;
	}
	#is29s-point01 .box .left{
		max-width: 240px;
	}
	#is29s-point03 .box .left{
		width: 100%;
		text-align:center;
	}
	#is29s-point03 .box .left .image{
		width: 30%;
		margin: auto;
	}
	#is29s-point05 .box .left ul{
		font-size: max(4.2vw,1.5em);
	}
	#is29s-goodprint .box ul li{
		font-size: max(4.2vw,1.5em);
	}
	.is29s-form .button a{
		font-size: 1.5em;
	}
	#is29s-contact .contact{
		width: 100%;
	}
	#is29s-contact .sales{
		font-size: 1em;
	}
}

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */
.fadeUpTrigger{
opacity:0;
}
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(200px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 上から */
.fadeDownTrigger{
opacity:0;
}
.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
.delay-1.fadeDown{
animation-delay:1s;
}
.delay-2.fadeDown{
animation-delay:1.25s;
}
.delay-3.fadeDown{
animation-delay:1.5s;
}
.delay-4.fadeDown{
animation-delay:1.75s;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}


.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.gmap + p {
  text-indent: 0;
  margin-left: 40px;
  margin-top: 25px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 700px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
  }
  .gmap + p {
    margin-left: 0;
  }
}
