@charset "UTF-8";
/* CSS Document */
/* ============================================ */
main > section > *:not(:last-child):not(.heading-page) {
  margin-bottom: 120px;
}
.heading-1 span {
  display: block;
  text-align: center;
}
.heading-1 span:first-child {
  font-family: 'Maven';
  font-weight: 600;
  font-size: 5.6rem;
}
.wrap-fv img,
.top-app-list img,
.con-inner.sustain img,
.con-inner.about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

@media screen and (min-width: 960px) {
  .wrap-fv h1 {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, .5);
  }
.heading-1 {
  margin-bottom: 40px;
  color: #333;
  font-size: inherit;
  }
}
@media screen and (max-width: 959px) {
.heading-1 {
  margin-bottom: 30px;
  color: #333;
  font-size: inherit;
  }
.heading-1 span:first-child {
  font-size: 4rem;
  }
}

/*　FV　*/
/* ============================================ */
.wrap-fv {
  height: calc(100vh - 100px - 1em);
  max-height: 900px;
  background: var(--purple);
  display: flex;
  width: calc(100% - 1em - 1em);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 3vw;
  position: relative;
}
.wrap-fv-text {
  z-index: 1;
  max-width: 1400px;
  width: 100%;
}
.wrap-fv h1 {
  color: #fff;
  font-size: calc(4.2rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (50 - 42) / (1920 - 960)));
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: .4em;
}
.top-fv-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
  gap: 1em 1vw;
}
.top-fv-list li {
  max-width: 150px;
  max-height: 150px;
  height: 14vw;
  width: 14vw;
  text-align: center;
  position: relative;
}
.wrap-fv-news {
  display: none;
}
.wrap-fv-news.active {
  background: #fff;
  border-bottom: dotted 2px #999;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: .75em 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.wrap-fv-news.active .list-news-fv {
  width: 100%;
}
.wrap-fv-news.active .list-news-fv li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.wrap-fv-news.active > p {
  margin-left: 1em;
}
.wrap-fv-news.active > p a {
  padding: .5em 1em;
  min-width: 12em;
}
@media screen and (min-width: 1260px) {
.top-fv-list {
  justify-content: space-between;
}
}
.top-fv-list li:last-child {
  margin-right: 0;
}
.top-fv-list a {
  align-items: center;
  border-radius: 100%;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 100%;
  transition: all .5s ease;
}
.top-fv-list span:first-child {
  color: var(--purple);
  font-size: 1.3rem;
  position: absolute;
  bottom: 58%;
  line-height: 1.2;
}
.top-fv-list span:last-child {
  position: absolute;
  top: 48%;
  font-size: 1.5rem;
  line-height: 1.2;
}
.wrap-fv picture {
  display: block;
  width: 80%;
  max-width: 1500px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1920px) {
  .wrap-fv h1 {
  font-size: 5rem;
  }
}
@media screen and (min-width: 960px) {
  .wrap-fv {
    align-items: center;
  }
  .top-fv-list a:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 959px) {
  .wrap-fv {
    height: auto;
    max-height: inherit;
    padding: 0;
  }
  .wrap-fv::after {
    content: '';
    width: 100%;
    height: 200px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
.wrap-fv-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  }
  .wrap-fv h1 {
  font-size: 3rem;
  color: #000;
  min-height: 200px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  }
.top-fv-list {
  flex-wrap: wrap;
  justify-content: center;
  max-width: calc(600px + 9vw);
  padding: 0 3vw;
  margin: 305px auto 1em;
  gap: 1em 2vw;
  }
.top-fv-list li {
  height: 27vw;
  width: 27vw;
  max-width: 140px;
  max-height: 140px;
}
.top-fv-list li:nth-child(3n) {
  margin-right: 0;
}
  .wrap-fv-news.active {
    display: block;
    position: relative;
    width: 100%;
    padding: 1em .5em;
  }
  .wrap-fv-news.active .list-news-fv .news-text {
    width: 100%;
    margin: .75em 0;
    text-align: left;
  }
  .wrap-fv-news.active > p {
    max-width: 240px;
    margin: auto;
  }
  .wrap-fv-news.active > p a {
    padding: 1em .5em;
  }
.top-fv-list span:last-child {
  font-size: 1.4rem;
  }
  .wrap-fv picture {
    width: 100%;
    height: 35%;
    height: 40%;
    top: 200px;
  }
}
@media screen and (max-width: 480px) {
  .wrap-fv::after {
    height: calc(200px + 1em);
  }
  .wrap-fv h1 {
 font-size:  calc(100vw / 13);
    margin-top: .5em;
  }
  .top-fv-list {
    max-width: 360px;
    margin-top: 260px;
  }
    .wrap-fv picture {
      height: 300px;
  }
.top-fv-list li {
  height: 40vw;
  width: 40vw;
}
}

/*　用途例　*/
/* ============================================ */
.wrap-app {
  width: calc(100% - 1em - 1em);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.top-app-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-app-list li {
  width: calc((100% - 2em) / 3);
  position: relative;
}
.top-app-list li:nth-child(n+1):nth-child(-n+3) {
  margin-bottom: 1em;
}
.top-app-list a {
  display: block;
  height: 100%;
}
.top-app-list p {
  background: var(--purple);
  color: #fff;
  text-align: center;
  padding: 1vw 0;
  transition: all .5s ease;
}
.top-app-list span {
  display: block;
}
.top-app-list span:first-child {
  font-family: 'Maven';
  font-weight: 400;
}
.top-app-list span:last-child {
  font-size: calc(2rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (24 - 20) / (1920 - 960)));
  font-weight: bold;
}
.top-app-list figure {
  width: 100%;
  height: 17vw;
  overflow: hidden;
}
.top-app-list a:hover img {
  transform: scale(1.1);
}
.top-app-list a:hover p {
  background: var(--beige-60);
  color:  var(--purple);
}
@media screen and (min-width: 960px) {
}
@media screen and (max-width: 959px) {
.top-app-list {
  max-width: 600px;
  width: 100%;
  margin: auto;
  }
.top-app-list p {
  padding: .5em 0;
  }
.top-app-list li {
  width: 100%;
  margin-bottom: 1em;
  }
.top-app-list span:first-child {
  font-size: 1.2rem;
  }
  .top-app-list span:last-child {
    font-size: 2rem;
  }
  .top-app-list figure {
    height: 40vw;
    max-height: 240px;
  }
}

/*　サスティナブル/企業情報　*/
/* ============================================ */
.con-inner.sustain,
.con-inner.about {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 4vw - 4vw);
}
.con-inner.about {
  flex-direction: row-reverse;
}
.con-inner.sustain picture,
.con-inner.about picture {
  width: calc((100% / 3) * 2 - 1rem);
  max-width: calc(100% - 360px - 1rem);
}
.con-inner.sustain .wrap-text,
.con-inner.about .wrap-text {
  width: calc(100% / 3);
  min-width: 360px;
  overflow: hidden;
}
.con-inner.sustain .wrap-text h3,
.con-inner.about .wrap-text h3 {
  color: #fff;
  background: var(--purple);
  font-size: calc(2.4rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (32 - 24) / (1920 - 960)));
  font-weight: bold;
  padding: .75em 8%;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.con-inner.sustain .wrap-text .text-inner,
.con-inner.about .wrap-text .text-inner {
  background: var(--beige-40);
  padding: 8%;
  height: 100%;
}
.con-inner.sustain li:not(:last-child),
.con-inner.about li:not(:last-child) {
  margin-bottom: .75em;
}
.con-inner.sustain a,
.con-inner.about a {
  color: var(--purple);
  font-weight: bold;
}
.con-inner.sustain a:hover,
.con-inner.about a:hover {
  text-decoration: underline;

}
@media screen and (max-width: 767px) {
.con-inner.sustain,
.con-inner.about {
  flex-direction: column-reverse;
  }
.con-inner.sustain picture,
.con-inner.about picture,
.con-inner.sustain .wrap-text,
.con-inner.about .wrap-text {
   width: 100%;
  max-width: inherit;
  min-width: inherit;
  }
  .con-inner.sustain .wrap-text h3,
.con-inner.about .wrap-text h3 {
  padding: .75em 6%;
  margin-top: 10px;
  }
.con-inner.sustain .wrap-text .text-inner,
.con-inner.about .wrap-text .text-inner {
  margin-top: 10px;
  padding: 6%;
  }
}

/*　製品情報　*/
/* ============================================ */

/* タブメニュー表示　*/
.wrap-tab {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
	position: relative;
  width: calc(100% - 4vw - 4vw);
}
.wrap-serch-resin {
  width: calc(100% - 4vw - 4vw) !important;
}
.wrap-tab .heading_tab {
	display: block;
	text-align: center;
	margin-bottom: 1.5em;
	font-weight: normal;
	padding-bottom: .75em;
	position: relative;
}
.wrap-tab .heading_tab::after {
	content: '';
	background: #005bac;
	display: block;
	width: 60px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
}
.nav-tab,
.nav-down {
  font-weight: bold;
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
/*　ドロップダウンタブ　*/
.nav-down {
	display: block;
  order: 0;
	text-align: left;
	padding: .75em 1em;
	border: 1px solid #ccc;
	margin-top: .5em;
	transition: all .25s cubic-bezier(.4,0,.2,1);
	}
.nav-down::before,
.nav-down::after {
	position: absolute;
	right: 1em;
	width: 1em;
	height: 2px;
	background: #333;
	content: "";
}
.nav-down::before {
	-webkit-transform: rotate(0deg);
	top: calc(50% - 1px);
	transform: rotate(0deg);
}
.nav-down::after {
	-webkit-transform: rotate(90deg);
	top: calc(50% - 1px);
	transform: rotate(90deg);
}
.tab-down:checked + .nav-down::after {
	display: none;
}
.tab-content,
.tab-down-content {
	background: #fff;
	width: 100%;
	height: 0;
	overflow: hidden;
	/* スクロールバー非表示　IE, Edge */
	-ms-overflow-style: none;
	/* スクロールバー非表示　Firefox */
	scrollbar-width: none;
	opacity: 0;
	position: relative;
}
  .tab-content h3 {
    border-top: 2px dotted #999;
    border-bottom: 2px dotted #999;
    font-size: 3.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: .5em .25em;
    margin-bottom: .5em;
  }
 .tab-content h3 span {
   color: var(--purple);
   font-size: 2rem;
   font-weight: 500;
    font-family: 'Maven';
   margin-left: 1.5em;
  }
  .tab-content .btn-link {
    margin: 2em auto 0;
    font-size: 1.4rem;
  }
/*スクロールバー非表示　Chrome, Safari */
.tab-content::-webkit-scrollbar,
.tab-down-content::-webkit-scrollbar {
    display:none;
  }
.tab-content > div {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.tab-down:checked + .nav-down + .tab-down-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .6s opacity;
	padding: 1em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.tab-down:checked + .nav-down + .tab-down-content > div {
	width: 100%;
	height: auto;
	overflow: auto;
	opacity: 1;
  transition: .6s;
	transform: translate(0);
	}

/* ラジオボタン非表示 */
.tab-switch,
.tab-switch-sp,
.tab-down {
  display: none;
}
.container .tab-content p {
	margin-bottom: .5em;
}
@media only screen and (min-width: 960px) {
/* タブメニュー表示　*/
.wrap-tab {
	background: var(--beige-40);
}
.nav-tab {
  line-height: 60px;
	font-size: 1.6rem;
  width: 160px;
  margin-top: 40px;
  position: relative;
  transition: all .5s ease;
}
  .nav-tab::after {
  content: '';
  width: 80%;
  height: 4px;
  background: rgb(var(--purple-rgb), 0);
  display: block;
  margin: auto;
  bottom: 0;
  left: 10%;
  position: absolute;
  transition: all .5s ease;
  }
.tab-content > div {
	transform: translateX(100%);
}
.tab-switch-sp,
.tab-switch-sp+.nav-tab
  {display:none;}
/* アクティブなタブ */
.tab-switch:checked + .nav-tab,
.nav-tab:hover {
  background: #fff;
	color: var(--purple);
	font-weight: bold;
}
.tab-switch:checked + .nav-tab::after,
.nav-tab:hover::after {
  content: '';
  width: 80%;
  height: 4px;
  background: rgb(var(--purple-rgb), 1);
  display: block;
  margin: auto;
  bottom: 0;
  left: 10%;
  position: absolute;
  }
.tab-down:checked + .nav-down,
.nav-down:hover {
  background: #333;
	color: #fff;
	font-weight: bold;
}
.tab-down:checked + .nav-down::before,
.nav-down:hover::before,
.nav-down:hover::after {
	background: #fff;
}
.tab-switch:checked + .nav-tab + .tab-switch-sp + .nav-tab + .tab-content {
	width: 100%;
  height: auto;
  overflow: auto;
  opacity: 1;
  padding: 2.5em;
	}
.tab-switch:checked + .nav-tab + .tab-switch-sp + .nav-tab + .tab-content > div {
  display: flex;
  justify-content: space-between;
	width: 100%;
	height: auto;
	opacity: 1;
  transition: .5s;
	transform: translate(0);
	}
.tab-content > div > * {
	width: calc(50% - 1.5em);
}
}
@media only screen and (max-width: 959px) {
  .wrap-tab {
    margin-bottom: 60px;
    max-width: 600px;
    background: var(--beige-40);
    padding: 0 .5em .5em;
  }
  .tab-content h3 {
    font-size: 2.2rem;
    margin-top: .75em;
  }
 .tab-content h3 span {
   font-size: 1.3rem;
  }
  .tab-content .btn-link {
    margin-top: 1em;
  }
/* タブメニュー表示　*/
.tab-switch,
.tab-switch+.nav-tab {display:none;}
.tab-wrap {
  flex-direction: column;
}
.nav-tab {
  order: 0;
	text-align: left;
	padding: .75em 1em;
	margin-top: .5em;
  width: 100%;
	transition: all .5s;
  background: #fff;
	}
.nav-tab::before,
.nav-tab::after {
	position: absolute;
	right: 1em;
	width: 1em;
	height: 2px;
	background: #333;
	content: "";
}
.nav-tab::before {
	-webkit-transform: rotate(0deg);
	top: calc(50% - 1px);
	transform: rotate(0deg);
}
.nav-tab::after {
	-webkit-transform: rotate(90deg);
	top: calc(50% - 1px);
	transform: rotate(90deg);
}
/* アクティブなタブ */
.tab-switch-sp + .nav-tab:active,
.tab-switch-sp:checked + .nav-tab {
  background: var(--purple);
	color: #fff;
}
.tab-switch-sp + .nav-tab:active::before,
.tab-switch-sp + .nav-tab:active::after,
.tab-switch-sp:checked + .nav-tab::before {
	background: #fff;
}
.tab-switch-sp:checked + .nav-tab::after {
	display: none;
}
.tab-down:checked + .nav-down,
.nav-down:active {
  background: #333;
	color: #fff;
	font-weight: bold;
  transition: .25s;
}
.tab-down:checked + .nav-down::before,
.nav-down:active::before,
.nav-down:active::after {
	background: #fff;
}
.tab-switch-sp:checked + .nav-tab + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .6s opacity;
	padding: 1em;
}
.tab-switch-sp:checked + .nav-tab + .tab-content > div {
	width: 100%;
	height: auto;
  display: flex;
  flex-direction: column-reverse;
	overflow: auto;
	opacity: 1;
  transition: .6s;
	transform: translate(0);
	}
}


/* ============================================ */
/*　ニュース＆トップページニュース　*/
/* ============================================ */
.news {
  width: calc(100% - 4vw - 4vw) ;
  margin: auto;
}
.wrap-list-news h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.list-news {
  border-top: dotted 2px #999;
  border-bottom: dotted 2px #999;
  line-height: 1.5;
}
.wrap-list-news .list-news {
  border-top: none;
  border-bottom: none;
}
.list-news a:hover {
  color: var(--purple);
  text-decoration: underline;
  transition: all 0.3s ease;
}
.list-news li {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  align-items: baseline;
}
.list-news li:not(:last-child),
.con-inner.con-news .list-news li {
  border-bottom: 1px solid #ccc;
}
.news-day {
  font-size: .85em;
  line-height: 1;
}
.news-press,
.news-topics {
  font-size: .85em;
  margin: 0 2em;
  line-height: 1;
  width: 160px;
  display: flex;
}
.news-press {
  background: var(--purple-20);
}
.news-topics {
  background: var(--beige-60);
}
.news-press span,
.news-topics span {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: .5em 0;
}
.icon-new.active {
  color: #fff;
  background: var(--purple);
  border-right: 2px solid #fff;
  width: 6em !important;
  display: inline-block !important;
}
.icon-new {
  display: none !important;
}
.news-text {
  width: calc(100% - 296px);
}
.news-text a {
  font-weight: bold;
}
.con-inner.news .btn-line {
  margin: 2em 0 0 auto;
}
@media screen and (max-width: 959px) {
.list-news li {
  padding: 1em 0;
  }
.news-press,
.news-topics {
  margin: 0 1em;
  }
.news-text {
  width: 100%;
  margin-top: .75em;
}
.con-inner.news .btn-line {
  margin: 2em auto 0;
}
}

/*　ニュース詳細ページ　*/
/* ============================================ */
.wrap-con.news h2 {
  border-top: dotted 2px #999;
  border-bottom: dotted 2px #999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 0;
  margin-bottom: 40px;
}
.news-heading {
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
  line-height: 1.5;
  margin-top: .5em;
}
.wrap-con.news h2 .news-press,
.wrap-con.news h2 .news-topics {
  margin-left: 0;
}
.inner-news {
  display: flex;
  flex-direction: row-reverse;
}
.inner-news.no-img .wrap-news-main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.wrap-news-main {
  width: 60%;
}
.wrap-news-main .btn-line {
  margin: 80px auto 0;
}
.wrap-news-img {
  width: calc(40% - 40px);
  margin-right: 40px;
  display: block;
}
.wrap-news-img figure:not(:last-child) {
  margin-bottom: 2em;
}
.wrap-news-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: max-content;
  display: block;
}
.wrap-news-contact {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
}
.wrap-news-contact h3 {
  font-weight: bold;
}
.wrap-news-link{
  margin-top: 60px;
  display: block;
}
.wrap-news-link h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .75em;
}
@media screen and (max-width: 959px) {
  .wrap-con.news,
  .wrap-news-main {
    width: 100%;
  }
  .wrap-con.news h2 {
    margin-bottom: 30px;
  }
  .news-heading {
  font-size: 2rem;
  }
.inner-news {
  flex-direction: column-reverse;
}
  .wrap-news-img {
  max-width: 480px;
    width: 100%;
    margin: 0 auto 2em;
  }
.wrap-news-main .btn-line {
  margin-top: 60px;
}
.wrap-news-link{
  margin-top: 40px;
}
  .wrap-news-link h3 {
    font-size: inherit;
  }
}


