@charset "UTF-8";
@media screen and (min-width: 768px) {
  .HIDE-PC {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .HIDE-SP {
    display: none !important;
  }
}
/*
*/
header#header .nav ul > li a {
  font-size: 15px;
}

header#header.isMin .nav ul > li a {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .pageShareBtns {
    padding: 0;
  }
}

.pageBackto {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.pageBackto a span {
  background-position: left 2px;
}

[data-display-state=hidden] {
  display: none;
}

[data-animation-state] {
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-animation-state=transparent] {
  opacity: 0;
  transform: translateY(20px);
}

[data-animation-state=active] {
  opacity: 1;
  transform: translateY(0);
}

@keyframes anipic {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.c-title {
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width:768px) {
  .c-title {
    font-size: 26px;
  }
}
@media screen and (max-width:767px) {
  .c-title {
    font-size: 17px;
  }
}

.c-text {
  line-height: 1.7;
}
@media screen and (min-width:768px) {
  .c-text {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .c-text {
    font-size: 13px;
  }
}
.c-text a {
  color: #000;
}

@media screen and (min-width:768px) {
  .c-caption {
    margin-top: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  .c-caption {
    margin-top: 12px;
    font-size: 11px;
  }
}
.c-caption a {
  color: #000;
}

@media screen and (min-width:768px) {
  .c-copyright {
    margin-top: 8px;
    font-size: 12px;
  }
}
@media screen and (max-width:767px) {
  .c-copyright {
    margin-top: 8px;
    font-size: 11px;
  }
}

.c-mov {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /*
  @include mq(pc){ padding-top: 58.65%; }
  @include mq()  { padding-top: 56.25%; }
  */
}
.c-mov iframe, .c-mov img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}

.btn-01 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  background-color: #000;
  text-decoration: none;
  opacity: 1;
  transition: 0.4s;
  text-align: center;
}
@media screen and (min-width:768px) {
  .btn-01 a {
    min-height: 64px;
    font-size: 18px;
    padding: 8px 40px;
  }
}
@media screen and (max-width:767px) {
  .btn-01 a {
    width: 100%;
    min-height: 60px;
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .btn-01 a {
    /* iOSバグ対応 */
  }
  .btn-01 a:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
}
.btn-01 a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 21px;
  content: "";
  background: url(../img/icon-arr-w.png) center center no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width:768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.modal-window-close {
  display: none;
  position: absolute;
  top: -58px;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  background: url(../img/icon_close.png);
  background-size: 100%;
  cursor: pointer;
}

[data-modal-section] {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3;
  background: #fff;
  transform: translate(-50%, -48%);
}
@media screen and (min-width:768px) {
  [data-modal-section] {
    padding: 80px 30px 40px;
    width: 600px;
    height: 620px;
    border: 10px solid #000;
  }
}
@media screen and (max-width:767px) {
  [data-modal-section] {
    padding: 30px 15px 10px;
    width: 335px;
    height: 360px;
    border: 5px solid #000;
  }
}
[data-modal-section] p {
  text-align: left;
}
@media screen and (min-width:768px) {
  [data-modal-section] p {
    width: 480px;
    margin: 60px auto 0;
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  [data-modal-section] p {
    margin: 30px auto 0;
    font-size: 11px;
  }
}
[data-modal-section] img {
  display: block;
  margin: 0 auto;
}
[data-modal-section] .slick-prev, [data-modal-section] .slick-next {
  z-index: 5;
}
@media screen and (min-width:768px) {
  [data-modal-section] .slick-prev:before, [data-modal-section] .slick-next:before {
    width: 20px;
    height: 30px;
  }
}
@media screen and (max-width:767px) {
  [data-modal-section] .slick-prev:before, [data-modal-section] .slick-next:before {
    width: 10px;
    height: 15px;
  }
}
@media screen and (min-width:768px) {
  [data-modal-section] .slick-prev {
    left: 5%;
  }
}
@media screen and (max-width:767px) {
  [data-modal-section] .slick-prev {
    left: 2%;
  }
}
[data-modal-section] .slick-prev:before {
  background: url(../img/icon-arr2.png) 0 0 no-repeat;
  background-size: auto 100%;
  content: "　";
  transition: 0.4s;
}
@media screen and (max-width:767px) {
  [data-modal-section] .slick-prev:before {
    font-size: 10px;
  }
}
[data-modal-section] .slick-next {
  top: 50%;
}
@media screen and (min-width:768px) {
  [data-modal-section] .slick-next {
    right: 5%;
    transform: translateY(-50%) rotate(-180deg);
  }
}
@media screen and (max-width:767px) {
  [data-modal-section] .slick-next {
    right: 2%;
    transform: translateY(-115%) rotate(-180deg);
  }
}
[data-modal-section] .slick-next:before {
  background: url(../img/icon-arr2.png) 0 0 no-repeat;
  background-size: auto 100%;
  content: "　";
  transition: 0.4s;
}
@media screen and (max-width:767px) {
  [data-modal-section] .slick-next:before {
    font-size: 10px;
  }
}

#lp-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#lp-modal.opened {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
#lp-modal .modal-scroller {
  position: fixed;
  max-width: 800px;
  width: 80%;
  max-height: 800px;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  background: #fff;
}
#lp-modal .modal-inner {
  position: relative;
  max-height: 100%;
  height: max-content;
  max-width: 400px;
  width: 80%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #lp-modal .modal-inner {
    padding-top: 45px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .modal-inner {
    padding-top: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  #lp-modal .modal-inner .slick-item figure {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .modal-inner .slick-item figure {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-modal .modal-inner .slick-item figure {
    margin-bottom: 8vw;
  }
}
#lp-modal .modal-inner .slick-item figure img {
  margin: auto;
  object-fit: cover;
}
#lp-modal .modal-inner .slick-item h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  #lp-modal .modal-inner .slick-item h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .modal-inner .slick-item h2 {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-modal .modal-inner .slick-item h2 {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-modal .modal-inner .slick-item h2 {
    font-size: 14px;
    line-height: 175%;
  }
}
#lp-modal .modal-inner .slick-item p.text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  #lp-modal .modal-inner .slick-item p.text {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .modal-inner .slick-item p.text {
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-modal .modal-inner .slick-item p.text {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-modal .modal-inner .slick-item p.text {
    font-size: 13px;
    line-height: 175%;
  }
}
#lp-modal .modal-inner .prev {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #lp-modal .modal-inner .prev {
    left: -50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .modal-inner .prev {
    left: -5vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-modal .modal-inner .prev {
    width: 35px;
    height: 50px;
    left: -35px;
  }
}
#lp-modal .modal-inner .prev a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 35px;
  height: 50px;
}
#lp-modal .modal-inner .prev a .arrow {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border-bottom: 2px solid #2a2f2a;
  border-left: 2px solid #2a2f2a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #lp-modal .modal-inner .prev a .arrow {
    width: 10px;
    height: 10px;
  }
}
#lp-modal .modal-inner .next {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #lp-modal .modal-inner .next {
    right: -50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .modal-inner .next {
    right: -5vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-modal .modal-inner .next {
    width: 35px;
    height: 50px;
    right: -35px;
  }
}
#lp-modal .modal-inner .next a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 35px;
  height: 50px;
}
#lp-modal .modal-inner .next a .arrow {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border-top: 2px solid #2a2f2a;
  border-right: 2px solid #2a2f2a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #lp-modal .modal-inner .next a .arrow {
    width: 10px;
    height: 10px;
  }
}
#lp-modal .close-modal {
  position: absolute;
  background-color: #2a2f2a;
}
@media screen and (min-width: 768px) {
  #lp-modal .close-modal {
    width: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .close-modal {
    width: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  #lp-modal .close-modal {
    height: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .close-modal {
    height: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  #lp-modal .close-modal {
    top: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .close-modal {
    top: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  #lp-modal .close-modal {
    right: 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .close-modal {
    right: 4.4vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-modal .close-modal {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }
}
#lp-modal .close-modal a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#lp-modal .close-modal a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}
@media screen and (min-width: 768px) {
  #lp-modal .close-modal a:before {
    width: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .close-modal a:before {
    width: 0.3vw;
  }
}
@media screen and (min-width: 768px) {
  #lp-modal .close-modal a:before {
    height: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .close-modal a:before {
    height: 2.3vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-modal .close-modal a:before {
    width: 1.5px;
    height: 11.5px;
  }
}
#lp-modal .close-modal a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}
@media screen and (min-width: 768px) {
  #lp-modal .close-modal a:after {
    width: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .close-modal a:after {
    width: 2.3vw;
  }
}
@media screen and (min-width: 768px) {
  #lp-modal .close-modal a:after {
    height: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #lp-modal .close-modal a:after {
    height: 0.3vw;
  }
}
@media screen and (max-width: 767px) {
  #lp-modal .close-modal a:after {
    width: 11.5px;
    height: 1.5px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif?vc5f04404df58fc3deb42d69f94476b6c") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body.modaling {
  overflow: hidden;
}

.special-250825 {
  background-color: #fff;
  font-weight: 300;
  line-height: 1.75;
}
.special-250825 img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:767px) {
  .special-250825 img {
    max-width: inherit;
  }
}
.special-250825 a {
  transition: 0.4s;
  opacity: 1;
}
@media screen and (min-width:767px) {
  .special-250825 a:hover {
    transition: 0.4s;
    opacity: 0.4;
  }
}
.special-250825 * {
  box-sizing: border-box;
}
.special-250825 .btn-01 a {
  margin: 18px auto 0;
  width: 100%;
  max-width: 300px;
  height: 60px;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 600;
}
@media screen and (max-width:767px) {
  .special-250825 .btn-01 a {
    max-width: 100%;
  }
}
.special-250825 .c-button--arrow {
  margin: 18px auto 0;
  max-width: 300px;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 600;
  background-color: #000000;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width:767px) {
  .special-250825 .c-button--arrow {
    max-width: 400px;
  }
}
.special-250825 .c-button--arrow:focus-visible {
  opacity: 0.6;
}
.special-250825 .c-button--arrow a {
  height: inherit;
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 1em;
  align-items: center;
  inline-size: min(100%, 330px);
  padding-inline: 20px;
}
.special-250825 .c-button--arrow a::before {
  content: "";
}
.special-250825 .c-button--arrow a::after {
  content: "";
  display: inline-block;
  inline-size: 1ex;
  aspect-ratio: 1;
  border-block-start: 1px solid;
  border-inline-end: 1px solid;
  justify-self: end;
  rotate: 45deg;
  border-color: #fff;
}
.special-250825 .c-button--arrow a:hover {
  opacity: 1;
}
@media (any-hover: hover) {
  .special-250825 .c-button--arrow:hover,
  .special-250825 .c-button--yellow:hover {
    opacity: 0.6;
  }
}
.special-250825 .c-button--yellow {
  margin-inline: auto;
  max-width: 400px;
  width: 100%;
  background-color: #FBFF00;
  filter: drop-shadow(4px 4px 0 black);
  will-change: filter;
  transition: opacity 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .special-250825 .c-button--yellow {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .c-button--yellow {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .c-button--yellow {
    margin-top: 16vw;
  }
}
@media screen and (max-width:767px) {
  .special-250825 .c-button--yellow {
    max-width: 400px;
  }
}
.special-250825 .c-button--yellow:focus-visible {
  opacity: 0.6;
}
.special-250825 .c-button--yellow a {
  text-align: center;
  color: #000000;
  font-size: min(1.8vw, 18px);
  line-height: 1.2222222222;
  font-weight: 300;
  height: inherit;
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 1em;
  align-items: center;
  width: 100%;
  padding-block: 18px;
  padding-inline: 20px;
}
@media screen and (max-width:767px) {
  .special-250825 .c-button--yellow a {
    font-size: min(3.7333333333vw, 16px);
  }
}
.special-250825 .c-button--yellow a::before {
  content: "";
}
.special-250825 .c-button--yellow a::after {
  content: "";
  display: inline-block;
  inline-size: 1ex;
  aspect-ratio: 1;
  border-block-start: 1px solid;
  border-inline-end: 1px solid;
  justify-self: end;
  rotate: 45deg;
  border-color: #000000;
}
.special-250825 .c-button--yellow a:hover {
  opacity: 1;
}
.special-250825 .section-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width:767px) {
  .special-250825 .section-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-footer {
  color: rgb(27, 27, 27);
  text-align: center;
  font-size: 14px;
  z-index: 1;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .article-footer {
    padding: 100px 0 100px;
    line-height: 1.571;
  }
}
@media screen and (max-width:767px) {
  .article-footer {
    padding: 50px 0;
    line-height: 1;
  }
}
.article-footer h2 {
  display: inline-block;
  font-weight: 400;
  border-bottom: 2px solid #000000;
}
@media screen and (min-width:768px) {
  .article-footer h2 {
    margin-bottom: 50px;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width:767px) {
  .article-footer h2 {
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.article-footer h3 {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .article-footer p {
    margin-top: 10px;
  }
  .article-footer p.freedial {
    margin-top: 20px;
    font-size: 16px;
    font-size: 400;
  }
  .article-footer p.freedial a {
    margin-left: 8px;
  }
  .article-footer p.c-button--arrow {
    margin-top: 30px;
  }
}
.article-footer .freedial img {
  display: inline-block;
}
.article-footer [src*="icon_freedial.png"] {
  vertical-align: middle;
  transform: translate(0, -2px);
}
@media screen and (min-width:768px) {
  .article-footer [src*="icon_freedial.png"] {
    width: 26px;
  }
}
@media screen and (max-width:767px) {
  .article-footer [src*="icon_freedial.png"] {
    width: 32px;
  }
}
.article-footer a:link, .article-footer a:visited, .article-footer a:hover, .article-footer a:active {
  outline: none;
  color: inherit;
  text-decoration: none;
}
.article-footer a[href="#section1"] {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid rgb(27, 27, 27);
}
@media screen and (max-width:767px) {
  .article-footer a[href="#section1"] {
    font-size: 14px;
  }
}
.article-footer-credit {
  margin-bottom: 100px;
  font-size: 14px;
  line-height: 1.5714285714;
}
@media screen and (max-width:767px) {
  .article-footer-credit {
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

@media screen and (min-width:768px) {
  .article-contact-list {
    margin-bottom: 56px;
  }
  .article-contact-list li > p {
    margin-top: 12px;
  }
  .article-contact-list li:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .article-contact-list {
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 1.542;
  }
}

ul.sns-list {
  margin-bottom: 90px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  ul.sns-list {
    margin-bottom: 43px;
  }
}
ul.sns-list > li {
  position: relative;
}
ul.sns-list > li.facebook {
  width: 16px;
}
ul.sns-list > li.ig {
  width: 31px;
}
ul.sns-list > li.tiktok {
  width: 26px;
}
ul.sns-list > li.line {
  width: 31px;
}
ul.sns-list > li img {
  max-width: 100%;
}

.article-footer-credit {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .article-footer-credit {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  .article-footer-credit > ul > li {
    margin-bottom: -2px;
  }
}

.special-250825 .section-top {
  background-color: #000;
}
.special-250825 .section-top .section-top__bg {
  position: relative;
  margin-inline: auto;
  width: 100%;
  min-height: 560px;
  height: 100%;
}
@media screen and (max-width:767px) {
  .special-250825 .section-top .section-top__bg {
    max-width: unset;
    min-height: unset;
    height: 470px;
  }
}
.special-250825 .section-top .section-top__bg > picture > img {
  min-height: 560px;
}
@media screen and (max-width:767px) {
  .special-250825 .section-top .section-top__bg > picture > img {
    min-height: unset;
    height: 470px;
    object-position: right;
  }
}
.special-250825 .section-top .section-top__wrapper {
  position: absolute;
  inset: 0;
}
.special-250825 .section-top .section-top__inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-inline: 20px;
}
.special-250825 .section-top .section-top__label {
  font-family: "Crimson Pro", serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1875;
}
@media screen and (min-width: 768px) {
  .special-250825 .section-top .section-top__label {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-top .section-top__label {
    margin-top: 3vw;
  }
}
@media screen and (max-width:767px) {
  .special-250825 .section-top .section-top__label {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 11px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-top .section-top__title {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-top .section-top__title {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-top .section-top__title {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-top .section-top__title {
    width: 580px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-top .section-top__title {
    width: 58vw;
  }
}
@media screen and (max-width:767px) {
  .special-250825 .section-top .section-top__title {
    max-width: 500px;
    width: 100vi;
    margin-inline: calc(50% - 50vi);
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-top .section-top__subtitle {
    margin-top: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-top .section-top__subtitle {
    margin-top: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-top .section-top__subtitle {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-top .section-top__subtitle {
    width: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-top .section-top__subtitle {
    width: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-top .section-top__subtitle {
    width: 22.9333333333vw;
  }
}
@media screen and (max-width:767px) {
  .special-250825 .section-top .section-top__subtitle {
    max-width: 100px;
    padding-left: 20px;
  }
}
.special-250825 .section-top .section-top__catch-text {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 32px;
}
@media screen and (max-width:767px) {
  .special-250825 .section-top .section-top__catch-text {
    top: 100px;
    width: 25px;
  }
}
.special-250825 .section-top .section-top__text {
  padding-block: 48px;
  padding-right: 160px;
  color: #fff;
  font-size: 16px;
  font-weight: 200%;
}
@media screen and (max-width:767px) {
  .special-250825 .section-top .section-top__text {
    padding-block: 40px;
    padding-right: 50px;
    font-size: 14px;
    font-weight: 175%;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-top .section-top__label, .special-250825 .section-top .section-top__catch-text {
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1.2s, transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1.2s !important;
  }
  .special-250825 .section-top .section-top__text {
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.3s !important;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-top .section-top__label, .special-250825 .section-top .section-top__catch-text {
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1.2s, transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 1.2s !important;
  }
  .special-250825 .section-top .section-top__text {
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s !important;
  }
}

@media screen and (min-width: 768px) {
  .special-250825 .section-main {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-main {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-main {
    margin-top: 16vw;
  }
}
.special-250825 .section-main .section-main__inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 20px;
}
.special-250825 .section-main .section-main__wrapper {
  display: flex;
  align-items: center;
  gap: min(5vw, 60px);
}
@media screen and (max-width:767px) {
  .special-250825 .section-main .section-main__wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.special-250825 .section-main .section-main__wrapper--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width:767px) {
  .special-250825 .section-main .section-main__wrapper--reverse {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width:768px) {
  .special-250825 .section-main .section-main__wrapper--other {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-main .section-main__img {
    width: 637px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-main .section-main__img {
    width: 63.7vw;
  }
}
.special-250825 .section-main .section-main__info {
  flex: 1;
}
.special-250825 .section-main .section-main__info .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
}
@media screen and (max-width:767px) {
  .special-250825 .section-main .section-main__info .text {
    font-size: 14px;
  }
}
.special-250825 .section-main .section-main__info .price {
  padding-left: 20px;
  border-left: 4px solid #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 175%;
}
@media screen and (min-width: 768px) {
  .special-250825 .section-main .section-main__info .price {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-main .section-main__info .price {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-main .section-main__info .price {
    margin-top: 8vw;
  }
}
@media screen and (max-width:767px) {
  .special-250825 .section-main .section-main__info .price {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-wide {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-wide {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-wide {
    margin-top: 16vw;
  }
}
.special-250825 .section-wide .section-main__img {
  width: 100vi;
  margin-inline: calc(50% - 50vi);
  background-color: #000;
}
.special-250825 .section-wide .section-main__img img {
  margin-inline: auto;
}
.special-250825 .section-wide .section-main__info {
  max-width: 640px;
  margin-right: auto;
}
@media screen and (max-width:767px) {
  .special-250825 .section-wide .section-main__info {
    max-width: unset;
  }
}
.special-250825 .section-modal {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .special-250825 .section-modal {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-modal {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-modal {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-modal {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-modal {
    padding-top: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-modal {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-modal {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-modal {
    padding: 30px 0 30px;
  }
}
.special-250825 .section-modal ul.items-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  flex-wrap: wrap;
  column-gap: min(2vw, 20px);
  row-gap: 60px;
}
@media screen and (min-width:768px) and (max-width:1120px) {
  .special-250825 .section-modal ul.items-list {
    row-gap: min(6vw, 60px);
  }
}
@media screen and (max-width:767px) {
  .special-250825 .section-modal ul.items-list {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    column-gap: 5.0666666667vw;
    row-gap: 10.6666666667vw;
  }
}
.special-250825 .section-modal ul.items-list > li {
  width: calc(25% - min(2vw, 20px) * 3 / 4);
}
@media screen and (max-width:767px) {
  .special-250825 .section-modal ul.items-list > li {
    width: calc(50% - 5.0666666667vw * 1 / 2);
  }
}
.special-250825 .section-modal ul.items-list > li[data-animation-state] {
  transition: opacity 0.5s linear 0.8s !important;
  opacity: 0;
}
.special-250825 .section-modal ul.items-list > li[data-animation-state] > a > img {
  transition: transform 0.5s ease 0.8s;
  transform: scale(0.7);
}
.special-250825 .section-modal ul.items-list > li[data-animation-state] > a:after {
  transition: opacity 0.3s linear 1.3s !important;
  opacity: 0;
}
.special-250825 .section-modal ul.items-list > li[data-animation-state] > .text {
  transition: transform 0.5s ease 0.8s;
  transform: scale(0.7);
}
.special-250825 .section-modal ul.items-list > li[data-animation-state][data-animation-state=active] {
  opacity: 1;
}
.special-250825 .section-modal ul.items-list > li[data-animation-state][data-animation-state=active] > a > img {
  transform: scale(1);
}
.special-250825 .section-modal ul.items-list > li[data-animation-state][data-animation-state=active] > a:after {
  opacity: 1;
}
.special-250825 .section-modal ul.items-list > li[data-animation-state][data-animation-state=active] > .text {
  transform: scale(1);
}
.special-250825 .section-modal ul.items-list > li > a {
  display: block;
  width: 100%;
  position: relative;
}
.special-250825 .section-modal ul.items-list > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/items_arrow.svg") center center no-repeat #5B5B5B;
  background-size: 9px 16px;
}
@media screen and (min-width: 768px) {
  .special-250825 .section-modal ul.items-list > li > a:after {
    width: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-modal ul.items-list > li > a:after {
    width: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-modal ul.items-list > li > a:after {
    height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-modal ul.items-list > li > a:after {
    height: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-modal ul.items-list > li > a:after {
    background-size: 0.9vw 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-modal ul.items-list > li > a:after {
    width: 18px;
    height: 18px;
    background-size: 6.5px 10.5px;
  }
}
.special-250825 .section-modal ul.items-list > li > a > img {
  aspect-ratio: 1;
  width: 100%;
  display: block;
}
.special-250825 .section-modal ul.items-list > li .text {
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: min(1.6vw, 16px);
  font-weight: 600;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .special-250825 .section-modal ul.items-list > li .text {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-modal ul.items-list > li .text {
    padding-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-modal ul.items-list > li .text {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-modal ul.items-list > li .text {
    font-size: 14px;
    line-height: 175%;
  }
}
.special-250825 .section-modal ul.items-list > li .text > span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.special-250825 .section-interview {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .special-250825 .section-interview {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-interview {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-interview {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-interview .section-main__inner {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-interview .section-main__inner {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-interview .section-main__inner {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-interview .section-main__inner {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-interview .section-main__inner {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-interview .section-main__inner {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-interview .section-main__inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-interview .section-main__inner {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-interview .section-main__inner {
    padding-left: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-interview .section-main__inner {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-interview .section-main__inner {
    padding-right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-interview .section-main__inner {
    padding-right: 10.6666666667vw;
  }
}
.special-250825 .section-interview .section-text__wrapper {
  display: flex;
  column-gap: min(6vw, 60px);
}
@media screen and (max-width:767px) {
  .special-250825 .section-interview .section-text__wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
.special-250825 .section-interview .section-text__wrapper .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 200%;
  width: 190px;
}
@media screen and (max-width:767px) {
  .special-250825 .section-interview .section-text__wrapper .title {
    font-size: 20px;
    line-height: 175%;
    width: 100%;
  }
}
.special-250825 .section-interview .section-text__wrapper .text-block {
  flex: 1;
  padding-left: min(4vw, 40px);
  border-left: 4px solid #FBFF00;
}
@media screen and (max-width:767px) {
  .special-250825 .section-interview .section-text__wrapper .text-block {
    padding-top: min(10.6666666667vw, 40px);
    padding-left: unset;
    border-top: 4px solid #FBFF00;
    border-left: unset;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-interview .section-text__wrapper .text + .text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-interview .section-text__wrapper .text + .text {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-interview .section-text__wrapper .text + .text {
    margin-top: 4.2666666667vw;
  }
}
.special-250825 .section-interview .section-text__wrapper .text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 175%;
}
@media screen and (max-width:767px) {
  .special-250825 .section-interview .section-text__wrapper .text {
    font-size: 14px;
  }
}
.special-250825 .section-profile {
  background-color: #FBFF00;
}
.special-250825 .section-profile.section-main {
  margin-top: unset;
}
@media screen and (min-width: 768px) {
  .special-250825 .section-profile .section-main__inner {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-profile .section-main__inner {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-profile .section-main__inner {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-profile .section-main__inner {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-profile .section-main__inner {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-profile .section-main__inner {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-profile .section-main__inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-profile .section-main__inner {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-profile .section-main__inner {
    padding-left: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .special-250825 .section-profile .section-main__inner {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .special-250825 .section-profile .section-main__inner {
    padding-right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .special-250825 .section-profile .section-main__inner {
    padding-right: 10.6666666667vw;
  }
}
.special-250825 .section-profile .section-text__wrapper {
  display: flex;
  align-items: center;
  column-gap: min(6vw, 60px);
}
@media screen and (max-width:767px) {
  .special-250825 .section-profile .section-text__wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
.special-250825 .section-profile .section-text__wrapper .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 175%;
  width: 190px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .special-250825 .section-profile .section-text__wrapper .title {
    flex-direction: column;
    width: 100%;
  }
}
.special-250825 .section-profile .section-text__wrapper .title > span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.1em;
}
.special-250825 .section-profile .section-text__wrapper .text {
  flex: 1;
  padding-left: min(4vw, 40px);
  border-left: 4px solid #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 175%;
}
.special-250825 .section-btn {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 20px;
}