@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://use.typekit.net/zwk3lqt.css");
body {
  overflow: hidden;
  pointer-events: none;
}
body.loaded {
  overflow: auto;
  pointer-events: auto;
}
body::before {
  content: "";
  width: 100%;
  height: 77px;
  background-color: #FFF;
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
}
body #loader {
  width: 100%;
  height: 100vh;
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
}
body #loader .bar {
  width: 100%;
  height: 10px;
  background-color: #ccc;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
body #loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #999;
  display: block;
}
body #loader .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: background-color 0.5s ease-in;
}
body #loader .text h3 {
  width: 150px;
  height: 80px;
  background-image: url(../../common/images/logo.svg);
  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% - 40px);
  left: calc(50% - 75px);
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body #loader.on .text h3 {
  opacity: 0;
}

ul.pagenavi {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 125px;
  left: 25px;
  z-index: 111;
}
ul.pagenavi li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
ul.pagenavi li:not(:last-child) {
  margin-bottom: 10px;
}
ul.pagenavi li:nth-child(4).active span, ul.pagenavi li:nth-child(5).active span, ul.pagenavi li:nth-child(7).active span, ul.pagenavi li:nth-child(8).active span, ul.pagenavi li:nth-child(9).active span, ul.pagenavi li:nth-child(10).active span {
  border: solid 2px #111111;
}
ul.pagenavi li:nth-child(4).active span::before, ul.pagenavi li:nth-child(5).active span::before, ul.pagenavi li:nth-child(7).active span::before, ul.pagenavi li:nth-child(8).active span::before, ul.pagenavi li:nth-child(9).active span::before, ul.pagenavi li:nth-child(10).active span::before {
  background-color: #111111;
}
ul.pagenavi li:nth-child(4).active a, ul.pagenavi li:nth-child(5).active a, ul.pagenavi li:nth-child(7).active a, ul.pagenavi li:nth-child(8).active a, ul.pagenavi li:nth-child(9).active a, ul.pagenavi li:nth-child(10).active a {
  color: #111111;
}
ul.pagenavi li span {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: solid 2px #666666;
  border-radius: 12px;
  transition: all 0.15s ease-out 0s;
  box-sizing: border-box;
  position: relative;
  display: block;
}
ul.pagenavi li a {
  color: #666666;
  font-family: din-2014, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-left: 10px;
  transition: all 0.15s ease-out 0s;
  display: inline-block;
}
ul.pagenavi li:hover span {
  border: solid 2px #ccc;
}
ul.pagenavi li:hover a {
  color: #ccc;
}
ul.pagenavi li.active span {
  border: solid 2px #FFF;
}
ul.pagenavi li.active span::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
}
ul.pagenavi li.active a {
  color: #FFF;
}

main#container.fullpage-wrapper {
  width: 100% !important;
  transform: none !important;
}
main#container.fullpage-wrapper .fp-section {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.75s ease-out;
}
main#container.fullpage-wrapper .fp-section.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
main#container.fullpage-wrapper .fp-section .fp-slidesContainer {
  width: 100% !important;
  transform: none !important;
}
main#container.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.75s ease-out;
}
main#container.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.wrapper .line {
  position: fixed;
  z-index: 0;
}
.wrapper .line span {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
}
.wrapper .line.on span {
  clip-path: inset(0 0 0 0);
}

/* sec1 */
.section h4.body {
  margin-bottom: 20px;
}
.section h4.body::before {
  width: 30px;
  height: 1px;
  background-color: #000000;
  display: block;
  transform: translateY(0.9rem);
}
.section h4.body span {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin: 0px;
}
.section .text {
  text-align: left;
}
.section .text p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.section .text p:not(:last-child) {
  margin-bottom: 15px;
}
.section .text p.notice {
  font-size: 1.2rem;
  line-break: 2.4rem;
}
.section .text p strong {
  color: #ffbe00;
  font-weight: 600;
}
.section.sec1 {
  width: 100%;
}
.section.sec1 .inner {
  width: 100%;
  position: relative;
}
.section.sec1 .inner #visual {
  width: 100%;
  height: 100vh;
}
.section.sec1 .inner #visual video {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.section.sec1 .inner #news {
  width: 500px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 100px;
  z-index: 1;
  overflow: hidden;
}
.section.sec1 .inner #news .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.section.sec1 .inner #news .swiper-wrapper .swiper-slide p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  white-space: nowrap;
}
.section.sec1 .inner #news .swiper-wrapper .swiper-slide p:nth-child(1) {
  width: calc(100% - 400px);
}
.section.sec1 .inner #news .swiper-wrapper .swiper-slide p:nth-child(2) {
  text-overflow: ellipsis;
  width: 400px;
  margin: 0 0 0 20px;
  overflow: hidden;
}
.section.sec1 .inner #news .swiper-wrapper .swiper-slide p:nth-child(2) a {
  color: #FFF;
}
.section.sec1 .inner #news .swiper-wrapper .swiper-slide p:nth-child(2) a:hover {
  text-decoration: underline;
}
.section.sec2 .inner {
  width: 100%;
  position: relative;
}
.section.sec2 .inner .mybg {
  width: 100%;
  position: relative;
}
.section.sec2 .inner .mybg .swiper-wrapper {
  width: 100%;
}
.section.sec2 .inner .mybg .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section.sec2 .inner .mybg .swiper-wrapper .swiper-slide.ph1 {
  background-image: url(../images/photo_about1.jpg);
}
.section.sec2 .inner .mybg .swiper-wrapper .swiper-slide.ph2 {
  background-image: url(../images/photo_about2.jpg);
}
.section.sec2 .inner .mybg .swiper-wrapper .swiper-slide.ph3 {
  background-image: url(../images/photo_about3.jpg);
  position: relative;
}
.section.sec2 .inner .mybg .swiper-wrapper .swiper-slide.ph3 .text {
  position: absolute;
  right: 50px;
  top: 125px;
  z-index: 1;
}
.section.sec2 .inner .mybg .swiper-wrapper .swiper-slide.ph3 .text p {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.section.sec2 .inner .mybg .swiper-wrapper .swiper-slide.ph3 .text p:not(:last-child) {
  margin-bottom: 40px;
}
.section.sec3 {
  width: 100%;
  overflow: hidden;
}
.section.sec3 .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.section.sec3 .inner h3 {
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}
.section.sec3 .inner .photo-slide {
  width: 100%;
  height: 100%;
}
.section.sec3 .inner .photo-slide .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.section.sec3 .inner .photo-slide .swiper-wrapper .swiper-slide a p {
  color: #111111;
  font-family: din-2014, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
}
.section.sec3 .inner .photo-slide .arrow {
  width: 32px;
  height: 57px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 29px);
  z-index: 5;
  opacity: 0.8;
}
.section.sec3 .inner .photo-slide .arrow.arrow-l {
  left: 25px;
}
.section.sec3 .inner .photo-slide .arrow.arrow-r {
  right: 25px;
  transform: rotate(180deg);
}
.section.sec3 .inner .photo-thumb {
  width: 40%;
  position: absolute;
  left: 30%;
  bottom: 20px;
}
.section.sec3 .inner .photo-thumb .swiper-wrapper {
  justify-content: center;
}
.section.sec3 .inner .photo-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: solid 2px #FFF;
}
.section.sec4 {
  width: 100%;
}
.section.sec4 .inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.section.sec4 .inner h3 {
  color: #111111;
  font-family: din-2014, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}
.section.sec4 .inner .video {
  width: 1080px;
  position: relative;
}
.section.sec4 .inner .video::after {
  content: "";
  width: 1080px;
  height: 610px;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  transition: all 0.15s ease-out 0s;
  display: block;
}
.section.sec4 .inner .video.on::after {
  opacity: 0;
  pointer-events: none;
}
.section.sec5 {
  width: 100%;
}
.section.sec5 .inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.section.sec5 .inner h3 {
  color: #111111;
  font-family: din-2014, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}
.section.sec5 .inner .combo {
  width: 900px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.section.sec5 .inner .combo .text {
  width: calc(100% - 450px - 40px);
  position: relative;
  order: 1;
}
.section.sec5 .inner .combo .text .bio-slide {
  width: 100%;
  overflow: hidden;
}
.section.sec5 .inner .combo .text .bio-slide .swiper-wrapper {
  width: 100%;
}
.section.sec5 .inner .combo .text .bio-slide .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.section.sec5 .inner .combo .text .bio-slide .swiper-wrapper .swiper-slide.myphoto {
  display: none;
}
.section.sec5 .inner .combo .text .bio-slide .swiper-wrapper .swiper-slide.prof .buttons {
  justify-content: flex-end;
}
.section.sec5 .inner .combo .text .bio-slide .swiper-wrapper .swiper-slide.prof .buttons .btn.prev {
  display: none;
}
.section.sec5 .inner .combo .text .bio-slide .box {
  width: 100%;
}
.section.sec5 .inner .combo .text .bio-slide .box:not(:last-child) {
  margin-bottom: 40px;
}
.section.sec5 .inner .combo .text .bio-slide .box h4 {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: left;
}
.section.sec5 .inner .combo .text .bio-slide .box dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.section.sec5 .inner .combo .text .bio-slide .box dl dt {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  width: 25%;
}
.section.sec5 .inner .combo .text .bio-slide .box dl dd {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 75%;
}
.section.sec5 .inner .combo .text .bio-slide .box .achieve dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.section.sec5 .inner .combo .text .bio-slide .box .achieve dl:not(:last-child) {
  margin-bottom: 20px;
}
.section.sec5 .inner .combo .text .bio-slide .box .achieve dl dt {
  width: 100%;
}
.section.sec5 .inner .combo .text .bio-slide .box .achieve dl dt a {
  display: inline-block;
}
.section.sec5 .inner .combo .text .bio-slide .box .achieve dl dt a[target*=_blank] {
  padding-right: 22px;
  background-image: url(../images/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
}
.section.sec5 .inner .combo .text .bio-slide .box .achieve dl dd {
  width: 100%;
}
.section.sec5 .inner .combo .text .bio-slide .buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.section.sec5 .inner .combo .text .bio-slide .buttons .btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.15s ease-out 0s;
}
.section.sec5 .inner .combo .text .bio-slide .buttons .btn:hover {
  opacity: 0.7;
}
.section.sec5 .inner .combo .text .bio-slide .buttons .btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border: solid 1px #111111;
  border-radius: 20px;
  display: block;
}
.section.sec5 .inner .combo .text .bio-slide .buttons .btn span {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: inline-block;
}
.section.sec5 .inner .combo .text .bio-slide .buttons .btn.next::before {
  order: 2;
  margin-left: 10px;
}
.section.sec5 .inner .combo .text .bio-slide .buttons .btn.next span {
  order: 1;
}
.section.sec5 .inner .combo .text .bio-slide .buttons .btn.prev::before {
  order: 1;
  transform: rotate(180deg);
}
.section.sec5 .inner .combo .text .bio-slide .buttons .btn.prev span {
  margin-left: 10px;
  order: 2;
}
.section.sec5 .inner .combo .text .arrow {
  width: 30px;
  height: 30px;
  border: solid 1px #999;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 10;
}
.section.sec5 .inner .combo .text .arrow span {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.section.sec5 .inner .combo .text .arrow.swiper-button-disabled {
  display: none;
}
.section.sec5 .inner .combo .text .arrow.left {
  left: -50px;
}
.section.sec5 .inner .combo .text .arrow.right {
  right: -50px;
}
.section.sec5 .inner .combo .photo {
  width: 450px;
  order: 2;
}
.section.sec6 {
  width: 100%;
}
.section.sec6 .inner {
  width: 100%;
  height: 100%;
  background-image: url(../images/photo_service.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section.sec6 .inner h3 {
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}
.section.sec6 .inner .link {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.section.sec6 .inner .link ul:not(:last-child) {
  margin-bottom: 40px;
}
.section.sec6 .inner .link ul li {
  text-align: left;
}
.section.sec6 .inner .link ul li:not(:last-child) {
  margin-bottom: 20px;
}
.section.sec6 .inner .link ul li a {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  transition: all 0.15s ease-out 0s;
}
.section.sec6 .inner .link ul li a:hover {
  opacity: 0.7;
}
.section.sec6 .inner .link .btn {
  width: 240px;
  border: solid 1px #FFF;
}
.section.sec6 .inner .link .btn a {
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  height: 50px;
  border: solid 1px #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-out 0s;
}
.section.sec6 .inner .link .btn a:hover {
  color: #999;
  background-color: #FFF;
}
.section.sec7 {
  width: 100%;
}
.section.sec7 .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section.sec7 .inner h3 {
  color: #666666;
  font-family: din-2014, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}
.section.sec7 .inner .set {
  width: 900px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.section.sec7 .inner .set .inset {
  width: 100%;
  margin-bottom: 40px;
}
.section.sec7 .inner .set .inset a {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.section.sec7 .inner .set .inset a dl {
  width: 33.3333333333%;
  position: relative;
}
.section.sec7 .inner .set .inset a dl::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #111111;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 0.5s ease-in;
}
.section.sec7 .inner .set .inset a dl dt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.section.sec7 .inner .set .inset a dl dt span:nth-child(1) {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
.section.sec7 .inner .set .inset a dl dt span:nth-child(2) {
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.section.sec7 .inner .set .inset a:hover dl::before {
  opacity: 0.1;
}
.section.sec7 .inner .set .btn {
  width: 240px;
  border: solid 1px #FFF;
}
.section.sec7 .inner .set .btn a {
  color: #666666;
  font-family: din-2014, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  height: 50px;
  border: solid 1px #666666;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-out 0s;
}
.section.sec7 .inner .set .btn a:hover {
  color: #999;
  border: solid 1px #999;
}
.section.sec7 .inner .link {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.section.sec7 .inner .link ul:not(:last-child) {
  margin-bottom: 40px;
}
.section.sec7 .inner .link ul li {
  text-align: left;
}
.section.sec7 .inner .link ul li:not(:last-child) {
  margin-bottom: 20px;
}
.section.sec7 .inner .link ul li a {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  transition: all 0.15s ease-out 0s;
}
.section.sec7 .inner .link ul li a:hover {
  opacity: 0.7;
}
.section.sec7 .inner .link .btn {
  width: 240px;
  border: solid 1px #FFF;
}
.section.sec7 .inner .link .btn a {
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  height: 50px;
  border: solid 1px #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-out 0s;
}
.section.sec7 .inner .link .btn a:hover {
  color: #999;
  background-color: #FFF;
}
.section.sec8 {
  width: 100%;
}
.section.sec8 .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section.sec8 .inner h3 {
  color: #666666;
  font-family: din-2014, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}
.section.sec8 .inner .set {
  width: 900px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.section.sec8 .inner .set ul.tab {
  display: none;
}
.section.sec8 .inner .set .office {
  width: calc(50% - 20px);
}
.section.sec8 .inner .set .office .map {
  width: 100%;
  height: 430px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.section.sec8 .inner .set .office dl {
  text-align: left;
}
.section.sec8 .inner .set .office dl dt {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
.section.sec8 .inner .set .office dl dd {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.section.sec9 {
  width: 100%;
}
.section.sec9 .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section.sec9 .inner h3 {
  color: #666666;
  font-family: din-2014, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 10;
}
.section.sec9 .inner .combo {
  width: 810px;
  margin: 0 auto;
}
.section.sec9 .inner .combo .text {
  width: 100%;
}
.section.sec9 .inner .combo .text .myform {
  width: 100%;
}
.section.sec9 .inner .combo .text .myform .wpcf7 .screen-reader-response:not(:last-child) {
  margin-bottom: 20px;
}
.section.sec9 .inner .combo .text .myform .wpcf7 .screen-reader-response p {
  color: #111111;
  font-family: din-2014, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin: 0px;
}
.section.sec9 .inner .combo .text .myform .wpcf7 .screen-reader-response ul {
  display: none;
}
.section.sec9 .inner .combo .text .myform .status {
  text-align: left;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #111111;
}
.section.sec9 .inner .combo .text .myform .status h4 {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
.section.sec9 .inner .combo .text .myform .status h5 {
  color: #111111;
  font-family: din-2014, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
.section.sec9 .inner .combo .text .myform .status p {
  color: #111111;
  font-family: din-2014, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.section.sec9 .inner .combo .text .myform form {
  text-align: left;
  width: 100%;
}
.section.sec9 .inner .combo .text .myform form dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #F1F1F1;
}
.section.sec9 .inner .combo .text .myform form dl dt {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  width: 25%;
  padding: 0 40px 0 0;
}
.section.sec9 .inner .combo .text .myform form dl dd {
  width: 75%;
}
.section.sec9 .inner .combo .text .myform form dl dd input {
  color: #111111;
  font-family: din-2014, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  padding: 10px;
  margin: 0px;
  background-color: #F1F1F1;
  border: none;
  box-sizing: border-box;
}
.section.sec9 .inner .combo .text .myform form dl dd textarea {
  color: #111111;
  font-family: din-2014, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
  min-height: 240px;
  padding: 10px;
  margin: 0px;
  background-color: #F1F1F1;
  border: none;
  box-sizing: border-box;
}
.section.sec9 .inner .combo .text .myform form dl dd span {
  color: #111111;
  font-family: din-2014, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.section.sec9 .inner .combo .text .myform form dl dd span.wpcf7-not-valid-tip {
  color: #111111;
  font-family: din-2014, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-top: 10px;
}
.section.sec9 .inner .combo .text .myform form dl dd select {
  color: #111111;
  font-family: din-2014, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  border: 1px solid #999;
  position: relative;
  width: 100%;
  padding: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}
.section.sec9 .inner .combo .text .myform form dl dd > div {
  position: relative;
  width: 80%;
}
.section.sec9 .inner .combo .text .myform form dl dd > div:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 17px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  pointer-events: none;
  transform: translateY(-50%) rotate(-135deg);
}
.section.sec9 .inner .combo .text .myform form .sendbtn {
  width: 100%;
  background-color: #666666;
  transition: all 0.15s ease-out 0s;
}
.section.sec9 .inner .combo .text .myform form .sendbtn:hover {
  background-color: #111111;
}
.section.sec9 .inner .combo .text .myform form .sendbtn:not(:last-child) {
  margin-bottom: 20px;
}
.section.sec9 .inner .combo .text .myform form .sendbtn input {
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  letter-spacing: normal;
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.section.sec9 .inner .combo .text .myform form .wpcf7-response-output {
  display: none;
}
.section.sec9 .inner .combo .text .myform form .prev a,
.section.sec9 .inner .combo .text .myform form .gohome a {
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  width: 100px;
  height: 50px;
  background-color: #111111;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-out 0s;
}
.section.sec9 .inner .combo .text .myform form .prev a:hover,
.section.sec9 .inner .combo .text .myform form .gohome a:hover {
  background-color: #808080;
}
.section.sec10 {
  width: 100%;
}
.section.sec10 .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section.sec10 .inner .set {
  position: relative;
  transform: translateY(-40px);
}
.section.sec10 .inner .set dl {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
.section.sec10 .inner .set dl dt {
  width: 40px;
  margin-bottom: 10px;
}
.section.sec10 .inner .set dl dd {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.section.sec10 .inner .set .instapost {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.section.sec10 .inner .set .instapost > div {
  width: calc((100% - 60px) / 5);
}
.section.sec10 .inner .set .instapost > div:not(:nth-child(5n+1)) {
  margin-left: 15px;
}
.section.sec10 .inner .set .instapost > div:not(:nth-child(n+6)) {
  margin-bottom: 15px;
}
.section.sec10 .inner .set .instapost > div a {
  width: 100%;
  height: 168px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #666666;
  display: block;
  transition: all 0.15s ease-out 0s;
}
.section.sec10 .inner .set .instapost > div a:hover {
  opacity: 0.8;
}
.section.sec10 footer {
  background-color: #FFF;
  padding: 0 0 40px 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  body::before {
    height: 60px;
  }

  ul.pagenavi {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 125px;
    left: 25px;
    z-index: 111;
    display: none;
  }
  ul.pagenavi li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  ul.pagenavi li:not(:last-child) {
    margin-bottom: 10px;
  }
  ul.pagenavi li:nth-child(4).active span, ul.pagenavi li:nth-child(5).active span, ul.pagenavi li:nth-child(7).active span, ul.pagenavi li:nth-child(8).active span, ul.pagenavi li:nth-child(9).active span, ul.pagenavi li:nth-child(10).active span {
    border: solid 2px #111111;
  }
  ul.pagenavi li:nth-child(4).active span::before, ul.pagenavi li:nth-child(5).active span::before, ul.pagenavi li:nth-child(7).active span::before, ul.pagenavi li:nth-child(8).active span::before, ul.pagenavi li:nth-child(9).active span::before, ul.pagenavi li:nth-child(10).active span::before {
    background-color: #111111;
  }
  ul.pagenavi li:nth-child(4).active a, ul.pagenavi li:nth-child(5).active a, ul.pagenavi li:nth-child(7).active a, ul.pagenavi li:nth-child(8).active a, ul.pagenavi li:nth-child(9).active a, ul.pagenavi li:nth-child(10).active a {
    color: #111111;
  }
  ul.pagenavi li span {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: solid 2px #666666;
    border-radius: 12px;
    transition: all 0.15s ease-out 0s;
    box-sizing: border-box;
    position: relative;
    display: block;
  }
  ul.pagenavi li a {
    color: #666666;
    font-family: din-2014, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-left: 10px;
    transition: all 0.15s ease-out 0s;
    display: inline-block;
  }
  ul.pagenavi li:hover span {
    border: solid 2px #ccc;
  }
  ul.pagenavi li:hover a {
    color: #ccc;
  }
  ul.pagenavi li.active span {
    border: solid 2px #FFF;
  }
  ul.pagenavi li.active span::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #FFF;
    border-radius: 4px;
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
  }
  ul.pagenavi li.active a {
    color: #FFF;
  }

  main#container.fullpage-wrapper {
    width: 100% !important;
    transform: none !important;
  }
  main#container.fullpage-wrapper .fp-section {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all 0.75s ease-out;
  }
  main#container.fullpage-wrapper .fp-section.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
  main#container.fullpage-wrapper .fp-section .fp-slidesContainer {
    width: 100% !important;
    transform: none !important;
  }
  main#container.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all 0.75s ease-out;
  }
  main#container.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }

  .wrapper {
    width: 100%;
    height: auto;
    position: relative;
  }
  .wrapper .line {
    position: fixed;
    z-index: 0;
  }
  .wrapper .line span {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    display: block;
  }
  .wrapper .line.on span {
    clip-path: inset(0 0 0 0);
  }

  /* sec1 */
  .section h4.body {
    margin-bottom: 20px;
  }
  .section h4.body::before {
    width: 30px;
    height: 1px;
    background-color: #000000;
    display: block;
    transform: translateY(0.9rem);
  }
  .section h4.body span {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin: 0px;
  }
  .section .text {
    text-align: left;
  }
  .section .text p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .section .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  .section .text p.notice {
    font-size: 1rem;
    line-break: 2rem;
  }
  .section .text p strong {
    color: #ffbe00;
    font-weight: 600;
  }
  .section.sec1 {
    width: 100%;
  }
  .section.sec1 .inner {
    width: 100%;
    position: relative;
  }
  .section.sec1 .inner #visual {
    height: -webkit-fill-available;
  }
  .section.sec1 .inner #visual video {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .section.sec1 .inner #news {
    width: calc(100% - 40px);
    height: 50px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
  }
  .section.sec1 .inner #news .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .section.sec1 .inner #news .swiper-wrapper .swiper-slide p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
    white-space: nowrap;
  }
  .section.sec1 .inner #news .swiper-wrapper .swiper-slide p:nth-child(1) {
    width: 100%;
  }
  .section.sec1 .inner #news .swiper-wrapper .swiper-slide p:nth-child(2) {
    text-overflow: ellipsis;
    width: 100%;
    margin: 0px;
    overflow: hidden;
  }
  .section.sec1 .inner #news .swiper-wrapper .swiper-slide p:nth-child(2) a {
    color: #FFF;
    text-decoration: underline;
  }
  .section.sec2 .inner .mybg .swiper-wrapper .swiper-slide.ph1 {
    background-image: url(../images/photo_about1.jpg);
  }
  .section.sec2 .inner .mybg .swiper-wrapper .swiper-slide.ph2 {
    background-image: url(../images/photo_about2.jpg);
  }
  .section.sec2 .inner .mybg .swiper-wrapper .swiper-slide.ph3 {
    background-image: url(../images/photo_about3.jpg);
  }
  .section.sec2 .inner .mybg .swiper-wrapper .swiper-slide.ph3 .text {
    left: 20px;
    top: 80px;
  }
  .section.sec2 .inner .mybg .swiper-wrapper .swiper-slide.ph3 .text p {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .section.sec2 .inner .mybg .swiper-wrapper .swiper-slide.ph3 .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .section.sec3 .inner .photo-slide {
    width: 100%;
    height: 100%;
  }
  .section.sec3 .inner .photo-slide .swiper-wrapper .swiper-slide a p {
    color: #111111;
    font-family: din-2014, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    background-color: rgba(255, 255, 255, 0.8);
    padding: 7px 21px;
  }
  .section.sec3 .inner .photo-slide .arrow {
    width: 20px;
    height: 36px;
    top: calc(50% - 18px);
  }
  .section.sec3 .inner .photo-slide .arrow.arrow-l {
    left: 10px;
  }
  .section.sec3 .inner .photo-slide .arrow.arrow-r {
    right: 10px;
  }
  .section.sec3 .inner .photo-thumb {
    width: 60%;
    left: 20%;
    bottom: 20px;
  }
  .section.sec3 .inner .photo-thumb .swiper-wrapper {
    justify-content: center;
  }
  .section.sec3 .inner .photo-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: solid 2px #FFF;
  }
  .section.sec4 .inner .video {
    width: calc(100% - 40px);
  }
  .section.sec4 .inner .video::after {
    width: 100%;
    height: calc((100vw - 40px) * 0.563);
  }
  .section.sec4 .inner .video iframe {
    width: 100%;
    height: calc((100vw - 40px) * 0.563);
  }
  .section.sec4 .inner .video.on::after {
    opacity: 0;
    pointer-events: none;
  }
  .section.sec5 .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }
  .section.sec5 .inner .combo {
    width: 100%;
    height: 100%;
    padding: 90px 0 40px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .section.sec5 .inner .combo .text {
    width: calc(100% - 40px);
    height: 100%;
    position: relative;
    order: 1;
  }
  .section.sec5 .inner .combo .text .bio-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .section.sec5 .inner .combo .text .bio-slide .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .section.sec5 .inner .combo .text .bio-slide .swiper-wrapper .swiper-slide {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .section.sec5 .inner .combo .text .bio-slide .swiper-wrapper .swiper-slide.myphoto {
    display: flex;
  }
  .section.sec5 .inner .combo .text .bio-slide .swiper-wrapper .swiper-slide.myphoto .buttons {
    justify-content: flex-end;
  }
  .section.sec5 .inner .combo .text .bio-slide .swiper-wrapper .swiper-slide.prof .buttons {
    justify-content: space-between;
  }
  .section.sec5 .inner .combo .text .bio-slide .swiper-wrapper .swiper-slide.prof .buttons .btn.prev {
    display: flex;
  }
  .section.sec5 .inner .combo .text .bio-slide .box {
    width: 100%;
  }
  .section.sec5 .inner .combo .text .bio-slide .box:not(:last-child) {
    margin-bottom: 20px;
  }
  .section.sec5 .inner .combo .text .bio-slide .box h4 {
    text-align: left;
    margin-bottom: 10px;
  }
  .section.sec5 .inner .combo .text .bio-slide .box h4 span {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  .section.sec5 .inner .combo .text .bio-slide .box dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .section.sec5 .inner .combo .text .bio-slide .box dl dt {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    width: 25%;
  }
  .section.sec5 .inner .combo .text .bio-slide .box dl dt a {
    text-decoration: underline;
  }
  .section.sec5 .inner .combo .text .bio-slide .box dl dd {
    color: #111111;
    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;
    font-feature-settings: "palt";
    width: 75%;
  }
  .section.sec5 .inner .combo .text .bio-slide .buttons {
    margin-top: auto;
  }
  .section.sec5 .inner .combo .text .bio-slide .buttons .btn:hover {
    opacity: 1;
  }
  .section.sec5 .inner .combo .text .arrow {
    width: 30px;
    height: 30px;
    border: solid 1px #999;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 10;
  }
  .section.sec5 .inner .combo .text .arrow span {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .section.sec5 .inner .combo .text .arrow.swiper-button-disabled {
    display: none;
  }
  .section.sec5 .inner .combo .text .arrow.left {
    left: -50px;
  }
  .section.sec5 .inner .combo .text .arrow.right {
    right: -50px;
  }
  .section.sec5 .inner .combo .photo {
    display: none;
  }
  .section.sec6 .inner .link {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .section.sec6 .inner .link ul:not(:last-child) {
    margin-bottom: 40px;
  }
  .section.sec6 .inner .link ul li {
    text-align: left;
  }
  .section.sec6 .inner .link ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .section.sec6 .inner .link ul li a {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .section.sec6 .inner .link ul li a:hover {
    opacity: 1;
  }
  .section.sec6 .inner .link .btn {
    width: 160px;
  }
  .section.sec6 .inner .link .btn a {
    color: #FFF;
    font-family: din-2014, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    height: 40px;
  }
  .section.sec6 .inner .link .btn a:hover {
    color: #FFF;
    background-color: transparent;
  }
  .section.sec7 .inner {
    padding-top: 70px;
    align-items: flex-start;
  }
  .section.sec7 .inner .set {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .section.sec7 .inner .set .inset {
    width: 100%;
    margin-bottom: 40px;
  }
  .section.sec7 .inner .set .inset a {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .section.sec7 .inner .set .inset a dl {
    width: 100%;
    position: relative;
  }
  .section.sec7 .inner .set .inset a dl::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #111111;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: opacity 0.5s ease-in;
  }
  .section.sec7 .inner .set .inset a dl dt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  .section.sec7 .inner .set .inset a dl dt span:nth-child(1) {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  .section.sec7 .inner .set .inset a dl dt span:nth-child(2) {
    color: #FFF;
    font-family: din-2014, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .section.sec7 .inner .set .inset a:hover dl::before {
    opacity: 0;
  }
  .section.sec7 .inner .set .btn {
    width: 160px;
  }
  .section.sec7 .inner .set .btn a {
    color: #111111;
    font-family: din-2014, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    height: 40px;
  }
  .section.sec7 .inner .set .btn a:hover {
    color: #111111;
  }
  .section.sec8 {
    width: 100%;
  }
  .section.sec8 .inner {
    width: 100%;
    height: 100%;
    padding: 70px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }
  .section.sec8 .inner .set {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .section.sec8 .inner .set ul.tab {
    width: calc(100% - 40px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .section.sec8 .inner .set ul.tab li {
    width: calc((100% - 10px) / 2);
  }
  .section.sec8 .inner .set ul.tab li span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    height: 40px;
    background-color: #111111;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.15s ease-out 0s;
  }
  .section.sec8 .inner .set ul.tab li.active span {
    background-color: #59B2C3;
  }
  .section.sec8 .inner .set .office {
    width: calc(100% - 40px);
    display: none;
  }
  .section.sec8 .inner .set .office.active {
    display: block;
  }
  .section.sec8 .inner .set .office .map {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .section.sec8 .inner .set .office dl {
    text-align: left;
  }
  .section.sec8 .inner .set .office dl dt {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  .section.sec8 .inner .set .office dl dd {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .section.sec9 .inner {
    padding: 50px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .section.sec9 .inner .combo {
    width: calc(100% - 40px);
  }
  .section.sec9 .inner .combo .text .myform .wpcf7 .screen-reader-response:not(:last-child) {
    margin-bottom: 20px;
  }
  .section.sec9 .inner .combo .text .myform .wpcf7 .screen-reader-response p {
    color: #111111;
    font-family: din-2014, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin: 0px;
  }
  .section.sec9 .inner .combo .text .myform .wpcf7 .screen-reader-response ul {
    display: none;
  }
  .section.sec9 .inner .combo .text .myform form {
    text-align: left;
    width: 100%;
  }
  .section.sec9 .inner .combo .text .myform form dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #F1F1F1;
  }
  .section.sec9 .inner .combo .text .myform form dl dt {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 30%;
    padding: 0 10px 0 0;
  }
  .section.sec9 .inner .combo .text .myform form dl dd {
    width: 70%;
  }
  .section.sec9 .inner .combo .text .myform form dl dd input {
    color: #111111;
    font-family: din-2014, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    padding: 5px;
  }
  .section.sec9 .inner .combo .text .myform form dl dd textarea {
    color: #111111;
    font-family: din-2014, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
    height: 160px;
    min-height: 160px;
    padding: 5px;
  }
  .section.sec9 .inner .combo .text .myform form dl dd span {
    color: #111111;
    font-family: din-2014, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .section.sec9 .inner .combo .text .myform form dl dd span.wpcf7-not-valid-tip {
    color: #111111;
    font-family: din-2014, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-top: 10px;
  }
  .section.sec9 .inner .combo .text .myform form dl dd select {
    color: #111111;
    font-family: din-2014, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .section.sec9 .inner .combo .text .myform form .sendbtn {
    width: 100%;
    background-color: #666666;
    transition: all 0.15s ease-out 0s;
  }
  .section.sec9 .inner .combo .text .myform form .sendbtn:hover {
    background-color: #111111;
  }
  .section.sec9 .inner .combo .text .myform form .sendbtn:not(:last-child) {
    margin-bottom: 20px;
  }
  .section.sec9 .inner .combo .text .myform form .sendbtn input {
    color: #FFF;
    font-family: din-2014, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    height: 40px;
  }
  .section.sec10 .inner {
    padding: 50px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .section.sec10 .inner .set {
    width: 100%;
    position: relative;
    transform: translateY(-40px);
  }
  .section.sec10 .inner .set dl {
    margin-bottom: 20px;
  }
  .section.sec10 .inner .set dl dt {
    width: 30px;
    margin-bottom: 10px;
  }
  .section.sec10 .inner .set dl dd {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  .section.sec10 .inner .set .instapost {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .section.sec10 .inner .set .instapost > div {
    width: 33.3333333333%;
  }
  .section.sec10 .inner .set .instapost > div:not(:nth-child(5n+1)) {
    margin-left: 0px;
  }
  .section.sec10 .inner .set .instapost > div:not(:nth-child(n+6)) {
    margin-bottom: 0px;
  }
  .section.sec10 .inner .set .instapost > div:last-child {
    display: none;
  }
  .section.sec10 .inner .set .instapost > div a {
    width: 100%;
    height: 33.3333333333vw;
  }
  .section.sec10 .inner .set .instapost > div a:hover {
    opacity: 1;
  }
}

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