body.sticky {
  overflow: initial;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .inpegeinner {
    width: 88%;
  }
}

#businessdetail {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  #businessdetail {
    padding-top: 50px;
  }
}
#businessdetail #mv {
  background-color: #fcfaff;
}
#businessdetail #mv .mv__inr {
  padding: 64px 0;
  max-width: 1068px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #businessdetail #mv .mv__inr {
    width: 88%;
  }
}
@media screen and (max-width: 959px) {
  #businessdetail #mv .mv__inr {
    padding: 34px 0;
  }
}
#businessdetail #mv .mv__imgbox {
  width: 430px;
}
@media screen and (max-width: 959px) {
  #businessdetail #mv .mv__imgbox {
    width: 100%;
    max-width: 430px;
    margin: 0 auto 30px;
    margin-bottom: 30px;
  }
  #businessdetail #mv .mv__imgbox img {
    max-width: 100%;
    height: auto;
  }
}
#businessdetail #mv .mv__textbox {
  width: calc(100% - 430px - 90px);
}
@media screen and (max-width: 1200px) {
  #businessdetail #mv .mv__textbox {
    width: calc(100% - 430px - 30px);
  }
}
@media screen and (max-width: 959px) {
  #businessdetail #mv .mv__textbox {
    width: 100%;
  }
}
#businessdetail #mv .mv__textbox-en {
  font-size: 16px;
  font-family: "Lato", serif;
  margin-bottom: 20px;
  color: #481c7b;
}
@media screen and (max-width: 959px) {
  #businessdetail #mv .mv__textbox-en {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#businessdetail #mv .mv__textbox-ja {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 20px;
  color: #481c7b;
}
@media screen and (max-width: 959px) {
  #businessdetail #mv .mv__textbox-ja {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#businessdetail #mv .mv__textbox-text {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  #businessdetail #mv .mv__textbox-text {
    font-size: 14px;
  }
}
#businessdetail .businessdetail__box {
  margin-bottom: 60px;
}
#businessdetail .businessdetail__box.last {
  margin-bottom: 0px;
}
#businessdetail .businessdetail__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#businessdetail .businessdetail__flexbox.mb01 {
  margin-bottom: 0px;
}
#businessdetail .businessdetail__textbox {
  width: 100%;
}
#businessdetail .businessdetail__textbox01 {
  width: 100%;
}
#businessdetail .businessdetail__textbox02 {
  width: calc(100% - 450px);
}
@media screen and (max-width: 959px) {
  #businessdetail .businessdetail__textbox02 {
    width: 100%;
  }
}
#businessdetail .businessdetail__textbox-title01 {
  padding: 34px 0;
  position: relative;
}
#businessdetail .businessdetail__textbox-title01 > h2 {
  font-size: 24px;
  font-weight: 400;
  color: #481c7b;
  line-height: 40px;
}
@media screen and (max-width: 959px) {
  #businessdetail .businessdetail__textbox-title01 {
    padding: 16px 0;
  }
  #businessdetail .businessdetail__textbox-title01 > h2 {
    font-size: 20px;
  }
}
#businessdetail .businessdetail__textbox-title01::after, #businessdetail .businessdetail__textbox-title01::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  top: 0;
}
#businessdetail .businessdetail__textbox-title01::before {
  width: 100%;
  background-color: #e8e9eb;
}
#businessdetail .businessdetail__textbox-title01::after {
  width: 106px;
  background-color: #481c7b;
}
#businessdetail .businessdetail__textbox-title02 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  #businessdetail .businessdetail__textbox-title02 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
#businessdetail .businessdetail__textbox-text {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  #businessdetail .businessdetail__textbox-text {
    font-size: 14px;
  }
}
#businessdetail .businessdetail__imgbox {
  width: 430px;
}
@media screen and (max-width: 959px) {
  #businessdetail .businessdetail__imgbox {
    width: 100%;
    max-width: 430px;
    margin: 30px auto 0;
  }
  #businessdetail .businessdetail__imgbox img {
    max-width: 100%;
    height: auto;
  }
}
#businessdetail .businessdetail__colorbox {
  background-color: #fcfaff;
  padding: 35px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  #businessdetail .businessdetail__colorbox {
    padding: 15px 20px;
  }
}
#businessdetail .businessdetail__colorbox-title {
  display: inline-block;
  margin-bottom: 20px;
}
#businessdetail .businessdetail__colorbox-titleinr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #481c7b;
  padding: 8px 15px;
  border-radius: 50px;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  #businessdetail .businessdetail__colorbox-titleinr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 8px 15px;
    border-radius: 8px;
  }
}
#businessdetail .businessdetail__colorbox-titleinr > span {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  font-family: Roboto;
}
#businessdetail .businessdetail__colorbox-titleinr > span::before {
  content: "";
  height: 60%;
  width: 1px;
  display: block;
  background-color: #481c7b;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  #businessdetail .businessdetail__colorbox-titleinr > span {
    padding-right: 0;
    margin-right: 0;
  }
  #businessdetail .businessdetail__colorbox-titleinr > span::before {
    content: none;
  }
}
#businessdetail .businessdetail__colorbox-text {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  #businessdetail .businessdetail__colorbox-text {
    font-size: 14px;
  }
}
#businessdetail .businessdetail__imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px -10px 0;
}
#businessdetail .businessdetail__imglist li {
  margin: 0 10px;
  width: calc((100% - 80px) / 4);
}
#businessdetail .businessdetail__imglist li img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  #businessdetail .businessdetail__imglist {
    margin: 20px -10px 0;
  }
  #businessdetail .businessdetail__imglist li {
    margin: 0 10px;
    width: calc((100% - 40px) / 2);
    margin-bottom: 20px;
  }
}

#sustainability,
#privacy {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  #sustainability,
#privacy {
    padding-top: 50px;
  }
}
#sustainability #mv,
#privacy #mv {
  background-color: #481c7b;
}
#sustainability #mv .mv__inr,
#privacy #mv .mv__inr {
  padding: 75px 0 55px;
  max-width: 1068px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #sustainability #mv .mv__inr,
#privacy #mv .mv__inr {
    width: 88%;
  }
}
@media screen and (max-width: 959px) {
  #sustainability #mv .mv__inr,
#privacy #mv .mv__inr {
    padding: 34px 0;
  }
}
#sustainability #mv .mv__titlebox-en,
#privacy #mv .mv__titlebox-en {
  font-size: 60px;
  font-weight: 500;
  font-family: "Lato", serif;
  letter-spacing: 3px;
  margin-bottom: 25px;
  color: #fff;
}
@media screen and (max-width: 959px) {
  #sustainability #mv .mv__titlebox-en,
#privacy #mv .mv__titlebox-en {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #sustainability #mv .mv__titlebox-en,
#privacy #mv .mv__titlebox-en {
    font-size: 28px;
    letter-spacing: 1px;
  }
}
#sustainability #mv .mv__titlebox-ja,
#privacy #mv .mv__titlebox-ja {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #fff;
}
@media screen and (max-width: 959px) {
  #sustainability #mv .mv__titlebox-ja,
#privacy #mv .mv__titlebox-ja {
    font-size: 16px;
  }
}
#sustainability #sec01 .sec01__flex,
#privacy #sec01 .sec01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sustainability #sec01 .sec01__sidebar,
#privacy #sec01 .sec01__sidebar {
  width: 280px;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 959px) {
  #sustainability #sec01 .sec01__sidebar,
#privacy #sec01 .sec01__sidebar {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  #sustainability #sec01 .sec01__sidebar,
#privacy #sec01 .sec01__sidebar {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  #sustainability #sec01 .sec01__sidebar-nav,
#privacy #sec01 .sec01__sidebar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sustainability #sec01 .sec01__sidebar-nav li,
#privacy #sec01 .sec01__sidebar-nav li {
    width: 48%;
  }
}
#sustainability #sec01 .sec01__sidebar-nav li:not(:last-child) .sec01__sidebar-nav_link,
#privacy #sec01 .sec01__sidebar-nav li:not(:last-child) .sec01__sidebar-nav_link {
  border-bottom: none;
}
#sustainability #sec01 .sec01__sidebar-nav li.is-active .sec01__sidebar-nav_link,
#privacy #sec01 .sec01__sidebar-nav li.is-active .sec01__sidebar-nav_link {
  color: #481c7b;
  background: #fbf9ff;
}
#sustainability #sec01 .sec01__sidebar-nav li.is-active .sec01__sidebar-nav_link::before,
#privacy #sec01 .sec01__sidebar-nav li.is-active .sec01__sidebar-nav_link::before {
  content: "";
}
@media screen and (max-width: 768px) {
  #sustainability #sec01 .sec01__sidebar-nav li.is-active .sec01__sidebar-nav_link,
#privacy #sec01 .sec01__sidebar-nav li.is-active .sec01__sidebar-nav_link {
    color: #333;
    background: #fff;
  }
  #sustainability #sec01 .sec01__sidebar-nav li.is-active .sec01__sidebar-nav_link::before,
#privacy #sec01 .sec01__sidebar-nav li.is-active .sec01__sidebar-nav_link::before {
    content: none;
  }
}
#sustainability #sec01 .sec01__sidebar-nav_link,
#privacy #sec01 .sec01__sidebar-nav_link {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ccc;
  color: #333;
  border-right: none;
  position: relative;
  display: block;
  padding: 25px;
}
@media screen and (min-width: 959px) {
  #sustainability #sec01 .sec01__sidebar-nav_link:hover,
#privacy #sec01 .sec01__sidebar-nav_link:hover {
    background: #fbf9ff;
    color: #481c7b;
  }
}
@media screen and (max-width: 768px) {
  #sustainability #sec01 .sec01__sidebar-nav_link,
#privacy #sec01 .sec01__sidebar-nav_link {
    font-size: 14px;
    padding: 18px 10px;
    border: 1px solid #ccc !important;
    text-align: center;
  }
}
#sustainability #sec01 .sec01__sidebar-nav_link::before,
#privacy #sec01 .sec01__sidebar-nav_link::before {
  content: none;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50px;
  background: #481c7b;
}
#sustainability #sec01 .sec01__main,
#privacy #sec01 .sec01__main {
  width: calc(100% - 280px);
  padding-left: 75px;
  border-left: 1px solid #cccccc;
}
@media screen and (max-width: 1200px) {
  #sustainability #sec01 .sec01__main,
#privacy #sec01 .sec01__main {
    padding-left: 35px;
  }
}
@media screen and (max-width: 959px) {
  #sustainability #sec01 .sec01__main,
#privacy #sec01 .sec01__main {
    padding-left: 20px;
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 768px) {
  #sustainability #sec01 .sec01__main,
#privacy #sec01 .sec01__main {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
#sustainability #sec01 .sec01__main-title01,
#privacy #sec01 .sec01__main-title01 {
  padding: 34px 0;
  position: relative;
}
#sustainability #sec01 .sec01__main-title01 > h3,
#privacy #sec01 .sec01__main-title01 > h3 {
  font-size: 30px;
  font-weight: 500;
  color: #481c7b;
  line-height: 40px;
}
@media screen and (max-width: 959px) {
  #sustainability #sec01 .sec01__main-title01,
#privacy #sec01 .sec01__main-title01 {
    padding: 16px 0;
  }
  #sustainability #sec01 .sec01__main-title01 > h3,
#privacy #sec01 .sec01__main-title01 > h3 {
    font-size: 20px;
  }
}
#sustainability #sec01 .sec01__main-title01::after, #sustainability #sec01 .sec01__main-title01::before,
#privacy #sec01 .sec01__main-title01::after,
#privacy #sec01 .sec01__main-title01::before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  top: 0;
}
#sustainability #sec01 .sec01__main-title01::before,
#privacy #sec01 .sec01__main-title01::before {
  width: 100%;
  background-color: #e8e9eb;
}
#sustainability #sec01 .sec01__main-title01::after,
#privacy #sec01 .sec01__main-title01::after {
  width: 106px;
  background-color: #481c7b;
}
#sustainability #sec01 .sec01__main-title02,
#privacy #sec01 .sec01__main-title02 {
  font-size: 26px;
  color: #481c7b;
  position: relative;
  padding-left: 25px;
  line-height: 1.4;
  margin-bottom: 25px;
}
#sustainability #sec01 .sec01__main-title02::before,
#privacy #sec01 .sec01__main-title02::before {
  content: "";
  background-color: #481c7b;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 959px) {
  #sustainability #sec01 .sec01__main-title02,
#privacy #sec01 .sec01__main-title02 {
    font-size: 18px;
  }
}
#sustainability #sec01 .sec01__main-text01,
#privacy #sec01 .sec01__main-text01 {
  font-size: 16px;
  margin-bottom: 70px;
}
@media screen and (max-width: 959px) {
  #sustainability #sec01 .sec01__main-text01,
#privacy #sec01 .sec01__main-text01 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
#sustainability #sec01 .sec01__main-text02,
#privacy #sec01 .sec01__main-text02 {
  margin-bottom: 30px;
}
#sustainability #sec01 .sec01__main-text02 p,
#privacy #sec01 .sec01__main-text02 p {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 959px) {
  #sustainability #sec01 .sec01__main-text02,
#privacy #sec01 .sec01__main-text02 {
    margin-bottom: 20px;
  }
  #sustainability #sec01 .sec01__main-text02 p,
#privacy #sec01 .sec01__main-text02 p {
    font-size: 14px;
  }
}
#sustainability #sec01 .sec01__main-text03,
#privacy #sec01 .sec01__main-text03 {
  text-align: right;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 70px;
}
#sustainability #sec01 .sec01__main-box01,
#privacy #sec01 .sec01__main-box01 {
  margin-bottom: 130px;
}
#sustainability #sec01 .sec01__flex01,
#privacy #sec01 .sec01__flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#sustainability #sec01 .sec01__flex01-text,
#privacy #sec01 .sec01__flex01-text {
  width: calc(100% - 152px);
  font-size: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  #sustainability #sec01 .sec01__flex01-text,
#privacy #sec01 .sec01__flex01-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #sustainability #sec01 .sec01__flex01-text,
#privacy #sec01 .sec01__flex01-text {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
  }
}
#sustainability #sec01 .sec01__flex01-img,
#privacy #sec01 .sec01__flex01-img {
  width: 152px;
}
@media screen and (max-width: 768px) {
  #sustainability #sec01 .sec01__flex01-img,
#privacy #sec01 .sec01__flex01-img {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #sustainability #sec01 .sec01__flex01-img picture,
#sustainability #sec01 .sec01__flex01-img img,
#privacy #sec01 .sec01__flex01-img picture,
#privacy #sec01 .sec01__flex01-img img {
    max-width: 152px;
  }
}
#sustainability #sec01 .sec01__colorbox,
#privacy #sec01 .sec01__colorbox {
  background-color: #fcfaff;
  padding: 35px 30px;
  margin-bottom: 75px;
}
#sustainability #sec01 .sec01__colorbox-title,
#privacy #sec01 .sec01__colorbox-title {
  font-size: 24px;
  line-height: 1.6;
  color: #481c7b;
  text-align: center;
  margin-bottom: 20px;
}
#sustainability #sec01 .sec01__colorbox-text,
#privacy #sec01 .sec01__colorbox-text {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  #sustainability #sec01 .sec01__colorbox,
#privacy #sec01 .sec01__colorbox {
    padding: 15px 20px;
  }
  #sustainability #sec01 .sec01__colorbox-title,
#privacy #sec01 .sec01__colorbox-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  #sustainability #sec01 .sec01__colorbox-text,
#privacy #sec01 .sec01__colorbox-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #sustainability #sec01 .sec01__colorbox,
#privacy #sec01 .sec01__colorbox {
    padding: 15px;
  }
  #sustainability #sec01 .sec01__colorbox-title,
#privacy #sec01 .sec01__colorbox-title {
    font-size: 16px;
  }
}
#sustainability #sec01 .sec01__clm03,
#privacy #sec01 .sec01__clm03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
#sustainability #sec01 .sec01__clm03 > li,
#privacy #sec01 .sec01__clm03 > li {
  width: calc((100% - 30px) / 3);
  margin: 0 5px;
  background-color: #fcfaff;
  padding: 32px;
}
@media screen and (max-width: 959px) {
  #sustainability #sec01 .sec01__clm03 > li,
#privacy #sec01 .sec01__clm03 > li {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  #sustainability #sec01 .sec01__clm03 > li,
#privacy #sec01 .sec01__clm03 > li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  #sustainability #sec01 .sec01__clm03 > li:last-child,
#privacy #sec01 .sec01__clm03 > li:last-child {
    margin-bottom: 0px;
  }
}
#sustainability #sec01 .sec01__clm03-title,
#privacy #sec01 .sec01__clm03-title {
  color: #481c7b;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  #sustainability #sec01 .sec01__clm03-title,
#privacy #sec01 .sec01__clm03-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#sustainability #sec01 .sec01__clm03-list,
#privacy #sec01 .sec01__clm03-list {
  font-size: 14px;
  padding-left: 15px;
  position: relative;
}
#sustainability #sec01 .sec01__clm03-list::before,
#privacy #sec01 .sec01__clm03-list::before {
  content: "";
  background-color: #000;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  position: absolute;
  top: 12px;
  left: 5px;
}
@media screen and (max-width: 959px) {
  #sustainability #sec01 .sec01__clm03-list,
#privacy #sec01 .sec01__clm03-list {
    font-size: 12px;
  }
}
#sustainability #sec01 .sec01__clm03-img,
#privacy #sec01 .sec01__clm03-img {
  text-align: center;
  margin-bottom: 10px;
}
#sustainability #sec01 .sec01__clm03-img img,
#sustainability #sec01 .sec01__clm03-img picture,
#privacy #sec01 .sec01__clm03-img img,
#privacy #sec01 .sec01__clm03-img picture {
  max-width: 100%;
  width: auto;
}
#sustainability #sec01 .sec01__clm03-btn,
#privacy #sec01 .sec01__clm03-btn {
  display: block;
  width: 100%;
  text-align: center;
  border: 2px solid #481c7b;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 0;
  border-radius: 50px;
}
@media screen and (max-width: 959px) {
  #sustainability #sec01 .sec01__clm03-btn,
#privacy #sec01 .sec01__clm03-btn {
    font-size: 12px;
  }
}
#sustainability #sec01 .sec01__privacybox.mb01,
#privacy #sec01 .sec01__privacybox.mb01 {
  margin-bottom: 80px;
}
#sustainability #sec01 .sec01__privacybox-text01,
#privacy #sec01 .sec01__privacybox-text01 {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  #sustainability #sec01 .sec01__privacybox-text01,
#privacy #sec01 .sec01__privacybox-text01 {
    font-size: 14px;
  }
}
#sustainability #sec01 .sec01__privacybox-text01 a,
#privacy #sec01 .sec01__privacybox-text01 a {
  text-decoration: underline;
  color: #000;
}

#products {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  #products {
    padding-top: 50px;
  }
}
#products #mv {
  background-color: #481c7b;
}
#products #mv .mv__inr {
  padding: 75px 0 55px;
  max-width: 1068px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #products #mv .mv__inr {
    width: 88%;
  }
}
@media screen and (max-width: 959px) {
  #products #mv .mv__inr {
    padding: 34px 0;
  }
}
#products #mv .mv__titlebox-en {
  font-size: 60px;
  font-weight: 500;
  font-family: "Lato", serif;
  letter-spacing: 3px;
  margin-bottom: 25px;
  color: #fff;
}
@media screen and (max-width: 959px) {
  #products #mv .mv__titlebox-en {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #products #mv .mv__titlebox-en {
    font-size: 28px;
    letter-spacing: 1px;
  }
}
#products #mv .mv__titlebox-ja {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #fff;
}
@media screen and (max-width: 959px) {
  #products #mv .mv__titlebox-ja {
    font-size: 16px;
  }
}
#products .products__searchbox {
  background-color: #fcfaff;
  padding: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #products .products__searchbox {
    padding: 20px;
  }
}
#products .products__searchbox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #products .products__searchbox-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#products .products__searchbox-flex01 {
  margin-bottom: 50px;
}
#products .products__searchbox-flex01 .products__searchbox-text {
  padding-top: 14px;
}
@media screen and (max-width: 768px) {
  #products .products__searchbox-flex01 {
    margin-bottom: 30px;
  }
  #products .products__searchbox-flex01 .products__searchbox-text {
    padding-top: 0px;
  }
}
#products .products__searchbox-text {
  font-size: 16px;
  font-weight: bold;
  width: 180px;
}
@media screen and (max-width: 959px) {
  #products .products__searchbox-text {
    font-size: 14px;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  #products .products__searchbox-text {
    width: 100%;
    margin-bottom: 10px;
  }
}
#products .products__searchbox-container {
  border: 2px solid #cbcbcb;
  background: #fff;
  border-radius: 3px;
  width: 510px;
  height: 57px;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  #products .products__searchbox-container {
    width: 100%;
  }
}
#products .products__searchbox-container input {
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
#products .products__searchbox-container input::-webkit-input-placeholder {
  color: #acacac;
  font-size: 16px;
}
#products .products__searchbox-container input::-moz-placeholder {
  color: #acacac;
  font-size: 16px;
}
#products .products__searchbox-container input:-ms-input-placeholder {
  color: #acacac;
  font-size: 16px;
}
#products .products__searchbox-container input::-ms-input-placeholder {
  color: #acacac;
  font-size: 16px;
}
#products .products__searchbox-container input::placeholder {
  color: #acacac;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #products .products__searchbox-container input::-webkit-input-placeholder {
    font-size: 13px;
  }
  #products .products__searchbox-container input::-moz-placeholder {
    font-size: 13px;
  }
  #products .products__searchbox-container input:-ms-input-placeholder {
    font-size: 13px;
  }
  #products .products__searchbox-container input::-ms-input-placeholder {
    font-size: 13px;
  }
  #products .products__searchbox-container input::placeholder {
    font-size: 13px;
  }
}
#products .products__searchbox-container button {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58px;
  height: 57px;
  border: #481c7b;
  background-color: #481c7b;
  cursor: pointer;
}
#products .products__searchbox-container button::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../products/img/searchicon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#products .products__searchbox-box01 {
  position: relative;
}
@media screen and (max-width: 959px) {
  #products .products__searchbox-box01 {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 768px) {
  #products .products__searchbox-box01 {
    width: 100%;
  }
}
#products .products__searchbox-box02 {
  width: calc(100% - 180px);
  position: relative;
}
@media screen and (max-width: 959px) {
  #products .products__searchbox-box02 {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 768px) {
  #products .products__searchbox-box02 {
    width: 100%;
  }
}
#products .products__catlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#products .products__catlist > li {
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
#products .products__catlist > li.active .products__catlist-text {
  background-color: #481b7b;
  color: #fff;
}
#products .products__catlist-text {
  border: 1px solid #481b7b;
  padding: 3px 20px;
  display: inline-block;
  font-size: 16px;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #products .products__catlist-text {
    font-size: 14px;
  }
}
#products .products__subcatlist {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #products .products__subcatlist {
    margin-top: 20px;
  }
}
#products .products__subcatlist-box {
  background-color: #fff;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #products .products__subcatlist-box {
    padding: 20px;
  }
}
#products .products__subcatlist-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#products .products__subcatlist-list01 > li {
  width: 33%;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
#products .products__subcatlist-list01 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #333333 #333333 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #products .products__subcatlist-list01 > li {
    width: 50%;
  }
  #products .products__subcatlist-list01 > li::before {
    top: 8px;
    width: 3px;
    height: 3px;
  }
}
#products .products__subcatlist-table table {
  width: 100%;
}
#products .products__subcatlist-table tr {
  border-bottom: 1px solid #cbcbcb;
}
#products .products__subcatlist-table tr:last-child {
  border-bottom: none;
}
#products .products__subcatlist-table th {
  width: 120px;
  padding: 15px 0;
}
#products .products__subcatlist-table td {
  width: calc(100% - 120px);
  padding: 15px 0;
}
#products .products__subcatlist-table td li {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #products .products__subcatlist-table th,
#products .products__subcatlist-table td {
    vertical-align: top;
    display: block;
    width: 100%;
  }
  #products .products__subcatlist-table th li,
#products .products__subcatlist-table td li {
    font-size: 12px;
  }
}
#products .products__list {
  margin: 0 -10px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #products .products__list {
    margin: 0 -5px 30px;
  }
}
#products .products__list > li {
  width: calc((100% - 80px) / 4);
  margin: 0 10px 30px;
}
@media screen and (max-width: 768px) {
  #products .products__list > li {
    width: calc((100% - 20px) / 2);
    margin: 0 5px 30px;
  }
}
#products .products__list > li > a:hover .products__list-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#products .products__list-imginr {
  line-height: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
#products .products__list-img {
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#products .products__list-text {
  font-size: 14px;
  color: #333;
}
#products .c-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#products .c-pagenation__item {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #707070;
  border: 1px solid #ccc;
  border-radius: 624.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) {
  #products .c-pagenation__item:hover {
    color: #fff;
    background: #481c7b;
  }
  #products .c-pagenation__item:hover path {
    stroke: #fff;
  }
}
#products .c-pagenation__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#products .c-pagenation__icon {
  width: 0.3125rem;
  height: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#productsdetail {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  #productsdetail {
    padding-top: 50px;
  }
}
#productsdetail #mv {
  background-color: #fcfaff;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #productsdetail #mv {
    padding: 40px 0;
  }
}
#productsdetail #mv .mv__inr {
  max-width: 1068px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  #productsdetail #mv .mv__inr {
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  #productsdetail #mv .mv__inr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#productsdetail #mv .mv__imgbox {
  width: 40%;
}
@media screen and (max-width: 959px) {
  #productsdetail #mv .mv__imgbox {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  #productsdetail #mv .mv__imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
#productsdetail #mv .mv__imgbox-inr {
  background-position: center;
  background-size: cover;
}
#productsdetail #mv .mv__titlebox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #productsdetail #mv .mv__titlebox {
    width: 100%;
  }
}
#productsdetail #mv .mv__titlebox-cat {
  margin-bottom: 10px;
}
#productsdetail #mv .mv__titlebox-cat01 {
  background-color: #481b7b;
  color: #fff;
  padding: 3px 10px;
  font-size: 18px;
  font-family: "Lato", serif;
  margin-right: 10px;
}
#productsdetail #mv .mv__titlebox-cat02 {
  color: #481b7b;
  font-size: 16px;
  font-family: "Lato", serif;
}
#productsdetail #mv .mv__titlebox-name {
  color: #481b7b;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  #productsdetail #mv .mv__titlebox-name {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  #productsdetail #mv .mv__titlebox-cat01 {
    font-size: 15px;
  }
  #productsdetail #mv .mv__titlebox-cat02 {
    font-size: 14px;
  }
  #productsdetail #mv .mv__titlebox-name {
    font-size: 18px;
  }
}

#interview {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  #interview {
    padding-top: 50px;
  }
}
#interview #mv {
  margin-bottom: 40px;
}
#interview #mv .mv__bkgimg {
  height: 540px;
  width: 100%;
  background-image: url(../../recruit/img/interview/mv_img01.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 959px) {
  #interview #mv .mv__bkgimg {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  #interview #mv .mv__bkgimg {
    height: 280px;
  }
}
#interview #mv .mv__inr {
  height: 540px;
  width: 1068px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #interview #mv .mv__inr {
    width: 88%;
  }
}
@media screen and (max-width: 959px) {
  #interview #mv .mv__inr {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  #interview #mv .mv__inr {
    height: 280px;
  }
}
#interview #mv .mv__textbox {
  background-color: #481c7b;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  #interview #mv .mv__textbox {
    width: 380px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #interview #mv .mv__textbox {
    width: 80%;
    margin: 0 auto;
  }
}
#interview #mv .mv__textbox-inr {
  padding: 70px;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#interview #mv .mv__textbox-inr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: block;
  background-color: #481c7b;
  width: 25px;
  height: 20px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 959px) {
  #interview #mv .mv__textbox-inr {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #interview #mv .mv__textbox-inr {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  #interview #mv .mv__textbox-inr {
    padding: 10px;
  }
}
#interview #mv .mv__textbox-subtitle {
  font-size: 20px;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 10px;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 959px) {
  #interview #mv .mv__textbox-subtitle {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  #interview #mv .mv__textbox-subtitle {
    font-size: 16px;
  }
}
#interview #mv .mv__textbox-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  #interview #mv .mv__textbox-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #interview #mv .mv__textbox-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #interview #mv .mv__textbox-title {
    font-size: 18px;
  }
}
#interview #sec01 {
  padding: 0 0 120px;
}
@media screen and (max-width: 959px) {
  #interview #sec01 {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #interview #sec01 {
    padding: 0 0 60px;
  }
}
#interview #sec01 .sec01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
#interview #sec01 .sec01__list li {
  margin: 0 15px 30px;
  width: calc((100% - 60px) / 2);
  border: 2px solid #481b7b;
  padding: 20px 30px 30px;
}
@media screen and (max-width: 959px) {
  #interview #sec01 .sec01__list li {
    margin: 0 10px 20px;
    padding: 20px 10px;
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  #interview #sec01 .sec01__list li {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 480px) {
  #interview #sec01 .sec01__list li {
    width: 100%;
  }
}
#interview #sec01 .sec01__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #interview #sec01 .sec01__flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#interview #sec01 .sec01__imgbox {
  width: 112px;
}
@media screen and (max-width: 959px) {
  #interview #sec01 .sec01__imgbox {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  #interview #sec01 .sec01__imgbox {
    margin-bottom: 10px;
    width: 112px;
  }
}
#interview #sec01 .sec01__imgbox picture,
#interview #sec01 .sec01__imgbox img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#interview #sec01 .sec01__titlebox {
  width: calc(100% - 142px);
}
@media screen and (max-width: 959px) {
  #interview #sec01 .sec01__titlebox {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  #interview #sec01 .sec01__titlebox {
    width: 100%;
  }
}
#interview #sec01 .sec01__titlebox-en {
  font-size: 20px;
  font-weight: bold;
  font-family: "Lato", serif;
  line-height: 1.6;
  color: #481b7b;
}
@media screen and (max-width: 959px) {
  #interview #sec01 .sec01__titlebox-en {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #interview #sec01 .sec01__titlebox-en {
    font-size: 16px;
  }
}
#interview #sec01 .sec01__titlebox-namebox {
  background-color: #481b7b;
  color: #fff;
  padding: 5px 10px 8px;
}
#interview #sec01 .sec01__titlebox-namebox span {
  font-size: 12px;
}
#interview #sec01 .sec01__titlebox-namebox p {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  #interview #sec01 .sec01__titlebox-namebox p {
    font-size: 15px;
  }
}
#interview #sec01 .sec01__text {
  font-size: 12px;
  line-height: 1.8;
}
#interview #sec02 {
  padding: 0 0 120px;
}
@media screen and (max-width: 959px) {
  #interview #sec02 {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #interview #sec02 {
    padding: 0 0 60px;
  }
}
#interview #sec02 .sec02__titlebox-title {
  padding-left: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #481c7b;
  position: relative;
  line-height: 1.6;
  margin-bottom: 50px;
}
#interview #sec02 .sec02__titlebox-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #481c7b;
  display: block;
  width: 6px;
  height: 82%;
}
@media screen and (max-width: 959px) {
  #interview #sec02 .sec02__titlebox-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
#interview #sec02 .sec02__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #interview #sec02 .sec02__flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #interview #sec02 .sec02__flexbox {
    margin-bottom: 60px;
  }
}
#interview #sec02 .sec02__flexbox.fr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#interview #sec02 .sec02__flexbox.mb0 {
  margin-bottom: 0px;
}
#interview #sec02 .sec02__flexbox-textbox {
  width: 46%;
}
@media screen and (max-width: 959px) {
  #interview #sec02 .sec02__flexbox-textbox {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #interview #sec02 .sec02__flexbox-textbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
#interview #sec02 .sec02__flexbox-imgbox {
  width: 528px;
}
@media screen and (max-width: 1200px) {
  #interview #sec02 .sec02__flexbox-imgbox {
    width: 46%;
  }
}
@media screen and (max-width: 959px) {
  #interview #sec02 .sec02__flexbox-imgbox {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #interview #sec02 .sec02__flexbox-imgbox {
    width: 100%;
  }
}
#interview #sec02 .sec02__flexbox-imgbox picture,
#interview #sec02 .sec02__flexbox-imgbox img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#interview #sec02 .sec02__flexbox-imgbox_img02 {
  margin-top: 30px;
}
#interview #sec02 .sec02__onebox {
  margin-bottom: 80px;
}
#interview #sec02 .sec02__oneimg01 {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #interview #sec02 .sec02__oneimg01 {
    margin-bottom: 60px;
  }
}
#interview #sec02 .sec02__oneimg01 picture,
#interview #sec02 .sec02__oneimg01 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#interview #sec02 .sec02__oneimg02 {
  margin-top: 210px;
  margin-bottom: 210px;
}
@media screen and (max-width: 768px) {
  #interview #sec02 .sec02__oneimg02 {
    margin-top: 110px;
    margin-bottom: 110px;
    display: none;
  }
}
#interview #sec02 .sec02__oneimg02 picture,
#interview #sec02 .sec02__oneimg02 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#interview #sec02 .sec02__interviewlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#interview #sec02 .sec02__interviewlist li:last-child {
  margin-bottom: 0px;
}
#interview #sec02 .sec02__interviewlist-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #interview #sec02 .sec02__interviewlist-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#interview #sec02 .sec02__interviewlist-flex_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 470px);
}
@media screen and (max-width: 768px) {
  #interview #sec02 .sec02__interviewlist-flex_inr {
    width: 100%;
    margin-bottom: 10px;
  }
}
#interview #sec02 .sec02__interviewlist-imgbox {
  width: 112px;
}
#interview #sec02 .sec02__interviewlist-imgbox picture,
#interview #sec02 .sec02__interviewlist-imgbox img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #interview #sec02 .sec02__interviewlist-imgbox {
    width: 80px;
  }
}
#interview #sec02 .sec02__interviewlist-textbox {
  width: calc(100% - 132px);
}
@media screen and (max-width: 768px) {
  #interview #sec02 .sec02__interviewlist-textbox {
    width: calc(100% - 90px);
  }
}
#interview #sec02 .sec02__interviewlist-imgbox02 {
  width: 450px;
}
#interview #sec02 .sec02__interviewlist-imgbox02 picture,
#interview #sec02 .sec02__interviewlist-imgbox02 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #interview #sec02 .sec02__interviewlist-imgbox02 {
    width: 100%;
  }
}
#interview #entrybox {
  background-color: #fcfaff;
  border-top: #481c7b 4px solid;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #interview #entrybox {
    padding: 40px 0;
  }
}
#interview #entrybox .entrybox__inr {
  width: 1068px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #interview #entrybox .entrybox__inr {
    width: 88%;
  }
}
#interview #entrybox .entrybox__textbox-title {
  font-size: 40px;
  font-weight: bold;
  color: #481c7b;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #interview #entrybox .entrybox__textbox-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#interview #entrybox .entrybox__textbox-text {
  font-size: 16px;
  max-width: 340px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #interview #entrybox .entrybox__textbox-text {
    font-size: 14px;
    max-width: 80%;
    margin: 0 auto 30px;
  }
}
#interview #entrybox .entrybox__textbox-btn {
  width: 480px;
  margin: 0 auto;
  display: block;
  background-color: #481c7b;
  border: 1px solid #481c7b;
  text-align: center;
  line-height: 1;
  font-family: "Lato", serif;
  font-size: 14px;
  padding: 20px 0;
}
#interview #entrybox .entrybox__textbox-btn:hover {
  background-color: #fff;
  color: #481c7b;
}
#interview #entrybox .entrybox__textbox-btn span {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 2px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #interview #entrybox .entrybox__textbox-btn {
    width: 100%;
    max-width: 280px;
    font-size: 12px;
    padding: 10px 0;
  }
  #interview #entrybox .entrybox__textbox-btn span {
    font-size: 20px;
  }
}

#special {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  #special {
    padding-top: 50px;
  }
}
#special #mv {
  background-color: #fcfaff;
  padding: 80px 0 50px;
}
@media screen and (max-width: 768px) {
  #special #mv {
    padding: 60px 0 40px;
  }
}
#special #mv .mv__inr {
  max-width: 1068px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #special #mv .mv__inr {
    width: 88%;
  }
}
#special #mv .mv__titlebox {
  text-align: center;
}
#special #mv .mv__titlebox-title {
  color: #481b7b;
  font-size: 44px;
  line-height: 1.4;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
}
#special #mv .mv__titlebox-title::before {
  content: "KOHYEI";
  position: absolute;
  top: 0;
  right: 56px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  color: #481b7b;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #special #mv .mv__titlebox-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #special #mv .mv__titlebox-title::before {
    right: 25px;
    font-size: 14px;
  }
}
#special #mv .mv__titlebox-text {
  font-size: 26px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #special #mv .mv__titlebox-text {
    font-size: 18px;
    line-height: 1.8;
  }
}
#special #sec01 .sec01__mapbox {
  background-image: url(../../special/img/sec_bkg.png);
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
#special #sec01 .sec01__mapbox-text {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  #special #sec01 .sec01__mapbox-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #special #sec01 .sec01__mapbox-text {
    font-size: 13px;
    bottom: 10px;
    right: 10px;
  }
}
#special #sec01 .sec01__mapbox-img {
  text-align: center;
  width: 1025px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#special #sec01 .sec01__mapbox-img img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  #special #sec01 .sec01__mapbox-img {
    width: 600px;
  }
}
@media screen and (max-width: 620px) {
  #special #sec01 .sec01__mapbox-img {
    width: 320px;
  }
}
#special #sec01 .sec01__mapbox-modalbutton {
  cursor: pointer;
  -webkit-animation: fuwafuwa 2s infinite;
          animation: fuwafuwa 2s infinite;
  position: absolute;
}
#special #sec01 .sec01__mapbox-modalbutton img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#special #sec01 .sec01__mapbox-modalbutton:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#special #sec01 .sec01__mapbox-modalbutton01 {
  right: 40.4%;
  top: -1.8%;
}
#special #sec01 .sec01__mapbox-modalbutton02 {
  left: 47%;
  top: 20%;
}
#special #sec01 .sec01__mapbox-modalbutton03 {
  right: 19.4%;
  top: 27.2%;
}
#special #sec01 .sec01__mapbox-modalbutton04 {
  left: 39%;
  top: 38%;
}
#special #sec01 .sec01__mapbox-modalbutton05 {
  right: 32%;
  bottom: 22%;
}
#special #sec01 .sec01__mapbox-modalbutton06 {
  left: 25%;
  top: 40%;
}
#special #sec01 .sec01__mapbox-modalbutton07 {
  left: 35%;
  bottom: 18%;
}
#special #sec01 .sec01__mapbox-modalbutton img {
  width: 50px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  #special #sec01 .sec01__mapbox-modalbutton img {
    width: 30px;
  }
}
@media screen and (max-width: 620px) {
  #special #sec01 .sec01__mapbox-modalbutton01 {
    top: -8.8%;
  }
  #special #sec01 .sec01__mapbox-modalbutton02 {
    top: 16%;
  }
  #special #sec01 .sec01__mapbox-modalbutton03 {
    top: 22.2%;
  }
  #special #sec01 .sec01__mapbox-modalbutton04 {
    top: 33%;
  }
  #special #sec01 .sec01__mapbox-modalbutton05 {
    bottom: 17%;
  }
  #special #sec01 .sec01__mapbox-modalbutton06 {
    top: 35%;
  }
  #special #sec01 .sec01__mapbox-modalbutton07 {
    bottom: 13%;
  }
  #special #sec01 .sec01__mapbox-modalbutton img {
    width: 25px;
  }
}
#special #sec01 .sec01__modalbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #special #sec01 .sec01__modalbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#special #sec01 .sec01__modalbox-textbox {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #special #sec01 .sec01__modalbox-textbox {
    width: 100%;
  }
}
#special #sec01 .sec01__modalbox-textbox_titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
#special #sec01 .sec01__modalbox-textbox_titlebox-num {
  width: 30px;
  height: 30px;
  background-color: #481c7b;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #special #sec01 .sec01__modalbox-textbox_titlebox-num {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}
#special #sec01 .sec01__modalbox-textbox_titlebox-title {
  font-size: 20px;
  font-weight: bold;
  color: #481c7b;
}
@media screen and (max-width: 768px) {
  #special #sec01 .sec01__modalbox-textbox_titlebox-title {
    font-size: 18px;
  }
}
#special #sec01 .sec01__modalbox-textbox_list li {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #special #sec01 .sec01__modalbox-textbox_list li {
    font-size: 15px;
    line-height: 1.4;
  }
}
#special #sec01 .sec01__modalbox-imgbox {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #special #sec01 .sec01__modalbox-imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
}
#special #sec01 .sec01__modalbox-imgbox img,
#special #sec01 .sec01__modalbox-imgbox picture {
  max-width: 100%;
  height: auto;
}
#special .modal {
  position: relative;
}
#special .modal__bkinr {
  width: 100vw;
  height: 100vh;
  background: rgba(26, 9, 46, 0.85);
}
#special .modal__fixstyle {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  overflow-y: scroll;
}
#special .modal__wrapper {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
#special .modal__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: block;
}
#special .modal__inr {
  max-height: 80%;
  position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  overflow-y: scroll !important;
  max-width: 800px;
}
@media screen and (max-width: 959px) {
  #special .modal__inr {
    width: 80%;
  }
}
#special .modal__closearea {
  position: relative;
}
#special .modal__closearea-btn01 {
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  z-index: 11;
  right: 18px;
  top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
#special .modal__closearea-btn01 span::before,
#special .modal__closearea-btn01 span::after {
  position: absolute;
  top: 46%;
  left: 50%;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #3e3a39;
}
#special .modal__closearea-btn01 span::before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
#special .modal__closearea-btn01 span::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #special .modal__closearea-btn01 {
    width: 24px;
    height: 24px;
    right: 8px;
    top: 10px;
  }
  #special .modal__closearea-btn01 span::before,
#special .modal__closearea-btn01 span::after {
    width: 20px;
  }
}
#special .modal__box {
  position: relative;
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  #special .modal__box {
    padding: 32px 28px;
  }
}