@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::before {
  content: "";
  width: 100%;
  height: 77px;
  background-color: #FFF;
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.wrapper::before {
  content: "";
  width: 100%;
  height: 400px;
  background-color: #F1F1F1;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.visual {
  width: 100%;
  padding: 0px;
  margin-bottom: 80px;
}
.visual .invisual {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.visual .invisual .title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.visual .invisual .title dl {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.visual .invisual .title dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.visual .invisual .title dl dt:not(:last-child) {
  margin-bottom: 40px;
}
.visual.index {
  padding-top: 120px;
}

/* sec1 */
.sec {
  padding-bottom: 100px;
  width: 100%;
  position: relative;
}
.sec h4.body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.sec h4.body::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000000;
  display: block;
  transform: translateY(0.9rem);
}
.sec h4.body span {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: calc(100% - 45px);
  margin: 0 0 0 15px;
}
.sec .text {
  text-align: left;
}
.sec .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";
}
.sec .text p:not(:last-child) {
  margin-bottom: 15px;
}
.sec .text p.notice {
  font-size: 1.2rem;
  line-break: 2.4rem;
}
.sec .text p strong {
  color: #ffbe00;
  font-weight: 600;
}
.sec .inner {
  width: 1080px;
  margin: 0 auto;
}
.sec .inner .combo {
  width: 100%;
}
.sec .inner .combo .contents {
  width: 100%;
}
.sec .inner .combo .contents .index {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.sec .inner .combo .contents .index .thumb {
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
}
.sec .inner .combo .contents .index .thumb a {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sec .inner .combo .contents .index .thumb a dl {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in 0s;
  opacity: 0;
}
.sec .inner .combo .contents .index .thumb a dl dt {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
.sec .inner .combo .contents .index .thumb a dl dd {
  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: 0;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .index .thumb:hover a dl {
  opacity: 1;
}
.sec .inner .combo .contents .index .thumb:not(:nth-child(4n+1)) {
  margin-left: 20px;
}
.sec .inner .combo .contents .detail {
  width: 100%;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: solid 1px #111111;
}
.sec .inner .combo .contents .detail .title {
  width: 100%;
  margin-bottom: 80px;
}
.sec .inner .combo .contents .detail .title dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.sec .inner .combo .contents .detail .title dl::after {
  content: "";
  width: 1px;
  height: 4rem;
  background-color: #999;
  margin-left: 20px;
  order: 2;
}
.sec .inner .combo .contents .detail .title dl dt {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  order: 1;
}
.sec .inner .combo .contents .detail .title dl dd {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-left: 20px;
  order: 3;
}
.sec .inner .combo .contents .detail .data {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sec .inner .combo .contents .detail .data:not(:last-child) {
  margin-bottom: 80px;
}
.sec .inner .combo .contents .detail .data table {
  text-align: left;
  width: 400px;
}
.sec .inner .combo .contents .detail .data table tr th {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 10px 0;
  border-bottom: solid 1px #111111;
}
.sec .inner .combo .contents .detail .data table tr td {
  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";
  padding: 10px 0 10px 10px;
  border-bottom: solid 1px #111111;
}
.sec .inner .combo .contents .detail .data .text {
  width: calc(100% - 480px);
}
.sec .inner .combo .contents .detail .data .text h5 {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
.sec .inner .combo .contents .detail .data .text p {
  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";
}
.sec .inner .combo .contents .detail .photo {
  width: 100%;
}
.sec .inner .combo .contents .detail .photo:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .detail .photo dl {
  display: none;
}
.sec .inner .combo .contents .detail .ppair {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sec .inner .combo .contents .detail .ppair:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .detail .ppair div {
  width: calc((100% - 40px) / 2);
}
.sec .inner .combo .contents .detail .ppair div dl {
  display: none;
}
.sec .inner .combo .contents .detail .pset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sec .inner .combo .contents .detail .pset:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .detail .pset div {
  width: calc((100% - 80px) / 3);
}
.sec .inner .combo .contents .detail .pset div dl {
  display: none;
}
.sec .inner .combo .contents .detail .comment {
  position: relative;
}
.sec .inner .combo .contents .detail .comment img {
  transition: opacity 0.5s ease-out;
}
.sec .inner .combo .contents .detail .comment:hover img {
  opacity: 0.8;
}
.sec .inner .combo .contents .detail .comment::after {
  content: "";
  width: 50px;
  height: 42px;
  background-image: url(../images/icon_serif.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}
.sec .inner .combo .contents .detail .comment dl {
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.sec .inner .combo .contents .detail .comment dl dt {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec .inner .combo .contents .detail .comment dl dt:not(:last-child) {
  margin-bottom: 10px;
}
.sec .inner .combo .contents .detail .comment dl dd {
  color: #FFF;
  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";
}
.sec .inner .combo .contents .detail .comment.on dl {
  opacity: 1;
}
.sec .inner .combo .contents .detail .before {
  width: 100%;
  padding-top: 40px;
}
.sec .inner .combo .contents .detail .before:not(:last-child) {
  margin-bottom: 40px;
}
.sec .inner .combo .contents .detail .before h4 {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
.sec .inner .combo .contents .detail .before .inbefore {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sec .inner .combo .contents .detail .before .inbefore div {
  width: calc(50% - 5px);
}
.sec .inner .combo .contents .detail .sekoh {
  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";
  text-align: right;
}
.sec.on .inner .visual {
  opacity: 1;
}
.sec.on .inner .combo .title {
  clip-path: inset(0 0 0 0);
}
.sec.on .inner .combo .text {
  opacity: 1;
}
.sec.sec2 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in;
}
.sec.sec2.on {
  opacity: 1;
}
.sec.sec2:not(:last-child) {
  margin-bottom: 160px;
}
.sec.sec2 .inner {
  width: 1080px;
  margin: 0 auto;
}
.sec.sec2 .inner .title {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease-in 0.5s;
}
.sec.sec2 .inner .title .intitle {
  width: 100%;
}
.sec.sec2 .inner .title .intitle dl {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec.sec2 .inner .title .intitle dl dt {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.sec.sec2 .inner .title .intitle dl dt:not(:last-child) {
  margin-bottom: 10px;
}
.sec.sec2 .inner .photo-slide {
  width: 100%;
  height: auto;
  position: relative;
}
.sec.sec2 .inner .photo-slide:not(:last-child) {
  margin-bottom: 35px;
}
.sec.sec2 .inner .photo-slide .arrow {
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 10;
}
.sec.sec2 .inner .photo-slide .arrow:hover {
  opacity: 0.7;
}
.sec.sec2 .inner .photo-slide .arrow.arrow-l {
  left: -55px;
}
.sec.sec2 .inner .photo-slide .arrow.arrow-r {
  right: -55px;
  transform: rotate(180deg);
}
.sec.sec2 .inner .photo-thumb .swiper-wrapper .swiper-slide {
  border: solid 5px #FFF;
  transition: all 0.15s ease-in;
}
.sec.sec2 .inner .photo-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: solid 5px #808080;
}
.sec.sec2.on .inner .photo-slide {
  opacity: 1;
}
.sec.sec2.on .inner .title {
  clip-path: inset(0 0 0 0);
}
.sec.sec2.on .inner .text {
  opacity: 1;
}
.sec.sec3::before {
  content: "";
  background-image: url(../images/bg_texture.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.15;
}
.sec.sec3 .inner .combo .posts {
  width: calc(100% - 400px);
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.sec.sec3 .inner .combo .posts .post {
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
}
.sec.sec3 .inner .combo .posts .post:not(:nth-child(3n+1)) {
  margin-left: 20px;
}
.sec.sec3 .inner .combo .posts .post a {
  width: 100%;
  display: block;
  transition: all 0.15s ease-out 0s;
}
.sec.sec3 .inner .combo .posts .post a dl {
  width: 100%;
}
.sec.sec3 .inner .combo .posts .post a dl dt {
  width: 100%;
  margin-bottom: 10px;
}
.sec.sec3 .inner .combo .posts .post a 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";
  text-align: left;
}
.sec.sec3 .inner .combo .posts .post a dl dd:not(:last-child) {
  margin-bottom: 5px;
}
.sec.sec3 .inner .combo .posts .post a:hover {
  opacity: 0.7;
}
.sec.sec3 .inner .combo .posts .btn {
  width: 100%;
}
.sec.sec3 .inner .combo .posts .btn a {
  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";
  width: 100%;
  height: 50px;
  background-color: #666666;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-out 0s;
}
.sec.sec3 .inner .combo .posts .btn:hover a {
  background-color: #111111;
}
.sec.sec3.on .inner .combo .posts {
  opacity: 1;
}
.sec.sec4 .inner .combo .title {
  width: 450px;
  order: 2;
}
.sec.sec4 .inner .combo .title .intitle {
  padding: 0px;
}
.sec.sec4 .inner .combo .title .intitle dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.sec.sec4 .inner .combo .title .intitle dl dd .photo {
  width: 360px;
}
.sec.sec4 .inner .combo .text {
  width: calc(100% - 450px);
  order: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
.sec.sec4 .inner .combo .text .box {
  width: 100%;
}
.sec.sec4 .inner .combo .text .box:not(:last-child) {
  margin-bottom: 40px;
}
.sec.sec4 .inner .combo .text .box h4.body.lh::before {
  transform: translateY(1.5rem);
}
.sec.sec4 .inner .combo .text .box h4.body.lh span {
  line-height: 3rem;
}
.sec.sec4 .inner .combo .text .box dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec.sec4 .inner .combo .text .box dl dt {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 15%;
}
.sec.sec4 .inner .combo .text .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: 85%;
}
.sec.sec4 .inner .combo .text .box.achieve dl {
  flex-direction: column;
}
.sec.sec4 .inner .combo .text .box.achieve dl:not(:last-child) {
  margin-bottom: 20px;
}
.sec.sec4 .inner .combo .text .box.achieve dl dt {
  width: 100%;
}
.sec.sec4 .inner .combo .text .box.achieve dl dt a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.sec.sec4 .inner .combo .text .box.achieve dl dt a::after {
  content: "";
  width: 15px;
  height: 14px;
  background-image: url(../../common/images/icon_blank_blk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 0 0 5px;
  display: block;
}
.sec.sec4 .inner .combo .text .box.achieve dl dd {
  width: 100%;
}
.sec.sec4.on .inner .combo .text {
  opacity: 1;
}
.sec.sec5::before {
  content: "";
  background-image: url(../images/bg_texture.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.15;
}
.sec.sec5 .inner .combo .text {
  width: calc(100% - 400px);
  order: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
.sec.sec5 .inner .combo .text .box {
  width: 100%;
}
.sec.sec5 .inner .combo .text .box:not(:last-child) {
  margin-bottom: 80px;
}
.sec.sec5 .inner .combo .text .box h5 {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec.sec5 .inner .combo .text .box h5:not(:last-child) {
  margin-bottom: 20px;
}
.sec.sec5 .inner .combo .text .box p {
  margin-bottom: 20px;
}
.sec.sec5 .inner .combo .text .set {
  width: 100%;
}
.sec.sec5 .inner .combo .text .set .inset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.sec.sec5 .inner .combo .text .set .inset:not(:last-child) {
  margin-bottom: 20px;
}
.sec.sec5 .inner .combo .text .set .inset dl {
  width: calc((100% - 40px) / 3);
  position: relative;
}
.sec.sec5 .inner .combo .text .set .inset dl dt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.sec.sec5 .inner .combo .text .set .inset dl dt a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.15s ease-out 0s;
}
.sec.sec5 .inner .combo .text .set .inset dl dt a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.sec.sec5 .inner .combo .text .set .inset dl dt a span {
  text-align: center;
  display: inline-block;
}
.sec.sec5 .inner .combo .text .set .inset dl dt a span:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
.sec.sec5 .inner .combo .text .set .inset dl dt a span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.sec.sec5 .inner .combo .text .set .inset dl dd {
  width: 100%;
}
.sec.sec5 .inner .combo .text .btn {
  width: 100%;
}
.sec.sec5 .inner .combo .text .btn a {
  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";
  width: 100%;
  height: 50px;
  background-color: #666666;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-out 0s;
}
.sec.sec5 .inner .combo .text .btn:hover a {
  background-color: #111111;
}
.sec.sec6 {
  width: 100%;
  padding-bottom: 100px;
  margin-bottom: 100px;
  position: relative;
}
.sec.sec6 .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.sec.sec6 .inner .photo {
  width: 400px;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
.sec.sec6 .inner .photo .inphoto {
  width: 100%;
  position: sticky;
  top: 85px;
}
.sec.sec6 .inner .combo {
  width: calc(100% - 400px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.sec.sec6 .inner .combo .text {
  width: 630px;
  left: calc(50% - 330px);
  order: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
  position: relative;
}
.sec.sec6 .inner .combo .text .title {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.sec.sec6 .inner .combo .text .title .intitle {
  width: 100%;
  padding: 0px;
}
.sec.sec6 .inner .combo .text .title .intitle dl {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec.sec6 .inner .combo .text .title .intitle dl dt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.sec.sec6 .inner .combo .text .title .intitle dl dt:not(:last-child) {
  margin-bottom: 40px;
}
.sec.sec6 .inner .combo .text .title .intitle dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 4.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec.sec6 .inner .combo .text .myform {
  width: 100%;
}
.sec.sec6 .inner .combo .text .myform .status {
  text-align: left;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #111111;
}
.sec.sec6 .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;
}
.sec.sec6 .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;
}
.sec.sec6 .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";
}
.sec.sec6 .inner .combo .text .myform form {
  text-align: left;
  width: 100%;
}
.sec.sec6 .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;
}
.sec.sec6 .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: 30%;
  padding: 0 40px 0 0;
}
.sec.sec6 .inner .combo .text .myform form dl dd {
  width: 70%;
}
.sec.sec6 .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;
}
.sec.sec6 .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;
}
.sec.sec6 .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";
}
.sec.sec6 .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;
}
.sec.sec6 .inner .combo .text .myform form dl dd > div {
  position: relative;
  width: 80%;
}
.sec.sec6 .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);
}
.sec.sec6 .inner .combo .text .myform form .sendbtn {
  width: 100%;
  background-color: #666666;
  transition: all 0.15s ease-out 0s;
}
.sec.sec6 .inner .combo .text .myform form .sendbtn:hover {
  background-color: #111111;
}
.sec.sec6 .inner .combo .text .myform form .sendbtn:not(:last-child) {
  margin-bottom: 20px;
}
.sec.sec6 .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;
}
.sec.sec6 .inner .combo .text .myform form .prev a,
.sec.sec6 .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;
}
.sec.sec6 .inner .combo .text .myform form .prev a:hover,
.sec.sec6 .inner .combo .text .myform form .gohome a:hover {
  background-color: #808080;
}
.sec.sec6.on .inner .photo {
  opacity: 1;
}
.sec.sec6.on .inner .combo .text {
  opacity: 1;
}
.sec.sec7 {
  width: 100%;
}
.sec.sec7.on .visual {
  opacity: 1;
}
.sec.sec7.on .inner {
  opacity: 1;
}
.sec.sec7 .visual {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
.sec.sec7 .inner {
  padding: 100px 0;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0.75s;
}
.sec.sec7 .inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_texture.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0.15;
}
.sec.sec7 .inner dl {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
.sec.sec7 .inner dl dt {
  width: 40px;
  margin-bottom: 10px;
}
.sec.sec7 .inner 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";
}
.sec.sec7 .inner .instapost {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.sec.sec7 .inner .instapost > div {
  width: calc((100% - 80px) / 5);
  height: 200px;
  background-color: #66b6e0;
}
.sec.sec7 .inner .instapost > div:not(:nth-child(5n+1)) {
  margin-left: 20px;
}
.sec.sec7 .inner .instapost > div:not(:nth-child(n+6)) {
  margin-bottom: 20px;
}
.sec.sec8 {
  width: 100%;
  padding: 100px 0;
  opacity: 0;
  transition: all 0.5s ease-in;
}
.sec.sec8.on {
  opacity: 1;
}
.sec.sec8 .title {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.sec.sec8 .title .intitle {
  width: 100%;
  padding: 0px;
}
.sec.sec8 .title .intitle dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.sec.sec8 .title .intitle dl dt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.sec.sec8 .title .intitle dl dt:not(:last-child) {
  margin-bottom: 40px;
}
.sec.sec8 .title .intitle dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 4.4rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
.sec.sec8 .inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.sec.sec8 .inner .office {
  width: calc((100% - 80px) / 2);
}
.sec.sec8 .inner .office .map {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.sec.sec8 .inner .office dl {
  text-align: left;
}
.sec.sec8 .inner .office dl dt {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
.sec.sec8 .inner .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";
}

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

  .wrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .wrapper::before {
    height: 120px;
  }

  .visual {
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
  }
  .visual .invisual {
    width: calc(100% - 40px);
  }
  .visual .invisual .title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
  }
  .visual .invisual .title dl {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .visual .invisual .title dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .visual .invisual .title dl dt:not(:last-child) {
    margin-bottom: 20px;
  }
  .visual.index {
    padding-top: 60px;
  }

  /* sec1 */
  .sec {
    padding-bottom: 20px;
    width: 100%;
    position: relative;
  }
  .sec h4.body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .sec h4.body::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000000;
    display: block;
    transform: translateY(0.9rem);
  }
  .sec h4.body span {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 45px);
    margin: 0 0 0 15px;
  }
  .sec .text {
    text-align: left;
  }
  .sec .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";
  }
  .sec .text p:not(:last-child) {
    margin-bottom: 15px;
  }
  .sec .text p.notice {
    font-size: 1.2rem;
    line-break: 2.4rem;
  }
  .sec .text p strong {
    color: #ffbe00;
    font-weight: 600;
  }
  .sec .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .sec .inner .combo {
    width: 100%;
  }
  .sec .inner .combo .contents {
    width: 100%;
  }
  .sec .inner .combo .contents .index {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .sec .inner .combo .contents .index .thumb {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .index .thumb a {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .sec .inner .combo .contents .index .thumb a dl {
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 10px 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }
  .sec .inner .combo .contents .index .thumb a dl dt {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    font-feature-settings: "palt";
    margin-bottom: 5px;
  }
  .sec .inner .combo .contents .index .thumb a dl dd {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .index .thumb:hover a dl {
    opacity: 1;
  }
  .sec .inner .combo .contents .index .thumb:not(:nth-child(4n+1)) {
    margin-left: 0px;
  }
  .sec .inner .combo .contents .index .thumb:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  .sec .inner .combo .contents .detail {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .detail .title {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .detail .title dl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .sec .inner .combo .contents .detail .title dl::after {
    width: 1px;
    height: 3rem;
    margin-left: 10px;
  }
  .sec .inner .combo .contents .detail .title dl dt {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    order: 1;
  }
  .sec .inner .combo .contents .detail .title dl dd {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-left: 10px;
    order: 3;
  }
  .sec .inner .combo .contents .detail .data {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec .inner .combo .contents .detail .data:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec .inner .combo .contents .detail .data table {
    width: 100%;
    margin-bottom: 80px;
  }
  .sec .inner .combo .contents .detail .data table tr th {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 30%;
  }
  .sec .inner .combo .contents .detail .data table tr td {
    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";
    padding: 10px 0 10px 10px;
    border-bottom: solid 1px #111111;
  }
  .sec .inner .combo .contents .detail .data .text {
    width: 100%;
  }
  .sec .inner .combo .contents .detail .data .text h5 {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .detail .data .text p {
    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";
  }
  .sec .inner .combo .contents .detail .photo:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .detail .photo dl {
    display: none;
  }
  .sec .inner .combo .contents .detail .ppair:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .detail .ppair div {
    width: calc((100% - 10px) / 2);
  }
  .sec .inner .combo .contents .detail .pset {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec .inner .combo .contents .detail .pset:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .detail .pset div {
    width: calc((100% - 20px) / 3);
  }
  .sec .inner .combo .contents .detail .pset div dl {
    display: none;
  }
  .sec .inner .combo .contents .detail .comment:hover img {
    opacity: 1;
  }
  .sec .inner .combo .contents .detail .comment::after {
    content: "";
    width: 50px;
    height: 42px;
    background-image: url(../images/icon_serif.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
  }
  .sec .inner .combo .contents .detail .comment dl {
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .sec .inner .combo .contents .detail .comment dl dt {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec .inner .combo .contents .detail .comment dl dt:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec .inner .combo .contents .detail .comment dl dd {
    color: #FFF;
    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";
  }
  .sec .inner .combo .contents .detail .comment.on dl {
    opacity: 1;
  }
  .sec .inner .combo .contents .detail .before {
    width: 100%;
    padding-top: 30px;
  }
  .sec .inner .combo .contents .detail .before:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .detail .before h4 {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  .sec .inner .combo .contents .detail .before .inbefore {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec .inner .combo .contents .detail .before .inbefore div {
    width: calc(50% - 5px);
  }
  .sec .inner .combo .contents .detail .sekoh {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  .sec.on .inner .visual {
    opacity: 1;
  }
  .sec.on .inner .combo .title {
    clip-path: inset(0 0 0 0);
  }
  .sec.on .inner .combo .text {
    opacity: 1;
  }
  .sec.sec2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in;
  }
  .sec.sec2.on {
    opacity: 1;
  }
  .sec.sec2:not(:last-child) {
    margin-bottom: 160px;
  }
  .sec.sec2 .inner {
    width: 1080px;
    margin: 0 auto;
  }
  .sec.sec2 .inner .title {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.3s ease-in 0.5s;
  }
  .sec.sec2 .inner .title .intitle {
    width: 100%;
  }
  .sec.sec2 .inner .title .intitle dl {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec.sec2 .inner .title .intitle dl dt {
    color: #111111;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .sec.sec2 .inner .title .intitle dl dt:not(:last-child) {
    margin-bottom: 10px;
  }
  .sec.sec2 .inner .photo-slide {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sec.sec2 .inner .photo-slide:not(:last-child) {
    margin-bottom: 35px;
  }
  .sec.sec2 .inner .photo-slide .arrow {
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 10;
  }
  .sec.sec2 .inner .photo-slide .arrow:hover {
    opacity: 0.7;
  }
  .sec.sec2 .inner .photo-slide .arrow.arrow-l {
    left: -55px;
  }
  .sec.sec2 .inner .photo-slide .arrow.arrow-r {
    right: -55px;
    transform: rotate(180deg);
  }
  .sec.sec2 .inner .photo-thumb .swiper-wrapper .swiper-slide {
    border: solid 5px #FFF;
    transition: all 0.15s ease-in;
  }
  .sec.sec2 .inner .photo-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: solid 5px #808080;
  }
  .sec.sec2.on .inner .photo-slide {
    opacity: 1;
  }
  .sec.sec2.on .inner .title {
    clip-path: inset(0 0 0 0);
  }
  .sec.sec2.on .inner .text {
    opacity: 1;
  }
  .sec.sec3::before {
    content: "";
    background-image: url(../images/bg_texture.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.15;
  }
  .sec.sec3 .inner .combo .posts {
    width: calc(100% - 400px);
    opacity: 0;
    transition: opacity 0.5s ease-in 1s;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .sec.sec3 .inner .combo .posts .post {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
  }
  .sec.sec3 .inner .combo .posts .post:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  .sec.sec3 .inner .combo .posts .post a {
    width: 100%;
    display: block;
    transition: all 0.15s ease-out 0s;
  }
  .sec.sec3 .inner .combo .posts .post a dl {
    width: 100%;
  }
  .sec.sec3 .inner .combo .posts .post a dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec.sec3 .inner .combo .posts .post a 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";
    text-align: left;
  }
  .sec.sec3 .inner .combo .posts .post a dl dd:not(:last-child) {
    margin-bottom: 5px;
  }
  .sec.sec3 .inner .combo .posts .post a:hover {
    opacity: 0.7;
  }
  .sec.sec3 .inner .combo .posts .btn {
    width: 100%;
  }
  .sec.sec3 .inner .combo .posts .btn a {
    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";
    width: 100%;
    height: 50px;
    background-color: #666666;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.15s ease-out 0s;
  }
  .sec.sec3 .inner .combo .posts .btn:hover a {
    background-color: #111111;
  }
  .sec.sec3.on .inner .combo .posts {
    opacity: 1;
  }
  .sec.sec4 .inner .combo .title {
    width: 450px;
    order: 2;
  }
  .sec.sec4 .inner .combo .title .intitle {
    padding: 0px;
  }
  .sec.sec4 .inner .combo .title .intitle dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .sec.sec4 .inner .combo .title .intitle dl dd .photo {
    width: 360px;
  }
  .sec.sec4 .inner .combo .text {
    width: calc(100% - 450px);
    order: 1;
    opacity: 0;
    transition: opacity 0.5s ease-in 1s;
  }
  .sec.sec4 .inner .combo .text .box {
    width: 100%;
  }
  .sec.sec4 .inner .combo .text .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec.sec4 .inner .combo .text .box h4.body.lh::before {
    transform: translateY(1.5rem);
  }
  .sec.sec4 .inner .combo .text .box h4.body.lh span {
    line-height: 3rem;
  }
  .sec.sec4 .inner .combo .text .box dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec.sec4 .inner .combo .text .box dl dt {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 15%;
  }
  .sec.sec4 .inner .combo .text .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: 85%;
  }
  .sec.sec4 .inner .combo .text .box.achieve dl {
    flex-direction: column;
  }
  .sec.sec4 .inner .combo .text .box.achieve dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec.sec4 .inner .combo .text .box.achieve dl dt {
    width: 100%;
  }
  .sec.sec4 .inner .combo .text .box.achieve dl dt a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .sec.sec4 .inner .combo .text .box.achieve dl dt a::after {
    content: "";
    width: 15px;
    height: 14px;
    background-image: url(../../common/images/icon_blank_blk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 0 0 5px;
    display: block;
  }
  .sec.sec4 .inner .combo .text .box.achieve dl dd {
    width: 100%;
  }
  .sec.sec4.on .inner .combo .text {
    opacity: 1;
  }
  .sec.sec5::before {
    content: "";
    background-image: url(../images/bg_texture.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.15;
  }
  .sec.sec5 .inner .combo .text {
    width: calc(100% - 400px);
    order: 1;
    opacity: 0;
    transition: opacity 0.5s ease-in 1s;
  }
  .sec.sec5 .inner .combo .text .box {
    width: 100%;
  }
  .sec.sec5 .inner .combo .text .box:not(:last-child) {
    margin-bottom: 80px;
  }
  .sec.sec5 .inner .combo .text .box h5 {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec.sec5 .inner .combo .text .box h5:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec.sec5 .inner .combo .text .box p {
    margin-bottom: 20px;
  }
  .sec.sec5 .inner .combo .text .set {
    width: 100%;
  }
  .sec.sec5 .inner .combo .text .set .inset {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .sec.sec5 .inner .combo .text .set .inset:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec.sec5 .inner .combo .text .set .inset dl {
    width: calc((100% - 40px) / 3);
    position: relative;
  }
  .sec.sec5 .inner .combo .text .set .inset dl dt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .sec.sec5 .inner .combo .text .set .inset dl dt a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.15s ease-out 0s;
  }
  .sec.sec5 .inner .combo .text .set .inset dl dt a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .sec.sec5 .inner .combo .text .set .inset dl dt a span {
    text-align: center;
    display: inline-block;
  }
  .sec.sec5 .inner .combo .text .set .inset dl dt a span:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  .sec.sec5 .inner .combo .text .set .inset dl dt a span:nth-child(2) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .sec.sec5 .inner .combo .text .set .inset dl dd {
    width: 100%;
  }
  .sec.sec5 .inner .combo .text .btn {
    width: 100%;
  }
  .sec.sec5 .inner .combo .text .btn a {
    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";
    width: 100%;
    height: 50px;
    background-color: #666666;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.15s ease-out 0s;
  }
  .sec.sec5 .inner .combo .text .btn:hover a {
    background-color: #111111;
  }
  .sec.sec6 {
    width: 100%;
    padding-bottom: 100px;
    margin-bottom: 100px;
    position: relative;
  }
  .sec.sec6 .inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
  .sec.sec6 .inner .photo {
    width: 400px;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease-in 0.5s;
  }
  .sec.sec6 .inner .photo .inphoto {
    width: 100%;
    position: sticky;
    top: 85px;
  }
  .sec.sec6 .inner .combo {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  .sec.sec6 .inner .combo .text {
    width: 630px;
    left: calc(50% - 330px);
    order: 1;
    opacity: 0;
    transition: opacity 0.5s ease-in 1s;
    position: relative;
  }
  .sec.sec6 .inner .combo .text .title {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  .sec.sec6 .inner .combo .text .title .intitle {
    width: 100%;
    padding: 0px;
  }
  .sec.sec6 .inner .combo .text .title .intitle dl {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec.sec6 .inner .combo .text .title .intitle dl dt {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .sec.sec6 .inner .combo .text .title .intitle dl dt:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec.sec6 .inner .combo .text .title .intitle dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 4.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec.sec6 .inner .combo .text .myform {
    width: 100%;
  }
  .sec.sec6 .inner .combo .text .myform .status {
    text-align: left;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #111111;
  }
  .sec.sec6 .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;
  }
  .sec.sec6 .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;
  }
  .sec.sec6 .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";
  }
  .sec.sec6 .inner .combo .text .myform form {
    text-align: left;
    width: 100%;
  }
  .sec.sec6 .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;
  }
  .sec.sec6 .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: 30%;
    padding: 0 40px 0 0;
  }
  .sec.sec6 .inner .combo .text .myform form dl dd {
    width: 70%;
  }
  .sec.sec6 .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;
  }
  .sec.sec6 .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;
  }
  .sec.sec6 .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";
  }
  .sec.sec6 .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;
  }
  .sec.sec6 .inner .combo .text .myform form dl dd > div {
    position: relative;
    width: 80%;
  }
  .sec.sec6 .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);
  }
  .sec.sec6 .inner .combo .text .myform form .sendbtn {
    width: 100%;
    background-color: #666666;
    transition: all 0.15s ease-out 0s;
  }
  .sec.sec6 .inner .combo .text .myform form .sendbtn:hover {
    background-color: #111111;
  }
  .sec.sec6 .inner .combo .text .myform form .sendbtn:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec.sec6 .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;
  }
  .sec.sec6 .inner .combo .text .myform form .prev a,
.sec.sec6 .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;
  }
  .sec.sec6 .inner .combo .text .myform form .prev a:hover,
.sec.sec6 .inner .combo .text .myform form .gohome a:hover {
    background-color: #808080;
  }
  .sec.sec6.on .inner .photo {
    opacity: 1;
  }
  .sec.sec6.on .inner .combo .text {
    opacity: 1;
  }
  .sec.sec7 {
    width: 100%;
  }
  .sec.sec7.on .visual {
    opacity: 1;
  }
  .sec.sec7.on .inner {
    opacity: 1;
  }
  .sec.sec7 .visual {
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  .sec.sec7 .inner {
    padding: 100px 0;
    position: relative;
    opacity: 0;
    transition: all 0.5s ease-in 0.75s;
  }
  .sec.sec7 .inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_texture.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0.15;
  }
  .sec.sec7 .inner dl {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .sec.sec7 .inner dl dt {
    width: 40px;
    margin-bottom: 10px;
  }
  .sec.sec7 .inner 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";
  }
  .sec.sec7 .inner .instapost {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .sec.sec7 .inner .instapost > div {
    width: calc((100% - 80px) / 5);
    height: 200px;
    background-color: #66b6e0;
  }
  .sec.sec7 .inner .instapost > div:not(:nth-child(5n+1)) {
    margin-left: 20px;
  }
  .sec.sec7 .inner .instapost > div:not(:nth-child(n+6)) {
    margin-bottom: 20px;
  }
  .sec.sec8 {
    width: 100%;
    padding: 100px 0;
    opacity: 0;
    transition: all 0.5s ease-in;
  }
  .sec.sec8.on {
    opacity: 1;
  }
  .sec.sec8 .title {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  .sec.sec8 .title .intitle {
    width: 100%;
    padding: 0px;
  }
  .sec.sec8 .title .intitle dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .sec.sec8 .title .intitle dl dt {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .sec.sec8 .title .intitle dl dt:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec.sec8 .title .intitle dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 4.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  .sec.sec8 .inner {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .sec.sec8 .inner .office {
    width: calc((100% - 80px) / 2);
  }
  .sec.sec8 .inner .office .map {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .sec.sec8 .inner .office dl {
    text-align: left;
  }
  .sec.sec8 .inner .office dl dt {
    color: #111111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  .sec.sec8 .inner .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";
  }
}

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