/*算出*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために 10pt */
}

.container-header {
	justify-content: space-between;
}
.siteTitle__logo {
	opacity: 1;
	animation: none;
}
.heading {
	font-family: 'Shippori Mincho', serif;
	font-weight: normal;
}
.phrase {
font-family: 'Cormorant Garamond', serif;
}
html　body p,ul,ol,span,a,.t-noto,.globalNavi__list li a,.profile__description{
font-family: 'Shippori Mincho', serif;
	font-weight: normal;
}
.globalNavi__list li a {
	color: rgba(255,255,255,.7);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
}
#menu-item-672 a, #menu-item-677 a {
	color: rgba(255,255,255,.7);
	border-bottom: none;
}
#menu-item-672 a:hover, #menu-item-677 a:hover {
	border-color: rgba(255,255,255,.9);
  color: rgba(255,255,255,.9);
	border-bottom: 2px solid rgba(255,255,255,.9);
}
/*フッターの背景色*/
.l-footer .bottomFooter  {
	background: #DCD9D6;
	color: #333;
}
.container a {
	color: #333;
	font-family: sans-serif;
}
.bottomFooter__navi ul li {
	display: block;
	max-width: 160px;
	text-align: left;
	margin-bottom: 5px;
}
.bottomFooter__navi ul li a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
}
/*topリンクボタン */
.section-about__title, .section-social-tour__title, .section-industrial-tour__title, .section-remote__title, .section-map__title {
	font-size: 3.6rem;
	text-align: left;
	margin-bottom: 50px;
}

.btn,
a.btn,
button.btn {
	width: 200px;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
	font-weight: 300;
  line-height: 1.3;
  position: relative;
  display: inline-block;
	padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333333;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 2px solid #db6520;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #db6520;
	font-weight: 300;
}

a.join-1 {
	border: 2px solid #db6520;
  border-radius: 0;
  background: #fff;
	color: #333;
	font-size: 1.6rem;
	font-weight: 300;
}
a.join-1:hover {
  color: #fff;
  background: #db6520;
	font-weight: 400;
}
.top-message {
	display: flex;
	align-items: flex-end;
}
.top-message-description {
	width: 700px;
	margin-right: 50px;
}
@media(max-width: 680px) {
	.section-about__title, .section-social-tour__title, .section-industrial-tour__title, .section-remote__title, .section-map__title {
		font-size: 2.6rem;
	}
	.top-message {
		display: block;
	}
	.top-message-description {
		width: 90%;
		margin: 0 auto;
	}
	.top-message-button {
		padding-top: 20px;
		text-align: center;
	}
	.btn, .btn-border {
		display: inline-block;
	}
}
@media(max-width: 400px) {
	.section-about__title, .section-social-tour__title, .section-industrial-tour__title, .section-remote__title, .section-map__title {
		font-size: 1.8rem;
		margin: 0 0 10px 10px;
	}
}
/*googlemap指定*/
.googlemap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.googlemap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
}
@media(max-width: 680px) {
	.googlemap {
		padding: 0;
	  margin: 20px 0;
	}
	.iframe {
		width: 100%;
		height: 100%;
	}
}
a.join-1 {
	font-size: 1.6rem;
}
/*固定ページタイトル抹殺*/
h1.heading {
	display: none;
}
/*リンクの色*/
.wp-block-jetpack-layout-grid-column .wp-block-jetpack-layout-grid__padding-none {
	color: #333333;
}
/*コピーライトの色*/
.l-footer .wider .bottomFooter .container .bottomFooter__copyright{
	color:#333333;
	font-size:1rem;
}

/*カテゴリーマウスオーバー拡大*/
.box{
	overflow: hidden;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.box-bg{
  background: center center / cover no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  transition: .3s ease-in-out;
	background: #000;
}
.box-bg:hover {
  transform: scale(1.1);
	background: #555555;
}
.box-bg img {
	opacity: 0.6;
	transition-duration: 0.3s;
}
.box-text{
	font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
	color: #fff;
  width: 100%;
  left: 20px; 
  top: 10px; 
}
.box-text h2{
	font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 28px;
	font-weight: 300;
}
.box-text2 {
	font-family: 'Noto Sans JP', sans-serif;
	position: absolute;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 100;
	right: 10px;
	bottom: 10px;
	opacity: 0;
}
.box:hover .box-text2 {
	opacity: 1;
	font-weight: 300;
}
.googleform iframe[src^="https://docs.google.com/forms/d/e"]{
  width:100%;
}
/*一覧に戻る*/
.wrap-companylist {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-companylist__button {
  width: 120px;
  height: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  }
.wrap-companylist__button:hover {
  background-color: #27473f;
  box-shadow: 0px 15px 20px rgba(39, 92, 79, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.globalNavi__list {
	font-size: 13px;
}
.globalNavi__list a {
	margin: 10px 10px 0 0;
}
.content ul li:before {
	content: none;
}
.content ul li {
	padding-left: 0;
}
.category-icon img {
	height: 25px;
	width: 25px;
}
.category-icon li {
	display: inline-block;
	list-style: none;
	padding: 0;
}
.wp-block-group__inner-container {
	padding: 0 24px;
}
/*リモート見学紹介*/
.remote-description {
	margin-bottom: 60px;
}
/*リモートの流れ*/
.remote-flow-title {
	display: flex;
	align-items: baseline;
}
.remote-flow-title h2, .remote-flow-title p, .remote-flow {
		font-family: 'Noto Sans JP', sans-serif;
}
.remote-description p {
	font-size: 1.4rem;
	padding-top: 20px;
}
.remote-flow-title h2 {
	font-size: 1.6rem;
	margin-top: 20px;
}
.remote-flow-title p {
	margin: 0 0 0 20px;
	vertical-align: top;
}
.remote-flow > li {
  position: relative;
	font-size: 1.4rem;
}

.remote-flow > li:not(:last-child) {
  margin-bottom: 40px;
}

.remote-flow > li dl {
  max-width: 800px;
	margin: 0 auto;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgb(255, 73, 0);
  border-radius: 10px;
  position: relative;
}
.remote-flow > li:not(:last-child) dl::before,
.remote-flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.remote-flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgb(255, 73, 0);
}
.remote-flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.remote-flow > li dl dt {
  font-size: 20px;
  font-weight: 400;
  color: rgb(51,51,51);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
	background-color: #fff;
}
.remote-flow > li dl dt .remote-flow__icon {
  font-size: 12px;
  color: #fff;
  background: rgb(255, 73, 0);
  background: -moz-linear-gradient(left, rgba(255, 73, 0,1) 0%, rgba(255, 73, 0,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 227, 0,1) 0%,rgba(255, 73, 0,1) 100%);
  background: linear-gradient(to right, rgba(255, 227, 0,1) 0%,rgba(255, 73, 0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3C00', endColorstr='#F5E21F',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}
.remote-flow dd {
	border: none;
	font-size: 1.4rem;
	font-weight: 300;
}
.remote-flow-wrapper {
	background-color: #fff;
	padding: 30px 40px;
	margin-bottom: 80px;
	border-radius: 10px;
}
.remote-flow__icon {
	margin-right: 30px;
}
@media(max-width: 2000px) {
	.remote-flow li dl {
		width: 100%;
	}
	.remote-flow dt {
		display: flex;
		width: 100%;
		font-size: 1.6rem;
	}
	.remote-flow li dl {
		display: block;
	}
}
@media(max-width: 600px) {
	.remote-flow-wrapper {
		padding: 30px 20px;
	}
	.remote-flow li dl dt {
		font-size: 1.5rem;
		padding: 10px;
		text-align: left;
	}
	.remote-flow__icon {
	  margin-right: 10px;
}
	.remote-flow li dl {
		padding: 10px;
	}
}
@media(max-width: 480px) {
	.remote-flow-title {
		display: block;
	}
	.remote-flow-title h2 {
		text-align: center;
	}
	.remote-flow-title p {
		margin-left: 0;
		text-align: center;
	}
}
/*==================================================
ギャラリーのためのcss
===================================*/
.gallery{
columns: 4;/*段組みの数*/
padding:0 15px;/*ギャラリー左右に余白をつける*/
}

.gallery li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
  width:100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
  .gallery{
  columns:3;
  } 
}

@media only screen and (max-width: 768px) {
  .gallery{
  columns: 2;
  } 
}


/*========= レイアウトのためのCSS ===============*/
.gallery-wrapper {
	margin-bottom: 50px;
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a{
  color: #333;
}

a:hover,
a:active{
  text-decoration: none;
}

p{
  margin:0 10px 10px 10px;
  word-wrap : break-word;
}

/*画像を出現させるアニメーションCSS*/

.flipLeft{
animation-name: flipLeft;
animation-duration:3s;
animation-fill-mode:forwards;
perspective-origin: left center;
opacity: 0;
}

@keyframes flipLeft{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}
/*お問合せ誘導*/
.page-contact {
	text-align: center;
  padding-top: 40px;
}
.link-detail {
	display: inline-flex;
	align-items: center;
}
.link-detail span {
	display: inline-block;
	position: relative;
	transition: .3s;
}
.link-detail span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #27473f;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .3s;
}
.link-detail i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0 0 0 24px;
    border: 1px solid #27473f;
    border-radius: 100%;
    background: #F7F7F7;
    box-sizing: border-box;
}
.link-detail i:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: #27473f;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.link-detail i:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 9px;
    border-color: transparent transparent transparent #27473f;
    z-index: 10;
    transition: .3s;
}
.link-detail:hover {
  text-decoration: none;
}
.link-detail:hover span {
  color: #27473f;
}
.link-detail:hover span:before {
  transform: scale(1, 1);
}
.link-detail:hover i:before {
  width: 56px;
  height: 56px;
}
.link-detail:hover i:after {
  filter: brightness(0) invert(1);
}
/*各社ページタイトル*/
.c-title {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin-bottom: 80px;
}
.c-title h2 {
	font-size: 3rem;
}
/*各社ページTOPセクション*/
.c-top {
	width: 100%;
}
.c-top-img {
	float: left;
	width: 45%;
}
.c-top-description {
	float: right;
	width: 45%;
	font-size: 1.4rem;
	line-height: 3rem;
}
.c-top a {
	padding: 30px 0 0 10px;
}
@media(max-width: 650px) {
	.c-top-img {
		display: block;
		width: 100%;
		height: auto;
	}
	.c-top-description {
		display: block;
		width: 100%;
		padding-top: 40px;
	}
	.-top-description p {
		width: 94%;
		margin: 0 auto;
	}
}
/*各社ページカテゴリーバッジ*/
.badge-group{
	margin-left: 40px;
  width: 260px;
  height: auto;
	display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.badge-item-1, .badge-item-2, .badge-item-3 {
  margin-right: 8px;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
  padding: 4px 8px;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
#badge-1 {
	background-color: #ff5f55
}
#badge-2 {
	background-color: #93b5c6;
}
#badge-3 {
	background-color: #d0e689;
}
@media(max-width: 650px) {
	.c-title {
		display: block;
		margin-bottom: 0;
	}
	.c-title h2 {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	.badge-group {
		width: 95%;
		height: auto;
		justify-content: flex-end;
		padding: 0 24px;
	}
	.badge-item-1, .badge-item-2, .badge-item-3 {
		font-size: 10px;
		font-weight: 500;
	}
}

/*各社見学ポイント見出し*/
.i-tourism-point, .s-tourism-point  {
	max-width: 400px;
}
.i-tourism-point h3, .s-tourism-point h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.0rem;
	font-weight: 400;
  padding: 1rem 2rem;
  border-left: 4px solid #db6520;
}
.s-tourism-point h2 {
	margin-bottom: 40px;
}
/*各社ページ：社会見学p*/
.s-tour {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 20px 30px;
	background: #f4f4f4;
	border: 1px solid #333;
	border-radius: 5px;
}
.s-tour ul li {
	padding: 10px 0 0 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
}
/*各社ページ：注意事項*/
.alert {
	display: inline-block;
	font-family:'Noto Sans JP', sans-serif;
	background: #FF5A00;
	padding: 10px;
	border-radius: 8px;
}
.alert h3 {
	color: #fff;
	font-size: 1.4rem;
}
/*協議会について*/
.about-index, .about-award{
	width: 90%;
	margin: 0 auto;
}
.about-index h3, .about-award h3 {
	font-size: 1.6rem;
	font-weight: 600;
	padding-left: 16px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
.about-index img {
	float: right;
	width: 35%;
	padding-top: 14px;
}
.about-index p {
	float: left;
	width: 55%;
	padding-left: 10px;
	font-size: 1.4rem;
	line-height: 3rem;
}
.about-award p, .about-award a {
	font-size: 1.4rem;
	margin-left: 20px;
}
.award-list {
	display: flex;
	flex-wrap: wrap;
}
.about-award a {
	padding-top: 10px;
}
#award-1 {
	width: 100%;
}

@media(max-width: 650px) {
	.about-index p {
		width: 94%;
	}
	.about-index img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.about-award a {
		font-size: 1.2rem;
	}
}
.join-wrapper {
	width: 90%;
	margin: 0 auto;
}
.join-wrapper p {
	font-size: 1.4rem;
	width: 75%;
	padding-top: 30px;
	margin-bottom: 60px;
}
.join-terms {
	display: flex;
	flex-wrap: wrap;
}
.join-terms a {
	width: calc(90%/3);
	margin-right: 20px;
}
.join-terms a:last-child {
	margin-right: 0;
}
@media(max-width: 650px){
	.join-wrapper p {
		width: 94%;
		margin: 0 auto;
		padding-top: 0;
		margin-bottom: 40px;
	}
	.join-terms a:last-child {
		margin: 0 auto;
	}
	.join-terms {
		width: 100%;
	}
	.join-terms a {
		display: block;
		width: 300px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}
.about-kuwana {
	width: 84%;
	margin: 0 auto;
}
.about-kuwana p {
	font-size: 1.4rem;
	line-height: 3.4rem;
	padding-top: 40px;
}
.siteTitle__logo {
	opacity: 1;
	animation: none;
}