@charset "UTF-8";
@import url("https://use.typekit.net/khi2qah.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: brown-pro, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #666;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #F0F3F4;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 150px;
  height: 28px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 75px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(236, 165, 20, 0.5);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #ECA514;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header .inner ul::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ECA514;
  margin-bottom: 10px;
  order: 2;
}
header .inner ul li {
  color: #ECA514;
  font-family: brown-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  pointer-events: auto;
}
header .inner ul li:first-child {
  margin-bottom: 10px;
  order: 1;
}
header .inner ul li:last-child {
  order: 3;
}
header .inner ul li a {
  color: #ECA514;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #000;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  padding: 0px;
  margin-bottom: 4px;
}
main .inner .visual {
  width: 100%;
  padding: 0px;
  margin: 0 auto 70px auto;
  position: relative;
}
main .inner .visual .title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}
main .inner .visual .title h2 {
  width: 766px;
  height: 143px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
main .inner .visual .title h3 {
  width: 267px;
  height: 17px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .inner .visual .slider {
  width: 100%;
  overflow: hidden;
}
main .inner .visual .slider .swiper-wrapper {
  transition-timing-function: linear;
}
main .inner .sec {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
main .inner .sec#sec1 {
  margin-bottom: 60px;
}
main .inner .sec#sec1 .title {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
main .inner .sec#sec1 .title::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ECA514;
  position: absolute;
  top: calc(50% - 2px);
  left: 0px;
}
main .inner .sec#sec1 .title > div {
  width: 840px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
main .inner .sec#sec1 .title > div h3 {
  color: #000;
  font-family: brown-pro, sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: left;
  padding: 0 20px;
  background-color: #FFF;
}
main .inner .sec#sec1 .insec {
  width: 800px;
  margin: 0 auto;
}
main .inner .sec#sec1 .insec .lead {
  text-align: left;
  width: 100%;
}
main .inner .sec#sec1 .insec .lead h4 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0em;
}
main .inner .sec#sec1 .insec .lead p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
}
main .inner .sec#sec1 .insec .lead p:not(:last-child) {
  margin-bottom: 30px;
}
main .inner .sec#sec2 {
  width: 100%;
  margin-bottom: 4px;
}
main .inner .sec#sec2::before {
  content: "";
  width: 100%;
  height: 4px;
  margin-bottom: 4px;
  background-color: #ECA514;
  display: block;
}
main .inner .sec#sec2 .insec {
  width: 100%;
  background-color: #F0F3F4;
}
main .inner .sec#sec2 .insec .profile {
  width: 808px;
  padding: 0 4px;
  margin: 0 auto;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .inner .sec#sec2 .insec .profile .person {
  width: calc(50% - 2px);
  padding: 50px 20px 40px 20px;
  background-color: #F0F3F4;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec#sec2 .insec .profile .person dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
main .inner .sec#sec2 .insec .profile .person dl dt {
  color: #000;
  font-family: brown-pro, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .inner .sec#sec2 .insec .profile .person dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec#sec2 .insec .profile .person .photo {
  width: 230px;
  margin-bottom: 20px;
  border: solid 1px #000;
  border-radius: 115px;
}
main .inner .sec#sec2 .insec .profile .person .photo span {
  padding: 5px;
  display: block;
}
main .inner .sec#sec2 .insec .profile .person .photo span img {
  width: 100%;
  clip-path: circle(50% at 50% 50%);
}
main .inner .sec#sec2 .insec .profile .person .insta {
  width: 100%;
  margin-bottom: 40px;
}
main .inner .sec#sec2 .insec .profile .person .insta a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .inner .sec#sec2 .insec .profile .person .insta a:hover {
  opacity: 0.7;
}
main .inner .sec#sec2 .insec .profile .person .insta a::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main .inner .sec#sec2 .insec .profile .person .insta a span {
  color: #000;
  font-family: brown-pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
  display: inline-block;
}
main .inner .sec#sec2 .insec .profile .person p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec#sec3 {
  width: 100%;
  padding: 120px 0;
  margin-bottom: 4px;
  position: relative;
}
main .inner .sec#sec3 .bg {
  width: 100%;
  height: 1000%;
  background-image: url(../images/bg_sec3.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
main .inner .sec#sec3 .title {
  width: 65%;
  margin: 0 auto 110px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .sec#sec3 .title > div {
  padding: 0 30px 0 0;
  position: relative;
}
main .inner .sec#sec3 .title > div::before {
  content: "";
  width: 100%;
  height: 40px;
  background-color: #ECA514;
  position: absolute;
  bottom: -15px;
  left: 0px;
  display: block;
}
main .inner .sec#sec3 .title > div::after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #FFF;
  position: absolute;
  bottom: -15px;
  left: 0px;
  display: block;
}
main .inner .sec#sec3 .title > div h3 {
  color: #000;
  font-family: brown-pro, sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-shadow: 4px 3px 0px #ECA514;
  position: relative;
  z-index: 3;
}
main .inner .sec#sec3 .insec {
  width: 65%;
  padding: 100px 0;
  margin: 0 auto;
  background-color: rgba(240, 243, 244, 0.95);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec#sec3 .insec .set {
  width: 56.5%;
  min-width: 480px;
  overflow: hidden;
}
main .inner .sec#sec3 .insec .set:not(:last-child) {
  margin-bottom: 140px;
}
main .inner .sec#sec3 .insec .set dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
}
main .inner .sec#sec3 .insec .set dl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ECA514;
  margin-left: 5px;
  display: block;
}
main .inner .sec#sec3 .insec .set dl dt {
  width: 90px;
  border: solid 1px #ECA514;
  border-radius: 45px;
  flex-shrink: 0;
}
main .inner .sec#sec3 .insec .set dl dt span {
  width: 100%;
  padding: 3px;
  display: block;
}
main .inner .sec#sec3 .insec .set dl dt span img {
  width: 100%;
  border-radius: 45px;
}
main .inner .sec#sec3 .insec .set dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: 0em;
  white-space: nowrap;
  margin-left: 20px;
  flex-shrink: 0;
}
main .inner .sec#sec3 .insec .set .slider {
  width: 100%;
  margin-bottom: 40px;
}
main .inner .sec#sec3 .insec .set .slider .look {
  width: 100%;
  margin-bottom: 4px;
  position: relative;
}
main .inner .sec#sec3 .insec .set .slider .look .slick-arrow {
  width: 13px;
  height: 23px;
  padding: 0px;
  margin: 0px;
  border: none;
  background-color: transparent;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 11px);
  z-index: 5;
}
main .inner .sec#sec3 .insec .set .slider .look .slick-arrow.slick-prev {
  left: 10px;
}
main .inner .sec#sec3 .insec .set .slider .look .slick-arrow.slick-next {
  right: 10px;
  transform: rotate(180deg);
}
main .inner .sec#sec3 .insec .set .slider .thumb {
  width: 100%;
}
main .inner .sec#sec3 .insec .set .slider .thumb .slick-img {
  opacity: 0.7;
}
main .inner .sec#sec3 .insec .set .slider .thumb .slick-img.slick-center {
  opacity: 1;
}
main .inner .sec#sec3 .insec .set .text {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main .inner .sec#sec3 .insec .set .text.on .intext {
  max-height: 250vh;
}
main .inner .sec#sec3 .insec .set .text.on .btn {
  transform: rotate(180deg);
}
main .inner .sec#sec3 .insec .set .text .intext {
  width: 100%;
  max-height: 120px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to top, transparent, #000 60px);
  mask-image: linear-gradient(to top, transparent, #000 60px);
  transition: all 0.5s ease-out 0s;
}
main .inner .sec#sec3 .insec .set .text .intext p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 40px;
}
main .inner .sec#sec3 .insec .set .text .intext p:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .sec#sec3 .insec .set .text .btn {
  width: 30px;
  height: 30px;
  background-image: url(../images/btn_open.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
main .inner .sec#sec3 .insec .set .text .btn:hover {
  opacity: 0.5;
}
main .inner .sec#sec4 {
  width: 100%;
  padding: 115px 0;
  background-color: #ECA514;
}
main .inner .sec#sec4 .insec {
  width: 65%;
  padding: 130px 0 110px 0;
  margin: 0 auto;
  background-color: #FFF;
}
main .inner .sec#sec4 .insec .info {
  width: 56.5%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .sec#sec4 .insec .info h4 {
  width: 100%;
  height: calc((100vw - 274px - 476px) * 0.25);
  background-image: url(../images/title_info.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 100px;
}
main .inner .sec#sec4 .insec .info h5 {
  color: #ECA514;
  font-family: brown-pro, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .sec#sec4 .insec .info dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 120px;
}
main .inner .sec#sec4 .insec .info dl dt {
  color: #ECA514;
  font-family: brown-pro, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
main .inner .sec#sec4 .insec .info dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .inner .sec#sec4 .insec .info dl dd:not(:last-child) {
  margin-bottom: 60px;
}
main .inner .sec#sec4 .insec .info dl dd span {
  color: #ECA514;
  font-family: brown-pro, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .inner .sec#sec4 .insec .info dl dd span:not(:first-child) {
  margin-left: 5px;
}
main .inner .sec#sec4 .insec .info dl dd sup {
  color: #ECA514;
  font-family: brown-pro, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0em;
  display: inline-block;
}
main .inner .sec#sec4 .insec .info dl dd sup:not(:first-child) {
  margin-left: 5px;
}
main .inner .sec#sec4 .insec .info dl + div {
  width: 590px;
  margin-bottom: 40px;
}

footer {
  text-align: left;
  width: 100%;
  padding: 120px 0 40px 0;
  margin: 0 auto;
  background-color: #ECA514;
}
footer .infoot {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
footer .infoot ul {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot ul li:nth-last-child(2) {
  margin-bottom: 20px;
}
footer .infoot ul li a {
  color: #FFF;
  font-family: brown-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .infoot ul li a:hover {
  text-decoration: underline;
}
footer .infoot p {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
footer .infoot p span {
  color: #FFF;
  font-family: brown-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}

/* ----------------------------------------------- Media Queries Smartphone -----------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  #loader .logo {
    width: 100px;
    height: 19px;
    left: calc(50% - 50px);
    top: calc(50% - 10px);
  }

  .loaded main {
    opacity: 1;
  }

  header {
    top: 5px;
    right: 5px;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  header .inner ul li {
    color: #ECA514;
    font-family: brown-pro, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul li a:hover {
    color: #ECA514;
  }

  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .inner {
    width: 100%;
    padding: 0px;
    margin-bottom: 4px;
  }
  main .inner .visual {
    width: 100%;
    padding: 0px;
    margin: 0 auto 40px auto;
  }
  main .inner .visual .title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
  }
  main .inner .visual .title h2 {
    width: calc(100% - 90px);
    height: calc((100vw - 90px) * 0.1867);
    margin-bottom: 15px;
  }
  main .inner .visual .title h3 {
    width: calc(100% - 240px);
    height: calc((100vw - 240px) * 0.062);
  }
  main .inner .sec#sec1 {
    margin-bottom: 60px;
  }
  main .inner .sec#sec1 .title {
    margin-bottom: 35px;
  }
  main .inner .sec#sec1 .title::before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #ECA514;
    position: absolute;
    top: calc(50% - 2px);
    left: 0px;
  }
  main .inner .sec#sec1 .title > div {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  main .inner .sec#sec1 .title > div h3 {
    color: #000;
    font-family: brown-pro, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 5px;
  }
  main .inner .sec#sec1 .insec {
    width: calc(100% - 40px);
  }
  main .inner .sec#sec1 .insec .lead h4 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.7rem;
    letter-spacing: 0em;
  }
  main .inner .sec#sec1 .insec .lead p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .inner .sec#sec1 .insec .lead p:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .sec#sec1 .insec .lead p br {
    display: none;
  }
  main .inner .sec#sec2 {
    width: 100%;
    margin-bottom: 4px;
  }
  main .inner .sec#sec2::before {
    content: "";
    width: 100%;
    height: 4px;
    margin-bottom: 4px;
    background-color: #ECA514;
    display: block;
  }
  main .inner .sec#sec2 .insec {
    width: 100%;
    background-color: #F0F3F4;
  }
  main .inner .sec#sec2 .insec .profile {
    width: 100%;
    padding: 0 4px;
    margin: 0 auto;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .sec#sec2 .insec .profile .person {
    width: 100%;
    padding: 50px 20px 20px 20px;
  }
  main .inner .sec#sec2 .insec .profile .person:not(:last-child) {
    margin-bottom: 4px;
  }
  main .inner .sec#sec2 .insec .profile .person dl {
    margin-bottom: 30px;
  }
  main .inner .sec#sec2 .insec .profile .person dl dt {
    color: #000;
    font-family: brown-pro, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec#sec2 .insec .profile .person dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec#sec2 .insec .profile .person .photo {
    width: 210px;
    margin-bottom: 20px;
    border-radius: 110px;
  }
  main .inner .sec#sec2 .insec .profile .person .photo span {
    padding: 5px;
    display: block;
  }
  main .inner .sec#sec2 .insec .profile .person .insta {
    margin-bottom: 40px;
  }
  main .inner .sec#sec2 .insec .profile .person p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner .sec#sec2 .insec .profile .person p br {
    display: none;
  }
  main .inner .sec#sec3 {
    padding: 50px 0 25px 0;
    margin-bottom: 4px;
  }
  main .inner .sec#sec3 .bg {
    width: 100%;
    height: 500%;
    background-image: url(../images/bg_sec3_sp.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  main .inner .sec#sec3 .title {
    width: calc(100% - 30px);
    margin: 0 auto 55px auto;
  }
  main .inner .sec#sec3 .title > div {
    padding: 0 25px 0 0;
    position: relative;
  }
  main .inner .sec#sec3 .title > div::before {
    width: 100%;
    height: 22px;
    bottom: -10px;
  }
  main .inner .sec#sec3 .title > div::after {
    width: 100%;
    height: 3px;
    bottom: -10px;
  }
  main .inner .sec#sec3 .title > div h3 {
    color: #000;
    font-family: brown-pro, sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-shadow: 2px 2px 0px #ECA514;
  }
  main .inner .sec#sec3 .insec {
    width: calc(100% - 30px);
    padding: 10px 0 50px 0;
  }
  main .inner .sec#sec3 .insec .set {
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
  }
  main .inner .sec#sec3 .insec .set:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .sec#sec3 .insec .set dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  main .inner .sec#sec3 .insec .set dl::after {
    content: none;
    width: 100%;
    height: 1px;
    background-color: #ECA514;
    margin-left: 0px;
    display: block;
  }
  main .inner .sec#sec3 .insec .set dl dt {
    width: 70px;
    border-radius: 35px;
  }
  main .inner .sec#sec3 .insec .set dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    padding: 0 0 5px 0;
    border-bottom: solid 1px #ECA514;
    margin-left: 10px;
  }
  main .inner .sec#sec3 .insec .set .slider {
    margin-bottom: 20px;
  }
  main .inner .sec#sec3 .insec .set .slider .look {
    margin-bottom: 10px;
  }
  main .inner .sec#sec3 .insec .set .slider .look .slick-arrow {
    width: 11px;
    height: 20px;
    top: calc(50% - 10px);
  }
  main .inner .sec#sec3 .insec .set .slider .look .slick-arrow.slick-prev {
    left: 5px;
  }
  main .inner .sec#sec3 .insec .set .slider .look .slick-arrow.slick-next {
    right: 5px;
  }
  main .inner .sec#sec3 .insec .set .text.on .intext {
    max-height: 200vh;
  }
  main .inner .sec#sec3 .insec .set .text .intext {
    max-height: 70px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to top, transparent, #000 35px);
    mask-image: linear-gradient(to top, transparent, #000 35px);
  }
  main .inner .sec#sec3 .insec .set .text .intext p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 20px;
  }
  main .inner .sec#sec3 .insec .set .text .intext p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec#sec3 .insec .set .text .btn:hover {
    opacity: 1;
  }
  main .inner .sec#sec4 {
    padding: 30px 0;
  }
  main .inner .sec#sec4 .insec {
    width: calc(100% - 50px);
    padding: 45px 0;
  }
  main .inner .sec#sec4 .insec .info {
    width: 100%;
  }
  main .inner .sec#sec4 .insec .info h4 {
    width: 260px;
    height: 66px;
    background-image: url(../images/title_info.png);
    margin-bottom: 50px;
  }
  main .inner .sec#sec4 .insec .info h5 {
    color: #ECA514;
    font-family: brown-pro, sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec#sec4 .insec .info dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 45px;
  }
  main .inner .sec#sec4 .insec .info dl dt {
    color: #ECA514;
    font-family: brown-pro, sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 15px;
  }
  main .inner .sec#sec4 .insec .info dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .inner .sec#sec4 .insec .info dl dd:not(:last-child) {
    margin-bottom: 40px;
  }
  main .inner .sec#sec4 .insec .info dl dd span {
    color: #ECA514;
    font-family: brown-pro, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .sec#sec4 .insec .info dl dd span:not(:first-child) {
    margin-left: 5px;
  }
  main .inner .sec#sec4 .insec .info dl dd sup {
    color: #ECA514;
    font-family: brown-pro, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2rem;
    letter-spacing: 0em;
    display: inline-block;
  }
  main .inner .sec#sec4 .insec .info dl dd sup:not(:first-child) {
    margin-left: 5px;
  }
  main .inner .sec#sec4 .insec .info dl + div {
    width: 110px;
    margin-bottom: 20px;
  }

  footer {
    padding: 90px 0 30px 0;
  }
  footer .infoot {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li:nth-last-child(2) {
    margin-bottom: 5px;
  }
  footer .infoot ul li a {
    color: #FFF;
    font-family: brown-pro, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  footer .infoot ul li a:hover {
    text-decoration: underline;
  }
  footer .infoot p {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot p span {
    color: #FFF;
    font-family: brown-pro, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
  }
}

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