@charset "UTF-8";
/* 確認用 */
* {
    /* outline: 1px solid pink;*/
}
/* 共通 */
* {
	padding: 0;
	margin: 0;
}
:root {
	--background-color: #fff;
	--default-color: #444;
	--accent-color: #e60033;
	--accent-color2: #f5f5f5;
	--accent-color3: #999;
	--accent-color4: #b56;
	--dark-color: #111;
	--contrast-color: #eee;
  --card-w: 25%;
  --circle-w: 52px;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 170px;
}

body {
	color: var(--default-color);
	background-color: var(--background-color);
	min-width:300px;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
p {
    margin-bottom: 10px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}
a {
	text-decoration:none;
	transition: 0.3s;
	color:unset;
}
span.br {
	display: inline-block;
}
span.nw {
	white-space: nowrap;
}
textarea {
  resize: none;
  width:300px;
  height:200px;
}
ul {
	list-style: none;
}
section {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.pc-dn {
	display: none !important;
}

@media screen and (max-width: 576px) {
	.sp-dn {
		display: none !important;
	}
	.pc-dn {
		display: block!important;
	}
}
.pc-dn2 {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.sp-dn2 {
		display: none !important;
	}
	.pc-dn2 {
		display: block!important;
	}
}

.gray-back {
	background:var(--accent-color2);
}
.wh-back {
	background:var(--background-color);
}
.border {
	border:solid 2px var(--accent-color3);
	overflow:hidden;
}
.map.border {
  width: calc(100% - 4px);
}
.container {
	max-width: 1400px;
	margin:auto;
	padding: 100px 10%;
}
.container.pagename {
	padding-bottom: 10px;
}
@media screen and (max-width: 576px) {
	.container {
		padding: 100px 20px;
	}
}

.container.title {
	padding: 30px 30px 10px;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex.reverse {
	flex-direction: row-reverse;
}
.flex.ac-center .flex_item{
	align-content:center;
}
.flex_item.enumerate {
	margin-bottom: 4%;
}
.flex_item.empty {
	margin-bottom: 0;
	border: none;
}
.flex.divid02 .flex_item {
	width: 48%;
}
.flex.divid03 .flex_item {
	width: 31%;
}
.flex.divid04 .flex_item {
	width: 22%;
}
.flex.divid05 .flex_item {
	width: 17%;
}

.flex.divid02 .flex_item.div-per70 {
	width: 68%;
}
.flex.divid02 .flex_item.div-per30 {
	width: 28%;
}

.flex .flex_item.image img {
	display:block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1200px) {
	.flex.divid03 .flex_item{
		width: 48%;
		margin-bottom: 25px;
	}
	.flex.off00 {
		display: block;
	}
	.flex.off00 > .flex_item {
		width: 100%;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 992px) {
	.flex.off01 {
		display: block;
	}
	.flex.off01 > .flex_item {
		width: 100%;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 768px) {
	.flex.divid04 .flex_item {
		width: 48%;
		margin-bottom: 25px;
	}
	.flex.divid05 .flex_item {
		width: 30%;
		margin-bottom: 25px;
	}
	.flex.off02{
		display: block;
	}
	.flex.off02 > .flex_item,
	.flex.off02 > .flex_item.div-per70,
	.flex.off02 > .flex_item.div-per30{
		width: 100%;
		margin-bottom: 25px;
	}
	.flex.off02 > .flex_item.map.border {
	  width: calc(100% - 4px);
	}
}
@media screen and (max-width: 576px) {
	.flex.divid05 .flex_item {
		width: 48%;
		margin-bottom: 25px;
	}
	.flex.off03 {
		display: block;
	}
	.flex.off03 > .flex_item {
		width: 100%;
		margin-bottom: 25px;
	}
}



.h-type02 {
	justify-content: space-between;
	margin-bottom: 16px;
    margin-top: 20px;
}
.h-type02 h1,
.h-type02 h2 {
    font-size: 2rem;
	line-height: 1em;
    letter-spacing: 0em;
    color: var(--default-color);
    position: relative;
    padding: 0;
    margin-right: 30px;
	margin-bottom:20px;
}
.h-type02 h1 {
	font-size: 3rem;
	width:auto;
	margin-bottom:0;
}
.h-type02 h1 span,
.h-type02 h2 span{
    font-size: 1.2rem;
    letter-spacing: 0em;
    color: var(--accent-color);
}
.h-type02 h1 span{
    font-size: 1.8rem;
	margin-left:5px;
}
.h-type03{
    font-size: 1.5rem;
    color: var(--accent-color);
	text-align:center;
	margin-bottom:20px;
}
.h-type03 {
    position:relative;
	overflow:hidden;
}
.h-type03 h3 {
	font-size: 1em;
    font-weight: bold;
	bottom: 0; 
	transform: translateY(100%);
    position: absolute;
    width: -webkit-fill-available;
    background-color: var(--accent-color);
    color: var(--background-color);
    padding: 5px 10px;
	 transition: transform 0.8s ease;
}
@media screen and (max-width: 768px) {
	.h-type03 h3 {
    	transform: translateY(0);
		transition: transform 0.4s ease;
	}
}
.h-type04{
	width: fit-content;
	padding-inline: 20px; 
    font-size: 1.5rem;
	text-align:center;
	border-bottom:solid 1px var(--accent-color);
	margin:0 auto 20px;
}
.h-type05{
    font-size: 1.5rem;
	margin-bottom:20px;
}
.h-type05 + p{
    margin-left:1.5em;
}
.h-type06{
    font-size: 1.5rem;
}
.h-type07{
    font-size: 1.5rem;
	text-align:center;
	margin-bottom:20px;
}
.h-type07 + p{
	text-align:center;
	font-size: 1.2em;
    line-height: 1.8em;
}
.h-type08{
    font-size: 2rem;
	margin-bottom:20px;
}
@media screen and (max-width: 576px) {
	.h-type02 h1 {
		font-size: 2.5rem;
		width:auto;
		margin-bottom:0;
	}
	.h-type02 h2 {
		font-size: 1.8rem;
	}
	.h-type02 h1 span{
    	font-size: 1.4rem;
	}
	.h-type02 h2 span{
    	font-size: 1.2rem;
	}
}



.heading-type01 {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 4rem;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	margin-top: 28px;
	text-align: center;
	color: var(--default-color);
	position: relative;
	padding: 10px 0;
}
.heading-type02 {
	font-size: 1.2rem;
	font-weight: bold;	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	line-height: 2rem;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
	margin-top: 20px;
}
.heading-type03 {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 16px;
}

.h-type03 h3 span{
	float:right;
}

.h-type03:hover h3 {
    transform: translateY(0);
	 transition: transform 0.4s ease;
}
.h-type03 img{
	transform: scale(1);
    transition: transform .2s;
	&:active{
		transform: scale(1.1);
	}
}

.heading-type04 {
	font-size: 1rem;
	margin-bottom: 4px;
	margin-top: 8px;
}
.ta-c{
	text-align:center;
	margin-top:20px;
}
.ta-r{
	text-align:right;
	margin-top:20px;
}

.btn{
    display: flex;
    justify-content: flex-end;
    margin-top: 2%;
}
.btn p{
	font-size: 1em;
    font-weight: bold;
	min-width:150px;
    background-color: var(--accent-color);
	border:solid 1px var(--accent-color);
    padding: 10px 20px;
	transition: .8s;
    border-radius: 5px;
}




.btn.back p{
	text-align:end;
}
.s-btn{
	justify-content: center;
}
.s-btn .btn{
	margin: 5px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);}
.s-btn .bin p{
	border-radius: 25px;
	justify-content: center;
}

.btn a{
    color: var(--background-color);
	transition: .4s;
}
.btn p span{
	float:right;
}
.btn.back p span{
	float:left;
}
.btn a:hover{
    background-color: var(--background-color);
}
.btn a:hover p{
    color: var(--accent-color);
    background-color: var(--background-color);
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	font-size: 1em;
    font-weight: bold;
	min-width:150px;
    background-color: var(--accent-color);
	border:solid 1px var(--accent-color);
    padding: 10px 20px;
	transition: .8s;
    border-radius: 5px;
	color: var(--background-color);
	transition: .4s;
	margin-left: auto;
    margin-right: auto;
}

input[type="submit"]:hover{
    color: var(--accent-color);
    background-color: var(--background-color);
}


.line {
    border-bottom: solid 1px var(--contrast-color);
    padding: 15px 2%;
}
.gray-back .line {
    border-bottom: solid 1px #ccc;
    padding: 15px 2%;
}

.list a{
    color: var(--default-color);
}
.list ul li {
    border-bottom: solid 1px var(--contrast-color);
    padding: 15px 2%;
	display: flex;
	align-items: flex-start;
}

.list ul li p{
	width:100%;
}

.list ul li > span:first-child{
	width: 7em;
	flex-shrink: 0; 
    display: inline-block;
}
.form .list ul li:first-child{
    border-top: solid 1px var(--contrast-color);
    padding: 15px 2%;
}
.form .list ul li p{
	margin-bottom:0;
    display: flex;
    align-items: center;
}
.form .list ul li p > span:first-child{
	width: 12em;
	flex-shrink: 0; 
    display: inline-block;
}
.form .list ul li p > span + span{
	width: calc(100% - 12em);
    display: inline-block;
}
.form .list ul li p > span input,
.form .list ul li p > span textarea{
	padding: 10px;
	width: stretch;
	border:solid 1px var(--accent-color3);
}
.form .list ul li p > span .wpcf7-radio input{
	width: auto;
	margin-right:10px;
}
.form .list ul li p > span .wpcf7-radio span{
	margin-right:10px;
	display:inline-block;
}
@media screen and (max-width: 576px) {
	.list ul li {
	    flex-direction: column;
	}
.form .list ul li p{
    display:inline-block;
}
	.form .list ul li p > span:first-child{
	width: 100%;
}
.form .list ul li p > span + span{
	width:100%;
}
}
.list ul li > span:last-child {
  flex: 1;
}
.list ul li:first-child {
    padding: 0 2% 15px;
}
.list ul li:last-child {
    border-bottom: none;
}
.list ul.list-type01 li:last-child {
    border-bottom: solid 1px var(--contrast-color);
}
.list ul.list-type02 {
	margin-top:75px;
}
@media screen and (max-width: 992px) {
	.list ul.list-type02 {
		margin-top:0;
	}
}

ul.flow li {
    position: relative;
	background-color: var(--contrast-color);
	padding: 20px 5%;
    border-radius: 10px;
    margin-bottom: 40px;
	justify-content: flex-start;
}
ul.flow li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--accent-color3);
}
ul.flow li:last-child::after {
    display: none;

}
ul.flow li .flex_item{
	width: 87%;
}
ul.flow li .flex_item:first-child{
    min-width: fit-content;
    width: 10%;
    margin-right: 3%;
}
ul.flow li .step{
    font-size: 1.2rem;
    letter-spacing: 0em;
    color: var(--accent-color);
	font-weight: bold;
}


ul.flow li a {
	text-decoration:underline;
	color:unset;
}
@media screen and (max-width: 992px) {
	ul.flow li .flex_item{
	width: 100%;
}
	
}


.float-left {
	float: left;
}
.float-right {
	float: right;
}

.mb00 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.center {
	text-align: center;
}
/* ヘッダー */
header {
	color: var(--default-color);
	background: linear-gradient(90deg, rgba(255,255,255,0.9)0%,rgba(255,255,255,1)30px,rgba(255,255,255,1)300px,rgba(255,255,255,0.8)100%);
	transition: all 0.5s;
	z-index: 999;
	box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	position:sticky;
	top: 0;
	height: 50px;
	width: 100%;
	align-content:center;
}
.home header{	position:sticky;

	position:fixed;
}
header > div {
	margin: 0 30px;
	min-width:280px;
}
header .sitelogo{
	align-content: center;
	z-index:1;
}
header .sitelogo img{
	width:100%;
	max-width: 300px;
	display:block;
	align-content:center;
}
header .navmenu ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
}
header .navmenu {
  transition:
    opacity 0.3s,
    top 0.3s,
    bottom 0.3s;
}

header .navmenu a{
	color: var(--default-color);
	padding: 15px 12px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	transition:
    opacity 0.3s,
    top 0.3s,
    bottom 0.3s;
}

header .navmenu a.nav-logo{
	padding: 10px;
}

header .navmenu .nav-logo img{
	height:30px;
	width:auto;
	margin:auto;
}
header .navmenu a.nav-contact{
	background-color: var(--accent-color);
	border:solid 1px var(--accent-color);
    padding: 5px 20px;
    color: var(--background-color);
    border-radius: 50px;
	transition:
    background-color 0.8s,
    color 0.8s;
}
header .navmenu a.nav-contact:hover{
    background-color: var(--background-color);
	border:solid 1px var(--accent-color);
    color: var(--accent-color);
}



/* ハンバーガーメニュー */
header .nav-toggle {
	display: none;
}
header .hamburger {
	display: none;
	position: relative;
	width: 20px;
	z-index: 1001;
	margin: auto 10px;
}
header .hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--default-color);
	transition: 0.3s;
	border-radius: 3px;
}
header .hamburger span:nth-child(1) {
	top: 0;
}
header .hamburger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%)
}
header .hamburger span:nth-child(3) {
	bottom: 0;
}
@media screen and (max-width: 992px) {
	header .hamburger {
		width: 0;
		padding: 0.5em 1em;
		line-height: 1;
		font-size: 1.2rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header .navmenu {
		display: block;
		position: fixed;
		inset: 0;
		background: linear-gradient(90deg, rgba(255,255,255,0.9)0%,rgba(255,255,255,1)30px,rgba(255,255,255,1)300px,rgba(255,255,255,0.8)100%);
		transition: 0.3s;
		overflow: hidden;
		padding:5% 0;
		margin-top:50px;
		opacity:0;
		bottom:100%;
		top:-20%;
	}
	header .navmenu ul {
		display:unset;
	}
	header .navmenu ul li:hover {
		background-color: ;
		box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	}
	header .navmenu ul li.nav-100{
		width:100%;
		margin-bottom:5%;
	}
	header .navmenu ul li.nav-100:hover {
		background-color: unset;
		box-shadow: none;
	}
	header .navmenu a{
	    font-size:150%;
		padding:15px 30px;
	}
	header .navmenu .nav-logo img{
		height:50px;
	}
	header .navmenu a.nav-contact{
    	margin: 0 30px;
	}
	header .navmenu a.nav-contact div{
		margin: auto;
	}
	header .nav-toggle:checked + .hamburger + .navmenu {
		opacity:1;
		bottom:0;
		top:0;
		transition: 0.3s;
	}
	header .nav-toggle:checked + .hamburger span:nth-child(1) {
		transform: rotate(45deg);
		top: 11px;
	}
	header .nav-toggle:checked + .hamburger span:nth-child(2) {
		opacity: 0;
	}
	header .nav-toggle:checked + .hamburger span:nth-child(3) {
		transform: rotate(-45deg);
		top: 11px;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 576px) {
	header .sitelogo {
		width: 70%;
	}
}
@media screen and (max-width: 400px) {
	header{
		position:sticky;
	}
	header > div {
		margin: 0 10px;
	}
	header .navmenu a{
		padding:15px 10px;
	}
	header .navmenu a.nav-contact{
    	margin: 0 10px;
	}
}
/* フッター */
footer {
	color: var(--contrast-color);
	background-color: var(--dark-color);
	transition: all 0.5s;
	z-index: 999;
	box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	bottom: 0;
	width: 100%;
	overflow:hidden;
}
footer section.info {
	padding: 50px 10% 10px;
}
footer section.info p{
	margin-bottom:20px;
}
footer .link .container {
	padding: 0;
    width: 100%;
    max-width: 100%;
}
footer .link .container .flex.divid02 .flex_item {
	width: 50%;
	max-height:500px;
	margin-bottom:0;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	aspect-ratio: 16 / 10;
}
footer .link .container .flex.divid02 .flex_item.bg01 {
	background-image:url("../img/trivia_1.jpg");
}
footer .link .container .flex.divid02 .flex_item.bg02 {
	background-image:url("../img/recruit.jpg");
}
/*
footer .link .container .flex.divid02 .flex_item::before {
	content: "";
	position: absolute;
	inset: 0;
	background:rgba(220,150,130,1);
	z-index: 1;
	mix-blend-mode: multiply;
	transition: 0.5s;
}
footer .link .container .flex.divid02 .flex_item:hover::before {
	background:rgba(255,205,195,1);
}
*/
footer .link .container .flex.divid02 .flex_item h3 {
    background: linear-gradient(90deg, rgba(25, 10, 0, 0) 5%, rgba(25, 10, 0, 0.7) 40%, rgba(25, 10, 0, 0.7) 60%, rgba(25, 10, 0, 0) 95%);
    padding: 10px;
}
footer .link .container .flex.divid02 .flex_item:hover h3 {
    background: linear-gradient(90deg, rgba(25, 10, 0, 0) 5%, rgba(25, 10, 0, 0.7) 40%, rgba(25, 10, 0, 0.7) 60%, rgba(25, 10, 0, 0) 95%);
    padding: 20px;
	transition: 0.3s;
}
footer .link .container .flex.divid02 .flex_ite > * {
  position: relative;
  z-index: 2;
}
footer .link .heading-type03 {
	color: var(--background-color);
	position: relative;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 2em;
	line-height: 1em;
	margin:auto;
}
footer .link .heading-type03 span {
	font-size: 0.6em;
}

footer > div {
	padding: 10px 30px 20px;
}

footer .footer-access {
	margin-right:auto;
	margin-left:auto;
	width:60%;
	max-width:850px
}
footer .footer-access .flex_item{
	margin-right:3%;
}

footer .sitelogo {
	color: var(--accent-color);
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

footer .sitelogo img {
	width:100%;
}

footer .footer-menu {
	margin-right:auto;
	margin-left:auto;
}
footer .footer-menu nav a {
	color: var(--contrast-color);
}

footer .footer-menu nav ul li{
	margin-bottom: 10px;
} 
footer .footer-menu nav.flex.off01 > ul.flex_item:first-child {
	margin-right: 50px;
	margin-bottom:0;
}
footer .footer-menu nav .nav-logo img{
	width: 30px;
}

footer .copyright{
	text-align:center;
	font-size:.8em;
	padding:0 50px;
}


@media screen and (max-width: 576px) {
	footer > div {
		text-align: center;
		padding: 10px 10px 20px;
	}
	footer .link .container .flex.divid02 .flex_item h3 {
    background: linear-gradient(90deg, rgba(25, 10, 0, 0) 1%, rgba(25, 10, 0, 0.7) 40%, rgba(25, 10, 0, 0.7) 60%, rgba(25, 10, 0, 0) 99%);
	}
	footer .link .heading-type03 {
		font-size: 1.2em;
	}
	footer .footer-access .flex_item{
		margin-right:0;
	}
	footer .footer-menu ul li {
		margin-bottom: 5px;
	}
	footer .footer-menu nav.flex.off01{
		display:flex;
		justify-content: center;
	}
	footer .footer-menu nav.flex.off01 > ul.flex_item {
		width:auto;
	}
	footer .footer-menu nav.flex.off01 > ul.flex_item:first-child {
		margin-right: 50px;
	}
}
footer section.info .pagetop {
	height: 40px;
	width: 40px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	box-shadow: 0 0 18px rgba(0, 0, 0, .2);
	background: var(--accent-color);
	border-radius: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
footer section.info .pagetop p{
	color: var(--background-color);
	margin:auto;
}
/* メインビジュアル */
section.main-visual{
    /*height: 30vw;
     max-height: 500px;*/
    min-height: 300px;
    position: relative;
    overflow: hidden;
    margin: auto;
    margin: auto;
}
section.main-visual .img{
	width: 100%;
	height: 100%;
	overflow:hidden;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
section.main-visual .img img,
section.main-visual .img video{
	width: 100%;
	height: 100%;
	object-fit: cover; 
	object-position: center;
}
.recruit section.main-visual .img img{
	object-position: center top;
}

.top section.main-visual{
	height: calc(100vh - 50px);
	min-height:550px;
	position:relative;
	margin:auto;
}
.top section.main-visual .img{
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.top section.main-visual .img img{
	width: 100%;
	height: 100%;
	object-fit: cover; 
	object-position: center;
}

.top section.main-visual .catch{
	position: absolute;
    bottom: 50px;
    left: 0;
	margin-right: 20px;
    z-index: 9;
}

@media screen and (max-width: 576px) {
	.top section.main-visual .catch{
	    bottom: 75px;
	}
}
.top section.main-visual .catch .h-type01{
	margin: 10px;
	margin-left: 30px;
	margin-right:200px;
	font-size: 8rem;
	font-weight: bold;
	line-height: 9rem;
	letter-spacing: 0.05em;
	color: var(--background-color);
	text-shadow: 0 2px 18px rgba(0, 0, 0, .5);
	transition-delay:1s;
}
@media screen and (max-width: 768px) {
	.top section.main-visual .catch .h-type01{
		margin-right:50px;
	}
}

@media screen and (max-width: 576px) {
	.top section.main-visual .catch .h-type01{
		margin-right:0;
		font-size: 6rem;
		font-weight: bold;
		line-height: 7rem;
	}
}
@media screen and (max-width: 410px) {
	.top section.main-visual .catch .h-type01{
		font-size: 4.5rem;
		font-weight: bold;
		line-height: 5rem;
		letter-spacing: 0.04em;
	}
}

.top section.main-visual:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
  background-image: radial-gradient(rgba(0, 0, 0, 1) 20%, transparent 35%),
    radial-gradient(rgba(0, 0, 0, .8) 15%, transparent 35%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

@media screen and (max-width: 768px) {
	section.main-visual{
		height:200px;
		position:relative;
		margin:auto;
	}
}


/* TOPページmain */

.top section header {
	position:flex;
}
.top .h-type02 {
	justify-content: flex-start;
}
.top .h-type02 h2 {
	width:225px;
}





.top .list{
	width: calc(100% - 255px);
	margin-bottom:2%;
}
.top .list ul li a{
	display: flex;
	flex-direction: column;
}




@media screen and (max-width: 576px) {
	.top .list{
		width: 100%;
	}
}






.company .greeting{
	width: calc(100% - 255px);
	margin-bottom:-16px;
}

.company .flex.divid .flex_item.sentence {
	width: 70%;
}
.company .flex.divid .flex_item.ceo {
	width: 28%;
	margin-top:135px;
}

.company .flex.divid .flex_item.sentence div {
    padding: 40px 70px 20px;
    margin-right: -70px;
}
.company .flex_item.philosophy div{
    padding: 30px;
}

.company .flex_item.philosophy div h3{
    font-size:2em;
}

@media screen and (max-width: 1700px) {
	.company .flex.divid .flex_item.sentence {
		width: 60%;
	}
	.company .flex.divid .flex_item.ceo {
		width: 38%;
		margin-top:170px;
	}
	.company .flex.divid .flex_item.sentence div {
	    padding: 35px 60px 25px;
	    margin-right: -12%;
	}
}

@media screen and (max-width: 1500px) {
	.company .flex.divid .flex_item.ceo {
		width: 38%;
		margin-top:250px;
	}
}
@media screen and (max-width: 1300px) {
	.company .greeting{
		width: 100%;
	}
	.company .flex.divid .flex_item.sentence {
		width: 60%;
	}
	.company .flex.divid .flex_item.ceo {
		width: 33%;
		margin-top:100px;
	}
	.company .flex.divid .flex_item.sentence div {
	    padding: 35px 40px 25px;
	    margin-right: -30%;
	}
	.company .flex.divid .flex_item.sentence div p{
		line-height: 1.4em;
	}
	.company .flex.divid .flex_item.sentence div p{
		width:85%;
	}
	.company .flex.divid .flex_item.sentence div p:first-child{
		width:100%;
	}
}


@media screen and (max-width: 1200px) {
	.company .flex.divid .flex_item.sentence {
		width: 60%;
	}
		.company .flex.divid .flex_item.ceo {
		width: 38%;
		margin-top:150px;
	}
	.company .flex.divid .flex_item.sentence div p{
		width:80%;
	}
		.company .flex.divid .flex_item.sentence div p:first-child + p	{
		width:100%;
	}
}
@media screen and (max-width: 980px) {

	.company .flex.divid .flex_item.ceo {
		margin-top:240px;
	}
	.company .flex.divid .flex_item.sentence div {
	    margin-right: -50%;
	}
	.company .flex.divid .flex_item.sentence div p{
		width:65%;
	}

		.company .flex.divid .flex_item.sentence div p:first-child + p + p{
		width:100%;
	}
}
@media screen and (max-width: 850px) {
	.company .flex.divid .flex_item.sentence {
		width: 50%;
	}
	.company .flex.divid .flex_item.ceo {
		width: 45%;
		margin-top:300px;
	}
	.company .flex.divid .flex_item.sentence div {
	    margin-right: -70%;
	}
	.company .flex.divid .flex_item.sentence div p{
		width:55%;
	}
}
@media screen and (max-width: 768px) {
	.company .flex.divid .flex_item.sentence div {
	    margin-right: -90%;
	}
	.company .flex.divid .flex_item.sentence div p:first-child + p + p {
		width:100%;
	}
}
@media screen and (max-width: 670px) {
	.company .flex.divid .flex_item.sentence {
		width: 58%;
	}
	.company .flex.divid .flex_item.ceo {
		width: 40%;
		margin-top:360px;
	}
	.company .flex.divid .flex_item.sentence div {
	    padding: 20px 20px 10px;
	    margin-right: -60%;
	}
	.company .flex.divid .flex_item.sentence div p{
		width:60%;
	}
		.company .flex.divid .flex_item.sentence div p:first-child + p + p + p {
		width:100%;
	}
}
@media screen and (max-width: 530px) {
	.company .flex.divid .flex_item.sentence {
		width: 50%;
	}
	.company .flex.divid .flex_item.ceo {
		width: 48%;
        margin-top: 320px;
        margin-right: -5%;
		overflow:hidden;
		max-height:370px;
	}
	.company .flex.divid .flex_item.sentence div {
	    padding: 15px 15px 5px;
		margin-right: -100%;
	}
	.company .flex.divid .flex_item.sentence div p{
		width:53%;
	}

}
@media screen and (max-width: 480px) {
	.flex.greeting {
		display: block;
	}
	.flex.greeting > .flex_item {
		width: 100%;
		margin-bottom: 25px;
	}
	.company .flex.divid .flex_item.sentence {
		width: 100%;
	}
	.company .flex.divid .flex_item.sentence div {
	    padding: 15px;
		margin-right: -100%;
	}
	.company .flex.divid .flex_item.ceo {
		width: 55%;
		margin-top:-105px;
		max-height:360px;
	}
	.company .flex.divid .flex_item.sentence div {
	    margin-right: 0;
	}
	.company .flex.divid .flex_item.sentence div p,
	.company .flex.divid .flex_item.sentence div p:first-child,
	.company .flex.divid .flex_item.sentence div p:first-child + p	{
		width:100%;
	}
}

.company .about.list{
	width: calc(100% - 300px);
	margin-bottom:2%;
}
@media screen and (max-width: 992px) {
	.company .about.list{
		width: 100%;
	}
}
.product-card{
	margin-bottom:25px;
}
.product-card a{
	background-color: var(--background-color);
	border-radius: 10px;
    padding: 30px;
	display:block;
	transition: 0.3s;
}
.gray-back .product-card a{
	background-color: var(--accent-color2);
}
.product-card a:hover{
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	margin-top:-3px;
	transition: 0.5s;
}
.product-card .card-image{
    max-width: 250px;
    margin: auto;
    height: 400px;
	align-content:center;
	text-align: center;
}

.product-card .card-image img{
	width: auto;
    max-width: 100%;
    max-height: 350px;
}

.product-card .card-title{
    font-size: 1.2rem;
    color: var(--default-color);
    font-weight: bold;
    text-align: center;
}
.product-card ul li{
    border-bottom: solid 2px var(--contrast-color);
	display:flex;
	padding:5px 10px;
}
.product-card ul li:first-child{
    border-top: solid 2px var(--contrast-color);
}
.product-card ul li span{
    display: block;
    color: var(--default-color);
}
.product-card ul li span:first-child{
    width: 35%;
    font-weight: bold;
    white-space: nowrap;
}
.product-card ul li span:last-child{
    width: 65%;
	text-align:center;
}
.product-card ul li p{
    margin-bottom:0;
}

span.baisho,
span.denkyoku,
span.wh,
span.color{
 		text-align:center;
}

span.baisho:last-child p:before,
span.denkyoku:last-child p:before,
span.wh:last-child p:before,
span.color:last-child p:before{
  display: inline-block;
	width:40%;
  font-size: 0.8em;
border-radius: 5px;
		text-align:center;
}

.baisho p::before {
	content:"焙焼式";
  background: #C04F15;
border: solid 1px #C04F15;
  color: var(--background-color);
}
.denkyoku p::before {
	content:"電極式";
  background: #EEE800;
border: solid 1px #EEE800;
  color: var(--dark-color);
}
.wh p::before {
	content:"白";
  background: #fff;
border: solid 1px #999;
	color: var(--dark-color);
}
.color p::before {
	content:"カラー";
  background: #F6BB00;
border: solid 1px #F6BB00;
	color: var(--dark-color);
}





.product-data{
    max-width: 600px;
    margin: auto;
}
.product-data .product-image{
	max-width:250px;
    margin: 20px auto;
	align-content:center;
}

.product-data .product-image img{
	width: auto;
    max-width: 100%;
}

.product-data ul li{
    border-bottom: solid 2px var(--contrast-color);
	display:flex;
	padding:5px 5%;
}
.product-data ul li:first-child{
    border-top: solid 2px var(--contrast-color);
}
.product-card ul li span{
    display: block;
    color: var(--default-color);
}
.product-data ul li span:first-child{
    width: 35%;
	min-width:100px;
    font-weight: bold;
    white-space: nowrap;
}
.product-data ul li span:last-child{
    width: 65%;
}
.product-data ul li p{
    margin-bottom:0;
}


.container.oem-container {
	padding: 20px 10% 100px;
}
.oem-image.flex {
    margin-bottom:20px;
}
.oem-image.flex {
    justify-content: space-around;
}
.oem-image.flex .flex_item.image img {
	max-height:200px;
	width:auto;
	max-width:100%;
	margin:auto;
}

@media screen and (max-width: 1200px) {
	.oem-image.flex.divid03 .flex_item{
		width: 31%;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 992px) {
	.oem-image.flex.off01 > .flex_item.image img {
		max-height:none;
	}
}
@media screen and (max-width: 768px) {
	.oem-image.flex.divid03 .flex_item {
		width: 48%;
		margin-bottom: 5px;
	}
}








/* ---------- Process timeline---------- */


.timeline {
  position: relative;
  margin-top: 40px;
}



.timeline .step::before {
  height: calc(100% + var(--step-gap)); /* そのstep自身の高さ + 行間の分だけ */
  content: "";
  position: absolute;
  top: -16px;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: var(--accent-color);
  z-index: 0;
}

.timeline .step:first-child::before { top: 50%; height: calc(50% + var(--step-gap)); } /* 最初の行は中心から下だけ */
.timeline .step:last-child::before  { height: 50%; }
.timeline .step {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 150px;
  margin-bottom: 15px;
}
.timeline .step.left{
    flex-direction: row;
}
.timeline .step.right{
    flex-direction: row-reverse;
}

.timeline .step .baisho p,
.timeline .step .denkyoku p{
	margin: 10px auto 30px;
}

.step-side {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  min-width: 0;
}

.step-side.left {
  justify-content: flex-end;
}

.step-side.right {
  justify-content: flex-start;
}

.step-side .connector {
  flex: 0 0 30%;
  height: 0;
  border-top: 2px dashed var(--accent-color);
}

.step-side .step-photo {
  flex: 0 0 auto;
  width: 70%;
}

.step-side.left .step-photo {
  order: 1;
}

.step-side.left .connector {
  order: 2;
  margin-right: -1px;
}

.step-side.right .connector {
  margin-left: -1px;
}

.step-photo.dual {
    margin: -100px auto;
}

.step-photo.dual figure {
  flex: 1 1 0;
  min-width: 0;
}

.step-photo img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
}

.step-node {
  flex: 0 0 var(--card-w);
  position: relative;
  z-index: 1;
	left:-30px;
}

.step-num {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: var(--circle-w);
  height: var(--circle-w);
  border-radius: 50%;
  background: var(--accent-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 0 0 5px #fff;
  z-index: 3;
}

.step-card {
  width: 100%;
  background: #fff;
  border: 2px solid var(--accent-color);
  border-radius: 10px;
  padding: 18px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
}

.step-card p {
  margin: 0;
  font-size: 13px;
  color: #555;
}

@media (max-width: 992px) {

.timeline .step {
  display: block;
}
.step::before {
  display:none;
}
  .step.left,
  .step.right{
    flex-direction: column;
    align-items: flex-start;
    padding-left: 26px;
	margin-top:60px;
  }
  .step-node {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 14px;
    position: static;
  }
  .step-card {
    text-align: left;
    width: calc(100% - 60px);
  }
  .step-num {
    left: 26px;
    top: 0;
  }
  .step-side {
    width: 100%;
    justify-content: flex-start !important;
  }
  .step-side .connector { display: none; }
  .step-side .step-photo {
    width: 100%;
  }
  .step-photo.dual { 
	  width: 100%;
	  margin:auto;
	}
}





/* ---------- elements---------- */
.elements-brace-text {
  font-weight: 700;
  line-height: 1.5;
	font-size:1.5em;
  margin: 0;
}

@media screen and (max-width: 768px) {
	.elements-brace-text {
		text-align:center;
	}
}

.elements-diagram {
  align-items: center;
	margin-top:30px;
	margin-bottom:80px;
}
.element-details {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin: 100px auto 0;
}

.element-detail {
	position: relative;
    background: var(--accent-color2);
    border-radius: 12px;
    padding: 60px;
    width: 84%;
    margin: auto;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.detail-tab {
	position: absolute;
    top: -22px;
    left: -2%;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 10px 22px;
    border-radius: 8px;
    background: var(--accent-color);
}

.detail-intro {
  margin: 0 0 22px;
}

.detail-grid {
  display: grid;
  grid-template-columns: 160px 1fr 1fr;
  grid-template-areas:
    "r1l r1a r1b"
    "r2l r2a r2b"
    "r3l r3a r3b"
    "r4l r4a r4b";
  border-radius: 10px;
  overflow: hidden;
}

.detail-grid > div {
  padding: 16px 40px;
  border-bottom: 1px solid var(--accent-color3);
  line-height: 1.7;
	text-align: center;
    align-content: center;}

.g-r1-label { grid-area: r1l; }
.g-r1-a { grid-area: r1a; }
.g-r1-b { grid-area: r1b; }
.g-r2-label { grid-area: r2l; }
.g-r2-a { grid-area: r2a; }
.g-r2-b { grid-area: r2b; }
.g-r3-label { grid-area: r3l; }
.g-r3-a { grid-area: r3a; }
.g-r3-b { grid-area: r3b; }
.g-r4-label { grid-area: r4l; }
.g-r4-a { grid-area: r4a; }
.g-r4-b { grid-area: r4b; }

 .detail-grid .g-r4-a,
 .detail-grid .g-r4-b {
	  text-align:start;
}
 .detail-grid .g-r4-a p,
 .detail-grid .g-r4-b p {
	     margin-left: 1em;
}
 .detail-grid .g-r4-a p:before,
 .detail-grid .g-r4-b p:before {
	     margin-left: -0.6em;
	 content:"●";
}

.detail-grid .g-r1-label,
.detail-grid .g-r2-label,
.detail-grid .g-r3-label,
.detail-grid .g-r4-label {
  font-weight: 700;

}

.detail-grid .g-r4-label,
.detail-grid .g-r4-a,
.detail-grid .g-r4-b {
  border-bottom: none;
}

.detail-grid ul {
  margin: 0;
  padding-left: 1.1em;
}

.detail-grid ul li {
  margin-bottom: 4px;
}

.detail-chip {
	display: inline-block;
    padding: 10px 20px;
    border-radius: 6px;
    color: var(--background-color);
    font-weight: 700;
    margin-bottom: 15px;
    width: calc(100% - 40px);
	text-align:center;
}

.detail-photo-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.detail-photo {
  width: 100%;
}
.detail-photo.w80p {
  width: 80%;
}
.detail-photo.wmax600 {
  max-width: 600px;
}
 
.detail-grid .arrow {
  font-size: 30px;
  color: var(--default-color);
  text-align: center;
    top: 0;
    position: relative;
transform: rotate(90deg)
}
.detail-grid .crushing{
	align-content: end;
    font-weight: 600;
}


.detail-crumbs{
	text-align:center;
	border-radius: 10px;
  overflow: hidden;
}
.detail-crumbs img{
	margin:auto;
}





.detail-features {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 25px 0;
    border-top: 1px solid var(--accent-color3);
    border-bottom: 1px solid var(--accent-color3);
    margin-top: 50px;
}
.detail-features .detail-head{
	text-align:center;
	align-content:center;
	min-width: 120px;
}

.detail-features h4 {
  margin: 0 0 10px;
  font-size: 1.2em;
  font-weight: 700;
}

.detail-features p {
  margin: 0 0 12px;
  color: #444;
}



.detail-features ul {
  margin: 0;
  padding-left: 1.1em;
  font-size: 13.5px;
  color: #444;
}

.detail-features ul li {
  margin-bottom: 6px;
}

@media (max-width: 992px) {
  .detail-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "r1a"
      "r2a"
      "r3a"
      "r4a"
      "r1b"
      "r2b"
      "r3b"
      "r4b";
  }
  .detail-grid .g-r1-label,
  .detail-grid .g-r2-label,
  .detail-grid .g-r3-label,
  .detail-grid .g-r4-label {
    display: none;
  }
  .detail-grid > div {
    border-bottom: none;
    padding: 4px 0;
  }
  .detail-grid .g-r1-a { padding-top: 20px; }
  .detail-grid .g-r1-b { padding-top: 20px; }
  .detail-grid .g-r4-a { padding-bottom: 20px; }
  .detail-grid .g-r4-b { padding-bottom: 20px; }
  .detail-grid .g-r4-a {
    border-bottom: 1px dashed var(--default-color);
    margin-bottom: 4px;
  }
  .detail-grid [data-label]::before {
    content: attr(data-label) ;
    display: block;
    font-weight: 700;
    color:  var(--default-color);
    margin-top: 10px;
	  text-align:center;
  }
  .size-flow { gap: 10px; }
	
	.element-detail {
	position: relative;
    background: var(--accent-color2);
    border-radius: 12px;
    padding:60px 30px;
    width: 80%;
    margin: auto;
}
}

.choose-examples {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 70px auto 20px;
}

.choose-example {
  display: flex;
  gap: 18px;
	margin-bottom:50px;
}

.choose-example .persona {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #555;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.choose-example .persona svg {
  display: block;
}

.choose-example .request-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
	width:100%;
	
}

.choose-example .bubble {
  position: relative;
  background: #fff;
  border: 1px solid var(--default-color);
  border-radius: 12px;
  padding: 18px 22px;
}

.choose-example .bubble::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 44px;
  transform: translateY(-50%);
  border: 11px solid transparent;
  border-right-color: var(--default-color);
}

.choose-example .bubble::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 44px;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-right-color: #fff;
}

.choose-example .bubble strong.label {
  display: block;
  font-weight: 700;
  margin-bottom: 12px;
}

.choose-example .keywords {
  padding: 0 22px;
}

.choose-example .keywords p.sub-label{
  margin-left:-1em;
}

.choose-example .keywords ul{
	list-style:outside;
}

.choose-example .request-col .sub-label {
  margin: 0 0 6px;
  font-weight: 700;
  color: var(--accent-color);
}

.choose-example .request-col ul {
  margin: 0;
  padding-left: 1.1em;
}

.choose-example .arrow {
  font-size: 30px;
  color: var(--default-color);
  text-align: center;
    align-content: center;
}


.choose-example .result {
	position:relative;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff7ea;
  border-radius: 12px;
  padding: 40px 20px;
	min-width:320px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: calc(100% - 80px);

}

.choose-example .result .result-tag {
  position: absolute;
  top: -22px;
  left: -2%;
  background: var(--accent-color);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 22px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 10px;
}

.choose-example .result .result-img {
  margin:auto;
  text-align:center;
}

.choose-example .result .spec {
  margin: auto;
}

.choose-example .result .spec div {
  margin-bottom: 2px;
}

.choose-example .result img {
	width: 140px;
  flex-shrink: 0;
}

.choose-example .result .product-name {
  font-size: 12px;
  color: #777;
  margin-top: 6px;
}
.choose-flex{
	display:flex;
	gap:18px;
	width:70%;
	margin:auto;
}


@media (max-width: 992px) {
  .choose-example {
    display:block;
    text-align: left;
  }
  .choose-example .arrow { transform: rotate(90deg)!important; }	
	
	.choose-flex{
			margin:0 auto 30px;
		width:100%;
}
	.choose-example .result {
		margin:30px auto 0;
}
.choose-example .result .result-img {
	width:50%;
}
	.choose-example .result img {
	width: 100%;
		max-width:250px;
}
}

@media screen and (max-width: 768px) {
	.choose-flex{
	display:block;
		width:100%;
}
	.choose-example .persona {
 display:none;
}
.choose-example .bubble::before {
  content:none;
}

.choose-example .bubble::after {
  content:none;
}
	.choose-example .result {
	        width: calc(100% - 40px);
		min-width:auto;
}
	
}

.container.policy {
	margin-top:-100px;
}
.container .tt{
	display: block;
    font-weight: bold;
	margin-bottom:10px;
}
.container .dec{
	margin-bottom:50px;
}

.pagenavi .next {
	margin-left: auto;
}

.wpcf7 fieldset{
border:none;
margin:0;
padding:0;
min-width:0;
}

.require::after {
	content:"必須";
	display:inline-block;
	position:relative;
	color:var(--accent-color);
	font-size:0.5em;
    margin-left: 5px;
}


.form .formtext{
	margin-bottom: 50px;
}
.form .formtext p b.accent{
	color:var(--accent-color);
}
.form .formtext p span.td-u{
	text-decoration:underline;
}

.send .container{
	margin-bottom: 100px;
}




.news .page-title{
	margin-bottom:30px;
}
.news .postnavi {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
}
.news .postnavi .btn.prev {
	grid-column: 1;
	justify-self: start;
}
.news .postnavi .btn.newslist {
	grid-column: 2;
	justify-self: center;
}
.news .postnavi .btn.next {
	grid-column: 3;
	justify-self: end;
}









.staff .flex.divid.member .flex_item.sentence {
	width: 48%;
}
.staff .flex.divid.member .flex_item.image {
	width: 48%;
}
.staff .flex.divid.member .flex_item.ceo {
	width: 28%;
	margin-top:135px;
}

.staff .flex.divid.member .flex_item.sentence div{
    padding: 40px 70px 20px;
    position: absolute;
    bottom: -30px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
}
.staff .flex.divid.member:nth-child(even) .flex_item.sentence div{
    margin-left: -70px;
}
.staff .flex.divid.member:nth-child(odd) .flex_item.sentence div{
    margin-right: -70px;
}
.staff .flex.divid.member:nth-child(odd) {
    flex-direction: row-reverse;
}
.staff .flex.divid.member{
    margin-bottom:130px;
}

.department .flex_item .h-type03 h3 {
	transform: translateY(0);
	transition: transform 0.4s ease;
}


@media screen and (max-width: 992px) {
	.staff .flex.divid.member{
    margin-bottom:0;
	}
	.staff .flex.divid.member .flex_item.sentence div {
    position: relative;
    bottom:auto:
    top: -100px;
	}
	.staff .flex.divid.member .flex_item.sentence {
    width: 80%;
	}
	.staff .flex.divid.member .flex_item.image {
	width: 90%;
	}
	.staff .flex.divid.member:nth-child(odd) .flex_item.image {
	margin-left:auto;
}
	.staff .flex.divid.member:nth-child(even) .flex_item.sentence {
	margin-left:auto;
}
	.staff .flex.divid.member:nth-child(odd) .flex_item.sentence {
	margin-right:auto;
}
	
	
	
}

@media screen and (max-width: 768px) {
	.staff .flex.divid.member{
    margin-bottom:130px;
	}
	.staff .flex.divid.member .flex_item.sentence {
    width: 100%;
	}
	.staff .flex.divid.member .flex_item.image {
	width: 100%;
	}
	.staff .flex.divid.member .flex_item.sentence div {
    margin: auto;
	top:auto;
	}
.staff .flex.divid.member:nth-child(even) .flex_item.sentence div{
    margin-left: auto;
}
.staff .flex.divid.member:nth-child(odd) .flex_item.sentence div{
    margin-right: auto;
}
}






.p-link{
	font-weight:600;
	text-decoration:underline;
	    color:#007aff;

}
.p-link a{
	    color:#007aff;
}







@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 576px) {}

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

@media screen and (max-width: 300px) {
	.container {
		padding: 50px 10px;
	}
	header .hamburger {
		font-size: 1rem;
	}
	header .hamburger {
		margin: auto 0px;
	}
	footer .footer-menu nav.flex.off01{
		display:flex;
		justify-content: space-between;
	}
} 