@charset "UTF-8";
/* reset css
==============================================================*/
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type="submit"], input[type="image"] {
  border: none;
  padding: 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"] {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type="submit"], input[type="image"], input[type="reset"] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::placeholder {
  color: #929799;
}

i {
  font-style: normal;
}

/* container
===============================================================================================*/
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  background: #f0f5fa;
  color: #002864;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.8;
  letter-spacing: 1px;
  height: 100%;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1300px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body::before, body::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 769px) {
  body::before, body::after {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  body::before, body::after {
    top: 25px;
  }
}
body::before {
  left: 0;
  border-color: #0e78cf transparent transparent transparent;
}
@media screen and (min-width: 769px) {
  body::before {
    border-width: 78px 78px 0 0;
  }
}
@media screen and (max-width: 768px) {
  body::before {
    border-width: 20px 20px 0 0;
  }
}
body::after {
  right: 0;
  border-color: transparent #0e78cf transparent transparent;
}
@media screen and (min-width: 769px) {
  body::after {
    border-width: 0 78px 78px 0;
  }
}
@media screen and (max-width: 768px) {
  body::after {
    border-width: 0 20px 20px 0;
  }
}

#container {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #container {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding: 8px;
  }
}
#container::before, #container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
}
#container::before {
  left: 0;
  border-color: transparent transparent transparent #0e78cf;
}
@media screen and (min-width: 769px) {
  #container::before {
    border-width: 78px 0 0 78px;
  }
}
@media screen and (max-width: 768px) {
  #container::before {
    border-width: 20px 0 0 20px;
  }
}
#container::after {
  right: 0;
  border-color: transparent transparent #0e78cf transparent;
}
@media screen and (min-width: 769px) {
  #container::after {
    border-width: 0 0 78px 78px;
  }
}
@media screen and (max-width: 768px) {
  #container::after {
    border-width: 0 0 20px 20px;
  }
}

#main {
  position: relative;
}
@media screen and (min-width: 769px) {
  #main {
    padding: 2px 0;
  }
}
@media screen and (max-width: 768px) {
  #main {
    padding: 1px 0;
  }
}
#main::before, #main::after {
  content: "";
  display: block;
  height: 100%;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #main::before, #main::after {
    width: 2px;
    background-image: linear-gradient(to bottom, #002864, #002864 10px, transparent 10px, transparent 8px);
    background-size: 2px 18px;
  }
}
@media screen and (max-width: 768px) {
  #main::before, #main::after {
    width: 1px;
    background-image: linear-gradient(to bottom, #002864, #002864 5px, transparent 5px, transparent 4px);
    background-size: 1px 9px;
  }
}
#main::before {
  left: 0;
}
#main::after {
  right: 0;
}

a {
  color: currentColor;
}
@media screen and (min-width: 769px) {
  a {
    -wewbkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  a:hover {
    opacity: 0.5;
  }
  a:focus {
    outline: solid 5px #cb2747;
  }
}

* {
  box-sizing: border-box;
}

.header {
  background: #fff;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .header {
    height: 30px;
    padding: 5px 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 25px;
    padding: 3px 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.header a {
  position: relative;
}
.header a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: rotate(45deg);
}

/* page
===============================================================================================*/
.pageTop {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #cb2747;
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .pageTop {
    width: 35px;
    padding: 27px 0 15px;
    top: 50%;
    right: 0;
    bottom: auto !important;
    font-size: 18px;
    font-size: 1.8rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .pageTop {
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
    padding: 20px 0 0;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}
.pageTop::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .pageTop::after {
    top: 10px;
    border-width: 0 5px 10px 5px;
  }
}
@media screen and (max-width: 768px) {
  .pageTop::after {
    top: 5px;
    border-width: 0 6px 10px 6px;
  }
}
@media screen and (max-width: 768px) {
  .pageTop.is-scroll {
    position: absolute;
  }
}

.kv {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .kv {
    padding: 64px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    padding: 35px 10px 0;
  }
}
.kv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-position: left top, left bottom;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .kv::before {
    background-image: linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px);
    background-size: 18px 2px;
  }
}
@media screen and (max-width: 768px) {
  .kv::before {
    background-image: linear-gradient(to right, #002864, #002864 5px, transparent 5px, transparent 4px);
    background-size: 9px 1px;
  }
}
.kv h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #005e9d;
  line-height: 0.95;
}
@media screen and (min-width: 769px) {
  .kv h1 {
    font-size: 130px;
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .kv h1 {
    font-size: 57px;
    font-size: 5.7rem;
    margin: 7px 0 0;
  }
}
.kv h1 > small {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 700;
  color: #002864;
}
@media screen and (min-width: 769px) {
  .kv h1 > small {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 28px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .kv h1 > small {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 21px 0 0;
  }
}
.kv img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .index {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .index {
    margin: 29px 0 0;
    padding: 0 25px;
  }
}
.index__title {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .index__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .index__title {
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 769px) {
  .index__list {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    text-align: center;
  }
}
.index__list__item {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .index__list__item {
    width: calc(100% / 4 - 37px);
    margin: 0 0 0 50px;
    padding: 10px 0 0 10px;
    border-radius: 10px;
  }
  .index__list__item:first-child {
    margin-left: 0;
  }
  .index__list__item:hover::before {
    top: 10px;
    left: 10px;
  }
  .index__list__item:hover::after {
    left: 10px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .index__list__item {
    margin: 23px 0 0;
    padding: 5px 0 0 5px;
    border-radius: 5px;
  }
  .index__list__item:first-child {
    margin-top: 0;
  }
}
.index__list__item::before, .index__list__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .index__list__item::before, .index__list__item::after {
    -wewbkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}
.index__list__item::before {
  top: 0;
  height: 92%;
  border: solid #002864;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .index__list__item::before {
    width: 94%;
    border-radius: 10px 10px 0 0;
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .index__list__item::before {
    width: 98%;
    border-radius: 5px 5px 0 0;
    border-width: 1px;
  }
}
.index__list__item::after {
  height: 20%;
  bottom: 4%;
  left: 0;
  border-left: solid #002864;
  border-bottom: solid #002864;
}
@media screen and (min-width: 769px) {
  .index__list__item::after {
    width: 75%;
    border-radius: 0 0 0 10px;
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .index__list__item::after {
    width: 80%;
    border-radius: 0 0 0 5px;
    border-width: 1px;
  }
}
.index__list__item > div {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .index__list__item > div {
    padding: 16px 15px 70px 5px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index__list__item > div {
    padding: 11px 50px 12px 8px;
    border-radius: 5px;
  }
}
.index__list__item > div::before, .index__list__item > div::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .index__list__item > div::before {
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .index__list__item > div::before {
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
  }
}
.index__list__item > div::after {
  border-bottom: solid #fff;
  border-right: solid #fff;
}
@media screen and (min-width: 769px) {
  .index__list__item > div::after {
    width: 15px;
    height: 15px;
    left: 48%;
    bottom: 20px;
    transform: rotate(45deg) translate(-50%, 0%);
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .index__list__item > div::after {
    width: 8px;
    height: 8px;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translate(0%, -50%);
    border-width: 1px;
  }
}
.index__list__item .title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #0e78cf;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .index__list__item .title {
    font-size: 28px;
    font-size: 2.8rem;
    min-height: 97px;
  }
}
@media screen and (max-width: 768px) {
  .index__list__item .title {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.index__list__item .title > small {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .index__list__item .title > small {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 9px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .index__list__item .title > small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.index__list__item .text {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .index__list__item .text {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .index__list__item .text {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 3px 0 0;
  }
}
.index__list__item--fashion .title {
  color: #cb2747;
}
.index__list__item--fashion > div::before {
  background: #cb2747;
}
.index__list__item--interest .title {
  color: #856f18;
}
.index__list__item--interest > div::before {
  background: #e0bb28;
}
.index__list__item--action .title {
  color: #0e78cf;
}
.index__list__item--action > div::before {
  background: #0e78cf;
}
.index__list__item--share .title {
  color: #005e9d;
}
.index__list__item--share > div::before {
  background: #005e9d;
}

.intro {
  position: relative;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .intro {
    margin: 220px -20px 0;
    padding: 152px 0 0;
    background-image: linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px);
    background-size: 18px 2px;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    margin: 70px -10px 0;
    padding: 75px 20px 0;
    background-image: linear-gradient(to right, #002864, #002864 5px, transparent 5px, transparent 4px);
    background-size: 9px 1px;
  }
}
.intro::before, .intro::after {
  content: "";
  display: block;
  position: absolute;
}
.intro::before {
  background: url(/policy/sustainable_fashion/assets/img//icon_intro.png) no-repeat 0 0;
  background-size: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 769px) {
  .intro::before {
    width: 262px;
    height: 262px;
    top: -133px;
  }
}
@media screen and (max-width: 768px) {
  .intro::before {
    width: 105px;
    height: 105px;
    top: -52px;
  }
}
.intro::after {
  background: url(/policy/sustainable_fashion/assets/img//bg_intro.png) no-repeat 0 0;
  background-size: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .intro::after {
    width: 90%;
    padding-top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .intro::after {
    width: 110%;
    padding-top: 62%;
  }
}
.intro h2 {
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .intro h2 {
    font-size: 38px;
    font-size: 3.8rem;
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .intro h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 -15px 20px;
    letter-spacing: -1px;
  }
}
.intro h2 > span {
  display: inline;
}
@media screen and (min-width: 769px) {
  .intro .modTextNote {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .intro .modTextNote {
    margin: 20px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .intro__inner {
    max-width: 1110px;
    margin: 0 auto;
  }
}
.intro__movie {
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .intro__movie {
    margin: 38px 0 0;
    padding: 0 0 123px;
  }
}
@media screen and (max-width: 768px) {
  .intro__movie {
    margin: 25px -20px 0;
    padding: 0 0 85px;
  }
}
.intro__movie__box {
  overflow: hidden;
  position: relative;
  background: url(/policy/sustainable_fashion/assets/img/bg_movie.png) no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .intro__movie__box {
    padding-top: 29%;
  }
}
@media screen and (max-width: 768px) {
  .intro__movie__box {
    padding-top: 45%;
  }
}
.intro__movie__box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.intro__movie__box .player {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 200%;
}
.intro__movie__box .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .intro__movie__box .btn {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .intro__movie__box .btn {
    width: 50px;
    height: 50px;
  }
}
.intro__movie__box .btn img {
  width: 100%;
  height: auto;
}

.section {
  position: relative;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .section {
    margin: 0 -20px;
    padding: 20px 50px 200px;
    background-image: linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px);
    background-size: 18px 2px;
    background-position: left 20px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    margin: 0 -10px;
    padding: 10px 10px 78px;
    background-image: linear-gradient(to right, #002864, #002864 5px, transparent 5px, transparent 4px);
    background-size: 9px 1px;
    background-position: left 10px;
  }
}
.section::before, .section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
}
.section::before {
  left: 0;
}
@media screen and (min-width: 769px) {
  .section::before {
    border-width: 78px 78px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section::before {
    border-width: 20px 20px 0 0;
  }
}
.section::after {
  right: 0;
}
@media screen and (min-width: 769px) {
  .section::after {
    border-width: 0 78px 78px 0;
  }
}
@media screen and (max-width: 768px) {
  .section::after {
    border-width: 0 20px 20px 0;
  }
}
.section__title {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .section__title {
    max-width: 735px;
    margin: -85px auto 70px;
    padding: 10px 0 0 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section__title {
    max-width: calc(100% - 50px);
    margin: -42px auto 50px;
    padding: 5px 0 0 5px;
    min-height: 130px;
    border-radius: 5px;
  }
}
.section__title::before, .section__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}
.section__title::before {
  top: 0;
  height: 90%;
  border: solid #002864;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .section__title::before {
    width: 98.5%;
    border-radius: 10px 10px 0 0;
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .section__title::before {
    width: 98%;
    border-radius: 5px 5px 0 0;
    border-width: 1px;
  }
}
.section__title::after {
  height: 20%;
  bottom: 4%;
  left: 0;
  border-left: solid #002864;
  border-bottom: solid #002864;
}
@media screen and (min-width: 769px) {
  .section__title::after {
    width: 85%;
    border-radius: 0 0 0 10px;
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .section__title::after {
    width: 80%;
    border-radius: 0 0 0 5px;
    border-width: 1px;
  }
}
.section__title__inner {
  overflow: hidden;
  background: #fff;
  border-top: solid;
}
@media screen and (min-width: 769px) {
  .section__title__inner {
    padding: 35px 0 30px;
    border-width: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section__title__inner {
    padding: 9px 0 13px;
    border-width: 10px;
    border-radius: 5px;
    min-height: 130px;
  }
}
.section__title h2 {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .section__title h2 {
    font-size: 38px;
    font-size: 3.8rem;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  .section__title h2 {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}
.section__title h2 > span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .section__title h2 > span {
    font-size: 64px;
    font-size: 6.4rem;
    margin: 0 0 10px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 768px) {
  .section__title h2 > span {
    font-size: 33px;
    font-size: 3.3rem;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 769px) {
  .section__title h2 > span > i {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .section__title h2 > span > i {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.section__title p {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .section__title p {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 20px 0 0;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .section__title p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 0 0;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
  .section__lead {
    max-width: 1115px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .section__lead {
    padding: 0 12px;
  }
}
@media screen and (min-width: 769px) {
  .section__item + .section__item {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section__item + .section__item {
    margin: 50px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .section__item__cont {
    max-width: 1115px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .section__item__cont {
    padding: 0 12px;
  }
}
@media screen and (min-width: 769px) {
  .section__item__cont + .section__item__cont {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .section__item__cont + .section__item__cont {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .section__item__cont > * + * {
    margin: 65px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section__item__cont > * + * {
    margin: 28px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .section__item__cont > * + .fashionPoint {
    margin: 23px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section__item__cont > * + .fashionPoint {
    margin: 14px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .section__item__cont .modTextNote + p {
    margin: 27px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section__item__cont .modTextNote + p {
    margin: 10px 0 0;
  }
}
.section__item__cont .tabList {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section__item__cont .tabList {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 769px) {
  .section__item__cont .tabList__item {
    min-width: 310px;
    margin: 0 75px;
  }
}
@media screen and (max-width: 768px) {
  .section__item__cont .tabList__item {
    width: 50%;
    padding: 0 10px;
  }
}
.section__item__cont .tabList__item::before {
  content: "";
  display: block;
  margin: 0 auto;
  background: no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .section__item__cont .tabList__item::before {
    width: 247px;
    height: 223px;
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 768px) {
  .section__item__cont .tabList__item::before {
    width: 80%;
    padding-top: 71%;
    margin-bottom: -10px;
  }
}
.section__item__cont .tabList__item--tab01::before {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_tab01.png);
}
.section__item__cont .tabList__item--tab02::before {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_tab02.png);
}
.section__item__cont .tabList__item.is-current .tabList__item__btn {
  background: #da0e51;
}
.section__item__cont .tabList__item__btn {
  position: relative;
  color: #fff;
  border-radius: 50px;
  background: #002864;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  -wewbkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .section__item__cont .tabList__item__btn {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 20px 15px 50px;
    cursor: pointer;
  }
  .section__item__cont .tabList__item__btn:hover {
    background: #da0e51;
  }
}
@media screen and (max-width: 768px) {
  .section__item__cont .tabList__item__btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 15px 5px 32px;
  }
}
.section__item__cont .tabList__item__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(/policy/sustainable_fashion/assets/img/icon_btn.png) no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .section__item__cont .tabList__item__btn::before {
    width: 30px;
    height: 26px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .section__item__cont .tabList__item__btn::before {
    width: 20px;
    height: 18px;
    left: 10px;
  }
}
.section__item__cont .tabCont {
  text-align: center;
}
.section__item__cont .tabCont img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .section__item__subCont {
    margin-top: 165px;
  }
}
@media screen and (max-width: 768px) {
  .section__item__subCont {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .section__item__subCont .modCasestudy {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.section__item__img {
  text-align: center;
}
.section__item__img > img {
  max-width: 100%;
  height: auto;
}
.section__item__img .caption {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .section__item__img .caption {
    margin: 14px 0 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .section__item__img .caption {
    margin: 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.section__presentsList {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .section__presentsList {
    max-width: 1200px;
    margin: 95px auto 0;
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .section__presentsList {
    flex-wrap: wrap;
    margin: 100px 0 0;
    padding: 0 20px;
  }
}
.section__presentsList > li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .section__presentsList > li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .section__presentsList > li {
    width: 50%;
    margin: 10px 0;
    padding: 0 10px;
  }
}
.section__presentsList > li img {
  max-width: 100%;
  height: auto;
}
.section__copyright {
  color: #000;
  text-align: center;
  letter-spacing: 0px;
}
@media screen and (min-width: 769px) {
  .section__copyright {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 38px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section__copyright {
    margin: 14px -20% 0;
    padding: 0 25%;
    font-size: 10px;
    font-size: 1rem;
    transform-origin: center;
  }
}
.section__copyright > a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .section__copyright > a:hover {
    text-decoration: none;
  }
}
.section--fashion::before {
  border-color: #cb2747 transparent transparent transparent;
}
.section--fashion::after {
  border-color: transparent #cb2747 transparent transparent;
}
.section--fashion .section__title h2 {
  color: #cb2747;
}
@media screen and (max-width: 768px) {
  .section--fashion .section__title h2 > span {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.section--fashion .section__title__inner {
  border-top-color: #cb2747;
}
.section--fashion .section__item:nth-child(odd) .fashionNumberTitle__inner {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .section--fashion .section__item:nth-child(odd) .fashionNumberTitle__inner {
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .section--fashion .section__item:nth-child(odd) .fashionNumberTitle__inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .section--fashion .section__item:nth-child(odd) .fashionNumberTitle__main {
    padding-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .section--fashion .section__item:nth-child(odd) .fashionNumberTitle__main {
    padding-left: 0;
  }
}
.section--fashion .section__item:nth-child(odd) .fashionNumberTitle__main::before {
  right: auto;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section--fashion .section__item:nth-child(even) .fashionNumberTitle__inner {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section--fashion .section__item:nth-child(even) .fashionNumberTitle__main {
    padding-right: 0;
  }
}
.section .fashionNumberTitle {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .section .fashionNumberTitle {
    max-width: 1220px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .section .fashionNumberTitle {
    margin: 0 0 24px;
  }
}
.section .fashionNumberTitle__inner {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .section .fashionNumberTitle__inner {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .section .fashionNumberTitle__inner {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 12px;
  }
}
.section .fashionNumberTitle__numberBox {
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .section .fashionNumberTitle__numberBox {
    width: 166px;
    height: 166px;
    border-radius: 10px;
    padding: 10px 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .section .fashionNumberTitle__numberBox {
    width: 70px;
    border-radius: 5px;
    padding: 5px 0 0 5px;
  }
}
.section .fashionNumberTitle__numberBox::before, .section .fashionNumberTitle__numberBox::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}
.section .fashionNumberTitle__numberBox::before {
  top: 0;
  height: 85%;
  border: solid #002864;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .section .fashionNumberTitle__numberBox::before {
    width: 92%;
    border-radius: 10px 10px 0 0;
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .section .fashionNumberTitle__numberBox::before {
    width: 98%;
    border-radius: 5px 5px 0 0;
    border-width: 1px;
  }
}
.section .fashionNumberTitle__numberBox::after {
  width: 50%;
  height: 20%;
  bottom: 4%;
  left: 0;
  border-left: solid #002864;
  border-bottom: solid #002864;
}
@media screen and (min-width: 769px) {
  .section .fashionNumberTitle__numberBox::after {
    border-radius: 0 0 0 10px;
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .section .fashionNumberTitle__numberBox::after {
    border-radius: 0 0 0 5px;
    border-width: 1px;
  }
}
.section .fashionNumberTitle__numberBox__inner {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .section .fashionNumberTitle__numberBox__inner {
    padding: 39px 15px 0 0;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section .fashionNumberTitle__numberBox__inner {
    padding: 4px 5px 0 0;
    border-radius: 5px;
  }
}
.section .fashionNumberTitle__numberBox__number {
  display: block;
  color: #cb2747;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .section .fashionNumberTitle__numberBox__number {
    font-size: 90px;
    font-size: 9rem;
    line-height: 0.4;
  }
}
@media screen and (max-width: 768px) {
  .section .fashionNumberTitle__numberBox__number {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
  }
}
.section .fashionNumberTitle__numberBox__main {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .section .fashionNumberTitle__numberBox__main {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .section .fashionNumberTitle__numberBox__main {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1;
  }
}
.section .fashionNumberTitle__main {
  position: relative;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .section .fashionNumberTitle__main {
    width: calc(100% - 156px);
    margin: 0 0 25px;
    padding: 0 50px 23px;
  }
}
@media screen and (max-width: 768px) {
  .section .fashionNumberTitle__main {
    width: calc(100% - 55px);
    margin: 0 0 20px;
    padding: 0 18px 4px;
  }
}
.section .fashionNumberTitle__main::before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  bottom: 0;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .section .fashionNumberTitle__main::before {
    right: 10%;
    height: 2px;
    background-image: linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px);
    background-size: 18px 2px;
  }
}
@media screen and (max-width: 768px) {
  .section .fashionNumberTitle__main::before {
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, #002864, #002864 5px, transparent 5px, transparent 4px);
    background-size: 9px 1px;
  }
}
.section .fashionPoint {
  display: flex;
  align-items: center;
  color: #cb2747;
}
.section .fashionPoint > dt {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .section .fashionPoint > dt {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .section .fashionPoint > dt {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.section .fashionPoint > dd {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .section .fashionPoint > dd {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .section .fashionPoint > dd {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 0 8px;
  }
}
.section--interest {
  background-color: #fad232;
}
.section--interest::before {
  border-color: #856f18 transparent transparent transparent;
}
.section--interest::after {
  border-color: transparent #856f18 transparent transparent;
}
.section--interest .section__title h2 {
  color: #856f18;
}
.section--interest .section__title__inner {
  border-top-color: #856f18;
}
.section--interest .modHeadingItem::before {
  border-color: #cb2747 transparent transparent transparent;
}
.section--interest .modHeadingItem::after {
  border-color: transparent transparent #cb2747 transparent;
}
.section--action {
  background-repeat: repeat-x, repeat-y, repeat-y;
}
@media screen and (min-width: 769px) {
  .section--action {
    padding-bottom: 150px;
    background-image: linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px), linear-gradient(90deg, #0e78cf 0%, #0e78cf 50%, #3699dd 50%, #3699dd 100%), linear-gradient(90deg, #0e78cf 0%, #0e78cf 50%, #3699dd 50%, #3699dd 100%);
    background-position: left 20px, left top, right top;
    background-size: 18px 2px, 100% 100%, 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .section--action {
    background-image: linear-gradient(to right, #002864, #002864 5px, transparent 5px, transparent 4px), linear-gradient(90deg, #0e78cf 0%, #0e78cf 50%, #3699dd 50%, #3699dd 100%), linear-gradient(90deg, #0e78cf 0%, #0e78cf 50%, #3699dd 50%, #3699dd 100%);
    background-position: left 10px, left top, right top;
    background-size: 9px 1px, 100% 100%, 100% 100%;
  }
}
.section--action::before {
  border-color: #0b63ac transparent transparent transparent;
}
.section--action::after {
  border-color: transparent #0b63ac transparent transparent;
}
.section--action .section__title h2 {
  color: #0e78cf;
}
.section--action .section__title__inner {
  border-top-color: #0e78cf;
}
.section--action .section__lead {
  color: #000;
}
.section .actionType {
  position: relative;
  display: flex;
}
@media screen and (min-width: 769px) {
  .section .actionType {
    margin: 32px -50px -80px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionType {
    margin: 50px 0 -20px;
  }
}
.section .actionType::before {
  content: "";
  display: block;
  position: absolute;
  top: 33%;
  left: 0;
  transform: translate(0%, -50%);
  width: 100%;
  height: 2px;
  background-repeat: repeat-x;
  background-position: left 33%;
}
@media screen and (min-width: 769px) {
  .section .actionType::before {
    background-image: linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px);
    background-size: 18px 2px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionType::before {
    background-image: linear-gradient(to right, #002864, #002864 5px, transparent 5px, transparent 4px);
    background-size: 9px 1px;
  }
}
.section .actionType__item {
  position: relative;
  width: 50%;
  text-align: center;
}
.section .actionType__item > img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section .actionType__item > img {
    width: 91px;
  }
}
.section .actionType__item__name {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .section .actionType__item__name {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .section .actionType__item__name {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
}
.section .actionType__item__name > span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .section .actionType__item__name > span {
    font-size: 80px;
    font-size: 8rem;
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionType__item__name > span {
    font-size: 30px;
    font-size: 3rem;
  }
}
.section .actionTitle {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .section .actionTitle {
    font-size: 50px;
    font-size: 5rem;
    margin: 0 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.section .actionTitle > span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .section .actionTitle > span {
    font-size: 140px;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .section .actionTitle > span {
    font-size: 40px;
    font-size: 4rem;
  }
}
.section .actionDescription {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  background-repeat: repeat-x;
  background-position: left bottom;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .section .actionDescription {
    max-width: 980px;
    padding: 0 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .section .actionDescription {
    max-width: 80%;
    padding: 0 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.section .actionDescription::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
@media screen and (min-width: 769px) {
  .section .actionDescription::after {
    background-image: linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px);
    background-size: 18px 2px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionDescription::after {
    background-image: linear-gradient(to right, #002864, #002864 5px, transparent 5px, transparent 4px);
    background-size: 9px 1px;
  }
}
.section .actionBox {
  background-position: 50% top;
  background-repeat: repeat-y;
}
@media screen and (min-width: 769px) {
  .section .actionBox {
    margin: 5px 0 0;
    padding: 90px 25px 0;
    background-image: linear-gradient(to bottom, #002864, #002864 10px, transparent 10px, transparent 8px);
    background-size: 2px 18px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox {
    margin: 2px 0 0;
    padding: 30px 12px 0;
    background-image: linear-gradient(to bottom, #002864, #002864 5px, transparent 5px, transparent 4px);
    background-size: 1px 9px;
  }
}
.section .actionBox__section {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .section .actionBox__section {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section {
    border-radius: 5px;
  }
}
@media screen and (min-width: 769px) {
  .section .actionBox__section + .actionBox__section {
    margin: 94px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section + .actionBox__section {
    margin: 40px 0 0;
  }
}
.section .actionBox__section--type::after {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat 0 0;
  background-size: 100%;
  left: 50%;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .section .actionBox__section--type::after {
    width: 224px;
    height: 227px;
    top: 44%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section--type::after {
    width: 112px;
    height: 112px;
    top: 8px;
    transform: translate(-50%, 0%);
  }
}
.section .actionBox__section--type01::after {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_action_type01.png);
}
.section .actionBox__section--type02::after {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_action_type02.png);
}
.section .actionBox__section--type03::after {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_action_type03.png);
}
.section .actionBox__section--type04::after {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_action_type04.png);
}
.section .actionBox__section--type05::after {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_action_type05.png);
}
.section .actionBox__section--type06::after {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_action_type06.png);
}
.section .actionBox__section--type07::after {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_action_type07.png);
}
.section .actionBox__section--type08::after {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_action_type08.png);
}
.section .actionBox__section--type09::after {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_action_type09.png);
}
.section .actionBox__section--type10::after {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_action_type10.png);
}
.section .actionBox__section::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}
@media screen and (min-width: 769px) {
  .section .actionBox__section::before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px), linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px), linear-gradient(to bottom, #002864, #002864 10px, transparent 10px, transparent 8px), linear-gradient(to bottom, #002864, #002864 10px, transparent 10px, transparent 8px);
    background-size: 18px 2px, 18px 2px, 2px 18px, 2px 18px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section::before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #002864, #002864 5px, transparent 5px, transparent 4px), linear-gradient(to right, #002864, #002864 5px, transparent 5px, transparent 4px), linear-gradient(to bottom, #002864, #002864 5px, transparent 5px, transparent 4px), linear-gradient(to bottom, #002864, #002864 5px, transparent 5px, transparent 4px);
    background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  }
}
.section .actionBox__section__inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .section .actionBox__section__inner {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section__inner {
    border-radius: 5px;
  }
}
.section .actionBox__section__type {
  position: relative;
  overflow: hidden;
  display: flex;
}
@media screen and (min-width: 769px) {
  .section .actionBox__section__type {
    padding: 41px 40px 31px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section__type {
    padding: 110px 10px 25px;
  }
}
.section .actionBox__section__type::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f4f4f4 0%, #f4f4f4 50%, #fff 50%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.section .actionBox__section__type .item {
  position: relative;
  width: 50%;
}
.section .actionBox__section__type .item__type {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #cb2747;
}
@media screen and (min-width: 769px) {
  .section .actionBox__section__type .item__type {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section__type .item__type {
    font-size: 10px;
    font-size: 1rem;
  }
}
.section .actionBox__section__type .item__type > span {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .section .actionBox__section__type .item__type > span {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section__type .item__type > span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.section .actionBox__section__type .item__title {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .section .actionBox__section__type .item__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 30px 0 7px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section__type .item__title {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section__type .item__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .section .actionBox__section__type .item:nth-child(odd) {
    padding-right: 140px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section__type .item:nth-child(odd) {
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .section .actionBox__section__type .item:nth-child(odd) .item__type > span {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section__type .item:nth-child(odd) .item__type > span {
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) {
  .section .actionBox__section__type .item:nth-child(even) {
    padding-left: 140px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section__type .item:nth-child(even) {
    padding-left: 20px;
  }
}
.section .actionBox__section__type .item:nth-child(even) .item__type {
  flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
  .section .actionBox__section__type .item:nth-child(even) .item__type > span {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section__type .item:nth-child(even) .item__type > span {
    margin-left: 5px;
  }
}
.section .actionBox__section__type .item:nth-child(even) .item__title {
  text-align: right;
}
.section .actionBox__section__word {
  text-align: center;
  color: #fff;
  background: #0b63ac;
}
@media screen and (min-width: 769px) {
  .section .actionBox__section__word {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .section .actionBox__section__word {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5px;
  }
}
.section--share {
  background-color: #fff;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) {
  .section--share {
    padding: 40px 50px 69px;
    margin-bottom: -20px;
    background-image: linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px);
    background-size: 18px 2px;
    background-position: left calc(100% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .section--share {
    margin-bottom: -10px;
    padding: 40px 10px 23px;
    background-image: linear-gradient(to right, #002864, #002864 5px, transparent 5px, transparent 4px);
    background-size: 9px 1px;
    background-position: left calc(100% - 7px);
  }
}
.section--share::before {
  border-color: #005e9d transparent transparent transparent;
}
.section--share::after {
  border-color: transparent #005e9d transparent transparent;
}
.section--share .section__title h2 {
  color: #005e9d;
}
.section--share .section__title__inner {
  border-top-color: #005e9d;
}
.section .shareTitle {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .section .shareTitle {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .section .shareTitle {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 5px;
  }
}
.section .shareTitle > span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .section .shareTitle > span {
    font-size: 64px;
    font-size: 6.4rem;
    margin: 0 0 10px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 768px) {
  .section .shareTitle > span {
    font-size: 33px;
    font-size: 3.3rem;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 769px) {
  .section .shareList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .section .shareList {
    margin: 15px 0 0;
    padding: 0 35px;
  }
}
@media screen and (min-width: 769px) {
  .section .shareList > li {
    width: calc(100% / 3 - 30px);
    margin: 40px 0 0 40px;
  }
  .section .shareList > li:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section .shareList > li + li {
    margin: 20px 0 0;
  }
}
.section .shareList > li a {
  display: block;
}
.section .shareList > li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .section .shareText {
    max-width: 1200px;
    margin: 50px auto 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section .shareText {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 40px 0 0;
    padding: 0 12px;
  }
}
.section .shareText--line > a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .section .shareText--line > a:hover {
    text-decoration: none;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  display: none;
}
.modal__close {
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  .modal__close {
    width: 50px;
    height: 50px;
    top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .modal__close {
    width: 25px;
    height: 25px;
    top: -30px;
  }
}
.modal__close::before, .modal__close::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(132deg);
}
@media screen and (min-width: 769px) {
  .modal__close::before, .modal__close::after {
    top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .modal__close::before, .modal__close::after {
    top: 12px;
  }
}
.modal__close::after {
  transform: rotate(45deg);
}
.modal__img {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  margin: auto;
  background: #fff;
  padding: 10px;
}
.modal__img > img {
  width: 100%;
  height: auto;
}
.modal__movie {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  margin: auto;
}
.modal__movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .modal__movie {
    width: 53%;
    padding-top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .modal__movie {
    width: 90%;
    padding-top: 50%;
  }
}
.modal__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

/* 汎用モジュール
========================================================*/
.modBpPc {
  display: block;
}
@media screen and (max-width: 768px) {
  .modBpPc {
    display: none;
  }
}
.modBpPc--inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .modBpPc--inline {
    display: none;
  }
}
.modBpSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .modBpSp {
    display: block;
  }
}
.modBpSp--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .modBpSp--inline {
    display: inline;
  }
}
.modHeadingItem {
  position: relative;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #0e78cf;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .modHeadingItem {
    max-width: 780px;
    margin-bottom: 65px;
    font-size: 34px;
    font-size: 3.4rem;
    border-radius: 0 10px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingItem {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 90%;
    margin-bottom: 30px;
    border-radius: 0 5px 0 5px;
  }
}
.modHeadingItem::before, .modHeadingItem::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.modHeadingItem::before {
  top: 0;
  left: 0;
  border-color: #fad232 transparent transparent transparent;
}
@media screen and (min-width: 769px) {
  .modHeadingItem::before {
    border-width: 34px 34px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingItem::before {
    border-width: 13px 13px 0 0;
  }
}
.modHeadingItem::after {
  bottom: 0;
  right: 0;
  border-color: transparent transparent #fad232 transparent;
}
@media screen and (min-width: 769px) {
  .modHeadingItem::after {
    border-width: 0 0 34px 34px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingItem::after {
    border-width: 0 0 13px 13px;
  }
}
.modHeadingItem > span {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  .modHeadingItem > span {
    padding: 18px 5px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingItem > span {
    padding: 6px 5px 7px;
  }
}
.modHeadingItem > span::before, .modHeadingItem > span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-repeat: repeat-x;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .modHeadingItem > span::before, .modHeadingItem > span::after {
    width: 100px;
    height: 2px;
    background-image: linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px);
    background-size: 18px 2px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingItem > span::before, .modHeadingItem > span::after {
    width: 36px;
    height: 1px;
    background-image: linear-gradient(to right, #002864, #002864 4px, transparent 4px, transparent 2px);
    background-size: 8px 1px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingItem > span::before {
    top: 11px;
    left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingItem > span::before {
    top: 4px;
    left: -15px;
  }
}
@media screen and (min-width: 769px) {
  .modHeadingItem > span::after {
    bottom: 11px;
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingItem > span::after {
    bottom: 4px;
    right: -15px;
  }
}
.modHeadingSubSection {
  position: relative;
  background-repeat: repeat-x;
  background-position: left 50%;
}
@media screen and (min-width: 769px) {
  .modHeadingSubSection {
    margin: 0 -50px 70px;
    background-image: linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px);
    background-size: 18px 2px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSubSection {
    line-height: 1.2;
    margin: 0 -10px 25px;
    padding: 0 25px;
    background-image: linear-gradient(to right, #002864, #002864 5px, transparent 5px, transparent 4px);
    background-size: 9px 1px;
  }
}
.modHeadingSubSection > span {
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .modHeadingSubSection > span {
    max-width: 960px;
    font-size: 38px;
    font-size: 3.8rem;
    padding: 20px 10px 28px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSubSection > span {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 5px 10px;
    border-radius: 5px;
  }
}
.modHeadingSubSection > span::before, .modHeadingSubSection > span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.modHeadingSubSection > span::before {
  width: 99.5%;
  height: 90%;
  border: solid #002864;
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .modHeadingSubSection > span::before {
    top: -10px;
    left: -10px;
    border-radius: 10px 10px 0 0;
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSubSection > span::before {
    top: -5px;
    left: -5px;
    border-radius: 5px 5px 0 0;
    border-width: 1px;
  }
}
.modHeadingSubSection > span::after {
  height: 20%;
  bottom: 6%;
  border-left: solid #002864;
  border-bottom: solid #002864;
}
@media screen and (min-width: 769px) {
  .modHeadingSubSection > span::after {
    width: 90%;
    left: -10px;
    border-radius: 0 0 0 10px;
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingSubSection > span::after {
    width: 92%;
    left: -5px;
    border-radius: 0 0 0 5px;
    border-width: 1px;
  }
}
@media screen and (min-width: 769px) {
  .modTextNote {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modTextNote {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modCasestudy {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .modCasestudy {
    margin: 94px 0 0;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy {
    margin: 40px 0 0;
    border-radius: 5px;
  }
}
@media screen and (min-width: 769px) {
  .modCasestudy + .actionBox__section {
    margin: 94px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy + .actionBox__section {
    margin: 40px 0 0;
  }
}
.modCasestudy::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}
@media screen and (min-width: 769px) {
  .modCasestudy::before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px), linear-gradient(to right, #002864, #002864 10px, transparent 10px, transparent 8px), linear-gradient(to bottom, #002864, #002864 10px, transparent 10px, transparent 8px), linear-gradient(to bottom, #002864, #002864 10px, transparent 10px, transparent 8px);
    background-size: 18px 2px, 18px 2px, 2px 18px, 2px 18px;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy::before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #002864, #002864 5px, transparent 5px, transparent 4px), linear-gradient(to right, #002864, #002864 5px, transparent 5px, transparent 4px), linear-gradient(to bottom, #002864, #002864 5px, transparent 5px, transparent 4px), linear-gradient(to bottom, #002864, #002864 5px, transparent 5px, transparent 4px);
    background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  }
}
.modCasestudy__inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .modCasestudy__inner {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__inner {
    border-radius: 5px;
  }
}
@media screen and (min-width: 769px) {
  .modCasestudy__content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .modCasestudy__content .main {
    width: calc(100% - 360px);
    padding: 20px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .main {
    padding: 20px 15px;
  }
}
.modCasestudy__content .main--wide {
  width: 100%;
}
.modCasestudy__content .main__title {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .modCasestudy__content .main__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .main__title {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}
.modCasestudy__content .main__title > span {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #0e78cf;
  letter-spacing: normal;
}
@media screen and (min-width: 769px) {
  .modCasestudy__content .main__title > span {
    font-size: 30px;
    font-size: 3rem;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .main__title > span {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 15px;
  }
}
.modCasestudy__content .main__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  background: no-repeat 0 0;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .modCasestudy__content .main__title--column {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .main__title--column {
    padding: 0 0 0 25px;
  }
}
.modCasestudy__content .main__title--column::before {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_column.png);
}
@media screen and (min-width: 769px) {
  .modCasestudy__content .main__title--column::before {
    width: 43px;
    height: 43px;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .main__title--column::before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 769px) {
  .modCasestudy__content .main__title--case {
    padding: 0 0 0 55px;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .main__title--case {
    padding: 0 0 0 22px;
  }
}
.modCasestudy__content .main__title--case::before {
  background-image: url(/policy/sustainable_fashion/assets/img/icon_casestudy.png);
}
@media screen and (min-width: 769px) {
  .modCasestudy__content .main__title--case::before {
    width: 29px;
    height: 48px;
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .main__title--case::before {
    width: 14px;
    height: 24px;
  }
}
@media screen and (min-width: 769px) {
  .modCasestudy__content .main__note {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .main__note {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
}
.modCasestudy__content .main a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .modCasestudy__content .main a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modCasestudy__content .main a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .main a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modCasestudy__content .img {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modCasestudy__content .img {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .img {
    height: 130px;
  }
}
@media screen and (min-width: 769px) {
  .modCasestudy__content .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .img img {
    width: 100%;
    height: auto;
  }
}
.modCasestudy__content .img--fit img {
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}
@media screen and (min-width: 769px) {
  .modCasestudy__content .img--fit img {
    width: 360px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .img--fit img {
    width: 100%;
    height: 130px;
  }
}
.modCasestudy__content .img--logo {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .img--logo {
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .modCasestudy__content .img--logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content .img--logo img {
    max-width: 60%;
  }
}
.modCasestudy__content--wide {
  display: block;
}
@media screen and (min-width: 769px) {
  .modCasestudy__content--wide {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .modCasestudy__content--wide {
    padding: 0 0 20px;
  }
}
.modCasestudy__content--wide .main, .modCasestudy__content--wide .img {
  width: 100%;
}
.modCasestudy__content--wide .img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modCasestudy__content--wide .img {
    padding: 0 20px;
  }
}
.modCasestudy__content--wide .img img {
  position: static;
  transform: none;
}

/*# sourceMappingURL=style.css.map */
