@charset "UTF-8";
@font-face {
  font-family: "gothic-mb";
  src: url(../fonts/U-OTF-GothicMB101Upr-Bold.otf);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "gothic-mb";
  src: url(../fonts/U-OTF-GothicMB101Upr-DeBold.otf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "gothic-mb";
  src: url(../fonts/U-OTF-GothicMB101Upr-Light.otf);
  font-weight: 400;
  font-display: swap;
}
@media not screen and (max-width: 767px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tablet-and-above {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

main {
  overflow: hidden;
  min-height: 100vh;
}

body, * {
  font-family: "gothic-mb", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  scrollbar-color: #e47011;
}
body::-webkit-scrollbar-thumb, *::-webkit-scrollbar-thumb {
  scrollbar-color: #e47011;
}

img {
  max-width: 100%;
}

a, button {
  cursor: pointer;
}

#pankz a {
  transition: 0.3s;
}
#pankz a:hover {
  text-decoration: underline;
}

hr {
  background: #f6f6f6;
  height: 2px;
  margin: 30px 0;
  border: 0;
}

* {
  color: #333333;
}

h1, .h1 {
  font-size: 33px;
  line-height: 1.25;
  font-weight: bold;
}
main.page-2023__plain h1, .sustainability__top h1, main.page-2023__plain .h1, .sustainability__top .h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}
main.page-2023__plain h1::before, .sustainability__top h1::before, main.page-2023__plain .h1::before, .sustainability__top .h1::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  transform: skew(-30deg, 0);
  margin-right: 0.8em;
  margin-left: 0.3em;
  background-color: #35805a;
}
.sustainability__top h1::before, .sustainability__top .h1::before {
  background-color: #d0171b;
}

h2 {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
.wp-block-group__inner-container h2:first-child, .container h2:first-child {
  margin-top: 0;
}
h2.has-text-align-center {
  text-align: center;
}
h2:not(.no-slash):not(.pd-h2)::before {
  content: "";
  width: 3px;
  height: 1em;
  transform: skew(-30deg, 0);
  margin-right: 0.8em;
  margin-left: 0.3em;
  background-color: #e82b2b;
}
h2.green::before {
  background-color: #35805a;
}

h3, .h3 {
  font-size: 20px;
  font-weight: bold;
}
h3.slash, .h3.slash {
  position: relative;
  display: flex;
  align-items: center;
}
h3.slash::before, .h3.slash::before {
  content: "";
  width: 3px;
  min-width: 3px;
  height: 1em;
  transform: skew(-20deg, 0);
  margin-right: 0.5em;
  margin-left: 0.3em;
  background-color: #e82b2b;
}

p, p *, li, input {
  font-weight: 400;
}
p a, p * a, li a, input a {
  font-weight: inherit;
}
p strong, p * strong, li strong, input strong {
  font-weight: 500;
}
p.has-small-font-size, p *.has-small-font-size, li.has-small-font-size, input.has-small-font-size {
  font-size: 12px !important;
}

p, div {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  p, div {
    font-size: 14px;
  }
}

a {
  color: initial;
  text-decoration: none;
  word-break: break-word;
}

main p > a:not(.btn), main li > a:not(.btn) {
  text-decoration: underline;
  transition: 0.3s;
}
main p > a:not(.btn):hover, main li > a:not(.btn):hover {
  color: #e47011;
}

figure.aligncenter {
  text-align: center;
}
@media screen and (max-width: 767px) {
  figure {
    margin: 1em 20px;
  }
  .wp-block-columns:not(.force-stacking-on-mobile) .wp-block-column .wp-block-image figure {
    margin: 1em 0px;
  }
}
figure img {
  height: auto !important;
  max-width: 100%;
}
figure figcaption, figure figcaption small {
  font-weight: 400;
}

.button-container {
  text-align: center;
  margin-top: 32px;
}

.btn, button.mktoButton {
  transition: 0.3s;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0 20px;
  font-size: 18px;
  border-radius: 32px;
  background-color: #1c77a8;
  color: white;
  font-weight: 500;
  max-width: 300px;
  height: 59px;
  max-height: 59px;
  box-sizing: border-box;
}
.btn:hover, button.mktoButton:hover {
  opacity: 0.8;
}
.btn + .btn, button.mktoButton + .btn {
  margin-left: 16px;
}
.btn.thin, button.mktoButton.thin {
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 34.5px;
  max-height: 34.5px;
}
.btn.orange, button.mktoButton.orange {
  background-color: #e47011;
}
.btn.green, button.mktoButton.green {
  background-color: #35805a;
}
.btn.red, button.mktoButton.red {
  background-color: #d0171b;
}

p.btn {
  background: #e47011;
  transition: 0.3s;
}
p.btn:hover {
  opacity: 0.8;
}
p.btn a {
  text-decoration: none !important;
  color: white;
}
p.btn a:hover {
  color: white !important;
}

main, main > section {
  max-width: 100%;
  position: relative;
}

section {
  padding: 40px 0;
  border-bottom: 1px solid #f4f3ef;
}

.container.red-border {
  background: #FFFCFB;
  border: 1px solid #FADFD0;
  padding: 32px;
}
.container.red-border h3 {
  color: #d0171b;
}
@media screen and (max-width: 767px) {
  .container.red-border {
    padding: 16px;
  }
}
.container.has-background {
  padding: 24px 32px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .container.has-background {
    padding: 24px 16px;
  }
}
main > section.wp-block-group > .wp-block-group__inner-container > .container.has-background {
  max-width: 1001px;
}
.container section.qna {
  position: relative;
  width: calc(100vw - 224px);
  left: 50%;
  transform: translate(-50%);
}
.container section.qna p + p {
  margin-top: -1em;
}
@media screen and (max-width: 989px) {
  .container section.qna {
    width: 100vw;
  }
}

ul li.menu-item {
  list-style: none;
}

.header {
  position: relative;
}
.header ul {
  padding-left: 0;
}
.header ul > li + li {
  margin-top: 14px;
}
.header__menu button {
  padding: 0;
  border: 0;
  background: transparent;
}
.header__menu__section li {
  font-weight: 500;
}
.header__menu__section button, .header__menu__section a {
  font-size: 15px;
  letter-spacing: 0.06em;
  text-align: left;
  transition: 0.3s;
}
.header__menu__section button:not(.active), .header__menu__section a:not(.active) {
  position: relative;
}
.header__menu__section button:not(.active)::after, .header__menu__section a:not(.active)::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 2px;
  background: rgba(30, 30, 30, 0.6);
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.header__menu__section button:not(.active):hover, .header__menu__section a:not(.active):hover {
  color: rgba(30, 30, 30, 0.6);
}
.header__menu__section button:not(.active):hover::after, .header__menu__section a:not(.active):hover::after {
  opacity: 1;
}
.header__menu__section h3 {
  font-weight: 700;
}
.header__menu__section ul.dropdown-menu.depth_0 {
  display: flex;
  flex-direction: column;
  background-color: #e47011;
}
.header__menu__section ul.dropdown-menu.depth_0 * {
  color: white;
  white-space: nowrap;
  font-weight: 500;
}
.header__menu__section ul.dropdown-menu.depth_0 button, .header__menu__section ul.dropdown-menu.depth_0 span {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 500;
}
.header__menu__section ul.dropdown-menu.depth_0 button::before, .header__menu__section ul.dropdown-menu.depth_0 span::before {
  content: "";
  width: 3px;
  height: 1em;
  transform: skew(-30deg, 0);
  margin-right: 20px;
  margin-left: 0.3em;
  background-color: white;
}
.header__menu__section ul.dropdown-menu.depth_0 a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.header__menu__section ul.dropdown-menu.depth_0 a::before {
  content: "ー";
  margin-right: 14px;
}
.header__menu__section ul.dropdown-menu.depth_0 a::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 2px;
  background: white;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.header__menu__section ul.dropdown-menu.depth_0 a:hover {
  opacity: 0.7;
}
.header__menu__section ul.dropdown-menu.depth_0 a:hover::after {
  opacity: 1;
}
.header__menu__section ul.dropdown-menu.depth_0 > li:has(.sub-menu) + li {
  margin-top: 24px;
  border-top: 1px dotted white;
  padding-top: 24px;
}
.header__menu__section:not(:first-child) h3.slash::before {
  background: #35805a;
}
.header__menu__section:not(:first-child) button, .header__menu__section:not(:first-child) a, .header__menu__section:not(:first-child) span {
  font-size: 12px;
}
.header__menu__section:not(:first-child) ul.dropdown-menu.dept_0 {
  background-color: #35805a;
}
@media not screen and (max-width: 989px) {
  .header .translate-button {
    display: none;
  }
}

.translate-button {
  transition: 0.3s;
  z-index: 5;
}
.translate-button:hover {
  opacity: 0.8;
}
.translate-button img {
  max-width: 40px;
  max-height: 40px;
}
.translate-button.pc-only {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media not screen and (max-width: 989px) {
  body:not(#tinymce) {
    display: flex;
    align-items: stretch;
  }
  body:not(#tinymce) > main {
    flex: 1 1 auto;
    width: calc(100vw - 224px);
  }

  .container {
    max-width: 1065px;
    padding: 0 32px;
    margin: auto;
  }

  .header {
    box-sizing: border-box;
    padding: 36px 24px;
    flex: 0 0 224px;
    position: relative;
    border-right: 1px solid #f4f3ef;
    z-index: 1000;
  }
  .header__body {
    position: sticky;
    top: 36px;
  }
  .header__body .upr-logo {
    display: block;
    max-width: 109px;
  }
  .header__menu__button {
    display: none;
  }
  .header__menu__section ul.menu > li {
    border-radius: 30px;
  }
  .header__menu__section ul.menu > li > .dropdown-menu {
    max-width: 0;
    overflow: hidden;
    padding: 40px 0;
  }
  .header__menu__section ul.menu > li:has(button.dropdown-label.active) {
    background: #e47011;
    padding: 8px;
    margin: -8px -72px -8px -8px;
  }
  .header__menu__section ul.menu > li:has(button.dropdown-label.active):not(:first-child) {
    margin-top: 6px;
  }
  .header__menu__section ul.menu > li:has(button.dropdown-label.active) button.dropdown-label {
    color: white;
  }
  .header__menu__section ul.menu > li:has(button.dropdown-label.active) > .dropdown-menu {
    box-shadow: 8px 4px 8px rgba(30, 30, 30, 0.15);
    max-width: 400px;
    padding: 40px 24px;
    min-width: 280px;
  }
  .header__menu__section ul.menu > li, .header__menu__section ul.menu > li * {
    transition: 0.3s linear;
  }
  .header__menu__section ul.dropdown-menu.depth_0 {
    position: absolute;
    box-sizing: border-box;
    left: calc(100% + 24px);
    top: -36px;
    z-index: 10000;
    height: 100vh;
    padding: 40px 24px;
    transition-delay: 0.175s;
  }
  .header__menu__section ul.dropdown-menu.depth_0 > li:not(:has(.sub-menu)) {
    display: none;
  }
  .header__menu__section:not(:first-child) ul.menu > li > .dropdown-menu, .header__menu__section:not(:first-child) li:has(button.dropdown-label.active) {
    background: #35805a !important;
  }
}
@media screen and (max-width: 989px) {
  .container {
    padding: 0 16px;
  }

  .header {
    position: sticky;
    top: 0;
    z-index: 9998;
  }
  .header__body__sp-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 8px 16px;
    box-shadow: 0 12px 12px rgba(30, 30, 30, 0.05);
    z-index: 10000;
    position: relative;
    background-color: white;
  }
  .header__body__sp-container img {
    max-height: 40px;
    width: auto;
  }
  .header__body__sp-container hr {
    flex: 1 1 auto;
    background-color: transparent;
  }
  .header__body__sp-container:has(.header__menu__button.active) + .header__menu {
    transform: translateY(0);
  }
  .header__menu {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    box-sizing: border-box;
    top: 100%;
    transform: translateY(-150vh);
    transition: 0.3s;
    background: white;
    z-index: 9999;
  }
  .header__menu, .header__menu ul.dropdown-menu.depth_0 {
    left: 0;
    width: 100vw;
    height: calc(100vh - 76px);
    padding: 8px 16px;
    box-sizing: border-box;
  }
  .header__menu > *:first-child, .header__menu ul.dropdown-menu.depth_0 > *:first-child {
    margin-top: 16px;
  }
  .header__menu > li.dropdown:last-child, .header__menu ul.dropdown-menu.depth_0 > li.dropdown:last-child {
    padding-bottom: 40px;
  }
  .header__menu__button {
    background-color: white;
    padding: 8px 16px;
    border: 0;
    width: 60px;
    position: relative;
    margin: -8px -8px -8px 16px;
    height: 76px;
    box-sizing: border-box;
    left: 8px;
  }
  .header__menu__button, .header__menu__button span {
    transition: 0.3s;
  }
  .header__menu__button span {
    display: block;
    position: absolute;
    height: 3px;
    width: calc(100% - 16px);
    background: #333333;
    border-radius: 9px;
    opacity: 1;
    left: 8px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .header__menu__button span:nth-child(1) {
    top: 24px;
  }
  .header__menu__button span:nth-child(2) {
    top: 36px;
  }
  .header__menu__button span:nth-child(3) {
    top: 48px;
  }
  .header__menu__button.active span:nth-child(1) {
    top: 36px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header__menu__button.active span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .header__menu__button.active span:nth-child(3) {
    top: 36px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .header__menu__button.submenu-active {
    background: #e47011;
  }
  .header__menu__button.submenu-active span {
    background-color: white;
    width: 30px;
    left: 12px;
  }
  .header__menu__button.submenu-active span:nth-child(1) {
    top: 32px;
    -webkit-transform: rotate(160deg);
    -moz-transform: rotate(160deg);
    -o-transform: rotate(160deg);
    transform: rotate(160deg);
  }
  .header__menu__button.submenu-active span:nth-child(3) {
    top: 42px;
    -webkit-transform: rotate(-160deg);
    -moz-transform: rotate(-160deg);
    -o-transform: rotate(-160deg);
    transform: rotate(-160deg);
  }
  .header__menu ul.menu > li > button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 400px;
  }
  .header__menu ul.menu > li > button::after {
    content: "";
    width: 6px;
    height: 6px;
    border-width: 2px;
    border-style: solid;
    border-color: #e47011 #e47011 transparent transparent;
    transform: rotate(45deg);
    border-radius: 2px;
  }
  .header__menu ul.menu > li ul.dropdown-menu.depth_0 {
    position: absolute;
    top: 0;
    transform: translate(100vw);
    background-color: white;
    transition: 0.3s;
  }
  .header__menu ul.menu > li ul.dropdown-menu.depth_0 * {
    color: #333333;
  }
  .header__menu ul.menu > li ul.dropdown-menu.depth_0 > li:not(:has(.sub-menu)) {
    margin-bottom: 0;
  }
  .header__menu ul.menu > li ul.dropdown-menu.depth_0 > li:not(:has(.sub-menu)) > span {
    margin-bottom: 0;
  }
  .header__menu ul.menu > li ul.dropdown-menu.depth_0 > li:not(:has(.sub-menu)) > span::before {
    display: none;
  }
  .header__menu ul.menu > li ul.dropdown-menu.depth_0 span::before {
    background-color: #e47011;
  }
  .header__menu ul.menu > li button.active + ul.dropdown-menu {
    transform: translateX(0);
    z-index: 10001;
  }
  .header__menu__section:not(:first-child) ul.menu li button::after {
    border-color: #35805a #35805a transparent transparent;
  }
  .header__menu__section:not(:first-child) ul.menu span::before {
    background-color: #35805a;
  }
}
.floating-buttons {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}
.floating-buttons a, .floating-buttons button {
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  background: turquoise;
  color: white;
  border: 0;
  box-shadow: 0 0 4px rgba(30, 30, 30, 0.5);
}
.floating-buttons a:hover, .floating-buttons button:hover {
  opacity: 0.8;
}
.floating-buttons a img, .floating-buttons button img {
  width: 35px;
  height: 35px;
  margin-bottom: 8px;
}
.floating-buttons a + a, .floating-buttons a button, .floating-buttons button + a, .floating-buttons button button {
  margin-top: 16px;
}
.floating-buttons a.chat, .floating-buttons button.chat {
  background: #19709b;
}
.floating-buttons a.inquiry, .floating-buttons button.inquiry {
  background: #35805a;
}
.floating-buttons a.resource, .floating-buttons button.resource {
  background: #d0171b;
}
@media screen and (max-width: 767px) {
  .floating-buttons {
    right: 50%;
    transform: translateX(50%);
    flex-direction: row;
  }
  .floating-buttons a, .floating-buttons button {
    width: 76px;
    height: 76px;
  }
  .floating-buttons a + a, .floating-buttons a button, .floating-buttons button + a, .floating-buttons button button {
    margin: 0 0 0 16px;
  }
}

chat #eye_catcher {
  display: none !important;
}
chat #chatplusview.chatplusview-modern {
  max-width: 450px;
  width: 90%;
}

.footer {
  padding: 36px 0;
}
.footer * {
  font-weight: 500;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__top__banners {
  display: grid;
  align-items: stretch;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.footer__top__banners a {
  transition: 0.3s;
}
.footer__top__banners a:hover {
  opacity: 0.8;
}
.footer__top__banners a, .footer__top__banners a img {
  max-height: 80px;
  width: auto;
  height: auto;
  min-width: 150px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .footer__top__banners {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}
.footer__top__international {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  flex: 1 1 auto;
}
.footer__top__international a.btn {
  transition: 0.5s;
  border: 2px solid #e47011;
  margin: 0;
  max-width: 250px;
  width: 100%;
  height: 48px;
  font-size: 16px;
}
.footer__top__international a.btn:not(:hover) {
  background-color: white;
  color: #e47011;
}
@media screen and (max-width: 767px) {
  .footer__top__international {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.footer__top:has(.footer__top__international) .footer__top__banners {
  grid-template-columns: 1fr;
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  .footer__top:has(.footer__top__international) .footer__top__banners {
    margin-right: 0;
  }
  .footer__top:has(.footer__top__international) .footer__top__international {
    margin: 24px 8px;
  }
}
.footer__top hr {
  margin: 16px;
  background: #333333;
}
@media not screen and (max-width: 989px) {
  .footer__top hr {
    width: 1px;
    height: auto !important;
    align-self: stretch;
  }
}
@media screen and (max-width: 989px) {
  .footer__top hr {
    display: none;
  }
}
.footer__top__menu ul {
  padding-left: 0;
}
@media not screen and (max-width: 989px) {
  .footer__top__menu ul {
    padding-right: 80px;
  }
}
.footer__top__menu li + li {
  margin-top: 12px;
}
.footer__top__menu a {
  font-size: 12px;
  transition: 0.3s;
}
.footer__top__menu a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 989px) {
  .footer__top {
    flex-direction: column;
  }
  .footer__top__menu {
    width: 100%;
    max-width: 640px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__top__menu {
    align-self: flex-start;
    max-width: 300px;
  }
}
.footer__address p {
  font-size: 12px;
}
.footer__end {
  text-align: center;
  margin-top: 24px;
}
.footer__end small {
  margin-top: 12px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 989px) {
  .footer__end {
    margin-top: 16px;
    font-size: 12px;
  }
  .footer__end small {
    font-size: 10px;
  }
}

@media not screen and (max-width: 767px) {
  .wp-block-columns .wp-block-column + .wp-block-column {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-columns.force-stacking-on-mobile {
    display: grid;
  }
}
.wp-block-columns.standardize-height {
  align-items: stretch;
}
.wp-block-columns.standardize-height > .wp-block-column {
  display: flex;
  align-items: stretch;
}
.wp-block-columns.with-border .wp-block-column {
  position: relative;
}
@media not screen and (max-width: 767px) {
  .wp-block-columns.with-border .wp-block-column:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -8%;
    height: 100%;
    top: 0;
    width: 1px;
    background-color: #d4d4d4;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-columns.two-col-on-mobile {
    display: grid;
    grid-gap: 32px 16px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: stretch;
  }
  .wp-block-columns.two-col-on-mobile .wp-block-column {
    justify-content: center;
  }
}
.wp-block-columns.two-line-h3 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
}
@media screen and (max-width: 767px) {
  .wp-block-columns.two-line-h3.two-col-on-mobile h3 {
    display: flex;
    align-items: center;
    height: 3em;
  }
}
.wp-block-columns.use-p-to-space .wp-block-column {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.wp-block-columns.use-p-to-space .wp-block-column p {
  flex: 1 1 auto;
}
.wp-block-columns.use-p-to-space .wp-block-column > .wp-block-group {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
}
.wp-block-columns.use-p-to-space .wp-block-column > .wp-block-group > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}
.wp-block-columns.is-layout-flex {
  align-items: flex-start;
}
.wp-block-columns.is-layout-flex .is-layout-flow {
  flex: 1;
}
@media not screen and (max-width: 767px) {
  .wp-block-columns.restrain-width {
    justify-content: center;
  }
  .wp-block-columns.restrain-width .wp-block-column {
    max-width: 250px;
  }
}
.wp-block-columns.constrain-image-to-square figure img {
  aspect-ratio: 1/1;
  width: 100%;
}

iframe {
  max-width: 100%;
}

figure.wp-block-embed {
  width: auto;
}
figure.wp-block-embed, figure.wp-block-embed iframe {
  max-width: 100%;
}
figure.wp-block-embed iframe {
  width: 100%;
}

.wp-embed-aspect-16-9, .wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-aspect-16-9 iframe {
  aspect-ratio: 16/9;
  height: auto !important;
}

.has-text-align-center {
  justify-content: center;
  text-align: center;
}

section.qna {
  background-color: #0f0f0f;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url(../images/qna-bg.jpg);
}
section.qna h2 {
  font-weight: 500;
}
section.qna h2::before {
  display: none;
}
section.qna * {
  color: white;
}
section.qna .btn {
  max-width: 340px;
}

.qna--standard .qna__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.qna--standard .qna__buttons__button {
  flex: 1 1 400px;
  margin: 30px;
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-gap: 24px 16px;
  align-items: center;
}
.qna--standard .qna__buttons__button__icon {
  border: 1px solid white;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qna--standard .qna__buttons__button__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.qna--standard .qna__buttons__button__text * {
  margin: 0;
}
.qna--standard .qna__buttons__button__text a {
  font-size: 30px;
  letter-spacing: 0.06em;
}
.qna--standard .qna__buttons__button .button-container {
  grid-column: 1/span 2;
  margin-top: 0;
}
.qna--standard .qna__buttons__button .button-container .btn {
  width: 80%;
  min-width: 250px;
  min-height: 50px;
  max-height: none;
  height: auto;
  padding: 12px 16px;
}

.page-2023__plain > section:first-child {
  padding-top: 80px;
  border-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-2023__plain > section:first-child {
    padding-bottom: 0;
  }
}
.page-2023__plain > section:nth-child(2) {
  padding-top: 0;
}
.page-2023__plain.thanks .thanks__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.page-2023__plain.thanks .thanks__buttons a.btn {
  width: 240px;
  padding: 12px 16px;
  margin: 12px 24px;
}
.page-2023__plain.terms h3 {
  font-weight: 500;
  border-left: 6px solid #e47011;
  padding-left: 16px;
  margin: 1.25em 0;
}

form {
  max-width: 100%;
  width: 100%;
}
form.mktoForm {
  max-width: 880px;
  margin: auto;
  width: 100%;
}
form .mktoErrorArrowWrap .mktoErrorArrow,
form .mktoErrorMsg {
  background: #e47011 !important;
  border-color: #e47011 !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
form .mktoOffset, form .mktoGutter {
  display: none;
}
form .mktoFormCol, form .mktoFieldWrap {
  width: 100%;
}
form .mktoFormRow {
  margin: 16px 0;
}
main:not(.shiryo):not(.dxtag-farm) form .mktoFormRow:has(.mktoFieldDescriptor:nth-child(2)) {
  display: grid;
  grid-gap: 0 32px;
}
@media not screen and (max-width: 767px) {
  main:not(.shiryo):not(.dxtag-farm) form .mktoFormRow:has(.mktoFieldDescriptor:nth-child(2)) {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  main:not(.shiryo):not(.dxtag-farm) form .mktoFormRow:has(.mktoFieldDescriptor:nth-child(2)) {
    grid-template-columns: 1fr 1fr;
  }
}
main:not(.shiryo):not(.dxtag-farm) form .mktoFormRow:has(.mktoFieldDescriptor:nth-child(2)) .mktoFieldDescriptor:nth-child(2) .mktoFieldWrap {
  grid-template-columns: auto;
}
@media not screen and (max-width: 767px) {
  main:not(.shiryo):not(.dxtag-farm) form .mktoFormRow:has(.mktoFieldDescriptor:nth-child(2)) .mktoFieldDescriptor:nth-child(2) .mktoFieldWrap label {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main:not(.shiryo):not(.dxtag-farm) form .mktoFormRow:has(.mktoFieldDescriptor:nth-child(2)) .mktoFieldDescriptor:nth-child(2) .mktoFieldWrap label .mktoAsterix {
    color: transparent;
  }
}
form .mktoFieldWrap {
  margin: 8px 0 !important;
}
@media not screen and (max-width: 767px) {
  main:not(.shiryo):not(.dxtag-farm) form .mktoFieldWrap {
    display: grid;
    grid-template-columns: 235px auto;
    grid-gap: 0 16px;
  }
}
form .mktoFieldWrap * {
  font-weight: 400 !important;
}
form .mktoFieldWrap a {
  text-decoration: underline !important;
}
form .mktoFieldWrap label.mktoLabel {
  font-weight: 500 !important;
}
form .mktoFieldWrap label {
  display: flex;
  width: auto !important;
  text-align: left;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
form .mktoFieldWrap label:not([for=PostalCode]) {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
form .mktoFieldWrap label[for=PostalCode] {
  flex-direction: column;
  align-items: flex-start;
}
form .mktoFieldWrap label .mktoAsterix {
  margin-left: 4px;
  font-size: 0;
}
form .mktoFieldWrap label .mktoAsterix::before {
  content: "(必須)";
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  form .mktoFieldWrap label .mktoAsterix::before {
    font-size: 14px;
  }
}
html:not([lang=ja]) form .mktoFieldWrap label .mktoAsterix::before {
  content: "*";
}
form .mktoFieldWrap select, form .mktoFieldWrap textarea, form .mktoFieldWrap input {
  border-width: 0 0 2px 0;
  padding: 0;
  background-color: transparent;
  width: 100% !important;
}
form .mktoFieldWrap select::placeholder, form .mktoFieldWrap textarea::placeholder, form .mktoFieldWrap input::placeholder {
  color: #999999;
}
@media not screen and (max-width: 767px) {
  main:not(.shiryo):not(.dxtag-farm) form .mktoFieldWrap select, main:not(.shiryo):not(.dxtag-farm) form .mktoFieldWrap textarea, main:not(.shiryo):not(.dxtag-farm) form .mktoFieldWrap input {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  form .mktoFieldWrap select, form .mktoFieldWrap textarea, form .mktoFieldWrap input {
    font-size: 12px !important;
    line-height: 18px;
  }
}
form .mktoButtonRow {
  width: 100% !important;
  text-align: center !important;
}
form .mktoButtonRow .mktoButtonWrap.mktoNative {
  margin: auto !important;
}
form .mktoButtonRow .mktoButtonWrap.mktoNative .mktoButton {
  border: 0;
  background: #e47011;
}
@media screen and (max-width: 767px) {
  form .mktoCheckboxList {
    margin-top: 24px;
    display: grid;
    grid-gap: 8px 0;
    grid-template-columns: 16px auto;
  }
}
form button[type=submit] {
  min-width: 200px;
  text-align: center;
}

#pankz {
  position: relative;
  top: -2px;
  padding: 16px 0;
  border-top: 2px solid white;
  border-bottom: 1px solid #f4f3ef;
}
#pankz p {
  margin-top: 0;
  margin-bottom: 0;
}
#pankz * {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #pankz {
    padding: 8px 0;
  }
}
html[lang=ja] .page-2023__plain.company #pankz {
  background: #f3f1eb;
  border-top-color: #f3f1eb;
}

.mw_wp_form.mw_wp_form_input form *,
.wpcf7 form * {
  box-sizing: border-box;
}
.mw_wp_form.mw_wp_form_input form th,
.mw_wp_form.mw_wp_form_input form td,
.wpcf7 form th,
.wpcf7 form td {
  text-align: left !important;
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.mw_wp_form.mw_wp_form_input form th,
.wpcf7 form th {
  width: 14em;
}
.mw_wp_form.mw_wp_form_input form td,
.wpcf7 form td {
  width: auto;
}
.mw_wp_form.mw_wp_form_input form td input:not([type=radio]),
.mw_wp_form.mw_wp_form_input form td select,
.mw_wp_form.mw_wp_form_input form td textarea,
.wpcf7 form td input:not([type=radio]),
.wpcf7 form td select,
.wpcf7 form td textarea {
  width: 100%;
  height: 100%;
  border: 1px #CCCCCC solid;
  padding: 10px;
  border-radius: 5px;
}
.mw_wp_form.mw_wp_form_input form input[type=submit],
.wpcf7 form input[type=submit] {
  border: none;
  padding: 15px 0;
  color: #FFF;
  cursor: pointer;
  max-width: 300px;
  display: inline-block;
  background-color: #000;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 110%;
  margin: 50px auto;
  padding: 10px 40px;
  border-radius: 90px;
}

table.tablepress img {
  max-width: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.services {
  background-color: #fdfcf5;
  background-size: 10px 10px;
  background-image: linear-gradient(to right, #f9f9f2 1px, transparent 1px), linear-gradient(to bottom, #f9f9f2 1px, transparent 1px);
}
.services__main {
  display: grid;
  grid-gap: 0 60px;
  align-items: stretch;
}
@media not screen and (max-width: 767px) {
  .services__main {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.services__main__column {
  display: flex;
  flex-direction: column;
}
.services__main__column h3 {
  color: #d0171b;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
.services__main__column__block {
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.services__main__column__block__decoration {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.services__main__column__block__decoration span {
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
}
.services__main__column__block__decoration span:nth-child(1) {
  border-color: #d0171b transparent transparent #d0171b;
  top: 0;
  left: 0;
}
.services__main__column__block__decoration span:nth-child(2) {
  border-color: #d0171b #d0171b transparent transparent;
  top: 0;
  right: 0;
}
.services__main__column__block__decoration span:nth-child(3) {
  border-color: transparent #d0171b #d0171b transparent;
  right: 0;
  bottom: 0;
}
.services__main__column__block__decoration span:nth-child(4) {
  border-color: transparent transparent #d0171b #d0171b;
  left: 0;
  bottom: 0;
}
.services__main__column__block a {
  position: relative;
  z-index: 2;
  font-weight: 500;
  transition: 0.3s;
}
.services__main__column__block a:hover {
  text-decoration: underline;
}
.services__main__column__block a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  top: -2px;
  margin-right: 0.5em;
}
.services__main__column__block a + a {
  margin-top: 16px;
}
.services--sustainability h2::before {
  background-color: #35805a !important;
}
.services--sustainability h3, .services--sustainability h3 a {
  color: #35805a;
}
.services--sustainability h3 a:hover {
  text-decoration: underline;
}
.services--sustainability h4 {
  display: flex;
  margin: 0 0 16px;
}
.services--sustainability h4::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #35805a;
  position: relative;
  top: 6px;
}
.services--sustainability h4 ~ h4 {
  margin-top: 16px;
}
.services--sustainability h4 ~ a {
  padding-left: 24px;
}
.services--sustainability .services__main__column__block__decoration span:nth-child(1) {
  border-color: #35805a transparent transparent #35805a;
}
.services--sustainability .services__main__column__block__decoration span:nth-child(2) {
  border-color: #35805a #35805a transparent transparent;
}
.services--sustainability .services__main__column__block__decoration span:nth-child(3) {
  border-color: transparent #35805a #35805a transparent;
}
.services--sustainability .services__main__column__block__decoration span:nth-child(4) {
  border-color: transparent transparent #35805a #35805a;
}
@media not screen and (max-width: 767px) {
  .services--sustainability .services__main__column--main {
    grid-column: 1/span 3;
  }
  .services--sustainability .services__main__column--main .services__main__column__block {
    display: block;
    columns: 3;
  }
  .services--sustainability .services__main__column--main .services__main__column__block a {
    display: block;
  }
}

.orange-list {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
.orange-list > li {
  display: flex;
  align-items: center;
}
.orange-list > li + li {
  margin-top: 10px;
}
.orange-list > li:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  float: left;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background-color: #e47011;
  color: white;
  border-radius: 50%;
  margin-right: 8px;
}

ol.orange-list > li {
  counter-increment: customlistcounter;
}
ol.orange-list > li::before {
  content: counter(customlistcounter) " ";
}
ol.orange-list:first-child {
  counter-reset: customlistcounter;
}

.translate {
  padding: 2px;
  background-color: white;
  border: 2px solid #e47011;
  border-radius: 100px;
}
.translate span, .translate a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 30px;
  border-radius: 100px;
  transition: 0.3s;
}
.translate span {
  background-color: #e47011;
  color: white;
}
@media not screen and (max-width: 989px) {
  .translate {
    position: fixed;
    left: calc(175px / 2);
    transform: translateX(-50%);
    bottom: 24px;
  }
}
@media screen and (max-width: 989px) {
  .translate--japan {
    position: relative;
    left: 12px;
  }
  .header + .translate--japan {
    display: none;
  }
}
@media not screen and (max-width: 989px) {
  .translate--japan {
    position: absolute;
    left: calc(100vw - 96px);
    top: 36px;
    bottom: auto;
    width: 96px;
    z-index: 10000;
  }
  .header .translate--japan {
    display: none;
  }
}

/*# sourceMappingURL=common.css.map */
