@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.mission .message::after {
  display: block;
  content: "";
  position: absolute;
}

body {
  font-family: "Noto Sans", sans-serif;
}

.link__border a {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 321px) {
  .link__border a {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .link__border a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .link__border a {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .link__border a {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .header__inner {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__inner {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__inner {
    padding: 0 38px;
  }
}

.header__logo {
  padding-bottom: 0;
}
.header__logo .logo__img {
  width: 120px;
}
@media print, screen and (min-width: 768px) {
  .header__logo .logo__img {
    width: 140px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__logo .logo__img {
    width: 155px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__logo .logo__img {
    width: 170px;
  }
}
@media print, screen and (min-width: 1360px) {
  .header__logo .logo__img {
    width: 183px;
  }
}

@media print, screen and (min-width: 768px) {
  .header__pcmenu {
    display: flex;
    justify-content: end;
    gap: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__pcmenu {
    gap: 40px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__pcmenu {
    gap: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__main {
    gap: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__pcmenu .pcmenu__main {
    gap: 24px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__pcmenu .pcmenu__main {
    gap: 27px;
  }
}
.header__pcmenu .pcmenu__main button {
  font-size: 1.7rem;
  font-family: "Jost", sans-serif;
  padding-block: 10px 22px;
  transition: height 0.3s;
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__main button {
    font-size: 1.6rem;
    height: 78px;
    padding-block: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__pcmenu .pcmenu__main button {
    font-size: 1.7rem;
    height: 86px;
    padding-block: 10px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__pcmenu .pcmenu__main button {
    font-size: 1.8rem;
    height: 96px;
    padding-block: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__main button:nth-child(1) {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__pcmenu .pcmenu__main button:nth-child(1) {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .header__pcmenu .pcmenu__main button:nth-child(1) {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .header__pcmenu .pcmenu__sub {
    order: 2;
  }
}

.dropmenu__clm .page_inner_m {
  align-items: center;
}
.dropmenu__clm p .en {
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.16;
  flex: 1;
  display: flex;
  padding: 17px 50px 17px 15px;
  position: relative;
}
@media print, screen and (min-width: 321px) {
  .dropmenu__clm p .en {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm p .en {
    font-size: 2rem;
    flex: auto;
    padding: 0 45px 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .dropmenu__clm p .en {
    font-size: 2.2rem;
    padding: 0 50px 0 0;
  }
}
@media print, screen and (min-width: 1120px) {
  .dropmenu__clm p .en {
    font-size: 2.4rem;
    padding: 0 54px 0 0;
  }
}
.dropmenu__clm p .en::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 0.8rem;
  font-weight: normal;
  color: #003894;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transform: translateY(-50%);
  transition: color 0.3s, background-color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .dropmenu__clm p .en::after {
    content: "\e902";
    color: #FFF;
    width: 23px;
    height: 23px;
    right: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .dropmenu__clm p .en::after {
    width: 26px;
    height: 26px;
  }
}
@media print, screen and (min-width: 1120px) {
  .dropmenu__clm p .en::after {
    width: 28px;
    height: 28px;
  }
}
@media (hover: hover) {
  .dropmenu__clm p a:where(:any-link, :enabled, summary, span, dt, div):hover .en::after {
    color: #003894;
    background-color: #FFF;
  }
}
.dropmenu__clm ul a {
  font-family: "Jost", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .header.is-scroll .header__inner {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header.is-scroll .header__logo {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header.is-scroll .header__pcmenu .pcmenu__main button {
    height: 78px;
    padding-block: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header.is-scroll .header__pcmenu .pcmenu__main button {
    height: 80px;
  }
}
@media print, screen and (min-width: 1120px) {
  .header.is-scroll .header__pcmenu .pcmenu__main button {
    height: 86px;
  }
}

.footer__logo .head__img {
  max-width: 268px;
}

.footer_navi {
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 768px) {
  .footer_navi {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
}

.footer_navi__spclm:last-child {
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__spclm:last-child {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer_navi__clm a {
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm a {
    line-height: 1.42;
  }
}
.footer_navi__clm p {
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #FFF;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm p {
    font-size: 1.7rem;
    line-height: 1.42;
  }
}
@media print, screen and (min-width: 1120px) {
  .footer_navi__clm p {
    font-size: 1.8rem;
  }
}
.footer_navi__clm p:not(:last-child) {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm p:not(:last-child) {
    margin-bottom: 18px;
  }
}
.footer_navi__clm p a {
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm p a {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .footer_navi__clm p a {
    font-size: 1.8rem;
  }
}
.footer_navi__clm ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .footer_navi__clm ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.footer__banner {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .footer__banner {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.footer__banner .banner__flex {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .footer__banner .banner__flex {
    gap: 25px;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer__banner .banner__flex {
    gap: 45px;
  }
}
@media print, screen and (min-width: 1120px) {
  .footer__banner .banner__flex {
    gap: 60px;
  }
}
.footer__banner .banner__flex .banner--dbj,
.footer__banner .banner__flex .banner--secom {
  width: calc((100% - 90px) / 4);
}
@media print, screen and (min-width: 768px) {
  .footer__banner .banner__flex .banner--dbj,
  .footer__banner .banner__flex .banner--secom {
    width: calc((100% - 75px) / 4);
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .footer__banner .banner__flex .banner--dbj,
  .footer__banner .banner__flex .banner--secom {
    width: calc((100% - 135px) / 4);
  }
}
@media print, screen and (min-width: 1120px) {
  .footer__banner .banner__flex .banner--dbj,
  .footer__banner .banner__flex .banner--secom {
    width: calc((100% - 180px) / 4);
  }
}

.en_top .mv {
  z-index: 2;
}
.en_top .mv .splide__slide .mv__text p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media print, screen and (min-width: 321px) {
  .en_top .mv .splide__slide .mv__text p {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .en_top .mv .splide__slide .mv__text p {
    font-size: 3.4rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .en_top .mv .splide__slide .mv__text p {
    font-size: 3.7rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .en_top .mv .splide__slide .mv__text p {
    font-size: 4rem;
  }
}
.en_top .loopslider {
  margin-bottom: 50px;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .en_top .loopslider {
    margin-bottom: 57px;
  }
}
@media print, screen and (min-width: 1024px) {
  .en_top .loopslider {
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 1120px) {
  .en_top .loopslider {
    margin-bottom: 70px;
  }
}
.en_top .wide_content {
  /*.wide_content__en {
      margin-bottom: -0.18em;
  }*/
}
.en_top .wide_content .textBox h2 {
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .en_top .wide_content .textBox h2 {
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 1024px) {
  .en_top .wide_content .textBox h2 {
    margin-bottom: 31px;
  }
}
@media print, screen and (min-width: 1120px) {
  .en_top .wide_content .textBox h2 {
    margin-bottom: 34px;
  }
}
.en_top .wide_content .textBox .wide_content__text {
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .en_top .wide_content .textBox .wide_content__text {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .en_top .wide_content .textBox .wide_content__text {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 1120px) {
  .en_top .wide_content .textBox .wide_content__text {
    margin-bottom: 70px;
  }
}
.en_top h2.head__entitle {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}
@media print, screen and (min-width: 321px) {
  .en_top h2.head__entitle {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .en_top h2.head__entitle {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .en_top h2.head__entitle {
    font-size: 4.2rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .en_top h2.head__entitle {
    font-size: 4.8rem;
  }
}
.en_top .link__topbutton a {
  font-size: 1.5rem;
  font-weight: normal;
  display: block;
  padding: 10px 50px 10px 15px;
}
@media print, screen and (min-width: 768px) {
  .en_top .link__topbutton a {
    font-size: 1.6rem;
    padding: 11px 54px 11px 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .en_top .link__topbutton a {
    font-size: 1.7rem;
    padding: 12px 57px 12px 15px;
  }
}
@media print, screen and (min-width: 1120px) {
  .en_top .link__topbutton a {
    font-size: 1.8rem;
    padding: 12px 60px 12px 15px;
  }
}
.en_top .link__topbutton a::after {
  font-size: 0.6em;
}
.en_top .top_business .wide_content {
  margin-bottom: 75px;
}
@media print, screen and (min-width: 768px) {
  .en_top .top_business .wide_content {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1024px) {
  .en_top .top_business .wide_content {
    margin-bottom: 103px;
  }
}
@media print, screen and (min-width: 1120px) {
  .en_top .top_business .wide_content {
    margin-bottom: 115px;
  }
}
.en_top .top_business .wide_content .wide_content__bg {
  margin-top: 0;
}
.en_top .img_pagelist .textBox h3 {
  font-weight: 500;
  letter-spacing: 0;
}
.en_top .img_pagelist .textBox h3:not(:last-child) {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .en_top .img_pagelist .textBox h3:not(:last-child) {
    margin-bottom: 23px;
  }
}
.en_top .img_pagelist .textBox p {
  font-weight: normal;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .en_top .text_pagelist {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .en_top .text_pagelist {
    gap: 12px;
  }
}
.en_top .text_pagelist h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 321px) {
  .en_top .text_pagelist h3 {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .en_top .text_pagelist h3 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .en_top .text_pagelist h3 {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .en_top .text_pagelist h3 {
    font-size: 2.4rem;
  }
}
.en_top .top_foodsafety .foodsafety__head {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .en_top .top_foodsafety .foodsafety__head {
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1024px) {
  .en_top .top_foodsafety .foodsafety__head {
    margin-bottom: 53px;
  }
}
@media print, screen and (min-width: 1120px) {
  .en_top .top_foodsafety .foodsafety__head {
    margin-bottom: 60px;
  }
}

.underlayer__head .head__title h1,
.underlayer__head .head__title p {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.15;
}
@media print, screen and (min-width: 768px) {
  .underlayer__head .head__title h1,
  .underlayer__head .head__title p {
    font-size: 4.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer__head .head__title h1,
  .underlayer__head .head__title p {
    font-size: 5rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .underlayer__head .head__title h1,
  .underlayer__head .head__title p {
    font-size: 5.6rem;
  }
}

.blockparts * {
  word-break: normal;
  overflow-wrap: break-word;
}
.blockparts h2.wp-block-heading {
  font-size: 2.9rem;
  font-weight: normal !important;
  font-family: "Jost", sans-serif;
  line-height: 1.25;
}
@media print, screen and (min-width: 321px) {
  .blockparts h2.wp-block-heading {
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .blockparts h2.wp-block-heading {
    font-size: 3.9rem;
    line-height: 1.1;
  }
}
@media print, screen and (min-width: 1024px) {
  .blockparts h2.wp-block-heading {
    font-size: 4.4rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .blockparts h2.wp-block-heading {
    font-size: 4.8rem;
  }
}
.blockparts h3.wp-block-heading {
  line-height: 1.25;
}
@media print, screen and (min-width: 768px) {
  .blockparts h3.wp-block-heading {
    line-height: 1.15;
  }
}
.blockparts h4.wp-block-heading {
  font-weight: normal !important;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .blockparts h4.wp-block-heading {
    line-height: 1.23;
  }
}
.blockparts h5.wp-block-heading {
  line-height: 1.3;
}
.blockparts h2.wp-block-heading.blue_heading,
.blockparts h3.wp-block-heading.blue_heading,
.blockparts h4.wp-block-heading.blue_heading {
  font-weight: normal !important;
  font-family: "Jost", sans-serif;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .blockparts h2.wp-block-heading.blue_heading,
  .blockparts h3.wp-block-heading.blue_heading,
  .blockparts h4.wp-block-heading.blue_heading {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .blockparts h2.wp-block-heading.blue_heading,
  .blockparts h3.wp-block-heading.blue_heading,
  .blockparts h4.wp-block-heading.blue_heading {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1120px) {
  .blockparts h2.wp-block-heading.blue_heading,
  .blockparts h3.wp-block-heading.blue_heading,
  .blockparts h4.wp-block-heading.blue_heading {
    margin-bottom: 45px;
  }
}
.blockparts h2.wp-block-heading.label_heading,
.blockparts h3.wp-block-heading.label_heading,
.blockparts h4.wp-block-heading.label_heading {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .blockparts h2.wp-block-heading.label_heading,
  .blockparts h3.wp-block-heading.label_heading,
  .blockparts h4.wp-block-heading.label_heading {
    margin-bottom: 29px;
  }
}
@media print, screen and (min-width: 1024px) {
  .blockparts h2.wp-block-heading.label_heading,
  .blockparts h3.wp-block-heading.label_heading,
  .blockparts h4.wp-block-heading.label_heading {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 1120px) {
  .blockparts h2.wp-block-heading.label_heading,
  .blockparts h3.wp-block-heading.label_heading,
  .blockparts h4.wp-block-heading.label_heading {
    margin-bottom: 35px;
  }
}
.blockparts h2.wp-block-heading.label_heading .label,
.blockparts h3.wp-block-heading.label_heading .label,
.blockparts h4.wp-block-heading.label_heading .label {
  font-size: 1.6rem;
  padding: 6px 13px 6px 13px;
}
@media print, screen and (min-width: 321px) {
  .blockparts h2.wp-block-heading.label_heading .label,
  .blockparts h3.wp-block-heading.label_heading .label,
  .blockparts h4.wp-block-heading.label_heading .label {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .blockparts h2.wp-block-heading.label_heading .label,
  .blockparts h3.wp-block-heading.label_heading .label,
  .blockparts h4.wp-block-heading.label_heading .label {
    font-size: 1.8rem;
    padding: 6px 18px 6px 18px;
  }
}
@media print, screen and (min-width: 1024px) {
  .blockparts h2.wp-block-heading.label_heading .label,
  .blockparts h3.wp-block-heading.label_heading .label,
  .blockparts h4.wp-block-heading.label_heading .label {
    font-size: 1.9rem;
    padding: 7px 20px 7px 20px;
  }
}
@media print, screen and (min-width: 1120px) {
  .blockparts h2.wp-block-heading.label_heading .label,
  .blockparts h3.wp-block-heading.label_heading .label,
  .blockparts h4.wp-block-heading.label_heading .label {
    font-size: 2rem;
    padding: 8px 22px 8px 22px;
  }
}
.blockparts h2.wp-block-heading.label_heading .text,
.blockparts h3.wp-block-heading.label_heading .text,
.blockparts h4.wp-block-heading.label_heading .text {
  width: 100%;
}
@media print, screen and (min-width: 321px) {
  .blockparts h2.wp-block-heading.label_heading .text,
  .blockparts h3.wp-block-heading.label_heading .text,
  .blockparts h4.wp-block-heading.label_heading .text {
    flex: initial;
  }
}
.blockparts h3.wp-block-heading.square_title,
.blockparts h4.wp-block-heading.square_title,
.blockparts h5.wp-block-heading.square_title {
  line-height: 1.3;
}
.blockparts h3.wp-block-heading.square_title::before,
.blockparts h4.wp-block-heading.square_title::before,
.blockparts h5.wp-block-heading.square_title::before {
  margin-top: 4px;
  flex-shrink: 0;
}
.blockparts p {
  line-height: 1.75;
  letter-spacing: 0;
}
.blockparts p.blue_heading {
  font-weight: normal !important;
  font-family: "Jost", sans-serif;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .blockparts p.blue_heading {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .blockparts p.blue_heading {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1120px) {
  .blockparts p.blue_heading {
    margin-bottom: 45px;
  }
}
.blockparts .wp-block-buttons .wp-block-button__link {
  font-weight: normal;
  font-family: "Jost", sans-serif;
}
.blockparts .wp-block-lazyblock-indeximg-parts .item__text p {
  margin-top: 18px;
}
.blockparts .wp-block-lazyblock-indextext-parts .item__text p {
  margin-top: 18px;
}
.blockparts .wp-block-flexible-table-block-table table th {
  font-weight: 600;
}
.blockparts .wp-block-flexible-table-block-table thead th,
.blockparts .wp-block-flexible-table-block-table thead td,
.blockparts .wp-block-flexible-table-block-table tfoot th,
.blockparts .wp-block-flexible-table-block-table tfoot td {
  font-weight: 600;
}
.blockparts .wp-block-flexible-table-block-table figcaption {
  line-height: 1.2;
}
.blockparts .lh12 {
  line-height: 1.2 !important;
}

.mission .underlayer__wrap {
  padding-top: 0;
}
.mission .message {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}
@media print, screen and (min-width: 321px) {
  .mission .message {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .mission .message {
    padding-top: 82px;
    padding-bottom: 72px;
  }
}
@media print, screen and (min-width: 1024px) {
  .mission .message {
    padding-top: 94px;
    padding-bottom: 84px;
  }
}
@media print, screen and (min-width: 1120px) {
  .mission .message {
    padding-top: 105px;
    padding-bottom: 95px;
  }
}
.mission .message::after {
  width: 100vw;
  height: 100%;
  background: url(../img/company/greeting/greeting_bg.jpg) no-repeat center bottom -1px;
  background-size: 150% auto;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .mission .message::after {
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 1120px) {
  .mission .message::after {
    background-size: cover;
  }
}
.mission .message .massage__ceo {
  line-height: 1.2;
}
.mission .message .massage__ceo span {
  font-size: 1.7rem;
}
@media print, screen and (min-width: 321px) {
  .mission .message .massage__ceo span {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mission .message .massage__ceo span {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .mission .message .massage__ceo span {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1120px) {
  .mission .message .massage__ceo span {
    font-size: 2.4rem;
  }
}

.sustainability .underlayer__wrap {
  padding-block: 70px 100px;
}
@media print, screen and (min-width: 768px) {
  .sustainability .underlayer__wrap {
    padding-block: 82px 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .sustainability .underlayer__wrap {
    padding-block: 94px 140px;
  }
}
@media print, screen and (min-width: 1120px) {
  .sustainability .underlayer__wrap {
    padding-block: 105px 160px;
  }
}

.customhtml .icon_title .icon_title__text {
  line-height: 1.2;
}
.customhtml .history__chronology .chronology__content {
  padding-top: 1px;
}
@media print, screen and (min-width: 768px) {
  .customhtml .history__chronology .chronology__content {
    padding-top: 3px;
  }
}
.customhtml .history__chronology .chronology__text {
  line-height: 1.5;
}
.customhtml .history__chronology .chronology__text.font_l {
  line-height: 1.4;
}
.customhtml .history__chronology .chronology__imgtext p {
  line-height: 1.5;
}
.customhtml .value__basicpolicy dl {
  max-width: 800px;
  grid-template-columns: 1fr;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .customhtml .value__basicpolicy dl {
    grid-template-columns: 130px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .customhtml .value__basicpolicy dl {
    grid-template-columns: 140px auto;
  }
}
@media print, screen and (min-width: 1120px) {
  .customhtml .value__basicpolicy dl {
    grid-template-columns: 150px auto;
  }
}
.customhtml .value__basicpolicy dl dt {
  width: 120px;
}
@media print, screen and (min-width: 768px) {
  .customhtml .value__basicpolicy dl dt {
    width: 100%;
  }
}