@charset "utf-8";
/*
Theme Name: 株式会社ハイド
Theme URI: http://p2t.jp/
Version: 1.0.0
Author: 株式会社ピーツーティー P2T
Author URI: http://p2t.jp/
*/

/* ========================================================
  ROOT
========================================================= */
:root {
  --font-serif: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* ========================================================
  RESET
========================================================= */
* {
	padding: 0px;
	margin: 0px;
	outline: none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	border: 0px;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	color: #000;
	cursor: default;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 17px; font-size: 1.7rem;
	line-height: 1.7;
	word-wrap: break-word;
  font-feature-settings: "palt";
  letter-spacing: .07em;
  text-align: justify;
  min-width: 1200px;
  width: 100%;
}

img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
	border: 0;
}

a {
	color: #1496de;
  text-decoration: underline;

}
a:hover,
a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

a img {
  transition: all .3s;
}

/* ========================================================
  LAYOUT
========================================================= */
/*  header ------------------  */
.header {
  width: 100%;
  position: absolute;
  top: 20px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.header__inner {
  width: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 auto;
  align-items: center;
  height: 90px;
}
.header__logo {
  width: 200px;
}
#home .header__logo img {
  display: none;
}
@media only screen and (max-width: 960px) {
#home .header__logo img {
  display: block;
}
.header__logo img {
  max-width: 120px;
}
.header__inner {
  align-items: inherit;
  height: auto;
}
}

/*  nav-global ------------------  */
.global-nav {
  width: 100%;
  flex: 1;
}
.global-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: right;
  margin: 0 auto;
  list-style: none;
  gap: 10px;
}
.global-nav li.global-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 0;
}
.global-nav li.global-nav__item a {
  color: #000;
  text-decoration: none;
  font-size: 17px; font-size: 1.7rem;
  font-weight: 600;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 10px 20px;
  text-shadow: 1px 1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,-1px -1px 0 #fff;
}
.global-nav li.global-nav__item a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #2293d2
}

.global-nav li.global-nav__item a.global-nav__link--contact { 
  color: #fff;
  background-color: #6ebbe6;
  text-shadow: none;
}
.global-nav__dropdown-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: -10px;
  white-space: nowrap;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}
.global-nav .global-nav__item:hover .global-nav__dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: .8s;
  transition:  .8s;
}
.global-nav .global-nav__item .global-nav__dropdown-menu a {
  font-size: 15px; font-size: 1.5rem;
  font-weight: 400;
  display: block;
  text-align: left;
  padding: 10px 0 5px 10px;
  position: relative;
}
.global-nav .global-nav__item .global-nav__dropdown-menu a::before {
  content: "";
  width: 5px;
  height: 1px;
  display: block;
  background-color: #000;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
}
.global-nav .global-nav__item .global-nav__dropdown-menu a:hover {
  color: #2293d2
}
.global-nav .global-nav__item .global-nav__dropdown-menu a:hover::before {
  background-color: #2293d2;
}

.global-nav li.global-nav__item.global-nav__home,
.global-nav li.global-nav__item.global-nav__privacy,
.global-nav li.global-nav__item.global-nav__policy {
  display: none;
}

.openbtn {
  display: none;
}
@media only screen and (max-width: 1080px) {
.global-nav li.global-nav__item a {
  padding: 10px 15px;
  font-size: 15px; font-size: 1.5rem;
}
}
@media only screen and (max-width: 960px) {
.header {
  z-index: 999;
  position: fixed;
  height: 90px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.header__inner {
  width: 100%;
}
.header__logo {
  padding: 20px 15px;
}
html.fixed {
  height: 100%;
  overflow: hidden;
}
.global-nav {
	position: absolute;
	z-index: 998;
	width: 100%;
	height: auto;
  padding: 0;
	transition: all .5s;
  opacity: 0;
}
.global-nav.panelactive {
  opacity: 1;
}
.global-nav__wrap {
  position: absolute;
  z-index: 998;
  width: 100%;
  height: 100vh;
  padding: 30px 20px 120px;
  margin-top: 90px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  overflow: auto;
}
.panelactive .global-nav__wrap {
  display: block;
}
.global-nav__dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  position: static;
  width: 100%;
  white-space: nowrap;
  padding: 0px 20px 10px;
  background-color: inherit;
}
.global-nav li.global-nav__item {
  width: 100%;
  flex-wrap: wrap;
  justify-content: left;
}
.global-nav li.global-nav__item a {
  padding: 15px 10px 15px;
  text-align: left;
  text-shadow: none;
  color: #000;
}
.global-nav li.global-nav__item a:hover,
.global-nav .global-nav__item .global-nav__dropdown-menu a:hover {
  color: inherit;
}
.global-nav li.global-nav__item a.global-nav__link--contact {
  color: #000;
  background-color: inherit;
}
.global-nav li.global-nav__item > a {
  border-top: 1px solid #999;
  font-family: var(--font-serif);
  font-size: 18px; font-size: 1.8rem;
}
.global-nav__item a::before {
  content: none;
}
.global-nav__item a::before {
  background-size: 50px 38px;
  width: 50px;
  height: 38px;
}
.global-nav li.global-nav__item.global-nav__home,
.global-nav li.global-nav__item.global-nav__privacy,
.global-nav li.global-nav__item.global-nav__policy {
  display: block;
}
.openbtn {
  position: absolute;
	z-index: 9999;/*ボタンを最前面に*/
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 60px;
	height: 60px;
  display: block;
}
.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 13px;
	height: 4px;
	border-radius: 2px;
	background-color: #000;
	width: 60%;
}
.openbtn span:nth-of-type(1) {
  top:15px; 
}
.openbtn span:nth-of-type(2) {
  top:23px;
}
.openbtn span:nth-of-type(3) {
  top:31px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}
.openbtn .openbtn-menu {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  position: absolute;
  bottom: 2px;
  left: 50%;
  color: #000;
  transform: translateX(-50%);
  letter-spacing: .1em;
}
}

/*  PAGE HOME ------------------------  */
.mainvisual {
  height: 90vh;
  position: relative;
}
.mainvisual .mainvisual__inenr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  position: absolute;
  z-index: 1;
  width: 95%;
  max-width: 1400px;
  gap: 5%;
}
.mainvisual .mainvisual__logo {
  width: 350px;
}
.mainvisual .mainvisual__catch-copy {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px; font-size: 3.2rem;
  text-shadow: 1px 1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,-1px -1px 0 #fff;
}
.scrolldown1{
  position:absolute;
  left:20px;
  bottom:40px;
  height:50px;
  z-index: 9;
}
.scrolldown1 span{
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #000;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
/* particles.js container ------------------  */
#particles-js {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 1180px) {
.mainvisual .mainvisual__logo {
  width: 280px;
}
.mainvisual .mainvisual__catch-copy {
  font-size: 28px; font-size: 2.8rem;
}
}
@media only screen and (max-width: 940px) {
.mainvisual .mainvisual__logo {
  width: 220px;
}
.mainvisual .mainvisual__catch-copy {
  font-size: 26px; font-size: 2.6rem;
}
}
@media only screen and (max-width: 768px) {
.mainvisual .mainvisual__logo {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.mainvisual .mainvisual__logo img {
  max-width: 280px;
}
.mainvisual .mainvisual__catch-copy {
  font-size: 16px; font-size: 1.6rem;
  letter-spacing: .02em;
}
}

@media only screen and (max-width: 600px) {
.section-news {
  width: 90%;
  margin: 0 auto;
}
}

/*  page ------------------  */
.page-header {
  height: 230px;
  position: relative;
}
.page-header__heading  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 70%;
  left: 50%;
  transform: translateY(-70%) translateX(-50%);
  -webkit-transform: translateY(-70%) translateX(-50%);
  position: absolute;
  z-index: 1;
  width: 95%;
  justify-content: center;
  font-size: 30px; font-size: 3.0rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
.page-header__heading  {
  font-size: 28px; font-size: 2.8rem;
}
}
/*  slider ------------------  */
.slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  list-style: none;
}
.slider li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}
.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider a {
  text-decoration: none;
  color: #000;
}
.slider-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
  cursor:pointer;
  transition: all .2s;
}
.prev-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  transform: translateX(-25%) rotate(225deg);
  left: -25px;
  filter: drop-shadow(0px 0px 2px #000);
}
.prev-arrow::before,
.prev-arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.prev-arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.prev-arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
.next-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  transform: translateX(-25%) rotate(45deg);
  right: -30px;
  filter: drop-shadow(0px 0px 2px #000);
}
.next-arrow::before,
.next-arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.next-arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.next-arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
.prev-arrow:hover  {
  opacity: .7;
}
.next-arrow:hover {
  right: -32px;
}

/*  news slide ------------------  */
.post-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 14px; font-size: 1.4rem;
  line-height: 1.2;
  margin: 20px 0 10px;
}
.post-news__category {
  padding: 0 10px;
  color: #fff;
  font-family: var(--font-serif);
  font-style: italic;
  letter-spacing: .02em;
}
.post-news__category a {
  text-decoration: none;
}
.post-news__category.notice {
  background-color: #de785b;
}
.post-news__category.recruit {
  background-color: #ebde4c;
}
.post-news__category.press_release {
  background-color: #99ba52;
}
.post-news__category.game {
  background-color: #4594c0;
}
.post-news__category.esports {
  background-color: #dd5477;
}
.post-news__date {
  letter-spacing: .02em;
  color: #828282;
  font-size: 14px; font-size: 1.4rem;
}
.post-news-title {
  font-size: 14px; font-size: 1.4rem;
  letter-spacing: .02em;
}
@media only screen and (max-width: 480px) {
.post-news__category {
  padding: 0 5px;
}
.post-news__row {
  font-size: 11px; font-size: 1.1rem;
  gap: 10px;
}
.post-news__date {
  font-size: 12px; font-size: 1.2rem;
}
}

.home-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.home-products__item { 
  width: 23.5%;
}
.home-products__item::after {
  content: "";
  display: block;
  width: 23.5%;
}
.home-products__item::before { 
  content: ""; 
  display: block; 
  width: 23.5%;
  order: 1;
}
.home-products__title {
  color: #fff;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 30px; font-size: 3.0rem;
  letter-spacing: .02em;
  margin-bottom: .5em;
  padding: .5em .5em .3em;
  line-height: 1;
}
.home-products__title span {
  font-size: 20px; font-size: 2.0rem;
  margin: .5em 0 .2em;
  display: block;
}
.home-products__title__planning { background-color: #de785b;}
.home-products__title__programming { background-color: #ebde4c;}
.home-products__title__graphic { background-color: #99ba52;}
.home-products__title__business { background-color: #4594c0;}
.home-products__item ul { 
  margin-left: 1.5em;
}
@media only screen and (max-width: 768px) {
.home-products {
  flex-wrap: wrap;
  gap: 3em 2%;
}
.home-products__item {
  width: 48%;
}
.home-products__title {
  font-size: 21px; font-size: 2.1rem;
}
.home-products__title span {
  font-size: 18px; font-size: 1.8rem;
}
}

.home-recruit {
  position: relative;
  margin-bottom: 2em;
}
.home-recruit__item1 {
  max-width: 810px;
  width: 80%;
  height: auto;
}
.home-recruit__item2 {
  max-width: 580px;
  height: auto;
  margin-left: auto;
  margin-top: -16%;
  width: 60%;
}

.section-home-esports {
  background-image: url('images/home/esports_bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.section-home-esports::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.home-esports {
  max-width: 520px;
  width: 100%;
  margin: 4em auto;
}
.section-home-esports a.btn {
  background-color: rgba(110, 187, 230, .6);
}


/*  Category-Nav ------------------  */
.category-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  margin: 3em 0;
}
.category-nav__item {
  display: inline-block;
  width: 100%;
  background-color: #6ebbe6;
  line-height: 1.2;
  position: relative;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px; font-size: 2.2rem;
}
.category-nav__item::after {
  content: "";
  border-width: 15px;
  border-style: solid;
  border-color: #6ebbe6 transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.category-nav__item a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-nav__item.category-nav__item--products-ps4,
.category-nav__item.category-nav__item--notice { background-color: #deb3a7; }
.category-nav__item--products-ps4::after,
.category-nav__item--notice::after { border-color: #deb3a7 transparent transparent; }
.category-nav__item.category-nav__item--products-psvita-psp { background-color: #deb3a7; }
.category-nav__item--products-psvita-psp::after { border-color: #deb3a7 transparent transparent; }
.category-nav__item.category-nav__item--products-nintendo-ds-3ds,
.category-nav__item.category-nav__item--recruit { background-color: #e7df87; }
.category-nav__item--products-nintendo-ds-3ds::after,
.category-nav__item--recruit::after { border-color: #e7df87 transparent transparent; }
.category-nav__item.category-nav__item--products-nintendo-switch { background-color: #e7df87; }
.category-nav__item--products-nintendo-switch::after { border-color: #e7df87 transparent transparent; }
.category-nav__item.category-nav__item--products-ios-android,
.category-nav__item.category-nav__item--press_release { background-color: #b7c39c; }
.category-nav__item--products-ios-android::after,
.category-nav__item--press_release::after { border-color: #b7c39c transparent transparent; }
.category-nav__item.category-nav__item--products-other,
.category-nav__item.category-nav__item--game { background-color: #95b2c2; }
.category-nav__item--products-other::after,
.category-nav__item--game::after { border-color: #95b2c2 transparent transparent; }
.category-nav__item.category-nav__item--esports { background-color: #d6a7b3; }
.category-nav__item--esports::after { border-color: #d6a7b3 transparent transparent; }
@media only screen and (max-width: 768px) {
.category-nav {
  flex-wrap: wrap;
  margin-bottom: 4em;
}
.category-nav__item {
  margin-bottom: 10px;
}
.category-nav__item a {
  height: 65px;
}
}

/*  Page Company ------------------  */
.company-message {
  max-width: 870px;
  width: 95%;
  margin: 2em auto 1em;
}
.company-lgoo-omoi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 3em auto;
  gap: 60px;
  align-items: center;
}
.company-lgoo-omoi__logo {
  width: 30%;
}
.company-lgoo-omoi__text {
  width: 70%;
  font-family: var(--font-serif);
}
.company-lgoo-omoi__text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 2em 0;
}
.company-lgoo-omoi__text__item img {
  width: 54px;
}
.company-lgoo-omoi__text__item p {
  font-size: 25px; font-size: 2.5rem;
  margin-top: 0.2em;
}
@media only screen and (max-width: 768px) {
.company-lgoo-omoi {
  flex-direction: column;
  gap: 30px;
}
.company-lgoo-omoi__logo {
    width: 50%;
    margin: 0 auto;
}
.company-lgoo-omoi__text__item {
  gap: 10px;
}
.company-lgoo-omoi__text {
  width: 100%;
}
.company-lgoo-omoi__text__item img {
  width: 44px;
}
.company-lgoo-omoi__text__item p {
  font-size: 21px; font-size: 2.1rem;
}
}
@media only screen and (max-width: 480px) {
.company-lgoo-omoi__text__item img {
  width: 38px;
}
.company-lgoo-omoi__text__item p {
  font-size: 18px; font-size: 1.8rem;
}
}

.organization_chart {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 1em;
}

.company-map {
  margin: 2em 0 0;
  width: 100vw;
  max-width: 100%;
}

.company-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
  width: 100%;
  justify-content: space-between;
}
.company-gallery__item {
  width: calc(96%/3);
  margin: 10px 0;
}
.company-gallery__item:last-child {
  content: "";
  display: block;
  width: calc(96%/3);
}
@media only screen and (max-width: 768px) {
.company-gallery__item {
  width: calc(96%/2);
}
.company-gallery__item:last-child {
  width: calc(96%/2);
}
}

/*  Page Company-Message ------------------  */
.message-ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.message-ceo__img {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.message-ceo__text {
  flex: 1;
}
.message-ceo_sige {
  font-family: "HG正楷書体-PRO", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: right;
  font-size: 34px; font-size: 3.4rem;
}
.message-ceo_sige span {
  font-size: 21px; font-size: 2.1rem;
}

.qa-list {
  margin-bottom: 1.5em;
}
.qa-list dt {
  font-size: 24px; font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.qa-list dd {
  margin-bottom: 1em;
}
.text-red { color: #d4161b; }
.text-yellow { color: #baa02c; }
.text-green { color: #4e9430; }
.text-blue { color: #2e5688; }

@media only screen and (max-width: 768px) {
.message-ceo {
  flex-direction: column;
}
.qa-list dt {
  font-size: 20px; font-size: 2.0rem;
}
.message-ceo_sige {
  font-size: 30px; font-size: 3.0rem;
}
.message-ceo_sige span {
  font-size: 18px; font-size: 1.8rem;
}
}

/*  Page Company-History ------------------  */
.table-line.table-line__history dt {
  width: 4em;
}
.table-line.table-line__history dd {
  width: calc(100% - 4em);
}

.company-history-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
  width: 100%;
  justify-content: space-between;
}
.company-history-gallery__item {
  width: calc(98%/3);
  margin: 20px 0;
}
.company-history-gallery__item:last-child {
  content: "";
  display: block;
  width: calc(98%/3);
}
.company-history-gallery__item p {
  line-height: 1.4;
  margin-bottom: 10px!important;
}
@media only screen and (max-width: 768px) {
.company-history-gallery__item {
  width: calc(97%/2);
}
.company-history-gallery__item:last-child {
  width: calc(97%/2);
}
.company-history-gallery__item p {
  font-size: 14px; font-size: 1.4rem;
}
}

/*  Page Products ------------------  */
.products-list__title {
  font-family: var(--font-serif);
  font-size: 30px; font-size: 3.0rem;
  font-weight: 500;
  font-style: italic;
  text-align: left;
  line-height: 1.3;
}
.products-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 45px;
  margin: 1.3em 0 4em;
  width: 100%;
}
.products-item__img {
  width: 354px;
}
.products-item__info {
  flex: 1;
  width: 100%;
}
.products-item__info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 10px;
}
.products-item__info__item dt {
  width: 165px;
  padding: 15px 10px;
  background-color: #96cbe8;
  border-radius: 10px;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 24px; font-size: 2.4rem;
  font-weight: 500;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-item__info__item dd {
  flex: 1;
  display: flex;
  align-items: center;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
.products-list__title {
  font-size: 22px; font-size: 2.2rem;
}
.products-item {
  flex-wrap: wrap;
  gap: 25px;
  margin: 1em 0 4em;
}
.products-item__img {
  width: 100%;
}
.products-item__info__item dt {
  width: 120px;
  padding: 12px 5px;
  font-size: 18px; font-size: 1.8rem;
}
}

/*  Page Teamhyde ------------------  */
.teamhyde-sponser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 45px;
  margin: 1em 0 4em;
  width: 100%;
  align-items: center;
}
.teamhyde-sponser__logo {
  width: 430px;
  max-width: 100%;
}
.teamhyde-sponser__text {
  flex: 1;
}
@media screen and (max-width: 768px) {
.teamhyde-sponser {
  flex-direction: column;
}
.teamhyde-sponser__logo {
  order: 2;
}
}

.teamhyde-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 1em 0 4em;
  width: 100%;
}
.teamhyde-member__item {
  width: 50%;
}
.teamhyde-member_heading {
  font-size: 24px; font-size: 2.4rem;
  line-height: 1.3;
  margin: .8em 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
.teamhyde-member {
  flex-direction: column;
  gap: 40px;
}
.teamhyde-member__item {
  width: 100%;
}
.teamhyde-member_heading {
  font-size: 20px; font-size: 2.0rem;
}
}

.teamhyde-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 2em 0 4em;
  width: 100%;
}
.teamhyde-partner__item {
  text-align: center;
}
@media screen and (max-width: 768px) {
.teamhyde-partner {
  flex-direction: column;
  gap: 40px;
  width: 70%;
  margin: 0 auto;
}
.teamhyde-partner__item {
  width: 100%;
}
.teamhyde-partner__item img {
  max-height: 50px;
}
}

.teamhyde-twitter-timeline {
  width: 70%;
  margin: 2em auto;
}

/*  Page Recruit ------------------  */
.recruit-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin: 2em 0;
  width: 100%;
}
.recruit-step__item {
  width: calc( ( 100% - 50px ) / 2 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.recruit-step__content {
  flex: 1;
}
.recruit-step__number {
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px; font-size: 2.8rem;
  position: relative;
}
.recruit-step__number::after {
  content: "";
  position: absolute;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #000;
  top: 50%;
  left: 100%;
  margin-top: -20px;
}
.recruit-step__number--1 { background-color: #de785b; }
.recruit-step__number--1::after { border-left-color: #de785b;}
.recruit-step__number--2 { background-color: #ebde4c; }
.recruit-step__number--2::after { border-left-color: #ebde4c;}
.recruit-step__number--3 { background-color: #99ba52; }
.recruit-step__number--3::after { border-left-color: #99ba52;}
.recruit-step__number--4 { background-color: #4594c0; }
.recruit-step__number--4::after { border-left-color: #4594c0;}

.recruit-step__title {
  font-size: 24px; font-size: 2.4rem;
  font-weight: 500;
}
.recruit-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 4em 0 2em;
  width: 100%;
}
.recruit-app__item {
  width: 50%;
}

.accordion {
  margin: 3em auto;
  max-width: 100%;
}
.accordion__toggle {
  display: none;
}
.accordion__option {
  position: relative;
  margin-bottom: 1em;
  border: 1px solid #9fa0a0;
}
.accordion__title,
.accordion__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion__title {
  padding: 1em;
  display: block;
  font-weight: 500;
  font-size: 24px; font-size: 2.4rem;
  padding-left: 2.5em;
}
.accordion__title::after,
.accordion__title::before {
  content: "";
  position: absolute;
  left: 1.25em;
  top: 1.42em;
  width: 2px;
  height: 0.75em;
  background-color: #333;
  transition: all 0.3s;
}
.accordion__title::after {
  transform: rotate(90deg);
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
}
.accordion__content p {
  font-size: 16px; font-size: 1.6rem;
  line-height: 1.5;
  padding: 20px;
  margin: 0 20px 20px 20px!important;
  background-color: #f6faf6;
}
.accordion__toggle:checked + .accordion__title + .accordion__content {
  max-height: 500px;
  transition: all 1.5s;
}
.accordion__toggle:checked + .accordion__title::before {
  transform: rotate(45deg) !important;
}
.accordion__toggle:checked + .accordion__title::after {
  transform: rotate(135deg) !important;
}

@media screen and (max-width: 768px) {
.recruit-step {
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.recruit-step__item {
  width: 100%;
  gap: 30px;
}
.recruit-step__number {
  font-size: 21px; font-size: 2.1rem;
}
.recruit-step__number::after {
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 20px ;
}
.recruit-step__title {
  font-size: 20px; font-size: 2.0rem;
  font-weight: 500;
}

.recruit-app {
  flex-direction: column;
  gap: 40px;
}
.recruit-app__item {
  width: 100%;
}

.accordion__title {
  font-size: 16px; font-size: 1.6rem;
}
}
@media screen and (max-width: 600px) {
.recruit-step__number {
  width: 120px;
}
}

.recruit-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 92%;
  max-width: 1260px;
  margin: 3em auto 2em;
}
.recruit-nav__item {
  display: inline-block;
  width: 100%;
  background-color: #6ebbe6;
  line-height: 1.2;
  position: relative;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px; font-size: 2.2rem;
}
.recruit-nav__item::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 15px;
  transform: rotate(135deg);
  transition: all .3s;
}
.recruit-nav__item:hover::before {
  bottom: 12px;
}
.recruit-nav__item a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.recruit-nav__item.recruit-nav__item--planner { background-color: #de785b; }
.recruit-nav__item.recruit-nav__item--programmer { background-color: #ebde4c; }
.recruit-nav__item.recruit-nav__item--2d-designer { background-color: #99ba52; }
.recruit-nav__item.recruit-nav__item--3d-designer { background-color: #4594c0; }
@media only screen and (max-width: 768px) {
.recruit-nav {
  flex-wrap: wrap;
  margin-bottom: 4em;
  gap: 0;
}
.recruit-nav__item a {
  height: 65px;
}
.recruit-nav__item {
  margin-bottom: 10px;
}
}

.recruit-interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 0 0 3em;
  align-items: center;
}
.recruit-interview__img {
  max-width: 425px;
  width: 100%;
  margin: 0 auto;
}
.recruit-interview__text {
  flex: 1;
}
.recruit-interview__text__lead {
  font-size: 24px; font-size: 2.4rem;
  margin-bottom: 1em;
  text-align: center;
}
.recruit-interview__text__name {
  font-size: 24px; font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: .5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
.recruit-interview {
  flex-direction: column;
}
.recruit-interview__text__lead {
  font-size: 21px; font-size: 2.1rem;
}
.recruit-interview__text__name {
  font-size: 21px; font-size: 2.1rem;
}
}

/*  Page Policy ------------------  */
.policy-heading-1 {
  font-size: 24px; font-size: 2.4rem;
  font-weight: 500;
  margin-top: 1em;
}
.policy-heading-2 {
  font-size: 20px; font-size: 2.0rem;
  font-weight: 500;
  margin-top: 1em;
}
.policy-list {
  margin-bottom: 2em;
}
.policy-list li p {
  margin-bottom: 2em!important;
}
.policy-list li ol {
  margin-left: 0;
  margin-bottom: 1em;
}
.policy-list li li {
  list-style-type: none;
  counter-increment: cnt;
}
.policy-list li li::before {
  content: "("counter(cnt)")";
}
@media only screen and (max-width: 768px) {
.policy-heading-1 {
  font-size: 22px; font-size: 2.2rem;
}
.policy-heading-2 {
  font-size: 18px; font-size: 1.8rem;
}
}

/*  news-list ------------------  */
.news-list {
  border-top: 1px dotted #3cb3e4;
  text-align: left;
}
.news-list:last-of-type {
  border-bottom: 1px dotted #3cb3e4;
}
.news-list a {
  color: #595757;
  display: block;
  text-decoration: none;
  padding: 20px 100px 20px 20px;
  background-image: url(images/common/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 48px;
}
.news-list a:hover {
  background-color: #b2edf6;
}
.news-list__date {
  margin-bottom: .5em;
}
.news-list__ttl {
  font-weight: 600;
}
.news-list__new {
  background-color: #f6ac19;
  color: #fff;
  font-size: 14px; font-size: 1.4rem;
  font-weight: 600;
  padding: 2px 4px;
  margin-left: .5em;
  letter-spacing: .04em;
}

/*  btn ------------------  */
.btn {
  background-color: #6ebbe6;
  border-radius: 100vh;
  color: #fff;
  font-size: 21px; font-size: 2.1rem;
  font-weight: 500;
  text-decoration: none;
  margin: 2em auto;
  padding: .3em 1.5em;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.btn::after {
  content: '';
  border-style: solid;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  margin-left: 10px;
}
.btn:hover {
  transition: all .3s;
}


/*  heading ------------------  */
.heading-lv2 {
  position: relative;
  margin: .5em auto 1.5em;
  padding: 15px 10px;
  font-size: 25px; font-size: 2.5rem;
  font-family: var(--font-serif);
  font-weight: 500;
  font-style: italic;
  text-align: center;
  letter-spacing: .02em;
}
.heading-lv2::after {
  content: '';
  background: url('images/common/heading_border.png') no-repeat;
  background-size: cover;
  display: block;
  width: 102px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.heading-lv2 span {
  font-size: 16px; font-size: 1.6rem;
  font-weight: 400;
}

.headin-lv3 {
  font-size: 18px; font-size: 1.8rem;
  font-weight: 600;
  color: #21b8ce;
  margin-bottom: .5em;
}

.border-box {
  background-color: #fff;
  border: 2px solid #f3b53a;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
.heading-lv2 {
  font-size: 22px; font-size: 2.2rem;
  padding: 15px 0;
  line-height: 1.5;
}
}


/*  footer ------------------  */
.footer {
  padding: 7em 0 4em;
}
.footer__inner {
  max-width: 1260px;
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.nav-footer {
  list-style: none;
  width: 16.666%;
  font-size: 14px; font-size: 1.4rem;
}
.nav-footer li a {
  color: #000;
  text-decoration: none;
}
.nav-footer li:first-child {
  border-left: none;
}
@media only screen and (max-width: 1180px) {
.nav-footer {
  font-size: 12px; font-size: 1.2rem;
}
}
.sns-icon {
  margin: 1em 0;
}
.sns-icon a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.sns-icon__twitter {
  background-image: url('images/common/sns_icon_twitter.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.copyright {
  font-size: 16px; font-size: 1.6rem;
  text-align: center;
  padding-bottom: 1.5em;
}

.footer-page-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-top: 2px #000 solid;
  z-index: 99;
	opacity: 0;
	transform: translateY(100px);
}
.footer-page-top:hover .arrow {
  margin-top: -2px;
}
.footer-page-top .arrow {
  width: 30px;
  height: 30px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
  margin-top: 10px;
  transition: all .3s;
}
.footer-page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.footer-page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
from {
  opacity: 1;
transform: translateY(0);
}
to {
  opacity: 1;
transform: translateY(100px);
}
}

.table-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px;
  gap: 10px;
  border-top: 1px solid #dadada;
  align-items: center;
}
.table-line:last-of-type {
  border-bottom: 1px solid #dadada;
}
.table-line dt {
  width: 30%;
}
.table-line dd {
  width: calc(100% - 30%);
}
.table-line dd img {
  margin: 10px 0;
}

.table-line.table-line--recruit dt {
  width: 16%;
}
@media only screen and (max-width: 768px) {
.table-line {
  padding: 30px 0;
}
.table-line.table-line--recruit dt {
  width: 25%;
}
}

.table-1 {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
  border-top: 1px solid #dadada;
  width: 100%;
  background-color: #fff;
  line-height: 1.3;
}
.table-1 th,
.table-1 td {
  border-bottom: 1px solid #dadada;
  padding: 20px 5px;
  vertical-align: top;
}

.table-30 {
  width: 30%;
}
.table-35 {
  width: 35%;
}
.table-65 {
  width: 65%;
}
.table-70 {
  width: 70%;
}

/*  iframe ------------------  */
iframe#inlineframe { 
  width: 100%;
  border: none;
}

/*  Page-Contact ------------------  */
.contact-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
  margin: 3em 0;
}
.contact-nav__item {
  display: inline-block;
  width: 100%;
  background-color: #96cbe8;
  line-height: 1.2;
  position: relative;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px; font-size: 2.2rem;
}
.contact-nav__item a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 25px 10px;
}
.others .contact-nav__item.others {
  background-color: #4594c0;
}
.recruit .contact-nav__item.recruit {
  background-color: #4594c0;
}
.e-sports .contact-nav__item.e-sports {
  background-color: #4594c0;
}
@media only screen and (max-width: 768px) {
.contact-nav {
  flex-direction: column;
  gap: 10px;
}
.contact-nav__item {
  font-size: 18px; font-size: 1.8rem;
}
.contact-nav__item a {
  padding: 20px 10px;
  text-align: left;
}
}
/*===========================================
Contact Area
===========================================*/
#contact #contents > * h2 ~ * h3 + * {
  margin-top: 3%;
}
#contact .symbol-required {
  margin: 0 10px;
  font-size: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #ff0101;
}
#contact form#mail_form {
  width: 1080px;
  box-shadow: none;
  border: none;
}
#contact form#mail_form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5% 0 0;
  border-bottom: 1px solid #dcdddd;
}
#contact form#mail_form input[type="button"] {
  background: #6ebbe6;
  border-radius: 99px;
  border: none;
  font-size: 20px;
}
@media (max-width: 1400px) {
  #contact form dl {
    padding: 0 1%;
  }
}
@media (max-width: 1200px) {
  #contact form dl {
    padding: 0 5%;
  }
}
@media (max-width: 1000px) {
  #contact form#mail_form input[type="button"] {
    margin-left: 44%;
  }
}
@media (max-width: 768px) {
  #contact form#mail_form {
    width: 100%;
  }
  #contact form#mail_form dl {
    padding: 0;
    display: block;
  }
  #contact form#mail_form input[name="name_1"], #contact form#mail_form input[name="name_2"], #contact form#mail_form input[name="read_1"], #contact form#mail_form input[name="read_2"], #contact form#mail_form input[name="postal"], #contact form#mail_form input[name="phone"], #contact form#mail_form input[name="schedule"] {
    width: 45%;
  }
  #contact form#mail_form input[type="button"] {
    margin-left: auto;
    margin-right: auto;
  }
}
#contact form#mail_form dl dt {
  flex: 0 0 35%;
  position: relative;
  padding: 35px 30px 20px 30px;
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 768px) {
  #contact form#mail_form dl dt {
    padding: 25px 0 10px 0;
  }
}
#contact form#mail_form dl dt .symbol-required {
  position: absolute;
  top: 35px;
  right: 0;
}
@media (max-width: 768px) {
  #contact form#mail_form dl dt .symbol-required {
      top: 0;
      position: relative;
  }
}
#contact form#mail_form dl dd {
  flex: 1 0 auto;
  padding: 30px 30px 20px 30px;
}
@media (max-width: 768px) {
  #contact form#mail_form dl dd {
    padding: 10px 0 20px 0;
  }
}
#contact form#mail_form dl dd ul {
  list-style: none;
  margin-left: 0;
}
#contact form input[type="text"], #contact form input[type="password"], #contact form input[type="email"], #contact form input[type="tel"], #contact form textarea {
  width: 100%;
}
#contact form input, #contact form select, #contact form textarea {
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #cccccc;
  letter-spacing: .2em;
}
#contact form input[type="text"], #contact form input[type="file"], #contact form input[type="password"], #contact form input[type="email"], #contact form input[type="tel"], #contact form textarea {
  margin-bottom: 10px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #333333;
  max-width: 610px;
  background-color: #fafafa;
}
#contact form input[type="text"].error, #contact form input[type="file"].error, #contact form input[type="password"].error, #contact form input[type="email"].error, #contact form input[type="tel"].error, #contact form textarea.error {
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
  color: #111111;
}
#contact form input[type="text"]:focus, #contact form input[type="file"]:focus, #contact form input[type="password"]:focus, #contact form input[type="email"]:focus, #contact form input[type="tel"]:focus, #contact form textarea:focus {
  -webkit-box-shadow: 0 0 10px 0 #3498db;
  -moz-box-shadow: 0 0 10px 0 #3498db;
  -ms-box-shadow: 0 0 10px 0 #3498db;
  -o-box-shadow: 0 0 10px 0 #3498db;
  box-shadow: 0 0 10px 0 #3498db;
  outline: 1px solid #9acced;
  border: 1px solid #9acced;
}
#contact form label {
  display: block;
  margin-right: 10px;
  margin-bottom: 3px;
  text-align: left;
}
#contact form label.required {
  line-height: 1.5;
}
#contact form label.required:after {
  content: '*';
  margin: 0 10px;
  color: #d80000;
}
#contact form span.example {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.2;
  color: #999999;
}
#contact form span.error_blank {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.2;
  color: #d80000;
}
#contact form .select {
  display: inline-block;
  position: relative;
}
#contact form .select:after {
  content: "> ";
  font-family: "icomoon";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  vertical-align: middle;
  pointer-events: none;
  transform: rotate(90deg);
  color: #888888;
}
#contact form .select select {
  margin-bottom: 10px;
  padding: 5px 50px 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  color: #333333;
  background-color: #fafafa;
}
#contact form .select select.error {
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
#contact form .select select:focus {
  -webkit-box-shadow: 0 0 10px 0 #3498db;
  -moz-box-shadow: 0 0 10px 0 #3498db;
  -ms-box-shadow: 0 0 10px 0 #3498db;
  -o-box-shadow: 0 0 10px 0 #3498db;
  box-shadow: 0 0 10px 0 #3498db;
  outline: 1px solid #9acced;
  border: 1px solid #9acced;
}
#contact form .select select::-ms-expand {
  display: none;
}
#contact form .check {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}
#contact form .check:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 9px;
  line-height: 10px;
  text-align: center;
  border-right: 2px solid #5488e2;
  border-bottom: 2px solid #5488e2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}
#contact form .check:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
}
#contact form .radio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}
#contact form .radio:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 9px;
  height: 9px;
  line-height: 9px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #5488e2;
  opacity: 0;
  z-index: 1;
}
#contact form .radio:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#contact form input[type=radio] {
  margin-right: 5px;
}
#contact form .form-check input[type=checkbox] {
  display: none;
}
#contact form .form-check input[type=checkbox]:checked + .check span {
  color: #d80000;
}
#contact form .form-check input[type=checkbox]:checked + .check:before {
  opacity: 1;
}
#contact form .form-check input[type=radio] {
  display: none;
}
#contact form .form-check input[type=radio]:checked + .radio span {
  color: #d80000;
}
#contact form .form-check input[type=radio]:checked + .radio:before {
  opacity: 1;
}
#contact form input[type="checkbox"]:checked, #contact form input[type="radio"]:checked {
  box-shadow: none;
}
#contact form input[type="checkbox"].error + label:before, #contact form input[type="radio"].error + label:before {
  top: 3px;
  left: 7px;
}
#contact form input[type="checkbox"].error + label:after, #contact form input[type="radio"].error + label:after {
  left: 1px;
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
#contact form input[type="radio"].error + label:before {
  top: 5px;
  left: 5px;
}
#contact form .upload-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
#contact form .upload-area > span {
  padding: 0.9em 1.8em;
  line-height: 1;
  background: #5488e2;
  background-image: -moz-linear-gradient(top, #6a97e6 0%, #5488e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a97e6), color-stop(100%, #5488e2));
  background-image: -webkit-linear-gradient(top, #6a97e6 0%, #5488e2 100%);
  background-image: -o-linear-gradient(top, #6a97e6 0%, #5488e2 100%);
  background-image: -ms-linear-gradient(top, #6a97e6 0%, #5488e2 100%);
  background-image: linear-gradient(to bottom, #6a97e6 0%, #5488e2 100%);
  border: 1px solid #3e79de;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  property: 60.7843137255%;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  margin: 0 0 5px 10px;
  padding: 8px 16px;
  white-space: nowrap;
}
#contact form .upload-area > span:active {
  -webkit-box-shadow: inset 3px 3px 3px 0 #1f58ba;
  -moz-box-shadow: inset 3px 3px 3px 0 #1f58ba;
  -ms-box-shadow: inset 3px 3px 3px 0 #1f58ba;
  -o-box-shadow: inset 3px 3px 3px 0 #1f58ba;
  box-shadow: inset 3px 3px 3px 0 #1f58ba;
}
#contact form .upload-area > span:hover {
  background: #5488e2;
  background-image: -moz-linear-gradient(top, #80a6e9 0%, #6a97e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80a6e9), color-stop(100%, #6a97e6));
  background-image: -webkit-linear-gradient(top, #80a6e9 0%, #6a97e6 100%);
  background-image: -o-linear-gradient(top, #80a6e9 0%, #6a97e6 100%);
  background-image: -ms-linear-gradient(top, #80a6e9 0%, #6a97e6 100%);
  background-image: linear-gradient(to bottom, #80a6e9 0%, #6a97e6 100%);
}
#contact form .upload-area > span.delete {
  padding: 0.9em 1.8em;
  line-height: 1;
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #dddddd 100%);
  border: 1px solid #d0d0d0;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  property: 86.6666666667%;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  color: #000000;
  cursor: pointer;
  padding: 8px;
}
#contact form .upload-area > span.delete:active {
  -webkit-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -moz-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -ms-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -o-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  box-shadow: inset 3px 3px 3px 0 #9b9b9b;
}
#contact form .upload-area > span.delete:hover {
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
}
#contact form .upload-area > span.delete:before {
  content: "?";
  font-family: "icomoon";
  vertical-align: middle;
  color: #888888;
}
#contact form .upload-area input[type="file"] {
  display: none;
}
#contact form .upload-area .text-box {
  order: -1;
  position: relative;
  width: 100%;
}
#contact form .upload-area .text-box input[type="text"] {
  margin-bottom: 5px;
}
#contact form .upload-area .text-box input[type="text"]:disabled {
  background: #ffffff;
}
#contact form .upload-area .text-box input[type="text"].error {
  background: #ffe5e5;
}
#contact form .upload-area .file-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 5px;
  cursor: pointer;
  background: none;
}
#contact form .form-package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 433px) {
  #contact form .form-package {
    flex-wrap: wrap;
  }
}
#contact form .form-package label {
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
#contact form .form-package label:first-child {
  margin-left: 0;
}
@media screen and (max-width: 433px) {
  #contact form .form-package label {
    margin-left: 0;
  }
}
#contact form .form-package + .example {
  margin-bottom: 15px;
}

#contact #form_submit {
  margin: 30px 0;
  padding-bottom: 10px;
  text-align: center;
}
form#mail_form input[name="name_1"], form#mail_form input[name="name_2"], form#mail_form input[name="read_1"], form#mail_form input[name="read_2"],form#mail_form input[name="phone"] {
    width: 40%;
}
@media screen and (max-width: 768px) {
form#mail_form input[name="name_1"], form#mail_form input[name="name_2"], form#mail_form input[name="read_1"], form#mail_form input[name="read_2"] {
    width: 45%;
}
form#mail_form input[name="phone"] {
    width: 100%;
}
}
#contact .btn {
  font-size: 22px;
}
#contact .btn:hover {
  opacity: .7;
}
/*  contact form 7 ------------------  */
.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5% 0 0;
  border-bottom: 1px solid #dcdddd;
}
.contact-form dt {
  flex: 0 0 35%;
  position: relative;
  padding: 35px 30px 20px 30px;
  white-space: nowrap;
  text-align: left;
}
.contact-form dt span.red {
  margin: 0 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #ff0101;
  position: absolute;
  top: 35px;
  right: 0;
}
.contact-form dd {
  flex: 1 0 auto;
  padding: 30px 30px 25px 30px;
}
.contact-form input[type="button"] {
  background: #6ebbe6;
  border-radius: 99px;
  border: none;
  font-size: 20px;
}
form.wpcf7-form input[type="text"], form.wpcf7-form input[type="file"], form.wpcf7-form input[type="password"], form.wpcf7-form input[type="email"], form.wpcf7-form input[type="tel"], form.wpcf7-form.wpcf7-form textarea {
  margin-bottom: 10px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #333333;
  max-width: 610px;
  background-color: #fafafa;
}
form.wpcf7-form input, form.wpcf7-form select, form.wpcf7-form textarea {
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #cccccc;
  letter-spacing: .2em;
  padding: 8px;
  background-color: #fafafa;
}
form.wpcf7-form input[type="text"], form.wpcf7-form input[type="password"], form.wpcf7-form input[type="email"], form.wpcf7-form input[type="tel"], form.wpcf7-form textarea {
  width: 100%;
}
form.wpcf7-form input[type="submit"] {
  background: #6ebbe6;
  border-radius: 99px;
  border: none;
  font-size: 20px;
  padding: 0.3em 2em 0.3em 2.5em;
}
form.wpcf7-form .btn:hover {
  opacity: .7;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  text-align: center;
}
@media screen and (max-width: 768px) {
.contact-form {
  padding: 0;
  display: block;
}
.contact-form dt {
  padding: 25px 0 10px 0;
}
.contact-form dt span.red {
  top: 0px;
  position: relative;
}
.contact-form dd {
  padding: 10px 0 20px 0;
}
}
/*  common ------------------  */
.contents {
  max-width: 1260px;
  width: 92%;
  margin: 0 auto;
  word-break: break-all;
}
#home .contents {
  max-width: inherit;
  width: 100%;
}
.content {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.section {
  position: relative;
  padding: 2em 0;
}
.section__inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section.section--yellow {
  background-color: #fbffd6;
}
.section p {
  margin-bottom: 1em;
}
.section p:last-of-type {
  margin-bottom: 0;
}

.lead-text {
  line-height: 2.4;
}

ul {
  margin-left: 1em;
}
ol {
  margin-left: 2.3em;
}
ul li,
ol li {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
}

.br-sp {
  display: none;
}

.text-s {
  font-size: 14px;
  line-height: 1.6;
}
.text-l {
  font-size: 18px;
  line-height: 1.6;
}
.text-l2 {
  font-size: 21px;
  line-height: 1.6;
}
.text-b {
  font-weight: 600;
}

.red {
  color: #ff0007;
}

.annotation {
  padding-left: 1em;
  text-indent: -1em;
}

.center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.m-t-0 {margin-top: 0!important;}
.m-t-10 {margin-top: 10px!important;}
.m-t-20 {margin-top: 20px!important;}
.m-t-30 {margin-top: 30px!important;}
.m-t-40 {margin-top: 40px!important;}
.m-t-50 {margin-top: 50px!important;}
.m-b-0 {margin-bottom: 0!important;}
.m-b-10 {margin-bottom: 10px!important;}
.m-b-20 {margin-bottom: 20px!important;}
.m-b-30 {margin-bottom: 30px!important;}
.m-b-40 {margin-bottom: 40px!important;}
.m-b-50 {margin-bottom: 50px!important;}

/* ========================================================
  BLOG
========================================================= */
/*  News List ------------------  */
.news-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 45px;
  margin: 1em 0 3em;
  width: 100%;
  align-items: center;
}
a.news-article {
  text-decoration: none;
  color: inherit;
}
.news-article__img {
  width: 354px;
}
.news-article__info {
  flex: 1;
  width: 100%;
}
.news-article__info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 10px;
  align-items: center;
}
.news-article .post-news-title {
  font-family: var(--font-serif);
  font-size: 28px; font-size: 2.8rem;
  font-weight: 500;
  font-style: italic;
}
@media screen and (max-width: 768px) {
.news-article .post-news-title {
  font-size: 18px; font-size: 1.8rem;
}
.news-article {
  flex-wrap: wrap;
  gap: 20px;
}
.news-article__img {
  width: 100%;
}
}

.single img {
  margin-bottom: .5em;
}

/*  News Article ------------------  */
.article-heading {
  font-family: var(--font-serif);
  font-size: 28px; font-size: 2.8rem;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  margin: 1em auto 2em;
}

.pagination{
  margin: 20px 0 30px;
  text-align: center;
}
.pagination a,
.pagination > span,
.pagination span.dots {
  color: #000;
  display: inline-table;
  margin: 5px 2px;
  padding: 10px 20px;
  text-decoration: none;
}
.pagination a:hover {
  opacity: .5;
}
.pagination span.dots {
  border: none;
  background-color: inherit;
}
.pagination .current {
  background: #6ebbe6;
  color: #fff;
}
.pagination h2.screen-reader-text {
  display: none;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  text-align: center;
}
.navigation-left {
  display: inline-block;
  width: 50%;
  text-align: left;
  position: relative;
}
.navigation-right {
  display: inline-block;
  width: 50%;
  text-align: right;
  position: relative;
}
.navigation-left a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #333;
  border-left: solid 2px #333;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.navigation-right a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
.navigation a {
  display: block;
  padding: 25px;
  text-decoration: none;
}
.navigation a:link,
.navigation a:visited {
  color: inherit;
}

@media only screen and (max-width: 768px) {
body  {
  font-size: 15px;
  font-size: 1.5rem;
  min-width: auto;
}

#home .section__inner {
  width: 92%;
}
.footer {
  padding: 3em 0px 3em;
}
.footer__inner {
  display: none;
}
.btn {
  font-size: 18px; font-size: 1.8rem;
}

.article-heading { 
  font-size: 18px; font-size: 1.8rem;
}

.navigation {
  flex-direction: column;
}
.navigation-left,
.navigation-right {
  width: 100%;
}
.navigation a {
  padding: 10px 25px;
}

.prev-arrow {
  left: -15px;
}
.next-arrow {
  right: -20px;
}
.prev-arrow:hover {
  left: -20px;
}
.next-arrow:hover {
  right: -20px;
}

.content {
  width: 100%;
}

.br-sp {
  display: block;
}
}



@media only screen and (max-width: 480px) {
body  {
  font-size: 14px;
  font-size: 1.4rem;
}
.copyright {
  font-size: 14px;
  font-size: 1.4rem;
}

}