section {
  position: relative;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 10;
  opacity: 1;
  transition: opacity 3s ease 2s;
}
.overlay.fade, .overlay.show {
  opacity: 0;
  transition: opacity 3s ease 2s, z-index 0s ease 6s;
  z-index: -1;
}

.main-img {
  position: relative;
  background: #000;
}
.main-img .img img {
  width: 100%;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 2s ease, opacity 2s ease;
}
.main-img .area-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 102;
}
.main-img .area-text .title01 {
  white-space: nowrap;
  margin: 0 auto 16px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 2s ease, transform 2s ease;
}
.main-img .area-text .text {
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.main-img .area-text .text .belt {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.8em;
  width: 0;
  background: linear-gradient(90deg, #D97F1C 0%, #DA801D 15.38%, #E79125 49.04%, #C86810 100%);
  z-index: -1;
  transition: width 2s ease;
}
.main-img .area-text .text .message {
  position: relative;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.main-img.show-title .area-text .title01 {
  opacity: 1;
  transform: translateY(0);
}
.main-img.show-belt .area-text .text .belt {
  width: 100%;
}
.main-img.show-message .area-text .text .message {
  opacity: 1;
}
.main-img.show .img img {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0s;
}
.main-img.show .area-text {
  z-index: 10;
}
.main-img.show .area-text .title01 {
  opacity: 1;
  transform: translateY(0);
}
.main-img.show .area-text .text .belt {
  width: 100%;
}
.main-img.show .area-text .text .message {
  opacity: 1;
}
.main-img.show-title .area-text .title01 {
  opacity: 1;
}
.main-img.show-belt .area-text .text .belt {
  width: 100%;
}
.main-img.show-message .area-text .text .message {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .main-img .area-text {
    top: 150px;
    transform: translateX(-50%);
  }
  .main-img .area-text .title01 {
    font-size: 88px;
    line-height: 1.0909090909;
    letter-spacing: 0.01em;
  }
  .main-img .area-text .text {
    padding: 16px 0;
    font-size: 32px;
    line-height: 1;
  }
}

.area-slide {
  margin: -45% 0 0;
  padding: 0 0 14px;
  background: #E3DEDB;
}
@media screen and (min-width: 768px) {
  .area-slide {
    margin: -14% 0 0;
    padding: 0 0 14px;
  }
}

.about {
  padding: 0 0 80px;
  background: #fff;
}
.about .intro {
  padding: 96px 0;
  background: #E3DEDB;
  border-top: solid 2px #1B1B1B;
  border-bottom: solid 2px #1B1B1B;
}
.about .intro .title01 {
  margin: 0 0 40px;
}
.about .intro .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.about .intro .text + .text {
  margin: 40px 0 0;
}
.about .list01 {
  padding: 80px 0 64px;
}
.about .list01 .item + .item {
  margin: 48px 0 0;
}
.about .list01 .item dl {
  padding: 24px 0 0;
  border-top: solid 1px #ccc;
}
.about .list01 .item dl dt {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
}
.about .list01 .item dl dd {
  font-size: 16px;
  line-height: 1.5;
}
.about .list01 .item .list-detail {
  counter-reset: num;
}
.about .list01 .item .list-detail .item-detail + .item-detail {
  margin: 24px 0 0;
}
.about .list01 .item .list-detail .item-detail dl {
  padding: 0;
  border: none;
}
.about .list01 .item .list-detail .item-detail dl dt {
  text-indent: -1em;
  padding: 0 0 0 0.9em;
}
.about .list01 .item .list-detail .item-detail dl dt::before {
  counter-increment: num;
  content: counter(num) ".";
}
.about .list02 {
  position: relative;
  margin: 0 10px;
  padding: 8px 0;
  border-left: solid 1px #1B1B1B;
  border-right: solid 1px #1B1B1B;
}
.about .list02:before {
  position: absolute;
  left: -10px;
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  background: #1B1B1B;
}
.about .list02 .item {
  position: relative;
  padding: 64px 10px 72px;
}
.about .list02 .item:before {
  position: absolute;
  left: -10px;
  bottom: 0;
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  background: #1B1B1B;
}
.about .list02 .item .img {
  margin: 0 0 24px;
}
.about .list02 .item .area-text {
  margin: 0 0 24px;
}
.about .list02 .item .area-text .detail {
  margin: 0 0 20px;
}
.about .list02 .item .area-text .detail .name {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 700;
  color: #CE2B2B;
  line-height: 1;
}
.about .list02 .item .area-text .detail .price {
  font-size: 24px;
  font-weight: 700;
  color: #CE2B2B;
  line-height: 1;
}
.about .list02 .item .area-text .desc .text {
  font-size: 16px;
}
.about .list02 .item .link {
  text-align: right;
}
.about .coming {
  margin: 64px 0;
}
.about .point {
  padding: 96px 0;
  background: url(../img/top/bg_about01_sp.png) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
.about .point .title02 {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.about .point .text {
  margin: 0 0 48px;
  font-size: 16px;
  line-height: 2;
}
.about .point .point-list .point-item {
  width: 320px;
  margin: 0 auto;
  padding: 48px 10px;
  border: solid 1px #fff;
}
.about .point .point-list .point-item + .point-item {
  margin: 24px auto 0;
}
.about .point .point-list .point-item .title03 {
  position: relative;
  margin: 0 0 32px;
  line-height: 1;
}
.about .point .point-list .point-item .title03 span {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}
.about .point .point-list .point-item .title03:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 210px;
  height: 30px;
  background: url(../img/common/title_bg01.png) no-repeat 0 0;
  background-size: cover;
  z-index: 1;
}
.about .point .point-list .point-item .title04 {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.about .point .point-list .point-item .text {
  margin: 0;
}
.about .features {
  counter-reset: number 0;
  padding: 136px 0 96px;
  background: #E3DEDB;
}
.about .features .features-list .features-item {
  position: relative;
  padding: 40px 16px;
  background: #fff;
}
.about .features .features-list .features-item + .features-item {
  margin: 64px 0 0;
}
.about .features .features-list .features-item:before {
  position: absolute;
  top: -30px;
  left: 0;
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: "Montserrat", sans-serif;
  color: #CE2B2B;
  font-size: 64px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.about .features .features-list .features-item .img {
  margin: 0 0 24px;
}
.about .features .features-list .features-item .title02 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 700;
  color: #CE2B2B;
  line-height: 1.4285714286;
}
.about .flow {
  padding: 96px 0;
  counter-reset: number 0;
}
.about .flow .title02 {
  margin: 0 0 48px;
  color: #CE2B2B;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  font-style: italic;
}
.about .flow .flow-list .flow-item {
  position: relative;
}
.about .flow .flow-list .flow-item:before {
  position: absolute;
  top: -12px;
  left: 0;
  counter-increment: number 1;
  content: "STEP 0" counter(number);
  font-family: "Montserrat", sans-serif;
  color: #CE2B2B;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.about .flow .flow-list .flow-item:after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  background: #8D8D8D;
  width: 74px;
  height: 24px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.about .flow .flow-list .flow-item + .flow-item {
  margin: 72px 0 0;
}
.about .flow .flow-list .flow-item:last-child::after {
  content: none;
}
.about .contact {
  margin: 0 0 80px;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 0 0 80px;
  }
  .about .intro {
    padding: 64px 0;
  }
  .about .intro .inner {
    position: relative;
  }
  .about .intro .inner:before, .about .intro .inner:after {
    content: "";
    position: absolute;
    top: -64px;
    display: block;
    width: 1px;
    height: calc(100% + 128px);
    background: #1B1B1B;
  }
  .about .intro .inner:before {
    left: 0;
  }
  .about .intro .inner:after {
    right: 0;
  }
  .about .intro .inner .detail {
    max-width: 800px;
    margin: 0 auto;
  }
  .about .list01 .item + .item {
    margin: 48px 0 0;
  }
  .about .list01 .item dl {
    padding: 24px 0 0;
    border-top: solid 1px #ccc;
  }
  .about .list01 .item dl dt {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6666666667;
  }
  .about .list01 .item dl dd {
    font-size: 16px;
    line-height: 1.5;
  }
  .about .list01 .item .list-detail {
    counter-reset: num;
  }
  .about .list01 .item .list-detail .item-detail + .item-detail {
    margin: 24px 0 0;
  }
  .about .list01 .item .list-detail .item-detail dl {
    padding: 0;
    border: none;
  }
  .about .list01 .item .list-detail .item-detail dl dt {
    text-indent: -1em;
    padding: 0 0 0 0.9em;
  }
  .about .list01 .item .list-detail .item-detail dl dt::before {
    counter-increment: num;
    content: counter(num) ".";
  }
  .about .list02 {
    margin: 0;
    padding: 16px 0;
    border: none;
  }
  .about .list02 .item {
    padding: 0;
  }
  .about .list02 .item .item-inner {
    position: relative;
    padding: 64px 32px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .about .list02 .item .item-inner:before, .about .list02 .item .item-inner:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 1px;
    min-height: calc(100% + 16px);
    background: #1B1B1B;
  }
  .about .list02 .item .item-inner:before {
    left: 0;
  }
  .about .list02 .item .item-inner:after {
    right: 0;
  }
  .about .list02 .item .item-inner .img {
    margin: 0 0 64px;
  }
  .about .list02 .item .item-inner .area-text {
    display: flex;
    justify-content: space-between;
    gap: 64px;
  }
  .about .list02 .item .item-inner .area-text .detail {
    width: 280px;
    margin: 0;
  }
  .about .list02 .item .item-inner .area-text .detail .name {
    margin: 0 0 16px;
    font-size: 28px;
  }
  .about .list02 .item .item-inner .area-text .desc {
    width: calc(100% - 340px);
  }
  .about .list02 .item .item-inner .link {
    text-align: right;
  }
  .about .coming {
    margin: 0;
    padding: 80px 0;
    border-top: solid 2px #1B1B1B;
  }
  .about .point {
    padding: 120px 0;
    background: url(../img/top/bg_about01_pc.png) no-repeat 0 0;
    background-size: cover;
  }
  .about .point .title02 {
    font-size: 48px;
  }
  .about .point .text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
  }
  .about .point .point-list {
    display: flex;
    justify-content: center;
    gap: 0 40px;
  }
  .about .point .point-list .point-item {
    width: 33%;
    padding: 48px 24px;
  }
  .about .point .point-list .point-item + .point-item {
    margin: 0;
  }
  .about .point .point-list .point-item .title03 {
    font-size: 32px;
  }
  .about .point .point-list .point-item .title04 {
    font-size: 24px;
  }
  .about .point .point-list .point-item .text {
    font-size: 16px;
    font-weight: 500;
  }
  .about .features {
    padding: 128px 0 80px;
  }
  .about .features .features-list .features-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0;
  }
  .about .features .features-list .features-item + .features-item {
    margin: 80px 0 0;
  }
  .about .features .features-list .features-item .img {
    width: 36.538461538%;
    max-width: 380px;
    margin: 0;
  }
  .about .features .features-list .features-item .area-text {
    width: 63.461538462%;
    padding: 0 48px;
  }
  .about .features .features-list .features-item .area-text .title02 {
    margin: 0 0 24px;
    font-size: 32px;
  }
  .about .flow {
    padding: 80px 0 64px;
  }
  .about .flow .title02 {
    margin: 0 0 56px;
    font-size: 48px;
  }
  .about .flow .flow-list {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  .about .flow .flow-list .flow-item {
    width: 25%;
  }
  .about .flow .flow-list .flow-item + .flow-item {
    margin: 0;
  }
  .about .flow .flow-list .flow-item:after {
    width: 18px;
    height: 58px;
    top: calc(50% - 14px);
    bottom: auto;
    left: auto;
    right: -26px;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}

.event {
  margin: 0 0 80px;
  padding: 120px 0;
  background: #255D8F;
  color: #fff;
}
.event .list {
  margin: 0 0 40px;
}
.event .list .item + .item {
  margin: 32px 0 0;
}
.event .list .item .img {
  margin: 0 0 16px;
}
.event .list .item .area-text {
  padding: 10px;
  border: solid 1px #fff;
}
.event .list .item .area-text .title02 {
  margin: 0 0 24px;
  font-weight: 400;
}
.event .list .item .area-text .text {
  margin: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .event {
    margin: 0 0 120px;
    padding: 64px 0;
  }
  .event .list {
    margin: 0 0 64px;
    /*
    display: flex;
    justify-content: center;
    gap: 24px;
    */
  }
  .event .list .item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 64px;
  }
  .event .list .item + .item {
    margin: 120px 0 0;
  }
  .event .list .item.reverse {
    flex-direction: row-reverse;
  }
  .event .list .item .img {
    width: 300px;
  }
  .event .list .item .area-text {
    width: calc(100% - 364px);
  }
}

.overview {
  margin: 0 0 80px;
  background: #F2F0ED;
}
.overview .info table {
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: solid 1px #ccc;
}
.overview .info table tbody tr {
  border-top: solid 1px #ccc;
}
.overview .info table tbody tr th {
  display: block;
  padding: 16px 0 0;
  text-align: left;
}
.overview .info table tbody tr td {
  display: block;
  padding: 16px 0;
}
.overview .info table tbody tr td .list {
  counter-reset: num;
}
.overview .info table tbody tr td .list .item {
  display: block;
  text-indent: -0.8em;
  padding: 0 0 0 0.8em;
}
.overview .info table tbody tr td .list .item:before {
  counter-increment: num;
  content: counter(num) ".";
}
.overview .overview-list .item .content {
  position: relative;
}
.overview .overview-list .item .content .img {
  margin: 0;
}
.overview .overview-list .item .content .img img {
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
}
.overview .overview-list .item .content .area-text {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
}
.overview .overview-list .item .content .area-text .title02 {
  margin: 0 0 16px;
  color: #fff;
}
.overview .overview-list .item .content .area-text .text {
  color: #fff;
}
.overview .detail .area-img-list {
  margin: 0 0 64px;
  padding: 0 0 64px;
  background: #255D8F;
}
.overview .detail .area-img-list .btn {
  padding: 0 15px;
}
.overview .detail .img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 40px 15px 16px;
}
.overview .detail .img-list .item {
  width: calc(50% - 6px);
  cursor: pointer;
}
.overview .detail .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.overview .detail .modal.active {
  display: block;
}
.overview .detail .modal .splide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
}
.overview .detail .modal .splide .splide__slide {
  display: flex;
  align-items: center;
}
.overview .detail .modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
}
.overview .detail .modal .modal-close span {
  position: relative;
}
.overview .detail .modal .modal-close span:before, .overview .detail .modal .modal-close span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 40px;
  background: #fff;
}
.overview .detail .modal .modal-close span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.overview .detail .modal .modal-close span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.overview .detail .bunkacho {
  margin: 0 0 48px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.overview .detail .bunkacho .img {
  width: 300px;
  margin: 0 auto 24px;
}
.overview .detail .bunkacho .text {
  text-align: center;
}
.overview .detail .content + .content {
  margin: 24px 0 0;
}
.overview .detail .content .title02 {
  margin: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .overview {
    margin: 0 0 120px;
  }
  .overview .info table {
    table-layout: fixed;
    border-collapse: collapse;
  }
  .overview .info table tbody tr {
    border-top: solid 1px #ccc;
  }
  .overview .info table tbody tr th {
    display: table-cell;
    width: 200px;
    padding: 16px 0;
    text-align: left;
  }
  .overview .info table tbody tr td {
    display: table-cell;
    width: calc(100% - 200px);
    padding: 16px 0;
  }
  .overview .overview-list .item + .item {
    margin: 0;
  }
  .overview .overview-list .item .content {
    position: relative;
  }
  .overview .overview-list .item .content .img {
    margin: 0;
  }
  .overview .overview-list .item .content .img img {
    aspect-ratio: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
  .overview .overview-list .item .content .area-text {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    width: 700px;
    margin: 0 auto;
    padding: 0;
  }
  .overview .overview-list .item .content .area-text .title02 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 24px;
  }
  .overview .overview-list .item .content .area-text .text {
    color: #fff;
  }
  .overview .detail .img-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 720px;
    margin: 0 auto 64px;
  }
  .overview .detail .img-list .item {
    width: calc(33% - 20px);
  }
  .overview .detail .img-list .item + .item {
    margin: 0;
  }
  .overview .detail .bunkacho {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 64px;
    max-width: 1000px;
    margin: 0 auto 48px;
    padding: 20px;
  }
  .overview .detail .bunkacho .img {
    width: 300px;
    margin: 0;
  }
  .overview .detail .bunkacho .text {
    text-align: left;
  }
  .overview .detail .content + .content {
    margin: 40px 0 0;
  }
  .overview .detail .content .title02 {
    margin: 0 0 16px;
    text-align: center;
  }
  .overview .detail .content .text {
    width: 720px;
    margin: 0 auto;
    text-align: center;
  }
}

.access {
  padding: 0 0 80px;
  background: #F2F0ED;
}
.access .area-info {
  margin: 0 0 24px;
}
.access .area-info .img {
  margin: 0 0 24px;
}
.access .area-info .area-text .title02 {
  margin: 0 0 16px;
}
.access .area-info .info dl + dl {
  margin: 16px 0 0;
}
.access .area-info .info dl dt {
  font-size: 12px;
}
.access .area-info .info dl dd {
  font-size: 12px;
}
.access .access-info {
  margin: 24px 0 0;
}
.access .access-info .title02 {
  margin: 0 0 16px;
}
.access .access-info .text {
  margin: 0 0 16px;
}
.access .access-info .btn a {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  border: solid 1px #000;
  border-radius: 10px;
}
.access .access-info .btn a:hover {
  border: solid 1px #255D8F;
  background: #255D8F;
  color: #fff;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 0 0 120px;
  }
  .access .area-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
  }
  .access .area-info .img {
    width: 48%;
    margin: 0;
  }
  .access .area-info .area-text {
    width: 48%;
  }
  .access .area-info .area-text .title02 {
    font-size: 28px;
  }
  .access .area-info .info {
    width: 48%;
  }
  .access .area-info .info dl {
    display: table;
  }
  .access .area-info .info dl + dl {
    margin: 8px 0 0;
  }
  .access .area-info .info dl dt {
    display: table-cell;
    width: 8em;
    font-size: 14px;
  }
  .access .area-info .info dl dd {
    display: table-cell;
    font-size: 14px;
  }
  .access .access-info .title02 {
    font-size: 28px;
  }
  .access .access-info .text {
    margin: 0 0 24px;
  }
}

.service {
  margin: 0 0 96px;
  padding: 0 0 96px;
  background: #E3DEDB;
}
.service .area-title {
  margin: 0 0 32px;
}
.service .area-title .category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.service .area-title .category-list .item {
  width: 48%;
  background: #fff;
  padding: 4px 8px;
  text-align: center;
}
.service .servie-list {
  margin: 32px 0 0;
}
.service .servie-list .service-item {
  padding: 18px 14px;
  color: #fff;
}
.service .servie-list .service-item + .service-item {
  margin: 16px 0 0;
}
.service .servie-list .service-item.service-item01 {
  background: url(../img/top/bg-service01_sp.png) no-repeat 0 0;
  background-size: cover;
}
.service .servie-list .service-item.service-item02 {
  background: url(../img/top/bg-service02_sp.png) no-repeat 0 0;
  background-size: cover;
}
.service .servie-list .service-item.service-item03 {
  background: url(../img/top/bg-service03_sp.png) no-repeat 0 0;
  background-size: cover;
}
.service .servie-list .service-item.service-item04 {
  background: url(../img/top/bg-service04_sp.jpg) no-repeat 0 0;
  background-size: cover;
}
.service .servie-list .service-item .title02 {
  margin: 0 0 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}
.service .servie-list .service-item .title02 span {
  display: block;
  margin: 8px 0 0;
  font-size: 21px;
  font-weight: 700;
}
.service .servie-list .service-item .text {
  line-height: 1.5;
  font-size: 16px;
}
.service .servie-list .service-item .text + .text {
  margin: 16px 0 0;
}
@media screen and (min-width: 768px) {
  .service {
    margin: 0 0 120px;
    padding: 0 0 80px;
  }
  .service .area-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: 0 0 32px;
  }
  .service .area-title .title01 {
    margin: 0;
  }
  .service .area-title .category-list {
    gap: 16px;
  }
  .service .area-title .category-list .item {
    width: 164px;
    background: #fff;
    padding: 4px 8px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
  }
  .service .text {
    margin: 0 0 60px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
  .service .servie-list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 16px;
  }
  .service .servie-list .service-item + .service-item {
    margin: 8px 0 0;
  }
  .service .servie-list .service-item.service-item01 {
    background: url(../img/top/bg-service01_pc.png) no-repeat 0 0;
    background-size: cover;
  }
  .service .servie-list .service-item.service-item02 {
    background: url(../img/top/bg-service02_pc.png) no-repeat 0 0;
    background-size: cover;
  }
  .service .servie-list .service-item.service-item03 {
    background: url(../img/top/bg-service03_pc.png) no-repeat 0 0;
    background-size: cover;
  }
  .service .servie-list .service-item.service-item04 {
    background: url(../img/top/bg-service04_pc.png) no-repeat 0 0;
    background-size: cover;
  }
  .service .servie-list .service-item .service-item_inner {
    display: flex;
    align-items: center;
    gap: 44px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 64px 0;
  }
  .service .servie-list .service-item .service-item_inner .title02 {
    width: 50%;
    margin: 0;
    font-size: 48px;
    line-height: 1.1666666667;
  }
  .service .servie-list .service-item .service-item_inner .title02 span {
    margin: 24px 0 0;
  }
  .service .servie-list .service-item .service-item_inner .area-text {
    width: 50%;
  }
  .service .servie-list .service-item .service-item_inner .area-text .text {
    margin: 0;
  }
  .service .servie-list .service-item .service-item_inner .area-text .text + .text {
    margin: 24px 0 0;
  }
}

.profile {
  margin: 96px 0;
}
.profile .detail {
  margin: 0 0 96px;
}
.profile .detail .img {
  position: relative;
  margin: 0 0 24px;
}
.profile .detail .img .name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.profile .detail .img .name span {
  display: block;
  margin: 12px 0 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}
.profile .detail .area-text .text + .text {
  margin: 16px 0 0;
}
.profile .detail .area-text .list-youtube {
  margin: 24px 0 0;
}
.profile .detail .area-text .list-youtube .item-youtube + .item-youtube {
  margin: 16px 0 0;
}
.profile .detail .area-text .list-sns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
}
.profile .detail .area-text .list-sns .item-sns {
  width: 48%;
}
.profile .detail .area-text .list-sns .item-sns.wide {
  width: 100%;
}
.profile .detail .area-text .list-sns .item-sns.youtube img {
  width: 116px;
}
.profile .detail .area-text .list-sns .item-sns.insta img {
  width: 120px;
}
.profile .detail .area-text .list-sns .item-sns.x img {
  width: 34px;
}
.profile .detail .area-text .list-sns .item-sns.tiktok img {
  width: 105px;
}
.profile .detail .area-text .list-sns .item-sns a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 20px;
  border: solid 3px #EDEDED;
}
.profile .detail .area-text .list-sns .item-sns a img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .profile .detail {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  .profile .detail .img {
    width: 50%;
    margin: 0;
  }
  .profile .detail .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .profile .detail .area-text {
    width: 50%;
  }
  .profile .detail .area-text .title01 {
    margin: 0 0 32px;
  }
  .profile .detail .area-text .text + .text {
    margin: 16px 0 0;
  }
  .profile .detail .area-text .list-youtube {
    margin: 24px 0 0;
  }
  .profile .detail .area-text .list-youtube .item-youtube + .item-youtube {
    margin: 16px 0 0;
  }
  .profile .detail .area-text .list-sns {
    gap: 16px;
    margin: 24px 0 0;
  }
  .profile .detail .area-text .list-sns .item-sns {
    width: 48%;
  }
  .profile .detail .area-text .list-sns .item-sns.wide {
    width: 100%;
  }
  .profile .detail .area-text .list-sns .item-sns.youtube img {
    width: 182px;
  }
  .profile .detail .area-text .list-sns .item-sns.insta img {
    width: 180px;
  }
  .profile .detail .area-text .list-sns .item-sns.x img {
    width: 48px;
  }
  .profile .detail .area-text .list-sns .item-sns.tiktok img {
    width: 210px;
  }
  .profile .detail .area-text .list-sns .item-sns a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 0;
  }
}

.company {
  position: relative;
  margin: 0 0 96px;
  padding: 0 0 96px;
  background: #E3DEDB;
}
.company:before, .company::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
.company:before {
  top: 8px;
}
.company::after {
  bottom: 8px;
}
.company .inner {
  position: relative;
}
.company .inner:before, .company .inner::after {
  content: "";
  position: absolute;
  top: -80px;
  display: block;
  width: 1px;
  height: calc(100% + 176px);
  background: #000;
}
.company .inner:before {
  left: 10px;
}
.company .inner::after {
  right: 10px;
}
.company .inner table {
  margin: 0 0 24px;
  border-collapse: collapse;
  border-bottom: solid 1px #ccc;
}
.company .inner table tr {
  border-top: solid 1px #ccc;
}
.company .inner table tr th {
  width: 122px;
  padding: 0 0 0 12px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}
.company .inner table tr td {
  padding: 24px 0;
  font-size: 14px;
  font-weight: 500;
}
.company .inner .map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 16px;
}
.company .inner .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company .inner .text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .company {
    padding: 96px 0;
    border-top: solid 2px #1B1B1B;
  }
  .company .inner:before, .company .inner:after {
    height: calc(100% + 192px);
    top: -96px;
  }
  .company .inner:before {
    left: 0;
  }
  .company .inner:after {
    right: 0;
  }
  .company .inner .company-inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .company .inner .company-inner table {
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */