@charset "utf-8";
#section1 .main {
  padding-top: 10px;
  padding-bottom: 25px;
}

#section1 .main h1 {
  font-size: 2.2em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#section1 .main .box {
  display: flex;
}

#section1 .main .box .img {
  width: 50%;
  /*
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/people/Top_photo_01.png);
*/
}

#section1 .main .box .img .bg-img {
  display: none;
  max-width: 100%;
  padding-bottom: 0%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#section1 .main .box .img .bg-img.active {
  display: block;
  opacity: 1;
}

#section1 .main .box .in-box {
  width: 50%;
  background-color: #f5f5f5;
}

#section1 .main .box .in-box .con {
  padding: 2.25rem 1.5rem;
}

#section1 .main .box .in-box h2 {
  font-weight: 700;
  font-size: 1.6em;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#section1 .main .box .in-box p {
  margin-bottom: 1rem;
}

#section1 .main .box .text p {
  color: #000;
}

#section1 .main .box .in-box ul.tag {
  padding: 1rem 0 6px;
}

#section1 .main .box .in-box ul.tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px 10px;
  border: #00254a 3px solid;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.1s linear;
}

#section1 .main .box .in-box ul.tag li a {
  color: #00254a;
  text-decoration: none;
  transition: all 0.1s linear;
}

#section1 .main .box .in-box ul.tag li:hover a {
  color: #fff !important;
}

#section1 .main .box .in-box ul.tag li:hover {
  background: #fecc00;
  border: #fecc00 3px solid;
}

#section2 .main .box {
  display: flex;
  padding: 0 5%;
  justify-content: center;
}

#section2 .main .box a,
#section2 .main .box a span {
  display: block;
}

#section2 .main .box .con {
  position: relative;
  margin-right: 5%;
  color: #000;
  text-decoration: none;
  width: 47.5%;
  padding-bottom: 25px;
}

#section2 .main .box .con:last-child {
  margin-right: 0;
}

#section2 .main .box .con .img {
  margin-bottom: 20px;
}

#section2 .main .box .con .img .bg-img {
  padding-bottom: 75%;
}

#section2 .main .box .con .img img {
  width: 100%;
  height: auto;
}

#section2 .main .box .con .line {
  width: 100%;
  height: 6px;
  background-color: #16355b;
  transition: opacity 0.5s ease;
  opacity: 0;
}

#section2 .main .box .con:hover .line {
  opacity: 1;
}

#section2 .main .box .con .title {
  margin: 20px 0;
  font-weight: 700;
  color: #16355b;
}

#section2 .main .box .con .more-btn {
  font-size: 0.8em;
  font-weight: 800;
  color: #16355b;
  position: absolute;
  left: 0;
  bottom: 0;
}

#section2 .main .box .con .more-btn:before {
  content: "";
  position: absolute;
  border-bottom: #16355b 2px solid;
  width: 100%;
  left: 0;
  bottom: 1px;
}

#section3 .main {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}

#section3 .main .left-text {
  width: 6%;
  writing-mode: tb-rl;
  font-size: 1.8em;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
}

#section3 .main .main-box {
  width: 94%;
  position: relative;
}

#section3 {
  position: relative;
}

#section3:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 95vh;
  min-height: 800px;
  top: 27.5%;
  background-color: #16355b;
  z-index: -1;
}

#section3 .main .main-box ul {
  margin-bottom: 4rem;
}

#section3 .main .main-box ul li {
  float: left;
  margin-left: 1.25rem;
  position: relative;
  min-width: 125px;
}

#section3 .main .main-box ul li:first-child {
  min-width: auto;
}

#section3 .main .main-box ul li:nth-child(3) {
  min-width: 175px;
}

#section3 .main .main-box .bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
  cursor: pointer;
  position: relative;
}
#section3 .main .main-box .bg-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 77, 77, 0.55);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#section3 .main .main-box .bg-img:hover:before {
  opacity: 1;
}
#section3 .main .main-box ul li.active a.tag,
#section3 .main .main-box ul li a:hover {
  color: #fff;
  background-color: #fecc00;
}

#section3 .main .main-box ul li a {
  text-decoration: none;
  color: #000;
  color: #fecc00;
  border: #fecc00 4px solid;
  display: block;
  padding: 2px 8px;
}

#section3 .main .main-box ul li .story-title a:nth-last-child(2n + 1) {
  border-top: 0;
}

#section3 .main .main-box ul li .story-title {
  max-height: 0;
  overflow: hidden;
  /*transition: max-height 0.5s ease-in-out;*/
  transition: max-height 0.1s ease-in-out;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
}

#section3 .main .main-box ul li.active .story-title.active {
  max-height: 500px;
}

.isotope:after {
  content: "";
  display: block;
  clear: both;
}

#section3 .grid-item,
#section3 .grid-sizer {
  width: 0.01%;
}

#section3 .grid-item {
  float: left;
}

#section3 .gutter-sizer {
  width: 0%;
}

#section3 .main .main-box .grid-item-l-55 {
  width: 55%;
}

#section3 .main .main-box .grid-item-l-50 {
  width: 50%;
}

#section3 .main .main-box .grid-item-l-27 {
  width: 27.5%;
}

#section3 .main .main-box .grid-item-r-45 {
  width: 45%;
}

#section3 .main .main-box .grid-item-r-22 {
  width: 22.5%;
}

#section3 .main .main-box .grid-item:nth-child(3) .bg-img {
  margin-top: 30%;
  padding-bottom: 75%;
}

#section3 .main .main-box .grid-item:nth-child(4) .bg-img {
  padding-bottom: 175%;
}

#section3 .main .main-box .grid-item:nth-child(5) .bg-img {
  margin-top: 75%;
  padding-bottom: 100%;
}

#section3 .main .main-box .grid-item:nth-child(6) .bg-img {
  padding-bottom: 90%;
}

#section3 .main .main-box .grid-item:nth-child(7) .bg-img {
  padding-bottom: 82.5%;
}

#section3 .main .main-box .grid-item:nth-child(8) .bg-img {
  padding-bottom: 162.25%;
}

#section3 .main .main-box .grid-item:nth-child(9) .bg-img {
  padding-bottom: 50%;
}

#section3 .main .main-box .grid-item:nth-child(10) .bg-img {
  padding-bottom: 200%;
}

#section3 .main .main-box .grid-item:nth-child(11) .bg-img {
  padding-bottom: 50%;
}

#section4 .main {
  padding-top: 0;
  padding-bottom: 0;
}

#section4 .main .box-1 {
  display: flex;
  width: 100%;
  padding: 3rem 0;
}

#section4 .main .box-1 .left-text {
  width: 6%;
  writing-mode: tb-rl;
  font-size: 1.8em;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  color: #16355b;
}

#section4 .main .box-1 .con {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 -15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #section4 .main .box-1 .con {
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 -15px;
  }
}

#section4 .main .box-1 .con .c-box {
  width: 25%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #00254a;
  text-decoration: none;
  flex-direction: column;
}

#section4 .main .box-1 .con .c-box p {
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem 0;
  font-weight: 500 !important;
}

#section4 .main .box-1 .con .c-box img {
  border: 3px solid;
  padding: 1.5rem;
  width: 80%;
  margin: 0 auto;
}

#section5 {
  background-color: #16355b;
  color: #ffcc00;
}

#section5 .main {
  padding-top: 80px;
  padding-bottom: 80px;
}

#section5 .main .box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#section5 .main .box.mobile1 {
  display: none;
}

#section5 .main .box .con.top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#section5 .main .box .con.left {
  border-right: 1px solid;
}

#section5 .main .box .con.right {
  border-left: 1px solid;
}

#section5 .main .box .con.left,
#section5 .main .box .con.right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

#section5 .main .box.desktop1 .con.top .t1 {
  width: 40%;
  font-size: 4em;
  font-weight: 900;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  /* font-family: 'HelveticaNeue-Bold'; */
  border-right: 2px solid;
  border-bottom: 2px solid;
}

#section5 .main .box.desktop1 .con.top .t1:after {
  /*    content: '';*/
  display: block;
  position: relative;
  border-left: 1px solid;
  height: 100%;
  width: 1px;
}

#section5 .main .box.desktop1 .con.top .t2 {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  /*    padding-bottom: 0.5em;*/
  border-bottom: 2px solid;
}

#section5 .main .box.desktop1 .con.top .t2 h3 {
  width: 44%;
  font-size: 2.5em;
  font-weight: bolder;
  line-height: 0.95;
  letter-spacing: 5px;
  text-align: right;
  font-family: "HelveticaNeue-CondensedBlack";
  font-style: italic;
  padding-left: 0.5em;
}

#section5 .main .box.desktop1 .con.top .t2 h3 span {
  letter-spacing: 10px;
}

#section5 .main .box.desktop1 .con.top .t2 h3 span span {
  letter-spacing: 2px;
}

#section5 .main .box.desktop1 .con.top .t2 p {
  padding-left: 1em;
  width: 56%;
  font-size: 1.075em;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 2px;
}

#section5 .main .box.desktop1 .con.left .t3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid;
}

#section5 .main .box.desktop1 .con.left .t3 h3 {
  font-size: 2.3em;
  text-transform: uppercase;
  padding: 0.5em 0.5em 0em 0;
  font-weight: 900;
  letter-spacing: 3.5px;
  width: 100%;
  text-align: justify;
  line-height: 110%;
}

#section5 .main .box.desktop1 .con.left .t3 p {
  font-size: 1.2em;
  padding: 0.5em 0.5em 1em 0;
  /* font-weight: 100; */
  letter-spacing: 1.5px;
  width: 100%;
  font-family: "HelveticaNeue-Light";
}

#section5 .main .box.desktop1 .con.left .t4 {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1em;
  padding-right: 0.5em;
  border-right: 2px solid;
}

#section5 .main .box.desktop1 .con.left .t4 h4 {
  writing-mode: tb-rl;
  font-size: 1.8em;
  font-weight: 200;
  width: 30%;
  text-align: left;
  /*    font-style: italic;*/
  text-transform: uppercase;
  font-family: "HelveticaNeue-BoldItalic";
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 70%;
}

#section5 .main .box.desktop1 .con.left .t4 h4 span {
  display: block;
  margin-right: 0.5em;
}

#section5 .main .box.desktop1 .con.left .t4 p {
  width: 70%;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 0 0.5em 0.5em;
  font-family: "HelveticaNeue-LightItalic";
  height: 100%;
  padding-left: 0.5em;
}

#section5 .main .box.desktop1 .con.left .t5 {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 1em 1.2em 0;
}

#section5 .main .box.desktop1 .con.left .t5 h4 {
  font-family: "HelveticaNeue-Bold";
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1.3;
  transform: scaleX(1.3) translateX(11.5%);
  display: flex;
  padding-bottom: 0.5em;

  width: 79%;
}

#section5 .main .box.desktop1 .con.left .t5 p {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  width: 100%;
}

#section5 .main .box.desktop1 .con.left .t5 p span {
  margin-bottom: 0.8em;
  display: block;
}

#section5 .main .box.desktop1 .con.right .t6 {
  width: 100%;
  padding: 0.5em 0 0.5em 1em;
  border-bottom: 2px solid;
}

#section5 .main .box.desktop1 .con.right .t6 h3 {
  writing-mode: tb-rl;
  font-size: 2.2em;
  font-weight: 200;
  width: 17%;
  text-align: left;
  text-transform: uppercase;
  font-family: "HelveticaNeue-Bold";
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1;
}

#section5 .main .box.desktop1 .con.right .t6 h3 span {
  display: block;
}

#section5 .main .box.desktop1 .con.right .t6 p {
  width: 86%;
  font-size: 1.5em;
  line-height: 1.2;
  letter-spacing: 3px;
  font-family: "HelveticaNeue-LightItalic";
}

#section5 .main .box.desktop1 .con.right .t7 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0.8em 1em;
}

#section5 .main .box.desktop1 .con.right .t7 h4 {
  font-size: 2em;
  font-weight: 200;
  line-height: 1.1;
  letter-spacing: 2px;
  width: 23%;
  text-align: left;
  text-transform: uppercase;
  font-family: "HelveticaNeue-Bold";
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#section5 .main .box.desktop1 .con.right .t7 h4 span {
  display: block;
  margin-right: 0.5em;
}

#section5 .main .box.desktop1 .con.right .t7 p {
  width: 77%;
  font-size: 1.2em;
  line-height: 1.3;
  letter-spacing: 1px;
  /* padding-right: 1.25em; */
  /* padding-left: 0.75em; */
  font-family: "HelveticaNeue-LightItalic";
}

#section5 .main .box.desktop1 .con.right .t8 {
  width: 100%;
  background-color: #ffcc00;
  color: #fff;
  font-family: "HelveticaNeue-Bold";
  font-size: 4.2em;
  text-align: center;
  justify-content: center;
  line-height: 1.3;
  letter-spacing: 12px;
  -webkit-text-stroke: 4px #fff;
  text-decoration: none;
  align-items: center;
  display: flex;
  transition: all 0.3s ease-in-out;
}

#section5 .main .box.desktop1 .con.right .t8:hover {
  color: #16355b;
  -webkit-text-stroke: 4px #16355b;
}

#section5 .main .box.mobile1 .con {
  color: #ffcc00;
  display: flex;
}

#section5 .main .box.mobile1 .con .text {
  line-height: 100%;
}

#section5 .main .box.mobile1 .con.con1 .t1 {
  font-size: 5em;
  font-weight: 900;
  padding: 0.2em 0;
  letter-spacing: 3px;
  line-height: 1.5;
  text-align: center;
  display: block;
  width: 100%;
  /*    font-family: 'HelveticaNeue-CondensedBlack';*/
}

#section5 .main .box.mobile1 .con.con2 {
  border-top: #ffcc00 3px solid;
  border-bottom: #ffcc00 3px solid;
}

#section5 .main .box.mobile1 .con.con2 .t1 {
  width: 35%;
  font-size: 4.1em;
  /* font-weight: 700; */
  font-family: "HelveticaNeue-CondensedBlack";
  font-style: italic;
  border-right: #ffcc00 3px solid;
  padding: 0.4em 0;
  padding-right: 0.4em;
  letter-spacing: 1px;
  line-height: 1.2;
}

#section5 .main .box.mobile1 .con.con2 .t2 {
  width: 65%;
  font-size: 2.5em;
  padding: 0.8em 0;
  padding-left: 0.8em;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.5px;
}

#section5 .main .box.mobile1 .con.con3 {
  display: block;
  border-bottom: #ffcc00 3px solid;
}

#section5 .main .box.mobile1 .con.con3 .t1 {
  margin: 0.4em 0 0.3rem;
  font-weight: 900;
  font-size: 5em;
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
  display: block;
}

#section5 .main .box.mobile1 .con.con3 .t2 {
  margin: 0.4em 0.2rem 0.6em;
  font-size: 2.8em;
  width: 100%;
  line-height: 1.3;
  letter-spacing: 1.1px;
  font-weight: 400;
}

#section5 .main .box.mobile1 .con.con4 {
  border-bottom: #ffcc00 3px solid;
}

#section5 .main .box.mobile1 .con.con4 .t1 {
  font-size: 3em;
  width: 85%;
  line-height: 1.2;
  font-style: italic;
  margin: 0.4em 0.2em;
  letter-spacing: 1.6px;
}

#section5 .main .box.mobile1 .con.con4 .t2 {
  width: 14%;
  font-style: italic;
  font-family: "HelveticaNeue-CondensedBlack";
  font-weight: 900;
  font-size: 4em;
  writing-mode: tb-rl;
  margin: 0.4em 0;
  line-height: 1;
  letter-spacing: 3px;
}

#section5 .main .box.mobile1 .con.con5 {
  border-bottom: #ffcc00 3px solid;
}

#section5 .main .box.mobile1 .con.con5 .left {
  width: 60%;
  border-right: #ffcc00 3px solid;
  display: flex;
  padding: 2em;
  padding-left: 0;
}

#section5 .main .box.mobile1 .con.con5 .right {
  width: 40%;
  padding: 2em;
  padding-right: 0;
}

#section5 .main .box.mobile1 .con.con5 .t1 {
  writing-mode: tb-rl;
  font-style: italic;
  font-family: "HelveticaNeue-CondensedBlack";
  width: 25%;
  font-size: 4.4em;
  letter-spacing: 0.06em;
  padding-right: 0.4em;
}

#section5 .main .box.mobile1 .con.con5 .t2 {
  width: 75%;
  font-size: 3em;
  letter-spacing: 0px;
  line-height: 130%;
  font-weight: 400;
  margin-top: -0.6em;
}

#section5 .main .box.mobile1 .con.con5 .t3 {
  font-size: 4em;
  transform: scaleY(0.8);
  padding-bottom: 0.2em;
  margin-top: -0.5em;
  font-weight: 700;
}

#section5 .main .box.mobile1 .con.con5 .t4 {
  font-size: 2.3em;
  line-height: 1.2;
  letter-spacing: 1px;
}

#section5 .main .box.mobile1 .con.con6 {
  padding: 2em 0;
}

#section5 .main .box.mobile1 .con.con6 .t1 {
  width: 20%;
  font-weight: 900;
  font-size: 3.6em;
  margin-right: 0.4em;
}

#section5 .main .box.mobile1 .con.con6 .t2 {
  width: 80%;
  font-size: 3em;
  line-height: 120%;
  font-weight: 300;
}

#section5 .main .box.mobile1 .con.con7 a.t1 {
  width: 100%;
  background-color: #ffcc00;
  color: #fff;
  font-family: "HelveticaNeue-Bold";
  font-size: 7em;
  text-align: center;
  justify-content: center;
  line-height: 1.3;
  letter-spacing: 12px;
  text-decoration: none;
  align-items: center;
  display: flex;
  padding: 10px 0;
  -webkit-text-stroke: 2px #fff;
}

#section5 .main .box.mobile1 .con.con7 a.t1:hover {
  color: #16355b;
  -webkit-text-stroke: 2px #16355b;
}

#section5 .main div.text {
  align-items: center;
  display: flex;
  /*    padding: 25px;*/
}

#section5 .main div.main-box {
  width: 95%;
}

#section5 .main div.right-text {
  writing-mode: tb-rl;
  display: flex;
  font-size: 2.5em;
  font-weight: 200;
  width: 5%;
  font-style: italic;
  align-items: center;
}

#section5 .main div.main-box .t1 {
  padding-top: 0;
  padding-left: 0;
  font-weight: 800;
  font-size: 4em;
  width: 45%;
  line-height: 120%;
  border-bottom: #ffcc00 1px solid;
  border-right: #ffcc00 1px solid;
}

#section5 .main div.main-box .t2 {
  padding-top: 0;
  width: 32%;
  font-weight: 200;
  font-size: 1.3em;
  line-height: 130%;
  border-bottom: #ffcc00 1px solid;
  border-right: #ffcc00 1px solid;
}

#section5 .main div.main-box .t3 {
  padding-top: 0;
  font-style: italic;
  width: 23%;
  font-weight: 800;
  font-size: 2em;
  line-height: 130%;
  border-bottom: #ffcc00 1px solid;
  border-right: #ffcc00 1px solid;
}

#section5 .main div.b1 > div {
  width: 50%;
}

#section5 .main div.main-box .t4 {
  padding-left: 0;
  font-size: 2.2em;
  line-height: 120%;
  border-bottom: #ffcc00 1px solid;
  border-right: #ffcc00 1px solid;
}

#section5 .main div.main-box .t5 {
  padding-left: 0;
  font-style: italic;
  padding-bottom: 0;
  font-size: 1.8em;
  font-weight: 200;
  line-height: 115%;
  border-right: #ffcc00 1px solid;
}

#section5 .main div.main-box .t6 {
  padding-bottom: 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 115%;
  border-right: #ffcc00 1px solid;
}

#section5 .main div.main-box .t7 {
  font-weight: 200;
  line-height: 110%;
  font-size: 1.8em;
  border-bottom: #ffcc00 1px solid;
  border-right: #ffcc00 1px solid;
}

#section5 .main div.main-box .t8 {
  writing-mode: tb-rl;
  line-height: 100%;
  letter-spacing: 10px;
  width: 15%;
  font-size: 2.6em;
  font-weight: 700;
}

#section5 .main div.main-box .t9 {
  font-style: italic;
  padding-left: 0;
  line-height: 120%;
  font-size: 1.6em;
  border-bottom: #ffcc00 1px solid;
  border-right: #ffcc00 1px solid;
}

#section5 .main div.main-box .t10 {
  line-height: 120%;
  padding-left: 20px;
  font-size: 2em;
  font-weight: 700;
  border-right: #ffcc00 1px solid;
}

#section5 .main div.main-box .t10 span {
  transform: scaleX(1.15);
}

#section5 .main div.main-box .t11 {
  width: 20%;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 130%;
  border-right: #ffcc00 1px solid;
}

#section5 .main div.b2 {
  width: 65%;
}

@media only screen and (max-width: 1280px) {
  #section5 .main .box {
    font-size: 1.2vw;
  }
}

@media only screen and (max-width: 991px) {
  #section5 .main .box.desktop1 {
    display: none;
  }
  #section5 .main .box.mobile1 {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 870px) {
  #section3 .main .main-box ul li:last-child {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  #section1 .main {
    padding: 0;
  }
  #section1 .main h1 {
    margin-top: 2.5rem;
    padding-top: 0;
    margin-bottom: 50px;
  }
  #section1 .main .box,
  #section2 .main .box {
    flex-wrap: wrap;
  }
  #section1 .main .box .img,
  #section1 .main .box .in-box {
    width: 100%;
  }
  #section1 .main .box .img .bg-img {
    padding-bottom: 66.66%;
  }
  #section1 .main .box .in-box .con {
    padding: 50px 8%;
  }
  #section1 .main .box .in-box h2 {
    /*        margin-bottom: 1.5rem;*/
  }
  #section1 .main .box .in-box p {
    color: #4d4d4d;
  }
  #section2 .main .box .con {
    width: 100%;
    margin-right: 0;
  }
  #section2 .main .box .con:last-child {
    margin-top: 2rem;
  }
  #section3 .main {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  #section3 .main .main-box ul {
    padding-left: 6%;
  }
  #section3 .main .main-box ul li {
    min-width: 250px;
  }
  #section3 .main .main-box ul li a {
    font-weight: 500;
    text-transform: uppercase;
    border: #fecc00 5px solid;
    padding: 2px 10px;
    letter-spacing: 1.1px;
    background: #fff;
    min-width: 200px;
  }
  #section3 .main .left-text {
    position: absolute;
    top: 80px;
    left: 0;
  }
  #section3 .main .main-box {
    width: 100%;
  }
  #section3 .main .main-box ul li:first-child a {
    min-width: auto;
  }
  #section3 .main .main-box ul li {
    margin-bottom: 1rem;
  }
  #section3 .main .main-box ul li .story-title {
    z-index: 1;
  }
  #section3:after {
    top: 30%;
    min-height: 1200px;
  }
  #section3 .main .main-box .grid-item-l-55 {
    width: 100%;
  }
  #section3 .main .main-box .grid-item:nth-child(3) .bg-img {
    margin-top: 0;
    margin-left: 20%;
    padding-bottom: 60%;
    width: 80%;
  }
  #section2 .main .box .con .img .bg-img {
    padding-bottom: 66.66%;
  }
  #section3 .main .main-box .grid-item-r-22 {
    width: 50%;
  }
  #section3 .main .main-box .grid-item:nth-child(4) .bg-img {
    /*        margin-left: 20%;*/
    width: 100%;
    padding-bottom: 155%;
  }
  #section3 .main .main-box .grid-item:nth-child(5) .bg-img {
    margin-top: 0;
    width: 100%;
    padding-bottom: 75%;
  }
  #section3 .main .main-box .grid-item-r-45 {
    width: 40%;
  }
  #section3 .main .main-box .grid-item:nth-child(6) .bg-img {
    padding-bottom: 100%;
  }
  #section3 .main .main-box .grid-item-l-27.grid-item:nth-child(7) {
    width: 80%;
  }
  #section3 .main .main-box .grid-item:nth-child(7) .bg-img {
    padding-bottom: 50%;
  }
  #section3 .main .main-box .grid-item-l-27.grid-item:nth-child(8),
  #section3 .main .main-box .grid-item-l-27.grid-item:nth-child(10) {
    width: 50%;
  }
  #section3 .main .main-box .grid-item:nth-child(8) .bg-img {
    padding-bottom: 70%;
  }
  #section3 .main .main-box .grid-item-r-45.grid-item:nth-child(9) {
    width: 50%;
  }
  #section3 .main .main-box .grid-item:nth-child(9) .bg-img {
    padding-bottom: 125%;
  }
  #section3 .main .main-box .grid-item:nth-child(10) .bg-img {
    padding-bottom: 140%;
  }
  #section3 .main .main-box .grid-item:nth-child(11) .bg-img {
    /*        padding-bottom: 66.66%;*/
  }
  #section3 .main {
    padding-left: 0;
    padding-right: 0;
  }
  #section4 .main {
    padding: 50px 0;
  }
  #section4 .main .box-1 .con {
    flex-direction: column;
    margin: 0;
  }
  #section4 .main .box-1 .con .c-box {
    width: 100%;
    margin: 0 auto;
    max-width: 250px;
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
  #section4 .main .box-1 .con .c-box img {
    max-width: 100%;
    height: auto;
  }
  #section4 .main .box-1 .con .c-box p span {
    display: block;
  }
  #section4 .main .box-1 .con .c-box p {
    padding-bottom: 2rem;
  }
  #section5 .main {
    padding: 50px 8%;
  }
  #section5 .main .box.mobile1 {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  #section5 .main .box.mobile1 .con.con1 .t1 {
    font-size: 4em;
  }
  #section5 .main .box.mobile1 .con.con3 .t1 {
    font-size: 4.4em;
  }
}

@media only screen and (max-width: 400px) {
  #section5 .main .box.mobile1 .con.con2 .t1 {
    width: 42%;
  }
  #section5 .main .box.mobile1 .con.con2 .t2 {
    width: 58%;
  }
  #section5 .main .box.mobile1 .con.con3 .t2 {
    margin: 0.4em;
  }
}
