@charset "UTF-8";
/* ---------- ---------- ----------

00. Common Setting
01. Component Setting
02. Page Setting

---------- ---------- ---------- */

/* ---------- ---------- ----------
:: for large screen ::
@media only screen and (min-width: 1025px) {
}
:: for medium screen ::
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media only screen and (max-width: 640px) {
}
---------- ---------- ---------- */

/* -- ------------------------------
  00. Common Setting
------------------------------ --*/
/* Reset
---------- ---------- */
.g-Section.is-paddingReset--topBottom:not(.chem-mv-column-01) .g-Section__inner {
  max-width: 1300px;
}

.g-HeadingTitle__titleBlock__titleBox__title,
.g-HeadingTitle--v2__titleBlock__titleBox__title {
  margin-bottom: 0;
}

.g-Column.l-Column .l-Column__cols {
    padding-top: 0;
    padding-bottom: 0;
}

/* Option
---------- ---------- */
/* font size */
.opt-fontsize--28 {
  font-size: 28px;
}

.opt-fontsize--24 {
  font-size: 24px;
}

.opt-fontsize--20 {
  font-size: 20px;
}

.opt-fontsize--18 {
  font-size: 18px;
}

.opt-fontsize--16 {
  font-size: 16px;
}

.chem-sup-01 {
  font-size: 16px;
  top: -.3em;
  vertical-align: super;
}

.chem-sup-02 {
  font-size: 60%;
  top: .2em;
  vertical-align: super;
}

@media only screen and (max-width: 640px) {
  .opt-fontsize--28 {
    font-size: 24px;
  }

  .opt-fontsize--24 {
    font-size: 20px;
  }

  .opt-fontsize--20 {
    font-size: 18px;
  }

  .opt-fontsize--18 {
    font-size: 14px;
  }

  .opt-fontsize--16 {
    font-size: 14px;
  }

  .opt-sm-fontsize--18 {
    font-size: 18px;
  }

  .opt-sm-fontsize--16 {
    font-size: 16px;
  }

  .opt-sm-fontsize--12 {
    font-size: 12px;
  }

  .chem-sup-01 {
    font-size: 12px;
    top: 0;
  }
}

/* border radius */
.opt-border-radius-12 {
  border-radius: 12px;
}

.opt-border-radius-10 {
  border-radius: 10px;
}

.opt-border-radius-8 {
  border-radius: 8px;
}

/* -- ------------------------------
  01. Component Setting
------------------------------ --*/
/* MV */
.chem-mv-column-01.is-background {
  padding: 20px 20px 80px;
}

.chem-mv-column-01 .g-Column__inner{
  max-width: 1300px;
  min-height: 589px;
  margin: 0 auto;
  align-content: end;
  box-sizing: border-box;
}

.chem-mv-column-01.bg-sp {
  background-size: cover, 0 0 !important;
}

@media only screen and (min-width: 1025px) {
  .chem-mv-column-01 .g-Column__inner{
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .chem-mv-column-01 .g-Column__cols {
    float: none;
  }

  .chem-mv-column-01 .g-Column__inner:after {
    content: none
  }
}

@media only screen and (max-width: 640px) {
  .chem-mv-column-01.is-background {
    padding: 20px 20px 40px;
  }

  .chem-mv-column-01.bg-sp {
    background-size: 0 0, cover !important;
  }

  .chem-mv-column-01 .g-Column__inner{
    min-height: 740px;
  }
}

/* Group Box */
.chem-flowchart-01.is-border {
  border: none;
}

.chem-flowchart-01.is-border .g-Column__inner {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 40px;
}

.chem-flowchart-01 .g-ColumnUnit.is-background{
  background-size: 120px 120px, 0 !important;
}

.chem-flowchart-01 .g-HeadingTitle--v2 .cmn-richtext {
  font-size: 24px;
}

.chem-flowchart-01 .g-GroupBox.l-GroupBox {
  padding: 24px;
  border-radius: 12px;
}

.chem-flowchart-01 .g-GroupBox.is-backgroundColor--2 {
  background-color: #b5e2ddad;
}

@media only screen and (min-width: 641px) {
  .chem-flowchart-01 .g-GroupBox.is-background {
    margin-right: 120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 640px) {
  .chem-flowchart-01 .g-ColumnUnit.is-background{
    background-size: 0, 48px 48px !important;
    background-position: center bottom;
    padding-bottom: 48px;
  }

  .chem-flowchart-01.is-border .g-Column__inner {
    margin-top: 24px;
    padding-top: 24px;
  }

  .chem-flowchart-01 .g-Column__cols:nth-child(2n) .g-GroupBox {
    background-color: #eee;
  }

  .chem-flowchart-01 .g-HeadingTitle--v2 .cmn-richtext {
    font-size: 20px;
  }
}

.chem-center-box-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Heading Title Item */
.chem-HeadingTitle-01.is-background {
  background-size: 107px 60px;
  background-position: right;
  padding: 1em 107px 0;
}

.chem-HeadingTitle-01-wrap > .g-Text,
.chem-HeadingTitle-02-wrap .g-Column__cols:first-child .g-Text {
  font-size: 18px;
}

.chem-HeadingTitle-01-wrap .chem-ButtonP-01 .cmn-richtext,
.chem-HeadingTitle-02-wrap .chem-ButtonP-01 .cmn-richtext {
  font-size: 20px;
}

@media only screen and (min-width: 1025px) {
  .chem-HeadingTitle-01-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .chem-HeadingTitle-01.is-background .g-HeadingTitle--v2__titleBlock {
    width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .chem-HeadingTitle-01.is-background {
    background-position: center top;
    padding: 68px 0 0;
  }
}

@media only screen and (max-width: 640px) {
  .chem-HeadingTitle-01.is-background {
    background-size: 64px 36px;
    background-position: center top;
    padding: 44px 0 0;
  }

  .chem-HeadingTitle-01-wrap.is-backgroundColor--3 > .g-HeadingTitle--v2 .cmn-richtext,
  .chem-HeadingTitle-02-wrap.g-Column.is-backgroundColor--3 .g-HeadingTitle--v2 .cmn-richtext {
    font-size: 28px;
  }

  .chem-HeadingTitle-01-wrap > .g-Text,
  .chem-HeadingTitle-02-wrap .g-Column__cols:first-child .g-Text {
    font-size: 16px;
  }

  .chem-HeadingTitle-01-wrap .chem-ButtonP-01 .cmn-richtext,
  .chem-HeadingTitle-02-wrap .chem-ButtonP-01 .cmn-richtext {
    font-size: 16px;
  }
}

/* Button Pack */
.chem-ButtonP-01 .l-ButtonUnit__link {
  border-radius: 20px;
}

.chem-ButtonP-01 .cmn-richtext {
  margin-top: .3em;
  line-height: 1;
}

.chem-ButtonP-01.center-btn .g-ButtonP__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* Image & Text Pack */
/* 01 */
.chem-ImageTextHP-01 .g-ImageTextHP--v2__contentsBlock__text {
  align-content: center;
}

.chem-ImageTextHP-01 .g-ImageTextHP--v2__contentsBlock__text > .g-Text {
  font-size: 24px;
  letter-spacing: 0;
}

@media only screen and (min-width: 1025px) {
  .chem-ImageTextHP-01.is-layoutL .g-ImageTextHP--v2__contentsBlock__image {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .chem-ImageTextHP-01 .g-ImageTextHP--v2__contentsBlock__text > .g-Text {
    font-size: 20px;
  }
}

/* 02 */
.chem-ImageTextHP-02.is-layoutL .g-ImageTextHP--v2__contentsBlock__image {
  padding-right: 40px;
}

.chem-ImageTextHP-02 .g-ImageTextHP--v2__contentsBlock__text .g-Text {
  font-size: 100px;
  color: #00585699;
  letter-spacing: 0;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .chem-ImageTextHP-02.is-layoutL .g-ImageTextHP--v2__contentsBlock__image {
    padding-right: 0;
  }

  .chem-ImageTextHP-02.is-layoutL .g-ImageTextHP--v2__contentsBlock__text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }

  .chem-ImageTextHP-02 .g-ImageTextHP--v2__contentsBlock__text .g-Text {
    font-size: 64px;
  }
}

/* Tile Link Pack */
.chem-TileLinkVP-01 .g-TileLinkVUnit--v2 {
  align-content: center;
  border-radius: 12px;
  background-color: #eee;
  border-color: #eee;
  color: #000;
}

.chem-TileLinkVP-01 .g-TileLinkVP--v2__list__tile {
  float: none;
}

.chem-TileLinkVP-01 .g-TileLinkVP--v2__list:after {
  content: none;
}

.chem-TileLinkVP-01 .g-TileLinkVP--v2__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.chem-TileLinkVP-01 .g-TileLinkVUnit--v2__leadBlock {
  height: auto !important;
}

.chem-TileLinkVP-01 .g-TileLinkVUnit--v2.bg-green {
  background-color: #005856;
  border-color: #005856;
  color: #fff;
}

.chem-TileLinkVP-01 .g-TileLinkVUnit--v2__imageBlock {
  max-width: 84px;
}

.chem-TileLinkVP-01 .no-image .g-TileLinkVUnit--v2__imageBlock {
  display: none;
}

.chem-TileLinkVP-01 .g-TileLinkVUnit--v2__leadBlock__title .g-Text {
  font-size: 18px;
  letter-spacing: 0;
}

.chem-TileLinkVP-01 .bg-green .g-TileLinkVUnit--v2__leadBlock__title .g-Text {
  font-size: 22px;
  line-height: 1.3;
}

.chem-TileLinkVP-01 .g-TileLinkVUnit--v2__leadBlock__lead .g-Text {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .chem-TileLinkVP-01 .bg-green .g-TileLinkVUnit--v2__leadBlock__title .g-Text {
    font-size: 18px;
  }
}

/* Banner Link Pack */
.chem-BannerLinkP-01 .g-BannerLinkP--v2__list__item {
  float: none;
}

.chem-BannerLinkP-01 .g-BannerLinkP--v2__list:after {
  content: none;
}

.chem-BannerLinkP-01 .g-BannerLinkP--v2__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
}

.chem-BannerLinkP-01.lg-5 .g-BannerLinkP--v2__list__item {
  width: calc(20% - 40px);
}

@media only screen and (max-width: 1024px) {
  .chem-BannerLinkP-01.md-3 .g-BannerLinkP--v2__list__item {
    width: calc(33.3% - 33.3px);
  }
}

@media only screen and (max-width: 640px) {
  .chem-BannerLinkP-01 .g-BannerLinkP--v2__list {
    gap: 15px;
  }

  .chem-BannerLinkP-01.sm-3 .g-BannerLinkP--v2__list__item {
    width: calc(33.3% - 10px);
  }
}


/* News Index Pack */
.chem-NewsIndexP-01 .g-NewsIndexUnit--v5__icon {
  display: none;
}

.chem-NewsIndexP-01 .l-NewsIndexP--v5__list__item {
  border: none;
}

.chem-NewsIndexP-01 .l-NewsIndexP--v5__list__item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.chem-NewsIndexP-01 .g-NewsIndexUnit--v5__contentsBlock__text {
  padding-left: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}

.chem-NewsIndexP-01 .g-NewsIndexUnit--v5__infoBlock__time {
  min-width: 200px;
}

.chem-NewsIndexP-01 .g-NewsIndexUnit--v5.l-NewsIndexUnit--v5,
.chem-NewsIndexP-01 .l-NewsIndexUnit--v5__infoBlock__time {
  color: #005856;
  font-family: "Neue-Helvetica-Paneuropean", sans-serif;
  font-size: 14px;
  margin-top: 6px;
}

.chem-NewsIndexP-01 .is-link .g-NewsIndexUnit--v5__text {
  text-decoration: none;
  font-family: "Neue-Helvetica-Paneuropean-Bold", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
}

@media only screen and (max-width: 640px) {
  .chem-NewsIndexP-01 .g-NewsIndexUnit--v5__contentsBlock__text {
    flex-direction: column-reverse;
  }

  .chem-NewsIndexP-01 .g-NewsIndexUnit--v5.l-NewsIndexUnit--v5,
  .chem-NewsIndexP-01 .l-NewsIndexUnit--v5__infoBlock__time {
    font-size: 12px;
  }

  .chem-NewsIndexP-01 .is-link .g-NewsIndexUnit--v5__text {
    font-size: 18px;
  }
}

/* -- ------------------------------
  02. Page Setting
------------------------------ --*/

/* Design 2
---------- ---------- */
.chem-Column-01.is-background {
  padding: 0;
  background-size: 472px;
  min-height: 242px;
}

.chem-Column-01 .g-Column__cols:first-child {
  max-width: 860px;
}

.chem-Column-01 .g-Text {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0;
}

@media only screen and (max-width: 640px) {
  .chem-Column-01.is-background {
    padding: 0;
    background-size: 472px;
    min-height: 242px;
    background-position: bottom left;
  }

  .chem-Column-01 .g-Text {
    font-size: 24px;
    line-height: 1.4;
  }
}