@charset "UTF-8";

/* 共通部 */
.main {
  min-width: 1400px;
  margin: 0 auto;
  padding-top: 110px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #fff;
  cursor: pointer;
}
a:visited {
  color: #6C757D;
}

/* お問い合わせボタン */
.btn a {
  display: inline-block;
  background-color: #CE0110;
  color: #fff;
  padding: 10px 20px;
  margin-left: 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 25px;
}
.btn a::after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-5px) skew(45deg);
  margin-left: 8px;
}
/* header */
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #211E28;
  padding: 15px 20px;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 110px;
}
/* ロゴ */
#header .logo {
  max-width: 229px;
  height: auto;
}

#header .logo img {
  width: 100%;
}
/* ナビゲーション */
#header nav {
  display: flex;
  align-items: center;
}
#header nav ul {
  display: flex;
  flex-wrap: wrap;
}
#header nav ul li {
  color: #fff;
  font-size: 16px;
  margin: 0 5px;
}
#header nav ul li::after {
  content: "|";
  color: #fff;
  margin-left: 15px;
}
#header nav ul li:last-child:after {
  display: none;
}
#header nav .btn {
  min-width: 260px;
}
/*ハンバーガーメニュー*/
#header .hamburger {
  display: none;
}

/* #mv */
#mv {
  position: relative;
  margin-bottom: 74px;
}
#mv h2 {
  /* font-family: "Noto Sans Myanmar", sans-serif; */
  font-weight: 600;
  font-size: 50px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
#mv h2 .mv-txt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 25px;
}
#mv h2 .mv-txt::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin-right: 5px;
}
#mv .mv-img {
  width: 100%;
}

/* #profile */
#profile {
  margin-bottom: 119px;
}
#profile .prof-container {
  max-width: 1175px;
  margin: 0 auto;
  position: relative;
}
#profile h2 {
  font-size: 85px;
  /* font-family: Silom; */
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 32px;
}
#profile .catchphrase {
  position: absolute;
  top: 110px;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  /* font-family: TA-礼筆M; */
}
#profile .desc {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 70px;
}
#profile .desc .img {
  width: 50%;
}
#profile .desc .txt {
  width: 50%;
  margin-left: -10%;
  font-size: 18px;
  line-height: 2.5;
}
#profile .desc .txt .name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* font-family: TA-礼筆M; */
}
#profile .desc .txt .name img {
  width: 30%;
  margin-left: 10px;
}
#profile .btn {
  text-align: center;
}

/* #reason */
#reason {
  padding: 124px 0 158px;
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1;
}
#reason::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
#reason h3 {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 86px;
  position: relative;
  display: inline-block;
}
#reason h3::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 20px;
  left: -40px;
}
#reason h3::after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  bottom: 0;
  right: -30px;
}
#reason h3 .highlight {
  font-weight: bold;
}
#reason h3 .c_red {
  color: #CE0110;
  font-weight: bold;
}
#reason h3 .c_red span {
  font-size: 72px;
  font-weight: bold;
  /* font-family: DIN 2014; */
}
#reason .reason-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 1175px;
  margin: 0 auto;
}
#reason .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #1F1C25;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 30%;
  margin: 0 5px;
  padding: 50px;
}
#reason .item .number {
  font-size: 55px;
  /* font-family: DIN 2014; */
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
  margin-bottom: 18px;
}
#reason .item .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
#reason .item .txt {
  font-size: 18px;
}

/* #service */
#service {
  padding: 123px 0 223px;
  background-color: #1F1C25;
  color: #fff;
  overflow: hidden;
  margin-bottom: 100px;
}
#service h3.title {
  color: #000;
  font-size: 80px;
  /* font-family: Silom; */
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  text-align: center;
}
#service h3.title span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
}
#service .txt {
  text-align: center;
  margin-bottom: 88px;
  line-height: 2;
  font-size: 18px;
}
/* plastics セクション共通部*/
#service .service-section {
  max-width: 1175px;
  margin: 0 auto;
  margin-bottom: 100px;
  border-bottom: 3px solid #fff;
  font-size: 18px;
}
#service .service-section .title {
  position: relative;
  margin-bottom: 62px;
}
#service .service-section .title h3 {
  position: absolute;
  font-size: 70px;
  font-weight: bold;
  writing-mode: vertical-rl;
  top: 10px;
  left: 0;
  letter-spacing: 0;
}
#service .service-section .title .img {
  margin-left: 60px;
}
#service .service-section .title .img img {
  max-width: 115%;
}
#service .service-section .txt {
  margin-top: 70px;
  margin-left: 200px;
  margin-bottom: 80px;
  text-align: left;
}
#service .service-section .plus {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#service .service-section .plus-img {
  width: 40%;
}
#service .service-section .plus-txt {
  width: 60%;
  margin-left: 40px;
  line-height: 2;
}
/* safety */
#service .service-section.safety .title h3 {
  right: 0;
}
#service .service-section.safety .title .img {
  display: flex;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 40px;
}
#service .service-section.safety .plus {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 80px;
}
#service .service-section.safety .plus-img {
  width: 40%;
}
#service .service-section.safety .plus-txt {
  width: 60%;
  margin-right: 40px;
  line-height: 2;
}
/* resin */
#service .service-section.resin {
  border-bottom: none;
}
#service .service-section.resin h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#service .service-section.resin .resin-txt {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}
/* スライダー部 */
#service .service-section.resin ul.resin-slider {
  display: flex;
  align-items: stretch;
}
#service .service-section.resin li.slider-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #707070;
  padding: 20px 45px;
  margin-right: 40px;
  border-radius: 5px;
  height: auto;
}
#service .service-section.resin li.slider-item .img {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service .service-section.resin li.slider-item h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
#service .service-section.resin li.slider-item p {
  flex-grow: 1;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
}
#service .service-section.resin .slick-list {
  margin: 0 100px;
}
#service .service-section.resin .slick-track {
  display: flex;
}
#service .service-section.resin .slick-dots {
  bottom: -45px;
}
#service .service-section.resin .slick-dots li button::before {
  color: #fff;
  font-size: 12px;
}
#service .service-section.resin .slick-prev {
  transform: translate(0, -50%) rotate(225deg);
}
#service .service-section.resin .slick-next {
  transform: translate(0, -50%) rotate(45deg);
}
#service .service-section.resin .slick-prev:before, #service .service-section.resin .slick-next:before {
  width: 10px;
  height: 10px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  color: transparent;
}

/* #instagram */
#instagram {
  margin-bottom: 100px;
}
#instagram h3 {
  color: rgba(0, 0, 0, 0.1);
  font-size: 80px;
  /* font-family: Silom; */
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
#instagram h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 18px;
}
#instagram ul {
  max-width: 1175px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 30px;
}
#instagram li {
  width: 25%;
  padding: 10px;
}
#instagram .btn {
  text-align: center;
}
#instagram .btn a {
  background-color: #000;
}

/* #topics */
#topics {
  padding-bottom: 100px;
}
#topics h3 {
  color: rgba(0, 0, 0, 0.1);
  font-size: 80px;
  /* font-family: Silom; */
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
#topics h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 18px;
}
#topics ul {
  max-width: 1175px;
  margin: 0 auto;
}
#topics li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
#topics li:last-child {
  border-bottom: none;
}
#topics li a {
  display: flex;
  align-items: center;
  color: #000;
}
#topics li a p {
  margin-right: 30px;
}
#topics li a .cat-tag {
  color: #fff;
  background-color: #000;
  padding: 5px 20px;
  margin-right: 20px;
}
#topics li a .cat-tag a[href*="uncategorized"] {
  display: none;
}
#topics .btn {
  text-align: center;
}
#topics .btn a {
  background-color: #000;
}

/* #faq */
#faq {
  background-color: #F2F2F2;
  padding: 100px 0;
}
#faq h3 {
  color: rgba(0, 0, 0, 0.1);
  font-size: 80px;
  /* font-family: Silom; */
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
#faq h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 18px;
}
#faq li {
  max-width: 1175px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
}
#faq .question {
  display: flex;
  align-items: center;
  padding: 35px 0 35px 120px;
  position: relative;
}
#faq .question span {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
#faq .question::before, #faq .question::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  background-color: #000;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.5s ease;
}
#faq .question::after {
  transform: translateY(-50%) rotate(90deg);
}
#faq .question.open::after {
  transform: translateY(-50%) rotate(0deg);
}
#faq .answer {
  display: flex;
  align-items: center;
  padding: 35px 0 35px 120px;
  color: #000;
}
#faq .answer .icon span {
  background-color: #CE0110;
  color: #fff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
#faq .answer .answer-text {
  width: 80%;
}
#faq .btn {
  text-align: center;
}
#faq .btn a {
  background-color: #000;
}

/* #company */
#company {
  max-width: 1175px;
  margin: 150px auto;
  background-color: #211E28;
  padding: 125px 90px;
}
#company .company-top {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
#company .company-desc {
  width: 40%;
}
#company .company-desc h3 {
  color: rgb(0, 0, 0);
  font-size: 60px;
  /* font-family: Silom; */
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
#company .company-desc h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
}
#company .company-desc dl {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
#company .company-desc dt {
  width: 20%;
  font-weight: bold;
  margin-bottom: 5px;
}
#company .company-desc dd {
  width: 80%;
  margin: 0;
  margin-bottom: 5px;
  padding-left: 10px;
  flex-grow: 1;
}
#company .company-img {
  width: 60%;
}
#company .company-bottom .map {
  max-width: 1075px;
  height: 400px;
}
#company .company-bottom .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* #form */
#form {
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
#form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#form h3 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
#form .form-txt {
  color: #fff;
  text-align: center;
  max-width: 1175px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#form .form-info {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 1175px;
  margin: 0 auto;
}
#form .mail {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 50px;
  width: 40%;
  margin-right: 50px;
}
#form .mail .img {
  width: 80px;
  height: 65px;
  margin-bottom: 30px;
}
#form .mail .btn {
  margin-bottom: 10px;
}
#form .mail .address a {
  color: #000;
}
#form .tel {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 50px;
  width: 40%;
}
#form .tel .img {
  width: 80px;
  height: 65px;
  margin-bottom: 30px;
}
#form .tel .address {
  font-size: 25px;
}
#form .tel .address a {
  display: block;
  margin: 0 auto;
  color: #CE0110;
}
#form .tel .address p {
  display: block;
  margin: 0 auto;
  color: #CE0110;
}

/* #footer */
#footer {
  min-width: 1400px;
  background-color: #211E28;
  color: #fff;
  padding: 40px 20px;
}
#footer .footer-info {
  display: flex;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#footer .footer-address {
  padding-right: 150px;
}
#footer .footer-address img {
  max-width: 250px;
  margin-bottom: 20px;
}
#footer .footer-address li {
  margin-bottom: 8px;
}
#footer .footer-address li p {
  display: inline-block;
  margin-left: 5px;
}
#footer .footer-link {
  padding-left: 100px;
  border-left: 2px solid #fff;
}
#footer .footer-link ul {
  margin-bottom: 20px;
}
#footer .footer-link li {
  margin-bottom: 8px;
}
#footer .footer-link .btn a {
  margin-left: 0;
}
#footer .footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
}
#footer .footer-copyright img {
  width: 38px;
  margin-bottom: 20px;
}
#footer .copyright {
  font-size: 14px;
}
#footer img {
  max-width: 100%;
  height: auto;
}


/* --------------------------------------------------------------------------------
			コンプライアンス
-------------------------------------------------------------------------------- */

#compliance {
  width: 1260px;
  margin: 0 auto;
  padding: 150px 30px;
}
#compliance h2 {
  font-size: 65px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
#compliance .ruby {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
#compliance .promiss-txt {
  margin-bottom: 100px;
}
#compliance .article {
  margin-bottom: 50px;
}
#compliance .article h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 3px solid #ccc;
  margin-bottom: 50px;
}
#compliance .article p {
  font-size: 18px;
}

/* --------------------------------------------------------------------------------
			ハラスメント
-------------------------------------------------------------------------------- */

#harassment {
  width: 1260px;
  margin: 0 auto;
  padding: 150px 30px;
}
#harassment h2 {
  font-size: 65px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
#harassment .ruby {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
#harassment .promiss-txt {
  margin-bottom: 100px;
}
#harassment .article {
  margin-bottom: 50px;
}
#harassment .article h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 3px solid #ccc;
  margin-bottom: 50px;
}
#harassment .article p {
  font-size: 18px;
  margin-bottom: 20px;
}
#harassment .article .desc {
  margin-bottom: 30px;
}
#harassment .article .desc h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;

}

/* --------------------------------------------------------------------------------
			投稿ページ
-------------------------------------------------------------------------------- */

#post {
  max-width: 1175px;
  margin: 100px auto;

}
#post .title {
  color: rgba(0, 0, 0, 0.1);
  font-size: 80px;
  /* font-family: Silom; */
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
#post .title span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 18px;
}
#post .post-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
#post .post-desc {
  display: flex;
  align-items: center;
}
#post .post-date {
  font-size: 18px;
  margin-right: 10px;
}
#post .post-categories a {
  background-color: #1F1C25;
  font-size: 14px;
  padding: 5px;
}
#post .post-categories a[href*="uncategorized"] {
  display: none;
}
#post .post-content {
  margin: 50px 0;
}