@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", "Yu Gothic Medium", "BIZ UDPGothic", Meiryo, noto-sans-cjk-jp, sans-serif;
  padding-bottom: 0;
  margin: 0;
  color: #342F2C;
}

h1, h2, h3, h4, h5, div, p, ul, li, dl, dt, dd {
  margin: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  padding: 0;
  box-sizing: border-box;
  color: #222;
}

table {
  border-spacing: 0;
}

p {
  font-size: 16px;
  line-height: 2.3;
}

li {
  list-style: none;
}

a {
  color: #222;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

a img {
  transition: all 0.25s ease;
}

a:hover img {
  opacity: 0.6;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.flex {
  display: flex;
}

.sp {
  display: none;
}

.font-cor {
  font-family: "Cormorant Garamond", serif;
}

.link a {
  position: relative;
}
.link a::before {
  content: "";
  display: block;
  width: 135%;
  height: 1px;
  transform-origin: 100% 50%;
  transform: scale(0, 1);
  transition: transform 0.6s cubic-bezier(0.36, 0.14, 0, 1);
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #000;
}
.link a:hover::before {
  transform-origin: 0% 50%;
  transform: scale(1, 1);
}
.link a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  background-image: url(../img/arrow-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.link a:hover::after {
  right: -35px;
}
.link a.blank::after {
  width: 18px;
  height: 18px;
  background-image: url(../img/arrow-blank.png);
}
.link a.blank:hover::after {
  top: 50%;
  right: -35px;
  top: calc(50% - 5px);
}

header {
  position: relative;
  z-index: 100;
}

header .pc {
  position: fixed;
  width: 100%;
  padding: 20px 0;
}
header .pc.header-bg {
  background-color: #fff;
}
header .pc .flex {
  justify-content: space-between;
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
header .pc .header-pc-logo a {
  display: block;
}
header .pc .header-pc-logo a img {
  display: block;
  max-width: 150px;
}
header .pc .header-menu {
  align-self: center;
}
header .pc .header-menu li {
  margin: 0 40px 0 0;
}
header .pc .header-menu li.link {
  margin-right: 50px;
}
header .pc .header-menu li.link a::after {
  right: -20px;
}
header .pc .header-menu li.link a:hover::after {
  right: -25px;
}
header .pc .header-menu li a {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #1C1C1C;
}
header .pc .header-menu li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transform-origin: 100% 50%;
  transform: scale(0, 1);
  transition: transform 0.6s cubic-bezier(0.36, 0.14, 0, 1);
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #000;
}
header .pc .header-menu li a:hover::before {
  transform-origin: 0% 50%;
  transform: scale(1, 1);
}

.bread {
  max-width: 1200px;
  margin: 0 auto;
}
.bread li {
  font-size: 12px;
  margin-right: 10px;
  align-self: center;
}
.bread li::after {
  content: ">";
  margin-left: 10px;
}
.bread li:last-child::after {
  display: none;
}

.kv {
  padding: 100px;
}
.kv h1 {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
}

main {
  padding-top: 110px;
}

.top {
  padding-top: 0;
}
.top .mv img {
  width: 100%;
}
.top .mv .movie {
  position: relative;
}
.top .mv .movie::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top .mv iframe {
  width: 100vw;
  height: 56vw;
  border: 0px;
}
.top .mv .slider-sp {
  display: none;
}
.top .mv .slider li {
  -o-object-fit: contain;
     object-fit: contain;
}
.top .mv .slick-dots {
  position: absolute;
  display: flex;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.top .mv .slick-dots li {
  position: relative;
  margin-right: 30px;
}
.top .mv .slick-dots li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #000;
  top: 60%;
  transform: translateX(50%);
}
.top .mv .slick-dots li:last-child::after {
  display: none;
}
.top .mv .slick-dots li.slick-active button {
  color: #fff;
}
.top .mv .slick-dots li button {
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
  border: none;
  background-color: unset;
  cursor: pointer;
}
.top .key-text {
  margin: 90px auto 160px;
  text-align: center;
}
.top .key-text h1 {
  font-size: 24px;
}
.top .key-text p {
  font-size: 19px;
}
.top .key-text-under {
  position: relative;
  max-width: 650px;
  margin: 150px auto 0;
}
.top .key-text-under::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  top: -100px;
  left: 50%;
  background-color: #D1D1D1;
}
.top .key-text-under p {
  text-align: left;
  font-size: 15px;
  line-height: 2.3;
}
.top-company {
  position: relative;
}
.top-company:hover img {
  transform: scale(1.1);
}
.top-company-img {
  overflow: hidden;
}
.top-company-img img {
  transition: 0.3s;
  width: 100%;
  height: auto;
}
.top-company-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 450px;
  width: 100%;
  height: auto;
  padding: 88px 48px;
  background-color: #fff;
  margin: 0 auto;
}
.top-company-block h2 {
  font-size: 56px;
  text-align: center;
  margin-bottom: 25px;
}
.top-company-block p {
  margin-bottom: 50px;
  line-height: 2.3;
}
.top-company-block .link {
  text-align: center;
}
.top-company-block .link a {
  margin-left: -20px;
}
.top-bl {
  max-width: 1200px;
  margin: 160px auto 410px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-bl .top-lookbook {
  transform: translateY(230px);
}
.top-bl-block {
  width: calc(50% - 21px);
}
.top-bl-block.top-brands .top-bl-block-img a {
  border: 12px solid #E9E9E9;
}
.top-bl-block a {
  overflow: hidden;
}
.top-bl-block-img {
  position: relative;
  margin-bottom: 80px;
  display: block;
}
.top-bl-block-img::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 120px;
  background-color: #D1D1D1;
  left: 50%;
  bottom: 0;
  transform: translateY(50%);
}
.top-bl-block-img:hover img {
  transform: scale(1.1);
}
.top-bl-block-img img {
  display: block;
  width: 100%;
}
.top-bl-block-text {
  max-width: 355px;
  text-align: center;
  margin: 0 auto;
}
.top-bl-block-text h2 {
  font-size: 56px;
  margin-bottom: 30px;
}
.top-bl-block-text p {
  margin-bottom: 40px;
  text-align: left;
}
.top-sustainability {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #132800, #B3E101);
}
.top-sustainability::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/bg-sustainaability.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.top-sustainability:hover::before {
  filter: blur(30px);
}
.top-sustainability-block {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.top-sustainability-block h2 {
  color: #fff;
  font-size: 56px;
  margin-bottom: 40px;
}
.top-sustainability .link {
  max-width: 1000px;
  margin: 0 auto;
}
.top-sustainability .link a {
  color: #fff;
}
.top-sustainability .link a::before {
  background-color: #fff;
}
.top-sustainability .link a::after {
  background-image: url(../img/arrow-white-right.png);
}
.top-news {
  max-width: 1080px;
  margin: 150px auto 140px;
}
.top-news h2 {
  font-size: 56px;
  margin-bottom: 100px;
  text-align: center;
}
.top-news-block {
  margin-bottom: 100px;
}
.top-news-block li {
  position: relative;
  border-bottom: 1px solid rgba(28, 28, 28, 0.2);
  transition: 0.3s;
}
.top-news-block li:hover {
  background-color: #F8F8F8;
}
.top-news-block li:hover::after {
  right: 13px;
}
.top-news-block li:hover.blank::after {
  top: calc(45% - 5px);
  right: 5px;
}
.top-news-block li::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  transform: rotate(45deg);
  top: 45%;
  right: 20px;
  transition: 0.3s;
}
.top-news-block li.blank::after {
  background-image: url(../img/arrow-blank.png);
  transform: rotate(0);
  width: 18px;
  height: 18px;
  border: none;
  background-size: cover;
  right: 10px;
}
.top-news-block li a {
  padding: 30px 20px;
}
.top-news-block li span {
  margin-right: 40px;
  font-size: 13px;
}
.top-news-block li .day {
  width: 13%;
}
.top-news-block li .cat {
  background-color: #000;
  width: 17%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 0;
}
.top-news-block li .news-title {
  font-size: 15px;
  word-break: break-all;
  width: 70%;
}
.top-news-archive {
  text-align: center;
}

.company {
  font-weight: bold;
}
.company .philosophy {
  margin-bottom: 100px;
}
.company .philosophy-title {
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}
.company .philosophy-title::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #D1D1D1;
  left: 50%;
  transform: translateY(50%);
}
.company .philosophy-title h2 {
  font-size: 24px;
  margin-bottom: 28px;
}
.company .philosophy-title .lead {
  font-size: 19px;
  font-weight: bold;
}
.company .philosophy-mission-bg {
  text-align: center;
  padding: 165px 0 265px;
  background-image: url(../img/company/bg-mission.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.company .philosophy-mission-bg h3 {
  font-size: 76px;
  color: #fff;
  margin-bottom: 26px;
}
.company .philosophy-mission-bg .lead {
  color: #fff;
  margin-bottom: 60px;
  font-size: 24px;
}
.company .philosophy-mission-bg p {
  color: #fff;
  line-height: 2.7;
}
.company .philosophy-mission-img {
  position: relative;
  margin: -200px auto 0;
  max-width: 900px;
  z-index: 1;
}
.company .philosophy-mission-img::before {
  content: "";
  position: absolute;
  border: #D1D1D1 1px solid;
  top: -10px;
  right: -10px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.company .philosophy-mission-img .img-box {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  background: #fff;
}
.company .philosophy-mission-img .img-box img {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.company .philosophy-mission-detail {
  position: relative;
  margin: 120px auto 145px;
}
.company .philosophy-mission-detail::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #D1D1D1;
  left: 50%;
  bottom: -120px;
}
.company .philosophy-mission-detail .flex {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.company .philosophy-mission-detail .flex .detail-box {
  width: 27.33333%;
  margin: 0 3%;
}
.company .philosophy-mission-detail .flex .detail-box01 p {
  text-align: center;
}
.company .philosophy-mission-detail .flex .detail-box h4 {
  position: relative;
  font-size: 38px;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 18px;
}
.company .philosophy-mission-detail .flex .detail-box h4::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.company .philosophy-mission-detail .flex .detail-box .lead {
  font-size: 15px;
  text-align: center;
  margin-bottom: 70px;
}
.company .philosophy-mission-detail .flex .detail-box01 h4::after {
  background-color: #F2D7E6;
}
.company .philosophy-mission-detail .flex .detail-box02 h4::after {
  background-color: #D6F3F7;
}
.company .philosophy-mission-detail .flex .detail-box03 h4::after {
  background-color: #F8F2CE;
}
.company .philosophy-mission-slogan {
  text-align: center;
  background-image: url(../img/company/bg-slogan.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 580px;
  padding: 90px 0;
}
.company .philosophy-mission-slogan h4 {
  font-size: 38px;
  margin-bottom: 18px;
}
.company .philosophy-mission-slogan p {
  font-size: 15px;
}
.company .plofile {
  background-color: #FAFAFA;
  padding: 80px 20px 100px;
}
.company .plofile-title {
  text-align: center;
}
.company .plofile-title h2 {
  font-size: 24px;
  margin-bottom: 28px;
}
.company .plofile-title .lead {
  font-size: 19px;
}
.company .plofile-table table {
  max-width: 980px;
  width: 100%;
  margin: 80px auto 0;
}
.company .plofile-table table tr:first-child th {
  border-top: #1c1c1c 1px solid;
}
.company .plofile-table table tr:first-child td {
  border-top: 1px solid #D1D1D1;
}
.company .plofile-table table th {
  width: 230px;
  padding: 35px 0;
  border-bottom: #1c1c1c 1px solid;
  text-align: left;
  vertical-align: top;
  line-height: 2;
  font-size: 15px;
}
.company .plofile-table table td {
  padding: 35px 30px;
  font-weight: normal;
  border-bottom: #D1D1D1 1px solid;
  line-height: 2;
  font-size: 15px;
}
.company .plofile-table table td .flex {
  justify-content: left;
}
.company .plofile-table table td .flex span {
  width: 90px;
}

.news .section02 {
  max-width: 1200px;
  margin: 0 auto;
}
.news .section02 .select-category {
  text-align: center;
  margin-bottom: 70px;
}
.news .section02 .select-category select {
  outline: none;
  border: none;
  border-bottom: 1px solid #1C1C1C;
  padding: 5px 5px 10px;
  max-width: 186px;
  width: 33%;
  margin-left: 32px;
  font-size: 16px;
}
.news .section02 .select-category select option {
  font-size: 16px;
}
.news .section02 .flex {
  flex-wrap: wrap;
}
.news .section02 .flex .news_wrapper {
  width: 30%;
  margin: 0 1.66% 75px;
}
.news .section02 .flex .news_wrapper .newsBox:hover img {
  transform: scale(1.1);
}
.news .section02 .flex .news_wrapper .newsBox .news-thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
}
.news .section02 .flex .news_wrapper .newsBox .news-thumbnail .day {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  background-color: #fff;
  color: rgba(28, 28, 28, 0.5);
  font-size: 12px;
}
.news .section02 .flex .news_wrapper .newsBox img {
  display: block;
  width: 100%;
  max-width: 364px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  aspect-ratio: 1;
}
.news .section02 .flex .news_wrapper .newsBox h4 {
  font-size: 18px;
  word-break: break-all;
  padding-bottom: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.news .section02 .flex .news_wrapper .newsBox .flex {
  justify-content: space-between;
  flex-wrap: unset;
}
.news .section02 .flex .news_wrapper .newsBox .flex .cat-list {
  display: flex;
  flex-wrap: wrap;
}
.news .section02 .flex .news_wrapper .newsBox .flex .cat-list a {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 10px;
  padding: 7px 14px;
  margin: 0 10px 10px 0;
  font-weight: bold;
  display: block;
}
.news .pagination {
  text-align: center;
  margin: 60px 0;
}
.news .pagination .page-numbers {
  padding: 0 5px 11px;
  margin: 2px;
  transition: 0.5s;
  position: relative;
}
.news .pagination .page-numbers::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transform-origin: 100% 50%;
  transform: scale(0, 1);
  transition: transform 0.6s cubic-bezier(0.36, 0.14, 0, 1);
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #000;
}
.news .pagination .page-numbers:hover::before {
  transform-origin: 0% 50%;
  transform: scale(1, 1);
}
.news .pagination .page-numbers.prev {
  margin-right: 30px;
}
.news .pagination .page-numbers.next {
  margin-left: 30px;
}
.news .pagination .prev {
  position: relative;
}
.news .pagination .prev::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/img/arrow-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 10px;
  left: unset;
  bottom: unset;
  top: 50%;
  left: -10px;
  background-color: unset;
  transform: translateY(-90%);
  transition: 0.3s;
}
.news .pagination .prev.page-numbers:hover {
  border-bottom: none;
}
.news .pagination .prev.page-numbers:hover::before {
  left: -15px;
  transform-origin: unset;
  transform: translateY(-90%);
}
.news .pagination .prev.page-numbers:hover {
  border-bottom: none;
}
.news .pagination .next {
  position: relative;
}
.news .pagination .next::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 10px;
  left: unset;
  bottom: unset;
  top: 50%;
  right: -10px;
  background-color: unset;
  transform: translateY(-90%);
  transition: 0.3s;
}
.news .pagination .next.page-numbers:hover {
  border-bottom: none;
}
.news .pagination .next.page-numbers:hover::before {
  right: -15px;
  transform-origin: unset;
  transform: translateY(-90%);
}
.news .pagination .page-numbers.current {
  border-bottom: 1px solid #000;
}

.single .section02 .news-title {
  max-width: 840px;
  margin: 0 auto;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
  word-break: break-all;
}
.single .section02 .flex {
  max-width: 840px;
  margin: 0 auto;
  align-items: center;
}
.single .section02 .day {
  font-size: 15px;
  font-weight: bold;
  color: rgba(28, 28, 28, 0.5);
  padding-right: 23.5px;
}
.single .section02 .cat-list {
  display: flex;
  flex-wrap: wrap;
}
.single .section02 .cat-list a {
  display: block;
  margin-bottom: 10px;
}
.single .section02 .cat-list a, .single .section02 .cat {
  font-size: 10px;
  padding: 7px 14px;
  background-color: rgba(28, 28, 28, 0.06);
  margin-right: 10px;
  font-weight: bold;
  margin-bottom: 0;
}
.single .section02 .news_wrapper {
  max-width: 840px;
  margin: 70px auto 100px;
  word-break: break-all;
}
.single .section02 .news_wrapper p {
  margin-bottom: 50px;
}
.single .section02 .news_wrapper img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.single .section02 .news_wrapper a.blank:hover::before {
  transform: scale(0.9, 1);
}
.single .section02 .other-link {
  justify-content: center;
  margin-bottom: 120px;
}
.single .section02 .other-link .list {
  margin: 0 36px;
}
.single .section02 .other-link .list.link a:hover::before {
  transform: scale(0.8, 1);
}
.single .section02 .other-link .list.link a::after {
  display: none;
}
.single .section02 .other-link .prev a, .single .section02 .other-link .next a {
  position: relative;
}
.single .section02 .other-link .prev a::after, .single .section02 .other-link .next a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  background-image: url(../img/arrow-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: -1px;
  right: -36px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.single .section02 .other-link .prev a:hover::after, .single .section02 .other-link .next a:hover::after {
  right: -41px;
}
.single .section02 .other-link .prev a::after {
  transform: translateY(-50%) rotate(180deg);
  right: auto;
  left: -36px;
}
.single .section02 .other-link .prev a:hover::after {
  left: -41px;
}

.sustainability .kv {
  position: relative;
  padding: 232px 90px 100px;
  margin-top: -140px;
  background-image: url(../img/kv-sdgs.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sustainability .kv::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #D1D1D1;
  left: 50%;
  bottom: 0;
  transform: translateY(50%);
}
.sustainability .kv h1 {
  margin-bottom: 170px;
  color: #fff;
}
.sustainability .kv .kv-heading {
  text-align: center;
  position: relative;
}
.sustainability .kv .kv-heading h3 {
  font-size: 24px;
  margin-bottom: 28px;
  color: #fff;
}
.sustainability .kv .kv-heading p {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}
.sustainability .kv .kv-heading::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background-color: #fff;
  left: 50%;
  bottom: -100%;
}
.sustainability .kv .kv-mission {
  max-width: 584px;
  margin: 140px auto 0;
  text-align: center;
}
.sustainability .kv .kv-mission p {
  font-size: 15px;
  margin-bottom: 54px;
  line-height: 2.8;
  font-weight: bold;
  color: #fff;
}
.sustainability .kv .kv-mission img {
  width: 80%;
  margin: 0 auto;
}
.sustainability .effort {
  position: relative;
  max-width: 1020px;
  padding: 0 20px;
  margin: 120px auto 170px;
}
.sustainability .effort::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #D1D1D1;
  left: 50%;
  bottom: 0;
  transform: translateY(100%);
}
.sustainability .effort-heading {
  text-align: center;
  margin: 0 auto 80px;
}
.sustainability .effort-heading h3 {
  font-size: 24px;
  margin-bottom: 28px;
}
.sustainability .effort-heading p {
  font-size: 19px;
  font-weight: 600;
}
.sustainability .effort-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sustainability .effort-list-box {
  width: calc(50% - 8px);
  margin: 0 auto 50px;
  text-align: center;
}
.sustainability .effort-list-box img {
  width: 100%;
  margin-bottom: 32px;
}
.sustainability .effort-list-box .logo {
  max-height: 45px;
  width: auto;
  margin-bottom: 22px;
}
.sustainability .effort-list-box .logo[alt=ogitsu] {
  max-height: 34px;
}
.sustainability .effort-list-box-text {
  width: calc(100% - 60px);
  text-align: center;
  margin: 0 auto;
}
.sustainability .effort-list-box-text h4 {
  font-size: 20px;
  margin-bottom: 24px;
}
.sustainability .effort-list-box-text p {
  text-align: left;
  line-height: 2;
}
.sustainability .topics-news {
  max-width: 1020px;
  padding: 0 20px;
  margin: 120px auto;
}
.sustainability .topics-news-heading {
  text-align: center;
  margin-bottom: 80px;
}
.sustainability .topics-news-heading h3 {
  font-size: 24px;
  margin-bottom: 28px;
}
.sustainability .topics-news-heading p {
  font-size: 19px;
  font-weight: 600;
}
.sustainability .topics-news-list {
  display: flex;
}
.sustainability .topics-news-list-box {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
}
.sustainability .topics-news-list-box a {
  position: relative;
}
.sustainability .topics-news-list-box .day {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  background-color: #fff;
  color: rgba(28, 28, 28, 0.5);
  font-size: 12px;
}
.sustainability .topics-news-list-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.sustainability .topics-news-list-box .news-title {
  display: block;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 16px;
  margin-top: 20px;
  word-break: break-all;
}
.sustainability .topics-news-list-box .flex {
  justify-content: space-between;
}
.sustainability .topics-news-list-box .flex .flex-cat {
  justify-content: left;
  flex-wrap: wrap;
}
.sustainability .topics-news-list-box .flex a {
  font-size: 10px;
  font-weight: bold;
  background-color: rgba(28, 28, 28, 0.06);
  padding: 7px 14px;
  margin: 0 12px 12px 0;
}

.contact-link {
  max-width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
}
.contact-link-box {
  width: calc(31% - 2.9999px);
  margin: 0 1.1666% 24px;
  padding: 55px 0 63px;
  background-color: rgba(28, 28, 28, 0.05);
  border: 1px solid rgba(28, 28, 28, 0);
}
.contact-link-box:hover {
  background-color: rgba(28, 28, 28, 0);
  border: 1px solid rgba(28, 28, 28, 0.2);
}
.contact-link-box h3 {
  font-size: 28px;
  margin-bottom: 43px;
  text-align: center;
}
.contact-link-box h3 span {
  position: relative;
}
.contact-link-box h3 span::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1C1C1C;
  border-right: 1px solid #1C1C1C;
  transform: rotate(45deg);
  top: 33%;
  right: -20px;
}
.contact-link-box p {
  font-size: 14px;
  text-align: center;
}
.contact-text {
  max-width: 1000px;
  margin: 0 auto 70px;
  padding: 0 20px;
}
.contact-text p {
  line-height: 2;
  margin-bottom: 30px;
}
.contact-tel {
  max-width: 1100px;
  margin: 0 auto 70px;
  padding: 0 20px;
}
.contact-tel .flex {
  width: 100%;
  border: 1px solid rgba(28, 28, 28, 0.15);
}
.contact-tel h4 {
  width: 36%;
  padding: 0 76px;
  align-self: center;
  font-size: 20px;
}
.contact-tel-text {
  width: 64%;
  padding: 0 43px 0 30px;
  margin: 52px 0;
  font-size: 15px;
  border-left: 1px solid rgba(28, 28, 28, 0.15);
  line-height: 2.3;
}
.contact-tel-text a {
  font-weight: bold;
}

.form .required {
  padding: 2px 8px;
  font-size: 10px;
  color: #fff;
  background-color: #C43131;
  border-radius: 3px;
  font-weight: bold;
  margin: 0 6px;
}
.form-text {
  max-width: 980px;
  margin: 0 auto 64px;
}
.form-text h3 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.15);
  margin-bottom: 38px;
}
.form-text p {
  text-align: center;
  font-size: 15px;
  margin-bottom: 50px;
}
.form-text p + p {
  margin-bottom: 75px;
}
.form-text-hissu {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.form .mw_wp_form {
  max-width: 820px;
  margin: 0 auto;
}
.form .mw_wp_form .form-label {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
}
.form .mw_wp_form input, .form .mw_wp_form textarea {
  font-size: 15px;
  padding: 18px 20px;
  width: calc(100% - 44px);
  margin-bottom: 50px;
  border: 1px solid rgba(28, 28, 28, 0.15);
  background-color: rgba(28, 28, 28, 0.01);
}
.form .mw_wp_form input::-moz-placeholder, .form .mw_wp_form textarea::-moz-placeholder {
  color: rgba(28, 28, 28, 0.45);
}
.form .mw_wp_form input::placeholder, .form .mw_wp_form textarea::placeholder {
  color: rgba(28, 28, 28, 0.45);
}
.form .mw_wp_form .error {
  margin: -40px 0 30px;
}
.form .mw_wp_form textarea {
  line-height: 1.5;
}
.form .mw_wp_form input.tenpu {
  margin: 0;
  border: none;
  margin-bottom: 0;
  padding: 0 0 10px 0;
  background-color: #fff;
}
.form .mw_wp_form .mwform-file-delete {
  display: none;
}
.form .mw_wp_form .form-parts-tenpu {
  font-size: 14px;
  margin-bottom: 50px;
}
.form .mw_wp_form .form-privacy {
  margin: 10px 0 90px;
  font-size: 15px;
  text-align: center;
}
.form .mw_wp_form .form-privacy h5 {
  margin-bottom: 10px;
  font-size: 15px;
}
.form .mw_wp_form .form-privacy p {
  margin-bottom: 34px;
}
.form .mw_wp_form .form-privacy p a {
  color: #9482B7;
  text-decoration: underline;
}
.form .mw_wp_form .form-privacy input[type=checkbox] {
  display: none;
}
.form .mw_wp_form .form-privacy .mwform-checkbox-field-text {
  position: relative;
  width: auto;
  cursor: pointer;
  padding-left: 30px;
}
.form .mw_wp_form .form-privacy .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  background: rgba(28, 28, 28, 0.01);
  display: block;
  width: 24px;
  height: 24px;
  left: -5px;
  top: 50%;
  border: 1px solid rgba(28, 28, 28, 0.15);
  border-radius: 4px;
  margin-top: -12px;
}
.form .mw_wp_form .form-privacy .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  border-right: 3px solid #1c1c1c;
  border-bottom: 3px solid #1c1c1c;
  display: block;
  height: 14px;
  left: 4px;
  margin-top: -9px;
  opacity: 0;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.form .mw_wp_form .form-privacy input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.form .mw_wp_form .form-privacy .error {
  margin: 0px 0 30px;
}
.form .mw_wp_form .form-btn {
  max-width: 482px;
  margin: 0 auto 120px;
}
.form .mw_wp_form .form-btn input {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #1C1C1C;
  border: 1px solid #1C1C1C;
  transition: 0.3s;
  cursor: pointer;
}
.form .mw_wp_form .form-btn input.submit-btn[name=submitBack] {
  background-color: #fff;
  color: #1c1c1c;
}
.form .mw_wp_form .form-btn input.submit-btn[name=submitBack]:hover {
  color: #fff;
  background-color: #1c1c1c;
}
.form .mw_wp_form .form-btn input:hover {
  color: #1C1C1C;
  background-color: #fff;
}

.confirm {
  padding-top: 150px;
}
.confirm .mw_wp_form .form-label {
  margin-bottom: 5px;
}
.confirm .mw_wp_form p + p {
  margin-bottom: 30px;
}
.confirm .mw_wp_form .form-privacy {
  margin: 40px 0 90px;
}

.thanks {
  padding: 200px 0 100px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.thanks .link {
  margin: 50px 0;
}

.privacy .section01 {
  max-width: 1400px;
  margin: 0 auto;
}
.privacy p {
  line-height: 2;
}
.privacy-tab {
  max-width: 1000px;
  margin: 100px auto;
}
.privacy-tab ul {
  display: flex;
}
.privacy-tab ul li {
  width: 50%;
  text-align: center;
  padding: 0 0 20px;
  border-bottom: 2px solid rgba(28, 28, 28, 0.2);
  cursor: pointer;
}
.privacy-tab ul li.show {
  border-bottom: 2px solid #1c1c1c;
  font-weight: bold;
}
.privacy-policy {
  max-width: 1000px;
  margin: 0 auto 95px;
}
.privacy-policy-heading {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.15);
  margin-bottom: 40px;
}
.privacy-policy-heading h1 {
  font-size: 48px;
}
.privacy-policy-heading p {
  font-size: 24px;
  font-weight: bold;
}
.privacy-policy-text {
  margin-bottom: 120px;
}
.privacy-policy-text h3 {
  margin-bottom: 40px;
  font-size: 20px;
}
.privacy-policy-text p {
  margin-bottom: 30px;
}
.privacy-policy-text .mb-0 {
  margin-bottom: 0;
}
.privacy-policy-text ul {
  margin-left: 30px;
}
.privacy-policy-text ul li {
  counter-increment: cnt;
  line-height: 2.3;
}
.privacy-policy-text ul li::marker {
  display: marker;
  display: -moz-marker;
  content: "（" counter(cnt) "）";
}
.privacy-policy-text .list-block li {
  margin-bottom: 40px;
}
.privacy-policy-text .list-block li span {
  font-weight: bold;
}
.privacy-policy-text img {
  margin-bottom: 50px;
  width: 130px;
}
.privacy .social-policy {
  max-width: 1000px;
  margin: 0 auto 95px;
}

footer {
  background-color: #1C1C1C;
  padding: 100px 0 90px;
}
footer a {
  color: #fff;
  position: relative;
  font-weight: bold;
}
footer a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transform-origin: 100% 50%;
  transform: scale(0, 1);
  transition: transform 0.6s cubic-bezier(0.36, 0.14, 0, 1);
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #fff;
}
footer a:hover::before {
  transform-origin: 0% 50%;
  transform: scale(1, 1);
}
footer .footer-menu {
  max-width: 1200px;
  padding-bottom: 57px;
  border-bottom: #707070 1px solid;
  margin: 0 auto 20px;
}
footer .footer-menu.flex {
  justify-content: space-between;
}
footer .footer-menu-logo a::before {
  display: none;
}
footer .footer-menu-logo img {
  max-width: 150px;
  width: 100%;
}
footer .footer-menu-link li {
  font-size: 13px;
  margin-right: 40px;
}
footer .footer-menu-link li:last-child {
  margin-right: 0;
}
footer .footer-menu-link li.link {
  margin-right: 60px;
}
footer .footer-menu-link li.link a::before {
  background-color: #fff;
}
footer .footer-menu-link li.link a::after {
  background-image: url(../img/arrow-blank-white.png);
  right: -30px;
}
footer .footer-policy {
  max-width: 1200px;
  margin: 0 auto 50px;
  justify-content: right;
  font-size: 12px;
}
footer .footer-policy a {
  margin-left: 30px;
}
footer .copywrite {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  color: #fff;
}

@media (max-width: 820px) and (min-width: 768px) {
  .contact-link-box {
    width: calc(46% - 2px);
    margin: 0 2% 24px;
  }
  .contact-tel h4 {
    padding: 0 30px;
  }
}
@media (max-width: 820px) {
  header .pc {
    display: none;
  }
  #nav-menu-sp {
    display: block;
    position: fixed;
    z-index: 40;
    width: 100%;
  }
  #nav-menu-sp.sp-head-bg {
    background-color: #fff;
  }
  #nav-menu-sp .nav-menu-sp {
    position: relative;
    z-index: 40;
  }
  #nav-menu-sp .header-sp01 {
    width: 54%;
  }
  #nav-menu-sp .header-sp01 .nav-menu-sp {
    justify-content: space-between;
    z-index: 100;
    position: relative;
  }
  #nav-menu-sp .header-sp01 .logo-text {
    width: 100px;
    font-size: 9px;
    display: inline-flex;
    align-self: center;
  }
  #nav-menu-sp .header-sp01 .nav-header {
    height: 65px;
  }
  #nav-menu-sp .header-sp01 .nav-header img {
    height: 25px;
    width: auto;
    padding: 20px 20px;
  }
  #nav-menu-sp .header-sp02 {
    width: 46%;
    justify-content: right;
  }
  #nav-menu-sp .header-sp02 .btn {
    align-self: center;
  }
  #nav-menu-sp .header-sp02 .btn a {
    text-align: center;
    align-self: center;
    margin: 0px;
    width: calc((100% - 50px) / 2);
    max-width: 70px;
    font-size: 10px;
  }
  #nav-menu-sp .header-sp02 .btn a span {
    position: relative;
  }
  #nav-menu-sp .header-sp02 .btn a span::before {
    content: "";
    position: absolute;
    background-image: url(../img/ic-cart.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #nav-menu-sp .header-sp02 .head-tel, #nav-menu-sp .header-sp02 .head-line {
    font-size: 8px;
    display: block;
  }
  #nav-menu-sp .header-sp02 #sp-nav {
    position: relative;
    padding: 20px 20px;
    width: 50px;
  }
  #nav-menu-sp .header-sp02 #sp-nav .header_btn {
    position: relative;
  }
  #nav-menu-sp .header-sp02 #sp-nav .header_btn::before, #nav-menu-sp .header-sp02 #sp-nav .header_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 11px;
    margin: auto;
    width: 26px;
    height: 2px;
    background: #222;
  }
  #nav-menu-sp .header-sp02 #sp-nav .header_btn::before {
    transform: translateY(-7px);
    transition: 0.5s;
  }
  #nav-menu-sp .header-sp02 #sp-nav .header_btn::after {
    transform: translateY(7px);
    transition: 0.5s;
  }
  #nav-menu-sp .header-sp02 #sp-nav .header_btn span {
    display: block;
    width: 0;
    transition: 0.5s;
  }
  #nav-menu-sp .header-sp02 #sp-nav .header_btn span::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 11px;
    margin: auto;
    width: 26px;
    height: 2px;
    background: #222;
  }
  #sp-hamburger {
    height: 100vh;
    width: 100%;
    background-color: #1C1C1C;
    margin: 0 0 0 auto;
    top: 0;
    position: absolute;
    right: -120%;
    transition: all 0.6s;
    overflow-y: auto;
    z-index: 50;
  }
  #sp-hamburger .hamburger-head {
    position: relative;
    padding: 0 20px;
  }
  #sp-hamburger .hamburger-head .batsu {
    position: absolute;
    top: 22px;
    right: 40px;
    color: #fff;
  }
  .show #sp-hamburger {
    right: 0;
  }
  .hamburger-list {
    padding: 50px 40px 0px;
  }
  .hamburger-list li {
    margin-bottom: 24px;
  }
  .hamburger-list li.bb {
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 36px;
  }
  .hamburger-list li a {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
  }
  .hamburger-list li a.blank::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../img/arrow-blank-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }
  .hamburger-privacy {
    padding-bottom: 50px;
  }
  .hamburger-privacy .flex {
    margin-bottom: 24px;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto 24px;
  }
  .hamburger-privacy a {
    color: #fff;
    font-size: 11px;
  }
  .hamburger-privacy-copy {
    font-size: 12px;
    text-align: center;
    color: #fff;
    opacity: 0.2;
  }
  .top-bl {
    margin: 160px 20px 390px;
  }
  .top-sustainability {
    padding: 110px 20px;
  }
  .top-news {
    margin: 150px 20px 140px;
  }
  .bread {
    margin: 0 20px;
  }
  .company .philosophy-mission-img {
    margin: -175px 30px 0;
  }
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .bread {
    display: none;
  }
  .kv {
    padding: 10px 0 100px;
  }
  .kv h1 {
    font-size: 36px;
  }
  .top .mv img, .top .mv video {
    width: 100%;
  }
  .top .mv .slider-sp {
    display: block;
  }
  .top .mv .slider-pc {
    display: none;
  }
  .top .mv .slick-dots li {
    margin-right: 20px;
  }
  .top .mv .slick-dots li button {
    font-size: 20px;
  }
  .top .key-text {
    margin: 80px auto 100px;
  }
  .top .key-text h1 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
  }
  .top .key-text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .top .key-text-under {
    padding: 0 20px;
    margin-top: 140px;
  }
  .top .key-text-under p {
    font-size: 14px;
    line-height: 2.3;
  }
  .top-company-block {
    padding: 45px 32px 50px;
    width: calc(100% - 40px);
    top: 53%;
  }
  .top-company-block h2 {
    font-size: 34px;
    margin-bottom: 38px;
  }
  .top-company-block p {
    margin-bottom: 60px;
  }
  .top-bl {
    display: block;
    margin: 100px auto;
  }
  .top-bl-block {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 80px;
  }
  .top-bl-block-img::after {
    height: 73px;
  }
  .top-bl-block-text {
    padding: 0 10px;
  }
  .top-bl-block-text h2 {
    font-size: 34px;
  }
  .top-bl-block-text p {
    font-size: 14px;
  }
  .top-bl .top-lookbook {
    transform: translateY(0);
  }
  .top-sustainability {
    padding: 75px 26px;
  }
  .top-sustainability::before {
    background-image: url(../img/bg-sustainability.jpg);
  }
  .top-sustainability-block h2 {
    font-size: 34px;
    text-align: center;
  }
  .top-sustainability-block p {
    font-size: 14px;
  }
  .top-sustainability .link {
    text-align: center;
  }
  .top-news {
    margin: 100px auto;
  }
  .top-news h2 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .top-news-block {
    border-top: 1px solid rgba(28, 28, 28, 0.2);
    width: calc(100% - 20px);
    margin: 0 auto 40px;
  }
  .top-news-block li a {
    flex-wrap: wrap;
  }
  .top-news-block li .day {
    width: 20%;
    margin-right: 20px;
  }
  .top-news-block li .cat {
    width: 26%;
    padding: 2px 9px;
  }
  .top-news-block li .news-title {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
  .top-news-block li::after {
    display: none;
  }
  .company .philosophy-mission-bg {
    padding: 195px 0 315px;
    background-image: url(../img/company/bg-mission-sp.jpg);
  }
  .company .philosophy-mission-bg h3 {
    font-size: 44px;
    margin-bottom: 15px;
  }
  .company .philosophy-mission-bg p {
    font-size: 14px;
  }
  .company .philosophy-mission-img {
    margin: -230px auto 0;
    width: calc(100% - 30px);
    transform: translateX(-5px);
  }
  .company .philosophy-mission-img .img-box img {
    width: 90%;
  }
  .company .philosophy-mission-detail .flex {
    display: block;
  }
  .company .philosophy-mission-detail .flex .detail-box {
    width: calc(100% - 60px);
    margin: 0 auto 80px;
  }
  .company .philosophy-mission-detail .flex .detail-box h4 {
    font-size: 22px;
  }
  .company .philosophy-mission-detail .flex .detail-box h4::after {
    height: 4px;
    width: 70px;
  }
  .company .philosophy-mission-detail .flex .detail-box .lead {
    margin-bottom: 40px;
  }
  .company .philosophy-mission-detail .flex .detail-box p {
    font-size: 15px;
  }
  .company .philosophy-mission-detail .flex .detail-box .text-center {
    text-align: center;
  }
  .company .philosophy-mission-slogan {
    width: calc(100% - 30px);
    margin: 0 auto;
    background-size: contain;
    padding: 30px 10px;
  }
  .company .philosophy-mission-slogan h4 {
    font-size: 24px;
  }
  .company .plofile-table table th {
    width: 120px;
    font-size: 15px;
  }
  .company .plofile-table table td {
    padding: 35px 0 35px 5px;
    font-size: 15px;
  }
  .news .section02 .select-category {
    position: relative;
    margin: 0 auto 140px;
  }
  .news .section02 .select-category select {
    max-width: 100%;
    width: calc(50% - 20px);
    margin: 0 auto;
  }
  .news .section02 .select-category select.brand {
    position: absolute;
    bottom: -50px;
    width: calc(100% - 40px);
    max-width: 100%;
    left: 20px;
    margin: 0 auto;
  }
  .news .section02 .flex .news_wrapper {
    width: calc(100% - 30px);
    max-width: 820px;
    margin: 0 auto 75px;
  }
  .single {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .single .section02 .news-title {
    text-align: center;
  }
  .single .section02 > .flex {
    align-items: center;
  }
  .single .section02 .cat-list a {
    margin-bottom: 10px;
  }
  .single .section02 .news_wrapper {
    margin: 70px auto 60px;
  }
  .single .section02 .other-link {
    margin-bottom: 90px;
  }
  .sustainability .kv {
    padding: 127px 20px 100px;
    background-image: url(../img/kv-bg-sdgs.jpg);
  }
  .sustainability .kv .kv-heading h3 {
    font-size: 20px;
  }
  .sustainability .kv .kv-mission p {
    font-size: 14px;
  }
  .sustainability .kv .kv-mission img {
    width: 95%;
  }
  .sustainability .effort {
    padding: 0;
  }
  .sustainability .effort-heading {
    margin-bottom: 50px;
  }
  .sustainability .effort-heading h3 {
    font-size: 20px;
  }
  .sustainability .effort-list-box {
    width: 100%;
  }
  .sustainability .effort-list-box-text {
    width: calc(100% - 40px);
  }
  .sustainability .effort-list-box .logo[alt=carino] {
    max-height: 30px;
  }
  .sustainability .effort-list-box .logo[alt=jacomo] {
    max-height: 23px;
  }
  .sustainability .effort-list-box .logo[alt=ogitsu] {
    max-height: 27px;
  }
  .sustainability .topics-news {
    padding: 0 10px;
    margin: 100px auto 60px;
  }
  .sustainability .topics-news-heading {
    margin-bottom: 17px;
  }
  .sustainability .topics-news-heading h3 {
    font-size: 20px;
  }
  .sustainability .topics-news-list {
    flex-wrap: wrap;
  }
  .sustainability .topics-news-list-box {
    width: 100%;
    margin: 0 0 75px;
  }
  .sustainability .topics-news-list-box img {
    display: block;
    margin-bottom: 20px;
  }
  .contact-link {
    padding: 0 20px;
  }
  .contact-link-box {
    width: 100%;
    padding: 60px 0;
    margin: 0 auto 24px;
  }
  .contact-text {
    padding: 0 20px;
    font-size: 14px;
  }
  .contact-tel {
    padding: 0 20px;
  }
  .contact-tel .flex {
    flex-wrap: wrap;
  }
  .contact-tel h4 {
    width: 100%;
    text-align: center;
    padding: 60px 0;
  }
  .contact-tel-text {
    font-size: 14px;
    width: 100%;
    padding: 30px 0px;
    margin: 0 24px;
    border-left: none;
    border-top: 1px solid rgba(28, 28, 28, 0.15);
  }
  .contact-tel-text a {
    font-weight: normal;
  }
  .form {
    padding: 110px 20px 0;
  }
  .form-text h3 {
    font-size: 18px;
  }
  .form-text p {
    text-align: left;
    font-size: 14px;
  }
  .form-text-hissu {
    text-align: left;
    font-size: 13px;
  }
  .privacy {
    padding: 110px 10px 0;
  }
  .privacy-tab {
    margin: 70px auto;
  }
  .privacy-tab ul li {
    font-size: 12px;
  }
  .privacy-policy {
    padding: 0 10px;
  }
  .privacy-policy-heading h1 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .privacy-policy-heading p {
    font-size: 16px;
    line-height: 1.5;
  }
  .privacy-policy-text {
    margin-bottom: 60px;
  }
  .privacy-policy-text h3 {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .privacy-policy-text p, .privacy-policy-text li {
    line-height: 2;
    font-size: 14px;
  }
  .privacy-policy-text ul {
    margin-left: 35px;
  }
  .privacy-policy-text img {
    margin-bottom: 20px;
  }
  .privacy .social-policy {
    padding: 0 10px;
  }
  footer .footer-menu-logo {
    width: 50%;
    text-align: center;
  }
  footer .footer-menu-link {
    width: 50%;
  }
  footer .footer-menu-link ul {
    display: block;
  }
  footer .footer-menu-link ul li {
    margin: 0 0 40px 35px;
  }
  footer .footer-policy {
    justify-content: center;
  }
  footer .copywrite {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */