@charset "UTF-8";
/*================================= 見出し =================================*/
/*== 日本語 ==*/
/*== 日本語 SP ==*/
/*== 数字 ==*/
/*== 数字 SP ==*/
/*== 英語 ==*/
/*== 英語 SP ==*/
/*================================= 本文 =================================*/
/*== SP ==*/
:root {
  --clred01: #E50012;
  --clred02: #FFF2F3;
  --clred03: #A9212C;
  --clred04: #FDC0C5;
  --clgray01: #6C6A6A;
  --clgray02: #B3B3B3;
  --clgray03: #F2F2F2;
  --header-h: 0px;
}

a.company-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #000;
  margin-top: 1em;
  width: 50vw;
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0.1em;
  line-height: 1.15em;
  padding: 1em 0;
  margin: 5vw auto 0;
}
@media screen and (min-width: 768px) {
  a.company-btn {
    width: 200px;
    font-family: "YakuHanJP", "Zalando Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.15em;
    margin: 20px 0 0;
  }
  a.company-btn:hover .hover-box span {
    transform: translate(0, -1em);
  }
}
a.company-btn span {
  display: inline-block;
}
a.company-btn span.arrow {
  border-radius: 50em;
  width: 1em;
  background-color: var(--clred01);
}

main {
  overflow: hidden;
}

div.lower-main-title-box .lower-main-title {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  div.lower-main-title-box .lower-main-title {
    margin-bottom: 100px;
  }
}

.company-page-nav {
  margin: auto;
  width: 88%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .company-page-nav {
    width: 90%;
  }
}
.company-page-nav {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  .company-page-nav {
    margin-top: 75px;
  }
}
.company-page-nav ul {
  display: flex;
  flex-wrap: wrap;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .company-page-nav ul {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.56em;
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .company-page-nav ul {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .company-page-nav ul {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .company-page-nav ul {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.56em;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .company-page-nav ul {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1280px) {
  .company-page-nav ul {
    font-size: 16px;
  }
}
.company-page-nav ul li {
  display: inline-block;
  margin-right: 1.4em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .company-page-nav ul li {
    width: auto;
    margin-right: 3em;
    margin-bottom: 0;
  }
  .company-page-nav ul li:hover .hover-box span {
    transform: translate(0, -1em);
  }
}
.company-page-nav ul li a {
  color: var(--clred01);
}
.company-page-nav ul li a .arrow {
  display: inline-block;
  transform: translate(0, -0.1em);
  width: 0.6em;
  margin-left: 0.2em;
}

section.sec-message {
  padding-top: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-message {
    padding-top: 100px;
  }
}
section.sec-message .sec-message-inner {
  margin: auto;
  max-width: 1200px;
  background-color: var(--clred02);
  padding: 10vw 7%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-message .sec-message-inner {
    width: 90%;
    padding: 4% 4% 7% 4%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-message .sec-message-inner {
    padding: 60px 4%;
  }
}
section.sec-message .sec-message-inner h2.lower-sec-title span.en {
  color: var(--clred02);
}
section.sec-message .sec-message-inner div.message-box {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-message .sec-message-inner div.message-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-message .sec-message-inner div.message-box div.message-img {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-message .sec-message-inner div.message-box div.message-txtbox {
    width: 52%;
  }
}
section.sec-message .sec-message-inner div.message-box div.message-txtbox .copy {
  margin-bottom: 2em;
  margin-top: 10vw;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 5.33vw;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  section.sec-message .sec-message-inner div.message-box div.message-txtbox .copy {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.8vw;
    letter-spacing: 0;
    line-height: 1.6em;
    margin-bottom: 0.7em;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-message .sec-message-inner div.message-box div.message-txtbox .copy {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-message .sec-message-inner div.message-box div.message-txtbox .copy {
    font-size: 30px;
  }
}
section.sec-message .sec-message-inner div.message-box div.message-txtbox .name {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.64em;
}
@media screen and (min-width: 768px) {
  section.sec-message .sec-message-inner div.message-box div.message-txtbox .name {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.81em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-message .sec-message-inner div.message-box div.message-txtbox .name {
    font-size: 16px;
  }
}
section.sec-message .sec-message-inner div.message-box div.message-txtbox .name .bold {
  margin-left: 1em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
}
@media screen and (min-width: 768px) {
  section.sec-message .sec-message-inner div.message-box div.message-txtbox .name .bold {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-message .sec-message-inner div.message-box div.message-txtbox .name .bold {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-message .sec-message-inner div.message-box div.message-txtbox .name .bold {
    font-size: 18px;
  }
}
section.sec-message .sec-message-inner div.message-box div.message-txtbox .txt {
  margin-top: 2em;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.29em;
}
@media screen and (min-width: 768px) {
  section.sec-message .sec-message-inner div.message-box div.message-txtbox .txt {
    margin-top: 3em;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.81em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-message .sec-message-inner div.message-box div.message-txtbox .txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-message .sec-message-inner div.message-box div.message-txtbox .txt {
    margin-top: 4em;
  }
}

section.sec-company {
  padding-top: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-company {
    padding-top: 180px;
  }
}
section.sec-company .sec-company-inner {
  margin: auto;
  width: 88%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  section.sec-company .sec-company-inner {
    width: 90%;
  }
}
section.sec-company div.company-img {
  margin: 15vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-company div.company-img {
    margin: 58px 0;
  }
}
section.sec-company .company-ul {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-company .company-ul {
    width: 90%;
    max-width: 885px;
    margin: 40px 0 0 auto;
  }
}
section.sec-company .company-ul > li:last-child dl dt {
  border-bottom: solid 1px var(--clred01);
}
section.sec-company .company-ul > li:last-child dl dd {
  border-bottom: solid 1px var(--clgray02);
}
section.sec-company .company-ul > li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-company .company-ul > li dl dt {
  width: 26%;
  color: var(--clred01);
  padding: 1.2em 0;
  border-top: solid 1px var(--clred01);
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
}
@media screen and (min-width: 768px) {
  section.sec-company .company-ul > li dl dt {
    width: 201px;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.56em;
    padding: 2em 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-company .company-ul > li dl dt {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-company .company-ul > li dl dt {
    font-size: 16px;
  }
}
section.sec-company .company-ul > li dl dt span {
  vertical-align: -0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-company .company-ul > li dl dt span {
    vertical-align: 0;
  }
}
section.sec-company .company-ul > li dl dd {
  width: 74%;
  padding: 1.2em 0;
  border-top: solid 1px var(--clgray02);
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.29em;
}
@media screen and (min-width: 768px) {
  section.sec-company .company-ul > li dl dd {
    width: calc(100% - 201px);
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.81em;
    padding: 2em 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-company .company-ul > li dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-company .company-ul > li dl dd.flex {
    display: flex;
    flex-wrap: wrap;
  }
}
section.sec-company .company-ul > li dl dd.flex div.suenaga-logo {
  width: 50%;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  section.sec-company .company-ul > li dl dd.flex div.suenaga-logo {
    width: 23%;
    margin-right: 5%;
    margin-bottom: 0;
  }
}

section.sec-history {
  padding-top: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-history {
    padding-top: 180px;
  }
}
section.sec-history .sec-history-inner {
  margin: auto;
  width: 88%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  section.sec-history .sec-history-inner {
    width: 90%;
  }
}
section.sec-history ul {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-history ul {
    width: 90%;
    max-width: 885px;
    margin: 40px 0 0 auto;
  }
}
section.sec-history ul li {
  position: relative;
  z-index: 0;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-history ul li {
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
section.sec-history ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30vw;
  width: 1px;
  height: 80vw;
  background-color: var(--clgray03);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec-history ul li::after {
    height: 250px;
    left: 120px;
  }
}
section.sec-history ul li:last-child {
  margin-bottom: 0;
}
section.sec-history ul li:last-child::after {
  content: none;
}
section.sec-history ul li .year {
  display: block;
  color: var(--clred02);
  background-color: #fff;
  text-align: left;
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  font-weight: 700;
  font-size: 16vw;
  letter-spacing: -0.02em;
  line-height: 1.13em;
  padding: 5vw 0 3vw;
}
@media screen and (min-width: 768px) {
  section.sec-history ul li .year {
    text-align: right;
    font-family: "YakuHanJP", "Zalando Sans", sans-serif;
    font-weight: 700;
    font-size: 8vw;
    letter-spacing: -0.02em;
    line-height: 1em;
    width: 270px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-history ul li .year {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-history ul li .year {
    font-size: 90px;
  }
}
section.sec-history ul li .year .small {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 8vw;
  letter-spacing: 0;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-history ul li .year .small {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 3.2vw;
    letter-spacing: 0;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-history ul li .year .small {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-history ul li .year .small {
    font-size: 40px;
  }
}
section.sec-history ul li .r-box {
  background-color: #fff;
  padding-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-history ul li .r-box {
    background: none;
    margin-top: 70px;
    width: calc(100% - 300px);
    padding-bottom: 0;
  }
}
section.sec-history ul li .r-box p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  section.sec-history ul li .r-box p {
    margin-bottom: 10px;
  }
}
section.sec-history ul li .r-box p span.month {
  display: block;
  text-align: left;
  color: var(--clred01);
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  font-weight: 700;
  font-size: 8vw;
  letter-spacing: -0.02em;
  line-height: 1.13em;
  width: 17%;
}
@media screen and (min-width: 768px) {
  section.sec-history ul li .r-box p span.month {
    text-align: right;
    width: 70px;
    font-size: 30px;
  }
}
section.sec-history ul li .r-box p span.month .small {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
}
@media screen and (min-width: 768px) {
  section.sec-history ul li .r-box p span.month .small {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.56em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-history ul li .r-box p span.month .small {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-history ul li .r-box p span.month .small {
    font-size: 16px;
  }
}
section.sec-history ul li .r-box p span.txt {
  display: block;
  width: 79%;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  section.sec-history ul li .r-box p span.txt {
    margin-top: 0.3em;
    width: calc(100% - 90px);
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.81em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-history ul li .r-box p span.txt {
    font-size: 16px;
  }
}

section.sec-group {
  padding-top: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-group {
    padding-top: 180px;
  }
}
section.sec-group div.sec-group-inner {
  margin: auto;
  width: 88%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  section.sec-group div.sec-group-inner {
    width: 90%;
  }
}
section.sec-group div.group-box-wrap {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap {
    width: 90%;
    max-width: 885px;
    margin: 40px 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-group div.group-box-wrap div.group-box01 div.suenaga-logo {
  width: 36%;
  margin: 0 auto 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box01 div.suenaga-logo {
    width: 26%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box01 div.txt-box {
    width: 66%;
  }
}
section.sec-group div.group-box-wrap div.group-box01 div.txt-box .txt01 {
  margin-bottom: 0.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box01 div.txt-box .txt01 {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-group div.group-box-wrap div.group-box01 div.txt-box .txt01 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-group div.group-box-wrap div.group-box01 div.txt-box .txt01 {
    font-size: 20px;
  }
}
section.sec-group div.group-box-wrap div.group-box01 div.txt-box .txt02 {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 2.29em;
}
@media screen and (min-width: 1000px) {
  section.sec-group div.group-box-wrap div.group-box01 div.txt-box .txt02 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box01 div.txt-box .txt02 {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.19em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-group div.group-box-wrap div.group-box01 div.txt-box .txt02 {
    font-size: 16px;
  }
}
section.sec-group div.group-box-wrap div.group-box02 {
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 {
    margin-top: 73px;
    position: relative;
    width: 109%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
section.sec-group div.group-box-wrap div.group-box02 ul li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li {
    margin-bottom: 0;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li a {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li a:hover {
    transform: scale(1.1);
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.toch {
  width: 23%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.toch {
    margin: 0;
    width: 25%;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.tochisouko {
  width: 55%;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.tochisouko {
    margin: 0;
    width: 25%;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.tsuun {
  width: 47%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.tsuun {
    margin: 0;
    width: 25%;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.toyopet {
  width: 45%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.toyopet {
    margin: 0;
    width: 25%;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.toyotalf {
  width: 45%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.toyotalf {
    margin: 0;
    width: 25%;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.toyotahome {
  width: 45%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.toyotahome {
    margin: 0;
    width: 25%;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.rentalease {
  width: 72%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.rentalease {
    margin: 0;
    width: 25%;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.jms {
  width: 18%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.jms {
    margin: 0;
    width: 25%;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.danang {
  width: 15%;
  margin-left: 20%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.danang {
    margin: 0;
    width: 25%;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.cruise {
  width: 30%;
  margin-right: 15%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.cruise {
    margin: 0;
    width: 25%;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.idomu {
  width: 55%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.idomu {
    margin: 0;
    width: 25%;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.ktunes {
  width: 36%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.ktunes {
    margin: 0;
    width: 25%;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.toch {
  width: 30%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.toch {
    margin: 0;
    width: 25%;
  }
}
section.sec-group div.group-box-wrap div.group-box02 ul li.toch {
  width: 30%;
}
@media screen and (min-width: 768px) {
  section.sec-group div.group-box-wrap div.group-box02 ul li.toch {
    margin: 0;
    width: 25%;
  }
}

section.sec-about {
  padding-top: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-about {
    padding-top: 180px;
  }
}
section.sec-about .sec-about-inner {
  margin: auto;
  width: 88%;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  section.sec-about .sec-about-inner {
    width: 90%;
  }
}
section.sec-about h2.lower-sec-title {
  width: 120%;
}
section.sec-about h2.lower-sec-title span.en {
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  font-weight: 700;
  font-size: 10.67vw;
  letter-spacing: 0.1em;
  line-height: 1.15em;
}
@media screen and (min-width: 768px) {
  section.sec-about h2.lower-sec-title span.en {
    font-family: "YakuHanJP", "Zalando Sans", sans-serif;
    font-weight: 700;
    font-size: 7vw;
    letter-spacing: 0.1em;
    line-height: 1.13em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-about h2.lower-sec-title span.en {
    font-size: 65px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-about h2.lower-sec-title span.en {
    font-size: 80px;
  }
}
section.sec-about div.about-box-wrap {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-box-wrap {
    width: 90%;
    max-width: 885px;
    margin: 40px 0 0 auto;
  }
}
section.sec-about div.about-box-wrap div.about-box01 p.about-txt01 {
  margin-bottom: 2em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-box-wrap div.about-box01 p.about-txt01 {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-about div.about-box-wrap div.about-box01 p.about-txt01 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-about div.about-box-wrap div.about-box01 p.about-txt01 {
    font-size: 18px;
  }
}
section.sec-about div.about-box-wrap div.about-box01 p.about-txt01 .red {
  color: var(--clred01);
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-box-wrap div.about-box01 p.about-txt01 .red {
    display: inline-block;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    margin-bottom: 0.2em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-about div.about-box-wrap div.about-box01 p.about-txt01 .red {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-about div.about-box-wrap div.about-box01 p.about-txt01 .red {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-box-wrap div.about-box01 div.about-flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-about div.about-box-wrap div.about-box01 div.about-flexbox div.about-box01-inner {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-box-wrap div.about-box01 div.about-flexbox div.about-box01-inner {
    width: 30%;
    margin-bottom: 0;
  }
}
section.sec-about div.about-box-wrap div.about-box01 div.about-flexbox div.about-box01-inner p.about-txt02 {
  margin-top: 1.6em;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.29em;
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-box-wrap div.about-box01 div.about-flexbox div.about-box01-inner p.about-txt02 {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.29em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-about div.about-box-wrap div.about-box01 div.about-flexbox div.about-box01-inner p.about-txt02 {
    font-size: 14px;
  }
}
section.sec-about div.about-box-wrap div.about-box02 {
  border-top: solid 1px var(--clred01);
  padding-top: 10vw;
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-box-wrap div.about-box02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 57px;
    margin-top: 57px;
  }
}
section.sec-about div.about-box-wrap div.about-box02 h3 {
  font-family: "YakuHanJP", "Zalando Sans", sans-serif;
  font-weight: 700;
  font-size: 10.67vw;
  letter-spacing: 0.1em;
  line-height: 1.15em;
  font-size: 9.33vw;
  text-align: center;
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-box-wrap div.about-box02 h3 {
    font-family: "YakuHanJP", "Zalando Sans", sans-serif;
    font-weight: 700;
    font-size: 2.94vw;
    letter-spacing: 0.1em;
    line-height: 1.15em;
    text-align: left;
    width: 30%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-about div.about-box-wrap div.about-box02 h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-about div.about-box-wrap div.about-box02 h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.about-box-wrap div.about-box02 h3 {
    width: 330px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-box-wrap div.about-box02 div.about-box02-inner {
    width: 60%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.about-box-wrap div.about-box02 div.about-box02-inner {
    width: calc(100% - 360px);
  }
}
section.sec-about div.about-box-wrap div.about-box02 div.about-box02-inner p {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.29em;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-box-wrap div.about-box02 div.about-box02-inner p {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.19em;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-about div.about-box-wrap div.about-box02 div.about-box02-inner p {
    font-size: 16px;
  }
}/*# sourceMappingURL=company.css.map */