@charset "UTF-8";
@font-face {
  font-family: "icons";
  font-weight: 500;
  src: url("./unioniconfont.woff") format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

*[class^=remo_] {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  *[class^=remo_] {
    display: block;
  }
}

.cntnns {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.cntnmns {
  width: 100%;
  max-width: 824px;
  margin-inline: auto;
}

.cntn {
  width: 100%;
  max-width: calc(1000px + 11.6vw);
  padding-inline: 5.8vw;
  margin-inline: auto;
}

.cntn_left {
  width: 100%;
  max-width: calc(500px + 5.8vw);
  -webkit-padding-start: 5.8vw;
          padding-inline-start: 5.8vw;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (max-width: 480px ) {
  .cntn_left {
    max-width: calc(1000px + 11.6vw);
    margin-inline: auto;
  }
}

.cntn_right {
  width: 100%;
  max-width: calc(500px + 5.8vw);
  -webkit-padding-end: 5.8vw;
          padding-inline-end: 5.8vw;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
@media screen and (max-width: 480px ) {
  .cntn_right {
    max-width: calc(1000px + 11.6vw);
    margin-inline: auto;
  }
}

.cntnm {
  width: 100%;
  max-width: calc(824px + 21.3333333333%);
  padding-inline: 10.6666666667%;
  margin-inline: auto;
}

.cntnm_in {
  width: 100%;
  max-width: calc(824px + (10.6666666667% - 5.8vw) * 2);
  padding-inline: calc(10.6666666667% - 5.8vw);
  margin-inline: auto;
}

.cntnmix {
  width: 100%;
  max-width: calc(824px + 21.3333333333%);
  padding-inline: 10.6666666667%;
  margin-inline: auto;
}
@media screen and (max-width: 824px ) {
  .cntnmix {
    max-width: calc(1000px + 11.6vw);
    padding-inline: 5.8vw;
  }
}

.cntnmixr {
  width: 100%;
  max-width: calc(1000px + 11.6vw);
  padding-inline: 5.8vw;
  margin-inline: auto;
}
@media screen and (max-width: 824px ) {
  .cntnmixr {
    max-width: calc(824px + 21.3333333333%);
    padding-inline: 10.6666666667%;
  }
}

@media screen and (max-width: 1028px ) {
  .hiddenl {
    display: none;
  }
}
@media screen and (max-width: 824px ) {
  .hiddenm {
    display: none;
  }
}
@media screen and (max-width: 600px ) {
  .hiddent {
    display: none;
  }
}
@media screen and (max-width: 480px ) {
  .hiddens {
    display: none;
  }
}
html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: 104px;
}
@media screen and (max-width: 824px ) {
  html {
    scroll-padding-top: 64px;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #162F3A;
  background-color: #FFFFFF;
  width: 100%;
}
@media screen and (max-width: 480px ) {
  body.scrollstop {
    overflow: hidden;
  }
}

@media screen and (max-width: 480px ) {
  main[data-navtoggle=open] {
    pointer-events: none;
  }
}

.unibtn {
  display: block;
  color: #FFFFFF;
  background-color: #15B2A5;
  height: 76px;
  width: 360px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
@media screen and (max-width: 824px ) {
  .unibtn {
    height: 56px;
    width: 250px;
    -webkit-padding-start: 1em;
            padding-inline-start: 1em;
  }
}
.unibtn p::after {
  display: inline-block;
  content: "\e901";
  -webkit-margin-start: 2.5em;
          margin-inline-start: 2.5em;
  font-family: "icons";
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.unibtn:hover {
  background-color: #162F3A;
}
.unibtn:hover p::after {
  -webkit-transform: translate(1em);
          transform: translate(1em);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.unibtn.wh {
  color: #15B2A5;
  background-color: #FFFFFF;
}
.unibtn.wh:hover {
  color: #FFFFFF;
  background-color: #162F3A;
}
.unibtn.ml {
  font-weight: 700;
}
.unibtn.ml p::after {
  content: "";
  display: none;
}
.unibtn.ml p::before {
  content: "\e904";
  font-weight: 400;
  font-family: "icons";
  -webkit-padding-end: 1em;
          padding-inline-end: 1em;
}
.unibtn.freewidth {
  width: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}
.unibtn.compact p::after {
  -webkit-margin-start: 0.6em;
          margin-inline-start: 0.6em;
}

.nores {
  pointer-events: none;
}

.ofh {
  overflow: hidden;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  color: #FFFFFF;
  height: 104px;
  width: 100vw;
  z-index: 999;
  -webkit-transition: top 0.1s ease-out;
  transition: top 0.1s ease-out;
}
nav.lord {
  top: -104px;
}
nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
  background-size: 100% 250%;
  background-position: 0% 100%;
  -webkit-transition: background-position 1s;
  transition: background-position 1s;
}
nav[data-top=no]::before {
  background-position: 0% 0%;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
@media screen and (max-width: 824px ) {
  nav {
    height: 64px;
  }
}
nav.recruit {
  height: 90px;
}
nav.recruit.lord {
  top: -90px;
}
@media screen and (max-width: 824px ) {
  nav.recruit {
    height: 60px;
  }
}
nav.recruit::before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), color-stop(50%, rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 50%);
}
nav #navcon {
  height: 100%;
  width: 100%;
  max-width: calc(1260px + 2em);
  padding-inline: 1em calc(72px + 1em);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1028px ) {
  nav #navcon {
    max-width: calc(1244px + 2em);
    padding-inline: 1em calc(72px + 1em);
  }
}
nav #navcon #logo {
  position: relative;
  height: auto;
  width: clamp(275px, 72vw, 430px);
  aspect-ratio: 430/56;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./union_oil_logo.svg);
  font-size: 0;
  line-height: 0;
}
nav #navcon #logo > a {
  display: block;
  height: 100%;
  width: 100%;
}
nav #navcon.r {
  max-width: 100%;
  padding-inline: clamp(22px, 3vw, 64px);
}
@media screen and (max-width: 1028px ) {
  nav #navcon.r {
    max-width: 100%;
    padding-inline: 22px;
  }
}
nav #navcon.r #logowrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (max-width: 1028px ) {
  nav #navcon.r #logowrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
nav #navcon.r #logowrapper #logo {
  width: clamp(210px, 34vw, 385px);
  aspect-ratio: 385/50;
  background-image: url(./union_oil_logo_bl.svg);
}
@media screen and (max-width: 824px ) {
  nav #navcon.r #logowrapper #logo {
    width: clamp(210px, 240px + 22vw - 120px, 385px);
  }
}
nav #navcon.r #logowrapper p {
  color: #162F3A;
  font-weight: 700;
  font-size: clamp(13px, 8px + 0.8vw, 17px);
  line-height: 1.2em;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
@media screen and (max-width: 85.375rem ) {
  nav #navcon.r #logowrapper p {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
@media screen and (max-width: 1028px ) {
  nav #navcon.r #logowrapper p {
    width: auto;
    color: #CC0033;
    -webkit-padding-start: clamp(13px, 5px + 6vw, 60px);
            padding-inline-start: clamp(13px, 5px + 6vw, 60px);
  }
}
nav #navcon.r #logowrapper p span {
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
nav #navcon #navtogglewrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  z-index: 51;
}
nav #navcon #navtogglewrapper > a {
  display: block;
  height: 44px;
  width: 44px;
  padding: 11px;
  margin: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav #navcon #navtogglewrapper > a:hover {
  background-color: #15B2A5;
}
nav #navcon #navtogglewrapper > a[data-navtoggle=open] > #navopen {
  display: none;
}
nav #navcon #navtogglewrapper > a[data-navtoggle=close] > #navclose {
  display: none;
}
nav ul#menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
  z-index: 50;
}
@media screen and (max-width: 824px ) {
  nav ul#menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #162F3A;
    height: auto;
    width: 100vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4em 1em 1em;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  nav ul#menu[data-navtoggle=open] {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  nav ul#menu[data-navtoggle=close] {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@media screen and (max-width: 480px ) {
  nav ul#menu {
    height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 1em;
    padding-inline: 60px;
    margin-inline: auto;
  }
}
nav ul#menu > li {
  font-weight: 700;
}
@media screen and (max-width: 824px ) {
  nav ul#menu > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(30% - 2.5em);
            flex: 0 0 calc(30% - 2.5em);
    -webkit-margin-start: 1.5em;
            margin-inline-start: 1.5em;
    -webkit-margin-after: 2em;
            margin-block-end: 2em;
  }
}
@media screen and (max-width: 600px ) {
  nav ul#menu > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media screen and (max-width: 480px ) {
  nav ul#menu > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin-block: 0.125em;
  }
}
@media screen and (max-width: 824px ) {
  nav ul#menu > li.pp {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 824px ) and (max-width: 480px ) {
  nav ul#menu > li.pp {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
nav ul#menu > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx) {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1em;
  padding: 0.5em 0.25em;
}
@media screen and (max-width: 1028px ) {
  nav ul#menu > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx):not(#trans, .navclose) {
    margin-right: -1em;
  }
}
@media screen and (max-width: 824px ) {
  nav ul#menu > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx) {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  nav ul#menu > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx):not(.nohifn)::before {
    content: "-　";
    color: #15B2A5;
  }
  nav ul#menu > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx):hover {
    color: #15B2A5;
    background-color: #162F3A;
  }
}
nav ul#menu > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx).special {
  padding: 0.6em 2em 0.7em;
  background-color: #15B2A5;
}
@media screen and (max-width: 1028px ) {
  nav ul#menu > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx).special {
    padding: 0.4em 1em 0.6em;
  }
}
@media screen and (max-width: 1028px ) {
  nav ul#menu > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx).special:not(#trans, .navclose) {
    margin-right: 0em;
  }
}
@media screen and (max-width: 824px ) {
  nav ul#menu > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx).special {
    padding: 0;
    background-color: transparent;
  }
}
nav ul#menu > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx).special:hover {
  color: #15B2A5;
  background-color: #FFFFFF;
}
@media screen and (max-width: 824px ) {
  nav ul#menu > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx).special:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 824px ) {
  nav ul#menu > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx).special > a {
    display: block;
  }
}
nav ul#menu > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx) span {
  white-space: nowrap;
}
nav ul#menu > li.special {
  -webkit-margin-start: 0.25em;
          margin-inline-start: 0.25em;
}
@media screen and (max-width: 824px ) {
  nav ul#menu > li.special {
    -webkit-margin-start: 0em;
            margin-inline-start: 0em;
    -webkit-margin-start: 1.5em;
            margin-inline-start: 1.5em;
    -webkit-margin-end: 1em;
            margin-inline-end: 1em;
  }
}
nav ul#menu > li:not(.special):not(.function) {
  -webkit-margin-end: 1em;
          margin-inline-end: 1em;
}
nav ul#menu > li:not(.special):not(.function) a {
  position: relative;
}
@media screen and (max-width: 824px ) {
  nav ul#menu > li:not(.special):not(.function) a:hover {
    color: #15B2A5;
  }
}
nav ul#menu > li:not(.special):not(.function) a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #15B2A5;
  will-change: transform;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media screen and (max-width: 824px ) {
  nav ul#menu > li:not(.special):not(.function) a::after {
    display: none;
  }
}
nav ul#menu > li:not(.special):not(.function) a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
@media screen and (max-width: 824px ) {
  nav ul#menu > li ul {
    -webkit-padding-start: 1em;
            padding-inline-start: 1em;
    -webkit-margin-before: -0.125em;
            margin-block-start: -0.125em;
  }
}
@media screen and (max-width: 824px ) {
  nav ul#menu > li ul li {
    font-size: 15px;
    font-weight: 500;
  }
  nav ul#menu > li ul li a {
    padding: 0.5em 1.5em;
  }
}
@media screen and (max-width: 824px ) and (max-width: 824px ) {
  nav ul#menu > li ul li a:not(#footersnsx):not(.btnfks):not(#trans):not(.nohifn):not(#snsx)::before {
    content: "";
  }
}
nav ul#menu > li.function {
  position: fixed;
  top: 0;
  right: 0;
  height: 72px;
  width: 72px;
}
@media screen and (max-width: 824px ) {
  nav ul#menu > li.function {
    height: auto;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-padding-start: 1.5em;
            padding-inline-start: 1.5em;
  }
}
@media screen and (max-width: 480px ) {
  nav ul#menu > li.function {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
  }
}
nav ul#menu > li.function #snsx {
  background-color: #FFFFFF;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav ul#menu > li.function #snsx svg {
  height: 24px;
  width: 24px;
}
nav ul#menu > li.function #snsx svg path {
  fill: #162F3A;
}
nav ul#menu > li.function #trans {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  background-color: #162F3A;
  height: 72px;
  width: 72px;
  font-size: 15px;
  text-decoration: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav ul#menu > li.function #trans:hover {
  background-color: #15B2A5;
}
@media screen and (max-width: 1028px ) {
  nav ul#menu > li.function #trans {
    height: 56px;
    width: 56px;
    font-family: "icons";
    font-size: 26px;
    font-weight: 400;
  }
}
@media screen and (max-width: 824px ) {
  nav ul#menu > li.function #trans {
    font-size: 15px;
    font-family: "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    position: relative;
    color: #162F3A;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    height: auto;
    width: 100px;
    padding-block: 0.45em 0.6em;
    margin-inline: 1.5em 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-weight: 700;
  }
  nav ul#menu > li.function #trans:hover {
    color: #FFFFFF;
    background-color: #162F3A;
  }
}
nav ul#menu.recruit {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 824px ) {
  nav ul#menu.recruit {
    top: 60px;
    background-color: #FF8016;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -webkit-padding-start: 1em;
            padding-inline-start: 1em;
  }
  nav ul#menu.recruit[data-navtoggle=open] {
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  nav ul#menu.recruit[data-navtoggle=close] {
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
}
@media screen and (max-width: 480px ) {
  nav ul#menu.recruit {
    height: calc(100svh - 60px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 824px ) {
  nav ul#menu.recruit > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 7.5em) / 3);
            flex: 0 0 calc((100% - 7.5em) / 3);
  }
}
@media screen and (max-width: 480px ) {
  nav ul#menu.recruit > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
nav ul#menu.recruit > li.rsubtitle {
  color: #162F3A;
  -webkit-padding-end: 1em;
          padding-inline-end: 1em;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
@media screen and (max-width: 824px ) {
  nav ul#menu.recruit > li.pp {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@media screen and (max-width: 480px ) {
  nav ul#menu.recruit > li.pp {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (max-width: 824px ) {
  nav ul#menu.recruit > li.max {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5 0 auto;
            flex: 0.5 0 auto;
  }
}
@media screen and (max-width: 480px ) {
  nav ul#menu.recruit > li.max {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (max-width: 824px ) {
  nav ul#menu.recruit > li.min {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media screen and (max-width: 480px ) {
  nav ul#menu.recruit > li.min {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
nav ul#menu.recruit > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx) {
  color: #162F3A;
}
@media screen and (max-width: 824px ) {
  nav ul#menu.recruit > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx) {
    color: #FFFFFF;
  }
}
nav ul#menu.recruit > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx).special {
  color: #FFFFFF;
  background-color: #CC0033;
  border-radius: 16px;
  padding: 0.45em 2em 0.55em;
}
@media screen and (max-width: 824px ) {
  nav ul#menu.recruit > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx).special {
    padding: 0.5em 0;
    background-color: transparent;
  }
}
nav ul#menu.recruit > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx).special:hover {
  color: #FFFFFF;
  background-color: #FF8016;
}
@media screen and (max-width: 824px ) {
  nav ul#menu.recruit > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx).special:hover {
    color: #162F3A;
  }
}
@media screen and (max-width: 824px ) {
  nav ul#menu.recruit > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx):hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 85.375rem ) {
  nav ul#menu.recruit > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx):not(#trans, .navclose) {
    margin-right: clamp(-1em, (100vw - 1280px) / 12, 0em);
  }
}
@media screen and (max-width: 824px ) {
  nav ul#menu.recruit > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx):not(.nohifn)::before {
    color: #CC0033;
  }
  nav ul#menu.recruit > li a:not(#footersnsx):not(.btnfks):not(#trans):not(#snsx):hover {
    color: #162F3A;
  }
}
nav ul#menu.recruit > li.links > .btnfks {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
nav ul#menu.recruit > li.links > .btnfks:hover {
  color: #FFFFFF;
}
@media screen and (max-width: 824px ) {
  nav ul#menu.recruit > li.links {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5vw;
  }
}
@media screen and (max-width: 480px ) {
  nav ul#menu.recruit > li.links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}
@media screen and (max-width: 85.375rem ) {
  nav ul#menu.recruit > li.special a {
    padding-inline: clamp(1em, (100vw - 1024px) / 10, 2em);
  }
}
@media screen and (max-width: 824px ) {
  nav ul#menu.recruit > li.special a {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
@media screen and (max-width: 824px ) {
  nav ul#menu.recruit > li:not(.special):not(.function):not(.links) a:hover {
    color: #162F3A;
  }
}
nav ul#menu.recruit > li:not(.special):not(.function):not(.links) a::after {
  background-color: #FF8016;
}
nav ul#menu.recruit > li.function #snsx svg path {
  fill: #162F3A;
}

#r_navtogglewrapper {
  position: absolute;
  top: 7px;
  right: 22px;
  height: 47px;
  width: 47px;
  z-index: 52;
}
#r_navtogglewrapper #navtoggle {
  display: block;
  height: 47px;
  width: 47px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#r_navtogglewrapper #navtoggle svg .lin {
  stroke: #ff8016;
}
#r_navtogglewrapper #navtoggle[data-navtoggle=open] > #navopen {
  display: none;
}
#r_navtogglewrapper #navtoggle[data-navtoggle=close] > #navclose {
  display: none;
}
#r_navtogglewrapper #navtoggle:hover {
  background-color: #CC0033;
}
#r_navtogglewrapper #navtoggle:hover svg .lin {
  stroke: #FFFFFF;
}

.mynav {
  display: block;
  -webkit-margin-before: clamp(20px, 4vw, 40px);
          margin-block-start: clamp(20px, 4vw, 40px);
  height: clamp(46px, 5.5vw, 54px);
  height: clamp(40px, 5.4vw, 52px);
  aspect-ratio: 244/54;
  background: #FFFFFF;
  border: 2px solid #707070;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
}
.mynav.ft {
  display: inline-block;
  -webkit-margin-end: 1em;
          margin-inline-end: 1em;
}
.mynav.ft:last-child {
  -webkit-margin-end: 0em;
          margin-inline-end: 0em;
  -webkit-margin-before: clamp(12px, 2.4vw, 24px);
          margin-block-start: clamp(12px, 2.4vw, 24px);
}

#tophero {
  position: relative;
  height: 768px;
  width: 100%;
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
}
@media screen and (max-width: 480px ) {
  #tophero {
    height: 608px;
    -webkit-margin-after: 86px;
            margin-block-end: 86px;
  }
}
#tophero .slidecoverwrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  overflow: hidden;
  z-index: 10;
}
#tophero .slidecoverwrapper .herotextcover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
#tophero .slidecoverwrapper .herotextcover p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#tophero .slidecoverwrapper .herotextcover p span {
  display: block;
  color: #162F3A;
  background-color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0.5em 0.3em;
  margin-block: 0.35em;
}
#tophero .slidecoverwrapper .slidecover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 250vw;
}
#tophero .slidecoverwrapper .slidecover .heroslidecover-item {
  height: 100%;
  width: 250vw;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(21, 178, 165, 0)), color-stop(60%, rgb(21, 178, 165)));
  background-image: linear-gradient(90deg, rgba(21, 178, 165, 0) 40%, rgb(21, 178, 165) 60%);
}
#tophero .slideswrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 480px ) {
  #tophero .slideswrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#tophero .slideswrapper .heroslides {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 480px ) {
  #tophero .slideswrapper .heroslides {
    width: 100%;
  }
  #tophero .slideswrapper .heroslides.heroslidesl {
    height: 320px;
  }
  #tophero .slideswrapper .heroslides.heroslidesr {
    height: 288px;
  }
}
#tophero .slideswrapper .heroslides .heroslides-iteml1 {
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./hero_l1.webp);
}
#tophero .slideswrapper .heroslides .heroslides-iteml2 {
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./hero_l2.webp);
}
#tophero .slideswrapper .heroslides .heroslides-iteml3 {
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./hero_l3.webp);
}
#tophero .slideswrapper .heroslides .heroslides-itemr1 {
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./hero_r1.webp);
}
#tophero .slideswrapper .heroslides .heroslides-itemr2 {
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./hero_r2.webp);
}
#tophero .slideswrapper .heroslides .heroslides-itemr3 {
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./hero_r3.webp);
}
#tophero .topicsbox {
  position: absolute;
  bottom: -36px;
  left: 0;
  color: #162F3A;
  background-color: #15B2A5;
  height: 86px;
  width: 100VW;
  max-width: calc((100vw - 1000px) / 2 + 1000px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  z-index: 99;
}
#tophero .topicsbox * {
  border-color: #FFFFFF;
}
#tophero .topicsbox:hover {
  color: #FFFFFF;
  background-color: #162F3A;
}
#tophero .topicsbox:hover * {
  border-color: #FFFFFF;
}
@media screen and (max-width: 1028px ) {
  #tophero .topicsbox {
    max-width: 100VW;
  }
}
@media screen and (max-width: 824px ) {
  #tophero .topicsbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 22px;
  }
}
@media screen and (max-width: 480px ) {
  #tophero .topicsbox {
    bottom: -86px;
  }
}
#tophero .topicsbox .boxtitle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  max-width: calc(50vw - 500px);
}
@media screen and (max-width: 824px ) {
  #tophero .topicsbox .boxtitle {
    position: absolute;
    top: 0;
    left: 22px;
    height: 42px;
    width: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#tophero .topicsbox .boxtitle p {
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1em;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid;
  padding-inline: 2em;
}
@media screen and (max-width: 824px ) {
  #tophero .topicsbox .boxtitle p {
    font-size: 16px;
    border: 0;
    padding: 0;
    width: auto;
  }
}
#tophero .topicsbox .topic {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 824px ) {
  #tophero .topicsbox .topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    -webkit-padding-start: 0em;
            padding-inline-start: 0em;
  }
}
#tophero .topicsbox .topic p {
  color: #FFFFFF;
  line-height: 1em;
  padding-inline: 1em;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 824px ) {
  #tophero .topicsbox .topic p {
    font-size: 14px;
  }
  #tophero .topicsbox .topic p.topicdate {
    height: 42px;
    width: 84px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-padding-start: 4em;
            padding-inline-start: 4em;
  }
  #tophero .topicsbox .topic p.topictitle {
    padding-inline: 0;
  }
}
#tophero .topicsbox .boxmore {
  -webkit-margin-end: 42px;
          margin-inline-end: 42px;
}
@media screen and (max-width: 824px ) {
  #tophero .topicsbox .boxmore {
    position: absolute;
    bottom: 0;
    right: 22px;
    height: 38px;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
#tophero .topicsbox .boxmore p {
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#tophero .topicsbox .boxmore p::after {
  content: "\e900";
  font-family: "icons";
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
@media screen and (max-width: 824px ) {
  #tophero .topicsbox .boxmore p::after {
    content: "\e900";
    font-weight: 500;
  }
}

.recruitbutton {
  bottom: 108px;
  right: 148px;
  height: 86px;
  width: 208px;
  color: #15B2A5;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding-inline: 1.25em;
  z-index: 99;
}
.recruitbutton:hover {
  color: #162F3A;
}
@media screen and (max-width: 1028px ) {
  .recruitbutton {
    bottom: 86px;
    right: 64px;
  }
}
@media screen and (max-width: 824px ) {
  .recruitbutton {
    bottom: 50px;
    right: 0;
  }
}
@media screen and (max-width: 480px ) {
  .recruitbutton {
    bottom: 0;
    height: 68px;
    width: 164px;
    padding-inline: 1em;
  }
}
.recruitbutton p {
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.recruitbutton .titletext .en {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 480px ) {
  .recruitbutton .titletext .en {
    font-size: 20px;
  }
}
.recruitbutton .titletext .jp {
  font-weight: 500;
  -webkit-margin-before: 0.25em;
          margin-block-start: 0.25em;
}
@media screen and (max-width: 480px ) {
  .recruitbutton .titletext .jp {
    font-size: 13px;
  }
}
.recruitbutton .arrow p {
  font-family: "icons";
  font-size: 1.5em;
}
@media screen and (max-width: 480px ) {
  .recruitbutton .arrow p {
    font-size: 1.25em;
  }
}
.recruitbutton#recruitstaticbutton {
  position: absolute;
}
.recruitbutton#recruitflowbutton {
  position: fixed;
  bottom: 100px;
  right: 0;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
  z-index: 49;
  -webkit-animation: smoothin 1s ease 0s both normal;
          animation: smoothin 1s ease 0s both normal;
}
@media screen and (max-width: 1028px ) {
  .recruitbutton#recruitflowbutton {
    bottom: 100px;
    right: 0;
  }
}
@media screen and (max-width: 824px ) {
  .recruitbutton#recruitflowbutton {
    bottom: 100px;
    right: 0;
  }
}
@media screen and (max-width: 480px ) {
  .recruitbutton#recruitflowbutton {
    bottom: 100px;
    right: 0;
  }
}

@-webkit-keyframes smoothin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes smoothin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section#aboutussection {
  padding-block: 110px;
}
section#aboutussection > .cntn {
  overflow: auto;
}
@media screen and (max-width: 824px ) {
  section#aboutussection {
    -webkit-padding-after: 64px;
            padding-block-end: 64px;
  }
}
section#aboutussection h2 {
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(35px, 5.5vw, 55px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1em;
}
section#aboutussection h2 span {
  display: block;
  color: #ACB3B8;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 3em;
  letter-spacing: 0em;
}
section#aboutussection p.tagline {
  font-size: clamp(25px, 3.8vw, 38px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  padding-inline: 38px;
}
section#aboutussection p.tagline span:not(.line) {
  white-space: nowrap;
}
section#aboutussection p.tagline span.line {
  display: block;
}
section#aboutussection div.aboutus {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-block: 2.5% 0;
}
@media screen and (max-width: 824px ) {
  section#aboutussection div.aboutus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-block: 0;
  }
}
section#aboutussection div.aboutus div.image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  -webkit-transform: translate(calc(-1 * clamp(16px, 4vw, 86px)), 0);
          transform: translate(calc(-1 * clamp(16px, 4vw, 86px)), 0);
}
@media screen and (max-width: 824px ) {
  section#aboutussection div.aboutus div.image {
    width: 130%;
    aspect-ratio: 1;
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
    margin-block: 0 37.42%;
  }
}
section#aboutussection div.aboutus div.image .aboutimage {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
section#aboutussection div.aboutus div.image .aboutimage.holo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
section#aboutussection div.aboutus div.image .ai1 {
  top: 7.26%;
  left: 7.26%;
  width: 27.42%;
  background-image: url(./aboutus1.webp);
  -webkit-transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity 1s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity 1s ease 1s, transform 1s ease 1s;
  transition: opacity 1s ease 1s, transform 1s ease 1s, -webkit-transform 1s ease 1s;
}
section#aboutussection div.aboutus div.image .ai2 {
  top: 24%;
  left: 40%;
  width: 21.77%;
  background-image: url(./aboutus2.webp);
  -webkit-transition: opacity 1s ease 0.6s, -webkit-transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, -webkit-transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s;
  transition: opacity 1s ease 0.6s, transform 1s ease 0.6s, -webkit-transform 1s ease 0.6s;
}
section#aboutussection div.aboutus div.image .ai3 {
  top: 7.26%;
  right: 0;
  width: 33.06%;
  background-image: url(./aboutus3.webp);
  -webkit-transition: opacity 1s ease 0.8s, -webkit-transform 1s ease 0.8s;
  transition: opacity 1s ease 0.8s, -webkit-transform 1s ease 0.8s;
  transition: opacity 1s ease 0.8s, transform 1s ease 0.8s;
  transition: opacity 1s ease 0.8s, transform 1s ease 0.8s, -webkit-transform 1s ease 0.8s;
}
section#aboutussection div.aboutus div.image .ai4 {
  bottom: 7.26%;
  left: -14%;
  width: 27.42%;
  background-image: url(./aboutus4.webp);
  -webkit-transition: opacity 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
}
@media screen and (max-width: 824px ) {
  section#aboutussection div.aboutus div.image .ai4 {
    bottom: -32.42%;
    left: 60%;
  }
}
section#aboutussection div.aboutus div.image .ai5 {
  top: 51%;
  left: 22%;
  width: 49%;
  background-image: url(./aboutus5.webp);
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
section#aboutussection div.aboutus div.image .ai6 {
  top: 51%;
  right: 0;
  width: 21.77%;
  background-image: url(./aboutus6.webp);
  -webkit-transition: opacity 1s ease 0.4s, -webkit-transform 1s ease 0.4s;
  transition: opacity 1s ease 0.4s, -webkit-transform 1s ease 0.4s;
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s, -webkit-transform 1s ease 0.4s;
}
section#aboutussection div.aboutus div.contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 824px ) {
  section#aboutussection div.aboutus div.contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-block: 15% 0;
  }
}
section#aboutussection div.aboutus div.contents .text {
  font-weight: 500;
  line-height: 2em;
  text-align: justify;
}
section#aboutussection div.aboutus div.contents .unibtn {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 824px ) {
  section#aboutussection div.aboutus div.contents .unibtn {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
  }
}

section#servicesection {
  padding-block: 120px;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./top_service_bg.webp);
}
section#servicesection h2 span:first-child {
  display: block;
  color: #ACB3B8;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1em;
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
}
section#servicesection h2 span:first-child::before {
  content: "■";
  color: #15B2A5;
  -webkit-margin-end: 0.6em;
          margin-inline-end: 0.6em;
}
section#servicesection h2 span:last-child {
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: block;
  font-size: clamp(35px, 5.5vw, 55px);
  line-height: 1em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
section#servicesection p.tagline {
  font-size: clamp(25px, 4vw, 35px);
  font-weight: 700;
  margin-block: 1em;
}
section#servicesection p.tagline span.line {
  display: block;
}
section#servicesection p.tagline span.line span {
  white-space: nowrap;
}
section#servicesection div.service {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 824px ) {
  section#servicesection div.service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section#servicesection div.service > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
section#servicesection div.service div.contents {
  -webkit-padding-end: 1em;
          padding-inline-end: 1em;
}
section#servicesection div.service div.contents > div {
  width: clamp(200px, 100%, 380px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-block: 10% 0;
}
section#servicesection div.service div.contents > div .text {
  font-weight: 500;
  line-height: 2em;
  text-align: justify;
}
section#servicesection div.service div.contents > div .unibtn {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
section#servicesection div.service div.image {
  position: relative;
  width: 100%;
  height: clamp(450px, 50vw, 630px);
}
@media screen and (max-width: 824px ) {
  section#servicesection div.service div.image {
    height: auto;
    aspect-ratio: 1;
  }
}
section#servicesection div.service div.image .serviceimage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50vw;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./serviceimg.webp);
}
@media screen and (max-width: 824px ) {
  section#servicesection div.service div.image .serviceimage {
    width: 100%;
  }
}

section#serviceslidesection {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
section#serviceslidesection #serviceslidesectionwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section#serviceslidesection .serviceslide {
  width: clamp(260px, 45vw, 550px);
  margin-inline: clamp(4px, 0.5vw, 5px);
  height: auto;
  aspect-ratio: 55/31;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 480px ) {
  section#serviceslidesection .serviceslide {
    width: 800px;
    margin-inline: 5px;
  }
}
section#serviceslidesection .serviceslide.serviceslide-item1 {
  background-image: url(./serviceslide1.webp);
}
section#serviceslidesection .serviceslide.serviceslide-item2 {
  background-image: url(./serviceslide2.webp);
}
section#serviceslidesection .serviceslide.serviceslide-item3 {
  background-image: url(./serviceslide3.webp);
}
section#serviceslidesection .serviceslide.serviceslide-item4 {
  background-image: url(./serviceslide4.webp);
}
section#serviceslidesection .serviceslide.serviceslide-item5 {
  background-image: url(./serviceslide5.webp);
}

section#recruitsection {
  width: 100%;
  margin-block: 100px;
  height: clamp(494px, 60vw, 756px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 824px ) {
  section#recruitsection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
section#recruitsection > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (max-width: 824px ) {
  section#recruitsection > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
section#recruitsection .imgwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 824px ) {
  section#recruitsection .imgwrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
section#recruitsection .imgwrapper .recruitimage {
  height: clamp(412px, 60vw, 630px);
  width: 100%;
  background-color: blueviolet;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center right;
  background-image: url(./recruitsection.webp);
  z-index: 1;
}
@media screen and (max-width: 824px ) {
  section#recruitsection .imgwrapper .recruitimage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    width: clamp(100px, 100vw - 80px, 500px);
    aspect-ratio: 1;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
}
section#recruitsection .imgwrapper .recruitimagebg {
  background-color: #15B2A5;
  height: clamp(82px, 10vw, 126px);
  width: clamp(0px, 50vw, 500px);
}
@media screen and (max-width: 824px ) {
  section#recruitsection .imgwrapper .recruitimagebg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 30vw;
  }
}
section#recruitsection .cttwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 824px ) {
  section#recruitsection .cttwrapper {
    background-color: #15B2A5;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section#recruitsection .cttwrapper div.contents {
  width: 100%;
  background-color: #15B2A5;
  -webkit-padding-before: clamp(1em, 5vw, 100px);
          padding-block-start: clamp(1em, 5vw, 100px);
  -webkit-padding-start: clamp(22px, 4vw, 100px);
          padding-inline-start: clamp(22px, 4vw, 100px);
  -webkit-padding-end: 22px;
          padding-inline-end: 22px;
  -webkit-padding-after: clamp(82px, 10vw, 126px);
          padding-block-end: clamp(82px, 10vw, 126px);
}
@media screen and (max-width: 824px ) {
  section#recruitsection .cttwrapper div.contents {
    width: clamp(380px, 100%, 500px);
  }
}
@media screen and (max-width: 375px ) {
  section#recruitsection .cttwrapper div.contents {
    width: 100%;
  }
}
section#recruitsection .cttwrapper div.contents > div {
  width: clamp(200px, 100%, 375px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section#recruitsection .cttwrapper div.contents > div h2 span:first-child {
  display: block;
  color: #FFFFFF;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1em;
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
}
section#recruitsection .cttwrapper div.contents > div h2 span:first-child::before {
  content: "■";
  color: #162F3A;
  -webkit-margin-end: 0.6em;
          margin-inline-end: 0.6em;
}
section#recruitsection .cttwrapper div.contents > div h2 span:last-child {
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: block;
  font-size: clamp(35px, 5.5vw, 55px);
  line-height: 1em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-margin-after: clamp(40px, 4vw, 58px);
          margin-block-end: clamp(40px, 4vw, 58px);
}
section#recruitsection .cttwrapper div.contents > div .text {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 2em;
  -webkit-margin-after: clamp(30px, 4vw, 60px);
          margin-block-end: clamp(30px, 4vw, 60px);
}
section#recruitsection .cttwrapper div.contents > div .text p span {
  white-space: nowrap;
}

section#contactsection {
  color: #15B2A5;
  background-color: #F8F8F8;
  padding-block: clamp(40px, 4vw, 58px);
}
section#contactsection .contactwrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#contactsection .contactwrapper .contacttitle h2 {
  text-align: center;
}
section#contactsection .contactwrapper .contacttitle h2 span:first-child {
  display: block;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
section#contactsection .contactwrapper .contacttitle h2 span:last-child {
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  display: block;
  font-size: clamp(35px, 5.5vw, 55px);
  line-height: 1em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-margin-after: clamp(14px, 1vw, 30px);
          margin-block-end: clamp(14px, 1vw, 30px);
}
section#contactsection .contactwrapper .contacttitle p {
  font-size: clamp(15px, 1.6vw, 16px);
  font-weight: 500;
}
section#contactsection .contactwrapper .contactflex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-margin-before: 1.75em;
          margin-block-start: 1.75em;
}
@media screen and (max-width: 824px ) {
  section#contactsection .contactwrapper .contactflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section#contactsection .contactwrapper .contactflex > div:not(.divider) {
  padding-block: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 824px ) {
  section#contactsection .contactwrapper .contactflex > div:not(.divider) {
    padding-block: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
section#contactsection .contactwrapper .contactflex > div:not(.divider) .contactdesc {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  line-height: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
section#contactsection .contactwrapper .contactflex > div:not(.divider) .contactdesc span.ut {
  font-size: 0.825em;
}
section#contactsection .contactwrapper .contactflex > div:not(.divider) a.telno {
  color: #15B2A5;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(40px, 5vw, 48px);
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 824px ) {
  section#contactsection .contactwrapper .contactflex > div:not(.divider) a.telno {
    height: auto;
  }
}
section#contactsection .contactwrapper .contactflex > div:not(.divider) a.telno::before {
  content: "\e903";
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  font-family: "icons";
  -webkit-margin-end: 0.125em;
          margin-inline-end: 0.125em;
}
section#contactsection .contactwrapper .contactflex > div:not(.divider) .unibtn.ml {
  width: 100%;
}
@media screen and (max-width: 824px ) {
  section#contactsection .contactwrapper .contactflex > div:not(.divider) .unibtn.ml {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
section#contactsection .contactwrapper .contactflex > div.divider {
  background-color: #15B2A5;
  width: 2px;
}
@media screen and (max-width: 1028px ) {
  section#contactsection .contactwrapper .contactflex > div.divider {
    display: none;
  }
}
@media screen and (max-width: 824px ) {
  section#contactsection .contactwrapper .contactflex > div.divider {
    display: block;
    background: none;
    height: 26px;
    width: 100%;
  }
}

#footersnsx {
  background-color: #FFFFFF;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footersnsx.r {
  border: 1px solid #000;
}
#footersnsx svg {
  height: 24px;
  width: 24px;
}
#footersnsx svg path {
  fill: #162F3A;
}

.btnfks {
  display: inline-block;
  font-size: clamp(13px, 15vw, 15px);
  line-height: 1em;
  color: #FFFFFF;
  background-color: #162F3A;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 2em 9px;
  letter-spacing: 0.1em;
  -webkit-margin-after: clamp(22px, 3vw, 32px);
          margin-block-end: clamp(22px, 3vw, 32px);
}
.btnfks::before {
  content: "\e90a";
  font-family: "icons";
  -webkit-padding-end: 0.8em;
          padding-inline-end: 0.8em;
}
.btnfks:hover {
  background-color: #CC0033;
}

header.pages {
  position: relative;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  height: clamp(230px, 40vw, 430px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header.pages .header_cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
header.pages .header_title_wrapper {
  width: 100%;
  max-width: calc(1000px + 11.6vw);
  padding-inline: 5.8vw;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 480px ) {
  header.pages .header_title_wrapper {
    width: 100%;
    max-width: calc(824px + 21.3333333333%);
    padding-inline: 10.6666666667%;
    margin-inline: auto;
  }
}
header.pages h2.header_title {
  color: #FFFFFF;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-margin-after: clamp(40px, 4vw, 58px);
          margin-block-end: clamp(40px, 4vw, 58px);
}
header.pages h2.header_title .en {
  font-size: clamp(30px, 6vw, 60px);
  line-height: 1em;
}
header.pages h2.header_title .ja {
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1em;
  letter-spacing: 0.1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media screen and (max-width: 480px ) {
  header.pages#chemicalproductmanufacturing h2.header_title {
    -webkit-margin-after: clamp(14px, 1.4vw, 18px);
            margin-block-end: clamp(14px, 1.4vw, 18px);
  }
}

header.recruit {
  -webkit-margin-before: 90px;
          margin-block-start: 90px;
}
@media screen and (max-width: 824px ) {
  header.recruit {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
header.recruit .header_title_wrapper {
  height: clamp(120px, 20vw, 170px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 824px ) {
  header.recruit .header_title_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
header.recruit .header_title_wrapper h2.header_title p.en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(40px, 8.6vw, 84px);
  font-weight: 700;
  line-height: 1em;
}
header.recruit .header_title_wrapper h2.header_title p.ja {
  color: #CC0033;
  font-size: clamp(18px, 2.8vw, 28px);
  font-weight: 700;
  line-height: 1.8em;
}
header.recruit .header_title_wrapper h2.header_title p.ct {
  display: none;
}
header.recruit .header_cover {
  height: clamp(200px, 35vw, 450px);
  width: 100%;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: top center;
  background-position: center top 30%;
}
header.recruit#guideline .header_cover {
  background-position: center top 10%;
}
header.recruit#post-interview .header_title_wrapper h2.header_title p.en {
  display: none;
}
header.recruit#post-interview .header_title_wrapper h2.header_title p.ct {
  display: block;
  font-size: clamp(22px, 3vw, 33px);
  line-height: 1.4em;
}
header.recruit#post-interview .header_cover {
  height: clamp(300px, 50vw, 700px);
  width: 100%;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header.recruit#post-interview .header_cover .elderinfo {
  background-color: #FFFFFF;
  height: 143px;
  width: 210px;
  -webkit-padding-start: 26px;
          padding-inline-start: 26px;
  -webkit-margin-end: 183px;
          margin-inline-end: 183px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1028px ) {
  header.recruit#post-interview .header_cover .elderinfo {
    -webkit-margin-end: 90px;
            margin-inline-end: 90px;
  }
}
@media screen and (max-width: 824px ) {
  header.recruit#post-interview .header_cover .elderinfo {
    height: 116px;
    width: 178px;
    -webkit-padding-start: 19px;
            padding-inline-start: 19px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
}
header.recruit#post-interview .header_cover .elderinfo p.join {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-margin-after: 0.6em;
          margin-block-end: 0.6em;
}
@media screen and (max-width: 824px ) {
  header.recruit#post-interview .header_cover .elderinfo p.join {
    font-size: 12px;
    -webkit-margin-after: 0.3em;
            margin-block-end: 0.3em;
  }
}
header.recruit#post-interview .header_cover .elderinfo p.division {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  background-color: #CC0033;
  line-height: 1em;
  letter-spacing: 0.08em;
  padding: 0.4em 1em 0.5em;
  -webkit-margin-after: 0.6em;
          margin-block-end: 0.6em;
}
@media screen and (max-width: 824px ) {
  header.recruit#post-interview .header_cover .elderinfo p.division {
    font-size: 13px;
    -webkit-margin-after: 0.4em;
            margin-block-end: 0.4em;
  }
}
header.recruit#post-interview .header_cover .elderinfo p.name {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
header.recruit#post-interview .header_cover .elderinfo p.name::after {
  content: "さん";
  font-size: 18px;
}
@media screen and (max-width: 824px ) {
  header.recruit#post-interview .header_cover .elderinfo p.name {
    font-size: 20px;
  }
  header.recruit#post-interview .header_cover .elderinfo p.name::after {
    font-size: 15px;
  }
}

ul.subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: calc(1000px + 11.6vw);
  padding-inline: 5.8vw;
  margin-inline: auto;
  gap: 48px;
  margin-block: clamp(32px, 5.5vw, 80px) clamp(60px, 8vw, 100px);
}
@media screen and (max-width: 824px ) {
  ul.subnav {
    gap: 22px;
  }
}
@media screen and (max-width: 480px ) {
  ul.subnav {
    width: 100%;
    max-width: calc(824px + 21.3333333333%);
    padding-inline: 10.6666666667%;
    margin-inline: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
ul.subnav > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}
@media screen and (max-width: 480px ) {
  ul.subnav > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 11px);
            flex: 0 1 calc(50% - 11px);
  }
}
ul.subnav > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: clamp(15px, 1.6vw, 16px);
  color: #15B2A5;
  text-decoration: none;
  line-height: 1em;
  font-weight: 500;
  -webkit-padding-after: 14px;
          padding-block-end: 14px;
  border-bottom: 1px solid #ACB3B8;
}
ul.subnav > li a::after {
  content: "\e909";
  font-family: "icons";
  -webkit-margin-start: 0.8em;
          margin-inline-start: 0.8em;
}
@media screen and (max-width: 480px ) {
  ul.subnav.business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
ul.subnav.business li.wiau {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

section#message {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section#message div.messagetitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 480px ) {
  section#message div.messagetitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
section#message div.messagetitle .messagetitlebox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#message div.messagetitle .messagetitlebox .messagetitlecontent {
  width: 100%;
  background-color: #15B2A5;
  padding-block: clamp(23px, 6vw, 105px) clamp(28px + 3vw + 2em, 8vw + 2em, 105px + 3vw + 2em);
}
@media screen and (max-width: 480px ) {
  section#message div.messagetitle .messagetitlebox .messagetitlecontent {
    -webkit-padding-after: 35px;
            padding-block-end: 35px;
  }
}
section#message div.messagetitle .messagetitlebox .messagetitlecontent h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #FFFFFF;
  line-height: 1em;
  -webkit-padding-start: clamp(5.8vw, 50vw - 500px, 900px);
          padding-inline-start: clamp(5.8vw, 50vw - 500px, 900px);
}
section#message div.messagetitle .messagetitlebox .messagetitlecontent h2 span:first-child {
  font-size: clamp(15px, 1.6vw, 16px);
}
section#message div.messagetitle .messagetitlebox .messagetitlecontent h2 span:first-child::before {
  content: "■";
  color: #162F3A;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}
section#message div.messagetitle .messagetitlebox .messagetitlecontent h2 span:last-child {
  font-size: clamp(25px, 2vw + 0.5em, 35px);
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
section#message div.messagetitle .messagetitlepix {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
section#message div.messagetitle .messagetitlepix .ceopix {
  height: clamp(250px, 50vw, 550px);
  width: 100%;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url(./massageimage.webp);
  z-index: 1;
}
@media screen and (max-width: 480px ) {
  section#message div.messagetitle .messagetitlepix .ceopix {
    width: auto;
    aspect-ratio: 4/3;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}
section#message div.messagetitle .messagetitlepix .ceopixbg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  background-color: #15B2A5;
}
@media screen and (max-width: 480px ) {
  section#message div.messagetitle .messagetitlepix .ceopixbg {
    height: 20vw;
    width: 100%;
    z-index: -1;
  }
}
section#message div.messagecontent {
  width: 100%;
  background-color: #F8F8F8;
  z-index: 2;
  -webkit-padding-after: clamp(50px, 12vw, 160px);
          padding-block-end: clamp(50px, 12vw, 160px);
}
section#message div.messagecontent div.messagebox {
  width: 100%;
  background-color: #FFFFFF;
  padding-block: clamp(35px, 9.75vw, 120px);
  -webkit-margin-before: calc(-3vw - 2em);
          margin-block-start: calc(-3vw - 2em);
}
@media screen and (max-width: 480px ) {
  section#message div.messagecontent div.messagebox {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}
section#message div.messagecontent div.messagebox h4.taglinetitle {
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1em;
  color: #15B2A5;
  text-align: center;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
section#message div.messagecontent div.messagebox .tagline {
  text-align: center;
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  -webkit-margin-after: 35px;
          margin-block-end: 35px;
  line-height: 1.8em;
}
@media screen and (max-width: 480px ) {
  section#message div.messagecontent div.messagebox .tagline {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
section#message div.messagecontent div.messagebox .tagline > span {
  display: block;
}
section#message div.messagecontent div.messagebox .tagline > span > span {
  white-space: nowrap;
}
section#message div.messagecontent div.messagebox .behavioral {
  width: inherit;
  -webkit-margin-after: 35px;
          margin-block-end: 35px;
  -webkit-padding-end: 1em;
          padding-inline-end: 1em;
  margin-inline: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
section#message div.messagecontent div.messagebox .behavioral h4.behavioraltitle {
  font-size: clamp(18px, 1.8vw, 22px);
  color: #15B2A5;
  text-align: center;
}
section#message div.messagecontent div.messagebox .behavioral ul.behaviorallist {
  display: block;
  list-style: none;
  margin-inline: auto;
}
section#message div.messagecontent div.messagebox .behavioral ul.behaviorallist li {
  font-size: clamp(15px, 1.6vw, 16px);
  font-weight: 500;
  line-height: 1.75em;
  text-indent: -1em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
section#message div.messagecontent div.messagebox .behavioral ul.behaviorallist li::before {
  content: "・";
  color: #15B2A5;
}
section#message div.messagecontent div.messagebox .behavioral ul.behaviorallist li span {
  white-space: nowrap;
}
section#message div.messagecontent div.messagebox .ceoname {
  text-align: center;
  -webkit-margin-after: 35px;
          margin-block-end: 35px;
}
@media screen and (max-width: 480px ) {
  section#message div.messagecontent div.messagebox .ceoname {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
section#message div.messagecontent div.messagebox .ceoname span:first-child {
  display: block;
  color: #15B2A5;
  font-size: clamp(15px, 1.6vw, 16px);
}
section#message div.messagecontent div.messagebox .ceoname span:last-child {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(21px, 2.5vw, 26px);
  font-weight: 700;
  -webkit-margin-before: 0.4em;
          margin-block-start: 0.4em;
}
section#message div.messagecontent div.messagebox .ceocomment {
  font-size: clamp(15px, 1.6vw, 16px);
  font-weight: 500;
}
section#message div.messagecontent div.messagebox .ceocomment p {
  line-height: 2em;
  text-align: justify;
}
section#message div.messagecontent div.messagebox .ceocomment p + p {
  -webkit-margin-before: 1.8em;
          margin-block-start: 1.8em;
}
@media screen and (max-width: 480px ) {
  section#message div.messagecontent div.messagebox .ceocomment p + p {
    -webkit-margin-before: 1.6em;
            margin-block-start: 1.6em;
  }
}

section.detailsection {
  -webkit-padding-before: clamp(64px, 12vw, 160px);
          padding-block-start: clamp(64px, 12vw, 160px);
  -webkit-padding-after: clamp(60px, 10vw, 80px);
          padding-block-end: clamp(60px, 10vw, 80px);
}
section.detailsection h2 span:first-child {
  display: block;
  font-size: clamp(15px, 1.6vw, 16px);
  text-transform: uppercase;
}
section.detailsection h2 span:first-child::before {
  content: "■";
  color: #15B2A5;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}
section.detailsection h2 span:last-child {
  display: block;
  font-size: clamp(25px, 2vw + 0.5em, 35px);
  font-weight: 700;
  -webkit-margin-before: 0.4em;
          margin-block-start: 0.4em;
  -webkit-margin-after: clamp(30px, 6vw, 60px);
          margin-block-end: clamp(30px, 6vw, 60px);
}

ul.base {
  position: relative;
  width: 100%;
  border-top: 1px solid #E1E4E6;
}
ul.base.profilelist::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 6em;
  height: 0px;
  border-top: 1px solid #15B2A5;
}
ul.base:not(.liul) > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: 1em;
  width: 100%;
  padding-block: clamp(26px, 4vw, 42px);
  border-bottom: 1px solid #E1E4E6;
}
@media screen and (max-width: 480px ) {
  ul.base:not(.liul) > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
ul.base:not(.liul) > li > p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(5em, 10vw, 12em);
          flex: 0 0 clamp(5em, 10vw, 12em);
  font-weight: 500;
}
ul.base:not(.liul) > li > p + * {
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
@media screen and (max-width: 480px ) {
  ul.base:not(.liul) > li > p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
  ul.base:not(.liul) > li > p + * {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
ul.base:not(.liul) > li > p span {
  white-space: nowrap;
}
ul.base:not(.liul) > li > div {
  width: auto;
}
ul.base:not(.liul) > li > div p {
  display: block;
}
ul.base:not(.liul) > li > div p + p {
  -webkit-margin-before: 0.8em;
          margin-block-start: 0.8em;
}
ul.base:not(.liul) > li > div p span {
  white-space: nowrap;
}
ul.base:not(.liul) > li > div > ul.liul {
  list-style: disc;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
ul.base:not(.liul) > li > div > ul.liul > li {
  -webkit-padding-after: 1em;
          padding-block-end: 1em;
}
ul.base:not(.liul) > li > ul {
  width: 100%;
}
ul.base:not(.liul) > li > ul li.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.base:not(.liul) > li > ul li.flex p:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
@media screen and (max-width: 480px ) {
  ul.base:not(.liul) > li > ul li.flex p:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
ul.base:not(.liul) > li > ul li.flex p:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 12.5%;
          flex: 0 1 12.5%;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
@media screen and (max-width: 480px ) {
  ul.base:not(.liul) > li > ul li.flex p:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
}
ul.base:not(.liul) > li > ul li.flex p:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
@media screen and (max-width: 480px ) {
  ul.base:not(.liul) > li > ul li.flex p:nth-child(3) {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
ul.base:not(.liul) > li > ul li.flex + li {
  -webkit-margin-before: 0.8em;
          margin-block-start: 0.8em;
}
@media screen and (max-width: 480px ) {
  ul.base:not(.liul) > li > ul li.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.base:not(.liul) > li > ul li.flex > p:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-block: 0.8em 1em;
  }
  ul.base:not(.liul) > li > ul li.flex > p:nth-child(3)::before {
    content: "（";
  }
  ul.base:not(.liul) > li > ul li.flex > p:nth-child(3)::after {
    content: "）";
  }
}

ul.base.profilelist > li > p {
  color: #15B2A5;
  font-weight: 700;
}

ul.base.guidelinedetaillist > li > p {
  color: #FF8016;
  font-weight: 700;
}

@media screen and (max-width: 824px ) {
  ul.base.equipmentlist > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  ul.base.equipmentlist > li > p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
  ul.base.equipmentlist > li p span {
    white-space: nowrap;
  }
}

.sectionaddon {
  height: clamp(350px, 48vw, 650px);
  width: 100%;
}
.sectionaddon iframe {
  height: 100%;
  width: 100%;
}

#companyequipmentimage {
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./companyequipmentimage.webp);
}

#companyhistory {
  background-color: #15B2A5;
  color: #FFFFFF;
}
#companyhistory h2 span:first-child::before {
  color: #162F3A;
}
#companyhistory .historywrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 3em;
}
@media screen and (max-width: 824px ) {
  #companyhistory .historywrapper {
    gap: 1em;
  }
}
#companyhistory ul.historylist {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 78%;
          flex: 0 1 78%;
}
@media screen and (max-width: 824px ) {
  #companyhistory ul.historylist {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
@media screen and (max-width: 600px ) {
  #companyhistory ul.historylist {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#companyhistory ul.historylist li.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  -webkit-padding-after: 2em;
          padding-block-end: 2em;
  gap: 1em;
}
@media screen and (max-width: 600px ) {
  #companyhistory ul.historylist li.flex {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.6em;
  }
  #companyhistory ul.historylist li.flex::before {
    position: absolute;
    content: "";
    top: 1.2em;
    left: 0.475em;
    height: calc(100% + 1.7em);
    width: 1px;
    background-color: #FFFFFF;
    z-index: 0;
  }
}
#companyhistory ul.historylist li.flex > p:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.5em;
          flex: 0 0 6.5em;
}
@media screen and (max-width: 600px ) {
  #companyhistory ul.historylist li.flex > p:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
  }
}
#companyhistory ul.historylist li.flex > p:nth-child(2) {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  color: #162F3A;
  z-index: 2;
}
#companyhistory ul.historylist li.flex > p:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 1.1em;
  left: 0.45em;
  height: calc(100% + 1.7em);
  width: 1px;
  background-color: #FFFFFF;
  z-index: -1;
}
@media screen and (max-width: 600px ) {
  #companyhistory ul.historylist li.flex > p:nth-child(2)::after {
    display: none;
  }
}
@media screen and (max-width: 600px ) {
  #companyhistory ul.historylist li.flex > p:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
#companyhistory ul.historylist li.flex > p:nth-child(3) {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  line-height: 1.8em;
}
@media screen and (max-width: 600px ) {
  #companyhistory ul.historylist li.flex > p:nth-child(3) {
    line-height: 1.6em;
    -webkit-margin-start: 1.6em;
            margin-inline-start: 1.6em;
  }
}
#companyhistory .historyimagewrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 600px ) {
  #companyhistory .historyimagewrapper {
    display: none;
  }
}
@media screen and (max-width: 600px ) {
  #companyhistory div.imgbox {
    width: 160px;
    -webkit-margin-start: 1.6em;
            margin-inline-start: 1.6em;
  }
}
#companyhistory div.imgbox > div {
  width: 100%;
  aspect-ratio: 1;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
}
#companyhistory div.imgbox.headquarters div {
  background-image: url(./history_headquarters.webp);
}
#companyhistory div.imgbox.iwakunicompletion div {
  background-image: url(./history_iwakunicompletion.webp);
}
#companyhistory div.imgbox.seconddistillator div {
  background-image: url(./history_seconddistillator.webp);
}
#companyhistory div.imgbox.adsorptiontreatment div {
  background-image: url(./history_adsorptiontreatment.webp);
}
#companyhistory div.imgbox > p {
  font-size: clamp(14px, 1.5vw, 16px);
  text-align: center;
  -webkit-margin-before: 0.8em;
          margin-block-start: 0.8em;
}
@media screen and (max-width: 600px ) {
  #companyhistory div.imgbox > p {
    text-align: left;
    -webkit-margin-before: 0.4em;
            margin-block-start: 0.4em;
  }
}

#businessoverview {
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 178, 165, 0.12)), to(rgba(21, 178, 165, 0.12))), url(./business_overview.webp);
  background-image: linear-gradient(0deg, rgba(21, 178, 165, 0.12), rgba(21, 178, 165, 0.12)), url(./business_overview.webp);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center, center;
  padding-block: clamp(40px, 12vw, 120px) clamp(45px, 18vw, 180px);
}
#businessoverview .businesscontent p {
  line-height: 2em;
  text-align: justify;
  letter-spacing: 0.075em;
}

.businesstitle {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.businesstitle h2 {
  font-size: clamp(28px, 3vw + 0.5em, 38px);
  line-height: 1.8em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.businesstitle::before {
  display: block;
  content: "";
  height: clamp(14px, 2vw, 18px);
  width: auto;
  aspect-ratio: 1/3.5;
  background-color: #15B2A5;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

.onebusiness {
  widows: 100%;
  height: clamp(460px, 53.44vw, 730px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.onebusiness + .onebusiness {
  -webkit-margin-before: clamp(60px, 8vw, 80px);
          margin-block-start: clamp(60px, 8vw, 80px);
  -webkit-margin-after: clamp(80px, 14vw, 160px);
          margin-block-end: clamp(80px, 14vw, 160px);
}
.onebusiness .bizcontent {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1028px ) {
  .onebusiness .bizcontent {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 600px ) {
  .onebusiness .bizcontent {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.onebusiness .bizcontent > div {
  width: 100%;
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 824px ) {
  .onebusiness .bizcontent > div {
    width: 260px;
  }
}
@media screen and (max-width: 600px ) {
  .onebusiness .bizcontent > div {
    width: 100%;
    max-width: 88.4vw;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px ) {
  .onebusiness .bizcontent > div.cntn_tleft {
    -webkit-padding-end: 5.8vw;
            padding-inline-end: 5.8vw;
  }
}
@media screen and (max-width: 600px ) {
  .onebusiness .bizcontent > div.cntn_tright {
    -webkit-padding-start: 5.8vw;
            padding-inline-start: 5.8vw;
  }
}
.onebusiness .bizcontent > div h3 {
  font-size: 38px;
  line-height: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
@media screen and (max-width: 1028px ) {
  .onebusiness .bizcontent > div h3 {
    font-size: 28px;
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
  }
}
@media screen and (max-width: 600px ) {
  .onebusiness .bizcontent > div h3 {
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
  }
}
.onebusiness .bizcontent > div p.tagline {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1028px ) {
  .onebusiness .bizcontent > div p.tagline {
    font-size: 24px;
  }
}
.onebusiness .bizcontent > div p.tagline span {
  white-space: nowrap;
}
.onebusiness .bizcontent > div p.tagline::after {
  content: "";
  display: block;
  height: 2em;
  width: 0.5em;
  border-top: 1px solid #15B2A5;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
@media screen and (max-width: 600px ) {
  .onebusiness .bizcontent > div p.tagline::after {
    height: 1.5em;
  }
}
.onebusiness .bizcontent > div p.tagline + p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  text-align: justify;
  -webkit-margin-after: 3em;
          margin-block-end: 3em;
}
@media screen and (max-width: 824px ) {
  .onebusiness .bizcontent > div p.tagline + p {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px ) {
  .onebusiness .bizcontent > div p.tagline + p {
    -webkit-margin-after: 2em;
            margin-block-end: 2em;
  }
}
.onebusiness .bizcontent > div .unibtn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 824px ) {
  .onebusiness .bizcontent > div .unibtn {
    width: 100%;
  }
  .onebusiness .bizcontent > div .unibtn p::after {
    -webkit-margin-start: 0.5em;
            margin-inline-start: 0.5em;
  }
}
@media screen and (max-width: 600px ) {
  .onebusiness .bizcontent > div .unibtn {
    width: 260px;
  }
  .onebusiness .bizcontent > div .unibtn p::after {
    -webkit-margin-start: 1.5em;
            margin-inline-start: 1.5em;
  }
}
.onebusiness .bizimages {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 600px ) {
  .onebusiness .bizimages {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    aspect-ratio: 356/380;
  }
}
.onebusiness .bizimages .bizmainimages {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 600px ) {
  .onebusiness .bizimages .bizmainimages {
    height: 100%;
    width: 70vw;
    aspect-ratio: 300/380;
  }
}
@media screen and (max-width: 1028px ) {
  .onebusiness#businessoverview_petroleum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 600px ) {
  .onebusiness#businessoverview_petroleum {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.onebusiness#businessoverview_petroleum .bizimages {
  position: relative;
  -webkit-padding-start: clamp(1px, 8.8vw, 120px);
          padding-inline-start: clamp(1px, 8.8vw, 120px);
}
@media screen and (max-width: 600px ) {
  .onebusiness#businessoverview_petroleum .bizimages {
    -webkit-padding-start: 5.8vw;
            padding-inline-start: 5.8vw;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.onebusiness#businessoverview_petroleum .bizimages .bizmainimages {
  background-image: url(./businessoverview_petroleum.webp);
}
.onebusiness#businessoverview_petroleum .bizimages .bizsubimages {
  position: absolute;
  bottom: 17%;
  left: 0;
  height: 44%;
  width: auto;
  aspect-ratio: 12/17;
  background-image: url(./businessoverview_petroleum2.webp);
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 600px ) {
  .onebusiness#businessoverview_petroleum .bizimages .bizsubimages {
    left: 5.8vw;
  }
}
.onebusiness#businessoverview_petroleum .bizcontent {
  padding-inline: clamp(1px, 8.8vw, 120px);
}
@media screen and (max-width: 1028px ) {
  .onebusiness#businessoverview_petroleum .bizcontent {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media screen and (max-width: 600px ) {
  .onebusiness#businessoverview_chemical {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.onebusiness#businessoverview_chemical .bizimages {
  -webkit-padding-end: clamp(1px, 8.8vw, 120px);
          padding-inline-end: clamp(1px, 8.8vw, 120px);
}
@media screen and (max-width: 600px ) {
  .onebusiness#businessoverview_chemical .bizimages {
    -webkit-padding-end: 5.8vw;
            padding-inline-end: 5.8vw;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.onebusiness#businessoverview_chemical .bizimages .bizmainimages {
  background-image: url(./businessoverview_chemical.webp);
}
.onebusiness#businessoverview_chemical .bizcontent {
  padding-inline: clamp(1px, 8.8vw, 120px);
}
@media screen and (max-width: 1028px ) {
  .onebusiness#businessoverview_chemical .bizcontent {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

#businessoverviewimage {
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center left;
  background-image: url(./businessoverviewimage.webp);
}

#attempts {
  padding-block: clamp(80px, 12vw, 150px);
  background-color: #F8F8F8;
}
#attempts .attempt {
  -webkit-padding-before: clamp(50px, 10vw, 100px);
          padding-block-start: clamp(50px, 10vw, 100px);
}
#attempts .attempt h3 {
  position: relative;
  display: block;
  color: #FFFFFF;
  font-size: clamp(18px, 3vw, 28px);
  width: clamp(1em, 14em, 45vw);
  background-color: #15B2A5;
  padding-block: clamp(0.8em, 2.6vw, 1.3em);
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  -webkit-margin-after: clamp(-80px, -6vw, -22px);
          margin-block-end: clamp(-80px, -6vw, -22px);
  z-index: 2;
}
#attempts .attempt .attemptimage {
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: clamp(200px, 50vw, 470px);
  z-index: 0;
}
#attempts .attempt .attemptimage.quality {
  background-image: url(./attempt_quality.webp);
}
#attempts .attempt .attemptimage.environment {
  background-image: url(./attempt_environment.webp);
}
#attempts .attempt .attemptimage.safety {
  background-image: url(./attempt_safety.webp);
}
#attempts .attempt .attemptimage.fives {
  background-image: url(./attempt_fives.webp);
  background-position: top 30% center;
}
#attempts .attempt .attemptcatch {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.6em;
  -webkit-margin-before: clamp(1em, 4vw, 1.5em);
          margin-block-start: clamp(1em, 4vw, 1.5em);
}
#attempts .attempt .attemptcatch span {
  white-space: nowrap;
}
@media screen and (max-width: 824px ) {
  #attempts .attempt .attemptcatch i {
    display: none;
  }
}
#attempts .attempt .attemptpolicytitle {
  font-size: clamp(18px, 2.6vw, 25px);
  color: #15B2A5;
  -webkit-margin-before: 1.8em;
          margin-block-start: 1.8em;
}
#attempts .attempt .attemptpolicytitle::after {
  content: "";
  display: block;
  height: 1em;
  width: 0.5em;
  border-top: 1px solid #15B2A5;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
#attempts .attempt .attemptpolicytitle.noline::after {
  content: "";
  height: 0em;
  width: 0em;
  border-top: 0px;
}
#attempts .attempt .attemptpolicy {
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 500;
  line-height: 2em;
}
#attempts .attempt .fivespolicyfigure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: clamp(32px, 3.5vw, 40px);
          margin-block-end: clamp(32px, 3.5vw, 40px);
}
@media screen and (max-width: 824px ) {
  #attempts .attempt .fivespolicyfigure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 24px;
  }
}
@media screen and (max-width: 480px ) {
  #attempts .attempt .fivespolicyfigure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
#attempts .attempt .fivespolicyfigure .fivespolicylinebox {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 0;
}
@media screen and (max-width: 824px ) {
  #attempts .attempt .fivespolicyfigure .fivespolicylinebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#attempts .attempt .fivespolicyfigure .fivespolicylinebox .fivespolicyline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  background-color: #15B2A5;
}
#attempts .attempt .fivespolicyfigure .fivespolicycard {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: clamp(32px, 3.5vw, 35px) 40px;
  z-index: 1;
}
@media screen and (max-width: 824px ) {
  #attempts .attempt .fivespolicyfigure .fivespolicycard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
    padding-block: clamp(24px, 3vw, 30px);
  }
}
@media screen and (max-width: 480px ) {
  #attempts .attempt .fivespolicyfigure .fivespolicycard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 240px;
    gap: 0;
    padding-block: clamp(32px, 3.5vw, 35px);
  }
}
#attempts .attempt .fivespolicyfigure .fivespolicycard p.num {
  height: 48px;
  width: 48px;
  color: #15B2A5;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-weight: 700;
  border: 1px solid #15B2A5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#attempts .attempt .fivespolicyfigure .fivespolicycard div.text {
  text-align: center;
  padding-block: 1em;
}
@media screen and (max-width: 824px ) {
  #attempts .attempt .fivespolicyfigure .fivespolicycard div.text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20em;
            flex: 0 0 20em;
    text-align: left;
  }
}
@media screen and (max-width: 480px ) {
  #attempts .attempt .fivespolicyfigure .fivespolicycard div.text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
  }
}
#attempts .attempt .fivespolicyfigure .fivespolicycard div.text p {
  color: #15B2A5;
  font-size: 20px;
  font-weight: 700;
}
#attempts .attempt .fivespolicyfigure .fivespolicycard div.text p span {
  white-space: nowrap;
}
#attempts .attempt .guidelines {
  background-color: #FFFFFF;
  padding-inline: clamp(18px, 4vw, 38px);
  padding-block: clamp(34px, 3.4vw, 40px) clamp(34px, 3.6vw, 45px);
  -webkit-margin-after: clamp(32px, 3.5vw, 40px);
          margin-block-end: clamp(32px, 3.5vw, 40px);
}
#attempts .attempt .guidelines h4 {
  color: #15B2A5;
  font-size: 20px;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
#attempts .attempt .guidelines ul {
  list-style: "・";
  -webkit-padding-start: 0.75em;
          padding-inline-start: 0.75em;
  font-weight: 500;
  line-height: 1.6em;
}
#attempts .attempt .guidelines ul li + li {
  -webkit-margin-before: 0.25em;
          margin-block-start: 0.25em;
}
#attempts .attempt .textbox {
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 500;
  line-height: 2em;
  text-align: justify;
  -webkit-margin-after: clamp(32px, 3.5vw, 40px);
          margin-block-end: clamp(32px, 3.5vw, 40px);
}
@media screen and (max-width: 824px ) {
  #attempts .attempt .textbox i {
    display: none;
  }
}
#attempts .attempt div.fivesimagesbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -webkit-margin-after: clamp(32px, 3.5vw, 40px);
          margin-block-end: clamp(32px, 3.5vw, 40px);
}
@media screen and (max-width: 824px ) {
  #attempts .attempt div.fivesimagesbox {
    max-width: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-inline: auto;
  }
}
#attempts .attempt div.fivesimagesbox div.fivesperiodbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 824px ) {
  #attempts .attempt div.fivesimagesbox div.fivesperiodbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
#attempts .attempt div.fivesimagesbox div.fivesperiodbox div.fivesperiodimages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 824px ) {
  #attempts .attempt div.fivesimagesbox div.fivesperiodbox div.fivesperiodimages {
    gap: 10px;
  }
}
#attempts .attempt div.fivesimagesbox div.fivesperiodbox div.fivesperiodimages div.fivesimage {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  aspect-ratio: 240/170;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 824px ) {
  #attempts .attempt div.fivesimagesbox div.fivesperiodbox div.fivesperiodimages div.fivesimage {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
#attempts .attempt div.fivesimagesbox div.fivesperiodbox div.fivesperiodimages div.fivesimage.fivesimage1 {
  background-image: url(./attempt_fivesimage1.webp);
}
#attempts .attempt div.fivesimagesbox div.fivesperiodbox div.fivesperiodimages div.fivesimage.fivesimage2 {
  background-image: url(./attempt_fivesimage2.webp);
}
#attempts .attempt div.fivesimagesbox div.fivesperiodbox div.fivesperiodimages div.fivesimage.fivesimage3 {
  background-image: url(./attempt_fivesimage3.webp);
}
#attempts .attempt div.fivesimagesbox div.fivesperiodbox div.fivesperiodimages div.fivesimage.fivesimage4 {
  background-image: url(./attempt_fivesimage4.webp);
}
#attempts .attempt div.fivesimagesbox div.fivesperiodbox div.fivesperiodtitle {
  width: 100%;
}
#attempts .attempt div.fivesimagesbox div.fivesperiodbox div.fivesperiodtitle > p {
  color: #FFFFFF;
  height: 40px;
  width: 250px;
  background-color: #15B2A5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  margin-inline: auto;
}
@media screen and (max-width: 824px ) {
  #attempts .attempt div.fivesimagesbox div.fivesperiodbox div.fivesperiodtitle > p {
    height: 36px;
    width: 220px;
    font-size: 15px;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}
#attempts .attempt .tightenbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 5vw;
}
@media screen and (max-width: 600px ) {
  #attempts .attempt .tightenbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#attempts .attempt .tightenbox .tightentexts {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 500;
  line-height: 2em;
}
@media screen and (max-width: 600px ) {
  #attempts .attempt .tightenbox .tightentexts {
    -webkit-margin-after: clamp(32px, 3.5vw, 40px);
            margin-block-end: clamp(32px, 3.5vw, 40px);
  }
}
#attempts .attempt .tightenbox .tightentexts p {
  text-align: justify;
  max-width: 720px;
}
#attempts .attempt .tightenbox .tightentexts p + p {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
@media screen and (max-width: 600px ) {
  #attempts .attempt .tightenbox .tightentexts p + p {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
#attempts .attempt .tightenbox .tightenimages {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(220px, 30vw, 318px);
          flex: 0 0 clamp(220px, 30vw, 318px);
}
#attempts .attempt .tightenbox .tightenimages .tightenimage {
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 16/11;
  width: 100%;
  background-color: aqua;
  background-image: url(./attempt_tightenimage.webp);
}

#businessone .businessadvancetext {
  padding-block: clamp(50px, 9vw, 82px);
}
#businessone .businessadvancetext p {
  line-height: 2em;
  font-weight: 500;
  text-align: justify;
}
#businessone section.businessflow {
  width: 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center, center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(./petroleum_product_manufacturing_flow_bg.webp);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(./petroleum_product_manufacturing_flow_bg.webp);
  padding-block: clamp(60px, 14vw, 120px);
}
#businessone section.businessflow h2 {
  font-size: clamp(28px, 3vw + 0.5em, 38px);
  color: #FFFFFF;
  text-align: center;
  -webkit-margin-after: 1.4em;
          margin-block-end: 1.4em;
}
#businessone section.businessflow .businessflowfigure {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#businessone section.businessflow .businessflowfigure.oilmanufacturingbusinessflow {
  aspect-ratio: 824/1180;
  background-image: url(./petroleum_product_manufacturing_flow.svg);
}
@media screen and (max-width: 824px ) {
  #businessone section.businessflow .businessflowfigure.oilmanufacturingbusinessflow {
    aspect-ratio: 580/1000;
    background-image: url(./petroleum_product_manufacturing_flow_m.svg);
  }
}
@media screen and (max-width: 600px ) {
  #businessone section.businessflow .businessflowfigure.oilmanufacturingbusinessflow {
    aspect-ratio: 332/738;
    background-image: url(./petroleum_product_manufacturing_flow_t.svg);
  }
}
#businessone section.businessflow .businessflowfigure.chemicalmanufacturingbusinessflow {
  aspect-ratio: 824/1024;
  background-image: url(./chemical_product_manufacturing_flow.svg);
}
@media screen and (max-width: 824px ) {
  #businessone section.businessflow .businessflowfigure.chemicalmanufacturingbusinessflow {
    aspect-ratio: 580/808;
    background-image: url(./chemical_product_manufacturing_flow_m.svg);
  }
}
@media screen and (max-width: 600px ) {
  #businessone section.businessflow .businessflowfigure.chemicalmanufacturingbusinessflow {
    aspect-ratio: 332/738;
    background-image: url(./chemical_product_manufacturing_flow_t.svg);
  }
}
#businessone section.businessflow .chemicalmanufacturingbusinessflowpreimages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8%;
}
@media screen and (max-width: 824px ) {
  #businessone section.businessflow .chemicalmanufacturingbusinessflowpreimages {
    gap: 7.586%;
  }
}
@media screen and (max-width: 600px ) {
  #businessone section.businessflow .chemicalmanufacturingbusinessflowpreimages {
    gap: 3.6%;
  }
}
#businessone section.businessflow .chemicalmanufacturingbusinessflowpreimages > .mbfi {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  aspect-ratio: 34/24;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
}
#businessone section.businessflow .chemicalmanufacturingbusinessflowpreimages > .mbfi.cmbfpi1 {
  background-image: url(./chemical_product_manufacturing_flow_pre_image1.webp);
}
#businessone section.businessflow .chemicalmanufacturingbusinessflowpreimages > .mbfi.cmbfpi2 {
  background-image: url(./chemical_product_manufacturing_flow_pre_image2.webp);
}
#businessone section.businessflow .manufacturingbusinessflowimages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-margin-before: clamp(10px, 3vw, 42px);
          margin-block-start: clamp(10px, 3vw, 42px);
  -webkit-margin-after: clamp(30px, 4vw, 40px);
          margin-block-end: clamp(30px, 4vw, 40px);
}
@media screen and (max-width: 600px ) {
  #businessone section.businessflow .manufacturingbusinessflowimages {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#businessone section.businessflow .manufacturingbusinessflowimages > .mbfi {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  aspect-ratio: 34/24;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 600px ) {
  #businessone section.businessflow .manufacturingbusinessflowimages > .mbfi {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
#businessone section.businessflow .manufacturingbusinessflowimages > .mbfi.ombfi1 {
  background-image: url(./petroleum_product_manufacturing_flow_image1.webp);
}
#businessone section.businessflow .manufacturingbusinessflowimages > .mbfi.ombfi2 {
  background-image: url(./petroleum_product_manufacturing_flow_image2.webp);
}
#businessone section.businessflow .manufacturingbusinessflowimages > .mbfi.ombfi3 {
  background-image: url(./petroleum_product_manufacturing_flow_image3.webp);
}
#businessone section.businessflow .manufacturingbusinessflowimages > .mbfi.ombfi4 {
  background-image: url(./petroleum_product_manufacturing_flow_image4.webp);
}
#businessone section.businessflow .manufacturingbusinessflowimages > .mbfi.cmbfi1 {
  background-image: url(./chemical_product_manufacturing_flow_image1.webp);
}
#businessone section.businessflow .manufacturingbusinessflowend {
  color: #FFFFFF;
  width: 100%;
  font-size: clamp(12px, 1.8vw, 16px);
  line-height: 2em;
  font-weight: 500;
  text-align: center;
  background-color: #1A4843;
  padding-block: clamp(18px, 2.8vw, 26px);
  padding-inline: clamp(18px, 2.8vw, 26px);
}
@media screen and (max-width: 600px ) {
  #businessone section.businessflow .manufacturingbusinessflowend p {
    display: inline;
  }
}
#businessone section.businessflow .manufacturingbusinessflowend p span {
  white-space: nowrap;
}
#businessone .businessitemexplanation {
  -webkit-margin-after: clamp(80px, 20vw, 180px);
          margin-block-end: clamp(80px, 20vw, 180px);
}
#businessone .businessitemexplanation .businessitembox {
  -webkit-padding-before: clamp(80px, 12vw, 100px);
          padding-block-start: clamp(80px, 12vw, 100px);
}
#businessone .businessitemexplanation .businessitembox h3 {
  font-size: clamp(28px, 3vw + 0.5em, 38px);
  font-weight: 700;
  line-height: 1em;
}
#businessone .businessitemexplanation .businessitembox h3 span {
  white-space: nowrap;
}
#businessone .businessitemexplanation .businessitembox .businessitemlineup {
  margin-block: clamp(30px, 6.2vw, 58px) clamp(30px, 4.6vw, 44px);
}
#businessone .businessitemexplanation .businessitembox .businessitemlineup.baseoil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 5.7vw;
}
@media screen and (max-width: 1028px ) {
  #businessone .businessitemexplanation .businessitembox .businessitemlineup.baseoil {
    gap: 3vw;
  }
}
@media screen and (max-width: 824px ) {
  #businessone .businessitemexplanation .businessitembox .businessitemlineup.baseoil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 36px;
  }
}
#businessone .businessitemexplanation .businessitembox .businessitemlineup.baseoil > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
#businessone .businessitemexplanation .businessitembox .businessitemlineup h4 {
  font-size: clamp(24px, 3vw, 28px);
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
#businessone .businessitemexplanation .businessitembox .businessitemlineup ul {
  font-size: clamp(14px, 2vw, 17px);
  line-height: 2em;
  list-style: "・";
  font-weight: 500;
  -webkit-margin-start: 0.75em;
          margin-inline-start: 0.75em;
}
#businessone .businessitemexplanation .businessitembox .businessitemlineup .purposelistbox {
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: center, center;
  width: 100%;
  padding-block: clamp(38px, 5.6vw, 52px);
  padding-inline: clamp(38px, 8vw, 88px);
  background-color: #1A4843;
}
#businessone .businessitemexplanation .businessitembox .businessitemlineup .purposelistbox > ul {
  color: #FFFFFF;
  list-style: "・";
}
#businessone .businessitemexplanation .businessitembox .businessitemlineup .purposelistbox > ul span {
  white-space: nowrap;
}
#businessone .businessitemexplanation .businessitembox .businessitemlineup .purposelistbox.rawmaterialoil {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 72, 67, 0.83)), to(rgba(26, 72, 67, 0.83))), url(./petroleum_product_manufacturing_rawmaterialoil.webp);
  background-image: linear-gradient(0deg, rgba(26, 72, 67, 0.83), rgba(26, 72, 67, 0.83)), url(./petroleum_product_manufacturing_rawmaterialoil.webp);
}
#businessone .businessitemexplanation .businessitembox .businessitemlineup .purposelistbox.lubricant {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 72, 67, 0.83)), to(rgba(26, 72, 67, 0.83))), url(./petroleum_product_manufacturing_lubricant.webp);
  background-image: linear-gradient(0deg, rgba(26, 72, 67, 0.83), rgba(26, 72, 67, 0.83)), url(./petroleum_product_manufacturing_lubricant.webp);
}
#businessone .businessitemexplanation .businessitembox .businessitemlineup .purposelistbox.bisulfitesoda {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 72, 67, 0.83)), to(rgba(26, 72, 67, 0.83))), url(./petroleum_product_manufacturing_bisulfitesoda.webp);
  background-image: linear-gradient(0deg, rgba(26, 72, 67, 0.83), rgba(26, 72, 67, 0.83)), url(./petroleum_product_manufacturing_bisulfitesoda.webp);
}
#businessone .businessitemexplanation .businessitembox .businessitemtext {
  max-width: 825px;
  margin: auto;
}
#businessone .businessitemexplanation .businessitembox .businessitemtext p {
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 500;
  line-height: 2em;
}
#businessone .businessitemexplanation .businessitembox .businessitemtext.baseoil p:last-child {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

section.normalsection {
  padding-block: clamp(60px, 12vw, 160px) clamp(80px, 16vw, 160px);
}

#newspostsbox {
  -webkit-padding-after: clamp(60px, 10vw, 80px);
          padding-block-end: clamp(60px, 10vw, 80px);
}
#newspostsbox ul {
  border-top: 1px solid #bebebe;
}
#newspostsbox ul li {
  border-bottom: 1px solid #bebebe;
}
#newspostsbox ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  text-decoration: none;
  height: 86px;
  padding-inline: 1em;
}
@media screen and (max-width: 600px ) {
  #newspostsbox ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1em;
    height: auto;
    padding-block: 18px;
  }
}
#newspostsbox ul li a .postdate {
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1em;
  color: #15B2A5;
  font-weight: 500;
  -webkit-font-feature-settings: tnum;
          font-feature-settings: tnum;
}
#newspostsbox ul li a .posttitle {
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: 1em;
  color: #162F3A;
  font-weight: 500;
}
#newspostsbox ul li a:hover {
  background-color: #15B2A5;
}
#newspostsbox ul li a:hover .postdate {
  color: #162F3A;
}
#newspostsbox ul li a:hover .posttitle {
  color: #FFFFFF;
}

article.article {
  -webkit-margin-after: clamp(80px, 10vw, 100px);
          margin-block-end: clamp(80px, 10vw, 100px);
}
article.article .articleheader .postdate {
  color: #15B2A5;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 700;
}
article.article .articleheader .posttitle {
  position: relative;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 500;
  line-height: 1.8em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-padding-after: 0.8em;
          padding-block-end: 0.8em;
  border-bottom: 3px solid #E1E4E6;
  -webkit-margin-after: clamp(30px, 4vw, 40px);
          margin-block-end: clamp(30px, 4vw, 40px);
}
article.article .articleheader .posttitle::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  height: 0;
  width: 7.2em;
  border-bottom: 3px solid #15B2A5;
}
article.article .articlecontent > * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
article.article .articlecontent p {
  font-weight: 500;
  line-height: 2em;
}
article.article .articlecontent img {
  -webkit-margin-before: 3em;
          margin-block-start: 3em;
}

.backtolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px ) {
  .backtolist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#contactform {
  -webkit-padding-before: clamp(40px, 7vw, 100px);
          padding-block-start: clamp(40px, 7vw, 100px);
}
#contactform .contactinfobox {
  padding-block: clamp(30px, 6vw, 90px);
  -webkit-margin-after: clamp(80px, 8.5vw, 90px);
          margin-block-end: clamp(80px, 8.5vw, 90px);
  padding-inline: 5.8vw;
}
#contactform .contactinfobox > p {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6em;
}
@media screen and (max-width: 600px ) {
  #contactform .contactinfobox > p {
    text-align: left;
    font-size: 15px;
  }
}
#contactform .contactinfobox > .telinfobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 38px;
          margin-block-start: 38px;
}
@media screen and (max-width: 824px ) {
  #contactform .contactinfobox > .telinfobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
#contactform .contactinfobox > .telinfobox .contactdesc {
  color: #162F3A;
  font-weight: 500;
}
#contactform .contactinfobox > .telinfobox a.telno {
  color: #15B2A5;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(40px, 5vw, 48px);
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 824px ) {
  #contactform .contactinfobox > .telinfobox a.telno {
    height: auto;
  }
}
#contactform .contactinfobox > .telinfobox a.telno::before {
  content: "\e903";
  font-size: 0.8em;
  font-family: "icons";
  -webkit-margin-end: 0.25em;
          margin-inline-end: 0.25em;
}
#contactform form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-margin-after: 2.125em;
          margin-block-end: 2.125em;
}
@media screen and (max-width: 600px ) {
  #contactform form p {
    -webkit-margin-after: 1.75em;
            margin-block-end: 1.75em;
  }
}
#contactform form p.confirm {
  -webkit-margin-after: 1.125em;
          margin-block-end: 1.125em;
}
#contactform form p.confirm span.input {
  color: #162F3A;
  background-color: #F8F8F8;
}
@media screen and (max-width: 600px ) {
  #contactform form p.confirm {
    -webkit-margin-after: 0.75em;
            margin-block-end: 0.75em;
  }
}
#contactform form p span.input {
  display: block;
}
#contactform form p > label {
  display: block;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 600px ) {
  #contactform form p > label {
    height: 21px;
    font-size: 15px;
    -webkit-margin-after: 0.75em;
            margin-block-end: 0.75em;
  }
}
#contactform form p > label:not(.confirm)::after {
  display: inline-block;
  content: "任意";
  height: 100%;
  color: #BEBEBE;
  font-size: 14px;
  line-height: 1em;
  padding: 7px 1em 8px;
  border: 1px solid #BEBEBE;
  border-radius: 16px;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
@media screen and (max-width: 600px ) {
  #contactform form p > label:not(.confirm)::after {
    font-size: 12px;
    padding: 3px 1em 4px;
  }
}
#contactform form p > label.req::after {
  content: "必須";
}
#contactform form p > label.req[data-color=gr]::after {
  color: #15B2A5;
  border-color: #15B2A5;
}
#contactform form p > label.req[data-color=or]::after {
  color: #FF8016;
  border-color: #FF8016;
}
#contactform form p > span {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-weight: 500;
}
#contactform form p.w span:not(.wpcf7-form-control-wrap):not(.input) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
#contactform form p.w span:not(.wpcf7-form-control-wrap):not(.input) > .wpcf7-form-control-wrap {
  width: 100%;
}
#contactform form p.w span span.wpcf7-form-control-wrap:not([data-name=pref01]) {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
#contactform form p.r span:not(.wpcf7-form-control-wrap):not(.input) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 1em);
          flex: 0 0 calc(50% - 1em);
  white-space: nowrap;
}
@media screen and (max-width: 600px ) {
  #contactform form p.r span:not(.wpcf7-form-control-wrap):not(.input) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
#contactform form p input[type=text],
#contactform form p input[type=email],
#contactform form p textarea,
#contactform form p span.input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em 1.5em;
  background-color: #F5F6F7;
  border: 1px solid #BEBEBE;
  margin-block: 1em;
}
#contactform form p input[type=text].wpcf7-not-valid,
#contactform form p input[type=email].wpcf7-not-valid,
#contactform form p textarea.wpcf7-not-valid,
#contactform form p span.input.wpcf7-not-valid {
  border-color: #15B2A5;
  background-color: rgba(21, 178, 165, 0.15);
}
@media screen and (max-width: 600px ) {
  #contactform form p input[type=text],
  #contactform form p input[type=email],
  #contactform form p textarea,
  #contactform form p span.input {
    margin-block: 0.25em;
  }
}
#contactform form p input[type=text]::-webkit-input-placeholder, #contactform form p input[type=email]::-webkit-input-placeholder, #contactform form p textarea::-webkit-input-placeholder, #contactform form p span.input::-webkit-input-placeholder {
  color: #BEBEBE;
}
#contactform form p input[type=text]::-moz-placeholder, #contactform form p input[type=email]::-moz-placeholder, #contactform form p textarea::-moz-placeholder, #contactform form p span.input::-moz-placeholder {
  color: #BEBEBE;
}
#contactform form p input[type=text]:-ms-input-placeholder, #contactform form p input[type=email]:-ms-input-placeholder, #contactform form p textarea:-ms-input-placeholder, #contactform form p span.input:-ms-input-placeholder {
  color: #BEBEBE;
}
#contactform form p input[type=text]::-ms-input-placeholder, #contactform form p input[type=email]::-ms-input-placeholder, #contactform form p textarea::-ms-input-placeholder, #contactform form p span.input::-ms-input-placeholder {
  color: #BEBEBE;
}
#contactform form p input[type=text]::placeholder,
#contactform form p input[type=email]::placeholder,
#contactform form p textarea::placeholder,
#contactform form p span.input::placeholder {
  color: #BEBEBE;
}
#contactform form p span.input {
  color: #ACB3B8;
  background-color: #F5F6F7;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 0.2em;
}
#contactform form p input[type=text],
#contactform form p input[type=email] {
  height: 60px;
}
@media screen and (max-width: 600px ) {
  #contactform form p input[type=text],
  #contactform form p input[type=email] {
    height: 40px;
  }
}
#contactform form p span.input {
  padding: 1em;
  min-height: 56px;
}
#contactform form p.rb span.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contactform form p.rb span.wpcf7-radio > span > label {
  display: block;
  margin-block: 1.5em 0.5em;
  -webkit-margin-end: 2em;
          margin-inline-end: 2em;
}
#contactform form p.rb span.wpcf7-radio > span > label:hover {
  color: #15B2A5;
}
#contactform form p.rb span.wpcf7-radio > span > label:hover input[type=radio]:hover::before {
  border: 2px solid #15B2A5;
}
#contactform form p.rb span.wpcf7-radio > span > label:hover {
  color: #15B2A5;
}
#contactform form p.rb span.wpcf7-radio > span > label:hover input[type=radio]:hover::before {
  border: 2px solid #15B2A5;
}
#contactform form p.rb span.wpcf7-radio > span > label[data-color=or]:hover {
  color: #FF8016;
}
#contactform form p.rb span.wpcf7-radio > span > label[data-color=or]:hover input[type=radio]:hover::before {
  border: 2px solid #FF8016;
}
#contactform form p.rb span.wpcf7-radio > span > label[data-color=or]:hover {
  color: #FF8016;
}
#contactform form p.rb span.wpcf7-radio > span > label[data-color=or]:hover input[type=radio]:hover::before {
  border: 2px solid #FF8016;
}
#contactform form p.rb span.wpcf7-radio > span > label input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  -webkit-margin-end: 0.75em;
          margin-inline-end: 0.75em;
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
  cursor: pointer;
}
#contactform form p.rb span.wpcf7-radio > span > label input[type=radio]::before {
  position: absolute;
  content: "";
  background-color: #fff;
  border-radius: 0%;
  border: 2px solid #000;
  width: 23px;
  height: 23px;
  bottom: -1px;
  left: 0;
  border-radius: 4px;
}
#contactform form p.rb span.wpcf7-radio > span > label input[type=radio]::after {
  position: absolute;
  content: "";
  border-bottom: 3px solid #15B2A5;
  border-left: 3px solid #15B2A5;
  height: 10px;
  width: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1px;
  left: 6px;
  opacity: 0;
}
#contactform form p.rb span.wpcf7-radio > span > label input[type=radio][data-color=or]::after {
  border-bottom: 3px solid #FF8016;
  border-left: 3px solid #FF8016;
}
#contactform form p.rb span.wpcf7-radio > span > label input[type=radio]:checked::after {
  opacity: 1;
}
#contactform form p.pp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#contactform form p.pp > label {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
#contactform form p.pp > label a {
  color: #15B2A5;
  line-height: 0.5em;
}
#contactform form p.pp > label::after {
  -webkit-transform: translate(0, -1px);
          transform: translate(0, -1px);
}
#contactform form p.pp > label[data-color=or] a {
  color: #FF8016;
}
@media screen and (max-width: 480px ) {
  #contactform form p.pp > label > span > span > span {
    margin: 0;
  }
  #contactform form p.pp > label > span > span > span > input[type=checkbox] {
    -webkit-margin-end: 0.5em;
            margin-inline-end: 0.5em;
  }
}
#contactform form p.pp > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#contactform form p.pp input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  -webkit-margin-end: 0.75em;
          margin-inline-end: 0.75em;
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
}
#contactform form p.pp input[type=checkbox]::before {
  position: absolute;
  content: "";
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #BEBEBE;
  width: 20px;
  height: 20px;
  bottom: 0%;
  left: 0;
}
#contactform form p.pp input[type=checkbox]::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #15B2A5;
  border-left: 2px solid #15B2A5;
  opacity: 0;
  height: 10px;
  width: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1px;
  left: 5px;
}
#contactform form p.pp input[type=checkbox]:checked::before {
  border: 1px solid #15B2A5;
}
#contactform form p.pp input[type=checkbox]:checked::after {
  opacity: 1;
}
#contactform form p.pp.r input[type=checkbox]::after {
  border-bottom: 2px solid #FF8016;
  border-left: 2px solid #FF8016;
}
#contactform form p.pp.r input[type=checkbox]:checked::before {
  border: 1px solid #FF8016;
}
#contactform form p.c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px ) {
  #contactform form p.c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#contactform form p.c > span {
  position: relative;
  display: block;
  color: #FFFFFF;
  background-color: #15B2A5;
  height: 76px;
  width: 360px;
  text-decoration: none;
}
@media screen and (max-width: 824px ) {
  #contactform form p.c > span {
    height: 56px;
    width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#contactform form p.c > span input[type=submit].btn {
  position: relative;
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  height: 75px;
  width: 100%;
  padding: 0 1.6em;
  font-weight: 700;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  text-align: center;
}
@media screen and (max-width: 824px ) {
  #contactform form p.c > span input[type=submit].btn {
    height: 56px;
  }
}
@media screen and (max-width: 600px ) {
  #contactform form p.c > span input[type=submit].btn {
    width: 244px;
    padding: 0 1.4em;
  }
}
#contactform form p.c > span:hover {
  background-color: #162F3A;
}
#contactform form p.c > span::after {
  position: absolute;
  display: inline-block;
  font-family: "icons";
  content: "\e901";
  color: #FFFFFF;
  font-size: 12px;
  line-height: 0em;
  top: 50%;
  left: 15em;
  z-index: 5;
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
}
#contactform form p.c > span:hover::after {
  left: 17em;
  -webkit-transition: left 0.1s ease;
  transition: left 0.1s ease;
}
#contactform form p.c.confirm {
  -webkit-margin-before: 5em;
          margin-block-start: 5em;
}
#contactform .confirmunibtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: 5em;
          margin-block-start: 5em;
}
@media screen and (max-width: 824px ) {
  #contactform .confirmunibtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#contactform .wpcf7-not-valid-tip {
  display: none;
}
#contactform .wpcf7-response-output {
  display: none;
}
#contactform .wpcf7-spinner {
  display: none;
}

.contactinfobox {
  background-color: rgba(21, 178, 165, 0.12);
  -webkit-margin-before: active;
          margin-block-start: active;
}

#privacypolicywrapper h3 {
  color: #15B2A5;
  font-size: clamp(18px, 3.2vw, 24px);
  -webkit-margin-before: clamp(30px, 6.4vw, 60px);
          margin-block-start: clamp(30px, 6.4vw, 60px);
  -webkit-margin-after: clamp(10px, 2vw, 24px);
          margin-block-end: clamp(10px, 2vw, 24px);
}
#privacypolicywrapper p {
  line-height: clamp(1.8em, 3.6vw, 2em);
  font-size: clamp(14px, 2.4vw, 16px);
  text-align: justify;
}
#privacypolicywrapper p.bold {
  font-weight: 500;
}
#privacypolicywrapper ul {
  list-style: none;
  line-height: clamp(1.8em, 3.6vw, 2em);
  font-size: clamp(14px, 2.4vw, 16px);
  -webkit-margin-before: 1.75em;
          margin-block-start: 1.75em;
  -webkit-margin-start: 1em;
          margin-inline-start: 1em;
}
#privacypolicywrapper ul li::before {
  content: "●";
  color: #15B2A5;
  font-size: 0.75em;
  text-align: justify;
  vertical-align: 0.1em;
  -webkit-padding-end: 0.2em;
          padding-inline-end: 0.2em;
  -webkit-margin-start: -1.25em;
          margin-inline-start: -1.25em;
}
#privacypolicywrapper .mdgc {
  -webkit-margin-before: 1.2em;
          margin-block-start: 1.2em;
}

h2.r_title span.en {
  display: block;
  font-size: clamp(40px, 8vw, 84px);
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  color: #000;
  -webkit-margin-after: 0.2em;
          margin-block-end: 0.2em;
}
h2.r_title span.ja {
  display: block;
  font-size: clamp(18px, 2.5vw, 27px);
  line-height: 1em;
  color: #CC0033;
}
h2.r_title.c {
  text-align: center;
}
h2.r_title + p.titleline {
  font-size: clamp(25px, 3vw, 33px);
  font-weight: 700;
  margin-block: 1em;
}
h2.r_title + p.titleline.red {
  color: #CC0033;
}

a.rbtn.more {
  display: block;
  color: #000;
  font-size: clamp(15px, 1.6vw, 16px);
  line-height: 1em;
  text-decoration: none;
  font-weight: 700;
  background-color: #FF8016;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.5em;
  padding: 12px;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
  border-radius: 29px;
}
a.rbtn.more::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "・";
  height: 32px;
  width: 32px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
a.rbtn.more:hover {
  color: #FFFFFF;
  background-color: #CC0033;
}
a.rbtn.more:hover::after {
  content: "\e909";
  color: #CC0033;
  font-family: "icons";
  font-weight: 500;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.humancard {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  aspect-ratio: 300/434;
  border-radius: 12px;
  text-decoration: none;
}
@media screen and (max-width: 824px ) {
  .humancard {
    width: 100%;
    max-width: 400px;
  }
}
.humancard .humancard_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
  opacity: 1;
  -webkit-transition: opacity ease 0.8s;
  transition: opacity ease 0.8s;
}
.humancard:hover .cover {
  opacity: 0;
  -webkit-transition: opacity ease 0.1s;
  transition: opacity ease 0.1s;
}
.humancard .humancardtext {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -16px;
  left: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.humancard .humancardtext .humantitle {
  color: #FFFFFF;
  background-color: #FF8016;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  padding: 0.55em 0.8em 0.65em;
}
.humancard .humancardtext .humanjoin {
  color: #000;
  font-size: clamp(13px, 1.4vw, 14px);
  font-weight: 500;
  line-height: 1em;
  padding: 0.5em 1em;
  margin-block: 5px;
  background-color: #FFFFFF;
}
.humancard .humancardtext .humanname {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  padding: 0.5em 1em;
  background-color: #FFFFFF;
}
.humancard .humancardtext .humanname::after {
  content: "さん";
  font-size: 14px;
  -webkit-padding-start: 0.125em;
          padding-inline-start: 0.125em;
}

#recruithero {
  position: relative;
  width: 100%;
  height: 766px;
}
@media screen and (max-width: 824px ) {
  #recruithero {
    height: 698px;
  }
}
@media screen and (max-width: 480px ) {
  #recruithero {
    height: 630px;
  }
}
#recruithero #recruitslidewrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#recruithero #recruitslidewrapper #recruitsliders {
  height: auto;
  aspect-ratio: 1920/828;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 2400px;
  gap: 32px;
}
@media screen and (max-width: 1028px ) {
  #recruithero #recruitslidewrapper #recruitsliders {
    width: 2200px;
    gap: 30px;
  }
}
@media screen and (max-width: 824px ) {
  #recruithero #recruitslidewrapper #recruitsliders {
    width: 1800px;
    gap: 22px;
  }
}
@media screen and (max-width: 480px ) {
  #recruithero #recruitslidewrapper #recruitsliders {
    width: 1440px;
    gap: 18px;
  }
}
#recruithero #recruitslidewrapper #recruitsliders .rhs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.5%;
          flex: 0 0 31.5%;
  -ms-flex: 0 1 30%;
      flex: 0 1 30%;
  gap: 3vw;
}
#recruithero #recruitslidewrapper #recruitsliders .rhs .rhspg {
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/260;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  background-position: center center;
}
#recruithero #recruitslidewrapper #recruitsliders .rhs .rhsp {
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/260;
  -webkit-margin-end: 0.81%;
          margin-inline-end: 0.81%;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  background-position: center center;
}
#recruithero #recruitslidewrapper #recruitsliders .rhs .rh_a {
  background-image: url(./rh_a.webp);
}
#recruithero #recruitslidewrapper #recruitsliders .rhs .rh_b {
  background-image: url(./rh_b.webp);
}
#recruithero #recruitslidewrapper #recruitsliders .rhs .rh_c {
  background-image: url(./rh_c.webp);
}
#recruithero #recruitorangewrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#recruithero #recruitorangewrapper .rh_circle {
  position: absolute;
  aspect-ratio: 1;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
}
#recruithero #recruitorangewrapper .rh_o1 {
  background-image: url(./rh_o1.webp);
  height: 100%;
  width: auto;
  top: -10%;
  right: 70%;
}
#recruithero #recruitorangewrapper .rh_o2 {
  background-image: url(./rh_o2.webp);
  height: 100%;
  width: auto;
  top: -5%;
  right: 0%;
}
#recruithero #recruitorangewrapper .rh_o3 {
  background-image: url(./rh_o3.webp);
  height: 60%;
  width: auto;
  bottom: -5%;
  left: 80%;
}
#recruithero #recruitorangewrapper .rh_w1 {
  background-image: url(./rh_w1.webp);
  height: 80%;
  width: auto;
  top: -50%;
  left: -5%;
}
#recruithero #recruittxwrapper {
  position: absolute;
  height: calc(100% - 90px);
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#recruithero #recruittxwrapper h2 {
  font-family: "Syne", sans-serif;
  font-size: clamp(60px, 12vw, 106px);
  width: 100%;
  text-align: center;
  color: #FF8016;
  text-shadow: 0 0 0.6em #fff, 0 0 0.6em #fff;
}

#r_message {
  position: relative;
  background-color: #FF8016;
  padding-block: clamp(120px, 13vw, 130px) clamp(90px, 12vw, 120px);
  color: #FFFFFF;
}
#r_message .cntnm {
  position: relative;
  z-index: 2;
}
#r_message .messagebox {
  width: 100%;
  max-width: 830px;
  margin-inline: auto;
}
#r_message .messagebox h2 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(32px, 5vw, 53px);
}
@media screen and (max-width: 824px ) {
  #r_message .messagebox h2 {
    text-align: center;
  }
}
#r_message .messagebox p.tagline {
  font-size: clamp(20px, 4vw, 36px);
  font-weight: 700;
  -webkit-margin-before: 0.8em;
          margin-block-start: 0.8em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
@media screen and (max-width: 824px ) {
  #r_message .messagebox p.tagline {
    text-align: center;
  }
}
#r_message .messagebox p.tagline span {
  display: block;
}
#r_message .messagebox p:not(.tagline) {
  font-size: clamp(16px, 2vw, 17px);
  font-weight: 500;
  line-height: 2em;
}
#r_message #r_messagewrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#r_message #r_messagewrapper .rm_o1 {
  position: absolute;
  height: 110%;
  min-height: 510px;
  width: auto;
  aspect-ratio: 1;
  top: -25%;
  left: -20vw;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./rm_o1.webp);
  mix-blend-mode: multiply;
}
#r_message #r_messagewrapper .rm_o2 {
  position: absolute;
  height: clamp(512px, 80vw, 870px);
  width: auto;
  aspect-ratio: 1;
  bottom: 20%;
  right: -30vw;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./rm_o2.webp);
}
#r_message #r_messagewrapper .rm_sc {
  position: absolute;
  width: clamp(136px, 38vw, 412px);
  height: auto;
  aspect-ratio: 412/264;
  top: 18vw;
  right: 12vw;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./rm_sc.png);
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}
@media screen and (max-width: 824px ) {
  #r_message #r_messagewrapper .rm_sc {
    top: 10vw;
    right: 8vw;
  }
}
#r_message #r_messageslidewrapper {
  position: relative;
  width: 100%;
  height: clamp(220px, 45vw, 417px);
  height: auto;
  overflow: hidden;
  -webkit-margin-before: clamp(40px, 8vw, 88px);
          margin-block-start: clamp(40px, 8vw, 88px);
}
#r_message #r_messageslidewrapper #r_messageslider {
  height: auto;
  width: clamp(1166.14px, 200vw, 2183px);
}
#r_message #r_messageslidewrapper #r_messageslider .rmspg {
  height: clamp(220px, 48vw, 417px);
  height: auto;
  aspect-ratio: 2183/417;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(./rm_slider.webp);
  -webkit-margin-end: 0.1%;
          margin-inline-end: 0.1%;
}
#r_message #r_messageslidewrapper #r_joinus h2 {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(62px, 12vw, 113px);
  line-height: 0.8em;
  bottom: 0em;
  left: clamp(24px, 4vw, 4vw);
}

#r_work {
  background-color: #FFFFFF;
  -webkit-margin-before: 176px;
          margin-block-start: 176px;
  -webkit-margin-after: 120px;
          margin-block-end: 120px;
}
@media screen and (max-width: 824px ) {
  #r_work {
    -webkit-margin-before: 125px;
            margin-block-start: 125px;
    -webkit-margin-after: 74px;
            margin-block-end: 74px;
  }
}
@media screen and (max-width: 480px ) {
  #r_work {
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
    -webkit-margin-after: 54px;
            margin-block-end: 54px;
  }
}
#r_work .r_workcontentwrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 600px ) {
  #r_work .r_workcontentwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 60px;
  }
}
#r_work .r_workcontentwrapper .r_workcontenttext {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#r_work .r_workcontentwrapper .r_workcontenttext p:not(.titleline) {
  font-size: clamp(15px, 2vw, 17px);
  font-weight: 500;
  line-height: 2em;
}
#r_work .r_workcontentwrapper .r_workcontenttext .rbtn {
  -webkit-margin-before: 3.5em;
          margin-block-start: 3.5em;
}
#r_work .r_workcontentwrapper .r_workcontentimagebox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  aspect-ratio: 5/6.75;
}
@media screen and (max-width: 1028px ) {
  #r_work .r_workcontentwrapper .r_workcontentimagebox {
    width: 100%;
    aspect-ratio: 5/9;
  }
}
@media screen and (max-width: 600px ) {
  #r_work .r_workcontentwrapper .r_workcontentimagebox {
    width: 100%;
    aspect-ratio: 5/7.2;
  }
}
#r_work .r_workcontentwrapper .r_workcontentimagebox .r_mi {
  position: absolute;
  aspect-ratio: 463/500;
}
#r_work .r_workcontentwrapper .r_workcontentimagebox .r_mi.r_mi1 {
  position: absolute;
  background-color: #CC0033;
  width: 80%;
  top: 0;
  right: -10%;
  border-radius: 16px;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
}
@media screen and (max-width: 1028px ) {
  #r_work .r_workcontentwrapper .r_workcontentimagebox .r_mi.r_mi1 {
    width: 90%;
    top: 10%;
    right: 0%;
  }
}
@media screen and (max-width: 600px ) {
  #r_work .r_workcontentwrapper .r_workcontentimagebox .r_mi.r_mi1 {
    top: 0;
    right: 5%;
  }
}
#r_work .r_workcontentwrapper .r_workcontentimagebox .r_mi.r_mi1::after {
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-image: url(./r_mi1.webp);
  border-radius: 16px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 0;
}
#r_work .r_workcontentwrapper .r_workcontentimagebox .r_mi.r_mi2 {
  position: absolute;
  background-color: #FF8016;
  width: 50%;
  bottom: 0%;
  left: 10%;
  border-radius: 16px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: 1;
}
@media screen and (max-width: 1028px ) {
  #r_work .r_workcontentwrapper .r_workcontentimagebox .r_mi.r_mi2 {
    width: 50%;
    left: 20%;
    bottom: 0%;
  }
}
@media screen and (max-width: 600px ) {
  #r_work .r_workcontentwrapper .r_workcontentimagebox .r_mi.r_mi2 {
    width: 50%;
    left: 20%;
    bottom: 0%;
  }
}
#r_work .r_workcontentwrapper .r_workcontentimagebox .r_mi.r_mi2::after {
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-image: url(./r_mi2.webp);
  border-radius: 16px;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 0;
}
#r_work #r_workslidebox {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 320px;
}
@media screen and (max-width: 824px ) {
  #r_work #r_workslidebox {
    height: 260px;
  }
}
@media screen and (max-width: 480px ) {
  #r_work #r_workslidebox {
    height: 200px;
  }
}
#r_work #r_workslidebox #r_workslidet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 320px;
}
@media screen and (max-width: 824px ) {
  #r_work #r_workslidebox #r_workslidet {
    height: 260px;
  }
}
@media screen and (max-width: 480px ) {
  #r_work #r_workslidebox #r_workslidet {
    height: 200px;
  }
}
#r_work #r_workslidebox #r_workslidet .rws_tbox {
  display: block;
  width: 2105.8515283843px;
  height: 320px;
}
@media screen and (max-width: 824px ) {
  #r_work #r_workslidebox #r_workslidet .rws_tbox {
    width: 1711.0043668122px;
    height: 260px;
  }
}
@media screen and (max-width: 480px ) {
  #r_work #r_workslidebox #r_workslidet .rws_tbox {
    width: 1316.1572052402px;
    height: 200px;
  }
}
#r_work #r_workslidebox #r_workslidet .rws_tbox .rws_t {
  aspect-ratio: 3014/458;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(./rws_t.png);
  height: 320px;
}
@media screen and (max-width: 824px ) {
  #r_work #r_workslidebox #r_workslidet .rws_tbox .rws_t {
    height: 260px;
  }
}
@media screen and (max-width: 480px ) {
  #r_work #r_workslidebox #r_workslidet .rws_tbox .rws_t {
    height: 200px;
  }
}
#r_work #r_workslidebox #r_workslideh {
  position: relative;
  width: 100vw;
  height: 320px;
}
@media screen and (max-width: 824px ) {
  #r_work #r_workslidebox #r_workslideh {
    height: 260px;
  }
}
@media screen and (max-width: 480px ) {
  #r_work #r_workslidebox #r_workslideh {
    height: 200px;
  }
}
#r_work #r_workslidebox #r_workslideh .rws_hbox {
  width: 2105.8515283843px;
  height: 320px;
}
@media screen and (max-width: 824px ) {
  #r_work #r_workslidebox #r_workslideh .rws_hbox {
    width: 1711.0043668122px;
    height: 260px;
  }
}
@media screen and (max-width: 480px ) {
  #r_work #r_workslidebox #r_workslideh .rws_hbox {
    width: 1316.1572052402px;
    height: 200px;
  }
}
#r_work #r_workslidebox #r_workslideh .rws_hbox .rws_h {
  display: block;
  aspect-ratio: 3014/458;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(./rws_h.png);
  height: 320px;
}
@media screen and (max-width: 824px ) {
  #r_work #r_workslidebox #r_workslideh .rws_hbox .rws_h {
    height: 260px;
  }
}
@media screen and (max-width: 480px ) {
  #r_work #r_workslidebox #r_workslideh .rws_hbox .rws_h {
    height: 200px;
  }
}

section#r_benefits {
  -webkit-padding-before: clamp(50px, 15vw, 150px);
          padding-block-start: clamp(50px, 15vw, 150px);
  -webkit-padding-after: clamp(80px, 16vw, 150px);
          padding-block-end: clamp(80px, 16vw, 150px);
  background-color: #F8F8F8;
}
section#r_benefits div.tt {
  font-weight: 500;
  text-align: center;
  -webkit-margin-before: clamp(14px, 5vw, 45px);
          margin-block-start: clamp(14px, 5vw, 45px);
}
section#r_benefits div.tt p {
  font-size: clamp(15px, 17vw, 17px);
  line-height: 2em;
}
section#r_benefits div.tt p span {
  white-space: nowrap;
}
section#r_benefits #benefitsboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-margin-before: clamp(32px, 4.6vw, 46px);
          margin-block-start: clamp(32px, 4.6vw, 46px);
}
@media screen and (max-width: 600px ) {
  section#r_benefits #benefitsboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
section#r_benefits #benefitsboxes .benefitcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 16px);
          flex: 0 1 calc(50% - 16px);
  gap: 20px;
}
section#r_benefits #benefitsboxes .benefitcard .benefitimage {
  width: 100%;
  aspect-ratio: 479/286;
  background-color: antiquewhite;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
}
section#r_benefits #benefitsboxes .benefitcard .benefitimage.r_bfci1 {
  background-image: url(./r_bfci1.webp);
}
section#r_benefits #benefitsboxes .benefitcard .benefitimage.r_bfci2 {
  background-image: url(./r_bfci2.webp);
}
section#r_benefits #benefitsboxes .benefitcard .benefitimage.r_bfci3 {
  background-image: url(./r_bfci3.webp);
}
section#r_benefits #benefitsboxes .benefitcard .benefitimage.r_bfci4 {
  background-image: url(./r_bfci4.webp);
}
section#r_benefits #benefitsboxes .benefitcard .benefittitle {
  font-weight: 700;
  color: #CC0033;
  font-size: clamp(25px, 27vw, 27px);
  line-height: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}
section#r_benefits #benefitsboxes .benefitcard .benefittext {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75em;
  -webkit-margin-before: -0.35em;
          margin-block-start: -0.35em;
  text-align: justify;
}

#r_interview {
  -webkit-padding-before: clamp(50px, 15vw, 150px);
          padding-block-start: clamp(50px, 15vw, 150px);
}
#r_interview .ttwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 600px ) {
  #r_interview .ttwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 34px;
  }
}
#r_interview .ttwrapper p.tt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  font-size: clamp(15px, 1.7vw, 17px);
  font-weight: 500;
  line-height: 1.8em;
  -webkit-margin-before: 1.6em;
          margin-block-start: 1.6em;
}
#r_interview .ttwrapper div.tb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px ) {
  #r_interview .ttwrapper div.tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#r_interview .humancardwrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2%;
  -webkit-padding-before: 48px;
          padding-block-start: 48px;
  -webkit-padding-after: 105px;
          padding-block-end: 105px;
}
@media screen and (max-width: 824px ) {
  #r_interview .humancardwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
    -webkit-padding-after: 80px;
            padding-block-end: 80px;
    gap: 55px;
  }
}
#r_interview .shortmovie {
  position: relative;
  width: 100%;
  -webkit-padding-after: clamp(76px, 10vw, 118px);
          padding-block-end: clamp(76px, 10vw, 118px);
  -webkit-margin-after: clamp(80px, 16vw, 160px);
          margin-block-end: clamp(80px, 16vw, 160px);
}
#r_interview .shortmovie .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: clamp(190px, 50vw, 560px);
  width: clamp(336px, 70vw, 1280px);
  background-color: #FF8016;
}
#r_interview .shortmovie #videobox {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #r_interview .shortmovie #videobox --or;
}
#r_interview .shortmovie #videobox .ifwrapper {
  height: 100%;
  width: 100%;
  border-radius: 2vw;
  overflow: hidden;
}
#r_interview .shortmovie #videobox .ifwrapper iframe {
  height: 100%;
  width: 100%;
}
#r_interview .shortmovie #videobox #ytthumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./r_ytthumb.webp);
  border-radius: 2vw;
  cursor: pointer;
}
#r_interview .shortmovie #videobox #ytthumb #ytplaybuttom {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./yt_pleybutton.svg);
  background-color: #CC0033;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 824px ) {
  #r_interview .shortmovie #videobox #ytthumb #ytplaybuttom {
    height: 52px;
    width: 52px;
  }
}
@media screen and (max-width: 480px ) {
  #r_interview .shortmovie #videobox #ytthumb #ytplaybuttom {
    height: 24px;
    width: 24px;
  }
}
#r_interview .shortmovie #videobox #ytthumb:hover #ytplaybuttom {
  background-color: #FF8016;
}
#r_interview .shortmovie #videobox .sm_badge {
  position: absolute;
  bottom: -7%;
  right: 0;
  height: 20%;
  width: auto;
  aspect-ratio: 204/72;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./r_sm_badge.svg);
}
@media screen and (max-width: 824px ) {
  #r_interview .shortmovie #videobox .sm_badge {
    height: 35%;
  }
}

#r_recruitimage {
  width: 100%;
  aspect-ratio: 1366/676;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  max-height: 730px;
  background-image: url(./r_recruitimage.webp);
}
@media screen and (max-width: 824px ) {
  #r_recruitimage {
    aspect-ratio: 870/452;
  }
}
@media screen and (max-width: 480px ) {
  #r_recruitimage {
    aspect-ratio: 375/228;
  }
}

#r_recruitlink {
  width: clamp(330px, 86vw, 1146px);
  margin-inline: auto;
  background-color: #FFFFFF;
}
#r_recruitlink .r_recruitlinkbox {
  width: 100%;
  -webkit-padding-before: clamp(50px, 7vw, 73px);
          padding-block-start: clamp(50px, 7vw, 73px);
  -webkit-padding-after: clamp(60px, 12vw, 120px);
          padding-block-end: clamp(60px, 12vw, 120px);
  -webkit-margin-before: clamp(-355px, -24vw, -100px);
          margin-block-start: clamp(-355px, -24vw, -100px);
  margin-inline: auto;
}
@media screen and (max-width: 824px ) {
  #r_recruitlink .r_recruitlinkbox {
    -webkit-margin-before: -18vw;
            margin-block-start: -18vw;
    width: clamp(260px, 77vw, 938px);
  }
}
@media screen and (max-width: 480px ) {
  #r_recruitlink .r_recruitlinkbox {
    -webkit-margin-before: clamp(-160px, -6vw, -62px);
            margin-block-start: clamp(-160px, -6vw, -62px);
  }
}
#r_recruitlink .r_recruitbottonbox {
  width: clamp(260px, 77vw, 938px);
  -webkit-margin-before: clamp(32px, 5vw, 70px);
          margin-block-start: clamp(32px, 5vw, 70px);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.8%;
}
@media screen and (max-width: 600px ) {
  #r_recruitlink .r_recruitbottonbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
  }
}
#r_recruitlink .r_recruitbottonbox a.r_linkbox {
  text-decoration: none;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.1%;
          flex: 0 0 48.1%;
  aspect-ratio: 450/280;
  background-color: #FF8016;
  border-radius: clamp(15px, 3vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 600px ) {
  #r_recruitlink .r_recruitbottonbox a.r_linkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    aspect-ratio: 260/110;
    padding-inline: 14%;
  }
}
#r_recruitlink .r_recruitbottonbox a.r_linkbox.rd:hover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(./r_linkbox_rd.webp);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(./r_linkbox_rd.webp);
}
#r_recruitlink .r_recruitbottonbox a.r_linkbox.er:hover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(./r_linkbox_er.webp);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(./r_linkbox_er.webp);
}
#r_recruitlink .r_recruitbottonbox a.r_linkbox .rlb_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#r_recruitlink .r_recruitbottonbox a.r_linkbox .rlb_txt .ja {
  font-size: clamp(20px, 3.4vw, 36px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 600px ) {
  #r_recruitlink .r_recruitbottonbox a.r_linkbox .rlb_txt .ja {
    font-size: clamp(20px, 5.5vw, 36px);
  }
}
#r_recruitlink .r_recruitbottonbox a.r_linkbox .rlb_txt .en {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13px, 2vw, 24px);
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  -webkit-margin-before: 0.4em;
          margin-block-start: 0.4em;
}
@media screen and (max-width: 600px ) {
  #r_recruitlink .r_recruitbottonbox a.r_linkbox .rlb_txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64%;
            flex: 0 0 64%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
#r_recruitlink .r_recruitbottonbox a.r_linkbox .rlb_arrow p.arrow {
  font-family: "icons";
  font-size: clamp(16px, 2.6vw, 26px);
  height: clamp(32px, 5.5vw, 64px);
  width: clamp(32px, 5.5vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 824px ) {
  #r_recruitlink .r_recruitbottonbox a.r_linkbox .rlb_arrow p.arrow {
    height: clamp(32px, 6vw, 64px);
    width: clamp(32px, 6vw, 64px);
  }
}
@media screen and (max-width: 600px ) {
  #r_recruitlink .r_recruitbottonbox a.r_linkbox .rlb_arrow p.arrow {
    height: clamp(32px, 9vw, 64px);
    width: clamp(32px, 9vw, 64px);
    font-size: clamp(16px, 4vw, 26px);
  }
}
@media screen and (max-width: 600px ) {
  #r_recruitlink .r_recruitbottonbox a.r_linkbox .rlb_arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

h2.r_interview_title {
  font-size: clamp(25px, 3vw, 33px);
}
h2.r_interview_title span {
  color: #CC0033;
  white-space: nowrap;
}

#r_interview .ttwrapper.r_interview p.tt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#otherelder {
  width: auto;
  background-color: #F8F8F8;
  -webkit-padding-before: clamp(62px, 10vw, 148px);
          padding-block-start: clamp(62px, 10vw, 148px);
  -webkit-padding-after: clamp(84px, 13vw, 184px);
          padding-block-end: clamp(84px, 13vw, 184px);
}
#otherelder .othereldertitlecontainer {
  width: 100%;
  max-width: calc(1000px + 11.6vw);
  padding-inline: 5.8vw;
  margin-inline: auto;
}
@media screen and (max-width: 824px ) {
  #otherelder .othereldertitlecontainer {
    max-width: 100%;
    padding-inline: 0;
  }
}
#otherelder .othereldertitlecontainer h2 {
  line-height: calc(1.6em + 2rem);
}
@media screen and (max-width: 824px ) {
  #otherelder .othereldertitlecontainer h2 {
    line-height: calc(1.2em + 1rem);
  }
}
#otherelder .othereldertitlecontainer h2 p.en {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(6px, 12.4vw, 130px);
  -webkit-margin-start: -5.8vw;
          margin-inline-start: -5.8vw;
}
@media screen and (max-width: 824px ) {
  #otherelder .othereldertitlecontainer h2 p.en {
    font-size: clamp(6px, 13.8vw, 130px);
    -webkit-margin-start: 0vw;
            margin-inline-start: 0vw;
  }
}
#otherelder .othereldertitlecontainer h2 p.ja {
  color: #CC0033;
  font-weight: 700;
  font-size: clamp(17px, 2.2vw, 27px);
  line-height: 1em;
}
@media screen and (max-width: 824px ) {
  #otherelder .othereldertitlecontainer h2 p.ja {
    -webkit-padding-start: 4vw;
            padding-inline-start: 4vw;
  }
}

.recruitpostcontent {
  width: 100%;
  max-width: calc(1092px + 9.2vw);
  padding-inline: clamp(22px, 4.6vw, 1000px);
  margin-inline: auto;
}
.recruitpostcontent.rpc1 {
  padding-block: clamp(50px, 12vw, 160px) clamp(50px, 10.5vw, 140px);
}
.recruitpostcontent.rpc2 {
  padding-block: clamp(50px, 7.5vw, 100px) clamp(100px, 12vw, 160px);
}
.recruitpostcontent .interviewcontentbox {
  width: 100%;
  gap: 6.8vw;
}
.recruitpostcontent .interviewcontentbox .elderphotobox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 3.4vw);
          flex: 0 0 calc(50% - 3.4vw);
  aspect-ratio: 50/66;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 600px ) {
  .recruitpostcontent .interviewcontentbox .elderphotobox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: clamp(260px, 68vw, 350px);
    aspect-ratio: 26/30;
  }
}
.recruitpostcontent .interviewcontentbox .elderqandabox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 3.4vw - 3.4vw - 3.4vw);
          flex: 0 0 calc(50% - 3.4vw - 3.4vw - 3.4vw);
}
@media screen and (max-width: 600px ) {
  .recruitpostcontent .interviewcontentbox .elderqandabox {
    width: calc(100% - 3.4vw - 3.4vw);
  }
}
.recruitpostcontent .interviewcontentbox.pl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px ) {
  .recruitpostcontent .interviewcontentbox.pl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}
.recruitpostcontent .interviewcontentbox.pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px ) {
  .recruitpostcontent .interviewcontentbox.pr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 32px;
  }
}
.recruitpostcontent .interviewcontentbox.sl .elderqandabox {
  max-width: calc(840px + 2em);
  padding-inline: 1em;
  margin-inline: auto;
}
.recruitpostcontent .interviewcontentbox + .interviewcontentbox {
  -webkit-margin-before: clamp(35px, 7vw, 100px);
          margin-block-start: clamp(35px, 7vw, 100px);
}
.recruitpostcontent h3 p.en {
  color: #CC0033;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 824px ) {
  .recruitpostcontent h3 p.en {
    font-size: 14px;
  }
}
.recruitpostcontent h3 p.q {
  font-size: 22px;
  color: #FF8016;
  line-height: 1.4em;
  -webkit-margin-before: 0.6em;
          margin-block-start: 0.6em;
  -webkit-margin-after: 1.2em;
          margin-block-end: 1.2em;
}
.recruitpostcontent h3 p.q > span {
  white-space: nowrap;
}
@media screen and (max-width: 824px ) {
  .recruitpostcontent h3 p.q {
    font-size: 20px;
  }
}
.recruitpostcontent p.ans {
  font-size: 15px;
  text-align: justify;
}
@media screen and (max-width: 824px ) {
  .recruitpostcontent p.ans {
    font-size: 14px;
  }
}

#recruitpostimage {
  height: clamp(300px, 100px + 35vw, 580px);
  width: 100%;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: top center;
  background-position: center top 20%;
}

.humancardslicks {
  position: relative;
  width: 100%;
  max-width: calc(1000px + 11.6vw);
  padding-inline: 5.8vw;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-margin-before: clamp(38px, 4.5vw, 54px);
          margin-block-start: clamp(38px, 4.5vw, 54px);
}
.humancardslicks .humancard {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -webkit-margin-after: 1.2em;
          margin-block-end: 1.2em;
}
@media screen and (max-width: 824px ) {
  .humancardslicks {
    display: block;
    max-width: 100%;
    padding-inline: 0;
  }
  .humancardslicks .humancard {
    display: block;
    width: 70vw;
    max-width: 460px;
    margin-inline: 2vw;
    -webkit-transform: translate(4vw, 0);
            transform: translate(4vw, 0);
  }
  .humancardslicks .slick-arrow {
    position: absolute;
    top: 50%;
    left: clamp(26vw, 76vw, 460px + 6vw);
    -webkit-transform: translate(0, -50%) rotate(-90deg);
            transform: translate(0, -50%) rotate(-90deg);
    height: 50px;
    width: 50px;
    font-family: "icons";
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #CC0033;
    border: 0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .humancardslicks .slick-arrow:hover {
    background-color: #FF8016;
  }
}

.requirementswrapper {
  height: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-padding-before: 48px;
          padding-block-start: 48px;
}
@media screen and (max-width: 824px ) {
  .requirementswrapper {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 34px;
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
    padding-inline: 22px;
  }
}
.requirementswrapper .requirementbox {
  position: relative;
  background-color: rgba(173, 3, 6, 0.7);
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 824px ) {
  .requirementswrapper .requirementbox {
    width: 100%;
    max-width: 500px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    aspect-ratio: 33/20;
  }
}
.requirementswrapper .requirementbox > .requirementboxpixbox {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.requirementswrapper .requirementbox > .requirementboxpixbox > .requirementboxpix {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.requirementswrapper .requirementbox > .requirementboxpixbox > .requirementboxpix.new {
  background-image: url(./r_requirement_new.webp);
}
.requirementswrapper .requirementbox > .requirementboxpixbox > .requirementboxpix.mid {
  background-image: url(./r_requirement_mid.webp);
}
.requirementswrapper .requirementbox > p {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  margin-block: 0.6em;
}
@media screen and (max-width: 824px ) {
  .requirementswrapper .requirementbox > p {
    font-size: 28px;
  }
}
.requirementswrapper .requirementbox > div.arrow {
  font-family: "icons";
  color: #CC0033;
  height: 46px;
  width: 46px;
  font-size: 16px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 824px ) {
  .requirementswrapper .requirementbox > div.arrow {
    height: 38px;
    width: 38px;
    font-size: 14px;
  }
}
.requirementswrapper .requirementbox:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.requirementswrapper .requirementbox:hover > .requirementboxpixbox > .requirementboxpix {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.075s ease-out;
  transition: -webkit-transform 0.075s ease-out;
  transition: transform 0.075s ease-out;
  transition: transform 0.075s ease-out, -webkit-transform 0.075s ease-out;
}
.requirementswrapper .requirementbox:hover > p {
  color: #CC0033;
}
.requirementswrapper .requirementbox:hover > div.arrow {
  color: #FFFFFF;
  background-color: #CC0033;
}

#r_selection #r_selectiontitle {
  margin-block: clamp(78px, 12vw, 160px) clamp(38px, 7vw, 100px);
}
#r_selection #r_selectiontitle .r_selectiontitle p.en {
  color: #FF8016;
  font-size: 16px;
  line-height: 1em;
  -webkit-margin-after: 1.2em;
          margin-block-end: 1.2em;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectiontitle .r_selectiontitle p.en {
    font-size: 15px;
    -webkit-margin-after: 0.6em;
            margin-block-end: 0.6em;
  }
}
#r_selection #r_selectiontitle .r_selectiontitle p.ja {
  font-size: 30px;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectiontitle .r_selectiontitle p.ja {
    font-size: 24px;
  }
}
#r_selection #r_selectioncontent {
  background-color: #F8F8F8;
  padding-block: clamp(50px, 6.5vw, 85px) clamp(50px, 8.5vw, 120px);
}
#r_selection #r_selectioncontent .selectioncontentswrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper {
    gap: 30px;
  }
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox {
  background-color: #FFFFFF;
  padding-inline: clamp(16px, 4vw, 60px);
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox.new {
  padding-block: 90px 80px;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox.new {
    padding-block: 30px 26px;
  }
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox.mid {
  padding-block: 0px 90px;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox.mid {
    padding-block: 30px 26px;
  }
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox h4 {
  color: #FF8016;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox h4 {
    font-size: 20px;
  }
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox h4::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #FF8016;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox h4::before {
    width: 36px;
  }
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .titlecaption {
  font-size: 16px;
  font-weight: 500;
  margin-block: 32px 45px;
  line-height: 1.8em;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .titlecaption {
    font-size: 14px;
    margin-block: 18px 28px;
  }
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow {
  width: 100%;
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .arrowbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(./r_flow_arrow.svg);
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .arrowbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
  }
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow.new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow.new {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow.new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow.new .flowbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 104px) / 5);
          flex: 0 0 calc((100% - 104px) / 5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow.new .flowbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 3);
            flex: 0 0 calc((100% - 40px) / 3);
    gap: 7px;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
}
@media screen and (max-width: 480px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow.new .flowbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
  }
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow.mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow.mid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow.mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow.mid .flowbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 96px) / 5);
          flex: 0 0 calc((100% - 96px) / 5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow.mid .flowbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
    gap: 7px;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
}
@media screen and (max-width: 600px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow.mid .flowbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
  }
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .flowbox .step {
  color: #FF8016;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .flowbox .step {
    font-size: 12px;
  }
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .flowbox .title {
  font-size: 25px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .flowbox .title {
    font-size: 18px;
  }
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .flowbox .flowimage {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 100%;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  background-position: center center;
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .flowbox .flowimage.img1 {
  background-image: url(./r_flowimage1.svg);
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .flowbox .flowimage.img2 {
  background-image: url(./r_flowimage2.svg);
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .flowbox .flowimage.img3 {
  background-image: url(./r_flowimage3.svg);
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .flowbox .flowimage.img4 {
  background-image: url(./r_flowimage4.svg);
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .flowbox .flowimage.img5 {
  background-image: url(./r_flowimage5.svg);
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .flowbox .textbox {
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(./r_flow_textbg.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
}
#r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .flowbox .textbox .text {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 824px ) {
  #r_selection #r_selectioncontent .selectioncontentswrapper .selectioncontentbox .selectionflow .flowbox .textbox .text {
    font-size: 13px;
  }
}

.bigbutton {
  color: #CC0033;
  font-size: 30px;
  background-color: #FFFFFF;
  height: 100px;
  width: 560px;
  text-decoration: none;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 1.5em;
}
@media screen and (max-width: 824px ) {
  .bigbutton {
    font-size: 17px;
    height: 50px;
    width: 296px;
  }
}
.bigbutton::after {
  content: "\e909";
  font-family: "icons";
  font-weight: 400;
  -webkit-transform: rotate(-90deg) scale(1.6);
          transform: rotate(-90deg) scale(1.6);
}

#r_entryhere {
  width: 100%;
  background-color: #FF8016;
  padding-block: clamp(60px, 7vw, 80px) 60px;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
  text-decoration: none;
}
@media screen and (max-width: 824px ) {
  #r_entryhere {
    padding-inline: 22px;
    gap: 20px;
  }
}
#r_entryhere h3 {
  color: #FFFFFF;
  font-size: 48px;
  text-align: center;
}
@media screen and (max-width: 824px ) {
  #r_entryhere h3 {
    font-size: 25px;
  }
}
#r_entryhere p {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 824px ) {
  #r_entryhere p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px ) {
  #r_entryhere p {
    text-align: center;
  }
}
#r_entryhere:hover {
  background-image: url(./entryhere_bg.webp);
  background-position: top 40% center;
}
#r_entryhere:hover .bigbutton {
  color: #FFFFFF;
  background-color: #CC0033;
}

a.bigbutton.otherdivision {
  color: #FF8016;
  background-color: #FFFFFF;
  border: 2px solid #FF8016;
}
a.bigbutton.otherdivision:hover {
  color: #FFFFFF;
  background-color: #FF8016;
}

#r_guidelinedetail {
  width: 100%;
  background-color: #F8F8F8;
  padding-block: clamp(50px, 10vw, 160px) clamp(60px, 11vw, 160px);
}
#r_guidelinedetail .guidelinedetailwrapper {
  background-color: #FFFFFF;
  padding-block: clamp(40px, 10vw, 110px) clamp(50px, 8.5vw, 120px);
}
#r_guidelinedetail .guidelinedetailwrapper h4 {
  color: #FF8016;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 824px ) {
  #r_guidelinedetail .guidelinedetailwrapper h4 {
    font-size: 20px;
  }
}
#r_guidelinedetail .guidelinedetailwrapper h4::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #FF8016;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}
@media screen and (max-width: 824px ) {
  #r_guidelinedetail .guidelinedetailwrapper h4::before {
    width: 36px;
  }
}
#r_guidelinedetail .guidelinedetailwrapper .selectioncontentbox {
  padding-inline: clamp(28px, 5vw, 75px);
}
@media screen and (max-width: 480px ) {
  #r_guidelinedetail .guidelinedetailwrapper .selectioncontentbox {
    padding-inline: 17px;
  }
}
#r_guidelinedetail .guidelinedetailwrapper ul.base.guidelinedetaillist {
  -webkit-margin-before: clamp(28px, 5vw, 75px);
          margin-block-start: clamp(28px, 5vw, 75px);
}
#r_guidelinedetail .guidelinedetailwrapper ul.base.guidelinedetaillist li > div > p {
  line-height: 2em;
  -webkit-margin-before: -0.2em;
          margin-block-start: -0.2em;
}
#r_guidelinedetail .guidelinedetailwrapper ul.base.guidelinedetaillist li > div > p > span.bold {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 824px ) {
  #r_guidelinedetail .guidelinedetailwrapper ul.base.guidelinedetaillist li > div > p > span.bold {
    font-size: 16px;
  }
}
#r_guidelinedetail .guidelinedetailwrapper ul.base.guidelinedetaillist p.bold {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 824px ) {
  #r_guidelinedetail .guidelinedetailwrapper ul.base.guidelinedetaillist p.bold {
    font-size: 16px;
  }
}
#r_guidelinedetail .guidelinedetailwrapper ul.base.guidelinedetaillist .mnv {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

.otherdivisionbuttonwrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-before: clamp(50px, 7vw, 90px);
          margin-block-start: clamp(50px, 7vw, 90px);
}

#pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 15px;
  line-height: 1em;
  gap: 24px;
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#pagenation .prev,
#pagenation .next {
  font-family: "icons";
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  padding-block: 0.125em;
  padding-inline: 0.125em;
}
#pagenation p.prev,
#pagenation p.next {
  color: #ACB3B8;
}
#pagenation a {
  text-decoration: none;
  color: #162F3A;
}
#pagenation a:hover {
  color: #15B2A5;
}
#pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}
#pagenation ul li > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  padding-block: 0.125em;
  padding-inline: 0.125em;
}
#pagenation ul li p {
  border-bottom: 2px solid #15B2A5;
}

#breadcrumb {
  background-color: rgba(21, 178, 165, 0.12);
  height: clamp(40px, 5vw, 56px);
  width: 100%;
}
#breadcrumb > div {
  height: 100%;
}
#breadcrumb ul {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#breadcrumb ul li {
  color: #15B2A5;
}
#breadcrumb ul li + li::before {
  content: "ー";
  color: rgba(22, 47, 58, 0.4);
  -webkit-margin-start: 0.6em;
          margin-inline-start: 0.6em;
  -webkit-margin-end: 0.25em;
          margin-inline-end: 0.25em;
}
#breadcrumb ul li > * {
  display: inline-block;
}
#breadcrumb ul li > a {
  color: rgba(22, 47, 58, 0.6);
  text-decoration: none;
}
#breadcrumb ul li > a:hover {
  color: #15B2A5;
}
#breadcrumb.recruit {
  background-color: #FFFFFF;
  height: clamp(26px, 6vw, 60px);
}
#breadcrumb.recruit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(12px, 1.6vw, 14px);
}
#breadcrumb.recruit ul li {
  color: #FF8016;
}
#breadcrumb.recruit ul li > a:hover {
  color: #FF8016;
}

footer {
  position: relative;
  color: #FFFFFF;
  background-color: #162F3A;
  width: 100%;
  padding-block: clamp(50px, 9vw, 80px);
}
footer.r {
  color: #000;
  background-color: #F8F8F8;
}
footer p.cr {
  text-align: center;
  font-size: clamp(10px, 1vw, 12px);
  -webkit-margin-before: 3.5em;
          margin-block-start: 3.5em;
}
footer .cntnm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .cntnm a.lg {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-margin-after: clamp(21px, 4vw, 45px);
          margin-block-end: clamp(21px, 4vw, 45px);
}
footer .cntnm h2.companyname {
  font-family: "Roboto", "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1em;
}
@media screen and (max-width: 480px ) {
  footer .cntnm h2.companyname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
footer .cntnm h2.companyname div.logo {
  width: clamp(48px, 10vw, 74px);
  aspect-ratio: 74/56;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./unionlogo.png);
}
footer .cntnm h2.companyname div.typography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 480px ) {
  footer .cntnm h2.companyname div.typography {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .cntnm h2.companyname div.typography div.divider {
  height: 0px;
  width: 100%;
}
@media screen and (max-width: 480px ) {
  footer .cntnm h2.companyname div.typography div.divider {
    display: none;
  }
}
footer .cntnm h2.companyname div.typography p.ja {
  font-size: clamp(17px, 3vw, 27px);
  line-height: 1em;
  font-weight: 500;
}
footer .cntnm h2.companyname div.typography p.en {
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 500;
}
@media screen and (max-width: 480px ) {
  footer .cntnm h2.companyname div.typography p.en {
    display: none;
  }
}
footer .cntnm h2.companyname.r {
  -webkit-margin-after: clamp(10px, 1.6vw, 16px);
          margin-block-end: clamp(10px, 1.6vw, 16px);
  height: auto;
  width: 100%;
}
footer .cntnm h2.companyname.r div.logo {
  width: 100%;
  aspect-ratio: 430/56;
  max-height: 50px;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  background-position: center left;
  background-image: url(./union_oil_logo_bl.svg);
}
footer .cntnm h2.companyname.r div.typography {
  display: none;
}
footer .cntnm div.footerinfo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
}
@media screen and (max-width: 824px ) {
  footer .cntnm div.footerinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
footer .cntnm div.footerinfo div.companyinfo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .cntnm div.footerinfo div.companyinfo.r {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(40% - 28px);
          flex: 0 0 calc(40% - 28px);
}
footer .cntnm div.footerinfo div.companyinfo p.r_call {
  font-size: clamp(14px, 2.8vw, 20px);
  font-weight: 700;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
footer .cntnm div.footerinfo div.companyinfo div.function {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-before: 1.5em;
          padding-block-start: 1.5em;
}
@media screen and (max-width: 600px ) {
  footer .cntnm div.footerinfo div.companyinfo div.function.r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    right: 10vw;
  }
}
footer .cntnm div.footerinfo div.companyinfo div.function #footertrans {
  font-size: 15px;
  font-family: "Noto Sans JP", "YuGothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  color: #162F3A;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  height: auto;
  width: 120px;
  padding-block: 0.15em 0.3em;
  margin-inline: 2em 0;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
footer .cntnm div.footerinfo div.companyinfo div.function #footertrans:hover {
  color: #FFFFFF;
  background-color: #162F3A;
}
footer .cntnm div.footerinfo div.footernav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
footer .cntnm div.footerinfo div.footernav.r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(1em + 60%);
          flex: 0 0 calc(1em + 60%);
}
footer .cntnm div.footerinfo div.footernav ul#footermenu {
  position: relative;
  height: 10em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media screen and (max-width: 824px ) {
  footer .cntnm div.footerinfo div.footernav ul#footermenu {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
}
footer .cntnm div.footerinfo div.footernav ul#footermenu > li {
  font-weight: 700;
}
footer .cntnm div.footerinfo div.footernav ul#footermenu > li > a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 1em;
  padding-block: 0.5em;
}
@media screen and (max-width: 1028px ) {
  footer .cntnm div.footerinfo div.footernav ul#footermenu > li > a:not(#trans, .navclose) {
    margin-right: -1em;
  }
}
footer .cntnm div.footerinfo div.footernav ul#footermenu > li > a:not(.nohifn)::before {
  content: "-　";
  color: #15B2A5;
}
@media screen and (max-width: 824px ) {
  footer .cntnm div.footerinfo div.footernav ul#footermenu > li > a:not(.nohifn)::before {
    -webkit-margin-end: -0.25em;
            margin-inline-end: -0.25em;
  }
}
footer .cntnm div.footerinfo div.footernav ul#footermenu > li > a:hover {
  color: #15B2A5;
}
footer .cntnm div.footerinfo div.footernav ul#footermenu > li > a span {
  white-space: nowrap;
}
footer .cntnm div.footerinfo div.footernav ul#footermenu > li > ul {
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
@media screen and (max-width: 480px ) {
  footer .cntnm div.footerinfo div.footernav ul#footermenu > li > ul {
    -webkit-padding-start: 1.5em;
            padding-inline-start: 1.5em;
    -webkit-padding-end: 0.5em;
            padding-inline-end: 0.5em;
  }
}
footer .cntnm div.footerinfo div.footernav ul#footermenu > li > ul li {
  font-size: calc(1em - 1px);
  font-weight: 500;
}
footer .cntnm div.footerinfo div.footernav ul#footermenu > li > ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .cntnm div.footerinfo div.footernav ul#footermenu > li > ul li a:hover {
  color: #15B2A5;
}
footer .cntnm div.footerinfo div.footernav ul#footermenu.r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}
@media screen and (max-width: 1028px ) {
  footer .cntnm div.footerinfo div.footernav ul#footermenu.r {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
@media screen and (max-width: 480px ) {
  footer .cntnm div.footerinfo div.footernav ul#footermenu.r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 480px ) {
  footer .cntnm div.footerinfo div.footernav ul#footermenu.r > li {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    width: 50%;
  }
}
@media screen and (max-width: 375px ) {
  footer .cntnm div.footerinfo div.footernav ul#footermenu.r > li {
    -webkit-margin-end: 1em;
            margin-inline-end: 1em;
    width: auto;
  }
}
footer .cntnm div.footerinfo div.footernav ul#footermenu.r > li > a {
  color: #162F3A;
}
@media screen and (max-width: 1028px ) {
  footer .cntnm div.footerinfo div.footernav ul#footermenu.r > li > a:not(#trans, .navclose) {
    margin-right: 0em;
  }
}
footer .cntnm div.footerinfo div.footernav ul#footermenu.r > li > a:not(.nohifn)::before {
  color: #FF8016;
  -webkit-margin-end: -0.25em;
          margin-inline-end: -0.25em;
}
footer .cntnm div.footerinfo div.footernav ul#footermenu.r > li > a:hover {
  color: #CC0033;
}
footer .cntnm div.footerinfo div.footernav ul#footermenu.r > li > a:not(.nohifn):hover::before {
  color: #CC0033;
}

footer.r {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
footer.r .ppcr {
  position: relative;
  width: 100%;
  padding-block: 1em;
  color: #FFFFFF;
  background-color: #FF8016;
  -webkit-margin-before: clamp(50px, 8vw, 82px);
          margin-block-start: clamp(50px, 8vw, 82px);
}
footer.r .ppcr .ppcrwrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 824px ) {
  footer.r .ppcr .ppcrwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer.r .ppcr .ppcrwrapper a {
  display: inline-block;
  position: absolute;
  color: #FFFFFF;
  font-size: clamp(11px, 1.4vw, 12px);
  text-decoration: none;
  font-weight: 600;
  padding-inline: 1.75em;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  left: 0;
}
footer.r .ppcr .ppcrwrapper a:hover {
  color: #162F3A;
}
@media screen and (max-width: 824px ) {
  footer.r .ppcr .ppcrwrapper a {
    position: relative;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
}
footer.r .ppcr .ppcrwrapper p.cr.r {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-size: clamp(10px, 1.4vw, 12px);
}

#totop {
  position: absolute;
  bottom: 0;
  right: clamp(52px, 8vw, 80px);
  height: clamp(38px, 5vw, 52px);
  width: clamp(38px, 5vw, 52px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #15B2A5;
  fill: #FFFFFF;
}
#totop > svg {
  height: clamp(13px, 2vw, 19px);
  width: clamp(13px, 2vw, 19px);
}
#totop:hover {
  background-color: #FFFFFF;
}
#totop:hover > svg {
  fill: #162F3A;
}

#r_totop {
  font-family: "icons";
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 22px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #CC0033;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
@media screen and (max-width: 824px ) {
  #r_totop {
    font-size: 25px;
    height: 55px;
    width: 55px;
  }
}
@media screen and (max-width: 480px ) {
  #r_totop {
    font-size: 20px;
    height: 40px;
    width: 40px;
  }
}

.wp-block-image::after {
  content: "";
  clear: both;
  display: block;
}