@charset "UTF-8";

main {
  -webkit-box-shadow: none;
          box-shadow: none;
	text-align: justify;
	text-justify: inter-ideograph;
}
h3 {
  font-family: hero-new, sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 48px;
  position: relative;
  line-height: 80px;
  letter-spacing: 0.04em;
  z-index: 1;
}
h3 span {
  font-family: "游ゴシック体", YuGothic, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  font-size: 16px;
  margin-left: 20px;
}

/*----------------------------------
/fv
/----------------------------------*/
.fv {
	position: relative;
	z-index: 1;
  max-width: 1164px;
  margin: 0 auto;
  padding: 110px 40px 110px;
}
.fv-left {
  z-index: 10;
  position: relative;
	width: 100%;
}
.fv-left-title {
  max-width: 530px;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.5;
}
.fv-content p {
	/* float: left; */
	width: 72%;
  line-height: 2;
  font-size: 1.6rem;
}
.fv-content-span {
  position: relative;
  top: 5px;
}
.fv-content a {
  margin-top: 35px;
	margin-left: auto;
  padding-right: 140px;
  width: 300px;
  text-align: right;
  font-family: hero-new, sans-serif;
  font-weight: 500;
  font-style: normal;
  display:block;
  
}
.fv-content .btn:after {
  right: 0px;
}
.fv-content .btn:hover:after {
  right: -30px;
}
@media screen and (min-width: 1025px) {
  .fv-left-title {
	margin-bottom: 60px;
    font-size: 6.4rem;
  }
	.fv-bottom {
    width: 100%;
  }
	.fv-content p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
	.fv {
		padding: 80px 40px 100px;
	}
  .fv-left-title {
		margin-bottom: 40px;
    font-size: 48px;
  }
  .fv-content p {
    width: 100%!important;
  }
  .fv-content a {
    width: 300px;
  }
  .fv-content .btn:after {
    right: 10px!important;
  }
}
@media screen and (max-width: 896px) {
	.fv {
		padding: 80px 40px 100px;
	}
  .fv-left-title {
		margin-bottom: 40px;
    font-size: 48px;
  }
  .fv-content p {
    width: 100%!important;
  }
  .fv-content a {
    width: 320px;
  }
  .fv-content .btn:after {
    right: 10px!important;
  }
}
@media screen and (max-width: 480px) {
	.fv {
		margin: 0 auto 80px;
		padding: 0;
		width: 86%;
	}
	.fv-left {
		z-index: 10;
		position: relative;
		width: 100%;
	}
  .fv-left-title {
    font-size: 36px;
    line-height: 1.6;
  }
	.fv-content {
		position: relative;
	}
	.fv-content p {
		width: 100%;
		font-size: 16px;
		line-height: 1.8;
	}
  .fv-content a {
    margin-top: 60px;
		padding: 0 130px 0 0;
		float: none;
    width: 100%;
		text-align:center;
  }
  .fv-content .btn:after {
    right: 0px;
  }
	.fv-content .btn:hover:after {
		right: -10px;
	}	
	h3 {
  font-size: 38px;
}
}


/*----------------------------------
/produce
/----------------------------------*/
.products {
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 40px;
}
.products a:hover {
	opacity: 1;
}
.products h2:after {
  content: '製品情報';
}
.products-list {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-item {
  width: calc(33.3% - 28px *2/3);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  transition: all .3s;
}
.products-item + .products-item {
  margin-left: 28px;
}
.products-item:nth-child(1) {
  width: calc(67% - 28px /2);
}
.products-item:nth-child(3) {
  margin-left: 0;
}
.products-item:nth-child(n+3) {
  margin-top: 28px;
}
.products-item:hover {
  transform:scale(1.03);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);
}
.products-item-img {
  background-color: #fff;
}
.products-item-img img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 342px;
}
.products-item:nth-child(1) .products-item-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.products-item-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
}
.products-footer {
  margin-top: 50px;
  text-align: center;
  position: relative;
  left: -68px;
}
.btn-products:after {
  right: -103px;
}
.btn-products:hover:after {
  right: -118px;
}
@media screen and (max-width: 1024px) {
	.products-item-img img {
    height: 300px;
  }
}
@media screen and (max-width: 896px) {
	.products {
		margin: 0 auto 100px;
		padding: 0;
		width: 90%;
	}
	.products-list {
		margin-top: 0;
		width: 100%;
	}
  .products-item {
    margin-left: 20px;
    width: calc(50% - 20px * 1/2);
  }
  .products-item + .products-item {
    margin-left: 20px;
  }
  .products-item:nth-child(1) {
		margin: 0;
		padding: 0;
    width: 100%;
  }
  .products-item:nth-child(2n+2) {
    margin-left: 0;
  }
  .products-item:nth-child(n+2) {
    margin-top: 20px;
  }
	.products-item:nth-child(1) .products-item-img img {
		width: 100%;
		height: auto;
	}
	.products-item-img img {
    height: 342px;
  }
}
@media screen and (max-width: 480px) {
	.products {
		margin: 0 auto 20px;
		padding: 0;
		width: 90%;
	}
	.products-list {
		margin-top: 0;
		width: 100%;
	}
  .products-item {
    margin-left: 20px;
    width: calc(50% - 20px * 1/2);
  }
  .products-item + .products-item {
    margin-left: 20px;
  }
  .products-item:nth-child(1) {
		margin: 0;
		padding: 0;
    width: 100%;
  }
  .products-item:nth-child(2n+2) {
    margin-left: 0;
  }
  .products-item:nth-child(n+2) {
    margin-top: 20px;
  }
	.products-item:nth-child(1) .products-item-img img {
		width: 100%;
		height: auto;
	}
	.products-item-img img {
    height: 160px;
  }
}


/*----------------------------------
/news
/----------------------------------*/
.news {
  max-width: 1164px;
  margin: 0 auto 0;
  margin-bottom: 100px;
  padding: 0 40px;
}
.news h2:after {
  position: relative;
  top: -4px;
  margin-left: 16px;
  content: 'お知らせ';
}
.news-list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-item-img {
  border: 1px solid #D5D5D5;
  background-color: #fff;
}
.news-item-img img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-content {
  padding: 27px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-content p {
  font-size: 1.5rem;
  letter-spacing: 0.4px;
  color: #c4c4c4;
  font-family: hero-new, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.news-content span {
  margin-left: 18px;
  display: inline-block;
  background-color: #00A9EB;
  color: #fff;
  border-radius: 2px;
  padding: 5px 23px;
  font-size: 1.3rem;
}
.news-content .news-span {
  margin-left: 12px;
  padding: 5px 24px;
  background-color: #4382CB;
}
.news-text {
  font-weight: 500;
  line-height: 1.5;
}
.news-footer {
  margin-top: 50px;
  text-align: center;
  position: relative;
  left: -68px;
}
.btn-news:after {
  right: -103px;
}
.btn-news:hover:after {
  right: -118px;
}
@media screen and (min-width: 1025px) {
  .news-item {
    width: calc(33.3% - 28px *2/3);
  }
  .news-item + .news-item {
    margin-left: 28px;
  }
  .news-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
	.news {
		margin: 100px auto 0;
  	padding: 0 40px;
	}
	.news-item {
    width: calc(33.3% - 28px *2/3);
  }
  .news-item + .news-item {
    margin-left: 28px;
  }
  .news-item:nth-child(3n+1) {
    margin-left: 0;
	}
	.news-item-img img {
		height: 200px;
	}
}
@media screen and (max-width: 896px) {
	.news {
		margin: 0 auto 120px;
		padding: 0;
		width: 90%;
	}
  .news-list {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-item {
		margin-left: 0;
		margin-bottom: 30px;
    width: calc(50% - 20px * 1/2);
  }
	.news-item:nth-child(2n+2) {
    margin-left: 20px;
  }
	.news-item:nth-child(3) {
    margin-left: 0;
  }
  .news-item-img img {
    height: 180px;
  }
  .news-content {
    padding: 15px 0;
    font-size: 1.4rem;
  }
	.news-content p {
		font-size: 12px;
	}
  .news-content span {
    margin-left: 5px;
    font-size: 12px;
  }
	.news-content span {
		margin-left: 10px;
		padding: 5px;
		font-size: 12px;
	}
}
@media screen and (max-width: 480px) {
	.news {
		margin: 0 auto 60px;
		padding: 0;
		width: 90%;
	}
  .news-list {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-item {
		margin-left: 0;
		margin-bottom: 30px;
    width: calc(50% - 20px * 1/2);
  }
	.news-item:nth-child(2n+2) {
    margin-left: 20px;
  }
	.news-item:nth-child(3) {
    margin-left: 0;
  }
  .news-item-img img {
    height: 110px;
  }
  .news-content {
    padding: 15px 0;
    font-size: 1.4rem;
  }
	.news-content p {
		font-size: 12px;
	}
  .news-content span {
    margin-left: 5px;
    font-size: 12px;
  }
	.news-content span {
		margin-left: 10px;
		padding: 5px;
		font-size: 12px;
	}
	.news-footer {
		margin-top: 0px;
	}
}

/*----------------------------------
/wrapper
/----------------------------------*/
.wrapper {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.13);
}
.wrapper .inner {
  max-width: 100%;
  padding: 0 45px;
  margin-top: 0;
}
.wrapper a {
  width: 100%;
}
.dev {
	background: url("../img/top_dev_bg.png") center center no-repeat;
	background-size: cover;
  height: 520px;
  width: 100%;
	position: relative;
}
.dev h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  font-size: 38px;
	color: #FFF;
	text-align: center;
	line-height: 1.5em;
}
.dev h3 span {
	display: block;
}
.company {
  background: url("../img/top_comp_bg.png") center center no-repeat;
	background-size: cover;
  height: 520px;
  width: 100%;
	position: relative;
}
.company h3 {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  font-size: 38px;
	color: #FFF;
	text-align: center;
	line-height: 1.5em;
}
.company h3 span {
  display: block;
}
@media screen and (max-width: 1024px) {
	.wrapper {
    margin-top: 120px;
  }
  .dev {
    height: 320px;
  }
  .company {
    height: 320px;
  }
}
@media screen and (max-width: 896px) {
	.wrapper {
    margin-top: 0;
  }
  .dev {
    height: 280px;
  }
	.dev h2 {
    font-size: 24px;
  }
	.dev h2:after {
		margin-left: -10px;
	}
  .company {
    height: 280px;
  }
	.company h2 {
    font-size: 24px;
  }
	.company h2:after {
		margin-left: -10px;
	}
}
@media screen and (max-width: 480px) {
  .wrapper {
		margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper .inner {
    margin-top: 0;
	height: 180px;
  }
  .dev {
    height: 240px;
  }
  .dev h2 {
    font-size: 2.76923rem;
  }
  .company {
    height: 240px;
  }
  .company h2 {
    font-size: 2.76923rem;
  }
}

/*----------------------------------
	コラム
/----------------------------------*/
.column {
  max-width: 1164px;
  margin: 0 auto;
  padding: 120px 40px;
}
.column h2 {
  text-align: center;
}
.column h2:after {
  content: 'コラム';
}
.column .new_column {
	margin: 80px auto;
  width: 90%;
	border-top: 1px solid #C6C6C6;
}
.column .new_column li {
	padding: 35px 50px;
	font-size: 15px;
	border-bottom: 1px solid #C6C6C6;
}
.column .new_column li b {
	margin: 0 40px;
	padding: 5px 8px 3px;
	color: #7DB9D1;
	font-weight: normal;
	border: 1px solid #7DB9D1;
}
.column .new_column li a {
	font-size: 18px;
}
.column .new_column li a:hover {
	color: #7DB9D1;
}
@media screen and (max-width: 1000px) {
	.column {
		max-width: 80%;
		padding: 40px 0 60px;
	}
	.column .new_column {
		margin: 0 auto 0;
		width: 100%;
	}
	.column .new_column li {
		padding: 20px;
	}
	.column .new_column li b {
		margin: 0 0 0 20px;
	}
	.column .new_column li b a {
		display: inline-block;
	}
	.column .new_column li a {
		margin-top: 20px;
		display: block;
		font-size: 16px;
		line-height: 1.6em;
	}
}
.column_list {
  max-width: 1040px;
  margin: 0 auto;
  padding: 80px 0 0;
}
.column_list a:hover {
	opacity: 1;
}
.column_list h2 {
	margin-bottom: 60px;
	padding: 10px 0 0;
  font-family: "游ゴシック体", YuGothic, sans-serif;
	font-style: normal;
  font-size: 40px!important;
  line-height: 60px;
  letter-spacing: 0.04em;
	text-align: center;
	font-weight: bold;
}
.column_list h2 span {
	display: block;
  font-family: hero-new, sans-serif;
	font-style: italic;
  font-size: 24px!important;
	font-weight: normal;
  letter-spacing: 0.04em;
}
.column_list article {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 100px;
}
.column_list article .cat_box {
	position: sticky;
	top: 10px;
	padding-top: 40px;
	width: 25%;
	height: 100%;
}
.column_list article .accordion {
	padding: 30px 0;
}
.column_list article .cat_box h4 {
	margin-bottom: 20px;
	padding: 0 10px 20px;
	color: #00A9EB;
	font-size: 18px;
	font-family: hero-new, sans-serif;
	font-style: italic;
	border-bottom: 1px solid #C9C9C9;
}
.column_list article .cat_box ul {
	margin-bottom: 60px;
	padding: 0 10px;
}
.column_list article .cat_box li {
	margin-bottom: 20px;
}
.column_list article .cat_box aside {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	font-size: 15px;
	line-height: 32px;
}
.column_list article .entry_box {
	width: 65%;
}
.column_list .new_entry {
	position: relative;
	width: 100%;
}
.column_list .new_entry .photo {
	margin: 0 auto 20px;
	overflow: hidden;
	width: 100%;
	height: 420px;
	border: 1px solid #efefef;
	background-color: #FFF;
}
.column_list .new_entry::before {
  content: attr(data);
  display: block;
}
.column_list .new_entry::after {
  content: "";
  display: block;
  position: absolute;
  top: 415px;
  right: 0;
  height: 5px;
  background-color: #00A9EB;
  transition: width 300ms;
  width: 0;
}
.column_list .new_entry:hover::after {
  width: 100%;
  left: 0;
}
.column_list .entry_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column_list .entry_list ul::after{
  content:"";
  display: block;
  width:30%;
}
.column_list .item li {
	cursor: pointer;
	position: relative;
	margin-bottom: 60px;
	width: 30%;
}
.column_list .item li::before {
  content: attr(data);
  display: block;
}
.column_list .item li::after {
  content: "";
  display: block;
  position: absolute;
  top: 215px;
  right: 0;
  height: 5px;
  background-color: #00A9EB;
  transition: width 300ms;
  width: 0;
}
.column_list .item li:hover::after {
  width: 100%;
  left: 0;
}
.column_list .item li .photo {
	margin: 0 auto 20px;
	overflow: hidden;
	width: 100%;
	height: 220px;
	border: 1px solid #efefef;
	background-color: #FFF;
}
.column_list .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition:1s all;
}
.column_list .photo img:hover {
	transform:scale(1.2,1.2);
	transition:1s all;
}
.column_list h3 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 30px;
	font-style: normal;
	font-weight: bold;
}
.column_list a:hover {
	color: #7DB9D1;
}
.column_list b {
	margin: 0 0 0 20px;
	padding: 4px 8px;
	color: #7DB9D1;
	font-weight: normal;
	border: 1px solid #7DB9D1;
}
.column_list aside {
	margin-top: 20px;
}
.column_list aside a {
	margin-right: 15px;
	line-height: 28px;
}
.column_list aside a::before {
	content: '#';
	margin-right: 2px;
}
.column_list .post_box h3 {
	margin-bottom: 30px;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.6em;
}
.column_list .post_box h4 {
	margin-bottom: 30px;
	color: #00A9EB;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6em;
}
.column_list .post_box h5 {
	margin-bottom: 30px;
	color: #00A9EB;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6em;
}
.column_list .post_box h6 {
	margin-bottom: 10px;
	color: #00A9EB;
	font-weight: bold;
	line-height: 1.6em;
}
.column_list .post_box b {
	margin: 0 0 0 20px;
	padding: 4px 8px;
	color: #7DB9D1;
	border: 1px solid #7DB9D1;
}
.column_list .post_box aside {
	margin: 20px 0 60px;
}
.column_list .post_box aside a {
	margin-right: 20px;
}
.wp-caption {
	width: 100%!important;
}
.column_list .post_box img {
	margin-bottom: 5px;
	width: 100%!important;
	border: 1px solid #efefef;
}
.column_list .post_box p {
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 32px;
}
.wp-caption-text {
	font-size: 12px!important;
}
.column_list .post_box ul {
	margin-bottom: 60px;
}
.column_list .post_box li {
	margin-bottom: 20px;
	font-size: 18px;
}
.column_list .post_box li::before {
	content: '・';
	margin-right: 10px;
}
.wp-element-caption {
	margin-bottom: 60px!important;
	text-align: left!important;
}
.column_list aside a::before {
	content: '#';
	margin-right: 3px;
}
.column_list .single-btn {
  margin-top: 60px;
	padding-bottom: 180px;
  position: relative;
}
.column_list .single-btn .btn-radius {
	margin-bottom: 150px;
  font-weight: normal;
  font-size: 1.6rem;
  width: 300px;
	transition:1s all;
}
.column_list .single-btn .btn-radius::before {
  display: block;
  content: '';
  width: 20px;
  height: 10px;
  position: absolute;
  background-image: url(..../../../img/arrow-left-white.svg);
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
	transition:1s all;
}
.column_list .single-btn .btn-radius:hover::before {
  left: 10px;
}
.column_list .single-btn .btn-radius:hover {
  opacity: 0.7;
	color: #FFF;
}
.column_list .single-btn .btn-radius::after {
  display: none;
	
}
.readmore {
	margin: 80px auto 200px;
}
.readmore:hover {
  opacity: 0.7;
	color: #FFF;
}

@media screen and (max-width: 1000px) {
.column_list {
  max-width: 90%;
  margin: 0 auto;
  padding: 50px 0 0;
}
.column_list a:hover {
	opacity: 1;
}
.column_list h2 {
	margin-bottom: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 30px!important;
	line-height: 40px;
	text-align: center;
}
.column_list h2 span {
  display: block;
	font-family: hero-new, sans-serif;
	font-size: 20px!important;
	font-style: italic;
	font-weight: 100;
}
.column_list h3 {
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 28px;
}
.column_list article {
	display: block;
	margin-bottom: 50px;
}
.column_list article .cat_box {
	display: none;
}
.column_list article .entry_box {
	width: 100%;
}
.column_list .new_entry {
	width: 100%;
}
.column_list .new_entry .photo {
	margin: 0 0 20px;
	height: 220px;
}
.column_list .new_entry::after {
  top: 215px;
}
.column_list .entry_list ul {
	display: block;
}
.column_list .item li {
	margin-bottom: 50px;
	width: 100%;
}
.column_list .item li .photo {
	margin: 0 0 20px;
	height: 220px;
}
.column_list .item li::after {
  top: 215px;
}
.column_list .post_box h3 {
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 1.4em;
}
.column_list .post_box h4 {
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 1.4em;
}
.column_list .post_box h5 {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.4em;
}
.column_list .post_box h6 {
	line-height: 1.4em;
}
.column_list .post_box img {
	margin-bottom: 10px;
	width: 100%!important;
}
.column_list .post_box p {
	margin-bottom: 40px;
	line-height: 28px;
}
.column_list .post_box li {
	margin-bottom: 20px;
	font-size: 18px;
}
.column_list .post_box aside {
	margin: 20px 0;
}
.column_list .single-btn {
  margin-top: 0px;
	padding-bottom: 180px;
  position: relative;
}
.column_list .single-btn .btn-radius {
	margin-bottom: 120px;
  font-weight: normal;
  font-size: 1.4rem;
  width: 250px;
}
.readmore {
	margin: 60px auto 150px;
}
}
.accordion {
	display: none;
}
@media screen and (max-width: 1000px) {
.accordion {
	display: block;
}
.accordion .switch {
	margin-bottom: 20px;
	padding: 0 10px 20px;
	position: relative;
	cursor: pointer;
	color: #00A9EB;
	font-size: 18px;
	font-family: hero-new, sans-serif;
	font-style: italic;
	border-bottom: 1px solid #C9C9C9;
}
.accordion .displayNone {
  display: none;
}
.accordion .switch {
  background: url("../img/column_icon_01.svg") right 5px no-repeat;
	background-size: 15px;
  transition: 0.5s;
}
.contentWrap {
	padding: 5px 0 40px;
}
.accordion .switch.open {
  background: url("../img/column_icon_02.svg") right 5px no-repeat;
	background-size: 15px;
  transition: 0.5s;
}
.accordion ul {
	padding: 0 10px;
}
.accordion li {
	margin-bottom: 30px;
}
.accordion aside {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 10px;
	font-size: 15px;
	line-height: 32px;
}
}