@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
.under__col2 {
  display: flex;
  width: 1100px;
  max-width: 96%;
  margin: 0 auto;
}
.under__col2 .left {
  width: 24%;
}
.under__col2 .right {
  width: 76%;
}
.under__col2.ttl-area .left {
  padding: 100px 0 82px;
}
.under__col2.ttl-area .right {
  text-align: right;
  padding-top: 111px;
}
@media (max-width: 768px) {
  .under__col2 {
    display: block;
    max-width: 100%;
  }
  .under__col2 .left {
    width: 100%;
  }
  .under__col2 .right {
    width: 100%;
  }
  .under__col2.ttl-area .left {
    padding: 71px 7% 22px;
  }
  .under__col2.ttl-area .right {
    padding: 0 7% 55px;
    text-align: left;
  }
}
.under__ttl {
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .under__ttl {
    font-size: 2.9rem;
  }
}
.under__sub-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.24em;
  display: inline-block;
  position: relative;
}
.under__sub-ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  top: 50%;
  height: 1px;
  width: 22px;
  background: #464444;
}
@media (max-width: 768px) {
  .under__sub-ttl {
    font-size: 1.2rem;
    padding-left: 25px;
  }
  .under__sub-ttl:before {
    left: 0;
    width: 12px;
  }
}

.under.contact {
  background: #f5f5f5;
  padding-bottom: 407px;
}
@media (min-width: 769px) {
  .under.contact .under__ttl {
    font-size: 4.1rem;
  }
}
@media (min-width: 769px) {
  .under.contact.top .under__col2.ttl-area .left {
    padding-bottom: 86px;
  }
  .under.contact.top .under__ttl {
    font-size: 3.9rem;
  }
}
@media (max-width: 768px) {
  .under.contact.top {
    padding-bottom: 216px;
  }
}
.under.contact.top .contact__top-txt {
  letter-spacing: 0.04em;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .under.contact.top .contact__top-txt {
    padding: 4px 8% 81px;
  }
}
.under.contact.top .select {
  padding-left: 7.6%;
}
.under.contact.top .select__list {
  display: flex;
  justify-content: space-between;
}
.under.contact.top .select__box {
  width: 48%;
  border: solid 1px #464444;
  transition: .3s ease;
}
.under.contact.top .select__box:hover {
  border-color: #48BCC9;
}
.under.contact.top .select__link {
  display: block;
  height: 100%;
  padding: 35px 10% 141px;
  position: relative;
}
.under.contact.top .select__link:before, .under.contact.top .select__link:after {
  content: "";
  display: block;
  position: absolute;
}
.under.contact.top .select__link:before {
  height: 1px;
  width: 20px;
  background: #242323;
  bottom: 48px;
  left: calc(50% - 14px);
}
.under.contact.top .select__link:after {
  border-top: 3px solid transparent;
  border-left: 7px solid #242323;
  border-bottom: 3px solid transparent;
  bottom: 46px;
  left: calc(50% + 3px);
}
.under.contact.top .select__ttl {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.3em;
  color: #464444;
}
@media (max-width: 768px) {
  .under.contact.top .select {
    padding: 0 8%;
  }
  .under.contact.top .select__list {
    flex-wrap: wrap;
    padding: 0 6%;
  }
  .under.contact.top .select__box {
    width: 100%;
    margin-bottom: 37px;
  }
  .under.contact.top .select__link {
    padding: 26px 8% 26px;
  }
  .under.contact.top .select__link:before {
    width: 15px;
    bottom: 50%;
    left: auto;
    right: 11%;
  }
  .under.contact.top .select__link:after {
    border-top: 2px solid transparent;
    border-left: 5px solid #242323;
    border-bottom: 2px solid transparent;
    bottom: calc(50% - 1px);
    left: auto;
    right: calc(11% - 5px);
  }
  .under.contact.top .select__ttl {
    font-size: 1.2rem;
    line-height: 1.84;
  }
}
.under.contact .current-menu {
  line-height: 2;
  font-size: 1.2rem;
  color: #a2a2a2;
  padding-left: 25px;
  letter-spacing: 0.12em;
  position: relative;
}
.under.contact .current-menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: .9rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a2a2a2;
}
.under.contact .current-menu.current {
  color: #e60012;
}
.under.contact .current-menu.current:before {
  background: #e60012;
}
.under.contact .current-menu + .current-menu {
  margin-top: 116px;
}
.under.contact .current-menu + .current-menu:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  bottom: calc(100% + 20px);
  width: 1px;
  height: 76px;
  background: #BEBEBE;
}
@media (max-width: 768px) {
  .under.contact {
    padding-bottom: 253px;
  }
  .under.contact .current-list {
    margin-bottom: 17px;
    display: flex;
    justify-content: center;
  }
  .under.contact .current-list .current-menu {
    padding: 0;
    font-size: 1rem;
  }
  .under.contact .current-list .current-menu:before {
    height: 6px;
    width: 6px;
    top: -10px;
    left: calc(50% - 4px);
  }
  .under.contact .current-list .current-menu + .current-menu {
    margin: 0;
  }
  .under.contact .current-list .current-menu + .current-menu:after {
    width: 140%;
    height: 1px;
    left: auto;
    right: 120%;
    bottom: auto;
    top: -7px;
  }
  .under.contact .current-list .current-menu:nth-of-type(2) {
    margin: 0 65px;
  }
}

.form-area {
  padding-left: 7.5%;
}
.form-area .intro {
  margin-bottom: 118px;
}
.form-area .intro__txt {
  letter-spacing: 0.04em;
  line-height: 2;
}
.form-area .intro__txt--rd {
  color: #e60012;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .form-area {
    padding: 0 5%;
  }
  .form-area .intro {
    margin-bottom: 91px;
  }
  .form-area .intro__txt {
    line-height: 1.95;
  }
  .form-area .intro__txt--rd {
    margin-top: 15px;
  }
}

.form input,
.form textarea,
.form select {
  font-size: 1.5rem;
  padding: 14px;
  border: none;
  background: #fff;
  box-sizing: border-box;
  padding-left: 2rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  outline: none;
  letter-spacing: 0.04em;
}
.form select {
  font-size: 1.3rem;
  padding: 0 10px;
  height: 48px;
  min-width: 180px;
  color: #464444;
}
.form .birthday select:first-child {
  margin-left: 0px;
}
.form .birthday select {
  font-size: 1.3rem;
  padding: 0 10px;
  margin-left: 10px;
  height: 48px;
  width: 75px;
  color: #464444;
}
@media (max-width: 768px) {
  .form input,
.form textarea,
.form select {
  font-size: 1.2rem;
}
  .form .birthday select {
    font-size: 1.2rem;
    padding: 0 10px;
    margin: 0 4px;
    height: 48px;
    min-width: 75px;
  }
}
.form input::placeholder,
.form textarea::placeholder {
  color: #A2A2A2;
}
.form input[type="text"],
.form input[type="email"] {
  height: 48px;
  width: 100%;
}
.form textarea {
  height: 346px;
  width: 100%;
  padding: 1rem 2rem 1rem;
  resize: none;
  line-height: 2;
}
@media (max-width: 768px) {
  .form input[type="text"],
  .form input[type="email"] {
    height: 40px;
    padding-left: 1rem;
  }
  .form textarea {
    height: 240px;
  }
}
.form label.check {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 14px 1% 18px 6%;
  margin-bottom: 21px;
  cursor: pointer;
  box-sizing: border-box;
  letter-spacing: 0.12em;
}
.form label.check input[type="checkbox"] {
  display: none;
}
.form label.check span:before {
  content: "";
  display: block;
  position: absolute;
  left: 5%;
  top: 14px;
  background: #fff;
  border: solid 2px #C9C9C9;
  height: 18px;
  width: 18px;
  box-sizing: border-box;
}
/*.form label.check input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  left: 5%;
  top: 14px;
  background: #464444;
  border: solid 2px #C9C9C9;
  height: 18px;
  width: 18px;
  box-sizing: border-box;
}*/
@media (max-width: 768px) {
  .form label.check {
    padding: 12px 1% 14px 12%;
    margin-bottom: 14px;
  }
  .form label.check span:before {
    left: 4%;
    top: 10px;
  }
  .form label.check input[type="checkbox"]:checked + span:after {
    left: 4%;
    top: 10px;
  }
}
.form input[type="submit"],
.form input[type="button"],
.form button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
.form input[type="submit"]::-webkit-search-decoration,
.form input[type="button"]::-webkit-search-decoration,
.form button::-webkit-search-decoration {
  display: none;
}
.form input[type="submit"]::focus,
.form input[type="button"]::focus,
.form button::focus {
  outline-offset: -2px;
}
.form .required {
  color: #e60012;
}
.form__table {
  width: 100%;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .form__table {
    margin-bottom: 79px;
  }
}
.form__th {
  text-align: left;
  padding-bottom: 15px;
  letter-spacing: 0.24em;
}
.form__th--col2 {
  display: flex;
  justify-content: space-between;
}
.form__th--col2 .form__th-txt {
  display: block;
  width: 48%;
}
@media (max-width: 768px) {
  .form__th {
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
    padding-top: 52px;
  }
  .form__th--inquiry {
    padding-top: 55px;
  }
}
.form__td {
  padding-bottom: 74px;
  position: relative;
}
.form__td--col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form__td--col2 input[type="text"],
.form__td--col2 label {
  width: 48%;
}
.form__td--goods {
  padding-bottom: 52px;
}
.form__td .error-txt,
.form__td .error-txt2,
.form__td .error-txt3 {
  position: absolute;
  right: 0;
  top: -2.5rem;
  color: #e60012;
  font-size: 1.2rem;
  display: none;
}
.form__td.error .error-txt {
  display: inline;
}
.form__td.error.error2 .error-txt {
  display: none;
}
.form__td.error.error2 .error-txt2 {
  display: inline;
}
.form__td.error.error3 .error-txt {
  display: none;
}
.form__td.error.error3 .error-txt3 {
  display: inline;
}
.form__td.error input[type="text"],
.form__td.error input[type="email"],
.form__td.error textarea,
.form__td.error label {
  border: 1px solid #e60012;
}
.annotated_txt{
  display: inline-block;
  font-size: 1.2rem;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .form__td {
    padding-bottom: 0;
  }
  .form__td--goods {
    display: table-cell;
    padding-bottom: 0;
  }
  .form__td--goods label {
    width: 100%;
  }
  .form__td--goods label:last-of-type {
    margin-bottom: 0;
  }
  .form__td .error-txt,
  .form__td .error-txt2,
  .form__td .error-txt3 {
    font-size: 1rem;
    top: auto;
    bottom: -2rem;
  }
}
.form .consent {
  margin-bottom: 105px;
}
.form .consent__txt-wrap {
  padding: 54px 7% 46px;
}
.form .consent__ttl {
  margin-bottom: 33px;
  letter-spacing: 0.04em;
}
.form .consent__list {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.form .consent__dt {
  font-weight: bold;
}
@media (max-width: 768px) {
  .form .consent {
    margin-bottom: 74px;
  }
  .form .consent__txt-wrap {
    padding: 39px 5% 32px;
  }
  .form .consent__ttl {
    font-size: 1.1rem;
    margin-bottom: 26px;
  }
  .form .consent__list {
    font-size: 1rem;
  }
  .form .consent__dt {
    text-indent: -2rem;
    padding-left: 2rem;
  }
}
.form .consent__check-wrap {
  border-top: 1px solid #A2A2A2;
  border-bottom: 1px solid #A2A2A2;
  text-align: center;
  padding: 26px 5rem 3px;
  position: relative;
}
.form .consent__check-wrap label.check {
  background: none;
  letter-spacing: 0.24em;
  padding: 14px 0 18px 35px;
}
.form .consent__check-wrap label.check span:before {
  left: 2px;
  top: 13px;
  border: solid 1px #48bcc9;
  height: 20px;
  width: 20px;
}
.form .consent__check-wrap label.check input[type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 5px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #48bcc9;
  border-left: 2px solid #48bcc9;
  transform: rotate(-45deg);
}
.form .consent__check-wrap .error-txt {
  position: absolute;
  right: 0;
  top: 45%;
  color: #e60012;
  font-size: 1.2rem;
  display: none;
}
.form .consent__check-wrap.error {
  border-color: #e60012;
}
.form .consent__check-wrap.error .error-txt {
  display: inline;
}
@media (max-width: 768px) {
  .form .consent__check-wrap {
    padding: 24px 0 10px;
  }
  .form .consent__check-wrap label.check {
    letter-spacing: 0.2em;
    padding: 0 0 0 28px;
  }
  .form .consent__check-wrap label.check span:before {
    left: 0;
    top: -2px;
    height: 18px;
    width: 18px;
  }
  .form .consent__check-wrap label.check input[type="checkbox"]:checked + span:after {
    left: 3px;
    top: 1px;
    height: 5px;
    width: 11px;
  }
  .form .consent__check-wrap .error-txt {
    top: auto;
    bottom: -2rem;
  }
}
.form .btn-wrap {
  text-align: center;
}
.form .btn-wrap .btn {
  background: #222222;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.32em;
  width: 360px;
  max-width: 100%;
  padding: 21px 0 25px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  transition: .3s ease;
}
@media (min-width: 769px) {
  .form .btn-wrap .btn:hover {
    background:#48bcc9;
  }
}
@media (max-width: 768px) {
  .form .btn-wrap .btn {
    font-size: 1.3rem;
    padding: 18px 0 19px;
  }
}

.under.contact.contact--confirm .intro {
  margin-bottom: 197px;
}
@media (max-width: 768px) {
  .under.contact.contact--confirm .intro {
    margin-bottom: 156px;
  }
  .under.contact.contact--confirm .current-list {
    margin-bottom: 72px;
  }
}
.under.contact.contact--confirm .confirm__table {
  width: 100%;
}
.under.contact.contact--confirm .confirm__th {
  text-align: left;
  font-weight: 100;
  padding-bottom: 25px;
  display: block;
  width: 100%;
  letter-spacing: 0.24em;
}
.under.contact.contact--confirm .confirm__td {
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 6px;
  margin-bottom: 73px;
  display: block;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.2em;
  min-height: 3.9rem;
  line-height: 2.14;
}
@media (max-width: 768px) {
  .under.contact.contact--confirm .confirm__th {
    padding-bottom: 20px;
  }
  .under.contact.contact--confirm .confirm__td {
    letter-spacing: 0.12em;
    line-height: 2.16;
    margin-bottom: 52px;
    min-height: 3.5rem;
  }
}
.under.contact.contact--confirm .btn-wrap {
  display: flex;
  justify-content: space-between;
}
.under.contact.contact--confirm .btn-wrap .btn {
  width: 48.5%;
}
.under.contact.contact--confirm .btn-wrap .btn.back {
  background: #a2a2a2;
}
@media (max-width: 768px) {
  .under.contact.contact--confirm .btn-wrap {
    flex-direction: column-reverse;
  }
  .under.contact.contact--confirm .btn-wrap .btn {
    width: 100%;
  }
  .under.contact.contact--confirm .btn-wrap .btn.back {
    margin-top: 26px;
  }
}
.under.contact.contact--confirm .form--customer .confirm__tr:nth-of-type(2) .confirm__td {
  letter-spacing: 0.12em;
}
.under.contact.contact--confirm .form--customer .confirm__tr:nth-of-type(5) .confirm__td {
  letter-spacing: 0.12em;
}
.under.contact.contact--confirm .form--customer .confirm__tr:nth-of-type(6) .confirm__th {
  padding-bottom: 12px;
}
.under.contact.contact--confirm .form--customer .confirm__tr:nth-of-type(6) .confirm__td {
  letter-spacing: 0.12em;
  border: 1px solid #BEBEBE;
  padding: 26px 4.5%;
  min-height: 346px;
}
@media (max-width: 768px) {
  .under.contact.contact--confirm .form--customer .confirm__tr:nth-of-type(6) .confirm__td {
    padding: 16px 5.5% 14px;
    min-height: auto;
  }
}
.under.contact.contact--confirm .form--customer .confirm__tr:nth-of-type(7) .confirm__th {
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  text-align: center;
  font-weight: 500;
  margin: 55px 0 73px;
  padding: 41px 0 43px;
}
@media (max-width: 768px) {
  .under.contact.contact--confirm .form--customer .confirm__tr:nth-of-type(7) .confirm__th {
    letter-spacing: 0.2em;
    margin: 27px 0 44px;
    padding: 25px 0 23px;
  }
}
.under.contact.contact--confirm .form--customer .confirm__tr:nth-of-type(7) .confirm__td {
  display: none;
}
.under.contact.contact--confirm .form--business .confirm__tr:nth-of-type(2) {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}
.under.contact.contact--confirm .form--business .confirm__tr:nth-of-type(3) {
  display: inline-block;
  width: 48%;
}
.under.contact.contact--confirm .form--business .confirm__tr:nth-of-type(5) {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}
.under.contact.contact--confirm .form--business .confirm__tr:nth-of-type(6) {
  display: inline-block;
  width: 48%;
}
.under.contact.contact--confirm .form--business .confirm__tr:nth-of-type(9) .confirm__td {
  letter-spacing: 0.12em;
}
/*.under.contact.contact--confirm .form--business .confirm__tr:nth-of-type(12) .confirm__td {
  letter-spacing: 0.12em;
}*/
.under.contact.contact--confirm .form--business .confirm__tr:nth-of-type(12) .confirm__th {
  padding-bottom: 12px;
}
.under.contact.contact--confirm .form--business .confirm__tr:nth-of-type(12) .confirm__td {
  letter-spacing: 0.12em;
  border: 1px solid #BEBEBE;
  padding: 26px 4.5%;
  min-height: 346px;
}
@media (max-width: 768px) {
  .under.contact.contact--confirm .form--business .confirm__tr:nth-of-type(12) .confirm__td {
    padding: 16px 5.5% 14px;
    min-height: auto;
  }
}
.under.contact.contact--confirm .form--business .confirm__tr:nth-of-type(13) .confirm__th {
  border-top: 1px solid #BEBEBE;
  border-bottom: 1px solid #BEBEBE;
  text-align: center;
  font-weight: 500;
  margin: 55px 0 73px;
  padding: 41px 0 43px;
}
@media (max-width: 768px) {
  .under.contact.contact--confirm .form--business .confirm__tr:nth-of-type(13) .confirm__th {
    letter-spacing: 0.2em;
    margin: 27px 0 44px;
    padding: 25px 0 23px;
  }
}
.under.contact.contact--confirm .form--business .confirm__tr:nth-of-type(13) .confirm__td {
  display: none;
}

.contact--complete .complete__txt {
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 198px;
}
.contact--complete .complete .btn-wrap {
  text-align: center;
}
.contact--complete .complete .btn-wrap .btn {
  display: inline-block;
  background: #222222;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.32em;
  width: 360px;
  max-width: 100%;
  padding: 25px 0 28px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact--complete .complete__txt {
    line-height: 1.93;
    margin-bottom: 131px;
  }
  .contact--complete .complete .current-list {
    margin-bottom: 100px;
  }
  .contact--complete .complete .btn-wrap .btn {
    font-size: 1.3rem;
    padding: 20px 0 22px;
  }
}

.under.newsrelease {
  background: -moz-linear-gradient(left, #f4f4f4 0%, #f4f4f4 50%, #d5d5d5 50%, #d5d5d5 100%);
  background: -webkit-linear-gradient(left, #f4f4f4 0%, #f4f4f4 50%, #d5d5d5 50%, #d5d5d5 100%);
  background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 50%, #d5d5d5 50%, #d5d5d5 100%);
}
.under.newsrelease .under__col2 .left {
  width: 18.5%;
  background: #f4f4f4;
  min-width: 200px;
}
.under.newsrelease .under__col2 .right {
  width: 81.5%;
  background: #d5d5d5;
  padding-left: 8%;
}
.under.newsrelease .under__col2.main {
  align-items: flex-start;
}
.under.newsrelease .under__col2.main .right {
  padding-bottom: 254px;
}
@media (max-width: 768px) {
  .under.newsrelease .under__col2 .left {
    width: 100%;
    min-width: auto;
    background: #d5d5d5;
  }
  .under.newsrelease .under__col2 .right {
    width: 100%;
  }
  .under.newsrelease .under__col2.main .left {
    padding: 6px 8% 77px;
  }
  .under.newsrelease .under__col2.main .right {
    padding: 0 8% 168px;
  }
}
@media (min-width: 769px) {
  .under.newsrelease #news-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
  }
}
.under.newsrelease .menu {
  padding-top: 8px;
}
.under.newsrelease .menu__list {
  margin-bottom: 43px;
}
.under.newsrelease .menu__ttl {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 18px;
  letter-spacing: 0.06em;
  position: relative;
  margin-bottom: 17px;
}
.under.newsrelease .menu__ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #464444;
}
.under.newsrelease .menu__item {
  margin-bottom: 6px;
}
.under.newsrelease .menu__link {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 100;
  color: #464444;
  letter-spacing: 0.06em;
  line-height: 2;
}
.under.newsrelease .menu__link.current, .under.newsrelease .menu__link:hover {
  color:#48BCC9;
}
@media (max-width: 768px) {
  .under.newsrelease .menu__ttl {
    font-size: 1.4rem;
    padding-left: 0;
    margin-bottom: 14px;
    letter-spacing: 0.04em;
  }
  .under.newsrelease .menu__ttl:before {
    display: none;
  }
  .under.newsrelease .menu__link.current {
    color: #464444;
  }
}
.under.newsrelease .news {
  padding-top: 4px;
  align-items: flex-start;
}
.under.newsrelease .news__list {
  margin-bottom: 74px;
}
@media (min-width: 769px) {
  .under.newsrelease .news__box {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 60px;
  }
  .under.newsrelease .news__box:nth-of-type(2) {
    margin-top: 115px;
  }
  .under.newsrelease .news__box:nth-of-type(3n+1) {
    margin-top: -114px;
  }
  .under.newsrelease .news__box:nth-of-type(3n) {
    margin-top: -71px;
    margin-right: 0;
  }
  .under.newsrelease .news__box:nth-of-type(3) {
    margin-top: 41px;
  }
  .under.newsrelease .news__box:first-of-type {
    margin-top: 0;
  }
  .under.newsrelease .news__thumb {
    padding-bottom: 69%;
  }
}
@media (max-width: 768px) {
  .under.newsrelease .news__list {
    margin-bottom: 65px;
  }
  .under.newsrelease .news__box + .news__box {
    margin-top: 39px;
  }
  .under.newsrelease .news__box:nth-of-type(odd) {
    margin-top: -81px;
  }
  .under.newsrelease .news__box:first-of-type {
    margin-top: 0;
  }
  .under.newsrelease .news__box:nth-of-type(2) {
    margin-top: 118px;
  }
}
.under.newsrelease .detail {
  padding-left: 9.8%;
  padding-right: 11.5%;
}
@media (max-width: 768px) {
  .under.newsrelease .detail {
    padding-left: 0;
    padding-right: 0;
  }
}
.under.newsrelease .detail__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin-bottom: 49px;
}
@media (max-width: 768px) {
  .under.newsrelease .detail__ttl {
    font-size: 1.6rem;
    margin-bottom: 46px;
  }
}
.under.newsrelease .detail__info {
  border-top: 1px solid #BEBEBE;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  padding-top: 20px;
  margin-bottom: 72px;
}
.under.newsrelease .detail__date {
  margin-right: 3px;
  font-weight: 100;
}
.under.newsrelease .detail__cat {
  margin-left: 4px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .under.newsrelease .detail__info {
    font-size: 1.1rem;
    padding-top: 15px;
    margin-bottom: 56px;
  }
}
.under.newsrelease .detail__thumb-wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .under.newsrelease .detail__thumb-wrap {
    margin-bottom: 34px;
  }
}
.under.newsrelease .detail__content {
  padding-bottom: 85px;
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 76px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.under.newsrelease .detail__content p + p {
  margin-top: 30px;
}
.under.newsrelease .detail__content img {
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
.under.newsrelease .detail__content a {
  color: #464444;
  text-decoration: underline;
  transition: .3s ease;
}
.under.newsrelease .detail__content a:hover {
  opacity: 0.7;
}
.under.newsrelease .detail__content strong {
  font-weight: bold;
}
@media (max-width: 768px) {
  .under.newsrelease .detail__content {
    padding-bottom: 45px;
    margin-bottom: 40px;
    line-height: 1.95;
  }
  .under.newsrelease .detail__content p + p {
    margin-top: 25px;
  }
  .under.newsrelease .detail__content img {
    padding: 7px 0;
  }
}
.under.newsrelease .related {
  padding-left: 9.8%;
  margin-bottom: 110px;
}
.under.newsrelease .related__ttl {
  margin-bottom: 41px;
}
.under.newsrelease .related__item {
  margin-bottom: 37px;
}
.under.newsrelease .related__item .btn-arrow {
  padding-bottom: 13px;
}
.under.newsrelease .related__item .btn-txt {
  padding-right: 31px;
}
@media (max-width: 768px) {
  .under.newsrelease .related {
    padding-left: 0;
    margin-bottom: 183px;
  }
  .under.newsrelease .related__ttl {
    margin-bottom: 30px;
  }
  .under.newsrelease .related__item {
    margin-bottom: 27px;
  }
  .under.newsrelease .related__item .btn-arrow {
    padding-bottom: 10px;
  }
}
.under.newsrelease .featured {
  padding: 176px 0 275px 9.8%;
  position: relative;
  padding-left: 9.8%;
  background: #D5D5D5;
}
.under.newsrelease .featured__ttl {
  margin-bottom: 68px;
  position: relative;
}
.under.newsrelease .featured .news {
  position: relative;
}
@media (max-width: 768px) {
  .under.newsrelease .featured {
    padding-left: 0;
  }
  .under.newsrelease .featured__ttl {
    margin-bottom: 36px;
  }
}
.under.newsrelease.detail {
  background: -moz-linear-gradient(left, #f4f4f4 0%, #f4f4f4 50%, #fff 50%, #fff 100%);
  background: -webkit-linear-gradient(left, #f4f4f4 0%, #f4f4f4 50%, #fff 50%, #fff 100%);
  background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 50%, #fff 50%, #fff 100%);
  position: relative;
}
.under.newsrelease.detail #featured-bg {
  display: block;
  position: absolute;
  background: #D5D5D5;
  bottom: 0;
  right: 0;
  left: 50%;
  height: 1186px;
}
.under.newsrelease.detail .under__col2 .right {
  background: #fff;
}
.under.newsrelease.detail .under__col2.main {
  position: relative;
  z-index: 1;
}
.under.newsrelease.detail .under__col2.main .right {
  padding-bottom: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  .under.newsrelease.detail .under__col2.ttl-area .right {
    background: #d5d5d5;
  }
  .under.newsrelease.detail .under__col2.main .left {
    padding-bottom: 33px;
  }
  .under.newsrelease.detail .under__col2.main .right {
    padding: 0;
  }
  .under.newsrelease.detail .under__col2.main .right .detail {
    padding: 45px 8% 2px;
  }
  .under.newsrelease.detail .under__col2.main .right .related {
    padding: 0 8% 42px;
    margin-bottom: 0;
  }
  .under.newsrelease.detail .under__col2.main .right .featured {
    padding: 115px 8% 190px;
  }
}

.under.sustainability--top {
  padding-bottom: 281px;
  background: #d5d5d5;
}
.under.sustainability--top .under__col2.ttl-area .left, .under.sustainability--top .under__col2.sdgs-area .left {
  background: #d5d5d5;
}
.under.sustainability .sustainability__mv {
  background: url(/assets/img/sustainability/mv.png) center center/cover no-repeat;
  padding-bottom: 25.5%;
}
@media (max-width: 768px) {
  .under.sustainability {
    padding-bottom: 254px;
  }
  .under.sustainability .sustainability__mv {
    background-image: url(/assets/img/sustainability/mv_sp.png);
    padding-bottom: 57%;
  }
}
@media (min-width: 769px) {
  .under.sustainability .under__col2.ttl-area .left {
    padding: 81px 0 69px;
  }
  .under.sustainability .under__col2.ttl-area .left .under__ttl {
    position: relative;
    white-space: nowrap;
    line-height: 1.59;
  }
  .under.sustainability .under__col2.ttl-area .right {
    padding-top: 103px;
  }
}
@media (max-width: 768px) {
  .under.sustainability .under__col2.ttl-area .left {
    padding: 64px 7% 13px;
  }
  .under.sustainability .under__col2.ttl-area .left .under__ttl {
    line-height: 1.59;
  }
}
.under.sustainability .under__col2.sdgs-area .left {
  padding-bottom: 127px;
}
.under.sustainability .under__col2.sdgs-area .sustainability__sub-ttl {
  position: relative;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.16em;
}
.under.sustainability .under__col2.sdgs-area .sustainability__sub-ttl--line {
  font-size: 1.4rem;
  margin-top: 5px;
  position: relative;
  padding-left: 51px;
}
.under.sustainability .under__col2.sdgs-area .sustainability__sub-ttl--line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 49%;
  height: 2px;
  width: 39px;
  background: #464444;
}
.under.sustainability .under__col2.sdgs-area .right {
  padding-top: 9px;
  text-align: right;
}
@media (max-width: 768px) {
  .under.sustainability .under__col2.sdgs-area {
    padding: 42px 8% 80px;
  }
  .under.sustainability .under__col2.sdgs-area .left {
    padding-bottom: 27px;
  }
  .under.sustainability .under__col2.sdgs-area .sustainability__sub-ttl {
    font-size: 1.4rem;
  }
  .under.sustainability .under__col2.sdgs-area .sustainability__sub-ttl--line {
    font-size: 1.2rem;
    margin-top: 8px;
    padding-left: 48px;
  }
  .under.sustainability .under__col2.sdgs-area .sustainability__sub-ttl--line:before {
    height: 1px;
    width: 35px;
  }
  .under.sustainability .under__col2.sdgs-area .right {
    padding-top: 0;
    padding-left: 0;
    text-align: left;
  }
  .under.sustainability .under__col2.sdgs-area .right .logo {
    max-width: 67.5%;
  }
}
.under.sustainability .intro {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto 110px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 140px;
  border-bottom: 1px solid #A2A2A2;
}
.under.sustainability .intro .img-wrap {
  width: 50%;
  padding-top: 5px;
}
.under.sustainability .intro .txt-wrap {
  width: 44.5%;
}
.under.sustainability .intro .txt-wrap .txt {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 2;
}
.under.sustainability .intro .txt-wrap .txt + .txt {
  margin-top: 33px;
}
@media (max-width: 768px) {
  .under.sustainability .intro {
    display: block;
    max-width: 85%;
    padding-bottom: 69px;
    margin-bottom: 63px;
  }
  .under.sustainability .intro .img-wrap {
    padding-top: 0;
    width: 100%;
    margin-bottom: 32px;
  }
  .under.sustainability .intro .txt-wrap {
    width: 100%;
  }
  .under.sustainability .intro .txt-wrap .txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .under.sustainability .intro .txt-wrap .txt + .txt {
    margin-top: 26px;
  }
}
.under.sustainability .sdgs {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto 200px;
  display: flex;
  justify-content: space-between;
}
.under.sustainability .sdgs .img-wrap {
  width: 52.5%;
  margin-left: -0.5%;
}
.under.sustainability .sdgs .img-wrap a {
  transition: .3s ease;
}
.under.sustainability .sdgs .img-wrap a:hover {
  opacity: 0.7;
}
.under.sustainability .sdgs .txt-wrap {
  width: 44.5%;
  padding-top: 28px;
}
.under.sustainability .sdgs .txt-wrap .txt {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 2;
  margin-bottom: 100px;
}
.under.sustainability .sdgs .txt-wrap .btn-wrap {
  text-align: right;
}
.under.sustainability .sdgs .txt-wrap .btn-wrap .btn-arrow {
  padding-bottom: 14px;
}
.under.sustainability .sdgs .txt-wrap .btn-wrap .btn-txt {
  letter-spacing: 0.16em;
  padding-right: 49px;
}
@media (max-width: 768px) {
  .under.sustainability .sdgs {
    display: block;
    max-width: 85%;
    margin-bottom: 120px;
  }
  .under.sustainability .sdgs .img-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .under.sustainability .sdgs .txt-wrap {
    width: 100%;
    padding-top: 33px;
  }
  .under.sustainability .sdgs .txt-wrap .txt {
    font-size: 1.4rem;
    line-height: 1.86;
    margin-bottom: 47px;
  }
  .under.sustainability .sdgs .txt-wrap .btn-wrap .btn-arrow {
    padding-bottom: 9px;
  }
  .under.sustainability .sdgs .txt-wrap .btn-wrap .btn-txt {
    padding-right: 33px;
  }
}
.under.sustainability .topics {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto;
}
.under.sustainability .topics__ttl {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 2.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 162px;
}
@media (max-width: 768px) {
  .under.sustainability .topics {
    max-width: 85%;
  }
  .under.sustainability .topics__ttl {
    font-size: 2.2rem;
    margin-bottom: 87px;
  }
}
.under.sustainability .topics__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 103px;
}
@media (max-width: 768px) {
  .under.sustainability .topics__list {
    margin-bottom: 73px;
  }
}
.under.sustainability .topics__item {
  width: 46.4%;
}
.under.sustainability .topics__item:nth-of-type(n+3) {
  margin-top: 166px;
}
@media (max-width: 768px) {
  .under.sustainability .topics__item {
    width: 100%;
  }
  .under.sustainability .topics__item:nth-of-type(n+2) {
    margin-top: 83px;
  }
}
.under.sustainability .topics__link {
  display: block;
  background: #fff;
  position: relative;
  padding-top: 43.6%;
  transition: .3s ease;
}
.under.sustainability .topics__link:hover {
  opacity: 0.7;
}
.under.sustainability .topics__link .thumb-wrap {
  position: absolute;
  top: -37px;
  left: 15%;
  right: 15%;
  padding-bottom: 47%;
  background: center center /cover no-repeat;
}
.under.sustainability .topics__link .txt-wrap {
  width: 70%;
  margin: 0 auto 60px;
  min-height: 204px;
  color: #464444;
}
.under.sustainability .topics__link .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.88;
  margin-bottom: 14px;
}
.under.sustainability .topics__link .txt {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.86;
}
.under.sustainability .topics__link .date-wrap {
  text-align: right;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 1.1rem;
  color: #a2a2a2;
  letter-spacing: 0.06em;
  padding: 0 7% 28px;
}
@media (max-width: 768px) {
  .under.sustainability .topics__link {
    padding-top: 46.7%;
  }
  .under.sustainability .topics__link .thumb-wrap {
    top: -23px;
    left: 13%;
    right: 13%;
    padding-bottom: 49%;
  }
  .under.sustainability .topics__link .txt-wrap {
    width: 73.5%;
    min-height: auto;
    margin-bottom: 35px;
  }
  .under.sustainability .topics__link .ttl {
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .under.sustainability .topics__link .txt {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .under.sustainability .topics__link .date-wrap {
    font-size: 1rem;
    letter-spacing: 0.08em;
    padding-bottom: 23px;
  }
}
.under.sustainability .topics .btn-wrap {
  text-align: right;
}
@media (max-width: 768px) {
  .under.sustainability--detail {
    background: #d5d5d5;
    padding-bottom: 168px;
  }
  .under.sustainability--detail .under__col2.main .left {
    padding-top: 26px;
  }
  .under.sustainability--detail .under__col2.main .right {
    padding-bottom: 0;
  }
}
.under.sustainability--detail .topics {
  max-width: 100%;
}
@media (min-width: 769px) {
  .under.sustainability--detail .topics {
    margin-top: 34px;
  }
  .under.sustainability--detail .topics__list {
    margin-bottom: 129px;
  }
  .under.sustainability--detail .topics__item:nth-of-type(n+3) {
    margin-top: 119px;
  }
  .under.sustainability--detail .topics__link {
    padding-top: 45.4%;
  }
  .under.sustainability--detail .topics__link .thumb-wrap {
    top: -28px;
  }
  .under.sustainability--detail .topics__link .txt-wrap {
    min-height: 285px;
    margin-bottom: 47px;
  }
  .under.sustainability--detail .topics__link .ttl {
    margin-bottom: 16px;
  }
  .under.sustainability--detail .topics__link .date-wrap {
    padding: 0 8% 26px;
  }
}
@media (max-width: 768px) {
  .under.sustainability--detail .topics {
    margin-top: 28px;
  }
  .under.sustainability--detail .topics__list {
    margin-bottom: 59px;
  }
  .under.sustainability--detail .topics__item:nth-of-type(n+2) {
    margin-top: 83px;
  }
  .under.sustainability--detail .topics__link .thumb-wrap {
    top: -23px;
  }
  .under.sustainability--detail .topics__link .ttl {
    margin-bottom: 17px;
  }
}

@keyframes slider {
  100% {
    transform: translateX(-50%);
  }
}
.under.brands {
  background: #d5d5d5;
  padding-bottom: 323px;
}
.under.brands2 .brands__mv {
  background: url(../img/mv.png) center center/cover no-repeat;
  padding-bottom: 25.5%;
}
@media (max-width: 768px) {
  .under.brands2 .brands__mv {
    background-image: url(../img/mv_sp.png);
    padding-bottom: 57%;
  }
}
#brand-swiper > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

@media (max-width: 768px) {
  .under.brands {
    padding-bottom: 167px;
  }
}
.under.brands .brands__slider-wrap {
  overflow: hidden;
}
.under.brands .brands__slider-wrap .brands__slider {
  display: flex;
  width: min-content;
}
.under.brands .brands__slider-wrap .brands__slide {
  width: 320px;
}
@media (max-width: 768px) {
  .under.brands .brands__slider-wrap .brands__slide {
    width: 187px;
  }
}
@media (min-width: 769px) {
  .under.brands .under__col2.ttl-area .left {
    padding: 93px 0 21px;
  }
  .under.brands .under__col2.ttl-area .right {
    padding-top: 104px;
  }
}
@media (max-width: 768px) {
  .under.brands .under__col2.ttl-area .right {
    padding-bottom: 66px;
  }
}
@media (min-width: 769px) {
  .under.brands .brands-nav .menu__list {
    width: 1100px;
    max-width: 96%;
    margin: 0 auto;
    display: flex;
  }
  .under.brands .brands-nav .menu__link {
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    color: #464444;
    font-weight: 100;
    letter-spacing: 0.06em;
  }
  .under.brands .brands-nav .menu__link.current, .under.brands .brands-nav .menu__link:hover {
    color:#48BCC9;
  }
  .under.brands .brands-nav--heading {
    margin-bottom: 72px;
    background: #ededed;
    padding: 23px 0 25px;
  }
  .under.brands .brands-nav--heading .menu__list {
    justify-content: flex-end;
  }
  .under.brands .brands-nav--heading .menu__item {
    margin-left: 5%;
  }
  .under.brands .brands-nav--bottom {
    background: none;
    padding: 0;
    margin-bottom: 62px;
  }
  .under.brands .brands-nav--bottom .menu__list {
    border-top: 1px solid #A2A2A2;
    border-bottom: 1px solid #A2A2A2;
    padding: 24px 0;
    justify-content: center;
  }
  .under.brands .brands-nav--bottom .menu__item {
    margin: 0 2.2%;
  }
  .under.brands .brands-nav--bottom .menu__link {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .under.brands .brands-nav {
    margin-bottom: 87px;
  }
  .under.brands .brands-nav .ac {
    max-width: 85%;
    margin: 0 auto;
  }
}
.under.brands .brands-list {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto 53px;
  display: flex;
  flex-wrap: wrap;
}
.under.brands .brands-list__box {
  width: 28%;
  margin-right: 8%;
  margin-bottom: 94px;
}
.under.brands .brands-list__box:nth-of-type(3n) {
  margin-right: 0;
}
.under.brands .brands-list__link {
  display: block;
  color: #464444;
}
.under.brands .brands-list__link:hover .heading__thumb-wrap {
  opacity: 0.7;
}
.under.brands .brands-list__link:hover .btn-arrow {
  border-bottom-color: transparent;
}
.under.brands .brands-list__link:hover .btn-arrow:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: color 0.25s, -webkit-transform 0.45s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: color 0.25s, -webkit-transform 0.45s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: transform 0.45s cubic-bezier(0.08, 0.92, 0.35, 1), color 0.25s;
  transition: transform 0.45s cubic-bezier(0.08, 0.92, 0.35, 1), color 0.25s, -webkit-transform 0.45s cubic-bezier(0.08, 0.92, 0.35, 1);
}

@media (max-width: 768px) {
  .under.brands .brands-list {
    max-width: 85%;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .under.brands .brands-list__box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 37px;
  }
  .under.brands .brands-list__box + .brands-list__box {
    border-top: 1px solid #BEBEBE;
    padding-top: 38px;
  }
}
.under.brands .brands-list .heading {
  text-align: center;
  margin-bottom: 24px;
}
.under.brands .brands-list .heading__thumb-wrap {
  margin-bottom: 21px;
  transition: .3s ease;
}
.under.brands .brands-list .heading__ttl {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 100;
  line-height: 1.7;
  letter-spacing: 0.06em;
  word-break: break-all;
}
.under.brands .brands-list .heading__ttl .jp {
  display: block;
  font-size: 1.2rem;
  font-weight: 100;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  .under.brands .brands-list__box--01 .heading__thumb-wrap {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .under.brands .brands-list__box--03 .heading__thumb-wrap {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .under.brands .brands-list .heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
  }
  .under.brands .brands-list .heading__thumb-wrap {
    width: 50%;
    margin-bottom: 0;
  }
  .under.brands .brands-list .heading__ttl-wrap {
    text-align: left;
    width: 44%;
  }
  .under.brands .brands-list .heading__ttl {
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .under.brands .brands-list .heading__ttl .jp {
    line-height: 1.7;
  }
}
.under.brands .brands-list .bottom__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.04em;
  margin-bottom: 7px;
}
.under.brands .brands-list .bottom__txt {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}
.under.brands .brands-list .bottom__btn:before, .under.brands .brands-list .bottom__btn:after {
  left: 0;
}
@media (min-width: 769px) {
  .under.brands .brands-list .bottom__btn {
    font-size: 1.3rem;
  }
  .under.brands .brands-list .bottom__btn .btn-txt {
    padding-right: 36px;
  }
}
@media (max-width: 768px) {
  .under.brands .brands-list .bottom__ttl {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .under.brands .brands-list .bottom__txt {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 23px;
  }
}
.under.brands .pagination {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .under.brands .pagination {
    max-width: 82%;
  }
}

.under.about {
  background: -moz-linear-gradient(left, #f4f4f4 0%, #f4f4f4 50%, #d5d5d5 50%, #d5d5d5 100%);
  background: -webkit-linear-gradient(left, #f4f4f4 0%, #f4f4f4 50%, #d5d5d5 50%, #d5d5d5 100%);
  background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 50%, #d5d5d5 50%, #d5d5d5 100%);
}
.under.about .about__mv {
  background: url(/assets/img/company/mv.png) center center/cover no-repeat;
  padding-bottom: 25.5%;
}
.under.recruit .about__mv {
  background: url(/recruit/img/mv.png) center center/cover no-repeat;
  padding-bottom: 25.5%;
}

#anchor1 ,
#anchor2 ,
#anchor6 {
  scroll-margin-top: 180px;
}
@media (max-width: 768px) {
  .under.about {
    padding-bottom: 0;
  }
  .under.about .about__mv {
    background-image: url(/assets/img/company/mv_sp.png);
    padding-bottom: 57%;
  }
  .under.recruit .about__mv {
    background-image: url(/recruit/img/mv_sp.png);
    padding-bottom: 57%;
  }
  #anchor1 ,
  #anchor2 ,
  #anchor6 {
    scroll-margin-top: 88px;
  }
}
.under.about .under__col2 .left {
  width: 24%;
  background: #f4f4f4;
  min-width: 200px;
  text-align: right;
}
@media (min-width: 769px) {
  .under.about .under__col2 .left {
    padding-right: 4%;
  }
}
.under.about .under__col2 .right {
  width: 76%;
  background: #d5d5d5;
}
@media (min-width: 769px) {
  .under.about .under__col2 .right {
    padding-left: 9%;
  }
}
@media (max-width: 768px) {
  .under.about .under__col2 .left {
    text-align: left;
    width: 100%;
    padding-right: 0;
  }
  .under.about .under__col2 .right {
    width: 100%;
  }
}
.under.about .ttl-area .left {
  padding-bottom: 138px;
}
@media (max-width: 768px) {
  .under.about .ttl-area .left {
    background: #d5d5d5;
    padding: 71px 7% 22px;
  }
  .under.about .ttl-area .right {
    padding: 0 7% 55px;
  }
}
.under.about .about-ttl {
  white-space: nowrap;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 100;
  letter-spacing: 0.06em;
  line-height: 1.9;
}
.under.about .about-ttl .jp {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.24em;
}
@media (max-width: 768px) {
  .under.about .about-ttl {
    height: 100px;
    font-size: 2rem;
    padding: 7px 7% 0 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .under.about .about-ttl .jp {
    font-size: 1rem;
    padding-top: 5px;
  }
}
.under.about .profile {
  padding-top: 7px;
  padding-bottom: 195px;
}
.under.about .profile__dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
}
.under.about .profile__dt, .under.about .profile__dd {
  padding: 10px 0 33px;
}
.under.about .profile__dt {
  width: 156px;
  font-weight: 500;
  padding-left: 0.1rem;
  letter-spacing: .08em;
  line-height: 1.9;
  border-top: 1px solid #464444;
}
.under.about .profile__dt-txt .small {
  font-size: 1.2rem;
  letter-spacing: .08em;
}
.under.about .profile__dd {
  width: calc(100% - 176px);
  border-top: 1px solid #A2A2A2;
  line-height: 1.9;
  letter-spacing: .08em;
}
.under.about .profile__dd .small {
  font-size: 1.2rem;
  letter-spacing: .08em;
  display: block;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .under.about .profile {
    padding: 54px 7% 61px;
  }
  .under.about .profile__dt, .under.about .profile__dd {
    width: 100%;
  }
  .under.about .profile__dt {
    border-top: none;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .under.about .profile__dt-txt {
    display: inline-block;
    border-top: 1px solid #464444;
    padding-top: 4px;
    font-size: 1.3rem;
  }
  .under.about .profile__dt-txt .small {
    display: inline;
    font-size: 1.1rem;
    padding-left: 1.5rem;
  }
  .under.about .profile__dd {
    font-size: 1.3rem;
    border-top: none;
    padding-top: 0;
    padding-bottom: 42px;
  }
  .under.about .profile__dd .small {
    font-size: 1.1rem;
    display: block;
    margin-top: 0;
  }
  .under.about .profile__dd .small--sp {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
}
@media (max-width: 768px) {
  .under.about .offices-ttl {
    padding-top: 0;
  }
}
.under.about .offices {
  padding-top: 14px;
  padding-bottom: 187px;
}
.under.about .offices__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
}
.under.about .offices__img-wrap {
  width: 47%;
}
.under.about .offices__txt-wrap {
  width: 50%;
  position: relative;
}
.under.about .offices__txt-wrap2 {
  width: 47%;
  padding-top: 14px;
  border-top: 1px solid #464444;
}
.under.about .offices__name {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.under.about .offices__txt-wrap2 .offices__name {
  margin-bottom: 20px;
}
.under.about .offices__address {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.under.about .offices__access {
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
  padding-top: 14px;
  border-top: 1px solid #A2A2A2;
  margin-bottom: 50px;
}
.under.about .offices .btn-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
.under.about .offices__box.osaka .btn-arrow {
  bottom: -55px;
}
.under.about .offices .btn-txt {
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .under.about .offices {
    padding: 56px 8% 56px;
  }
  .under.about .offices__box {
    display: block;
    margin-bottom: 47px;
  }
  .under.about .offices__img-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 19px;
  }
  .under.about .offices__txt-wrap {
    width: 100%;
    padding-bottom: 30px;
  }
  .under.about .offices__txt-wrap2 {
    width: 100%;
    border-top: 1px solid #464444;
  }
  .under.about .offices__name {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .under.about .offices__address {
    font-size: 1.3rem;
    margin-bottom: 11px;
  }
  .under.about .offices__txt-wrap2 .offices__name {
    margin-bottom: 8px;
  }
  .under.about .offices__access {
    font-size: 1.2rem;
    padding-top: 13px;
    line-height: 1.8;
    margin-bottom: 22px;
  }
  .under.about .offices .btn-txt {
    padding-right: 33px;
  }
  .under.about .offices__box.osaka .btn-arrow {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .under.about .group-ttl {
    padding-top: 0;
  }
}
.under.about .group {
  padding-top: 12px;
  padding-bottom: 199px;
}
@media (max-width: 768px) {
  .under.about .group {
    padding: 54px 8% 69px;
  }
}
.under.about .group__dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
  color: #464444;
}
.under.about .group__dt, .under.about .group__dd {
  padding: 10px 0 33px;
}
.under.about .group__dt {
  width: 266px;
  font-weight: 500;
  padding-left: 0.1rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  border-top: 1px solid #464444;
}
.under.about .group__dd {
  width: calc(100% - 286px);
  border-top: 1px solid #A2A2A2;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
.under.about .group__dd .small {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .under.about .group__dt, .under.about .group__dd {
    width: 100%;
    font-size: 1.3rem;
  }
  .under.about .group__dt {
    padding: 4px 0 10px;
    padding-left: 0;
  }
  .under.about .group__dd {
    padding: 5px 0 32px;
  }
}
@media (min-width: 769px) {
  .under.about .group__link .group__dd {
    position: relative;
  }
  .under.about .group__link .group__dd:before, .under.about .group__link .group__dd:after {
    content: "";
    display: block;
    position: absolute;
  }
  .under.about .group__link .group__dd:before {
    height: 1px;
    width: 20px;
    background: #A2A2A2;
    top: 50%;
    right: 13px;
  }
  .under.about .group__link .group__dd:after {
    border-top: 2px solid transparent;
    border-left: 7px solid #A2A2A2;
    border-bottom: 2px solid transparent;
    top: calc(50% - 2px);
    right: 10px;
  }
  .under.about .group__link:hover .group__dd:before {
    background: #48BCC9;
  }
  .under.about .group__link:hover .group__dd:after {
    border-left: 7px solid #48BCC9;
  }
}
@media (max-width: 768px) {
  .under.about .group__link .group__dt {
    position: relative;
  }
  .under.about .group__link .group__dt:before, .under.about .group__link .group__dt:after {
    content: "";
    display: block;
    position: absolute;
  }
  .under.about .group__link .group__dt:before {
    height: 1px;
    width: 20px;
    background: #A2A2A2;
    top: 50%;
    right: 3px;
  }
  .under.about .group__link .group__dt:after {
    border-top: 2px solid transparent;
    border-left: 7px solid #A2A2A2;
    border-bottom: 2px solid transparent;
    top: calc(50% - 2px);
    right: 0;
  }
  .under.about .group__link:hover .group__dt:before {
    background: #48BCC9;
  }
  .under.about .group__link:hover .group__dt:after {
    border-left: 7px solid #48BCC9;
  }
}
@media (max-width: 768px) {
  .under.about .history-ttl {
    padding-top: 0;
  }
}
.under.about .history {
  padding-top: 12px;
  padding-bottom: 224px;
}
.under.about .history__dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.under.about .history__dt, .under.about .history__dd {
  margin-bottom: 18px;
}
.under.about .history__dt {
  width: 130px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  padding: 21px 0 17px 5px;
  background: #c9c9c9;
}
.under.about .history__dt.none {
  background: none;
}
.under.about .history__dd {
  width: calc(100% - 140px);
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2;
  padding: 15px 0 13px 3%;
  background: #dedede;
}
@media (max-width: 768px) {
  .under.about .history {
    padding: 56px 8% 105px;
  }
  .under.about .history__dt, .under.about .history__dd {
    width: 100%;
    margin-bottom: 0;
  }
  .under.about .history__dt {
    font-size: 1.3rem;
    padding: 8px 0;
  }
  .under.about .history__dt.none {
    padding: 0 !important;
    margin: 0 !important;
  }
  .under.about .history__dt + .history__dd {
    margin-top: 6px;
  }
  .under.about .history__dd {
    font-size: 1.3rem;
    line-height: 1.85;
    padding: 12px 6% 13px;
  }
  .under.about .history__dd + .history__dt {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .under.about .ceo-ttl {
    padding-top: 0;
  }
}
.under.about .ceo-wrap {
  background: -moz-linear-gradient(left, #f4f4f4 0%, #f4f4f4 50%, #222222 50%, #222222 100%);
  background: -webkit-linear-gradient(left, #f4f4f4 0%, #f4f4f4 50%, #222222 50%, #222222 100%);
  background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 50%, #222222 50%, #222222 100%);
}
.under.about .ceo-wrap .about-ttl {
  margin-top: -5px;
}
.under.about .ceo-wrap .ceo {
  padding-top: 104px;
  padding-bottom: 176px;
  background: #222222;
}
.under.about .ceo-wrap .ceo__txt {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 2.65;
  padding-left: 0.4rem;
}
.under.about .ceo-wrap .ceo__txt + .ceo__txt {
  margin-top: 42px;
}
.under.about .ceo-wrap .ceo__txt:last-of-type {
  margin-bottom: 184px;
}
.under.about .ceo-wrap .ceo__name-area {
  text-align: right;
  color: #fff;
}
.under.about .ceo-wrap .ceo__position {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.under.about .ceo-wrap .ceo__name {
  letter-spacing: .78em;
  margin-right: -.78em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .under.about .ceo-wrap .ceo {
    padding: 58px 9% 166px;
  }
  .under.about .ceo-wrap .ceo__txt {
    font-size: 1.5rem;
    line-height: 2.4;
    padding-left: 0;
  }
  .under.about .ceo-wrap .ceo__txt + .ceo__txt {
    margin-top: 36px;
  }
  .under.about .ceo-wrap .ceo__txt:last-of-type {
    margin-bottom: 131px;
  }
  .under.about .ceo-wrap .ceo__position {
    font-size: 1.1rem;
    margin-bottom: 9px;
  }
  .under.about .ceo-wrap .ceo__name {
    font-size: 1.3rem;
  }
  .under.about .ceo-wrap .ceo__sign {
    width: 125px;
  }
}
@media (max-width: 768px) {
  .under.about .compliance-ttl {
    padding-top: 0;
  }
}
.under.about .compliance-area .left {
  padding-top: 0;
}
@media (max-width: 768px) {
  .under.about .compliance-area .left {
    padding-top: 0;
  }
}
.under.about .compliance {
  padding-top: 10px;
  padding-bottom: 333px;
}
.under.about .compliance__dl {
  padding-left: .3rem;
}
.under.about .compliance__dt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.under.about .compliance__dd {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.9;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .under.about .compliance {
    padding: 58px 8% 201px;
  }
  .under.about .compliance__dl {
    padding-left: 0;
  }
  .under.about .compliance__dt {
    font-size: 1.4rem;
  }
  .under.about .compliance__dd {
    font-size: 1.3rem;
    margin-bottom: 49px;
  }
}

.under__col1 {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto;
}
.under__col1.ttl-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 98px 0 152px;
}
@media (max-width: 768px) {
  .under__col1 {
    max-width: 85%;
  }
  .under__col1.ttl-area {
    display: block;
    padding: 72px 0 60px;
  }
  .under__col1.ttl-area .under__ttl {
    margin-bottom: 21px;
  }
}

.under.privacypolicy {
  background: #d5d5d5;
  padding-bottom: 408px;
}
@media (max-width: 768px) {
  .under.privacypolicy {
    padding-bottom: 226px;
  }
}
.under.privacypolicy .policy {
  max-width: 764px;
  margin-bottom: 98px;
}
.under.privacypolicy .policy__ttl {
  margin-bottom: 73px;
}
.under.privacypolicy .policy__txt {
  letter-spacing: 0.04em;
  line-height: 2;
}
.under.privacypolicy .policy__txt + .policy__txt {
  margin-top: 30px;
}
.under.privacypolicy .policy__txt .bold {
  font-weight: bold;
}
.under.privacypolicy .policy__sign {
  margin-top: 60px;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media (max-width: 768px) {
  .under.privacypolicy .policy {
    margin-bottom: 97px;
  }
  .under.privacypolicy .policy__ttl {
    margin-bottom: 43px;
  }
  .under.privacypolicy .policy__txt {
    line-height: 1.93;
  }
  .under.privacypolicy .policy__txt + .policy__txt {
    margin-top: 26px;
  }
  .under.privacypolicy .policy__sign {
    line-height: 1.93;
  }
}
.under.privacypolicy .contact {
  max-width: 764px;
  background: #dedede;
  padding: 55px 4.8% 47px;
  letter-spacing: 0.04em;
}
.under.privacypolicy .contact__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 38px;
}
.under.privacypolicy .contact__txt {
  line-height: 2;
}
@media (max-width: 768px) {
  .under.privacypolicy .contact {
    line-height: 1.93;
    margin: 10px 0 33px;
    padding: 17px 6.5%;
  }
  .under.privacypolicy .contact__ttl {
    font-size: 1.2rem;
    margin-bottom: 23px;
  }
  .under.privacypolicy .contact__txt {
    font-size: 1.2rem;
    line-height: 1.92;
  }
}

.purpose__dl {
  margin-top: 16px;
  width: 100%;
  letter-spacing: 0.08em;
  line-height: 1.86;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.purpose__dt, .purpose__dd {
  margin-bottom: 16px;
  display: flex;
  min-height: 112px;
  padding: 10px 4% 10px 4.5%;
}
.purpose__dt:first-of-type, .purpose__dd:first-of-type {
  min-height: 56px;
}
.purpose__dt {
  flex-direction: column;
  justify-content: center;
  width: 49.5%;
  text-align: left;
  background: #c9c9c9;
  font-weight: 500;
}
.purpose__dt .small {
  font-weight: normal;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  display: block;
}
.purpose__dd {
  align-items: center;
  width: 49.5%;
  font-size: 1.4rem;
  background: #dedede;
}
@media (max-width: 768px) {
  .purpose__dl {
    margin-top: 9px;
  }
  .purpose__dt, .purpose__dd {
    font-size: 1.2rem;
    min-height: 148px;
    justify-content: flex-start;
    padding: 8px 4%;
    margin-bottom: 8px;
  }
  .purpose__dt:first-of-type, .purpose__dd:first-of-type {
    min-height: 38px;
  }
  .purpose__dt .small {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  .purpose__dd {
    flex-direction: column;
    align-items: flex-start;
  }
  .purpose__dd .small--sp {
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 2.1;
  }
}

.under.publication {
  background: #d5d5d5;
  padding-bottom: 374px;
}
@media (max-width: 768px) {
  .under.publication {
    padding-bottom: 226px;
  }
}
.under.publication .deal {
  max-width: 764px;
  margin-bottom: 149px;
}
.under.publication .deal__ttl {
  margin-bottom: 80px;
}
.under.publication .deal__sub-ttl {
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 38px;
}
.under.publication .deal__txt {
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 2;
}
.under.publication .deal__txt + .deal__txt {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .under.publication .deal {
    margin-bottom: 97px;
  }
  .under.publication .deal__ttl {
    margin-bottom: 43px;
  }
  .under.publication .deal__sub-ttl {
    margin-bottom: 30px;
  }
  .under.publication .deal__txt {
    line-height: 1.93;
  }
  .under.publication .deal__txt + .deal__txt {
    margin-top: 26px;
  }
}
.under.publication .data {
  max-width: 764px;
}
.under.publication .data__ttl {
  margin-bottom: 72px;
}
.under.publication .data__txt {
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 30px;
}
.under.publication .data__dl {
  letter-spacing: 0.04em;
  line-height: 2;
}
.under.publication .data__dt {
  font-weight: bold;
}
.under.publication .data__dd {
  margin-bottom: 30px;
}
.under.publication .data__dd.purpose {
  margin-bottom: 20px;
}
.under.publication .data__dd .contact {
  margin: 16px 0 36px;
  background: #dedede;
  padding: 47px 7%;
  letter-spacing: 0.04em;
}
.under.publication .data__dd .contact__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.under.publication .data__dd .contact__txt {
  line-height: 2;
}
@media (max-width: 768px) {
  .under.publication .data__ttl {
    margin-bottom: 37px;
  }
  .under.publication .data__txt {
    line-height: 1.93;
    margin-bottom: 25px;
  }
  .under.publication .data__dl {
    line-height: 1.93;
  }
  .under.publication .data__dd {
    margin-bottom: 25px;
  }
  .under.publication .data__dd.purpose {
    margin-bottom: 24px;
  }
  .under.publication .data__dd .contact {
    margin: 10px 0 33px;
    padding: 17px 6.5%;
  }
  .under.publication .data__dd .contact__ttl {
    font-size: 1.2rem;
    margin-bottom: 23px;
  }
  .under.publication .data__dd .contact__txt {
    font-size: 1.2rem;
    line-height: 1.92;
  }
}
.under.publication .data .process__dl {
  margin-top: 30px;
}
.under.publication .data .process__dt {
  margin-bottom: 30px;
}
.under.publication .data .process__txt {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .under.publication .data .process__dl {
    margin-top: 25px;
  }
  .under.publication .data .process__dt {
    margin-bottom: 25px;
  }
  .under.publication .data .process__txt {
    margin-bottom: 25px;
  }
}

.under.siteuse {
  background: #d5d5d5;
  padding-bottom: 408px;
}
@media (max-width: 768px) {
  .under.siteuse {
    padding-bottom: 226px;
  }
}
.under.siteuse .terms {
  max-width: 764px;
  margin-bottom: 162px;
}
.under.siteuse .terms__ttl {
  margin-bottom: 73px;
}
.under.siteuse .terms__txt {
  letter-spacing: 0.04em;
  line-height: 2;
}
.under.siteuse .terms__txt + .terms__txt {
  margin-top: 30px;
}
.under.siteuse .terms__list {
  margin-top: 29px;
}
.under.siteuse .terms__item {
  letter-spacing: 0.04em;
  line-height: 2;
  padding-left: 2.5rem;
  position: relative;
}
.under.siteuse .terms__item:before {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
}
.under.siteuse .terms__item + .terms__item {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .under.siteuse .terms {
    margin-bottom: 97px;
  }
  .under.siteuse .terms__ttl {
    margin-bottom: 43px;
  }
  .under.siteuse .terms__item {
    padding-left: 1.5rem;
  }
}
.under.siteuse .environment {
  max-width: 764px;
}
.under.siteuse .environment__ttl {
  margin-bottom: 71px;
}
.under.siteuse .environment__txt {
  letter-spacing: 0.04em;
  line-height: 2;
}
.under.siteuse .environment__txt + .environment__txt {
  margin-top: 30px;
}
.under.siteuse .environment .browser {
  margin-top: 35px;
}
.under.siteuse .environment .browser__ttl {
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 16px 0 16px 8px;
  border-top: 1px solid #A2A2A2;
  border-bottom: 1px solid #A2A2A2;
  margin-bottom: 16px;
}
.under.siteuse .environment .browser__list {
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 34px;
}
.under.siteuse .environment .browser__txt {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.85;
}
@media (max-width: 768px) {
  .under.siteuse .environment__ttl {
    margin-bottom: 43px;
  }
}



.under.business .business__mv {
  background: url(../img/division_kv2.jpg) center center/cover no-repeat;
  padding-bottom: 25.5%;
}
@media (max-width: 768px) {
  .under.business .business__mv {
    background-image: url(../img/division_kv_sp.jpg);
    padding-bottom: 57%;
  }
}
.under.business .heading-area {
  /*background: -moz-linear-gradient(left, #242323 0%, #242323 50%, #D5D5D5 50%, #D5D5D5 100%);
  background: -webkit-linear-gradient(left, #242323 0%, #242323 50%, #D5D5D5 50%, #D5D5D5 100%);
  background: linear-gradient(to right, #242323 0%, #242323 50%, #D5D5D5 50%, #D5D5D5 100%);*/
  background: #D5D5D5;
  padding-bottom: 30px;
}
.under.business .heading-area .left {
 background: #D5D5D5;
  width: 26.5%;
}
.under.business .heading-area .right {
  background: #D5D5D5;
  width: 73.5%;
}
@media (min-width: 769px) {
  .under.business .heading-area.ttl-area .left {
    padding: 91px 0 143px;
  }
  .under.business .heading-area.ttl-area .right {
    padding-top: 103px;
  }
}
@media (max-width: 768px) {
  .under.business .heading-area {
    background: #D5D5D5;
    padding-bottom: 0;
  }
  .under.business .heading-area .left {
    width: 100%;
  }
  .under.business .heading-area .right {
    width: 100%;
  }
  .under.business .heading-area .ttl-area .left {
    background: #D5D5D5;
    color: #464444;
  }
  .under.business .heading-area .ttl-area .right {
    padding-bottom: 78px;
  }
}
.under.business .whats__ttl {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.9rem;
  letter-spacing: 0.08em;
}
.under.business .whats__ttl .jp {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.16em;
  margin-top: 15px;
}
.under.business .whats .right {
  text-align: right;
  padding-bottom: 243px;
}
.under.business .whats__txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 2;
  display: inline-block;
  text-align: left;
}
@media (max-width: 768px) {
  .under.business .whats .left {
    background: #D5D5D5;
    padding: 0 7% 38px;
  }
  .under.business .whats__ttl {
    font-size: 2.2rem;
    color: #464444;
  }
  .under.business .whats__ttl .jp {
    font-size: 1.2rem;
    margin-top: 9px;
  }
  .under.business .whats .right {
    padding: 0 7% 61px;
  }
  .under.business .whats__txt {
    font-size: 1.4rem;
    line-height: 1.93;
  }
}
.under.business .feature__ttl {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 100;
  letter-spacing: 0.06em;
}
.under.business .feature__ttl .num {
  margin-left: 0.7rem;
}
.under.business .feature .right {
  padding-bottom: 150px;
}
.under.business .feature__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 74px;
}
.under.business .feature__box .img-wrap {
  margin-left: -23%;
  width: 66%;
}
.under.business .feature__box .txt-wrap {
  width: 55.5%;
}
.under.business .feature__box .txt-wrap .ttl {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.94;
  margin-bottom: 28px;
}
.under.business .feature__box .txt-wrap .txt {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.under.business .feature--last .right {
  padding-bottom: 500px;
}
@media (max-width: 768px) {
  .under.business .feature .left {
    padding: 45px 8% 116px;
  }
  .under.business .feature__ttl {
    font-size: 2rem;
  }
  .under.business .feature .right {
    padding-bottom: 97px;
  }
  .under.business .feature__box {
    width: 73.3%;
    margin: 0 auto;
    display: block;
  }
  .under.business .feature__box .img-wrap {
    margin: -155px 0 36px;
    width: 100%;
  }
  .under.business .feature__box .txt-wrap {
    width: 100%;
  }
  .under.business .feature__box .txt-wrap .ttl {
    font-size: 1.4rem;
    line-height: 1.93;
    margin-bottom: 21px;
  }
  .under.business .feature__box .txt-wrap .txt {
    font-size: 1.3rem;
    line-height: 1.93;
  }
  .under.business .feature--last .right {
    padding-bottom: 178px;
  }
}
.under.business .bg-area {
  background: url(/assets/img/business/bg.png) center center/cover no-repeat;
  padding-bottom: 25.5%;
}
@media (max-width: 768px) {
  .under.business .bg-area {
    background-image: url(/assets/img/business/bg_sp.png);
    padding-bottom: 57%;
  }
}
.under.business .division {
  background: #d5d5d5;
  padding: 91px 0 408px;
}
.under.business .division .intro {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto 110px;
  display: flex;
  justify-content: space-between;
}
.under.business .division .intro__ttl {
  padding-top: 8px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.9rem;
  letter-spacing: 0.06em;
}
.under.business .division .intro__ttl .jp {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.16em;
  display: block;
  margin-top: 15px;
}
.under.business .division .intro__txt {
  width: 67%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 2;
}
@media (max-width: 768px) {
  .under.business .division {
    padding: 36px 0 254px;
  }
  .under.business .division .intro {
    display: block;
    max-width: 85%;
    margin-bottom: 69px;
  }
  .under.business .division .intro__ttl {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    margin-bottom: 36px;
  }
  .under.business .division .intro__ttl .jp {
    font-size: 1.2rem;
    margin-top: 9px;
  }
  .under.business .division .intro__txt {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.93;
  }
}
.under.business .division .anchor {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #A2A2A2;
  border-bottom: 1px solid #A2A2A2;
}
.under.business .division .anchor__item {
  margin: 0 3.3%;
}
.under.business .division .anchor__link {
  color: #464444;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 0.16em;
  transition: .3s ease;
  display: block;
  padding: 25px 0;
}
.under.business .division .anchor__link--jp {
  font-size: 1.3rem;
  font-weight: 100;
  letter-spacing: 0.2em;
}
.under.business .division .anchor__link:hover {
  color: #48BCC9;
}
@media (max-width: 768px) {
  .under.business .division .anchor {
    max-width: 85%;
    display: block;
    border: none;
    margin-bottom: 72px;
  }
  .under.business .division .anchor__item {
    margin: 0;
  }
  .under.business .division .anchor__item + .anchor__item {
    margin-top: 15px;
  }
  .under.business .division .anchor__link {
    font-size: 1.3rem;
    border: 1px solid #A2A2A2;
    text-align: center;
    padding: 26px 0 25px;
  }
  .under.business .division .anchor__link--jp {
    letter-spacing: 0.16em;
  }
  .under.business .division .anchor__link:hover {
    color: #464444;
    border-color: #48BCC9;
  }
}
.under.business .division__ttl {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 2.9rem;
  font-weight: 100;
  letter-spacing: 0.06em;
  padding-bottom: 119px;
}
.under.business .division__ttl--jp {
  font-size: 2.7rem;
  font-weight: 100;
}
.under.business .division__bg {
  background: #242323;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .under.business .division__ttl {
    font-size: 2.2rem;
    line-height: 1.55;
    max-width: 85%;
    padding-bottom: 82px;
  }
  .under.business .division__ttl--jp {
    font-size: 2rem;
    line-height: 1.7;
  }
  .under.business .division__bg {
    padding: 1px 0 75px;
  }
}
.under.business .division__box + .division__box {
  margin-top: 288px;
}
@media (max-width: 768px) {
  .under.business .division__box + .division__box {
    margin-top: 139px;
  }
}
.under.business .division__box .inner {
  width: 1100px;
  max-width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .under.business .division__box .inner {
    max-width: 74%;
    display: block;
  }
}
.under.business .division__box .img-wrap {
  margin-top: -63px;
  width: 47%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.under.business .division__box .img-wrap img {
  display: block;
  width: 48%;
}
.under.business .division__box .img-wrap img:first-of-type {
  width: 100%;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .under.business .division__box .img-wrap {
    width: 100%;
    margin-top: -51px;
  }
  .under.business .division__box .img-wrap img:first-of-type {
    margin-bottom: 24px;
  }
}
.under.business .division__box .txt-wrap {
  width: 43.7%;
  color: #fff;
  padding-top: 104px;
}
.under.business .division__box .txt-wrap .ttl {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.94;
  margin-bottom: 47px;
}
.under.business .division__box .txt-wrap .txt {
  font-size: 1.5rem;
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 2;
}
.under.business .division__box .txt-wrap .txt + .txt {
  margin-top: 29px;
}
@media (min-width: 769px) {
  .under.business .division__box .txt-wrap .btn-wrap {
    margin-top: 110px;
    text-align: right;
  }
  .under.business .division__box .txt-wrap .btn-wrap.mt {
    margin-top: 50px;
  }
  .under.business .division__box .txt-wrap .btn-wrap .btn-arrow {
    display: inline-block;
    text-align: left;
    padding-bottom: 6px;
  }
  .under.business .division__box .txt-wrap .btn-wrap .btn-txt {
    letter-spacing: 0.16em;
    line-height: 2;
    display: block;
  }
}
@media (max-width: 768px) {
  .under.business .division__box .txt-wrap {
    width: 100%;
    padding-top: 42px;
  }
  .under.business .division__box .txt-wrap .ttl {
    font-size: 1.4rem;
    line-height: 1.93;
    margin-bottom: 29px;
  }
  .under.business .division__box .txt-wrap .txt {
    font-size: 1.3rem;
    line-height: 1.93;
  }
  .under.business .division__box .txt-wrap .txt + .txt {
    margin-top: 25px;
  }
  .under.business .division__box .txt-wrap .btn-wrap {
    margin-top: 87px;
  }
  .under.business .division__box .txt-wrap .btn-wrap.mt {
    margin-top: 40px;
  }
  .under.business .division__box .txt-wrap .btn-wrap .btn-arrow {
    border: 1px solid #A2A2A2;
    display: block;
    padding: 25px 8% 25px 0;
    transition: .3s ease;
  }
  .under.business .division__box .txt-wrap .btn-wrap .btn-arrow:before, .under.business .division__box .txt-wrap .btn-wrap .btn-arrow:after {
    display: none;
  }
  .under.business .division__box .txt-wrap .btn-wrap .btn-arrow:hover {
    border-color: #A2A2A2;
  }
  .under.business .division__box .txt-wrap .btn-wrap .btn-txt {
    line-height: 1.93;
    letter-spacing: 0.16em;
    display: block;
    padding: 13px 25px 12px 6%;
  }
  .under.business .division__box .txt-wrap .btn-wrap .btn-txt--line2 {
    padding: 25px 25px 25px 6%;
  }
}
.under.business .division__box--even .inner {
  flex-direction: row-reverse;
}
.under.business .division__box--even .txt-wrap .btn-wrap {
  text-align: left;
}
