@charset "UTF-8";
/*================================= 見出し =================================*/
/*== 日本語 ==*/
/*== 日本語 SP ==*/
/*== 数字 ==*/
/*== 数字 SP ==*/
/*== 英語 ==*/
/*== 英語 SP ==*/
/*================================= 本文 =================================*/
/*== SP ==*/
:root {
  --clmidcareer: #F15A24;
  --clnewgraduate: #298AE2;
  --clred01: #E50012;
  --clred02: #FFF2F3;
  --clgray01: #6C6A6A;
  --clgray02: #C1C1C1;
  --clgray03: #F7F7F7;
  --header-h: 0px;
}

#company-slide {
  overflow: hidden;
  width: 100%;
}

.company__track {
  display: flex;
  will-change: transform;
  flex-direction: row;
  animation: company-slide var(--dur, 12s) linear infinite;
}

.company__item {
  flex: 0 0 auto;
  width: 35%;
  height: auto;
  padding-right: 3%;
}
.company__item picture, .company__item img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes company-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--loopDist)));
  }
}
main {
  overflow: clip;
}

.sticky-area {
  padding-bottom: 20vw;
}
@media screen and (min-width: 768px) {
  .sticky-area {
    max-width: 1360px;
    margin: auto;
    padding-bottom: 150px;
  }
}
.sticky-area div.sticky-area-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sticky-area-inner {
    width: 90%;
    margin: auto;
  }
}
.sticky-area nav.sticky-nav {
  position: sticky;
  top: calc(var(--header-h) + 40px);
  left: 0;
  background-color: var(--clred01);
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sticky-area nav.sticky-nav {
    width: 27%;
    padding: 30px 0% 30px 4%;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.1875em;
    font-size: 1.6vw;
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area nav.sticky-nav {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .sticky-area nav.sticky-nav {
    width: 240px;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.1875em;
    padding: 30px 0 30px 40px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .sticky-area nav.sticky-nav {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .sticky-area nav.sticky-nav {
    width: 270px;
    padding: 30px 40px 30px 50px;
  }
}
.sticky-area nav.sticky-nav li {
  margin-bottom: 0.4em;
}
.sticky-area nav.sticky-nav li:nth-of-type(4) a::after {
  top: 37%;
}
.sticky-area nav.sticky-nav a {
  color: #f3ced1;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .sticky-area nav.sticky-nav a .en span {
    padding-bottom: 0.2em;
  }
  .sticky-area nav.sticky-nav a .en span:nth-of-type(2) {
    bottom: -1.2em;
  }
  .sticky-area nav.sticky-nav a:hover .hover-box span {
    transform: translate(0, -1em);
  }
  .sticky-area nav.sticky-nav a:hover .hover-box.en span {
    transform: translate(0, -1.2em);
  }
}
.sticky-area nav.sticky-nav a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
  transform: scaleX(0);
  transform-origin: left;
}
.sticky-area nav.sticky-nav a.active {
  padding-left: 1.4em;
  font-weight: 600;
  color: #fff;
}
.sticky-area nav.sticky-nav a.active::after {
  transform: scaleX(1);
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap {
    width: 65%;
  }
}
@media screen and (min-width: 1000px) {
  .sticky-area div.sec-wrap {
    width: calc(100% - 320px);
  }
}
@media screen and (min-width: 1280px) {
  .sticky-area div.sec-wrap {
    width: calc(100% - 370px);
  }
}
.sticky-area div.sec-wrap h2 {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 1.4em;
  z-index: 1;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.33vw;
  letter-spacing: 0.1em;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap h2 {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.8vw;
    letter-spacing: 0;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sticky-area div.sec-wrap h2 {
    font-size: 30px;
  }
}
.sticky-area div.sec-wrap h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 1em;
  height: 0.14em;
  background-color: var(--clred01);
}
.sticky-area div.sec-wrap section {
  padding-top: 20vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section {
    padding-top: 100px;
  }
}
.sticky-area div.sec-wrap section.sec-companyinfo {
  padding-bottom: 20vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-companyinfo {
    padding-bottom: 100px;
  }
}
.sticky-area div.sec-wrap section.sec-companyinfo div.sec-companyinfo-inner {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-companyinfo div.sec-companyinfo-inner {
    width: 100%;
    margin: 0;
  }
}
.sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li:nth-of-type(1) dt {
  border-top: solid 1px var(--clred01);
}
.sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li:nth-of-type(1) dd {
  border-top: solid 1px var(--clgray02);
}
.sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.41em;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.1875em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl {
    font-size: 16px;
  }
}
.sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dt, .sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dd {
  padding: 1.6em 0;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dt, .sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dd {
    padding: 1.6em 0;
  }
}
.sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dt {
  color: var(--clred01);
  font-weight: bold;
  border-bottom: solid 1px var(--clred01);
  width: 33%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dt {
    font-weight: 600;
    width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dt {
    width: 200px;
  }
}
.sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dd {
  border-bottom: solid 1px var(--clgray02);
  width: 67%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dd {
    width: 70%;
  }
}
@media screen and (min-width: 1280px) {
  .sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dd {
    width: calc(100% - 200px);
  }
}
.sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dd.flex {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dd.flex {
    display: flex;
    flex-wrap: wrap;
  }
}
.sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dd div.suenaga-logo {
  position: absolute;
  top: 20vw;
  left: -30vw;
  width: 34%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dd div.suenaga-logo {
    width: 160px;
    margin-right: 43px;
    margin-bottom: 20px;
    position: revert;
  }
}
@media screen and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dd div.suenaga-logo {
    width: 160px;
  }
}
.sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dd ul {
  margin-top: 10vw;
  width: 120%;
  transform: translate(-5%, 0);
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-companyinfo ul.companyinfo-list > li dl dd ul {
    margin-top: 0;
    width: auto;
    transform: translate(0);
  }
}
.sticky-area div.sec-wrap section.sec-office {
  background-color: var(--clgray03);
  position: relative;
  padding-bottom: 20vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office {
    padding-bottom: 100px;
  }
  .sticky-area div.sec-wrap section.sec-office::after, .sticky-area div.sec-wrap section.sec-office::before {
    content: "";
    display: block;
    position: absolute;
    width: calc((100vw - 128%) / 2);
    height: 100%;
    background-color: var(--clgray03);
    top: 0;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-office::after, .sticky-area div.sec-wrap section.sec-office::before {
    width: calc((100vw - (100% + 240px)) / 2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sticky-area div.sec-wrap section.sec-office::after, .sticky-area div.sec-wrap section.sec-office::before {
    width: calc((100vw - (100% + 370px)) / 2);
  }
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office::after {
    right: 0;
    transform: translate(100%, 0);
  }
  .sticky-area div.sec-wrap section.sec-office::before {
    left: 0;
    transform: translate(calc(-100% - 370px), 0);
  }
  .sticky-area div.sec-wrap section.sec-office div.bg-wh {
    position: absolute;
    pointer-events: none;
    width: calc(100% + (100vw - (100% + 370px)) / 2);
    height: 80px;
    top: -80px;
    left: 0;
    background-color: #fff;
    z-index: 1;
    pointer-events: none;
  }
  .sticky-area div.sec-wrap section.sec-office div.bg-gray {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, 0);
    background: var(--clgray03);
    width: 376px;
    height: 100%;
    pointer-events: none;
  }
}
.sticky-area div.sec-wrap section.sec-office div.sec-office-inner {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office div.sec-office-inner {
    width: 100%;
  }
}
.sticky-area div.sec-wrap section.sec-office div.office-img01 {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office div.office-img01 {
    position: absolute;
    pointer-events: none;
    top: 0px;
    left: 50%;
    width: 130%;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-office div.office-img01 {
    top: -80px;
  }
}
.sticky-area div.sec-wrap section.sec-office ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office ul {
    -moz-column-gap: 4%;
         column-gap: 4%;
    margin-top: 50%;
  }
}
.sticky-area div.sec-wrap section.sec-office ul li {
  margin-bottom: 18vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office ul li {
    width: 48%;
    margin-bottom: 37px;
  }
}
.sticky-area div.sec-wrap section.sec-office ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office ul li.w100 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office ul li.w100 div.office-img {
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office ul li.w100 div.info-box {
    width: 48%;
  }
}
.sticky-area div.sec-wrap section.sec-office ul li.w100 .info-box-inner {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office ul li.w100 .info-box-inner {
    margin-bottom: 20px;
  }
}
.sticky-area div.sec-wrap section.sec-office ul li.w100 .info-box-inner:last-child {
  margin-bottom: 0;
}
.sticky-area div.sec-wrap section.sec-office ul div.office-img {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office ul div.office-img {
    margin-bottom: 15px;
  }
}
.sticky-area div.sec-wrap section.sec-office ul div.info-box h3 {
  color: var(--clred01);
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office ul div.info-box h3 {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.625em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-office ul div.info-box h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sticky-area div.sec-wrap section.sec-office ul div.info-box h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office ul div.info-box p {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.41em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-office ul div.info-box p {
    font-size: 14px;
  }
}
.sticky-area div.sec-wrap section.sec-office ul div.info-box p a {
  margin-right: 1em;
}
.sticky-area div.sec-wrap section.sec-office ul div.info-box a.map-btn {
  display: block;
  border: solid 1px var(--clred01);
  background-color: #fff;
  color: var(--clred01);
  position: relative;
  text-align: center;
  margin-top: 1em;
  width: 47%;
  padding: 0.7em 0;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-office ul div.info-box a.map-btn {
    margin-top: 0.8em;
    line-height: 1em;
    width: 157px;
    padding: 0.5em 0;
    transition: all 0.3s;
  }
  .sticky-area div.sec-wrap section.sec-office ul div.info-box a.map-btn:hover {
    background-color: var(--clred01);
    color: #fff;
  }
  .sticky-area div.sec-wrap section.sec-office ul div.info-box a.map-btn:hover .icon path {
    fill: #fff;
  }
  .sticky-area div.sec-wrap section.sec-office ul div.info-box a.map-btn:hover .hover-box span {
    transform: translate(0, -1em);
  }
  .sticky-area div.sec-wrap section.sec-office ul div.info-box a.map-btn:hover .arrow {
    background: #fff;
  }
  .sticky-area div.sec-wrap section.sec-office ul div.info-box a.map-btn:hover .arrow path {
    stroke: var(--clred01);
  }
}
.sticky-area div.sec-wrap section.sec-office ul div.info-box a.map-btn .txt {
  display: block;
  line-height: 1em;
}
.sticky-area div.sec-wrap section.sec-office ul div.info-box a.map-btn .txt .icon {
  display: inline-block;
  width: 0.7em;
  transform: translate(0, 0.04em);
}
.sticky-area div.sec-wrap section.sec-office ul div.info-box a.map-btn svg, .sticky-area div.sec-wrap section.sec-office ul div.info-box a.map-btn path {
  transition: all 0.3s;
}
.sticky-area div.sec-wrap section.sec-office ul div.info-box a.map-btn .arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  background-color: var(--clred01);
  display: block;
  width: 0.9em;
  border-radius: 50em;
  transition: all 0.3s;
}
.sticky-area div.sec-wrap section.sec-safety div.sec-safety-inner {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-safety div.sec-safety-inner {
    width: 100%;
    margin: 0;
  }
}
.sticky-area div.sec-wrap section.sec-safety p.safety-txt {
  margin-bottom: 2em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.625em;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-safety p.safety-txt {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.83em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-safety p.safety-txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sticky-area div.sec-wrap section.sec-safety p.safety-txt {
    font-size: 18px;
  }
}
.sticky-area div.sec-wrap section.sec-safety p.safety-txt .red {
  color: var(--clred01);
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.625em;
  display: inline-block;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-safety p.safety-txt .red {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.7em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-safety p.safety-txt .red {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sticky-area div.sec-wrap section.sec-safety p.safety-txt .red {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-safety div.safety-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.sticky-area div.sec-wrap section.sec-safety div.safety-box-wrap div.safety-box {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-safety div.safety-box-wrap div.safety-box {
    width: 30%;
    margin-bottom: 0;
  }
}
.sticky-area div.sec-wrap section.sec-safety div.safety-box-wrap div.safety-box p {
  margin-top: 1.4em;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.41em;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-safety div.safety-box-wrap div.safety-box p {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.41em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-safety div.safety-box-wrap div.safety-box p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap div.sustainability-box-wrap {
    padding-top: 140px;
  }
}
.sticky-area div.sec-wrap .sustainability-box {
  border: solid 1px var(--clred01);
  width: 88%;
  margin: auto;
  padding: 10vw 0;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap .sustainability-box {
    padding: 44px 0;
    width: 100%;
    margin: 0;
  }
}
.sticky-area div.sec-wrap .sustainability-box h3 {
  text-align: center;
  margin-bottom: 0.4em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 8vw;
  letter-spacing: 0.1em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap .sustainability-box h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap .sustainability-box h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sticky-area div.sec-wrap .sustainability-box h3 {
    font-size: 40px;
  }
}
.sticky-area div.sec-wrap .sustainability-box p {
  text-align: center;
  margin-bottom: 2em;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.41em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap .sustainability-box p {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.1875em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap .sustainability-box p {
    font-size: 16px;
  }
}
.sticky-area div.sec-wrap .sustainability-box a {
  margin: auto;
  width: 55vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap .sustainability-box a {
    width: 192px;
  }
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap .sustainability-box a .txt {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
  }
}
.sticky-area div.sec-wrap .sustainability-box a .base-arrow-wrap {
  width: 20vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap .sustainability-box a .base-arrow-wrap {
    width: 88px;
  }
}
.sticky-area div.sec-wrap .sustainability-box a .base-arrow-wrap .arrow {
  transform: translate(-3vw, 0);
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap .sustainability-box a .base-arrow-wrap .arrow {
    transform: translate(-10px, 0);
  }
}
.sticky-area div.sec-wrap .sustainability-box a .base-arrow-wrap .arrow::after, .sticky-area div.sec-wrap .sustainability-box a .base-arrow-wrap .arrow::before {
  width: 2.6vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap .sustainability-box a .base-arrow-wrap .arrow::after, .sticky-area div.sec-wrap .sustainability-box a .base-arrow-wrap .arrow::before {
    width: 7px;
  }
}
.sticky-area div.sec-wrap .sustainability-box a .base-arrow-wrap .circle {
  width: 8vw;
  height: 8vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap .sustainability-box a .base-arrow-wrap .circle {
    width: 28px;
    height: 28px;
  }
}
.sticky-area div.sec-wrap section.sec-sports div.sec-sports-inner {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-sports div.sec-sports-inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-sports div.sports-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.sticky-area div.sec-wrap section.sec-sports div.sports-box div.sports-img {
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-sports div.sports-box div.sports-img {
    width: 45%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-sports div.sports-box div.txt-box {
    width: 48.6%;
  }
}
.sticky-area div.sec-wrap section.sec-sports div.sports-box div.txt-box h3 {
  color: var(--clred01);
  margin-bottom: 0.6em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.83em;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-sports div.sports-box div.txt-box h3 {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.7em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-sports div.sports-box div.txt-box h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sticky-area div.sec-wrap section.sec-sports div.sports-box div.txt-box h3 {
    font-size: 20px;
  }
}
.sticky-area div.sec-wrap section.sec-sports div.sports-box div.txt-box p {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.41em;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-sports div.sports-box div.txt-box p {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.1875em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-sports div.sports-box div.txt-box p {
    font-size: 16px;
  }
}
.sticky-area div.sec-wrap section.sec-group div.sec-group-inner {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group div.sec-group-inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.sticky-area div.sec-wrap section.sec-group div.group-box div.suenaga-logo {
  width: 55%;
  margin: 10vw auto 10vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box div.suenaga-logo {
    width: 28%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box {
    width: 66%;
  }
}
.sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box p.group-txt01 {
  margin-bottom: 1em;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.625em;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box p.group-txt01 {
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.7em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box p.group-txt01 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box p.group-txt01 {
    font-size: 20px;
  }
}
.sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box p.group-txt02 {
  margin-bottom: 2em;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.41em;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box p.group-txt02 {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.1875em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box p.group-txt02 {
    font-size: 16px;
  }
}
.sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box a {
  margin: auto;
  width: 55vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box a {
    width: 192px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box a .txt {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
  }
}
.sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box a .base-arrow-wrap {
  width: 20vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box a .base-arrow-wrap {
    width: 88px;
  }
}
.sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box a .base-arrow-wrap .arrow {
  transform: translate(-3vw, 0);
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box a .base-arrow-wrap .arrow {
    transform: translate(-10px, 0);
  }
}
.sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box a .base-arrow-wrap .arrow::after, .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box a .base-arrow-wrap .arrow::before {
  width: 2.6vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box a .base-arrow-wrap .arrow::after, .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box a .base-arrow-wrap .arrow::before {
    width: 7px;
  }
}
.sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box a .base-arrow-wrap .circle {
  width: 8vw;
  height: 8vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group div.group-box div.txt-box a .base-arrow-wrap .circle {
    width: 28px;
    height: 28px;
  }
}
.sticky-area div.sec-wrap section.sec-group ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-top: 20vw;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul {
    margin-top: 100px;
    gap: 0;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li {
    margin-bottom: 0;
    width: 33.3333333333% !important;
  }
}
@media screen and (min-width: 1000px) {
  .sticky-area div.sec-wrap section.sec-group ul li {
    width: 25% !important;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li a {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li a:hover {
    transform: scale(1.1);
  }
}
.sticky-area div.sec-wrap section.sec-group ul li.toch {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li.toch {
    margin: 0;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li.toch a {
  width: 27%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li.toch a {
    width: 100%;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li.tochisouko {
  width: 47%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li.tochisouko {
    margin: 0;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li.tsuun {
  width: 47%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li.tsuun {
    margin: 0;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li.toyopet {
  width: 45%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li.toyopet {
    margin: 0;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li.toyotalf {
  width: 45%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li.toyotalf {
    margin: 0;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li.toyotahome {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li.toyotahome {
    margin: 0;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li.rentalease {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li.rentalease {
    margin: 0;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li.jms {
  width: 18%;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li.jms {
    margin: 0;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li.danang {
  width: 15%;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li.danang {
    margin: 0;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li.cruise {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li.cruise {
    margin: 0;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li.idomu {
  width: 50%;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li.idomu {
    margin: 0;
  }
}
.sticky-area div.sec-wrap section.sec-group ul li.ktunes {
  width: 34%;
}
@media screen and (min-width: 768px) {
  .sticky-area div.sec-wrap section.sec-group ul li.ktunes {
    margin: 0;
  }
}/*# sourceMappingURL=company.css.map */